:root {
  --ink: #0a0a09;
  --paper: #f1efe7;
  --paper-bright: #faf9f4;
  --muted: #9a998f;
  --line: rgba(10, 10, 9, .17);
  --acid: #d9ff43;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--acid); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 84px; position: absolute; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 76px); color: var(--paper-bright); border-bottom: 1px solid rgba(255,255,255,.15); }
.wordmark { display: flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; font-size: 12px; letter-spacing: .12em; }
.wordmark strong { color: var(--acid); font-weight: 500; }
.wordmark-mark { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--acid); border-radius: 50%; font-family: var(--serif); font-style: italic; color: var(--acid); }
nav { display: flex; gap: clamp(20px, 3vw, 44px); }
nav a { position: relative; text-decoration: none; text-transform: uppercase; font-size: 11px; letter-spacing: .14em; }
nav a::after { content: ""; height: 1px; position: absolute; left: 0; right: 100%; bottom: -5px; background: var(--acid); transition: right .25s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.nav-toggle { display: none; }
.language-switch { display: flex; align-items: center; gap: 6px; margin-left: auto; margin-right: clamp(22px, 3vw, 44px); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.language-switch a { color: #85847e; text-decoration: none; }
.language-switch a[aria-current="page"] { color: var(--acid); }
.language-switch span { color: #55554f; }

.hero { min-height: 100svh; padding: 160px clamp(24px, 5vw, 76px) 48px; background: var(--ink); color: var(--paper-bright); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); grid-template-rows: 1fr auto; gap: 36px 6vw; overflow: hidden; }
.hero-copy { align-self: center; min-width: 0; max-width: 920px; }
.eyebrow, .section-index { margin: 0 0 30px; font-family: var(--mono); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { color: var(--acid); display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 38px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 980px; margin-bottom: 30px; font-family: var(--serif); font-weight: 400; font-size: clamp(49px, 6.2vw, 102px); line-height: .94; letter-spacing: -.052em; }
h1 em, .closing h2 em { color: var(--acid); font-weight: 400; }
.hero-lede { max-width: 660px; color: #bcbbb2; font-family: var(--serif); font-size: clamp(18px, 1.6vw, 25px); line-height: 1.5; }
.text-link { display: inline-flex; gap: 26px; padding-bottom: 7px; margin-top: 16px; color: var(--paper-bright); text-decoration: none; text-transform: uppercase; font-size: 11px; letter-spacing: .13em; border-bottom: 1px solid var(--acid); }

.hero-orbit { position: relative; align-self: center; justify-self: center; width: min(35vw, 480px); aspect-ratio: 1; }
.orbit-ring { position: absolute; border: 1px solid rgba(217,255,67,.35); border-radius: 50%; }
.orbit-ring-one { inset: 7%; }
.orbit-ring-two { inset: 24%; border-color: rgba(255,255,255,.18); }
.orbit-ring::before, .orbit-ring::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--acid); }
.orbit-ring-one::before { top: 12%; left: 14%; }
.orbit-ring-one::after { bottom: 6%; right: 25%; }
.orbit-ring-two::before { top: 40%; left: -4px; }
.orbit-ring-two::after { top: 9%; right: 17%; background: var(--paper-bright); }
.orbit-core { position: absolute; inset: 37%; border-radius: 50%; display: grid; place-items: center; align-content: center; color: var(--ink); background: var(--acid); }
.orbit-core span { font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.orbit-core strong { font-family: var(--serif); font-size: clamp(24px, 3vw, 50px); font-weight: 400; line-height: 1; }
.orbit-label { position: absolute; padding: 5px 8px; color: #a8a79f; background: var(--ink); font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.orbit-label-a { top: 4%; left: 45%; }.orbit-label-b { top: 48%; right: 0; }.orbit-label-c { bottom: 5%; left: 43%; }.orbit-label-d { top: 48%; left: 0; }

.hero-proof { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof div { display: flex; align-items: baseline; gap: 16px; padding: 24px 0 0; }
.hero-proof div + div { padding-left: 4vw; border-left: 1px solid rgba(255,255,255,.14); }
.hero-proof span { color: var(--acid); font-family: var(--serif); font-size: 32px; }
.hero-proof p { color: #9f9e96; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: clamp(88px, 11vw, 180px) clamp(24px, 7vw, 110px); border-bottom: 1px solid var(--line); }
.section-index { color: #737269; }
.statement-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; }
.statement h2, .section-heading h2, .measure-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5.4vw, 86px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.statement-copy { max-width: 630px; padding-top: 12px; }
.statement-copy p { font-family: var(--serif); font-size: clamp(19px, 1.65vw, 27px); line-height: 1.5; }
.statement-copy p + p { color: #65645e; }

.loop { background: var(--paper-bright); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 5vw; margin-bottom: 80px; }
.section-heading h2 { font-size: clamp(40px, 4.8vw, 76px); }
.loop-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.loop-list li { display: grid; grid-template-columns: 70px 1fr 160px; align-items: start; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.step-number { font-family: var(--mono); font-size: 11px; }
.loop-list h3 { margin-bottom: 9px; font-family: var(--serif); font-size: clamp(25px, 2vw, 34px); font-weight: 400; }
.loop-list p { max-width: 690px; margin-bottom: 0; color: #66655e; font-size: 15px; line-height: 1.6; }
.step-state { justify-self: end; padding: 7px 10px; border: 1px solid var(--line); border-radius: 20px; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.measurement { display: grid; grid-template-columns: 1fr minmax(330px, 500px); gap: 10vw; background: #1a1a18; color: var(--paper-bright); }
.measure-intro p:last-child { max-width: 630px; margin-top: 34px; color: #aaa9a1; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.score-card { align-self: center; padding: clamp(28px, 4vw, 54px); color: var(--ink); background: var(--acid); }
.score-head, .score-card dl, .release-line { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.score-value { margin: 62px 0 24px; }
.score-value strong { display: block; font-family: var(--serif); font-size: clamp(70px, 8vw, 120px); font-weight: 400; line-height: .7; letter-spacing: -.06em; }
.score-value small { display: block; margin-top: 24px; text-transform: uppercase; letter-spacing: .12em; }
.score-track { height: 4px; background: rgba(10,10,9,.2); }
.score-track i { display: block; width: 4%; height: 100%; min-width: 8px; background: var(--ink); }
.score-card dl { gap: 18px; margin: 32px 0; padding: 24px 0; border-top: 1px solid rgba(10,10,9,.18); border-bottom: 1px solid rgba(10,10,9,.18); }
.score-card dl div { display: grid; gap: 8px; }.score-card dt { opacity: .55; }.score-card dd { margin: 0; }
.score-card > p { margin: 0; font-family: var(--serif); font-style: italic; }

.system-state { background: var(--paper); }
.state-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.state-card { min-height: 330px; padding: 32px; background: var(--paper); display: flex; flex-direction: column; }
.state-dot { width: 8px; height: 8px; margin-bottom: 26px; border-radius: 50%; }.state-dot.active { background: #4c7000; box-shadow: 0 0 0 5px rgba(76,112,0,.1); }.state-dot.quiet { border: 1px solid #6c6b64; }
.state-label { color: #77766e; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.state-card h3 { font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.1; }
.state-card > p:not(.state-label) { color: #62615b; font-size: 14px; line-height: 1.6; }
.state-card footer { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }

.closing { padding-bottom: 50px; background: var(--ink); color: var(--paper-bright); }
.closing h2 { max-width: 1150px; margin: 0 0 120px; font-family: var(--serif); font-size: clamp(46px, 6vw, 96px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.release-line { padding-top: 24px; color: #85847e; border-top: 1px solid rgba(255,255,255,.14); }
.site-footer { padding: 30px clamp(24px, 5vw, 76px); background: var(--acid); display: flex; justify-content: space-between; font-family: var(--mono); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.site-footer a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.noscript { margin: 0; padding: 12px; text-align: center; background: var(--acid); font-size: 12px; }

.publication { background: var(--paper-bright); }
.publication .section-heading { margin-bottom: 56px; }
.publication-intro { max-width: 720px; margin: 24px 0 0; color: #65645e; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.edition-date, .card-meta { color: #737269; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.edition-category + .edition-category { margin-top: 88px; }
.category-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid var(--ink); }
.category-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 3vw, 48px); font-weight: 400; }
.category-heading a, .card-link { font-family: var(--mono); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; text-decoration: none; }
.article-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.article-card { min-height: 310px; padding: 25px; background: var(--paper-bright); display: flex; flex-direction: column; }
.article-card h3 { font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.14; }
.article-card h3 a { text-decoration: none; }
.article-card > p:not(.card-meta) { color: #65645e; font-size: 13px; line-height: 1.55; }
.article-card .card-link { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.article-page { background: var(--ink); }
.article-header { position: relative; color: var(--paper-bright); }
.article-header nav { margin-left: auto; margin-right: clamp(22px, 3vw, 44px); }
.article-header .language-switch { margin: 0; }
.article-shell, .category-shell { min-height: calc(100vh - 84px); padding: clamp(72px, 9vw, 140px) clamp(24px, 12vw, 190px); background: var(--paper-bright); }
.article-shell article { max-width: 920px; margin: 0 auto; }
.article-shell h1, .category-shell h1 { font-size: clamp(48px, 7vw, 104px); }
.article-shell .eyebrow, .category-shell .eyebrow { color: #557a00; }
.article-lede { max-width: 820px; margin: 36px 0 80px; color: #4f4e48; font-family: var(--serif); font-size: clamp(21px, 2vw, 29px); line-height: 1.5; }
.article-block { display: grid; grid-template-columns: 220px 1fr; gap: 42px; padding: 36px 0; border-top: 1px solid var(--line); }
.article-block h2 { font-family: var(--mono); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.article-block p, .source-list { font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.evidence-boundary { margin: 30px 0; padding: 36px; background: #e7e4d8; border: 0; }
.source-list { margin: 0; padding-left: 24px; }
.source-list li + li { margin-top: 12px; }
.source-list a { overflow-wrap: anywhere; }
.article-proof { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin-top: 52px; padding-top: 20px; border-top: 1px solid var(--ink); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.category-shell .article-grid { margin-top: 60px; }
.conversion-panel { margin-top: clamp(64px, 8vw, 112px); padding: clamp(32px, 5vw, 64px); color: var(--paper-bright); background: var(--ink); border-left: 8px solid var(--acid); }
.conversion-panel .conversion-kicker { margin: 0 0 24px; color: var(--acid); font-family: var(--mono); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.conversion-panel h2 { max-width: 850px; margin: 0; color: var(--paper-bright); font-family: var(--serif); font-size: clamp(36px, 5vw, 70px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.conversion-panel > p:not(.conversion-kicker) { max-width: 760px; margin: 28px 0 0; color: #c4c2b9; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.conversion-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 36px; }
.conversion-actions a { font-family: var(--mono); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.conversion-primary { padding: 16px 20px; color: var(--ink); background: var(--acid); text-decoration: none; }
.conversion-secondary { color: var(--paper-bright); text-underline-offset: 5px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .js .nav-toggle { display: flex; align-items: center; gap: 9px; padding: 8px 0; color: inherit; background: none; border: 0; font: inherit; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
  .nav-toggle i, .nav-toggle i::after { display: block; width: 18px; height: 1px; background: currentColor; content: ""; transition: transform .2s; }
  .nav-toggle i::after { transform: translateY(5px); }
  .nav-toggle[aria-expanded="true"] i { transform: rotate(45deg); }.nav-toggle[aria-expanded="true"] i::after { transform: rotate(90deg); }
  nav { position: absolute; top: 72px; left: 0; right: 0; padding: 18px 28px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.15); }
  .js nav { display: none; }
  .js nav.open { display: grid; }
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-orbit { width: min(78vw, 430px); }
  .statement-grid, .measurement, .section-heading { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 55px; }
  .state-grid { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-block { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 600px) {
  .site-header { padding-inline: 20px; }
  .wordmark { max-width: 245px; font-size: 10px; }
  .nav-toggle { position: absolute; right: 20px; }
  .language-switch { margin-right: 64px; }
  .hero { padding-inline: 24px; }
  h1 { font-size: clamp(40px, 10.7vw, 44px); line-height: .98; overflow-wrap: normal; }
  .hero-lede { font-size: 18px; }
  .hero-orbit { width: min(72vw, 300px); }
  .orbit-label { font-size: 7px; padding-inline: 5px; }
  .hero-proof { grid-template-columns: 1fr; }.hero-proof div + div { padding-left: 0; border-left: 0; }
  .hero-proof div { border-top: 1px solid rgba(255,255,255,.12); padding: 17px 0; }
  .loop-list li { grid-template-columns: 42px 1fr; gap: 16px; }.step-state { grid-column: 2; justify-self: start; }
  .score-card dl { flex-direction: column; }
  .release-line, .site-footer { flex-direction: column; gap: 12px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 260px; }
  .category-heading { align-items: flex-start; flex-direction: column; }
  .article-shell, .category-shell { padding-top: 70px; }
}
