@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Inter:wght@500;650;800;900&display=swap");

:root {
  --ink: #080b13;
  --ink-2: #10162a;
  --paper: #f4f0e7;
  --white: #fffdf7;
  --acid: #edff45;
  --cyan: #68e4db;
  --pink: #f15b98;
  --orange: #f36c37;
  --blue: #5974ff;
  --muted: #aeb6ce;
  --line: 1px solid currentColor;
  --sans: "Inter", Arial, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
  --page: clamp(18px, 4.4vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; background: var(--ink); }
body {
  margin: 0;
  min-width: 300px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 12px;
  top: 10px;
  padding: 10px 13px;
  background: var(--acid);
  color: var(--ink);
  font: 500 .68rem/1 var(--mono);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.af-topbar {
  position: sticky;
  z-index: 40;
  top: 0;
  display: grid;
  grid-template-columns: minmax(128px, 1fr) auto auto;
  align-items: stretch;
  min-height: 58px;
  border-bottom: 1px solid rgba(255,255,255,.45);
  background: rgba(8,11,19,.91);
  backdrop-filter: blur(18px);
}
.af-brand, .af-topbar > p, .af-topbar nav a {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 18px;
  font: 500 .58rem/1.2 var(--mono);
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.af-brand { min-width: 128px; font-weight: 700; }
.af-brand span:first-child { padding: 3px 4px; background: var(--white); color: var(--ink); }
.af-brand span:last-child { padding: 3px 4px; background: var(--acid); color: var(--ink); }
.af-topbar > p { border-left: 1px solid rgba(255,255,255,.45); color: var(--muted); }
.af-topbar nav { display: flex; border-left: 1px solid rgba(255,255,255,.45); }
.af-topbar nav a { border-right: 1px solid rgba(255,255,255,.45); }
.af-topbar nav a:hover, .af-topbar nav a:focus-visible { background: var(--acid); color: var(--ink); }

.af-ticker {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 32px;
  padding: 7px var(--page);
  overflow: hidden;
  border-bottom: 1px solid var(--white);
  background: var(--acid);
  color: var(--ink);
  font: 500 .52rem/1.3 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.af-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  min-height: calc(100svh - 90px);
  border-bottom: 1px solid var(--white);
  background:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    radial-gradient(circle at 76% 34%, rgba(104,228,219,.16), transparent 27%),
    var(--ink);
  background-size: 34px 34px, 34px 34px, auto, auto;
}
.af-hero::before {
  content: "2027";
  position: absolute;
  z-index: -1;
  left: -.02em;
  bottom: -.18em;
  color: rgba(255,255,255,.035);
  font: 900 clamp(11rem, 29vw, 34rem)/.75 var(--sans);
  letter-spacing: -.13em;
}
.af-hero-copy {
  display: grid;
  align-content: center;
  padding: clamp(60px, 8vw, 120px) 36px clamp(70px, 8vw, 120px) var(--page);
}
.af-kicker, .af-section-mark, .af-label {
  max-width: 100%;
  margin: 0;
  font: 500 .58rem/1.45 var(--mono);
  letter-spacing: .11em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}
.af-kicker { width: max-content; padding: 7px 10px; border: 1px solid var(--white); background: var(--pink); color: var(--ink); }

.af-hero-copy,
.af-rule,
.af-rule > *,
.af-section-head,
.af-section-head > *,
.af-forecast > header,
.af-forecast > header > *,
.af-protocol,
.af-protocol > *,
.af-footer,
.af-footer > * { min-width: 0; }
.af-hero h1 {
  max-width: 10ch;
  margin: 27px 0 34px;
  font-size: clamp(4.3rem, 8.4vw, 10rem);
  font-weight: 900;
  line-height: .75;
  letter-spacing: -.105em;
}
.af-hero h1 em { color: var(--acid); font-style: normal; }
.af-deck { max-width: 760px; margin: 0; color: #d9deed; font: 400 clamp(.82rem, 1vw, 1rem)/1.65 var(--mono); }
.af-byline { display: flex; gap: 7px 25px; flex-wrap: wrap; margin-top: 34px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.34); color: var(--muted); font: 400 .52rem/1.45 var(--mono); text-transform: uppercase; }
.af-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 32px; }
.af-button {
  display: inline-flex;
  justify-content: space-between;
  gap: 20px;
  min-width: 190px;
  padding: 14px 16px;
  border: 1px solid var(--white);
  background: var(--acid);
  color: var(--ink);
  font: 500 .6rem/1.2 var(--mono);
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 var(--pink);
}
.af-button:hover, .af-button:focus-visible { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--pink); }
.af-text-link { font: 500 .6rem/1.4 var(--mono); text-transform: uppercase; text-underline-offset: 5px; }

.swarm-panel {
  position: relative;
  align-self: center;
  width: min(91%, 680px);
  aspect-ratio: .92;
  margin: 35px auto 35px 0;
  overflow: hidden;
  border: 1px solid var(--white);
  background: #0d1430;
  box-shadow: 13px 15px 0 var(--cyan), 25px 29px 0 var(--pink);
  transform: rotate(1deg);
}
.swarm-head, .swarm-foot {
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  background: var(--ink);
  font: 500 .5rem/1 var(--mono);
  letter-spacing: .08em;
}
.swarm-head { top: 0; border-bottom: 1px solid var(--white); }
.swarm-foot { bottom: 0; border-top: 1px solid var(--white); }
.swarm-map { position: absolute; inset: 34px 0; }
.swarm-map::before, .swarm-map::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 72%;
  aspect-ratio: 1;
  translate: -50% -50%;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  animation: orbit 16s linear infinite;
}
.swarm-map::after { width: 49%; border-color: var(--cyan); border-style: dashed; animation-direction: reverse; animation-duration: 11s; }
.swarm-line { position: absolute; left: 50%; top: 50%; height: 1px; transform-origin: left center; background: rgba(104,228,219,.5); }
.swarm-line:nth-of-type(1) { width: 35%; transform: rotate(-32deg); }
.swarm-line:nth-of-type(2) { width: 29%; transform: rotate(24deg); }
.swarm-line:nth-of-type(3) { width: 38%; transform: rotate(102deg); }
.swarm-line:nth-of-type(4) { width: 32%; transform: rotate(156deg); }
.swarm-line:nth-of-type(5) { width: 31%; transform: rotate(212deg); }
.swarm-node {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  width: clamp(54px, 7vw, 86px);
  aspect-ratio: 1;
  border: 1px solid var(--white);
  border-radius: 50%;
  background: var(--ink);
  color: var(--acid);
  font: 500 .52rem/1 var(--mono);
  box-shadow: 0 0 0 8px rgba(237,255,69,.06);
  animation: pulse 3.6s ease-in-out infinite;
}
.swarm-node::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.swarm-node.root { left: 50%; top: 50%; translate: -50% -50%; width: clamp(82px, 10vw, 120px); background: var(--acid); color: var(--ink); font-weight: 700; }
.swarm-node.a { left: 10%; top: 19%; animation-delay: -.8s; }
.swarm-node.b { right: 8%; top: 17%; background: var(--pink); color: var(--ink); animation-delay: -1.4s; }
.swarm-node.c { right: 7%; bottom: 18%; background: var(--cyan); color: var(--ink); animation-delay: -2.2s; }
.swarm-node.d { left: 11%; bottom: 16%; background: var(--orange); color: var(--ink); animation-delay: -.2s; }
.swarm-alert { position: absolute; z-index: 5; left: 50%; top: 8%; translate: -50%; padding: 8px 10px; border: 1px solid var(--white); background: var(--pink); color: var(--ink); font: 500 .5rem/1 var(--mono); letter-spacing: .07em; }

