:root {
  --ink: #09080c;
  --ink-2: #111018;
  --paper: #f3eddc;
  --paper-2: #fffaf0;
  --red: #ff2b18;
  --red-deep: #c80e16;
  --yellow: #ffd21a;
  --cyan: #44e6ff;
  --purple: #9b4dff;
  --green: #52e28a;
  --muted: #a9a2b0;
  --line: rgba(255, 255, 255, .16);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1400px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--ink); color: #fff; font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
button, input, a { font: inherit; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
button { color: inherit; }
::selection { background: var(--yellow); color: #000; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 1000; background: #fff; color: #000; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.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; }
.tracer-canvas { position: fixed; inset: 0; z-index: 80; width: 100%; height: 100%; pointer-events: none; mix-blend-mode: screen; }

.alert-ticker { height: 34px; overflow: hidden; border-bottom: 3px solid #000; background: var(--yellow); color: #080808; font: 850 .76rem/31px var(--body); letter-spacing: .08em; white-space: nowrap; }
.ticker-track { display: inline-flex; min-width: max-content; animation: ticker 39s linear infinite; }
.ticker-track span { padding: 0 2.2rem; }
.ticker-track span + span { border-left: 2px solid #000; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header { position: sticky; top: 0; z-index: 70; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; height: 72px; padding: 0 clamp(1rem, 5vw, 5rem); border-bottom: 1px solid var(--line); background: rgba(8, 7, 12, .92); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: .7rem; color: #fff; font-weight: 900; letter-spacing: -.02em; text-decoration: none; white-space: nowrap; }
.brand b { color: var(--red); }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; background: var(--red); color: #fff; font: 900 1rem var(--display); box-shadow: 4px 4px 0 var(--yellow); transform: rotate(-4deg); }
.site-header nav { display: flex; justify-content: center; gap: clamp(.65rem, 2vw, 1.5rem); }
.site-header nav a { color: #d7d2c8; font-size: .75rem; font-weight: 850; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--yellow); }
.icon-button { border: 1px solid var(--line); border-radius: 99px; background: transparent; padding: .45rem .8rem; color: #fff; font-size: .75rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.icon-button span { margin-left: .35rem; color: var(--yellow); font-size: 1rem; }

.hero { position: relative; isolation: isolate; display: grid; align-items: end; min-height: calc(100svh - 106px); overflow: hidden; border-bottom: 8px solid var(--red); }
.hero-video { position: absolute; inset: 0; z-index: -4; width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(4, 3, 8, .98) 0%, rgba(4, 3, 8, .82) 43%, rgba(4, 3, 8, .15) 82%), linear-gradient(0deg, rgba(4, 3, 8, .92), transparent 58%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero::after { content: ""; position: absolute; inset: auto -10% -42% 35%; z-index: -1; height: 72%; background: radial-gradient(circle, rgba(255,43,24,.35), transparent 62%); filter: blur(20px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 820px) 1fr; align-items: end; gap: 3rem; width: min(var(--max), 100%); margin: 0 auto; padding: clamp(4rem, 9vw, 9rem) clamp(1.2rem, 6vw, 6rem) clamp(5rem, 8vw, 7rem); }
.hero-copy { position: relative; }
.eyebrow, .section-kicker, .mini-kicker { margin: 0 0 1rem; font-size: .74rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .65rem; color: var(--cyan); }
.pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(255, 43, 24, .8); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 12px transparent; } }
h1, h2, h3, h4, p { overflow-wrap: anywhere; }
.hero h1 { max-width: 10ch; margin: 0; font: 400 clamp(3.9rem, 8.4vw, 8.8rem)/.83 var(--display); letter-spacing: -.035em; text-shadow: 0 8px 34px #000; text-transform: uppercase; text-wrap: balance; }
.hero h1 em { color: var(--red); font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.12); }
.hero-dek { max-width: 700px; margin: 1.8rem 0 0; color: #e6dfd2; font-size: clamp(1.06rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; border: 2px solid transparent; padding: .85rem 1.2rem; font-weight: 950; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover, .button:focus-visible { transform: translate(-2px, -2px); }
.button-hot { background: var(--red); color: #fff; box-shadow: 6px 6px 0 var(--yellow); }
.button-hot:hover, .button-hot:focus-visible { box-shadow: 9px 9px 0 var(--yellow); }
.button-ghost { border-color: rgba(255,255,255,.55); background: rgba(0,0,0,.38); color: #fff; }
.button-yellow { border: 0; background: var(--yellow); color: #000; box-shadow: 7px 7px 0 var(--red); }
.button-dark { background: #111; color: #fff; box-shadow: 7px 7px 0 var(--red); }
.truth-label { margin: 1.4rem 0 0; color: #aaa; font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; }
.hero-stamp { display: grid; place-content: center; justify-self: end; width: 200px; aspect-ratio: 1; border: 5px double var(--yellow); border-radius: 50%; background: rgba(9, 8, 12, .74); text-align: center; box-shadow: 0 0 40px rgba(255,43,24,.35); transform: rotate(7deg); }
.hero-stamp strong { margin: .35rem 0; color: var(--yellow); font: 400 3rem/.78 var(--display); }
.hero-stamp span { font-size: .67rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero-console { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; display: flex; justify-content: space-between; gap: 1rem; padding: .72rem clamp(1.2rem, 6vw, 6rem); border-top: 1px solid var(--line); background: rgba(0,0,0,.65); color: #aaa; font: 800 .67rem var(--body); letter-spacing: .1em; text-transform: uppercase; }
.hero-console span:first-child { color: var(--green); }
.hero-console i { display: inline-block; width: 7px; height: 7px; margin-right: .35rem; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; }

.status-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: #110f17; }
.status-rail div { padding: 1.25rem clamp(1rem, 3vw, 2.5rem); border-right: 1px solid var(--line); }
.status-rail div:last-child { border-right: 0; }
.status-rail span { display: block; color: var(--muted); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.status-rail strong { display: block; margin-top: .35rem; font-size: .98rem; }

.section-shell { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.2rem, 6vw, 6rem); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; max-width: var(--max); margin: 0 auto 2.4rem; }
.section-head > p { max-width: 490px; margin: 0; color: #aaa; }
.section-kicker { color: var(--red); }
.section-head h2, .live-head h2, .panic-copy h2, .reel-copy h2, .method > div > h2, .related h2 { margin: 0; font: 400 clamp(3.1rem, 6.2vw, 6.5rem)/.88 var(--display); letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }

.latest-briefing { position: relative; display: grid; grid-template-columns: 150px minmax(0, 1fr) minmax(320px, .82fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: stretch; overflow: hidden; padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 6vw, 6rem); background: var(--paper); color: #151210; }
.latest-briefing::before { content: "48H"; position: absolute; right: -1rem; top: -3rem; color: rgba(255,43,24,.07); font: 400 clamp(10rem, 28vw, 28rem)/1 var(--display); }
.briefing-kicker { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; border-right: 2px solid #c6bcaa; color: var(--red-deep); font-size: .7rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.briefing-kicker b { color: #151210; font: 400 6rem/.8 var(--display); writing-mode: vertical-rl; transform: rotate(180deg); }
.briefing-copy { position: relative; z-index: 1; align-self: center; max-width: 780px; }
.story-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem 1rem; color: #766f78; font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.story-meta > * + *::before { content: "◆"; margin-right: 1rem; color: var(--red); }
.briefing-copy h2 { max-width: 12ch; margin: 1rem 0; font: 400 clamp(3.1rem, 6.3vw, 6.4rem)/.88 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.briefing-copy > p { max-width: 700px; color: #4d4740; font-size: 1.08rem; }
.mini-tldr { display: grid; grid-template-columns: auto 1fr; gap: 1rem; margin: 2rem 0; padding: 1.2rem; background: #151210; color: #fff; box-shadow: 8px 8px 0 var(--red); }
.mini-tldr strong { align-self: start; background: var(--yellow); color: #000; padding: .35rem .5rem; font: 400 1.15rem var(--display); }
.mini-tldr span { font-size: .95rem; }
.briefing-art { position: relative; z-index: 1; min-height: 560px; overflow: hidden; background: #000; color: #fff; text-decoration: none; box-shadow: 14px 14px 0 var(--red); }
.briefing-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .5s; }
.briefing-art:hover img { transform: scale(1.035); filter: saturate(1.22); }
.briefing-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.85), transparent 55%); }
.briefing-art span { position: absolute; right: 1.5rem; bottom: 1.5rem; z-index: 2; color: var(--yellow); font: 400 2.6rem/.83 var(--display); text-align: right; text-shadow: 3px 3px 0 var(--red); transform: rotate(-3deg); }

.dispatches { background: radial-gradient(circle at 90% 15%, rgba(155,77,255,.18), transparent 30%), var(--ink); }
.dispatch-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; max-width: var(--max); margin: auto; }
.dispatch-card { display: grid; grid-template-rows: 245px 1fr; min-height: 530px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, #17151d, #0e0d12); transition: transform .2s, border-color .2s; }
.dispatch-card:hover { border-color: rgba(255,210,26,.65); transform: translateY(-5px); }
.dispatch-card-featured { grid-column: span 2; grid-template-columns: minmax(280px, .9fr) 1.1fr; grid-template-rows: none; }
.dispatch-image { min-height: 0; overflow: hidden; }
.dispatch-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.dispatch-card:hover .dispatch-image img { transform: scale(1.035); }
.dispatch-card-copy { display: flex; flex-direction: column; padding: 1.5rem; }
.dispatch-card h3 { margin: 1.2rem 0 .7rem; font: 400 clamp(1.8rem, 2.8vw, 3rem)/.95 var(--display); text-transform: uppercase; }
.dispatch-card h3 a { text-decoration: none; }
.dispatch-card p { margin: 0 0 1.3rem; color: #bdb7c2; }
.text-link { margin-top: auto; color: var(--yellow); font-weight: 900; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.signal-section { background: #f1ead8; color: #151210; }
.signal-section .section-head > p, .signal-section .method-note { color: #5d564d; }
.filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem; }
.filter { border: 1px solid #9e9483; border-radius: 99px; background: transparent; color: #151210; padding: .48rem .8rem; font-size: .74rem; font-weight: 850; cursor: pointer; }
.filter.active, .filter:hover, .filter:focus-visible { border-color: #000; background: #151210; color: var(--yellow); }
.signal-list { max-width: var(--max); margin: auto; border-top: 3px solid #151210; }
.signal-card { display: grid; grid-template-columns: 90px 1fr; gap: 1.5rem; padding: 1.6rem 0; border-bottom: 1px solid #bdb3a1; }
.signal-card.hidden { display: none; }
.signal-rank { color: var(--red); font: 400 3.2rem/.9 var(--display); }
.signal-copy { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(260px, 1fr) auto; align-items: center; gap: 2rem; }
.signal-copy h3 { margin: .45rem 0 0; font: 400 clamp(1.5rem, 2.3vw, 2.4rem)/.95 var(--display); text-transform: uppercase; }
.signal-copy > p { margin: 0; color: #4c463f; }
.source-links { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; min-width: 195px; }
.source-links a { color: var(--red-deep); font-size: .77rem; font-weight: 900; text-decoration: none; }
.source-links a:hover { text-decoration: underline; }
.method-note { max-width: var(--max); margin: 1.5rem auto 0; font-size: .82rem; }

.live-wire { background: linear-gradient(140deg, #0d0b11, #19060a); }
.live-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; max-width: var(--max); margin: auto; }
.live-head > div > p:last-child { max-width: 700px; color: #aaa; }
.live-status { max-width: var(--max); margin: 2rem auto 1rem; color: var(--cyan); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.live-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; max-width: var(--max); margin: auto; }
.live-card { display: flex; flex-direction: column; min-height: 285px; border: 1px solid var(--line); padding: 1.25rem; background: rgba(255,255,255,.035); }
.live-card .story-meta { color: var(--cyan); }
.live-card h3 { margin: 1.2rem 0 .7rem; font: 400 1.65rem/.98 var(--display); text-transform: uppercase; }
.live-card p { margin: 0; color: #a9a2ae; font-size: .87rem; }
.live-card .source-links { margin-top: auto; padding-top: 1rem; min-width: 0; }
.live-card .source-links a { color: var(--yellow); }

.illuminati { position: relative; display: grid; grid-template-columns: 180px minmax(0, 1fr) auto; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); overflow: hidden; padding: clamp(3.5rem, 7vw, 6rem) clamp(1.2rem, 6vw, 6rem); border-block: 4px solid var(--yellow); background: repeating-linear-gradient(-45deg, #121018 0 13px, #17141d 13px 26px); }
.illuminati::after { content: "△"; position: absolute; right: 17%; top: -70%; color: rgba(255,210,26,.08); font: 400 30rem var(--display); }
.classified-stamp { position: relative; z-index: 1; border: 6px double var(--red); padding: 1.5rem .5rem; color: var(--red); font: 400 2.1rem var(--display); text-align: center; transform: rotate(-8deg); }
.illuminati > div:nth-child(2) { position: relative; z-index: 1; }
.illuminati h2 { margin: 0; color: var(--yellow); font: 400 clamp(2.8rem, 5.4vw, 5.8rem)/.86 var(--display); text-transform: uppercase; }
.illuminati p:last-child { max-width: 780px; color: #c8c1cc; }
.illuminati .button { position: relative; z-index: 1; white-space: nowrap; }

.panic-lab { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); min-height: 730px; overflow: hidden; background: var(--red); }
.panic-copy { align-self: center; padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 6vw, 6rem); }
.panic-copy .section-kicker { color: var(--yellow); }
.panic-copy > p { max-width: 500px; font-size: 1.1rem; }
.result-box { max-width: 520px; margin-top: 2rem; border: 4px solid #000; padding: 1.3rem; background: #100d12; box-shadow: 8px 8px 0 var(--yellow); }
.result-box span { color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.result-box strong { display: block; margin: .5rem 0; color: var(--yellow); font: 400 2.2rem/1 var(--display); text-transform: uppercase; }
.result-box p { margin: 0; color: #ddd; font-size: .92rem; }
.wheel-wrap { position: relative; display: grid; place-items: center; overflow: hidden; background: #000; }
.wheel-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 100px 35px #000; pointer-events: none; }
.wheel-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 2.1s cubic-bezier(.13,.7,.11,1); }
.wheel-wrap img.spinning { transform: rotate(720deg) scale(1.08); }
.satire-badge { position: absolute; right: 1rem; bottom: 1rem; z-index: 2; background: var(--yellow); color: #000; padding: .5rem .7rem; font-weight: 950; transform: rotate(-3deg); }

.bunker-store { background: #0c0b10; }
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: var(--max); margin: auto; }
.store-card { position: relative; min-height: 320px; overflow: hidden; border: 1px solid var(--line); padding: 1.5rem; background: linear-gradient(145deg, #17141d, #0b0a0e); color: #fff; text-decoration: none; transition: transform .2s, border-color .2s; }
.store-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -70px; top: -70px; border: 30px solid rgba(255,43,24,.14); border-radius: 50%; }
.store-card:hover { border-color: var(--yellow); transform: translateY(-4px) rotate(-.25deg); }
.store-card > span { color: var(--red); font: 400 3rem var(--display); }
.store-card h3 { max-width: 10ch; margin: 2rem 0 .5rem; font: 400 2.35rem/.9 var(--display); text-transform: uppercase; }
.store-card p { max-width: 30ch; color: #aaa; }
.store-card b { position: absolute; bottom: 1.5rem; color: var(--yellow); font-size: .8rem; }
.store-disclosure { max-width: var(--max); margin: 1.5rem auto 0; color: #8e8795; font-size: .8rem; }
.store-disclosure a { color: var(--yellow); }

.reel-section { display: grid; grid-template-columns: minmax(280px, .55fr) minmax(0, 1fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 6vw, 6rem); background: #121019; }
.reel-copy p:last-child { max-width: 530px; color: #bfb8c4; font-size: 1.08rem; }
.reel-section video { width: 100%; border: 1px solid var(--line); box-shadow: 14px 14px 0 var(--purple); }

.art-wall { background: var(--paper-2); color: #12100e; }
.art-wall .section-head > p { color: #5c554b; }
.mosaic { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 270px; gap: 1rem; max-width: var(--max); margin: auto; }
.art { overflow: hidden; border: 0; padding: 0; background: #111; cursor: zoom-in; }
.art-wide { grid-column: span 2; }
.art img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .5s; }
.art:hover img, .art:focus-visible img { filter: saturate(1.25); transform: scale(1.035); }

.method { display: grid; grid-template-columns: minmax(260px, .65fr) 1.35fr; gap: clamp(2rem, 6vw, 6rem); background: linear-gradient(145deg, #100c13, #21060b); }
.method-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.method-grid article { border: 1px solid var(--line); padding: 1.5rem; background: rgba(255,255,255,.04); }
.method-grid b { color: var(--red); font: 400 2.6rem var(--display); }
.method-grid h3 { margin: .5rem 0; font: 400 1.7rem var(--display); text-transform: uppercase; }
.method-grid p { margin: 0; color: #aaa; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 1rem 2rem; padding: 3rem clamp(1.2rem, 6vw, 6rem); border-top: 1px solid var(--line); background: #050407; }
footer > div:first-child { display: flex; align-items: center; gap: 1rem; }
footer p { margin: 0; color: #aaa; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; font-size: .78rem; font-weight: 800; }
.footer-links a { color: var(--yellow); }
.fine-print { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 1rem; font-size: .76rem; }

.lightbox, .search-dialog { max-height: 92vh; border: 1px solid rgba(255,255,255,.3); background: #070608; color: #fff; }
.lightbox::backdrop, .search-dialog::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(6px); }
.lightbox { width: min(94vw, 1200px); padding: 0; overflow: hidden; }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.lightbox button, .dialog-close { position: absolute; right: .7rem; top: .7rem; z-index: 2; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--red); color: #fff; font-size: 1.8rem; cursor: pointer; }
.search-dialog { width: min(92vw, 780px); min-height: 520px; padding: clamp(2rem, 5vw, 4rem); }
.search-dialog h2 { margin: 0 0 1.5rem; font: 400 clamp(3rem, 7vw, 6rem)/.85 var(--display); text-transform: uppercase; }
.search-dialog input { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: 0; background: #17151d; color: #fff; padding: 1rem; font-size: 1.05rem; }
.search-dialog input:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,210,26,.16); }
.search-results { margin-top: 1rem; }
.search-result { display: block; border-top: 1px solid var(--line); padding: 1rem 0; text-decoration: none; }
.search-result:hover h3 { color: var(--yellow); }
.search-result h3 { margin: 0; font-size: 1rem; }
.search-result span { color: var(--cyan); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.search-result p { margin: .35rem 0 0; color: #aaa; font-size: .85rem; }

.reading-progress { position: fixed; top: 0; left: 0; z-index: 100; width: 0; height: 4px; background: linear-gradient(90deg, var(--red), var(--yellow)); box-shadow: 0 0 14px var(--red); }
.article-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); min-height: 760px; border-bottom: 8px solid var(--red); background: #0b090e; }
.article-hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 6vw, 6rem); overflow: hidden; }
.article-hero-copy::after { content: "SIGNAL"; position: absolute; left: -1rem; bottom: -2rem; z-index: 0; color: rgba(255,255,255,.03); font: 400 13rem var(--display); }
.article-hero-copy > * { position: relative; z-index: 1; }
.back-link { align-self: flex-start; margin-bottom: 2rem; color: var(--yellow); font-size: .78rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.article-hero h1 { max-width: 10ch; margin: 1.2rem 0; font: 400 clamp(3.7rem, 7.2vw, 7.6rem)/.83 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.article-hero-copy > p { max-width: 720px; color: #c7c0ca; font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.source-count { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; }
.source-count strong { color: var(--red); font: 400 4rem/.8 var(--display); }
.source-count span { color: #aaa; font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.article-hero > img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.article-shell { display: grid; grid-template-columns: minmax(230px, .42fr) minmax(0, 1.58fr); gap: clamp(2rem, 7vw, 7rem); max-width: 1280px; margin: auto; padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 5vw, 5rem); }
.article-aside { align-self: start; position: sticky; top: 105px; }
.article-aside > div { border: 1px solid var(--line); padding: 1.4rem; color: #aaa; }
.article-aside nav { display: flex; flex-direction: column; margin-top: 1.3rem; border-top: 1px solid var(--line); }
.article-aside nav a { border-bottom: 1px solid var(--line); padding: .8rem 0; color: #aaa; font-size: .76rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.article-aside nav a:hover { color: var(--yellow); }
.article-content { max-width: 820px; }
.article-tldr { display: grid; grid-template-columns: auto 1fr; gap: 1.3rem; margin-bottom: 4rem; padding: 1.7rem; background: var(--yellow); color: #111; box-shadow: 10px 10px 0 var(--red); }
.article-tldr > span { align-self: start; background: #111; color: #fff; padding: .4rem .55rem; font: 400 1.2rem var(--display); }
.article-tldr p { margin: 0; font-size: 1.05rem; font-weight: 650; }
.article-content > section { padding: 2.6rem 0; border-top: 1px solid var(--line); }
.article-content .section-number { margin: 0 0 .7rem; color: var(--red); font: 400 2.5rem var(--display); }
.article-content h2 { max-width: 16ch; margin: 0 0 1.4rem; font: 400 clamp(2.7rem, 5vw, 4.8rem)/.9 var(--display); text-transform: uppercase; }
.article-content > section > p:not(.section-number):not(.section-kicker) { color: #cbc4cf; font-size: 1.08rem; line-height: 1.72; }
.objective-takeaways { margin-block: 2rem; border: 0 !important; padding: clamp(2rem, 5vw, 4rem) !important; background: var(--paper); color: #111; box-shadow: 12px 12px 0 var(--red); }
.objective-takeaways ol { padding: 0; margin: 2rem 0 0; list-style: none; counter-reset: takeaway; }
.objective-takeaways li { display: grid; grid-template-columns: 50px 1fr; align-items: start; padding: 1rem 0; border-top: 2px solid #c7bda9; counter-increment: takeaway; }
.objective-takeaways li::before { content: counter(takeaway, decimal-leading-zero); color: var(--red); font: 400 1.7rem var(--display); }
.source-ledger { margin-top: 3rem; }
.source-ledger > div { border-top: 2px solid #fff; }
.source-ledger article { display: grid; grid-template-columns: 60px 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.source-ledger article > span { color: var(--red); font: 400 2rem var(--display); }
.source-ledger h3 { margin: 0; font-size: 1.05rem; }
.source-ledger p { margin: .25rem 0 .7rem; color: #8f8993; font-size: .8rem; }
.source-ledger .source-links { flex-direction: row; flex-wrap: wrap; }
.source-ledger .source-links a { color: var(--yellow); }
.related { background: #111018; }
.dispatch-grid.compact .dispatch-card { min-height: 500px; }

.utility-page { max-width: 880px; min-height: 65vh; margin: auto; padding: clamp(5rem, 10vw, 10rem) clamp(1.2rem, 5vw, 5rem); }
.utility-page h1 { max-width: 10ch; margin: 0 0 2rem; font: 400 clamp(4rem, 9vw, 8rem)/.82 var(--display); text-transform: uppercase; }
.utility-page h2 { margin: 3rem 0 .7rem; color: var(--yellow); font: 400 2.2rem var(--display); text-transform: uppercase; }
.utility-page p { color: #bdb7c1; }
.utility-lede { border-left: 7px solid var(--red); padding-left: 1.3rem; color: #fff !important; font-size: 1.3rem; }

@media (max-width: 1120px) {
  .site-header nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-stamp { display: none; }
  .latest-briefing { grid-template-columns: 90px 1fr; }
  .briefing-art { grid-column: 2; min-height: 420px; }
  .dispatch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .signal-copy { grid-template-columns: 1fr 1fr; }
  .signal-copy .source-links { grid-column: 1 / -1; flex-direction: row; }
  .live-grid { grid-template-columns: repeat(2, 1fr); }
  .illuminati { grid-template-columns: 140px 1fr; }
  .illuminati .button { grid-column: 2; justify-self: start; }
  .store-grid { grid-template-columns: repeat(2, 1fr); }
  .article-hero { grid-template-columns: 1fr; }
  .article-hero > img { max-height: 620px; }
}

@media (max-width: 820px) {
  .status-rail { grid-template-columns: repeat(2, 1fr); }
  .latest-briefing { grid-template-columns: 1fr; }
  .briefing-kicker { flex-direction: row; align-items: center; border-right: 0; border-bottom: 2px solid #c6bcaa; padding-bottom: 1rem; }
  .briefing-kicker b { font-size: 3.6rem; writing-mode: horizontal-tb; transform: none; }
  .briefing-art { grid-column: 1; }
  .section-head { display: block; }
  .section-head > p, .filters { margin-top: 1.2rem; }
  .filters { justify-content: flex-start; }
  .dispatch-card-featured { grid-column: span 2; grid-template-columns: 1fr; grid-template-rows: 300px 1fr; }
  .signal-copy { grid-template-columns: 1fr; gap: .8rem; }
  .signal-copy .source-links { grid-column: auto; }
  .live-head { grid-template-columns: 1fr; }
  .illuminati { grid-template-columns: 1fr; }
  .classified-stamp { width: 180px; }
  .illuminati .button { grid-column: 1; }
  .panic-lab, .reel-section, .method { grid-template-columns: 1fr; }
  .wheel-wrap { min-height: 500px; }
  .mosaic { grid-template-columns: repeat(2, 1fr); }
  .art-wide { grid-column: span 2; }
  .article-shell { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-aside nav { display: none; }
  footer { grid-template-columns: 1fr; }
  .fine-print { grid-column: 1; }
}

@media (max-width: 580px) {
  .site-header { height: 64px; padding-inline: 1rem; }
  .brand { font-size: .8rem; }
  .brand-mark { width: 34px; height: 34px; }
  .icon-button { padding: .4rem .58rem; font-size: .65rem; }
  .hero { min-height: calc(100svh - 98px); }
  .hero h1 { font-size: clamp(3.3rem, 18vw, 5.7rem); }
  .hero-scrim { background: linear-gradient(0deg, rgba(4,3,8,.97), rgba(4,3,8,.48)); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-console { display: none; }
  .status-rail { grid-template-columns: 1fr; }
  .status-rail div { border-right: 0; border-bottom: 1px solid var(--line); }
  .briefing-art { min-height: 360px; }
  .briefing-copy h2 { font-size: 3.25rem; }
  .mini-tldr, .article-tldr { grid-template-columns: 1fr; }
  .dispatch-grid { grid-template-columns: 1fr; }
  .dispatch-card-featured { grid-column: auto; }
  .dispatch-card { min-height: 500px; }
  .dispatch-card-featured { grid-template-rows: 245px 1fr; }
  .signal-card { grid-template-columns: 55px 1fr; gap: .7rem; }
  .signal-rank { font-size: 2.2rem; }
  .live-grid, .store-grid, .method-grid { grid-template-columns: 1fr; }
  .live-card { min-height: 260px; }
  .wheel-wrap { min-height: 360px; }
  .mosaic { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .art-wide { grid-column: auto; }
  .reel-section video { box-shadow: 8px 8px 0 var(--purple); }
  .article-hero h1 { font-size: clamp(3.3rem, 17vw, 5.6rem); }
  .article-hero > img { min-height: 380px; }
  .article-tldr { box-shadow: 7px 7px 0 var(--red); }
  .objective-takeaways { padding: 1.5rem !important; box-shadow: 8px 8px 0 var(--red); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track, .pulse-dot { animation: none; }
  .button, .dispatch-card, .dispatch-image img, .store-card, .art img, .wheel-wrap img { transition: none; }
  .tracer-canvas { display: none; }
}
