@font-face { font-family: "MQ Fraunces"; src: url("/assets/fonts/Fraunces-400.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 400; }
@font-face { font-family: "MQ Fraunces"; src: url("/assets/fonts/Fraunces-400-italic.ttf") format("truetype"); font-display: swap; font-style: italic; font-weight: 400; }
@font-face { font-family: "MQ Fraunces"; src: url("/assets/fonts/Fraunces-600.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 600 700; }
@font-face { font-family: "MQ Fraunces"; src: url("/assets/fonts/Fraunces-800.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 800 900; }
@font-face { font-family: "MQ DM Mono"; src: url("/assets/fonts/DMMono-400.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 400; }
@font-face { font-family: "MQ DM Mono"; src: url("/assets/fonts/DMMono-500.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 500 700; }

:root {
  --cobalt: #536e7d;
  --papaya: #b74e3d;
  --lemon: #cdbb72;
  --paper: #e9e5da;
  --carbon: #0d1012;
  --periwinkle: #dde1de;
  --seiche: #b5684f;
  --liquilens: #6e93a7;
  --undertow: #82788f;
  --house: #588374;
  --quiet: #5d6669;
  --line: rgba(13, 16, 18, .2);
  --display: "MQ Fraunces", Georgia, serif;
  --body: "MQ Fraunces", Georgia, serif;
  --mono: "MQ DM Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--carbon); background: var(--paper); font-family: var(--body); font-size: 18px; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { text-decoration-style: wavy; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--lemon); outline-offset: 4px; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 20; padding: 12px 16px; background: var(--lemon); font-family: var(--mono); }
.skip:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-head { min-height: 116px; display: grid; grid-template-columns: minmax(0, 1fr) auto; border-bottom: 1px solid rgba(255,255,255,.22); background: var(--carbon); color: white; }
.wordmark { display: grid; grid-template-columns: 1fr 1.16fr .9fr; align-items: center; gap: 0; padding: 18px 28px; font-family: var(--display); font-size: clamp(1.35rem, 3vw, 3.2rem); font-weight: 800; font-stretch: condensed; line-height: .82; letter-spacing: -.075em; text-decoration: none; text-transform: lowercase; }
.wordmark span:nth-child(2) { color: var(--lemon); transform: translateY(.18em) rotate(-1.5deg); }
.wordmark span:nth-child(3) { text-align: right; }
.site-head nav { display: flex; align-items: stretch; font-family: var(--mono); font-size: .7rem; text-transform: uppercase; }
.site-head nav a { display: grid; place-items: center; max-width: 140px; padding: 16px; border-left: 1px solid rgba(255,255,255,.35); text-align: center; text-decoration: none; }
.site-head nav a:hover { background: white; color: var(--carbon); }
.site-head nav .nav-ad { background: var(--papaya); color: white; }

main { overflow: hidden; }
.eyebrow { margin: 0 0 14px; font-family: var(--mono); font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero { display: grid; grid-template-columns: minmax(360px, .62fr) minmax(0, 1.38fr); min-height: 760px; border-bottom: 2px solid var(--carbon); background: var(--carbon); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 7vw, 108px) clamp(26px, 5vw, 76px); background: var(--carbon); color: white; }
.hero h1 { max-width: 780px; margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 4.8vw, 6rem); font-weight: 700; line-height: .84; letter-spacing: -.065em; }
.hero h1 em { display: block; margin-top: .18em; color: var(--lemon); font-family: var(--body); font-size: .62em; font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.hero-dek { max-width: 610px; margin: 36px 0 0; font-size: clamp(1.16rem, 1.6vw, 1.5rem); line-height: 1.25; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.hero-jump { align-self: flex-start; margin-top: 36px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.55); font-family: var(--mono); font-size: .7rem; font-weight: 600; text-decoration: none; text-transform: uppercase; }
.hero-actions .hero-jump { margin-top: 0; }
.hero-jump--follow { border-color: var(--lemon); background: var(--lemon); color: var(--carbon); }
.hero-jump:hover { border-color: var(--lemon); background: var(--lemon); color: var(--carbon); text-decoration: none; }
.hero-jump--follow:hover { border-color: white; background: white; }
.hero-reel { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 4vw, 58px) clamp(20px, 3.5vw, 52px); border-left: 2px solid var(--carbon); background: var(--cobalt); }
.reel-chrome, .reel-stage, .reel-foot { width: 100%; max-width: 980px; margin-inline: auto; }
.reel-chrome { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 14px; border: 2px solid var(--carbon); border-bottom: 0; background: var(--lemon); font-family: var(--mono); font-size: .59rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.reel-chrome span { display: flex; align-items: center; gap: 8px; }
.reel-chrome i { width: 8px; height: 8px; flex: 0 0 auto; border: 1px solid var(--carbon); border-radius: 50%; background: var(--papaya); }
.reel-stage { display: grid; grid-template-columns: minmax(250px, .62fr) minmax(270px, 1fr); border: 2px solid var(--carbon); background: #050608; }
.reel-frame { position: relative; display: grid; place-items: center; min-height: 560px; overflow: hidden; background: #050608; }
.reel-frame video { display: block; width: auto; max-width: 100%; height: min(570px, 70vh); aspect-ratio: 9 / 16; object-fit: contain; background: #050608; }
.reel-bug { position: absolute; top: 12px; right: 12px; padding: 7px 9px; background: rgba(17,19,24,.82); color: white; font-family: var(--mono); font-size: .5rem; letter-spacing: .06em; }
.reel-note { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 4vw, 58px); border-left: 2px solid var(--carbon); background: var(--paper); }
.reel-note h2 { margin: 0; font-family: var(--display); font-size: clamp(2.7rem, 5vw, 5.7rem); font-weight: 700; line-height: .84; letter-spacing: -.065em; }
.reel-note h2 em { color: var(--cobalt); font-family: var(--body); font-size: .72em; font-weight: 400; letter-spacing: -.04em; }
.reel-note > p:last-child { margin: 30px 0 0; line-height: 1.35; }
.reel-foot { margin-top: 0; padding: 15px 18px; border: 2px solid var(--carbon); border-top: 0; background: var(--papaya); font-family: var(--mono); font-size: .62rem; font-weight: 600; letter-spacing: .05em; text-align: center; }
.hero-screening { min-width: 0; display: grid; align-items: center; padding: clamp(24px, 4vw, 58px); border-left: 2px solid var(--carbon); background: var(--periwinkle); }
.film-reel { width: 100%; max-width: 1080px; margin: 0 auto; background: var(--carbon); color: white; box-shadow: 14px 14px 0 rgba(13,16,18,.12); }
.film-chrome { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.24); border-bottom: 0; color: rgba(255,255,255,.74); font-family: var(--mono); font-size: .58rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.film-chrome span { display: flex; align-items: center; gap: 9px; }
.film-chrome i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--papaya); box-shadow: 0 0 0 3px rgba(183,78,61,.2); }
.film-reel[data-state="playing"] .film-chrome i { animation: reel-pulse 1.2s steps(2, end) infinite; }
@keyframes reel-pulse { 50% { opacity: .3; } }
.film-frame { position: relative; aspect-ratio: 1440 / 664; overflow: hidden; border-inline: 1px solid rgba(255,255,255,.24); background: #030405; }
.film-frame video { display: block; width: 100%; height: 100%; object-fit: cover; background: #030405; filter: saturate(.68) contrast(1.08); }
.film-grain { position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0, rgba(255,255,255,.045) 1px, transparent 1px, transparent 3px); mix-blend-mode: soft-light; }
.film-bug { position: absolute; top: 12px; right: 12px; padding: 7px 9px; background: rgba(13,16,18,.78); color: rgba(255,255,255,.8); font-family: var(--mono); font-size: .48rem; letter-spacing: .07em; }
.film-toggle { position: absolute; left: 12px; bottom: 12px; display: flex; align-items: center; gap: 8px; min-height: 40px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.48); background: rgba(13,16,18,.82); color: white; font-family: var(--mono); font-size: .58rem; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(8px); }
.film-toggle:hover { border-color: var(--lemon); color: var(--lemon); }
.film-reel figcaption { display: grid; grid-template-columns: minmax(130px, .34fr) minmax(0, 1fr); gap: 18px; align-items: baseline; min-height: 88px; padding: 18px 20px 20px; border: 1px solid rgba(255,255,255,.24); border-top: 0; }
.film-reel figcaption span { color: var(--lemon); font-family: var(--mono); font-size: .57rem; letter-spacing: .07em; }
.film-reel figcaption p { margin: 0; font-family: var(--display); font-size: clamp(1.05rem, 1.8vw, 1.45rem); font-style: italic; line-height: 1.15; }

.screening-room { border-bottom: 2px solid var(--carbon); background: var(--paper); padding: clamp(54px, 7vw, 96px) clamp(24px, 5vw, 72px); }
.screening-room > header { max-width: 1080px; margin: 0 auto clamp(28px, 4vw, 48px); }
.screening-room h2 { margin: 0; font-family: var(--display); font-size: clamp(2.2rem, 4.6vw, 4.2rem); font-weight: 650; line-height: .9; letter-spacing: -.05em; }
.screening-room h2 em { color: var(--cobalt); font-weight: 400; }
.screening-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); gap: clamp(22px, 3vw, 40px); max-width: 1080px; margin: 0 auto; align-items: start; }

.dialogue-cut { display: grid; grid-template-columns: minmax(180px, .22fr) minmax(0, 1.78fr); border-bottom: 2px solid var(--carbon); background: var(--carbon); }
.dialogue-cut > header { display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; padding: 22px; border-right: 2px solid var(--carbon); background: var(--papaya); color: white; }
.dialogue-cut > header p { margin: 0; font-family: var(--mono); font-size: .62rem; font-weight: 600; letter-spacing: .07em; }
.dialogue-cut h2 { margin: 48px 0 0; font-family: var(--display); font-size: clamp(1.3rem, 2vw, 2rem); line-height: .96; letter-spacing: -.04em; }
.dialogue-cut cite { margin-top: 28px; font-family: var(--mono); font-size: .52rem; font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.dialogue-cut ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.dialogue-cut li { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; padding: 22px; border-right: 2px solid var(--carbon); }
.dialogue-cut li:last-child { border-right: 0; }
.dialogue-cut li:nth-child(1) { background: #15191b; color: white; }
.dialogue-cut li:nth-child(2) { background: var(--periwinkle); }
.dialogue-cut li:nth-child(3) { background: var(--cobalt); color: white; }
.dialogue-cut li:nth-child(4) { background: var(--lemon); }
.dialogue-cut li:nth-child(5) { background: var(--carbon); color: var(--lemon); }
.dialogue-cut li span { font-family: var(--mono); font-size: .59rem; font-weight: 600; letter-spacing: .07em; }
.dialogue-cut q, .dialogue-cut li p { margin: 0; font-family: var(--display); font-size: clamp(1.4rem, 2vw, 2.3rem); font-weight: 650; line-height: .94; letter-spacing: -.045em; }

.translation-scene { border-bottom: 2px solid var(--carbon); background: var(--paper); }
.translation-scene > header { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 7vw, 110px); align-items: end; padding: clamp(54px, 7vw, 96px) clamp(24px, 5vw, 72px); }
.scene-quote blockquote { max-width: 690px; margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3.3vw, 3.5rem); font-style: italic; line-height: .98; letter-spacing: -.04em; }
.scene-quote cite { display: block; margin-top: 24px; color: var(--quiet); font-family: var(--mono); font-size: .62rem; font-style: normal; letter-spacing: .07em; text-transform: uppercase; }
.translation-scene h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 650; line-height: .86; letter-spacing: -.06em; }
.translation-scene h2 em { display: block; margin-top: .12em; color: var(--cobalt); font-weight: 400; }
.scene-thesis > p { max-width: 560px; margin: 30px 0 0; color: var(--quiet); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.45; }
.subtitle-machine { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(190px, .26fr); background: var(--lemon); border-bottom: 2px solid var(--carbon); }
.subtitle-machine > div { padding: 28px 32px; border-right: 2px solid var(--carbon); }
.subtitle-machine span { font-family: var(--mono); font-size: .66rem; font-weight: 600; letter-spacing: .08em; }
.subtitle-machine p { margin: 16px 0 0; font-family: var(--display); font-size: clamp(1.4rem, 2.5vw, 2.4rem); font-weight: 650; line-height: 1; letter-spacing: -.04em; }
.subtitle-machine > div:nth-child(2) { background: var(--papaya); color: white; }
.subtitle-machine > a { display: grid; place-items: center; padding: 28px; background: var(--paper); font-family: var(--mono); font-size: .7rem; font-weight: 600; text-align: center; }

.archive-launch { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); border-bottom: 2px solid var(--carbon); background: var(--paper); }
.archive-launch > div { padding: clamp(44px, 7vw, 88px) clamp(24px, 6vw, 82px); }
.archive-launch h2 { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 6vw, 6.5rem); line-height: .84; letter-spacing: -.065em; text-transform: lowercase; }
.archive-launch h2 em { color: var(--cobalt); font-family: var(--body); font-size: .72em; font-weight: 400; letter-spacing: -.045em; }
.archive-launch > div > p:last-child { max-width: 760px; margin: 30px 0 0; font-size: clamp(1rem, 1.6vw, 1.3rem); line-height: 1.4; }
.archive-launch > a { display: grid; place-items: center; padding: 32px; border-left: 2px solid var(--carbon); background: var(--lemon); font-family: var(--mono); font-size: clamp(.82rem, 1.2vw, 1.05rem); font-weight: 600; line-height: 1.35; text-align: center; text-decoration: none; }
.archive-launch > a:hover { background: var(--cobalt); color: white; text-decoration: none; }
.archive-launch > a span { font-size: 1.5em; }

.status-band { display: grid; grid-template-columns: .7fr 1.3fr; border-bottom: 2px solid var(--carbon); }
.status-band > div { padding: 28px 36px; border-right: 2px solid var(--carbon); }
.status-band > div p:last-child { margin: 0; }
.status-band ul { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.status-band li { display: grid; align-content: center; padding: 20px; border-right: 1px solid var(--line); font-family: var(--mono); text-transform: uppercase; }
.status-band li:last-child { border-right: 0; }
.status-band li span, .status-band li small { font-size: .62rem; }
.status-band li b { color: var(--cobalt); font-size: .78rem; }
.status-band li[data-state="cached"] b { color: #9c4e00; }

.signal-cockpit { padding: clamp(54px, 7vw, 100px) clamp(22px, 5vw, 72px); background: var(--carbon); color: white; border-bottom: 2px solid var(--carbon); }
.cockpit-head { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: clamp(30px, 7vw, 110px); align-items: end; margin-bottom: 42px; }
.cockpit-head h2, .telegram-desk h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 6.4rem); line-height: .86; letter-spacing: -.065em; }
.cockpit-head h2 em, .telegram-desk h2 em { color: var(--lemon); font-family: var(--body); font-weight: 400; }
.cockpit-head > p { max-width: 520px; margin: 0; color: rgba(255,255,255,.68); line-height: 1.45; }
.cockpit-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); border: 1px solid rgba(255,255,255,.28); }
.cockpit-grid article { min-width: 0; background: #151820; }
.cockpit-grid article > header { display: flex; justify-content: space-between; gap: 20px; min-height: 86px; padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.18); }
.cockpit-grid article > header span { font-family: var(--mono); font-size: .62rem; font-weight: 600; letter-spacing: .08em; }
.cockpit-grid article > header p { max-width: 560px; margin: 8px 0 0; color: rgba(255,255,255,.58); font-size: .84rem; line-height: 1.25; }
.flow-panel { grid-column: 1 / -1; border-bottom: 1px solid rgba(255,255,255,.28); }
.flow-panel > header { align-items: baseline; }
.signal-map { display: block; width: 100%; min-width: 700px; background: radial-gradient(circle at 50% 48%, rgba(77,116,236,.13), transparent 45%); }
.route-line, .route-current { fill: none; vector-effect: non-scaling-stroke; }
.route-line { stroke: rgba(255,255,255,.16); stroke-width: 12; }
.route-current { stroke: var(--lemon); stroke-width: 2; stroke-dasharray: 4 13; animation: route-flow 1.7s linear infinite; }
@keyframes route-flow { to { stroke-dashoffset: -34; } }
.route-node { cursor: pointer; }
.route-node rect { stroke: rgba(255,255,255,.5); stroke-width: 2; transition: stroke-width .2s, filter .2s, opacity .2s; }
.route-seiche rect { fill: var(--seiche); }
.route-liquilens rect { fill: var(--liquilens); }
.route-undertow rect { fill: var(--undertow); }
.route-myquant rect { fill: var(--house); }
.route-node text { fill: var(--carbon); font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .04em; pointer-events: none; }
.route-node .node-name { font-family: var(--display); font-size: 18px; letter-spacing: -.02em; }
.route-node:hover rect, .route-node:focus rect, .route-node.active rect { stroke: white; stroke-width: 5; filter: drop-shadow(0 0 12px rgba(255,255,255,.28)); }
.route-node:focus { outline: none; }
.map-hint { fill: rgba(255,255,255,.48); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.cadence-panel { border-right: 1px solid rgba(255,255,255,.28); }
.range-buttons { display: flex; align-self: flex-start; border: 1px solid rgba(255,255,255,.25); }
.range-buttons button { min-width: 42px; padding: 8px; border: 0; border-right: 1px solid rgba(255,255,255,.25); background: transparent; color: rgba(255,255,255,.58); font-family: var(--mono); font-size: .6rem; cursor: pointer; }
.range-buttons button:last-child { border-right: 0; }
.range-buttons button.active { background: var(--lemon); color: var(--carbon); }
#cadenceChart { display: block; width: 100%; padding: 10px 12px 4px; overflow: visible; }
.cadence-grid line { stroke: rgba(255,255,255,.12); stroke-dasharray: 2 6; }
.cadence-grid text, .cadence-day > text { fill: rgba(255,255,255,.44); font-family: var(--mono); font-size: 9px; }
.cadence-day rect { transition: opacity .2s, filter .2s; }
.cadence-day:hover rect, .cadence-day:focus rect { filter: brightness(1.22); }
.cadence-day:focus { outline: none; }
.pulse-seiche, .mix-seiche { fill: var(--seiche); stroke: var(--seiche); }
.pulse-liquilens, .mix-liquilens { fill: var(--liquilens); stroke: var(--liquilens); }
.pulse-liquilens-undertow, .mix-liquilens-undertow { fill: var(--undertow); stroke: var(--undertow); }
.pulse-myquant, .mix-myquant { fill: var(--house); stroke: var(--house); }
.mix-wrap { display: grid; grid-template-columns: minmax(150px, .65fr) minmax(170px, 1fr); gap: 14px; align-items: center; min-height: 260px; padding: 18px; }
.mix-ring { display: block; width: 100%; max-height: 196px; }
.mix-ring circle { fill: none; stroke-width: 19; transform: rotate(-90deg); transform-origin: 80px 80px; }
.mix-ring text:first-of-type { fill: white; font-family: var(--display); font-size: 31px; font-weight: 700; }
.mix-ring text:last-of-type { fill: rgba(255,255,255,.52); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.mix-legend { display: grid; }
.mix-legend button { display: grid; grid-template-columns: 10px 1fr auto; gap: 3px 9px; align-items: center; padding: 10px 2px; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); background: transparent; color: white; text-align: left; cursor: pointer; }
.mix-legend button:last-child { border-bottom: 0; }
.mix-legend button:hover, .mix-legend button.active { color: var(--lemon); }
.mix-legend i { grid-row: 1 / 3; width: 8px; height: 8px; border-radius: 50%; background: currentcolor; }
.mix-legend i.mix-seiche { background: var(--seiche); }
.mix-legend i.mix-liquilens { background: var(--liquilens); }
.mix-legend i.mix-liquilens-undertow { background: var(--undertow); }
.mix-legend i.mix-myquant { background: var(--house); }
.mix-legend span, .mix-legend b { font-family: var(--mono); font-size: .62rem; }
.mix-legend small { grid-column: 2; color: rgba(255,255,255,.42); font-family: var(--mono); font-size: .55rem; }

.telegram-desk { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); border-bottom: 2px solid var(--carbon); background: var(--cobalt); color: white; }
.telegram-desk > header { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 7vw, 100px) clamp(24px, 5vw, 72px); }
.telegram-desk > header > p:last-child { max-width: 550px; margin: 32px 0 0; color: rgba(255,255,255,.72); line-height: 1.45; }
.telegram-grid { display: grid; grid-template-columns: 1fr 1fr; border-left: 2px solid var(--carbon); }
.telegram-grid a { display: flex; min-height: 250px; flex-direction: column; padding: clamp(24px, 3vw, 42px); border-right: 1px solid rgba(17,19,24,.45); border-bottom: 1px solid rgba(17,19,24,.45); background: var(--periwinkle); color: var(--carbon); text-decoration: none; transition: background .18s, transform .18s; }
.telegram-grid a:nth-child(2), .telegram-grid a:nth-child(3) { background: var(--lemon); }
.telegram-grid a:nth-child(even) { border-right: 0; }
.telegram-grid a:nth-child(n+3) { border-bottom: 0; }
.telegram-grid a:hover { background: var(--papaya); transform: translate(-4px, -4px); box-shadow: 4px 4px 0 var(--carbon); }
.telegram-grid span, .telegram-grid b { font-family: var(--mono); font-size: .62rem; letter-spacing: .05em; }
.telegram-grid h3 { margin: 34px 0 10px; font-family: var(--display); font-size: clamp(1.65rem, 2.7vw, 2.8rem); line-height: .9; letter-spacing: -.045em; }
.telegram-grid p { margin: 0 0 26px; font-size: .96rem; line-height: 1.3; }
.telegram-grid b { margin-top: auto; }

.ad-slot { margin: clamp(28px, 5vw, 72px); padding: clamp(24px, 4vw, 50px); border: 2px dashed var(--carbon); background: repeating-linear-gradient(-45deg, rgba(83,110,125,.08), rgba(83,110,125,.08) 10px, transparent 10px, transparent 20px); }
.ad-slot span { font-family: var(--mono); font-size: .66rem; font-weight: 600; }
.ad-slot p { max-width: 900px; margin: 18px 0; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 3rem); line-height: 1; letter-spacing: -.045em; }
.ad-slot a { font-family: var(--mono); font-size: .78rem; font-weight: 600; }

.wire { border-top: 2px solid var(--carbon); }
.wire-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; padding: 44px clamp(24px, 5vw, 72px); background: var(--cobalt); color: white; }
.wire h2, .products h2, .placements h2 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 5rem); line-height: .9; letter-spacing: -.06em; }
.wire-head > p { margin: 0; font-family: var(--mono); font-size: .72rem; }
.filters { position: sticky; top: 0; z-index: 5; display: flex; flex-wrap: wrap; border-bottom: 2px solid var(--carbon); background: var(--paper); }
.filters button { padding: 16px 20px; border: 0; border-right: 1px solid var(--line); background: transparent; font-family: var(--mono); font-size: .68rem; cursor: pointer; }
.filters button span { opacity: .56; }
.filters button.active { background: var(--lemon); box-shadow: inset 0 -4px 0 var(--carbon); }
.filters label { display: flex; align-items: center; flex: 1 1 290px; margin-left: auto; padding-left: 20px; font-family: var(--mono); font-size: .62rem; }
.filters input { min-width: 150px; width: 100%; height: 100%; margin-left: 12px; padding: 14px 18px; border: 0; border-left: 1px solid var(--line); background: white; font-family: var(--mono); font-size: .75rem; }
.story-list { margin: 0; padding: 0; list-style: none; }
.story-card { display: grid; grid-template-columns: 78px minmax(0, 1.5fr) minmax(250px, .5fr); border-bottom: 1px solid var(--carbon); }
.story-card[hidden] { display: none; }
.story-index { padding: 24px 16px; border-right: 1px solid var(--line); font-family: var(--mono); font-size: .68rem; color: var(--quiet); }
.story-card article { padding: 25px clamp(22px, 4vw, 54px) 30px; }
.story-meta, .evidence-line { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; font-family: var(--mono); font-size: .59rem; text-transform: uppercase; }
.story-meta > * { padding-right: 9px; border-right: 1px solid var(--line); }
.story-meta > *:last-child { border: 0; }
.product { padding: 5px 8px !important; border: 1px solid currentColor !important; font-weight: 600; }
.product-seiche { color: #984014; }
.product-liquilens { color: var(--cobalt); }
.product-liquilens-undertow { color: #5b3c95; }
.product-myquant { color: #00604e; }
.story-card h3 { max-width: 1000px; margin: 20px 0 10px; font-family: var(--display); font-size: clamp(1.65rem, 3vw, 3rem); line-height: .98; letter-spacing: -.045em; }
.story-card h3 a { text-decoration: none; }
.story-card h3 a:hover { color: var(--cobalt); }
.story-card article > p { max-width: 900px; margin: 0 0 20px; line-height: 1.35; }
.evidence-line span { padding: 5px 8px; background: rgba(83,110,125,.1); }
.story-card aside { padding: 28px; border-left: 1px solid var(--line); background: rgba(201,209,255,.2); font-size: .9rem; }
.story-card aside b { font-family: var(--mono); font-size: .62rem; text-transform: uppercase; }
.story-card aside p { line-height: 1.3; }
.story-card aside a { font-family: var(--mono); font-size: .66rem; font-weight: 600; }
.content-notice { margin: 14px 0 0; padding: 10px 12px; border: 1px solid var(--carbon); background: var(--lemon); font-family: var(--mono); font-size: .66rem; line-height: 1.45; }
.no-results { padding: 80px; text-align: center; font-family: var(--display); font-size: 2rem; }

.products { padding: clamp(60px, 8vw, 120px) clamp(24px, 5vw, 72px); background: var(--papaya); }
.products > div { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 44px; border: 2px solid var(--carbon); }
.products a { min-height: 280px; padding: 28px; border-right: 2px solid var(--carbon); text-decoration: none; }
.products a:last-child { border-right: 0; }
.products a:hover { background: var(--lemon); }
.products span { font-family: var(--mono); font-size: .65rem; }
.products h3 { margin: 70px 0 10px; font-family: var(--display); font-size: 3rem; letter-spacing: -.05em; }
.products p { margin: 0; }

.evidence-network { display: grid; grid-template-columns: 1.1fr .9fr; border-top: 2px solid var(--carbon); background: var(--lemon); }
.evidence-network > div { padding: clamp(42px, 6vw, 84px) clamp(24px, 5vw, 72px); }
.evidence-network h2 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(2.6rem, 5vw, 5.4rem); line-height: .88; letter-spacing: -.06em; }
.evidence-network__route { border-left: 2px solid var(--carbon); background: var(--carbon); color: white; }
.evidence-network__route span, .evidence-network__route a { font-family: var(--mono); font-size: .68rem; font-weight: 600; }
.evidence-network__route h3 { margin: clamp(44px, 6vw, 86px) 0 12px; color: var(--papaya); font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5rem); line-height: .9; letter-spacing: -.055em; }
.evidence-network__route p { max-width: 560px; margin: 0 0 28px; line-height: 1.35; }

footer { display: flex; justify-content: space-between; gap: 30px; padding: 30px clamp(24px, 5vw, 72px); background: var(--carbon); color: white; font-family: var(--mono); font-size: .65rem; }
footer p { margin: 0; }

.article-page { max-width: 1240px; margin: 0 auto; padding: clamp(56px, 8vw, 120px) clamp(22px, 6vw, 80px); }
.article-page > header { max-width: 970px; }
.article-page h1, .advertise-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 8vw, 8rem); line-height: .84; letter-spacing: -.07em; }
.article-dek { max-width: 760px; font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.18; }
.byline { display: flex; gap: 18px; font-family: var(--mono); font-size: .68rem; text-transform: uppercase; }
.article-boundary { display: grid; grid-template-columns: 160px 1fr; gap: 12px 24px; margin: 60px 0; padding: 28px; background: var(--lemon); border: 2px solid var(--carbon); }
.article-boundary b { font-family: var(--mono); font-size: .65rem; text-transform: uppercase; }
.article-correction { margin: 0; padding: 24px clamp(24px, 6vw, 84px); border-bottom: 2px solid var(--carbon); background: var(--lemon); }
.article-correction b, .article-correction time { font-family: var(--mono); font-size: .68rem; text-transform: uppercase; }
.article-correction p { max-width: 840px; margin: 10px 0; }
.article-boundary p { margin: 0; }
.article-body { max-width: 760px; margin-left: min(18vw, 230px); }
.article-body section { margin: 70px 0; }
.article-body h2, .source-box h2 { font-family: var(--display); font-size: clamp(2rem, 4vw, 3.6rem); line-height: .95; letter-spacing: -.05em; }
.article-body p { font-size: 1.25rem; line-height: 1.55; }
.source-box { margin-top: 80px; padding: 38px; background: var(--periwinkle); border: 2px solid var(--carbon); }
.source-box li { margin: 12px 0; }
.source-box small { display: block; margin-top: 4px; font-family: var(--mono); font-size: .62rem; text-transform: uppercase; }