.af-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--ink); background: var(--paper); color: var(--ink); }
.af-metrics article { display: flex; flex-direction: column; min-height: 210px; padding: 22px var(--page); border-right: 1px solid var(--ink); }
.af-metrics article:last-child { border-right: 0; }
.af-metrics span { font: 500 .52rem/1.3 var(--mono); letter-spacing: .08em; }
.af-metrics strong { margin-top: auto; font-size: clamp(3rem, 6vw, 6.6rem); line-height: .78; letter-spacing: -.1em; }
.af-metrics p { max-width: 28ch; margin: 10px 0 0; font: 400 .6rem/1.45 var(--mono); }
.af-metrics article:nth-child(1) { background: var(--cyan); }
.af-metrics article:nth-child(2) { background: var(--acid); }
.af-metrics article:nth-child(3) { background: var(--pink); }
.af-metrics article:nth-child(4) { background: var(--orange); }

.af-rule {
  display: grid;
  grid-template-columns: minmax(120px, .27fr) minmax(0, 1fr) minmax(230px, .4fr);
  gap: clamp(28px, 5vw, 80px);
  padding: 105px var(--page) 120px;
  border-bottom: 1px solid currentColor;
}
.af-section-mark { color: var(--cyan); }
.af-prose { max-width: 800px; }
.af-prose h2, .af-section-head h2, .af-forecast > header h2, .af-verdict h2 {
  margin: 0 0 34px;
  font-size: clamp(3.1rem, 6.7vw, 7.8rem);
  font-weight: 900;
  line-height: .78;
  letter-spacing: -.09em;
}
.af-prose p, .af-body-copy { margin: 0 0 1.35em; color: #d5d9e6; font: 400 clamp(.78rem, .92vw, .92rem)/1.75 var(--mono); }
.af-prose .af-lede { color: var(--white); font-size: clamp(.93rem, 1.2vw, 1.15rem); line-height: 1.65; }
.af-note { align-self: start; padding: 19px; border: 1px solid currentColor; background: var(--acid); color: var(--ink); box-shadow: 7px 8px 0 var(--pink); transform: rotate(1deg); }
.af-note span, .af-note strong { display: block; }
.af-note span { margin-bottom: 18px; font: 500 .5rem/1.3 var(--mono); letter-spacing: .09em; }
.af-note strong { font-size: clamp(1.4rem, 2.6vw, 2.5rem); line-height: .9; letter-spacing: -.07em; }
.af-note p { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--ink); font: 400 .62rem/1.55 var(--mono); }

