:root {
  --ink: #12212b;
  --ink-soft: #4b5b62;
  --navy: #071827;
  --navy-2: #0b2434;
  --ivory: #f7f4ec;
  --paper: #fffdf8;
  --sand: #eee7d8;
  --line: #d7d7ce;
  --teal: #1b736f;
  --teal-bright: #67d7c5;
  --amber: #c7873b;
  --red: #a24b43;
  --blue: #315d80;
  --shadow: 0 22px 70px rgb(7 24 39 / 11%);
  --shell: min(1180px, calc(100vw - 48px));
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 18px; line-height: 1.65; }
body.nav-open { overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
table { border-collapse: collapse; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.1; text-wrap: balance; }
h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4vw, 4.35rem); font-weight: 400; letter-spacing: -.04em; }
h3 { font-size: 1.18rem; }
p { text-wrap: pretty; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 15px; border-radius: 4px; background: var(--paper); color: var(--navy); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 74px; display: flex; align-items: center; justify-content: space-between; padding-inline: max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgb(255 255 255 / 12%); color: #fff; transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgb(255 253 248 / 95%); color: var(--navy); border-color: var(--line); box-shadow: 0 8px 30px rgb(7 24 39 / 7%); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-size: .88rem; font-weight: 750; line-height: 1.1; letter-spacing: .01em; }
.brand small { display: block; margin-top: 3px; opacity: .58; font-size: .64rem; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; }
.brand-mark { position: relative; width: 34px; height: 34px; display: inline-block; border: 1px solid currentColor; border-radius: 50%; opacity: .9; }
.brand-mark i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 3px rgb(103 215 197 / 15%); }
.brand-mark i:nth-child(1) { left: 6px; top: 14px; }
.brand-mark i:nth-child(2) { right: 6px; top: 7px; }
.brand-mark i:nth-child(3) { right: 7px; bottom: 6px; background: #e3b372; }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav a { position: relative; color: inherit; text-decoration: none; font-size: .76rem; font-weight: 680; letter-spacing: .02em; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--teal-bright); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav a.active::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: inherit; }
.nav-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; min-height: 840px; padding: 172px 0 0; background: var(--navy); color: #f8f4e9; }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgb(103 215 197 / 24%) 1px, transparent 1px), linear-gradient(90deg, rgb(103 215 197 / 24%) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to left, #000 0, transparent 75%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(transparent, rgb(3 13 22 / 42%)); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 560px; height: 560px; right: -160px; top: 40px; background: radial-gradient(circle, rgb(35 138 130 / 23%), transparent 68%); }
.hero-glow-two { width: 480px; height: 480px; left: 32%; bottom: -260px; background: radial-gradient(circle, rgb(199 135 59 / 13%), transparent 70%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: 80px; align-items: center; }
.eyebrow { display: flex; gap: 18px; align-items: center; margin-bottom: 24px; color: #a7c8c5; font-size: .7rem; font-weight: 750; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span + span { padding-left: 18px; border-left: 1px solid rgb(255 255 255 / 24%); color: #b3babc; }
.hero h1 { max-width: 790px; margin-bottom: 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.65rem, 7.3vw, 7rem); font-weight: 400; letter-spacing: -.055em; }
.hero h1 em { color: #82dacc; font-style: italic; }
.hero-lede { max-width: 760px; margin-bottom: 34px; color: #c9d1d1; font-size: 1.12rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 19px; border: 1px solid transparent; border-radius: 3px; text-decoration: none; font-size: .8rem; font-weight: 750; }
.button-primary { background: #70d6c8; color: #08202a; }
.button-primary:hover { background: #92e5da; }
.button-quiet { border-color: rgb(255 255 255 / 28%); color: #eef3f0; }
.button-quiet:hover { border-color: #eef3f0; }
.decision-card { position: relative; overflow: hidden; padding: 28px; border: 1px solid rgb(139 219 207 / 26%); border-radius: 7px; background: linear-gradient(145deg, rgb(22 57 71 / 91%), rgb(9 31 44 / 92%)); box-shadow: 0 28px 80px rgb(0 0 0 / 28%); }
.decision-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--teal-bright), var(--amber)); }
.decision-card-top { display: flex; align-items: center; gap: 9px; margin-bottom: 28px; color: #a5bbb9; font-size: .7rem; font-weight: 750; text-transform: uppercase; letter-spacing: .15em; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #6bd4c4; box-shadow: 0 0 0 5px rgb(107 212 196 / 12%); }
.decision-card-main { margin-bottom: 28px; color: #fff9e9; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; line-height: 1.18; }
.decision-rule { display: grid; gap: 4px; padding: 15px 0; border-top: 1px solid rgb(255 255 255 / 11%); }
.decision-rule span { color: #8fa3a6; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.decision-rule strong { color: #dfe9e5; font-size: .85rem; font-weight: 650; }
.decision-card-foot { margin: 20px -28px -28px; padding: 12px 28px; background: rgb(199 135 59 / 13%); color: #f1c88e; font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .11em; }
.hero-ribbon { position: absolute; z-index: 3; inset: auto 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgb(255 255 255 / 15%); }
.hero-ribbon div { min-height: 142px; display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 22px 28px; border-right: 1px solid rgb(255 255 255 / 12%); }
.hero-ribbon div:first-child { padding-left: 0; }
.hero-ribbon div:last-child { border-right: 0; }
.hero-ribbon strong { color: #fff5dd; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; font-weight: 400; }
.hero-ribbon span { color: #9baaad; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 118px 0; }
.section-tint { background: #edf1ee; }
.section-dark { background: var(--navy); color: #f5f1e7; }
.section-sand { background: var(--sand); }
.section-heading { margin-bottom: 55px; }
.split-heading { display: grid; grid-template-columns: 1.18fr .82fr; gap: 80px; align-items: end; }
.split-heading > p { max-width: 540px; margin-bottom: 3px; color: var(--ink-soft); font-size: .94rem; }
.section-dark .split-heading > p { color: #aab9ba; }
.section-number { display: block; margin-bottom: 19px; color: var(--teal); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.section-dark .section-number { color: var(--teal-bright); }
.callout { display: grid; grid-template-columns: 245px 1fr; gap: 24px; align-items: start; margin-bottom: 28px; padding: 28px 30px; border-left: 4px solid var(--teal); background: #eef6f2; }
.callout p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.32rem; line-height: 1.45; }
.claim-label { display: inline-flex; width: fit-content; align-items: center; min-height: 25px; padding: 5px 9px 4px; border-radius: 2px; font-size: .62rem; font-weight: 800; line-height: 1; text-transform: uppercase; letter-spacing: .09em; }
.claim-label.recommendation { background: #d4ece5; color: #175f5b; }
.claim-label.inference { background: #dce8f0; color: #315b76; }
.claim-label.fact-inference { background: #e5e6de; color: #48504d; }
.claim-label.estimate { background: #f2e0c6; color: #815725; }
.claim-label.orientation { background: #e7dff0; color: #62477d; }
.claim-label.scenario { background: #e3def0; color: #584677; }
.thesis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 45px; background: var(--line); border: 1px solid var(--line); }
.thesis-grid article { min-height: 315px; padding: 29px; background: var(--paper); }
.thesis-grid h3 { margin: 26px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 1.52rem; font-weight: 400; }
.thesis-grid p { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.citation { display: inline-flex; align-items: center; min-height: 21px; margin-left: 3px; padding: 1px 5px 0; border: 1px solid #a9c8c4; border-radius: 2px; color: #155b58; text-decoration: none; font-size: .57rem; font-weight: 800; line-height: 1; vertical-align: .1em; }
.citation:hover { background: #d4ece5; }
.board-table-wrap, .opportunity-table-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--paper); }
.board-table, .opportunity-table { width: 100%; min-width: 780px; }
.board-table th, .opportunity-table th { padding: 14px 20px; background: #f1efe8; color: #5c6665; font-size: .65rem; text-align: left; text-transform: uppercase; letter-spacing: .11em; }
.board-table td, .opportunity-table td { padding: 16px 20px; border-top: 1px solid var(--line); font-size: .82rem; }
.board-table td:first-child { width: 28%; font-weight: 720; }
.board-table td:nth-child(2) { width: 18%; }
.posture { display: inline-flex; padding: 5px 8px; border-radius: 2px; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.posture.resolve { background: #f3dec2; color: #744c1b; }
.posture.test { background: #d9ece7; color: #155b58; }
.posture.partner, .posture.preserve { background: #dee8ef; color: #315a75; }
.posture.no { background: #eee1df; color: #89463f; }

.expand-toolbar { display: flex; justify-content: flex-end; margin: -26px 0 18px; }
.text-button { padding: 6px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--teal); cursor: pointer; font-size: .74rem; font-weight: 720; }
.technical-stack { border-top: 1px solid #bfc8c3; }
details { border-bottom: 1px solid #bfc8c3; }
summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 26px 4px; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary > span:first-child { display: grid; gap: 5px; }
summary b { font-size: 1.1rem; }
summary small { color: var(--ink-soft); font-size: .76rem; }
.summary-marker { position: relative; flex: 0 0 auto; width: 30px; height: 30px; border: 1px solid #9aa8a2; border-radius: 50%; }
.summary-marker::before, .summary-marker::after { content: ""; position: absolute; left: 8px; right: 8px; top: 14px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.summary-marker::after { transform: rotate(90deg); }
details[open] .summary-marker::after { transform: rotate(0); }
.detail-content { padding: 8px 4px 42px; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); margin: 8px 0 28px; border: 1px solid #c7cfca; background: #c7cfca; gap: 1px; }
.timeline-item { position: relative; min-height: 310px; padding: 26px; background: #f9faf7; }
.timeline-item::after { content: ""; position: absolute; top: 36px; right: -7px; z-index: 2; width: 13px; height: 13px; border: 2px solid #f9faf7; border-radius: 50%; background: var(--teal); }
.timeline-item:last-child::after { display: none; }
.timeline-item time { display: block; margin-bottom: 12px; color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .09em; }
.timeline-item h3 { margin: 22px 0 13px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 400; }
.timeline-item p { color: var(--ink-soft); font-size: .82rem; }
.evidence-boundary { display: grid; grid-template-columns: 150px 1fr; gap: 25px; padding: 22px 25px; background: var(--navy); color: #d9e3df; }
.evidence-boundary span { color: var(--teal-bright); font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.evidence-boundary p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }
.clinical-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 45px; }
.clinical-grid h3 { margin: 17px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; }
.clinical-grid p { color: var(--ink-soft); font-size: .85rem; }
.bar-chart { display: grid; gap: 12px; margin-top: 26px; padding: 22px; border: 1px solid #cdd5d1; background: #f9faf7; }
.bar-chart div { display: grid; grid-template-columns: 100px 1fr 90px; gap: 12px; align-items: center; }
.bar-chart span, .bar-chart b { font-size: .67rem; }
.bar-chart b { text-align: right; }
.bar-chart i { display: block; width: max(5px, calc(var(--value) * 1%)); height: 12px; border-radius: 0 8px 8px 0; background: var(--teal); }
.bar-chart i.negative { margin-left: auto; background: var(--red); border-radius: 8px 0 0 8px; }
.clinical-notes { display: grid; gap: 18px; }
.clinical-notes article { padding: 24px; background: #f9faf7; border: 1px solid #cdd5d1; }
.clinical-notes article:nth-child(2) strong { display: block; color: var(--teal); font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 400; }
.incumbent-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #c8d0cc; border: 1px solid #c8d0cc; }
.incumbent-grid article { padding: 25px; background: #f9faf7; }
.incumbent-grid h3 { margin-bottom: 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 400; }
.incumbent-grid p { margin: 0; color: var(--ink-soft); font-size: .82rem; }
.plain-rule { margin: 22px 0 0; padding: 22px 25px; border-left: 4px solid var(--amber); background: #f6f0e4; color: var(--ink-soft); }
.plain-rule strong { color: var(--ink); }

.market-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.market-card { padding: 34px; border: 1px solid var(--line); }
.us-card { background: #eff4f6; }
.china-card { background: #f4eee4; }
.market-kicker { margin-bottom: 35px; color: var(--teal); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.market-card h3 { margin-bottom: 25px; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 400; }
.number-list { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; counter-reset: market; }
.number-list li { counter-increment: market; display: grid; grid-template-columns: 25px 120px 1fr; gap: 10px; padding: 13px 0; border-top: 1px solid #cbd6d9; font-size: .76rem; }
.number-list li::before { content: "0" counter(market); color: var(--teal); font-weight: 800; }
.number-list span { color: var(--ink-soft); }
.card-note { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid #cbd6d9; color: var(--ink-soft); font-size: .75rem; }
.variant { padding: 19px 0; border-top: 1px solid #d5cbbb; }
.variant b { font-size: .8rem; }
.variant p { margin: 7px 0 0; color: var(--ink-soft); font-size: .8rem; }
.warning-box { margin-top: 20px; padding: 20px; border: 1px solid #d3ac75; background: #fff8ed; }
.warning-box span { color: #855820; font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.warning-box p { margin: 8px 0 0; font-size: .78rem; }
.segment-panel { margin-top: 26px; border-top: 1px solid var(--line); border-bottom-color: var(--line); }
.segment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.segment-grid article { padding: 22px; background: #f5f3ec; }
.segment-grid article > span { color: var(--teal); font-size: .68rem; font-weight: 800; }
.segment-grid h3 { margin: 28px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 400; }
.segment-grid p { margin: 0; color: var(--ink-soft); font-size: .76rem; }

.scenario-axis { display: grid; grid-template-columns: 36px 1fr; gap: 18px; margin-top: 24px; }
.section-dark .claim-label.scenario { background: #332b4b; color: #d8cffa; }
.axis-y { display: flex; flex-direction: column; justify-content: space-between; color: #839598; font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; writing-mode: vertical-rl; transform: rotate(180deg); }
.scenario-matrix { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgb(255 255 255 / 17%); border: 1px solid rgb(255 255 255 / 17%); }
.scenario-matrix article { min-height: 240px; padding: 29px; background: #0c2636; }
.scenario-matrix article.stress { background: #283024; box-shadow: inset 4px 0 #d3a05b; }
.scenario-matrix article > span { color: var(--teal-bright); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.scenario-matrix h3 { margin: 30px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; font-weight: 400; }
.scenario-matrix p { margin-bottom: 18px; color: #8fa3a7; font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; }
.scenario-matrix b { display: block; max-width: 400px; color: #d5dfdc; font-size: .82rem; font-weight: 550; }
.axis-x { grid-column: 2; display: flex; justify-content: space-between; color: #839598; font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.opportunity-highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 24px; }
.featured-opportunity { padding: 27px; border: 1px solid var(--line); background: #f7f5ef; }
.featured-opportunity h3 { margin: 28px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 400; }
.featured-opportunity p { margin: 0; color: var(--ink-soft); font-size: .8rem; }
.score-pair { display: flex; justify-content: flex-end; gap: 19px; margin-top: -21px; }
.score-pair div { display: grid; justify-items: end; }
.score-pair strong { color: var(--teal); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; line-height: 1; }
.score-pair span { color: var(--ink-soft); font-size: .52rem; text-transform: uppercase; letter-spacing: .08em; }
.opportunity-table td:first-child { width: 46%; font-weight: 680; }
.opportunity-table .muted-row { background: #f4ebe8; color: #6d514d; }

.capital-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 25px; align-items: stretch; }
.capital-ladder { display: grid; gap: 1px; padding: 1px; background: #c8c0b1; }
.capital-ladder article { display: grid; grid-template-columns: 90px 115px 1fr; gap: 20px; align-items: center; padding: 19px 22px; background: #fbf8f0; }
.capital-ladder span { color: var(--ink-soft); font-size: .67rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.capital-ladder strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; font-weight: 400; }
.capital-ladder i { grid-column: 1 / -1; display: block; width: var(--width); height: 8px; margin-top: -9px; border-radius: 5px; background: linear-gradient(90deg, var(--teal), #6eaaa4); }
.capital-ladder p { grid-column: 1 / -1; margin: 0; color: var(--ink-soft); font-size: .7rem; }
.capital-warning { padding: 30px; background: var(--navy); color: #eef1eb; }
.capital-warning h3 { margin: 27px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; font-weight: 400; }
.capital-warning p { color: #b9c4c2; font-size: .8rem; }
.capital-warning strong { color: #f1ca92; }
.gate-panel { margin-top: 28px; border-top: 1px solid #c5bdad; border-bottom-color: #c5bdad; }
.gate-track { display: grid; grid-template-columns: repeat(7, 1fr); gap: 1px; background: #c7c0b2; }
.gate-track article { min-height: 210px; padding: 20px 16px; background: #f7f3e9; }
.gate-track span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--teal); color: #fff; font-size: .67rem; font-weight: 800; }
.gate-track h3 { margin: 35px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; font-weight: 400; }
.gate-track p { color: var(--ink-soft); font-size: .67rem; }

.risk-list { border-top: 1px solid var(--line); }
.risk-list article { display: grid; grid-template-columns: 88px 1fr 1fr; gap: 28px; align-items: start; padding: 26px 0; border-bottom: 1px solid var(--line); }
.risk-list article > span { width: fit-content; padding: 4px 8px; background: #eee6d8; color: #7b582b; font-size: .6rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.risk-list h3 { margin-bottom: 6px; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 400; }
.risk-list p { margin: 0; color: var(--ink-soft); font-size: .78rem; }
.risk-list article > b { color: #7c4944; font-size: .77rem; font-weight: 650; }

.agenda-section { background: #0e2d38; color: #f7f3e7; }
.agenda-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; }
.agenda-grid h2 { max-width: 420px; }
.agenda-intro { margin-top: 28px; color: #aab8b8; }
.agenda-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgb(255 255 255 / 17%); }
.agenda-list li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgb(255 255 255 / 17%); }
.agenda-list span { color: var(--teal-bright); font-size: .68rem; font-weight: 800; }
.agenda-list p { margin: 0; color: #d2dada; font-size: .85rem; }

.source-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.source-list a { display: grid; grid-template-columns: 62px 1fr auto; gap: 14px; align-items: center; min-height: 76px; padding: 15px 18px; background: var(--paper); text-decoration: none; }
.source-list a:hover { background: #edf5f2; }
.source-list span { color: var(--teal); font-size: .66rem; font-weight: 800; }
.source-list b { font-size: .75rem; font-weight: 650; }
.source-list small { color: var(--ink-soft); font-size: .62rem; text-align: right; }
.methodology-section { background: #e6ece8; }
.methodology-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.method-copy > p { color: var(--ink-soft); }
.legend { display: flex; flex-wrap: wrap; gap: 7px; margin: 29px 0; }
.legal-note { padding-top: 18px; border-top: 1px solid #bdc9c2; font-size: .75rem; }

.site-footer { padding: 42px 0; background: #05121d; color: #c9d2d1; }
.site-footer .shell { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; }
.site-footer div > div { display: grid; }
.site-footer b { color: #f8f3e8; font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; font-weight: 400; }
.site-footer span, .site-footer p, .site-footer a { margin: 0; color: #899a9c; font-size: .67rem; text-decoration: none; }
.site-footer a { color: var(--teal-bright); font-weight: 700; }

@media (max-width: 1020px) {
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .7rem; }
  .hero { min-height: auto; padding-bottom: 0; }
  .hero-content { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { max-width: 850px; }
  .decision-card { max-width: 600px; }
  .hero-ribbon { position: relative; margin-top: 74px; }
  .split-heading { gap: 38px; }
  .thesis-grid { grid-template-columns: 1fr; }
  .thesis-grid article { min-height: 0; }
  .market-grid, .capital-grid { grid-template-columns: 1fr; }
  .segment-grid { grid-template-columns: repeat(2, 1fr); }
  .gate-track { grid-template-columns: repeat(4, 1fr); }
  .agenda-grid, .methodology-grid { gap: 50px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 32px, 1180px); }
  html { scroll-padding-top: 68px; }
  body { font-size: 16px; }
  .site-header { height: 64px; padding-inline: 16px; }
  .brand { font-size: .8rem; }
  .brand-mark { width: 30px; height: 30px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 64px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 16px 24px; background: #fffdf8; color: var(--navy); box-shadow: 0 18px 40px rgb(7 24 39 / 16%); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 5px; border-bottom: 1px solid var(--line); font-size: .88rem; }
  .primary-nav a::after { display: none; }
  .hero { padding-top: 125px; }
  .hero-grid { background-size: 48px 48px; }
  .eyebrow { flex-wrap: wrap; gap: 8px 12px; font-size: .62rem; }
  .eyebrow span + span { padding-left: 12px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .hero-lede { font-size: 1rem; }
  .decision-card { padding: 23px; }
  .decision-card-main { font-size: 1.65rem; }
  .decision-card-foot { margin: 18px -23px -23px; padding-inline: 23px; }
  .hero-ribbon { grid-template-columns: 1fr 1fr; margin-top: 56px; }
  .hero-ribbon div { min-height: 112px; padding: 18px 16px; border-bottom: 1px solid rgb(255 255 255 / 12%); }
  .hero-ribbon div:first-child { padding-left: 16px; }
  .hero-ribbon strong { font-size: 1.45rem; }
  .section { padding: 80px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { margin-bottom: 38px; }
  .callout { grid-template-columns: 1fr; }
  .callout p { font-size: 1.18rem; }
  .timeline, .clinical-grid, .incumbent-grid, .opportunity-highlight-grid, .agenda-grid, .methodology-grid, .source-list { grid-template-columns: 1fr; }
  .timeline-item { min-height: 0; }
  .timeline-item::after { top: auto; right: auto; bottom: -7px; left: 28px; }
  .evidence-boundary { grid-template-columns: 1fr; }
  .scenario-axis { grid-template-columns: 1fr; }
  .axis-y { display: none; }
  .scenario-matrix { grid-template-columns: 1fr; }
  .scenario-matrix article { min-height: 210px; }
  .axis-x { grid-column: 1; }
  .gate-track { grid-template-columns: repeat(2, 1fr); }
  .risk-list article { grid-template-columns: 72px 1fr; gap: 18px; }
  .risk-list article > b { grid-column: 2; }
  .agenda-grid { gap: 35px; }
  .source-list a { grid-template-columns: 56px 1fr; }
  .source-list small { grid-column: 2; text-align: left; }
  .site-footer .shell { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 520px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-ribbon { grid-template-columns: 1fr; }
  .hero-ribbon div { border-right: 0; }
  .segment-grid { grid-template-columns: 1fr; }
  .number-list li { grid-template-columns: 26px 1fr; }
  .number-list span { grid-column: 2; }
  .capital-ladder article { grid-template-columns: 80px 1fr; }
  .gate-track { grid-template-columns: 1fr; }
  .gate-track article { min-height: 0; }
  .risk-list article { grid-template-columns: 1fr; }
  .risk-list article > b { grid-column: 1; }
  .bar-chart div { grid-template-columns: 76px 1fr 75px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