.news-analysis-ledger { margin: 60px 0 80px; border: 2px solid var(--carbon); background: var(--paper); }
.news-analysis-ledger > header { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: 22px 60px; padding: clamp(30px, 5vw, 62px); background: var(--papaya); }
.news-analysis-ledger > header .eyebrow { grid-column: 1 / -1; }
.news-analysis-ledger > header h2 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5rem); line-height: .9; letter-spacing: -.055em; }
.news-analysis-ledger > header > p:last-child { margin: 0; line-height: 1.45; }
.news-analysis-ledger dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.news-analysis-ledger dl > div { padding: 26px 30px; border-top: 2px solid var(--carbon); }
.news-analysis-ledger dl > div:nth-child(odd) { border-right: 2px solid var(--carbon); }
.news-analysis-ledger dt { margin-bottom: 9px; font-family: var(--mono); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.news-analysis-ledger dd { margin: 0; line-height: 1.4; }

.interpretation-page { max-width: 1380px; }
.interpretation-provenance { display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; gap: 18px 28px; align-items: center; margin: 58px 0 0; padding: 24px 28px; border: 2px solid var(--carbon); background: var(--lemon); }
.interpretation-provenance b, .interpretation-provenance a { font-family: var(--mono); font-size: .68rem; font-weight: 600; text-transform: uppercase; }
.interpretation-provenance p { margin: 0; line-height: 1.35; }
.interpretation-provenance a { max-width: 220px; }
.translation-ledger { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--carbon); border-top: 0; }
.translation-ledger section { min-width: 0; padding: clamp(30px, 5vw, 70px); }
.translation-ledger section + section { border-left: 2px solid var(--carbon); background: var(--papaya); }
.translation-ledger h2 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 4.6vw, 5.3rem); line-height: .9; letter-spacing: -.055em; }
.translation-ledger section > p:last-child { margin: 28px 0 0; line-height: 1.45; }
.key-number { display: grid; grid-template-columns: minmax(170px, .4fr) minmax(0, 1.6fr); align-items: center; border: 2px solid var(--carbon); border-top: 0; background: var(--cobalt); color: white; }
.key-number span { padding: 24px clamp(28px, 5vw, 72px); border-right: 2px solid var(--carbon); color: var(--lemon); font-family: var(--display); font-size: clamp(3rem, 8vw, 8rem); font-weight: 800; line-height: .8; letter-spacing: -.065em; }
.key-number p { max-width: 760px; margin: 0; padding: 28px clamp(28px, 5vw, 72px); font-size: clamp(1.15rem, 2.4vw, 2rem); line-height: 1.2; }
.interpretation-body { margin: 0 auto; }
.interpretation-clocks { grid-template-columns: 180px 1fr; }
.source-box code { overflow-wrap: anywhere; font-family: var(--mono); font-size: .78em; }
.case-file-ledger { border: 2px solid var(--carbon); border-top: 0; background: var(--paper); }
.case-file-ledger > header { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 26px 60px; padding: clamp(32px, 5vw, 70px); }
.case-file-ledger > header .eyebrow { grid-column: 1 / -1; }
.case-file-ledger > header h2 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 5.5rem); line-height: .88; letter-spacing: -.06em; }
.case-file-ledger > header > p:last-child { margin: 0; line-height: 1.45; }
.case-file-verdicts { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 2px solid var(--carbon); }
.case-file-verdicts article { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 30px; border-right: 2px solid var(--carbon); }
.case-file-verdicts article:last-child { border-right: 0; }
.case-file-verdicts span { font-family: var(--mono); font-size: .66rem; text-transform: uppercase; }
.case-file-verdicts strong { font-family: var(--display); font-size: 2.2rem; line-height: .8; }
.case-file-verdicts article[data-verdict="HIT"] strong { color: #00604e; }
.case-file-verdicts article[data-verdict="MISS"] strong { color: #a12222; }
.case-file-verdicts article[data-verdict="VOID"] strong { color: var(--quiet); }
.case-file-verdicts p { grid-column: 1 / -1; margin: 0; line-height: 1.4; }
.case-file-ledger dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 2px solid var(--carbon); }
.case-file-ledger dl div { padding: 24px 28px; border-right: 1px solid var(--line); }
.case-file-ledger dl div:last-child { border-right: 0; }
.case-file-ledger dt { font-family: var(--mono); font-size: .62rem; text-transform: uppercase; }
.case-file-ledger dd { margin: 12px 0 0; line-height: 1.35; }

.advertise-page { background: var(--lemon); }
.advertise-hero { min-height: 720px; padding: clamp(60px, 9vw, 140px) clamp(24px, 7vw, 100px); }
.advertise-hero h1 em { color: var(--cobalt); font-family: var(--body); font-weight: 400; }
.advertise-hero > p:not(.eyebrow) { max-width: 760px; font-size: 1.5rem; }
.big-cta { display: inline-block; margin-top: 30px; padding: 18px 22px; background: var(--carbon); color: white; font-family: var(--mono); font-size: .75rem; text-decoration: none; }
.ad-principles { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 2px solid var(--carbon); background: var(--paper); }
.ad-principles article { min-height: 310px; padding: 30px; border-right: 2px solid var(--carbon); }
.ad-principles article:last-child { border-right: 0; }
.ad-principles span { font-family: var(--mono); }
.ad-principles h2 { margin-top: 80px; font-family: var(--display); font-size: 2.2rem; }
.placements { padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 100px); background: var(--cobalt); color: white; }
.placements > div { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.placements article { padding: 30px; border: 2px dashed white; }
.placements b, .placements span { font-family: var(--mono); font-size: .7rem; }
.placements p { font-size: 1.4rem; }

.info-page { min-height: 72vh; background: var(--paper); }
.info-page > header { padding: clamp(64px, 9vw, 132px) clamp(24px, 7vw, 100px); border-bottom: 2px solid var(--carbon); background: var(--periwinkle); }
.info-page > header h1 { max-width: 1080px; margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 8vw, 8rem); line-height: .84; letter-spacing: -.07em; }
.info-page > header > p:last-child { max-width: 780px; margin: 32px 0 0; font-size: clamp(1.2rem, 2.3vw, 1.7rem); line-height: 1.3; }
.info-sections { max-width: 1100px; margin: 0 auto; padding: clamp(44px, 7vw, 90px) clamp(22px, 6vw, 72px); }
.info-sections section { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: 24px clamp(36px, 7vw, 100px); padding: 38px 0; border-bottom: 1px solid var(--line); }
.info-sections section:last-child { border-bottom: 0; }
.info-sections h2 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3.5vw, 3.2rem); line-height: .95; letter-spacing: -.045em; }
.info-sections p { margin: 0 0 18px; font-size: 1.12rem; line-height: 1.55; }
.info-sections p:last-child { margin-bottom: 0; }