.af-timeline { padding: 104px var(--page) 118px; border-bottom: 1px solid var(--white); background: var(--paper); color: var(--ink); }
.af-section-head { display: grid; grid-template-columns: 1fr .52fr; gap: 35px; align-items: end; margin-bottom: 52px; }
.af-section-head .af-section-mark { grid-column: 1 / -1; color: var(--blue); }
.af-section-head h2 { margin: 0; }
.af-section-head > p:last-child { margin: 0 0 6px; font: 400 .72rem/1.6 var(--mono); }
.timeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.timeline-grid article { display: flex; flex-direction: column; min-height: 470px; padding: 25px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.timeline-grid article:nth-child(1) { background: var(--cyan); }
.timeline-grid article:nth-child(2) { background: var(--pink); }
.timeline-grid article:nth-child(3) { background: var(--acid); }
.timeline-grid span { font: 500 .54rem/1.3 var(--mono); letter-spacing: .07em; }
.timeline-grid strong { margin: 28px 0 18px; font-size: clamp(2.8rem, 5vw, 5.6rem); line-height: .76; letter-spacing: -.09em; }
.timeline-grid p { margin: 0; font: 400 .67rem/1.62 var(--mono); }
.timeline-grid b { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--ink); font: 500 .57rem/1.35 var(--mono); }

.af-findings { padding: 106px var(--page) 122px; border-bottom: 1px solid var(--white); background: var(--ink-2); }
.af-finding-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.42); list-style: none; }
.af-finding-list li { display: grid; grid-template-columns: 85px minmax(0, 1fr) minmax(220px, .45fr); gap: 28px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.42); }
.af-finding-list > li > span { color: var(--acid); font: 900 2.5rem/.9 var(--sans); letter-spacing: -.09em; }
.af-finding-list h3 { margin: 0; font-size: clamp(1.9rem, 3.4vw, 3.8rem); line-height: .9; letter-spacing: -.07em; }
.af-finding-list p { margin: 2px 0 0; color: var(--muted); font: 400 .7rem/1.58 var(--mono); }

.af-forecast { padding: 108px var(--page) 122px; border-bottom: 1px solid var(--ink); background: var(--cyan); color: var(--ink); }
.af-forecast > header { display: grid; grid-template-columns: 1fr .5fr; gap: 40px; align-items: end; margin-bottom: 48px; }
.af-forecast > header .af-section-mark { grid-column: 1 / -1; color: var(--ink); }
.af-forecast > header h2 { margin: 0; }
.af-forecast > header p:last-child { margin: 0 0 6px; font: 500 .68rem/1.6 var(--mono); }
.forecast-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.forecast-grid article { min-height: 360px; padding: clamp(22px, 3vw, 40px); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.forecast-grid article:nth-child(2) { background: var(--acid); }
.forecast-grid article:nth-child(3) { background: var(--pink); }
.forecast-grid article:nth-child(4) { background: var(--orange); }
.forecast-grid span { font: 500 .53rem/1 var(--mono); letter-spacing: .08em; }
.forecast-grid h3 { margin: 55px 0 19px; font-size: clamp(2.2rem, 4vw, 4.6rem); line-height: .82; letter-spacing: -.08em; }
.forecast-grid p { margin: 0; font: 400 .68rem/1.62 var(--mono); }

.af-protocol { display: grid; grid-template-columns: minmax(0, .72fr) minmax(430px, 1.28fr); border-bottom: 1px solid var(--white); background: var(--ink); }
.protocol-copy { padding: 105px var(--page) 120px; }
.protocol-copy h2 { margin: 20px 0 31px; font-size: clamp(3.5rem, 6vw, 7rem); line-height: .78; letter-spacing: -.09em; }
.protocol-copy > p:not(.af-section-mark) { max-width: 620px; margin: 0; color: var(--muted); font: 400 .75rem/1.7 var(--mono); }
.protocol-stack { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--white); }
.protocol-stack article { min-height: 260px; padding: 24px; border-right: 1px solid var(--white); border-bottom: 1px solid var(--white); }
.protocol-stack article:nth-child(3), .protocol-stack article:nth-child(6) { background: var(--acid); color: var(--ink); }
.protocol-stack article:nth-child(2), .protocol-stack article:nth-child(5) { background: var(--pink); color: var(--ink); }
.protocol-stack span { font: 500 .52rem/1 var(--mono); letter-spacing: .09em; }
.protocol-stack h3 { margin: 60px 0 13px; font-size: clamp(1.7rem, 3vw, 3.3rem); line-height: .84; letter-spacing: -.07em; }
.protocol-stack p { margin: 0; font: 400 .62rem/1.5 var(--mono); }

