:root {
  --ink: #101010;
  --paper: #f4f0e8;
  --paper-deep: #e6dfd2;
  --red: #ec3d2e;
  --red-dark: #bd2a20;
  --lime: #c9db55;
  --muted: #77736c;
  --line: rgba(16, 16, 16, 0.16);
  --mono: "DM Mono", monospace;
  --sans: "Noto Sans SC", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .06;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 56px)); margin: 0 auto; }
.site-header {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
}
.wordmark, .footer-brand { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 900; letter-spacing: .04em; }
.wordmark-mark { display: grid; place-items: center; width: 27px; height: 27px; background: var(--red); color: white; border-radius: 50%; font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.wordmark-dot { color: var(--red); }
.main-nav { display: flex; gap: 35px; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.main-nav a, .header-note, .text-button, .filter-button { transition: color .2s ease, opacity .2s ease, background .2s ease, border-color .2s ease; }
.main-nav a:hover, .header-note:hover, .text-button:hover { color: var(--red); }
.header-note { font-family: var(--mono); font-size: 10px; letter-spacing: .04em; }
.header-note span { color: var(--red); font-size: 15px; margin-left: 5px; }

.hero { min-height: 700px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 6vw; position: relative; }
.hero-copy { padding: 60px 0 72px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 23px; font: 500 10px/1.2 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.eyebrow-line { width: 36px; height: 1px; background: var(--red); display: inline-block; vertical-align: middle; margin-right: 10px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 0; font-size: clamp(74px, 11vw, 154px); line-height: .88; letter-spacing: -.09em; font-weight: 900; }
h1 em { color: var(--red); font-style: normal; }
.hero-lede { font-size: clamp(22px, 3vw, 35px); line-height: 1.32; letter-spacing: -.06em; margin: 41px 0 19px; font-weight: 700; }
.hero-description { max-width: 355px; color: #625e58; font-size: 13px; line-height: 1.9; }
.hero-actions { display: flex; gap: 18px; align-items: center; margin-top: 38px; }
.button { display: inline-flex; align-items: center; gap: 17px; font-size: 12px; font-weight: 700; }
.button-primary { color: white; background: var(--ink); padding: 16px 20px; }
.button-primary span { color: var(--lime); font-size: 17px; line-height: 0; }
.button-primary:hover { background: var(--red); }
.button-quiet { color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.button-quiet:hover { color: var(--ink); border-color: var(--ink); }

.hero-aside { min-height: 510px; position: relative; display: grid; place-items: center; }
.hero-card-main { width: min(350px, 75%); aspect-ratio: .78; position: relative; z-index: 1; background: var(--red); color: white; padding: 26px 29px; transform: rotate(5deg); box-shadow: 18px 21px 0 rgba(16, 16, 16, .08); }
.card-topline, .card-foot { display: flex; justify-content: space-between; align-items: center; font: 10px var(--mono); letter-spacing: .05em; }
.live-dot { color: var(--lime); }
.card-label { margin-top: 33%; font: 10px var(--mono); opacity: .75; }
.hero-card-main p { font-size: clamp(28px, 4vw, 46px); line-height: 1.15; letter-spacing: -.09em; margin-top: 12px; }
.hero-card-main strong { font-weight: 900; color: var(--lime); }
.card-foot { position: absolute; left: 29px; right: 29px; bottom: 25px; opacity: .75; }
.orbit { position: absolute; border: 1px solid rgba(16, 16, 16, .13); border-radius: 50%; transform: rotate(-17deg); }
.orbit-one { width: 480px; height: 255px; }
.orbit-two { width: 410px; height: 420px; transform: rotate(34deg); }
.hero-stamp { position: absolute; top: 19%; right: 6%; width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; color: var(--red); font: 700 10px/1.28 var(--mono); letter-spacing: .12em; text-align: center; transform: rotate(13deg); z-index: 2; }
.hero-mini-card { position: absolute; right: 2%; bottom: 12%; z-index: 2; width: 216px; padding: 14px 16px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--ink); background: var(--paper); font: 10px var(--mono); }
.mini-index { color: var(--red); }
.mini-arrow { margin-left: auto; font-size: 15px; }

.news-ticker {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #f4f0e8;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  font-size: 10px;
  letter-spacing: .08em;
  font-family: var(--mono);
}
.news-ticker-dot { color: var(--lime); font-size: 12px; }
.news-ticker-tag {
  background: var(--red);
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: .12em;
}
.ticker-viewport {
  overflow: hidden;
  position: relative;
  flex: 1;
}
.ticker-track {
  white-space: nowrap;
  display: inline-flex;
  gap: 90px;
  animation: tickerMove 16s linear infinite;
}
.ticker-track span {
  color: #e8decd;
}

@keyframes tickerMove {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.news-ticker-shell {
  margin-top: 14px;
  padding-top: 0;
}

.broadcast {
  padding: 56px 0 120px;
}
.broadcast .eyebrow {
  margin-bottom: 14px;
}
.broadcast h2 {
  margin-bottom: 18px;
}
.broadcast-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.broadcast-card {
  border: 1px solid var(--ink);
  padding: 22px;
  display: grid;
  gap: 10px;
  min-height: 250px;
  background: #fff;
}
.broadcast-type {
  justify-self: start;
  font: 10px var(--mono);
  letter-spacing: .12em;
  color: var(--muted);
}
.broadcast-card h3 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -.06em;
}
.broadcast-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.85;
  color: #645e56;
}
.broadcast-card ul {
  margin: 0 0 0 16px;
  padding: 0;
  font-size: 12px;
  line-height: 1.8;
  display: grid;
  gap: 8px;
  color: #4d4a43;
}

.answer-hub {
  padding: 22px 0 116px;
}
.answer-hub-layout {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
}
.answer-lead {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
  padding: 28px 30px 30px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.answer-question {
  margin: 0 0 18px;
  color: var(--lime);
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.06em;
}
.answer-lead p:not(.answer-question) {
  max-width: 620px;
  margin: 0;
  color: #dbd5c9;
  font-size: 13px;
  line-height: 2;
}
.answer-note {
  margin-top: 28px;
  color: var(--lime);
  font: 10px/1.7 var(--mono);
  letter-spacing: .04em;
}
.answer-points {
  display: grid;
  gap: 14px;
}
.answer-points article {
  border: 1px solid var(--ink);
  background: #fff;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 2px 12px;
  align-items: start;
}
.answer-point-number {
  grid-row: 1 / span 2;
  color: var(--red);
  font: 11px var(--mono);
  padding-top: 4px;
}
.answer-points h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -.06em;
}
.answer-points p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.evidence-table-wrap {
  margin-top: 14px;
  overflow-x: auto;
  border: 1px solid var(--ink);
  background: #fff;
}
.evidence-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: left;
  font-size: 12px;
}
.evidence-table caption {
  padding: 15px 18px;
  background: var(--paper-deep);
  text-align: left;
  font: 11px var(--mono);
  letter-spacing: .08em;
}
.evidence-table th,
.evidence-table td {
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  vertical-align: top;
}
.evidence-table thead th {
  color: var(--red);
  font: 10px var(--mono);
  letter-spacing: .07em;
  white-space: nowrap;
}
.evidence-table tbody th {
  width: 20%;
  font-weight: 800;
}
.evidence-table td { color: #5e5952; }

.headline {
  padding: 34px 0 54px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  border-bottom: 1px solid var(--line);
}
.headline-index {
  min-width: 210px;
  display: grid;
  gap: 9px;
  padding: 6px 0;
  font: 11px var(--mono);
}
.headline-index .eyebrow {
  margin-bottom: 8px;
}
.headline-index a {
  border-left: 2px solid transparent;
  padding: 4px 0 4px 10px;
  color: var(--muted);
  transition: color .2s ease, border-color .2s ease, padding-left .2s ease;
}
.headline-index a:hover {
  color: var(--ink);
  border-left-color: var(--red);
  padding-left: 14px;
}
.headline-title-wrap { max-width: 660px; }
.headline h2 { font-size: clamp(36px, 5.5vw, 58px); }
.headline h2 + p {
  margin: 18px 0 0;
  max-width: 540px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}
.headline-score-wrap {
  display: grid;
  gap: 12px;
  justify-items: end;
}
.headline-score {
  border: 1px solid var(--ink);
  padding: 17px 18px;
  min-width: 280px;
  background: linear-gradient(165deg, #faf6ee, #efe7d8);
  display: grid;
  gap: 10px;
}
.headline-score div {
  display: grid;
  gap: 4px;
  padding-bottom: 9px;
  border-bottom: 1px dashed rgba(16, 16, 16, .2);
}
.headline-score div:last-child { border-bottom: 0; padding-bottom: 0; }
.headline-score span { font-size: 10px; color: #76706a; font-family: var(--mono); letter-spacing: .05em; }
.headline-score strong { font-size: 24px; letter-spacing: -.05em; }
.headline-kpi {
  min-width: 280px;
  border: 1px solid var(--ink);
  padding: 14px 18px;
  display: grid;
  gap: 6px;
  background: var(--red);
  color: white;
}
.headline-kpi span {
  font: 10px var(--mono);
  letter-spacing: .08em;
  color: rgba(255, 255, 255, .9);
}
.headline-kpi strong {
  font-size: 40px;
  line-height: .95;
  letter-spacing: -.08em;
}
.headline-kpi small {
  color: rgba(255, 255, 255, .84);
  font-size: 11px;
  letter-spacing: .06em;
}

.signal-bar { padding: 20px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 24px; }
.signal-number, .timeline-date, .timeline-mark, .tag, .filter-label, .filter-status, .reading-card-top, .method-side, .footer-meta { font-family: var(--mono); font-size: 10px; letter-spacing: .04em; }
.signal-number { color: var(--red); }
.signal-bar p { margin: 0; font-size: 12px; }
.signal-bar a { font: 10px var(--mono); border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.signal-bar a span { color: var(--red); font-size: 15px; margin-left: 7px; }

.newsflash { padding: 24px 0 110px; }
.newsflash .section-heading h2 { margin-top: -4px; }
.newsflash-intro { margin: 2px 0 20px; color: var(--muted); max-width: 540px; font-size: 12px; }
.newsflash-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.newsflash-card {
  border: 1px solid var(--ink);
  padding: 20px 18px 24px;
  min-height: 196px;
  position: relative;
  background: linear-gradient(165deg, #fcfaf6, #f4f0e8 70%);
}
.newsflash-card h3 { margin: 16px 0 10px; font-size: 24px; letter-spacing: -.06em; }
.newsflash-card p { margin: 0; font-size: 12px; line-height: 1.8; color: var(--muted); }
.newsflash-tag {
  font: 10px var(--mono);
  letter-spacing: .15em;
  color: var(--red);
  border: 1px solid var(--red);
  padding: 4px 7px;
  display: inline-block;
}

.version-compare {
  padding: 6px 0 110px;
}
.compare-grid {
  margin-top: 20px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.compare-card {
  border: 1px solid var(--ink);
  min-height: 250px;
  padding: 22px;
  background: #fff;
  display: grid;
  gap: 10px;
  font-size: 12px;
}
.compare-badge {
  justify-self: start;
  font: 10px var(--mono);
  color: var(--muted);
  letter-spacing: .1em;
  border: 1px solid var(--line);
  padding: 4px 8px;
}
.compare-card h3 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -.06em;
}
.compare-card p {
  margin: 0;
  line-height: 1.8;
  color: #5f5b54;
}
.compare-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}
.compare-card li {
  color: #4e4a44;
  line-height: 1.7;
}
.compare-footnote {
  margin: 20px 0 0;
  color: var(--muted);
  font: 10px var(--mono);
  letter-spacing: .07em;
}

.overview { padding: 138px 0 145px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 62px 8vw; }
h2 { margin: 0; font-size: clamp(42px, 5.7vw, 75px); line-height: 1.02; letter-spacing: -.09em; font-weight: 900; }
h2 span { color: var(--red); }
.overview-intro { max-width: 440px; align-self: end; padding-bottom: 4px; }
.large-copy { font-size: 23px; line-height: 1.42; letter-spacing: -.06em; font-weight: 700; }
.overview-intro p:last-child { color: var(--muted); font-size: 13px; line-height: 1.8; }
.overview-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.overview-card { min-height: 265px; padding: 25px 26px 22px; position: relative; display: flex; flex-direction: column; overflow: hidden; }
.card-red { background: var(--red); color: white; }
.card-paper { background: var(--paper-deep); }
.card-dark { background: var(--ink); color: white; }
.card-index { font: 10px var(--mono); opacity: .7; }
.overview-card h3 { margin: 70px 0 12px; font-size: 23px; line-height: 1; letter-spacing: -.07em; }
.overview-card p { max-width: 230px; margin: 0; font-size: 12px; line-height: 1.8; opacity: .7; }
.card-symbol { position: absolute; right: 22px; bottom: 10px; font: 70px/1 Georgia, serif; opacity: .85; }

.timeline-section { padding: 0 0 140px; }
.timeline-heading { display: flex; justify-content: space-between; gap: 25px; align-items: end; margin-bottom: 58px; }
.timeline-note { font: 10px/1.8 var(--mono); color: var(--muted); text-align: right; padding-bottom: 4px; }
.filter-row { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); min-height: 57px; display: flex; align-items: center; gap: 16px; }
.filter-label { color: var(--red); margin-right: 10px; }
.filter-button { cursor: pointer; border: 0; background: transparent; padding: 7px 10px; color: var(--muted); font: 10px var(--mono); }
.filter-button:hover, .filter-button.is-active { color: var(--ink); background: var(--lime); }
.filter-status { color: var(--muted); margin-left: auto; }
.timeline-list { border-bottom: 1px solid var(--ink); }
.timeline-item { min-height: 195px; padding: 37px 0; display: grid; grid-template-columns: 74px 1.1fr 2.1fr .75fr; gap: 24px; align-items: start; border-bottom: 1px solid var(--line); transition: opacity .2s ease, transform .2s ease; }
.timeline-item:last-child { border-bottom: 0; }
.timeline-item.is-hidden { display: none; }
.timeline-marker { width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font: 10px var(--mono); }
.timeline-date { color: var(--muted); padding-top: 5px; }
.timeline-date b { color: var(--red); font-weight: 400; }
.timeline-content h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.2; letter-spacing: -.06em; }
.timeline-content p { max-width: 455px; color: var(--muted); margin: 0; font-size: 12px; line-height: 1.8; }
.tag { display: inline-block; margin-top: 19px; padding: 6px 9px; background: var(--lime); color: var(--ink); }
.timeline-mark { color: var(--red); text-align: right; padding-top: 5px; }

.gallery { padding: 10px 0 150px; }
.gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.section-intro {
  max-width: 580px;
  margin: 12px 0 28px;
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}
.image-card {
  margin: 0;
  border: 1px solid var(--ink);
  background: var(--paper-deep);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}
.image-card img {
  display: block;
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-bottom: 1px solid var(--ink);
  background: #fff;
}
.image-card figcaption {
  padding: 18px 18px 20px;
}
.image-card h3 {
  margin: 0 0 9px;
  font-size: 28px;
  letter-spacing: -.05em;
}
.image-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.path-figure {
  margin: 14px 0 0;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  border: 1px solid var(--ink);
  background: #fff;
}
.path-figure-image {
  min-height: 280px;
  background: var(--paper-deep);
  display: grid;
  align-items: center;
  overflow: hidden;
}
.path-figure-image img {
  display: block;
  width: 100%;
  height: auto;
}
.path-figure-caption {
  padding: 28px 28px 30px;
  align-self: center;
}
.path-figure-caption .eyebrow { margin-bottom: 15px; }
.path-figure-caption h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.07em;
}
.path-figure-caption p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.reading-section { padding: 9px 0 150px; }
.reading-head { margin-bottom: 52px; }
.reading-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.reading-card { min-height: 242px; padding: 24px 25px; position: relative; border: 1px solid var(--ink); }
.reading-confirmed { background: var(--lime); }
.reading-caution { background: var(--paper-deep); }
.reading-stop { background: var(--red); color: white; border-color: var(--red); }
.reading-card-top { display: flex; gap: 8px; align-items: center; }
.status-dot { display: block; width: 7px; height: 7px; background: var(--ink); border-radius: 50%; }
.reading-card h3 { margin: 66px 0 12px; font-size: 25px; letter-spacing: -.07em; }
.reading-card p { max-width: 235px; margin: 0; font-size: 12px; line-height: 1.8; opacity: .7; }
.reading-number { position: absolute; right: 22px; bottom: 11px; font: 60px/1 var(--mono); opacity: .12; }

.ledger { padding: 0 0 150px; }
.ledger-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.ledger-card {
  border: 1px solid var(--ink);
  background: #fff;
  padding: 24px;
  min-height: 260px;
}
.ledger-card.caution { background: var(--paper-deep); }
.ledger-card.pending { background: #fff4d6; }
.ledger-card h3 {
  margin: 0 0 12px;
  font-size: 27px;
  letter-spacing: -.05em;
}
.ledger-card ul {
  margin: 0;
  padding-left: 15px;
  display: grid;
  gap: 10px;
}
.ledger-card li {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: #4d4a43;
}

.method-section { background: var(--ink); color: white; min-height: 350px; margin-bottom: 100px; padding: 54px 62px; display: grid; grid-template-columns: 1fr 2.15fr .72fr; gap: 30px; align-items: center; position: relative; overflow: hidden; }
.method-section::after { content: ""; width: 380px; height: 380px; border: 1px solid rgba(201, 219, 85, .35); border-radius: 50%; position: absolute; right: -95px; bottom: -215px; }
.method-quote { font: 170px/.7 Georgia, serif; color: var(--red); align-self: start; margin-top: 12px; }
.method-section .eyebrow { color: #888; }
.method-section h2 { font-size: clamp(38px, 4vw, 59px); }
.method-section h2 span { color: var(--lime); }
.method-copy { max-width: 455px; margin: 28px 0 23px; color: #aaa; font-size: 12px; line-height: 1.9; }
.text-button { border: 0; border-bottom: 1px solid var(--lime); background: transparent; color: var(--lime); padding: 0 0 5px; cursor: pointer; font: 10px var(--mono); }
.text-button span { font-size: 16px; margin-left: 7px; }
.copy-feedback { display: inline-block; margin-left: 12px; color: #aaa; font: 10px var(--mono); }
.method-side { position: relative; z-index: 1; display: grid; gap: 8px; color: #888; align-self: end; }
.method-side strong { color: white; font-size: 13px; font-weight: 500; margin-bottom: 18px; }
.method-side .status-open { color: var(--lime); margin-bottom: 0; }

.faq { padding: 36px 0 120px; }
.faq-list {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}
.faq-list details {
  border: 1px solid var(--ink);
  background: #fff;
  padding: 14px 16px;
  cursor: pointer;
}
.faq-list summary {
  list-style: none;
  font: 700 24px/1.15 var(--sans);
  letter-spacing: -.05em;
  cursor: pointer;
  position: relative;
  padding-right: 24px;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 4px;
  color: var(--red);
  font-weight: 700;
  transition: transform .2s ease;
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list p {
  margin: 14px 0 0;
  max-width: 700px;
  color: #4f4a43;
  line-height: 1.8;
}

.changelog {
  padding: 12px 0 130px;
}
.changelog-list {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}
.changelog-item {
  border: 1px solid var(--ink);
  padding: 16px 18px;
  display: grid;
  gap: 10px 16px;
  grid-template-columns: 180px auto 1fr;
  align-items: center;
  background: linear-gradient(180deg, #fff, #f8f5ed);
}
.changelog-item span {
  font: 10px var(--mono);
  letter-spacing: .05em;
  color: var(--muted);
}
.changelog-item strong {
  font-size: 16px;
  letter-spacing: -.02em;
}
.changelog-item p {
  margin: 0;
  font-size: 12px;
  color: #4d4a43;
}

.site-footer { min-height: 118px; border-top: 1px solid var(--ink); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 18px; }
.site-footer p { margin: 0; color: var(--muted); font-size: 11px; }
.footer-meta { display: flex; justify-content: flex-end; gap: 9px; color: var(--muted); font-size: 9px; }

.update-band {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 16px;
  max-width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  z-index: 30;
  border: 1px solid var(--ink);
  background: rgba(20, 20, 20, .96);
  color: var(--paper);
  padding: 11px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font: 10px var(--mono);
  letter-spacing: .08em;
}
.update-band span:last-child {
  color: var(--lime);
}

body {
  padding-bottom: 74px;
}

@media (max-width: 800px) {
  .shell, .site-header { width: min(100% - 34px, 620px); }
  .site-header { height: 70px; }
  .main-nav { gap: 12px; font-size: 9px; }
  .header-note { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 12px; padding-top: 46px; }
  .hero-copy { padding: 0; }
  .hero-aside { min-height: 480px; margin-top: 8px; }
  .orbit-one { width: 320px; height: 180px; }
  .orbit-two { width: 250px; height: 270px; }
  .hero-card-main { width: min(320px, 71%); }
  .hero-mini-card { right: 0; bottom: 7%; }
  .hero-stamp { right: 0; top: 12%; }
  .signal-bar { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .signal-bar a { width: max-content; }
  .overview { padding: 88px 0; grid-template-columns: 1fr; gap: 28px; }
  .overview-grid, .reading-grid { grid-template-columns: 1fr; }
  .overview-card { min-height: 205px; }
  .overview-card h3 { margin-top: 44px; }
  .newsflash-grid { grid-template-columns: 1fr 1fr; }
  .answer-hub { padding-bottom: 90px; }
  .answer-hub-layout { grid-template-columns: 1fr; }
  .answer-lead { min-height: auto; }
  .timeline-section { padding-bottom: 90px; }
  .timeline-heading { display: block; margin-bottom: 35px; }
  .timeline-note { text-align: left; margin-top: 25px; }
  .filter-row { gap: 3px; flex-wrap: wrap; padding: 12px 0; }
  .filter-label { margin-right: 4px; }
  .filter-status { width: 100%; margin-left: 0; padding: 4px 0 0 8px; }
  .timeline-item { grid-template-columns: 52px 1fr; gap: 14px; padding: 27px 0; }
  .timeline-date { grid-column: 2; grid-row: 1; }
  .timeline-content { grid-column: 2; }
  .timeline-mark { display: none; }
  .timeline-marker { grid-column: 1; grid-row: 1 / span 2; }
  .gallery, .ledger, .reading-section { padding-bottom: 90px; }
  .gallery-grid, .ledger-grid { grid-template-columns: 1fr; }
  .image-card img { height: 190px; }
  .path-figure { grid-template-columns: 1fr; }
  .path-figure-caption { padding: 23px 20px 25px; }
  .broadcast-grid { grid-template-columns: 1fr; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-card { min-height: 205px; }
  .reading-card { min-height: 205px; }
  .changelog-item { grid-template-columns: 1fr; }
  .ticker-track { animation-duration: 12s; }
  .headline { grid-template-columns: 1fr; }
  .headline-index { min-width: 0; }
  .headline-score { min-width: auto; }
  .headline-kpi { min-width: 0; width: 100%; }
  .headline-score-wrap { justify-items: stretch; }
  .method-section { width: 100%; margin-bottom: 70px; padding: 48px 28px 54px; grid-template-columns: 1fr; gap: 0; }
  .method-quote { position: absolute; right: 30px; top: 20px; font-size: 120px; }
  .method-side { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px 18px; }
  .method-side strong { margin-bottom: 10px; }
  .faq-list summary { font-size: 21px; }
  .update-band { left: 11px; right: 11px; padding: 10px 12px; }
  .site-footer { min-height: 170px; grid-template-columns: 1fr; align-content: center; gap: 10px; }
  .footer-meta { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 420px) {
  .main-nav a:nth-child(3), .main-nav a:nth-child(5) { display: none; }
  h1 { font-size: 78px; }
  .hero-lede { font-size: 23px; }
  .hero-aside { min-height: 415px; }
  .hero-card-main { width: 67%; }
  .hero-mini-card { width: 185px; font-size: 9px; }
  .desktop-only { display: none; }
  .answer-question { font-size: 23px; }
  .faq-list summary { font-size: 18px; }
}

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