/* Fund website palette and typography. */
@font-face {
  font-family: 'Kepler';
  src: url('/assets/fonts/kepler-display.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas';
  src: url('/assets/fonts/neue-haas-roman.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas';
  src: url('/assets/fonts/neue-haas-medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
}
@font-face {
  font-family: 'Madefor';
  src: url('/assets/fonts/madefor-text.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}
:root {
  --green: #324948;
  --clay: #8b3a2c;
  --lime: #e0ff1b;
  --lime-hover: #c7e62f;
  --aqua: #9ac0be;
  --paper: #ededed;
  --ink: #324948;
  --slate: #403b39;
  --white: #fff;
  --gutter: clamp(25px, 6.25vw, 110px);
  --line: #a5b6b4;
  font-family: 'Madefor', Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-padding-top: 32px; }
body { margin: 0; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: 'Kepler', Georgia, serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
  color: var(--clay);
}
h1 { font-size: clamp(54px, 5.65vw, 88px); }
h2 { font-size: clamp(44px, 5.65vw, 81px); margin-bottom: 30px; }
h3 { font-size: 23px; font-weight: 500; }
p { margin-bottom: 24px; }
a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 6px;
}
button, summary { font: inherit; }
.skip-link {
  position: absolute;
  top: -90px;
  left: 25px;
  z-index: 100;
  padding: 12px 20px;
  background: var(--lime);
  color: var(--green);
}
.skip-link:focus { top: 16px; }
/* Compact masthead; the pillar artwork is the actual menu control. */
.site-header { position: relative; z-index: 5; background: var(--green); color: var(--white); }
.header-inner {
  min-height: 76px;
  padding: 13px 3.5vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 38px;
}
.brand { font-family: 'Neue Haas', Arial, sans-serif; display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand > span { font-size: 27px; letter-spacing: .055em; line-height: 1; }
.brand small { display: block; font-size: 11px; letter-spacing: .18em; margin-top: 8px; }
.menu-toggle {
  border: 0;
  padding: 2px;
  width: 58px;
  height: 52px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  order: 3;
  flex-shrink: 0;
}
.menu-toggle img { width: 52px; height: 46px; }
.menu-toggle:hover { filter: drop-shadow(0 0 4px #e0ff1b50); }
.site-header nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.site-header nav a { text-decoration: none; font-size: 16px; padding: 6px 0; }
.site-header nav a:hover, .site-header nav a[aria-current='page'] { color: var(--lime); }
.site-header a:focus-visible, .site-header button:focus-visible,
.hero a:focus-visible, .document-section a:focus-visible,
.document-card:focus-visible, .letter-list a:focus-visible,
.site-footer a:focus-visible { outline-color: var(--lime); }
.menu-toggle { margin-left: auto; }
.fallback-navigation { flex: 1 0 100%; flex-wrap: wrap; }
.navigation-ready .fallback-navigation { display: none; }
.hero-navigation { margin-top: 26px; font-family: 'Neue Haas', Arial, sans-serif; }
.hero-navigation a { display: block; width: fit-content; padding: 4px 8px; font-size: 16px; line-height: 1.3; text-decoration: none; }
.hero-navigation a:hover, .hero-navigation a[aria-current='page'] { color: var(--lime); }
.drawer-open { overflow: hidden; }
.menu-drawer {
  position: fixed; inset: 0 0 0 auto; margin: 0; border: 0;
  width: 35vw; min-width: 360px; max-width: 620px;
  height: 100%; height: 100dvh; max-height: none;
  padding: 48px; color: var(--green);
  background: linear-gradient(165deg, var(--lime) 0%, #a8c024 38%, var(--green) 100%);
  overflow-y: auto;
}
.menu-drawer::backdrop { background: rgb(18 40 39 / 37%); }
.menu-drawer nav { display: flex; flex-direction: column; align-items: flex-start; padding-top: 2px; padding-right: 42px; }
.menu-drawer nav a { font-family: 'Neue Haas', Arial, sans-serif; color: #324948; font-size: 16px; line-height: 1.35; padding: 6px 0; text-decoration: none; }
.menu-drawer nav a:hover, .menu-drawer nav a[aria-current='page'] { color: var(--green); text-decoration: underline; }
.menu-drawer nav a:first-child[aria-current='page'] { color: var(--clay); }
.menu-drawer a:focus-visible, .menu-drawer button:focus-visible { outline-color: var(--green); }
.menu-close { position: absolute; right: 35px; top: 45px; width: 54px; height: 54px; border: 0; background: transparent; cursor: pointer; }
.menu-close::before, .menu-close::after { content: ''; position: absolute; top: 26px; left: 0; width: 54px; height: 1px; background: var(--green); transform: rotate(45deg); }
.menu-close::after { transform: rotate(-45deg); }
@media (prefers-reduced-motion: no-preference) {
  .menu-drawer[open] { animation: drawer-enter .25s ease-out; }
  .menu-drawer[open]::backdrop { animation: backdrop-enter .25s ease-out; }
  @keyframes drawer-enter { from { transform: translateX(100%); } to { transform: translateX(0); } }
  @keyframes backdrop-enter { from { opacity: 0; } to { opacity: 1; } }
}
/* Full-width architectural artwork with the fund introduction. */
.hero { position: relative; isolation: isolate; background: var(--green); color: var(--white); }
.hero-inner { position: relative; min-height: 880px; }
.hero-copy { position: relative; z-index: 1; padding: 74px 0 32px 3.5vw; width: 41%; }
.eyebrow { font-family: 'Neue Haas', Arial, sans-serif; color: var(--green); font-size: 16px; font-weight: 500; line-height: 1.4; margin-bottom: 17px; }
.hero h1 { color: var(--white); font-size: clamp(40px, 4.21875vw, 68px); line-height: 1.2; margin-bottom: 22px; letter-spacing: 0; }
.hero h1 span { display: inline; }
.hero .intro { font-family: 'Neue Haas', Arial, sans-serif; font-size: clamp(22px, 1.95vw, 28px); font-weight: 500; line-height: 1.35; max-width: 480px; margin-bottom: 0; }
.hero-image { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero-image picture { display: block; width: 100%; height: 100%; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 37% 46%; }
.actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 27px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 25px;
  min-height: 44px;
  background: var(--lime);
  border: 1px solid var(--green);
  color: var(--green);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.button:hover { background: var(--lime-hover); box-shadow: 0 3px 8px #0003; }
.hero .button { border-color: transparent; }
.text-link { font-size: 16px; }
/* Spacious pale surfaces, Kepler headings and architectural backdrop. */
.section { margin: 0 auto; padding: 75px var(--gutter); max-width: 1660px; }
.section-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 70px; }
.section-heading { max-width: 620px; }
.prose { max-width: 780px; }
.prose p { line-height: 1.6; }
.philosophy-section {
  display: block;
  padding: 82px 5vw 105px;
  max-width: none;
  background: var(--green) url('/assets/images/designer-colosseum.webp') center / cover;
}
.philosophy-section .section-heading, .philosophy-section .prose {
  max-width: 1360px;
  margin: 0 auto;
  background: rgb(255 255 255 / 94%);
}
.philosophy-section .section-heading { padding: 45px 5.2vw 0; }
.philosophy-section h2 { font-size: clamp(40px, 5.625vw, 81px); margin: 0; padding-bottom: 25px; }
.philosophy-section .prose { padding: 0 5.2vw 36px; }
.philosophy-section .prose p:last-child { margin: 0; }
/* Designer's document table: green ground, fine Lumen rules, round action. */
.document-section { background: var(--green); color: var(--white); }
.document-section h2 { color: var(--white); }
.document-section .eyebrow { font-family: 'Neue Haas', Arial, sans-serif; color: var(--lime); }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-top h2 { margin-bottom: 0; }
.section-top > a { font-size: 17px; margin-bottom: 10px; }
.document-grid { display: grid; grid-template-columns: 1fr; background: var(--green); }
.document-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 90px;
  padding: 20px 24px;
  background: var(--green);
  color: var(--white);
  border-top: 1px solid var(--lime);
  text-decoration: none;
}
.document-card > span:first-child { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 25px; width: 88%; }
.document-title { font-family: 'Neue Haas', Arial, sans-serif; font-size: 23px; font-weight: 500; }
.document-meta { font-size: 16px; font-weight: 400; color: var(--white); }
.arrow { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%; background: var(--lime); color: var(--green); font-size: 23px; }
.document-card:hover { background: #3c5755; }
.document-card:hover .document-title { text-decoration: underline; text-underline-offset: 5px; }
.document-section .document-card { padding-left: 0; padding-right: 7vw; }
.letters-section { display: block; }
.letters-section .section-heading { max-width: none; }
.letters-section .section-heading h2 { margin-bottom: 26px; }
.letters-section .section-heading > a { display: inline-block; margin-bottom: 35px; }
.letter-list { list-style: none; margin: 0; padding: 0; background: var(--green); color: var(--white); }
.letter-list li { border-top: 1px solid var(--lime); }
.letter-list a { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 28px; text-decoration: none; }
.letter-list a:hover { background: #3c5755; }
.letter-list a:hover .letter-title { text-decoration: underline; }
.letter-title { font-family: 'Neue Haas', Arial, sans-serif; font-size: 23px; font-weight: 500; }
.letter-kind { display: block; font-size: 16px; margin-top: 2px; color: #e2eae9; }
.pdf-label { font-size: 16px; white-space: nowrap; }
.pdf-label span { display: inline-grid; place-items: center; margin-left: 20px; width: 38px; height: 38px; border-radius: 50%; background: var(--lime); color: var(--green); font-size: 21px; }
/* Existing inner pages inherit the same identity without new fund content. */
.page-heading { padding: 58px var(--gutter) 35px; max-width: 1660px; margin: 0 auto; }
.page-heading h1 { margin-bottom: 22px; }
.page-heading p:last-child { max-width: 720px; margin-bottom: 0; font-size: 20px; }
.breadcrumb { font-size: 15px; margin-bottom: 30px; }
.breadcrumb span { padding: 0 8px; }
.page-documents .section { padding-top: 35px; }
.page-documents .section h2 { font-size: 56px; }
.year-heading { font-family: 'Neue Haas', Arial, sans-serif; font-size: 23px; font-weight: 500; margin: 34px 0 15px; }
.all-documents { margin-top: 65px; }
.support { margin-top: 34px; }
.narrow { max-width: 1000px; margin: 0 auto; }
.faq { background: var(--white); border-top: 1px solid var(--green); border-bottom: 1px solid var(--green); }
summary { cursor: pointer; display: flex; justify-content: space-between; gap: 28px; list-style: none; padding: 27px 30px; font-size: 25px; font-weight: 500; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--lime); color: var(--green); flex-shrink: 0; font-weight: 400; }
details[open] summary::after { content: '−'; }
.faq-answer { padding: 0 30px 30px; }
.faq-answer > a { text-decoration-color: var(--clay); }
.page-contact main { position: relative; isolation: isolate; }
.page-contact .section { padding-top: 35px; }
.page-contact .section-heading h2 { font-size: 56px; }
.contact-card { background: rgb(255 255 255 / 80%); padding: 38px 42px; }
.contact-card h2 { font-size: 48px; }
.contact-email { font-size: 25px; overflow-wrap: anywhere; }
.contact-card .button { width: 100%; margin-top: 8px; }
.contact-note { font-size: 16px; margin-top: 25px; }
.risk { background: var(--paper); }
.risk-inner { max-width: 1660px; margin: 0 auto; padding: 36px var(--gutter); display: grid; grid-template-columns: .4fr 1.6fr; gap: 40px; border-top: 1px solid var(--line); }
.risk h2 { font-family: 'Neue Haas', Arial, sans-serif; font-size: 18px; font-weight: 500; letter-spacing: 0; margin: 3px 0 0; color: var(--green); }
.risk p { font-size: 15px; line-height: 1.6; margin-bottom: 0; }
.site-footer { background: var(--green); color: var(--white); }
.footer-inner { max-width: 1660px; margin: 0 auto; padding: 48px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.footer-brand { font-family: 'Kepler', Georgia, serif; font-size: 38px; font-weight: 300; text-decoration: none; }
.site-footer p { font-size: 15px; margin: 5px 0 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 30px; font-size: 17px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (min-width: 1700px) {
  .hero-copy { padding-left: 6.25vw; }
  .hero-image img { object-position: center 46%; }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .header-inner { padding: 13px 25px; gap: 22px; }
  .site-header nav { gap: 22px; }
  .brand > span { font-size: 23px; }
  .hero-copy { width: 49%; padding-left: 25px; padding-top: 50px; }
  .hero h1 { font-size: 43px; }
  .hero .intro { font-size: 25px; }
  .hero-image img { object-position: 40% center; }
  .hero-inner { min-height: 880px; }
  .section-grid { gap: 35px; }
  .contact-card { padding: 30px; }
}
@media (max-width: 700px) {
  :root { --gutter: 25px; }
  body { font-size: 16px; }
  .header-inner { min-height: 70px; padding: 14px 20px; flex-wrap: wrap; justify-content: space-between; gap: 16px; }
  .brand { gap: 9px; }
  .brand > span { font-size: 24px; letter-spacing: .025em; }
  .brand small { font-size: 9px; letter-spacing: .16em; margin-top: 6px; }
  .menu-toggle { width: 51px; height: 46px; padding: 0; }
  .menu-toggle img { width: 50px; height: 44px; }
  .fallback-navigation { flex-direction: row; flex-wrap: wrap; gap: 12px; width: 100%; margin: 0; }
  .hero-navigation { display: none; }
  .menu-drawer { width: 67vw; min-width: 250px; max-width: calc(100vw - 24px); padding: 50px 30px 40px; }
  .menu-drawer nav { padding-right: 0; }
  .menu-drawer nav a { font-size: 16px; padding: 6px 0; }
  .menu-close { top: 21px; right: 25px; width: 42px; height: 42px; }
  .menu-close::before, .menu-close::after { width: 42px; top: 20px; }
  .hero-inner { min-height: 586px; }
  .hero-copy { width: 100%; padding: 125px 25px 25px; }
  .hero h1 { font-size: 37px; line-height: 1.2; max-width: 340px; margin-bottom: 18px; }
  .hero .intro { font-size: 23px; line-height: 1.3; max-width: 325px; text-shadow: 0 1px 4px #172f2e; }
  .hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(50 73 72 / 45%), rgb(50 73 72 / 32%) 55%, transparent 95%); }
  .hero .actions { gap: 16px; margin-top: 20px; }
  .hero .button { font-family: 'Neue Haas', Arial, sans-serif; font-size: 15px; padding: 10px 16px; gap: 14px; }
  .button { font-size: 15px; padding: 10px 20px; }
  .text-link { font-size: 16px; }
  h1 { font-size: 40px; }
  h2 { font-size: 40px; }
  .section { padding: 45px var(--gutter); }
  .section-grid { display: block; }
  .section-heading { max-width: none; }
  .philosophy-section { padding: 45px 20px 65px; background-position: 47% center; }
  .philosophy-section .section-heading { padding: 30px 22px 0; }
  .philosophy-section h2 { font-size: 40px; padding-bottom: 20px; }
  .philosophy-section .prose { padding: 0 22px 28px; }
  .philosophy-section .eyebrow { font-size: 14px; }
  .section-top { display: block; margin-bottom: 25px; }
  .section-top h2 { font-size: 40px; margin-bottom: 20px; }
  .section-top > a { font-size: 16px; }
  .eyebrow { font-size: 15px; }
  .document-card, .document-section .document-card { min-height: 107px; padding: 20px 16px; gap: 16px; }
  .document-section .document-card { padding-left: 0; padding-right: 0; }
  .document-card > span:first-child { display: block; width: auto; }
  .document-title { display: block; font-size: 18px; line-height: 1.2; }
  .document-meta { display: block; font-size: 14px; margin-top: 10px; }
  .arrow { width: 38px; height: 38px; font-size: 22px; }
  .letters-section .section-heading h2 { font-size: 40px; margin-bottom: 20px; }
  .letters-section .section-heading > a { margin-bottom: 30px; }
  .letter-list a { padding: 20px 16px; gap: 10px; }
  .letter-title { font-size: 18px; }
  .letter-kind { font-size: 14px; }
  .pdf-label { font-size: 13px; text-align: right; }
  .pdf-label span { width: 32px; height: 32px; margin-left: 8px; font-size: 20px; }
  .page-heading { padding: 37px var(--gutter) 20px; }
  .page-heading h1 { margin-bottom: 20px; }
  .page-heading p:last-child { font-size: 18px; }
  .breadcrumb { font-size: 14px; margin-bottom: 28px; }
  .page-documents .section h2 { font-size: 42px; }
  .all-documents { margin-top: 45px; }
  summary { font-size: 21px; padding: 22px; gap: 16px; }
  summary::after { width: 30px; height: 30px; }
  .faq-answer { padding: 0 22px 25px; }
  .page-contact .section-heading { margin-bottom: 40px; }
  .page-contact .section-heading h2 { font-size: 43px; }
  .contact-email { font-size: 24px; }
  .contact-card { padding: 27px 24px; }
  .contact-card h2 { font-size: 39px; }
  .contact-card .button { font-size: 14px; gap: 12px; padding-inline: 10px; }
  .contact-note { font-size: 15px; }
  .risk-inner { display: block; padding: 30px var(--gutter); }
  .risk h2 { margin-bottom: 15px; font-size: 17px; }
  .risk p { font-size: 14px; }
  .footer-inner { display: block; padding: 35px var(--gutter); }
  .footer-brand { font-size: 31px; }
  .site-footer nav { margin-top: 28px; gap: 25px; font-size: 16px; }
}
@media (max-width: 360px) {
  .brand > span { font-size: 21px; }
  .menu-toggle, .menu-toggle img { width: 43px; }
  .hero h1 { font-size: 32px; }
  .hero .intro { font-size: 21px; }
  .pdf-label span { display: grid; margin-left: auto; margin-top: 6px; }
  .philosophy-section h2 { font-size: 34px; }
}
@media (prefers-reduced-motion: no-preference) {
  a, button { transition: background-color .15s, color .15s, box-shadow .15s; }
}
@media print {
  .site-header, .site-footer, .skip-link, .actions { display: none; }
  .hero, .document-section, .risk, .philosophy-section { background: white; color: black; }
  .hero-inner { min-height: 0; }
  .hero-copy { padding: 0; width: 100%; }
  .hero h1, .document-section h2, .document-section .eyebrow { font-family: 'Neue Haas', Arial, sans-serif; color: black; }
  .section, .page-heading, .risk-inner { margin: 0; padding: 20px 0; }
  .section-grid, .risk-inner { display: block; }
  .philosophy-section .section-heading, .philosophy-section .prose { padding: 0; }
  .document-card, .letter-list { color: black; background: white; }
  .document-meta, .letter-kind { color: black; }
  .document-card { break-inside: avoid; }
  h1, h2 { font-size: 32pt !important; }
  .hero .intro { font-size: 16pt; }
  details::details-content { content-visibility: visible; }
}

/* Performance section follows the designer's two-card, chart and table composition. */
.performance-section { max-width: 1660px; padding-top: 62px; padding-bottom: 70px; }
.performance-section > h2 { margin-bottom: 40px; }
.performance-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.performance-card { background: var(--green); color: var(--paper); padding: 22px 25px; box-shadow: 0 4px 9px #0002; }
.performance-card h3 { font-family: 'Neue Haas', Arial, sans-serif; color: var(--lime); font-size: 18px; margin-bottom: 10px; }
.performance-value { font-family: 'Neue Haas', Arial, sans-serif; font-size: 40px; font-weight: 500; line-height: 1.15; margin-bottom: 12px; }
.performance-period { font-family: 'Neue Haas', Arial, sans-serif; font-size: 16px; margin: 0; }
.performance-history { margin: 86px 0 70px; }
.performance-history figcaption, .monthly-performance > h3 { font-family: 'Kepler', Georgia, serif; font-size: 28px; font-weight: 300; line-height: 1.3; margin-bottom: 24px; }
.chart-panel { background: var(--green); border: 1px solid var(--lime); padding: 18px 16px 10px; color: white; }
.chart-legend { display: flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Neue Haas', Arial, sans-serif; font-size: 15px; margin: 0 0 12px; }
.chart-legend span { display: inline-block; width: 35px; height: 11px; border: 2px solid var(--lime); }
.return-chart { display: block; width: 100%; height: auto; overflow: visible; }
.chart-mobile { display: none; }
.chart-grid { stroke: #b0cb3355; stroke-width: 1; }
.chart-axis { fill: #fff; font-family: 'Neue Haas', Arial, sans-serif; font-size: 14px; }
.chart-area { fill: #e0ff1b1f; }
.chart-line { fill: none; stroke: var(--lime); stroke-width: 3; stroke-linejoin: round; }
.chart-point { fill: var(--lime); }
.chart-point:hover { r: 6; }
.returns-table-scroll { overflow-x: auto; }
.returns-table-scroll:focus-visible { outline: 3px solid var(--clay); outline-offset: 6px; }
.returns-table { width: 100%; min-width: 1040px; border-collapse: collapse; font-family: 'Neue Haas', Arial, sans-serif; font-size: 16px; text-align: center; }
.returns-table th, .returns-table td { padding: 17px 10px; white-space: nowrap; border-bottom: 1px solid var(--aqua); }
.returns-table thead th { font-size: 14px; text-transform: uppercase; font-weight: 400; color: var(--clay); }
.returns-table tbody th, .ytd-value { font-weight: 500; }
.returns-table th:first-child { position: sticky; left: 0; background: var(--paper); }
.table-scroll-hint { display: none; font-size: 13px; margin-bottom: 16px; }
.performance-source { margin: 28px 0 0; font-size: 13px; }
.performance-source > a { display: inline-block; margin-bottom: 8px; font-size: 14px; }
.performance-source > p { max-width: 85ch; margin: 0; }
@media (max-width: 1100px) { .table-scroll-hint { display: block; } }
@media (max-width: 700px) {
  .performance-section { padding-top: 45px; padding-bottom: 45px; }
  .performance-section > h2 { font-size: 33px; margin-bottom: 30px; }
  .performance-cards { grid-template-columns: 1fr; gap: 20px; }
  .performance-card { padding: 23px 21px; }
  .performance-card h3 { font-size: 18px; }
  .performance-value { font-size: 34px; }
  .performance-period { font-size: 15px; }
  .performance-history { margin-top: 50px; margin-bottom: 42px; }
  .performance-history figcaption, .monthly-performance > h3 { font-size: 26px; }
  .chart-panel { padding: 16px 6px 8px; }
  .chart-desktop { display: none; }
  .chart-mobile { display: block; }
  .chart-axis { font-size: 22px; }
  .chart-line { stroke-width: 5; }
  .chart-point { r: 6; }
  .chart-legend { font-size: 13px; }
}
@media print {
  .menu-drawer, .hero-navigation { display: none; }
  .performance-cards { break-inside: avoid; }
  .returns-table { min-width: 0; font-size: 10px; }
  .returns-table th, .returns-table td { padding: 5px 2px; }
}

@media (max-height: 700px) {
  .menu-drawer { background: linear-gradient(165deg, var(--lime), #a8c024 520px, var(--green) 1000px); }
}

.chart-interaction { position: relative; }
.return-chart { touch-action: pan-y; }
.chart-crosshair { stroke: #edededaa; stroke-width: 1; stroke-dasharray: 5 5; pointer-events: none; }
.chart-active-point { fill: var(--lime); stroke: var(--green); stroke-width: 3; pointer-events: none; }
.chart-tooltip { position: absolute; z-index: 1; width: max-content; max-width: calc(100% - 8px); margin: 0; padding: 9px 12px; border: 1px solid var(--lime); background: var(--paper); color: var(--green); box-shadow: 0 3px 10px #0003; font-size: 13px; line-height: 1.4; pointer-events: none; }
.chart-instructions { margin: 12px 8px 4px; color: var(--paper); font-size: 12px; text-align: center; }
.return-chart:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }
@media print { .chart-instructions, .chart-tooltip { display: none; } }