.af-verdict { position: relative; isolation: isolate; overflow: hidden; padding: 110px var(--page) 125px; border-bottom: 1px solid var(--ink); background: var(--acid); color: var(--ink); }
.af-verdict::after { content: "HOLD / ROUTE / VERIFY"; position: absolute; z-index: -1; right: -2%; bottom: -6%; color: rgba(8,11,19,.07); font: 900 clamp(7rem, 18vw, 20rem)/.75 var(--sans); letter-spacing: -.11em; white-space: nowrap; }
.af-verdict h2 { max-width: 12ch; }
.af-verdict > p { max-width: 760px; margin: 0 0 32px; font: 500 .82rem/1.7 var(--mono); }
.af-verdict blockquote { max-width: 1050px; margin: 58px 0 0; padding-top: 28px; border-top: 2px solid var(--ink); font: 900 clamp(2.5rem, 6vw, 7rem)/.8 var(--sans); letter-spacing: -.08em; }

.af-sources { padding: 94px var(--page) 110px; background: var(--paper); color: var(--ink); }
.source-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 35px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.source-grid a { display: grid; gap: 10px; min-height: 145px; padding: 20px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; }
.source-grid a:hover, .source-grid a:focus-visible { background: var(--cyan); }
.source-grid span { font: 500 .5rem/1.2 var(--mono); letter-spacing: .09em; }
.source-grid strong { font-size: clamp(1.2rem, 2.2vw, 2rem); line-height: .95; letter-spacing: -.05em; }
.source-grid small { margin-top: auto; font: 400 .56rem/1.4 var(--mono); overflow-wrap: anywhere; }

.af-footer { display: grid; grid-template-columns: 1fr auto; gap: 35px; padding: 54px var(--page); border-top: 1px solid var(--white); background: var(--ink); color: var(--white); }
.af-footer a { font-weight: 800; text-decoration: none; }
.af-footer p { max-width: 580px; margin: 12px 0 0; color: var(--muted); font: 400 .62rem/1.55 var(--mono); }
.af-footer nav { display: flex; flex-direction: column; gap: 10px; font: 500 .58rem/1.4 var(--mono); text-transform: uppercase; }

