:root {
	--ink: #17211e;
	--forest: #12352d;
	--forest-2: #1d4a3d;
	--cream: #f5f1e8;
	--paper: #fffdf8;
	--line: #d8d3c8;
	--muted: #69736e;
	--amber: #e7a63c;
	--amber-pale: #f5dfad;
	--shadow: 0 18px 50px rgb(18 53 45 / 10%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: "Manrope", system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-140%); padding: 10px 14px; background: white; z-index: 50; }
.skip-link:focus { transform: none; }
.site-header { height: 78px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; gap: 30px; border-bottom: 1px solid rgb(23 33 30 / 15%); background: rgb(245 241 232 / 92%); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 700; letter-spacing: .17em; }
.wordmark-mark { width: 25px; height: 24px; display: inline-flex; flex-direction: column-reverse; gap: 3px; justify-content: flex-start; }
.wordmark-mark i { display: block; height: 4px; border-radius: 5px; background: var(--forest); }
.wordmark-mark i:nth-child(1) { width: 24px; }
.wordmark-mark i:nth-child(2) { width: 18px; }
.wordmark-mark i:nth-child(3) { width: 11px; }
nav { display: flex; gap: 28px; margin-left: auto; font-size: 13px; font-weight: 600; }
nav a:hover { color: var(--forest-2); }
.header-cta { border: 1px solid var(--ink); border-radius: 99px; padding: 11px 16px; font-size: 12px; font-weight: 700; }
.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); align-items: stretch; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(72px, 9vw, 134px) clamp(28px, 8vw, 128px); }
.eyebrow, .kicker { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; color: var(--forest-2); }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 7px; height: 7px; background: var(--amber); border-radius: 50%; box-shadow: 0 0 0 5px rgb(231 166 60 / 17%); }
h1, h2 { font-family: "Newsreader", Georgia, serif; font-weight: 500; letter-spacing: -.04em; }
h1 { margin: 0; font-size: clamp(66px, 8.6vw, 132px); line-height: .82; }
h1 em, h2 em { color: var(--forest-2); font-weight: 500; }
.hero-intro { max-width: 620px; margin: 38px 0 0; color: #4d5854; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 4px; font-size: 13px; font-weight: 700; }
.button-primary { color: white; background: var(--forest); }
.button-primary:hover { background: var(--forest-2); }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 4px; }
.hero-proof { padding: 44px clamp(28px, 4.5vw, 70px); color: white; background: var(--forest); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.hero-proof::before { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 50%; right: -170px; top: -90px; box-shadow: 0 0 0 70px rgb(255 255 255 / 2%), 0 0 0 140px rgb(255 255 255 / 2%); }
.proof-signal { font: 500 10px/1 "DM Mono", monospace; text-transform: uppercase; letter-spacing: .13em; display: flex; align-items: center; gap: 8px; }
.proof-signal span { width: 6px; height: 6px; border-radius: 50%; background: #69d09e; box-shadow: 0 0 0 4px rgb(105 208 158 / 15%); }
.proof-number { font-family: "Newsreader", Georgia, serif; font-size: clamp(104px, 12vw, 180px); line-height: .8; margin-top: 70px; letter-spacing: -.06em; }
.proof-number span { font: 600 14px/1 "Manrope", sans-serif; letter-spacing: .05em; margin-left: 8px; }
.hero-proof p { line-height: 1.55; color: rgb(255 255 255 / 70%); margin: 25px 0 55px; }
.mini-map { position: relative; height: 135px; border: 1px solid rgb(255 255 255 / 12%); background-image: linear-gradient(rgb(255 255 255 / 6%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 6%) 1px, transparent 1px); background-size: 33.33% 50%; }
.mini-map span { width: 8px; height: 8px; position: absolute; left: var(--x); top: var(--y); border: 1px solid var(--amber); transform: rotate(45deg); }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(22px, 5vw, 76px); background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-strip > div { min-height: 112px; display: flex; align-items: center; gap: 17px; border-right: 1px solid var(--line); padding: 20px 28px; }
.trust-strip > div:first-child { border-left: 1px solid var(--line); }
.trust-strip b { font: 500 11px/1 "DM Mono", monospace; color: var(--amber); }
.trust-strip span { display: grid; gap: 6px; }
.trust-strip strong { font-size: 12px; }
.trust-strip small { color: var(--muted); font-size: 10px; }
.section { padding: clamp(76px, 9vw, 135px) clamp(22px, 5vw, 76px); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; max-width: 1320px; margin: 0 auto 55px; }
.section-heading h2, .method-lead h2 { margin: 0; font-size: clamp(48px, 5.5vw, 80px); line-height: .95; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 15px; max-width: 510px; }
.focus-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.focus-card { --accent: var(--forest); min-height: 360px; padding: 28px; background: var(--paper); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; position: relative; transition: transform .2s, box-shadow .2s; }
.focus-card:hover { z-index: 2; transform: translateY(-4px); box-shadow: var(--shadow); }
.focus-number { font: 500 10px/1 "DM Mono", monospace; color: var(--muted); }
.focus-icon { width: 54px; height: 54px; margin: 26px 0 28px; color: var(--accent); }
.focus-icon svg { width: 100%; height: 100%; }
.focus-card h3 { font: 600 25px/1.05 "Newsreader", Georgia, serif; margin: 0 0 13px; }
.focus-card > p { font-size: 12px; line-height: 1.55; color: var(--muted); margin: 0 0 26px; }
.contract { margin-top: auto; border-top: 1px solid var(--line); padding-top: 17px; display: grid; gap: 9px; }
.contract div { display: flex; justify-content: space-between; gap: 12px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.contract dt { color: var(--muted); }
.contract dd { margin: 0; text-align: right; font-weight: 700; }
.report-section { background: #ebe6dc; }
.report-heading { margin-bottom: 38px; }
.status-key { justify-self: end; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid #b6b1a6; border-radius: 99px; font: 500 10px/1.2 "DM Mono", monospace; }
.status-key span { width: 7px; height: 7px; border-radius: 50%; background: #298660; }
.evidence-card { max-width: 1320px; margin: 0 auto; background: var(--paper); border: 1px solid #cbc5ba; box-shadow: var(--shadow); }
.evidence-topline { min-height: 46px; border-bottom: 1px solid var(--line); padding: 0 24px; display: flex; align-items: center; justify-content: space-between; font: 500 10px/1 "DM Mono", monospace; text-transform: uppercase; letter-spacing: .09em; }
.badge { display: inline-flex; align-items: center; gap: 7px; color: #176a4e; font-weight: 700; }
.badge::before { content: "✓"; width: 17px; height: 17px; display: grid; place-items: center; color: white; background: #27835e; border-radius: 50%; font-size: 10px; }
.evidence-main { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); }
.evidence-story { padding: clamp(32px, 5vw, 70px); border-right: 1px solid var(--line); }
.evidence-story h3 { margin: 0; font: 500 clamp(48px, 6vw, 82px)/.95 "Newsreader", Georgia, serif; letter-spacing: -.04em; max-width: 720px; }
.report-summary { color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 710px; margin: 24px 0 45px; }
.headline-stat { display: flex; align-items: flex-end; gap: 22px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.headline-stat strong { font: 500 clamp(90px, 11vw, 150px)/.7 "Newsreader", Georgia, serif; color: var(--forest); letter-spacing: -.07em; }
.headline-stat span { max-width: 180px; font-size: 12px; line-height: 1.45; color: var(--muted); }
.trend { padding-top: 34px; }
.trend-title { display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; margin-bottom: 16px; }
.trend-title span { color: var(--muted); font: 400 10px/1 "DM Mono", monospace; }
.trend-line { height: 115px; width: 100%; overflow: visible; }
.evidence-aside { padding: clamp(28px, 3vw, 42px); background: #f8f5ee; }
.aside-label { font: 500 10px/1 "DM Mono", monospace; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; margin: 0 0 12px; }
.source-name { font: 600 26px/1.12 "Newsreader", Georgia, serif; margin: 0 0 25px; }
.source-link { display: inline-block; font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; margin-bottom: 31px; }
.source-details { margin: 0; }
.source-details div { padding: 13px 0; border-top: 1px solid var(--line); }
.source-details dt { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; margin-bottom: 5px; }
.source-details dd { margin: 0; font: 500 11px/1.45 "DM Mono", monospace; overflow-wrap: anywhere; }
.state-panel { border-top: 1px solid var(--line); }
.state-toggle { width: 100%; border: 0; background: transparent; cursor: pointer; padding: 20px 28px; display: flex; align-items: center; justify-content: space-between; font-weight: 700; text-align: left; }
.state-toggle small { margin-left: 8px; color: var(--muted); font-weight: 500; }
.state-toggle span:last-child { width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; }
.state-list { padding: 0 28px 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 24px; }
.state-list[hidden] { display: none; }
.state-row { display: grid; grid-template-columns: 23px 100px 1fr 35px; gap: 8px; align-items: center; min-height: 29px; font-size: 10px; }
.state-rank { font: 400 9px/1 "DM Mono", monospace; color: var(--muted); }
.state-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bar { height: 4px; background: #e1ddd3; position: relative; }
.bar i { display: block; height: 100%; width: var(--value); background: var(--bar-color); }
.state-value { font: 500 10px/1 "DM Mono", monospace; text-align: right; }
.method-section { color: white; background: var(--forest); }
.method-lead { max-width: 1320px; margin: 0 auto 70px; }
.kicker.light { color: var(--amber-pale); }
.method-lead h2 em { color: var(--amber-pale); }
.method-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgb(255 255 255 / 20%); }
.method-grid article { min-height: 260px; padding: 30px; border-right: 1px solid rgb(255 255 255 / 20%); }
.method-grid article:last-child { border: 0; }
.method-grid span { font: 500 11px/1 "DM Mono", monospace; color: var(--amber); }
.method-grid h3 { font: 500 29px/1.1 "Newsreader", Georgia, serif; margin: 45px 0 15px; }
.method-grid p { color: rgb(255 255 255 / 62%); font-size: 13px; line-height: 1.65; max-width: 290px; }
.method-note { max-width: 1320px; margin: 26px auto 0; color: rgb(255 255 255 / 60%); font-size: 11px; }
footer { padding: 50px clamp(22px, 5vw, 76px); background: #0d2923; color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.footer-mark .wordmark-mark i { background: var(--amber); }
footer p { margin: 0; color: rgb(255 255 255 / 62%); font-size: 12px; }
footer div { justify-self: end; display: flex; gap: 23px; font-size: 11px; }
footer small { grid-column: 1 / -1; padding-top: 26px; border-top: 1px solid rgb(255 255 255 / 13%); color: rgb(255 255 255 / 45%); font-size: 9px; }
.loading, .error { grid-column: 1 / -1; padding: 40px; color: var(--muted); }

@media (max-width: 1050px) {
	.focus-grid { grid-template-columns: repeat(2, 1fr); }
	.trust-strip { grid-template-columns: repeat(2, 1fr); }
	.evidence-main { grid-template-columns: 1fr; }
	.evidence-story { border-right: 0; border-bottom: 1px solid var(--line); }
	.state-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
	.site-header { height: 66px; padding: 0 18px; }
	nav { display: none; }
	.header-cta { margin-left: auto; padding: 9px 12px; }
	.header-cta span { display: none; }
	.hero { grid-template-columns: 1fr; }
	.hero-copy { padding: 70px 22px 60px; }
	h1 { font-size: clamp(62px, 19vw, 96px); }
	.hero-proof { min-height: 480px; }
	.trust-strip { padding: 0; }
	.trust-strip > div { border-left: 0 !important; padding: 17px; }
	.section-heading { grid-template-columns: 1fr; gap: 25px; }
	.focus-card { min-height: 330px; }
	.status-key { justify-self: start; }
	.evidence-story { padding: 34px 22px; }
	.evidence-aside { padding: 30px 22px; }
	.state-list { grid-template-columns: 1fr; padding: 0 18px 22px; }
	.state-toggle { padding: 18px; }
	.method-grid { grid-template-columns: 1fr; }
	.method-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 20%); }
	.method-grid h3 { margin-top: 24px; }
	footer { grid-template-columns: 1fr; }
	footer div { justify-self: start; flex-wrap: wrap; }
}

@media (max-width: 480px) {
	.wordmark { font-size: 12px; }
	.header-cta { display: none; }
	.trust-strip { grid-template-columns: 1fr; }
	.trust-strip > div { min-height: 84px; border-right: 0; border-bottom: 1px solid var(--line); }
	.focus-grid { grid-template-columns: 1fr; }
	.section { padding-left: 16px; padding-right: 16px; }
	.evidence-topline { align-items: flex-start; gap: 10px; flex-direction: column; padding: 15px 18px; }
	.headline-stat { align-items: center; }
	.headline-stat strong { font-size: 82px; }
}

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