/* Performance page, using the shared retail identity. */
.performance-intro{padding-bottom:54px!important;background:var(--ivory)}
.performance-intro-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:center;gap:72px}
.performance-intro .eyebrow{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted)}
.performance-intro .eyebrow::before{content:"";width:28px;height:2px;align-self:center;background:var(--accent-blue)}
.performance-intro h1{font-size:clamp(48px,5.8vw,80px);font-weight:400;max-width:850px}
.performance-intro h1 em{color:var(--accent-text);font-weight:400}
.performance-page .page-jumps{position:static;max-height:none;overflow:visible;justify-content:flex-start;background:var(--ivory)}
.performance-page .page-jumps a{padding-inline:0;border-bottom:0}
.history-section .section-heading,.reports-section .section-heading{position:relative;padding-bottom:24px}
.history-section .section-heading::after,.reports-section .section-heading::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,var(--accent-blue) 0 52px,transparent 52px 64px,var(--line) 64px)}
.report-feature{display:flex;flex-direction:column;padding:28px;border:1px solid var(--line);border-top:2px solid var(--accent-blue);background:var(--mist)}
.report-feature h2{font-size:39px;margin:8px 0 18px}
.report-feature p{font-size:13px;line-height:1.8;color:var(--muted);margin-bottom:24px}
.report-feature:hover{border-color:var(--accent-blue)}
.report-feature .card-action{color:var(--accent-text)}
.returns-section{padding:52px var(--page) 44px;background:var(--navy);color:var(--ivory)}
.returns-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:36px}
.returns-heading h2{font-size:44px;font-weight:400}
.returns-heading .eyebrow{color:#c3d3df;margin-bottom:12px}
.returns-heading>p{font-size:12px;color:#c3d3df}
.return-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 0 28px;border-top:1px solid #ffffff2b;border-bottom:1px solid #ffffff2b}
.return-summary>div{padding:28px 24px;position:relative;border-right:1px solid #ffffff2b}
.return-summary>div:first-child{padding-left:0}.return-summary>div:last-child{border-right:0}
.return-summary>div:first-child::before{content:"";position:absolute;top:-1px;left:0;width:62px;height:2px;background:var(--accent-light)}
.return-summary dt{font-size:12px;color:#c5d1da;margin-bottom:18px}
.return-summary dd{margin:0;font-family:"DM Sans",sans-serif;font-size:clamp(46px,4.7vw,70px);line-height:1.1;letter-spacing:-.035em;white-space:nowrap;font-variant-numeric:lining-nums tabular-nums}
.return-summary dd>span{font-size:.56em;letter-spacing:0;color:var(--silver)}
.return-summary .target-value{font-size:clamp(38px,3.6vw,54px);padding-block:8px}
.return-summary .return-caption{font:11px/1.7 'DM Sans',sans-serif;color:#c5d1da;margin-top:10px;letter-spacing:0;white-space:normal}
.returns-disclosure{font-size:12px;color:#c5d1da;margin:8px 0;max-width:950px}
.returns-disclosure a{color:#e5f4fa;text-decoration:underline;text-underline-offset:3px}
.performance-page .history-section,.performance-page .reports-section{padding-block:64px}
.performance-page .section-heading h2{font-size:48px}
.table-heading{display:flex;justify-content:space-between;gap:20px;margin-bottom:14px;font-size:12px;color:var(--muted)}
.scroll-hint{display:none}
.perf-table-scroll{overflow-x:auto;max-width:100%;border:1px solid var(--line);scrollbar-color:var(--accent-blue) #e4e6e7;scrollbar-width:thin}
.perf-table-scroll:focus-visible{outline:2px solid var(--accent-text);outline-offset:5px}
.perf-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1060px;font-size:13px;font-variant-numeric:tabular-nums}
.perf-table caption{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.perf-table th,.perf-table td{padding:20px 14px;text-align:right;border-bottom:1px solid var(--line);white-space:nowrap}
.perf-table thead th{background:#edf1f6;color:#3e505d;font-size:11px;font-weight:500}
.perf-table tbody th{font-weight:500;text-align:left}
.perf-table tr>:first-child{position:sticky;left:0;background:var(--ivory);border-right:1px solid var(--line);text-align:left;z-index:1}
.perf-table thead tr>:first-child{background:#edf1f6}
.perf-table tr>:last-child{background:#e7f1f5;color:#164f70}
.perf-table tbody tr:first-child td,.perf-table tbody tr:first-child th{background:#f0f6f8}
.perf-table tbody tr:hover td,.perf-table tbody tr:hover th{background:#e8f2f7}
.perf-table tbody tr:last-child>*{border-bottom:0}
.performance-footnote{font-size:12px;color:var(--muted);margin-top:20px;line-height:1.9;max-width:1020px}
.reports-section{background:var(--mist)}
.report-card h3{font-size:32px}.report-card p{font-size:12px;font-variant-numeric:tabular-nums}
.archive-request{margin-top:30px;min-height:44px}
.performance-notices>p:not(.eyebrow){font-size:13px;line-height:1.9;max-width:1050px;color:var(--muted);margin:18px 0 20px}
.performance-page .cta-section{border-top:1px solid var(--line)}
@media(max-width:1150px){.performance-intro-grid{grid-template-columns:minmax(0,1fr) 270px;gap:36px}.return-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.return-summary>div{padding:24px!important}.return-summary>div:nth-child(2){border-right:0}.return-summary>div:nth-child(-n+2){border-bottom:1px solid #ffffff2b}.return-summary dd{font-size:66px}.return-summary .target-value{font-size:48px}.scroll-hint{display:inline}}
@media(max-width:760px){.performance-intro-grid{grid-template-columns:1fr;gap:28px}.performance-intro{padding-bottom:32px!important}.performance-intro h1{font-size:clamp(42px,9.8vw,64px)}.performance-intro .eyebrow{gap:8px;font-size:9px}.report-feature{padding:22px}.report-feature h2{font-size:34px;margin:0 0 8px}.report-feature p{margin-bottom:16px}.report-feature .article-meta{margin-bottom:8px}.returns-section{padding-block:38px}.returns-heading{display:block;margin-bottom:24px}.returns-heading h2{font-size:39px}.returns-heading>p{margin-top:12px}.return-summary>div{padding:22px 16px!important}.return-summary dd{font-size:49px}.return-summary .target-value{font-size:34px}.return-summary dt{font-size:11px;min-height:38px;margin-bottom:10px}.return-summary .return-caption{font-size:10px}.returns-disclosure{font-size:11px}.performance-page .history-section,.performance-page .reports-section{padding-block:44px}.performance-page .section-heading h2{font-size:40px}.table-heading{flex-direction:column;gap:4px;font-size:11px}.perf-table th,.perf-table td{padding:17px 13px}.perf-table{min-width:1000px;font-size:12px}.performance-footnote{font-size:11px}.report-card h3{font-size:31px}}
@media(max-width:370px){.return-summary>div{padding:20px 10px!important}.return-summary dd{font-size:42px}.return-summary .target-value{font-size:30px}.return-summary .return-caption{font-size:10px}}
@media print{.performance-page .page-jumps,.performance-page .cta-section{display:none}.returns-section{background:white;color:var(--navy);padding-block:24px}.return-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.return-summary dd{font-size:32px}.return-summary .target-value{font-size:28px}.returns-heading p,.return-summary dt,.return-summary .return-caption,.returns-disclosure{color:var(--ink)}.perf-table-scroll{overflow:visible}.perf-table{min-width:0;font-size:8px}.perf-table th,.perf-table td{padding:8px 4px}.scroll-hint{display:none}.report-card{break-inside:avoid}}