body.buzz .af-kicker { background: var(--acid); }
body.buzz .af-hero { background-color: #071512; }
body.buzz .af-hero::before { content: "BUZZ"; }
body.buzz .swarm-panel { background: #0a211d; box-shadow: 13px 15px 0 var(--acid), 25px 29px 0 var(--cyan); }
.relay-map .swarm-node.root { background: var(--cyan); }
.relay-map .swarm-node.a { background: var(--acid); color: var(--ink); }
.relay-map .swarm-node.b { background: var(--pink); color: var(--ink); }
.relay-map .swarm-node.c { background: var(--orange); color: var(--ink); }
.relay-map .swarm-node.d { background: var(--blue); color: var(--white); }
.relay-map .swarm-alert { background: var(--acid); }
.af-verdict-card { align-self: start; padding: 22px; border: 1px solid currentColor; background: var(--paper); color: var(--ink); box-shadow: 8px 9px 0 var(--cyan); }
.af-verdict-card > span { font: 500 .52rem/1 var(--mono); letter-spacing: .09em; }
.af-verdict-card strong { display: block; margin: 45px 0 20px; font-size: clamp(2.4rem, 4vw, 4.5rem); line-height: .78; letter-spacing: -.08em; }
.af-verdict-card p { margin: 0; padding-top: 18px; border-top: 1px solid var(--ink); font: 400 .64rem/1.55 var(--mono); }
.af-table { width: 100%; border-collapse: collapse; margin-top: 36px; font: 400 .66rem/1.55 var(--mono); }
.af-table th, .af-table td { padding: 15px; border: 1px solid currentColor; text-align: left; vertical-align: top; }
.af-table th { background: var(--acid); color: var(--ink); font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.af-table td:first-child { width: 24%; color: var(--cyan); font-weight: 500; }
.af-caveat { margin-top: 28px; padding: 18px; border-left: 8px solid var(--pink); background: rgba(255,255,255,.05); color: var(--muted); font: 400 .66rem/1.6 var(--mono); }

@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { transform: scale(1.07); box-shadow: 0 0 0 15px rgba(237,255,69,.03); } }

@media (max-width: 1000px) {
  .af-topbar { grid-template-columns: 1fr auto; }
  .af-topbar > p { display: none; }
  .af-hero { grid-template-columns: 1fr; }
  .af-hero-copy { padding-right: var(--page); }
  .swarm-panel { width: min(84%, 680px); margin: 0 auto 82px; }
  .af-metrics { grid-template-columns: repeat(2, 1fr); }
  .af-metrics article:nth-child(2) { border-right: 0; }
  .af-rule { grid-template-columns: 120px 1fr; }
  .af-note, .af-verdict-card { grid-column: 2; }
  .timeline-grid { grid-template-columns: 1fr; }
  .timeline-grid article { min-height: 330px; }
  .af-findings .af-section-head, .af-section-head, .af-forecast > header { grid-template-columns: 1fr; }
  .af-section-head .af-section-mark, .af-forecast > header .af-section-mark { grid-column: 1; }
  .af-finding-list li { grid-template-columns: 70px 1fr; }
  .af-finding-list p { grid-column: 2; }
  .af-protocol { grid-template-columns: 1fr; }
  .protocol-stack { border-top: 1px solid var(--white); border-left: 0; }
}

@media (max-width: 680px) {
  .af-topbar { position: relative; grid-template-columns: 1fr; }
  .af-brand { min-height: 48px; }
  .af-topbar nav { overflow-x: auto; border-left: 0; border-top: 1px solid rgba(255,255,255,.45); }
  .af-topbar nav a { flex: 1 0 auto; min-height: 42px; justify-content: center; padding: 0 13px; }
  .af-ticker span:nth-child(n+3) { display: none; }
  .af-hero { min-height: auto; }
  .af-hero-copy { padding-top: 62px; padding-bottom: 55px; }
  .af-kicker { width: fit-content; }
  .af-hero h1 { max-width: 100%; font-size: clamp(3.4rem, 15vw, 5.4rem); overflow-wrap: anywhere; }
  .af-actions { align-items: flex-start; flex-direction: column; }
  .swarm-panel { width: calc(100% - 48px); margin-bottom: 64px; box-shadow: 8px 9px 0 var(--cyan), 15px 17px 0 var(--pink); }
  .swarm-node { width: 54px; font-size: .43rem; }
  .swarm-node.root { width: 78px; }
  .af-metrics { grid-template-columns: 1fr; }
  .af-metrics article { min-height: 170px; border-right: 0; }
  .af-rule { grid-template-columns: 1fr; padding-top: 72px; padding-bottom: 82px; }
  .af-note, .af-verdict-card { grid-column: 1; }
  .af-prose h2, .af-section-head h2, .af-forecast > header h2, .af-verdict h2 { font-size: clamp(3.4rem, 17vw, 5.7rem); }
  .af-timeline, .af-findings, .af-forecast, .protocol-copy, .af-verdict, .af-sources { padding-top: 74px; padding-bottom: 84px; }
  .af-section-head { margin-bottom: 35px; }
  .timeline-grid article { min-height: 350px; }
  .af-finding-list li { grid-template-columns: 52px 1fr; gap: 17px; }
  .af-finding-list > li > span { font-size: 1.9rem; }
  .forecast-grid, .protocol-stack, .source-grid { grid-template-columns: 1fr; }
  .forecast-grid article { min-height: 300px; }
  .protocol-stack { border-left: 0; }
  .protocol-stack article { min-height: 230px; }
  .af-footer { grid-template-columns: 1fr; }
}

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

@media (prefers-contrast: more) {
  .af-deck, .af-prose p, .af-finding-list p, .af-footer p { color: var(--white); }
}