.follow-page { min-height: 72vh; background: var(--paper); }
.follow-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(40px, 8vw, 130px); align-items: end; padding: clamp(68px, 9vw, 132px) clamp(24px, 7vw, 100px); border-bottom: 2px solid var(--carbon); background: var(--carbon); color: white; }
.follow-hero h1 { max-width: 980px; margin: 0; font-family: var(--display); font-size: clamp(4rem, 8.5vw, 9rem); font-weight: 700; line-height: .8; letter-spacing: -.075em; }
.follow-hero h1 em { color: var(--lemon); font-weight: 400; }
.follow-dek { max-width: 780px; margin: 34px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.35; }
.follow-privacy { margin: 0; padding: 24px; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.05); color: rgba(255,255,255,.72); font-size: .96rem; line-height: 1.5; }
.follow-privacy b { display: block; margin-bottom: 12px; color: var(--lemon); font-family: var(--mono); font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.follow-privacy code { color: white; font-family: var(--mono); font-size: .78em; }
.follow-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; padding: 2px; background: var(--carbon); }
.follow-card { min-height: 360px; display: flex; flex-direction: column; padding: clamp(26px, 4vw, 50px); background: var(--periwinkle); }
.follow-card[data-product="myquant"], .follow-card[data-product="palimpsest"] { background: var(--lemon); }
.follow-card[data-product="liquilens"] { background: #c6d4d8; }
.follow-card[data-product="seiche"] { background: #dbc7bd; }
.follow-card[data-product="undertow"] { background: #d2ccd7; }
.follow-card[data-product="narcoscope"] { background: #c8d5cc; }
.follow-card > span { font-family: var(--mono); font-size: .62rem; font-weight: 600; letter-spacing: .07em; }
.follow-card h2 { margin: 54px 0 16px; font-family: var(--display); font-size: clamp(2.5rem, 4.5vw, 5rem); line-height: .82; letter-spacing: -.06em; }
.follow-card p { max-width: 520px; margin: 0 0 32px; line-height: 1.4; }
.follow-actions { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: auto; }
.follow-actions a { padding-bottom: 4px; border-bottom: 2px solid var(--carbon); font-family: var(--mono); font-size: .68rem; font-weight: 600; text-decoration: none; text-transform: uppercase; }
.follow-actions a:hover { color: var(--papaya); text-decoration: none; }
.follow-channel { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(280px, 1fr) auto; gap: clamp(28px, 6vw, 90px); align-items: center; padding: clamp(48px, 7vw, 92px) clamp(24px, 7vw, 100px); border-bottom: 2px solid var(--carbon); background: var(--papaya); color: white; }
.follow-channel h2 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 5.5rem); line-height: .84; letter-spacing: -.06em; }
.follow-channel > p { max-width: 560px; margin: 0; font-size: 1.15rem; line-height: 1.4; }
.follow-channel > a { padding: 16px 18px; border: 1px solid white; font-family: var(--mono); font-size: .68rem; font-weight: 600; text-align: center; text-decoration: none; text-transform: uppercase; }
.follow-channel > a:hover { background: white; color: var(--carbon); text-decoration: none; }

@media (max-width: 900px) {
  .site-head { grid-template-columns: 1fr; }
  .site-head nav { border-top: 1px solid rgba(255,255,255,.35); }
  .site-head nav a { max-width: none; flex: 1; border-left: 0; border-right: 1px solid rgba(255,255,255,.35); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 570px; }
  .hero-screening { padding: 42px 28px 54px; border-top: 2px solid var(--carbon); border-left: 0; }
  .hero-reel { border-top: 2px solid var(--carbon); border-left: 0; }
  .dialogue-cut { grid-template-columns: 1fr; }
  .dialogue-cut > header { min-height: 0; flex-direction: row; align-items: end; gap: 24px; border-right: 0; border-bottom: 2px solid var(--carbon); }
  .dialogue-cut h2 { margin: 0; text-align: right; }
  .dialogue-cut cite { max-width: 150px; margin: 0; }
  .dialogue-cut ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dialogue-cut li:nth-child(even) { border-right: 0; }
  .dialogue-cut li:nth-child(-n+4) { border-bottom: 2px solid var(--carbon); }
  .dialogue-cut li:last-child { grid-column: 1 / -1; }
  .translation-scene > header { grid-template-columns: 1fr; }
  .subtitle-machine { grid-template-columns: 1fr 1fr; }
  .subtitle-machine > div:nth-child(2) { border-right: 0; }
  .subtitle-machine > a { grid-column: 1 / -1; min-height: 76px; border-top: 2px solid var(--carbon); }
  .archive-launch { grid-template-columns: 1fr; }
  .archive-launch > a { min-height: 110px; border-top: 2px solid var(--carbon); border-left: 0; }
  .status-band { grid-template-columns: 1fr; }
  .status-band > div { border-right: 0; border-bottom: 2px solid var(--carbon); }
  .cockpit-head { grid-template-columns: 1fr; }
  .cockpit-grid { grid-template-columns: 1fr; }
  .cadence-panel { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .telegram-desk { grid-template-columns: 1fr; }
  .telegram-grid { border-top: 2px solid var(--carbon); border-left: 0; }
  .story-card { grid-template-columns: 54px 1fr; }
  .story-card aside { grid-column: 2; border-left: 0; border-top: 1px solid var(--line); }
  .products > div, .ad-principles { grid-template-columns: 1fr; }
  .products a, .ad-principles article { min-height: 220px; border-right: 0; border-bottom: 2px solid var(--carbon); }
  .products a:last-child, .ad-principles article:last-child { border-bottom: 0; }
  .products h3, .ad-principles h2 { margin-top: 40px; }
  .evidence-network { grid-template-columns: 1fr; }
  .evidence-network__route { border-left: 0; border-top: 2px solid var(--carbon); }
  .info-sections section { grid-template-columns: 1fr; }
  .follow-hero { grid-template-columns: 1fr; }
  .follow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .follow-channel { grid-template-columns: 1fr 1fr; }
  .follow-channel > a { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .wordmark { grid-template-columns: 1fr; gap: 2px; padding: 20px; font-size: 1.9rem; }
  .wordmark span:nth-child(2) { transform: none; }
  .wordmark span:nth-child(3) { text-align: left; }
  .site-head nav { flex-wrap: wrap; }
  .site-head nav a { min-height: 54px; padding: 10px; font-size: .58rem; }
  .hero { min-height: 0; }
  .hero-copy { min-height: 0; padding: 70px 22px; }
  .hero h1 { font-size: 3.55rem; }
  .hero-screening { padding: 24px 12px 34px; }
  .hero-reel { padding: 24px 14px 34px; }
  .reel-chrome { min-height: 42px; gap: 8px; padding-inline: 10px; font-size: .48rem; }
  .reel-stage { grid-template-columns: 1fr; }
  .reel-frame { min-height: 0; }
  .reel-frame video { width: 100%; height: auto; max-height: 72vh; }
  .reel-note { padding: 36px 24px; border-top: 2px solid var(--carbon); border-left: 0; }
  .reel-note h2 { font-size: 3.35rem; }
  .film-reel { box-shadow: 7px 7px 0 rgba(13,16,18,.12); }
  .film-chrome { min-height: 38px; gap: 8px; padding-inline: 9px; font-size: .45rem; }
  .film-frame { aspect-ratio: 16 / 10; }
  .film-bug { top: 7px; right: 7px; padding: 5px 6px; font-size: .39rem; }
  .film-toggle { left: 7px; bottom: 7px; min-height: 34px; padding: 7px 9px; font-size: .48rem; }
  .film-reel figcaption { grid-template-columns: 1fr; gap: 8px; min-height: 0; padding: 14px; }
  .film-reel figcaption p { font-size: 1.06rem; }
  .dialogue-cut > header { align-items: flex-start; flex-direction: column; padding: 18px 22px; }
  .dialogue-cut h2 { margin-top: 18px; text-align: left; }
  .dialogue-cut cite { max-width: none; margin-top: 8px; }
  .dialogue-cut ol { grid-template-columns: 1fr; }
  .dialogue-cut li { min-height: 148px; padding: 20px 22px; border-right: 0; border-bottom: 2px solid var(--carbon); }
  .dialogue-cut li:last-child { grid-column: auto; border-bottom: 0; }
  .dialogue-cut q, .dialogue-cut li p { font-size: 2rem; }
  .translation-scene > header { padding: 66px 22px; }
  .translation-scene h2 { font-size: 3.35rem; }
  .subtitle-machine { grid-template-columns: 1fr; }
  .subtitle-machine > div { border-right: 0; border-bottom: 2px solid var(--carbon); }
  .subtitle-machine > a { grid-column: auto; border-top: 0; }
  .status-band ul { grid-template-columns: 1fr; }
  .status-band li { border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-cockpit { padding-inline: 0; }
  .cockpit-head { padding-inline: 22px; }
  .cockpit-grid { border-inline: 0; }
  .flow-panel { overflow-x: auto; }
  .cockpit-grid article > header { align-items: flex-start; flex-direction: column; }
  .mix-wrap { grid-template-columns: 138px 1fr; }
  .telegram-grid { grid-template-columns: 1fr; }
  .telegram-grid a { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(17,19,24,.45) !important; }
  .telegram-grid a:last-child { border-bottom: 0 !important; }
  .ad-slot { margin: 22px; }
  .wire-head { align-items: start; flex-direction: column; }
  .filters { position: static; }
  .filters button { flex: 1 1 50%; }
  .filters label { min-height: 58px; padding-left: 12px; }
  .story-card { grid-template-columns: 1fr; }
  .story-index { display: none; }
  .story-card aside { grid-column: auto; }
  .products { padding-inline: 22px; }
  .placements > div { grid-template-columns: 1fr; }
  .article-boundary { grid-template-columns: 1fr; }
  .news-analysis-ledger > header, .news-analysis-ledger dl { grid-template-columns: 1fr; }
  .news-analysis-ledger dl > div:nth-child(odd) { border-right: 0; }
  .article-body { margin-left: 0; }
  .interpretation-provenance { grid-template-columns: 1fr; }
  .translation-ledger { grid-template-columns: 1fr; }
  .translation-ledger section + section { border-top: 2px solid var(--carbon); border-left: 0; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .hero-jump { align-self: stretch; text-align: center; }
  .follow-hero { padding: 70px 22px; }
  .follow-hero h1 { font-size: 4rem; }
  .follow-grid { grid-template-columns: 1fr; }
  .follow-card { min-height: 300px; }
  .follow-channel { grid-template-columns: 1fr; padding-inline: 22px; }
  .follow-channel > a { grid-column: auto; }
  .key-number { grid-template-columns: 1fr; }
  .key-number span { border-right: 0; border-bottom: 2px solid var(--carbon); }
  .case-file-ledger > header, .case-file-verdicts, .case-file-ledger dl { grid-template-columns: 1fr; }
  .case-file-verdicts article, .case-file-ledger dl div { border-right: 0; border-bottom: 1px solid var(--line); }
  .case-file-verdicts article:last-child, .case-file-ledger dl div:last-child { border-bottom: 0; }
  footer { flex-direction: column; }
}

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