:root {
  --ink: #202937;
  --navy: #182f51;
  --muted: #6a7078;
  --line: #d9dde2;
  --serif: 'Songti SC', 'STSong', Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 35px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: #416891; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #5677a1; outline-offset: 5px; }
button { font: inherit; }
.site-header, main, footer { max-width: 1240px; margin: 0 auto; padding-left: 54px; padding-right: 54px; }
.site-header { height: 108px; display: flex; justify-content: space-between; align-items: center; }
.brand img { display: block; width: 165px; height: auto; }
nav { display: flex; align-items: center; gap: 43px; font-size: 13px; }
.menu { display: none; }
.introduction { border-top: 1px solid var(--ink); padding: 74px 0 68px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 90px; align-items: end; }
.kicker { color: var(--navy); font: 16px Georgia, serif; margin: 0 0 25px; }
h1 { font: 400 54px/1.34 var(--serif); letter-spacing: 1px; margin: 0; color: var(--navy); }
.intro-description { padding-bottom: 4px; max-width: 405px; }
.intro-description p { font-size: 14px; line-height: 1.95; margin: 0 0 13px; color: #505760; }
.inline-link { display: inline-flex; gap: 40px; margin-top: 15px; padding-bottom: 7px; border-bottom: 1px solid #8894a4; font-size: 12px; }
.performance { border-top: 1px solid var(--line); padding: 31px 0 51px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
h2 { margin: 0; font-size: 22px; font-weight: 500; }
.section-heading h2 { font-size: 18px; }
.section-heading p { font-size: 12px; color: var(--muted); margin: 0; font-variant-numeric: tabular-nums; }
.data-status { color: var(--muted); font-size: 11px; margin: 11px 0 34px; }
.performance-layout { display: grid; grid-template-columns: 1fr; gap: 36px; }
.return-summary { display: grid; grid-template-columns: 1fr 1fr 1.15fr; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.headline-metric + .headline-metric { padding-left: 35px; border-left: 1px solid #e6e8eb; }
.headline-metric > p { font-size: 12px; margin: 0 0 10px; }
.headline-metric > strong { font: 52px/1.15 Georgia, serif; color: var(--navy); letter-spacing: -1.5px; display: block; white-space: nowrap; }
.headline-metric > small { display: block; margin-top: 11px; font-size: 10px; color: var(--muted); line-height: 1.6; }
.supporting-metrics { display: flex; gap: 35px; margin: 9px 0; }
.supporting-metrics > div { display: flex; gap: 12px; }
.supporting-metrics dd { margin: 0; font-variant-numeric: tabular-nums; }
sup { font-size: 8px; margin-left: 3px; }
.chart-heading { display: flex; justify-content: space-between; align-items: baseline; }
.chart-heading h3 { margin: 0; font-size: 13px; font-weight: 400; }
.chart-heading > span { font-size: 11px; color: var(--muted); }
.chart-footer { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-top: 17px; font-size: 10px; color: var(--muted); }
.chart-footer p { margin: 0; }
.chart-footer a { text-decoration: underline; text-underline-offset: 4px; }
.methodology { margin-top: 26px; border-top: 1px solid var(--line); padding-top: 16px; font-size: 11px; color: var(--muted); }
.methodology summary { cursor: pointer; width: fit-content; }
.methodology div { max-width: 880px; line-height: 1.9; padding-top: 6px; }
.performance-footnote { font-size: 10px; color: var(--muted); margin: 12px 0 0; line-height: 1.8; }
.content-section { display: grid; grid-template-columns: 1fr 2.65fr; gap: 55px; border-top: 1px solid var(--line); padding: 51px 0 55px; }
.section-label > span { font-size: 13px; color: var(--navy); }
.section-label > p { font: 11px/1.5 Georgia, serif; color: var(--muted); margin: 10px 0; }
.section-body h2 { font: 400 28px/1.5 var(--serif); color: var(--navy); }
.body-lead { font-size: 14px; line-height: 2; margin: 19px 0 25px; max-width: 720px; color: #535b66; }
.strategy-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.strategy-columns h3 { font-size: 13px; font-weight: 500; margin: 0 0 10px; }
.strategy-columns p, .team-description { font-size: 12px; line-height: 2; color: var(--muted); margin: 0; }
.strategy-enquiry { margin-top: 29px; padding-top: 20px; border-top: 1px solid #e7e9ed; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.strategy-enquiry p { font-size: 11px; color: var(--muted); line-height: 1.8; margin: 0; }
.strategy-enquiry a { font-size: 11px; white-space: nowrap; text-decoration: underline; text-underline-offset: 4px; }
.team .body-lead { margin-bottom: 15px; }
.contact { padding-top: 36px; padding-bottom: 44px; }
.email { font: 23px Georgia, serif; color: var(--navy); }
.email span { font: 17px Arial, sans-serif; margin-left: 24px; }
.contact .section-body p { color: var(--muted); font-size: 11px; margin: 12px 0 0; }
footer { padding-top: 28px; padding-bottom: 30px; background: #f4f5f7; }
footer > div { display: flex; align-items: baseline; gap: 25px; font-size: 10px; }
footer strong { color: var(--navy); font-size: 11px; letter-spacing: .5px; }
footer span { color: var(--muted); }
footer a { margin-left: auto; }
footer > p { margin-top: 17px; color: var(--muted); font-size: 9px; line-height: 1.8; }
[hidden] { display: none !important; }
@media (max-width: 900px) {
  .site-header, main, footer { padding-left: 32px; padding-right: 32px; }
  .introduction { gap: 45px; padding: 55px 0; }
  h1 { font-size: 43px; }
  .performance-layout { gap: 30px; }
  .headline-metric + .headline-metric { padding-left: 22px; }
  .content-section { gap: 35px; grid-template-columns: 1fr 3fr; }
}
@media (max-width: 600px) {
  .site-header, main, footer { padding-left: 23px; padding-right: 23px; }
  .site-header { height: 84px; position: relative; }
  .brand img { width: 146px; }
  .menu { display: block; background: none; color: var(--ink); border: 0; padding: 10px 0 10px 20px; font-size: 12px; }
  nav { display: none; position: absolute; top: 83px; left: 0; right: 0; z-index: 10; background: white; padding: 10px 23px 20px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
  nav.open { display: flex; }
  nav a { padding: 13px 0; }
  .introduction { grid-template-columns: 1fr; gap: 25px; padding: 37px 0 35px; }
  .kicker { font-size: 14px; margin-bottom: 18px; }
  h1 { font-size: 39px; line-height: 1.35; }
  .intro-description { max-width: none; }
  .intro-description p { font-size: 12px; line-height: 1.9; margin-bottom: 9px; }
  .inline-link { font-size: 11px; margin-top: 9px; }
  .performance { padding-top: 25px; padding-bottom: 35px; }
  .section-heading { flex-direction: column; gap: 10px; }
  .section-heading h2 { font-size: 17px; }
  .section-heading p { font-size: 10px; }
  .data-status { font-size: 10px; line-height: 1.8; margin: 8px 0 25px; }
  .performance-layout { grid-template-columns: 1fr; gap: 30px; }
  .return-summary { grid-template-columns: 1fr 1fr; column-gap: 20px; padding-bottom: 24px; }
  .headline-metric + .headline-metric { margin: 0; padding: 0 0 0 18px; border-top: 0; border-left: 1px solid var(--line); }
  .headline-metric > p { font-size: 11px; margin-bottom: 10px; }
  .headline-metric > strong { font-size: 39px; letter-spacing: -1px; }
  .headline-metric > small { font-size: 9px; }
  .supporting-metrics { gap: 20px; flex-wrap: wrap; }
  .chart-footer { font-size: 9px; }
  .content-section { grid-template-columns: 1fr; gap: 22px; padding: 33px 0; }
  .section-label { display: flex; justify-content: space-between; align-items: baseline; gap: 15px; }
  .section-label > p { margin: 0; font-size: 10px; }
  .section-label > span { font-size: 11px; }
  .section-body h2 { font-size: 25px; }
  .body-lead { font-size: 12px; margin: 14px 0 23px; }
  .strategy-columns { grid-template-columns: 1fr; gap: 22px; }
  .strategy-columns p, .team-description { font-size: 11px; }
  .strategy-enquiry { flex-direction: column; gap: 10px; }
  .email { font-size: 19px; overflow-wrap: anywhere; }
  .email span { margin-left: 5px; font-size: 14px; }
  footer > div { flex-wrap: wrap; gap: 15px; font-size: 9px; }
  footer strong { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.nav-report { min-width: 0; }
.nav-chart { margin-top: 14px; }
.nav-svg { display: block; width: 100%; overflow: visible; touch-action: pan-y; }
.nav-grid { stroke: #e4e7eb; stroke-width: 1; }
.nav-axis { fill: #747d89; font: 11px Arial,sans-serif; }
.nav-line { stroke: #34577e; stroke-width: 2; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.nav-crosshair { stroke: #9ba9b8; stroke-dasharray: 3 4; stroke-width: 1; }
.nav-marker { fill: #34577e; stroke: white; stroke-width: 2; }
.nav-inspection { font-size: 11px; color: #384d68; min-height: 2em; line-height: 1.8; margin: 5px 0 0; font-variant-numeric: tabular-nums; }
.chart-footer p { max-width: 80%; line-height: 1.7; }
.chart-footer a { white-space: nowrap; }
@media(max-width:600px) { .nav-inspection { font-size: 10px; } .nav-axis { font-size: 16px; } .nav-chart { margin-left: -8px; } }

.secondary-metric > strong { font-size: 44px; line-height: 1.36; color: #526782; }
.secondary-metric > small + small { margin-top: 4px; }
.nav-chart { max-width: 940px; margin-left: auto; margin-right: auto; }
@media(max-width:600px) {
  .headline-metric.secondary-metric { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); padding: 22px 0 0; margin-top: 24px; }
  .secondary-metric > strong { font-size: 33px; line-height: 1.15; }
}

.site-header { gap: 28px; }
.site-header nav { margin-left: auto; }
.language-switch { display: flex; align-items: center; gap: 8px; flex-shrink: 0; font-size: 11px; color: #9a9fa6; }
.language-switch a { border: 0; background: transparent; padding: 9px 2px; color: var(--muted); cursor: pointer; }
.language-switch a[aria-current="page"] { color: var(--navy); text-decoration: underline; text-underline-offset: 5px; }
html[lang="en"] h1 { font-family: Georgia,serif; letter-spacing: -1.5px; font-size: 52px; line-height: 1.18; }
html[lang="en"] .section-body h2 { font-family: Georgia,serif; }
html[lang="en"] .headline-metric > p { line-height: 1.6; }
@media(max-width:900px) {
  .site-header { gap: 18px; }
  .site-header nav { gap: 22px; }
  html[lang="en"] h1 { font-size: 43px; }
}
@media(max-width:600px) {
  .site-header { gap: 16px; }
  .site-header .brand { margin-right: auto; }
  .site-header .menu { order: 3; padding-left: 0; }
  .language-switch { order: 2; }
  .site-header nav { margin-left: 0; gap: 0; }
  html[lang="en"] h1 { font-size: 39px; }
  html[lang="en"] .headline-metric > p { min-height: 2.9em; }
  html[lang="en"] .secondary-metric > p { min-height: 0; }
  html[lang="en"] .headline-metric > small { font-size: 10px; }
  html[lang="en"] .chart-heading { gap: 15px; }
  .brand img { width: 130px; }
}
