:root {
  --ink: #101a2a;
  --muted: #5e6978;
  --paper: #f4f1e9;
  --card: #fffdfa;
  --navy: #0b1424;
  --blue: #3d8dff;
  --line: rgba(16, 26, 42, .16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 20; padding: 12px 16px; background: white; color: #000; }
.skip-link:focus { top: 16px; }

.topbar {
  min-height: 72px;
  padding: 12px max(20px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 12px; letter-spacing: .08em; }
.independent { color: #b6c2d5; font-size: 13px; }

.hero {
  padding-block: clamp(64px, 9vw, 120px) clamp(56px, 7vw, 92px);
}
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 42px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #d75445; box-shadow: 0 0 0 5px rgba(215,84,69,.12); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(270px, .45fr); gap: clamp(48px, 8vw, 110px); align-items: end; }
.kicker { margin: 0 0 16px; color: #476075; font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 760px; font-size: clamp(60px, 9.8vw, 130px); line-height: .82; letter-spacing: -.075em; }
h1 span { color: transparent; -webkit-text-stroke: 1.8px var(--ink); }
.lead { max-width: 700px; margin: 34px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.5; }
.update-card { padding: 25px 0 4px 25px; border-left: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.update-label { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.update-card strong { margin-top: 7px; font-size: 18px; }
.update-source { margin-top: 5px; color: var(--muted); font-size: 14px; }
.update-card a { margin-top: 25px; color: #244c7a; font-size: 14px; font-weight: 800; text-underline-offset: 4px; }

.phase-band { background: var(--navy); color: white; }
.phase-inner { min-height: 112px; display: grid; grid-template-columns: 64px 230px 1fr; gap: 24px; align-items: center; }
.phase-number { color: #5e6d83; font-size: 13px; font-weight: 800; }
.phase-inner > div:nth-child(2) { display: flex; flex-direction: column; }
.phase-inner > div:nth-child(2) span { color: #8fa0b8; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.phase-inner > div:nth-child(2) strong { margin-top: 3px; }
.phase-steps { display: grid; grid-template-columns: repeat(4, 1fr); color: #8593a7; font-size: 12px; }
.phase-steps span { position: relative; padding: 10px 12px 10px 24px; border-left: 1px solid #2b394d; }
.phase-steps .is-active { color: white; font-weight: 800; }
.phase-steps .is-active::before { content: ""; position: absolute; top: 16px; left: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }

.results { padding-block: clamp(72px, 9vw, 118px); }
.section-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.section-heading h2, .method-intro h2, .sources-heading h2, .official h2 { margin: 0; font-size: clamp(34px, 5.1vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.source-pill { flex: 0 0 auto; margin-bottom: 8px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 12px; }
.section-intro { max-width: 750px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.results-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .45fr); gap: clamp(42px, 8vw, 100px); align-items: start; margin-top: 60px; }
.bars { display: grid; gap: 26px; margin: 0; padding: 0; list-style: none; }
.result-label { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 9px; font-size: 15px; }
.result-label span { font-variant-numeric: tabular-nums; font-weight: 800; }
.bar-track { overflow: hidden; height: 13px; background: #dedbd3; }
.bar-fill { display: block; width: calc(var(--value) * 2.25%); max-width: 100%; height: 100%; background: var(--bar); transform-origin: left; animation: reveal .75s cubic-bezier(.2,.8,.2,1) both; }
@keyframes reveal { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.context-card { padding: 30px; background: var(--card); border: 1px solid var(--line); box-shadow: 12px 12px 0 rgba(16,26,42,.06); }
.context-label { margin: 0 0 30px; color: #b34b3b; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.context-card h3 { margin: 0; font-size: 31px; line-height: 1.05; letter-spacing: -.04em; }
.context-card > p:not(.context-label) { margin: 22px 0; color: var(--muted); font-size: 14px; }
.threshold { display: flex; justify-content: space-between; gap: 12px; padding-block: 15px; border-block: 1px solid var(--line); font-size: 14px; }
.context-card a { display: inline-block; margin-top: 24px; color: #244c7a; font-size: 14px; font-weight: 800; text-underline-offset: 4px; }
.accessible-data { margin-top: 40px; border-top: 1px solid var(--line); }
.accessible-data summary { padding: 17px 0; cursor: pointer; font-weight: 800; }

.comparison-wrap { padding-block: clamp(68px, 8vw, 105px); background: #e7e2d7; }
.section-heading.compact h2 { font-size: clamp(32px, 4.2vw, 54px); }
.text-link { margin-bottom: 9px; color: #244c7a; font-size: 14px; font-weight: 800; text-underline-offset: 4px; }
.comparison-note { max-width: 780px; margin: 20px 0 34px; color: var(--muted); }
.table-scroll { overflow-x: auto; max-width: 100%; }
table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.35); font-variant-numeric: tabular-nums; }
th, td { padding: 14px 15px; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
th:first-child, td:first-child { text-align: left; }
thead th { color: #536071; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
tbody th { min-width: 210px; }
tbody th span, tbody th small { display: block; }
tbody th small { margin-top: 3px; color: var(--muted); font-weight: 500; }

.method { padding-block: clamp(72px, 9vw, 118px); }
.method { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(48px, 8vw, 100px); }
.method-grid { display: grid; grid-template-columns: 1fr 1fr; }
.method-grid article { min-height: 240px; padding: 28px; border-top: 1px solid var(--line); }
.method-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.method-grid article > span { color: #7b8795; font-size: 12px; font-weight: 800; }
.method-grid h3 { margin: 45px 0 10px; font-size: 24px; letter-spacing: -.025em; }
.method-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.notices { grid-column: 2; margin: 8px 0 0; padding: 24px 28px 24px 47px; background: #ebe6db; color: #4f5c6a; font-size: 14px; }
.notices li + li { margin-top: 9px; }

.sources-wrap { padding-block: clamp(72px, 9vw, 112px); background: var(--navy); color: white; }
.sources { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 9vw, 120px); }
.sources-heading .kicker { color: #85a3c6; }
.sources-heading p:last-child { max-width: 490px; margin-top: 25px; color: #9cabbf; }
.sources ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #2a374a; }
.sources li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid #2a374a; }
.source-index { padding-top: 3px; color: #69798f; font-size: 11px; }
.sources a { font-weight: 800; text-underline-offset: 4px; }
.sources li p { margin: 4px 0 0; color: #8f9db0; font-size: 13px; }

.official { display: flex; justify-content: space-between; gap: 45px; align-items: end; padding-block: clamp(72px, 9vw, 112px); }
.official > div { max-width: 760px; }
.official p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.button { flex: 0 0 auto; display: inline-flex; gap: 20px; align-items: center; padding: 17px 20px; background: var(--ink); color: white; text-decoration: none; font-weight: 800; }
.button:hover { background: #244c7a; }

footer { color: white; background: #080e19; }
.footer-inner { min-height: 150px; display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.footer-inner > div { display: flex; flex-direction: column; }
.footer-inner > div span { margin-top: 4px; color: #8492a7; font-size: 13px; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-inner a { color: #b2bdcc; font-size: 13px; text-underline-offset: 4px; }

.reporting { margin-top: 28px; max-width: 520px; }
.reporting span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.reporting strong { display: block; margin-top: 3px; }
.reporting-track { overflow: hidden; height: 8px; margin-top: 10px; background: #ddd9cf; }
.reporting-track span { display: block; height: 100%; background: var(--blue); }

:focus-visible { outline: 3px solid #ffb34b; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .bar-fill { animation: none; } }
@media (max-width: 900px) {
  .hero-grid, .results-grid, .method, .sources { grid-template-columns: 1fr; }
  .update-card { max-width: 430px; }
  .phase-inner { grid-template-columns: 40px 1fr; padding-block: 22px; }
  .phase-steps { grid-column: 1 / -1; }
  .method-intro { max-width: 650px; }
  .notices { grid-column: 1; }
  .official { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .topbar { min-height: 64px; padding-inline: 14px; }
  .brand > span:last-child { display: none; }
  .independent { max-width: 230px; text-align: right; font-size: 11px; }
  .eyebrow { margin-bottom: 28px; }
  h1 { font-size: clamp(52px, 18vw, 78px); }
  .lead { margin-top: 28px; font-size: 17px; }
  .update-card { padding-left: 18px; }
  .phase-inner { grid-template-columns: 28px 1fr; gap: 14px; }
  .phase-steps { grid-template-columns: 1fr 1fr; row-gap: 8px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .source-pill { white-space: normal; }
  .result-label { font-size: 14px; }
  .bar-fill { width: calc(var(--value) * 2.25%); }
  .context-card { padding: 24px; box-shadow: 7px 7px 0 rgba(16,26,42,.06); }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article, .method-grid article:nth-child(odd) { min-height: 0; border-right: 0; }
  .method-grid h3 { margin-top: 25px; }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 35px; }
  .footer-inner nav { gap: 16px; }
}
@media print {
  .topbar, footer, .button { display: none; }
  body { background: white; }
  .phase-band, .sources-wrap { color: black; background: white; border-block: 1px solid #aaa; }
  .bar-fill { print-color-adjust: exact; }
}
