:root {
  --ink: #10191f;
  --ink-2: #1a282f;
  --paper: #f3f0e8;
  --paper-2: #e8e3d6;
  --white: #fffdf7;
  --orange: #ff6b24;
  --amber: #ffb000;
  --signal: #d8ff4f;
  --green: #92f0a8;
  --muted: #667178;
  --line: rgba(16, 25, 31, .28);
  --content: min(100% - 64px, 1280px);
  --display: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Condensed", Impact, sans-serif;
  --body: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
img,svg { max-width: 100%; }
a { color: inherit; }
button,input,select,textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 15px; color: var(--ink); background: var(--signal); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 20; color: var(--white); background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.18); }
.header-inner { display: flex; width: var(--content); min-height: 88px; margin: 0 auto; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 15px; color: var(--white); text-decoration: none; }
.brand-mark { position: relative; display: grid; width: 55px; height: 55px; overflow: hidden; color: var(--ink); background: var(--amber); font-family: var(--display); font-size: 22px; font-weight: 900; letter-spacing: -.06em; place-items: center; clip-path: polygon(0 0,84% 0,100% 16%,100% 100%,16% 100%,0 84%); }
.brand-mark::after { position: absolute; right: -8px; bottom: 8px; width: 35px; height: 3px; background: var(--orange); box-shadow: 0 -8px 0 var(--orange),0 -16px 0 var(--orange); content: ""; transform: rotate(-38deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 15px; font-weight: 900; letter-spacing: .035em; }
.brand-copy small { margin-top: 7px; color: var(--amber); font-family: ui-monospace, Consolas, monospace; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav a { color: #d7dedf; font-size: 13px; font-weight: 800; text-decoration: none; }
.site-nav a:hover,.site-nav a[aria-current="page"] { color: var(--amber); }
.site-nav .nav-contact { padding: 11px 17px; border: 1px solid var(--amber); color: var(--ink); background: var(--amber); clip-path: polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,9px 100%,0 calc(100% - 9px)); }
.site-nav .nav-contact[aria-current="page"] { color: var(--ink); }
.site-nav .nav-contact:hover { color: var(--white); background: transparent; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--amber); color: var(--amber); background: transparent; }
.menu-toggle span,.menu-toggle::before,.menu-toggle::after { display: block; width: 23px; height: 2px; margin: 5px auto; background: currentColor; content: ""; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,176,0,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,176,0,.07) 1px,transparent 1px); background-size: 72px 72px; content: ""; }
.hero-inner { position: relative; display: grid; width: var(--content); min-height: 750px; margin: 0 auto; grid-template-columns: minmax(0,1.06fr) minmax(440px,.94fr); }
.hero-inner > *, .section-heading > *, .mission-layout > *, .archive-layout > *, .content-layout > *, .contact-layout > *, .footer-main > * { min-width: 0; }
.hero-copy { position: relative; z-index: 2; display: flex; padding: 86px 72px 66px 0; flex-direction: column; justify-content: space-between; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--amber); font-family: ui-monospace, Consolas, monospace; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 35px; height: 3px; background: var(--orange); content: ""; }
.hero-title { max-width: 780px; margin: 22px 0 0; font-family: var(--display); font-size: clamp(70px,7.6vw,116px); font-weight: 900; letter-spacing: -.055em; line-height: .88; text-transform: uppercase; }
.hero-title span { color: var(--signal); }
.hero-copy-bottom { display: grid; max-width: 760px; margin-top: 55px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.34); grid-template-columns: 1fr auto; gap: 34px; align-items: end; }
.hero-copy-bottom p { max-width: 500px; margin: 0; color: #c8d0d1; font-size: 17px; }
.button { display: inline-flex; min-height: 52px; padding: 12px 21px; border: 1px solid var(--amber); align-items: center; justify-content: center; gap: 15px; color: var(--ink); background: var(--amber); font-size: 13px; font-weight: 900; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; clip-path: polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,9px 100%,0 calc(100% - 9px)); transition: transform 150ms ease,color 150ms ease,background 150ms ease; }
.button::after { content: "↗"; }
.button:hover { color: var(--amber); background: transparent; transform: translateX(4px); }
.button.dark { border-color: var(--ink); color: var(--paper); background: var(--ink); }
.button.dark:hover { color: var(--ink); background: transparent; }
.button.outline { color: var(--amber); background: transparent; }
.button.outline:hover { color: var(--ink); background: var(--amber); }

.hero-console { position: relative; min-height: 750px; border-right: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); overflow: clip; contain: paint; background: #152329; }
.topo { position: absolute; inset: 0; opacity: .25; background-image: repeating-radial-gradient(ellipse at 74% 42%,transparent 0 34px,rgba(216,255,79,.55) 35px 36px,transparent 37px 56px); transform: rotate(-8deg) scale(1.2); }
.antenna { position: absolute; top: 62px; right: 58px; width: 2px; height: 330px; background: #d7dedf; transform: rotate(7deg); transform-origin: bottom; }
.antenna::before { position: absolute; top: -8px; left: 50%; width: 12px; height: 12px; border: 3px solid var(--orange); border-radius: 50%; content: ""; transform: translateX(-50%); }
.signal-ring { position: absolute; top: 89px; right: 31px; width: 82px; height: 82px; border: 2px solid var(--amber); border-bottom-color: transparent; border-left-color: transparent; border-radius: 50%; transform: rotate(-32deg); }
.signal-ring.two { top: 61px; right: 2px; width: 138px; height: 138px; opacity: .55; }
.radio-unit { position: absolute; right: 58px; bottom: 68px; left: 58px; min-height: 390px; padding: 31px; border: 2px solid #88979a; background: #0c1418; box-shadow: 17px 17px 0 var(--orange); clip-path: polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px)); }
.radio-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #98a6aa; font-family: ui-monospace,Consolas,monospace; font-size: 10px; letter-spacing: .12em; }
.radio-lamp { display: inline-flex; align-items: center; gap: 7px; color: var(--signal); }
.radio-lamp::before { width: 9px; height: 9px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 4px rgba(216,255,79,.12); content: ""; }
.radio-screen { position: relative; height: 130px; margin-top: 27px; border: 1px solid #72917a; overflow: hidden; background: #1e3727; }
.radio-screen::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(146,240,168,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(146,240,168,.12) 1px,transparent 1px); background-size: 18px 18px; content: ""; }
.waveform { position: absolute; inset: 0; width: 100%; height: 100%; }
.screen-label { position: absolute; right: 10px; bottom: 8px; color: var(--green); font-family: ui-monospace,Consolas,monospace; font-size: 9px; letter-spacing: .14em; }
.radio-controls { display: grid; margin-top: 27px; grid-template-columns: 1fr 1fr 1fr; gap: 19px; }
.control { min-height: 93px; padding: 15px; border: 1px solid #526066; color: #cbd3d4; font-family: ui-monospace,Consolas,monospace; font-size: 9px; letter-spacing: .12em; }
.dial { width: 38px; height: 38px; margin-top: 12px; border: 8px solid #344249; border-radius: 50%; background: var(--amber); box-shadow: inset 0 0 0 2px var(--ink); }
.bar-stack { display: grid; margin-top: 14px; gap: 7px; }
.bar-stack i { display: block; height: 5px; background: #4c5a60; }
.bar-stack i:nth-child(1) { width: 80%; background: var(--orange); }
.bar-stack i:nth-child(2) { width: 55%; background: var(--amber); }
.bar-stack i:nth-child(3) { width: 32%; background: var(--signal); }
.switches { display: flex; margin-top: 17px; gap: 8px; }
.switches i { display: block; width: 12px; height: 27px; border: 1px solid #6d797d; background: #2a373d; }
.switches i:nth-child(2) { background: var(--signal); transform: translateY(-6px); }

.ticker { overflow: clip; contain: paint; color: var(--ink); background: var(--amber); border-bottom: 1px solid var(--ink); }
.ticker-inner { display: flex; width: var(--content); min-height: 57px; margin: 0 auto; align-items: center; justify-content: space-between; gap: 25px; font-family: ui-monospace,Consolas,monospace; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.ticker-inner span { display: flex; align-items: center; gap: 10px; }
.ticker-inner span::before { width: 7px; height: 7px; background: var(--ink); content: ""; transform: rotate(45deg); }

.section { padding: 112px 0; border-bottom: 1px solid var(--line); }
.section.paper { background: var(--paper); }
.section.white { background: var(--white); }
.section.dark { color: var(--white); background: var(--ink); }
.section.signal { background: var(--signal); }
.section.orange { background: var(--orange); }
.section-inner { width: var(--content); margin: 0 auto; }
.section-heading { display: grid; margin-bottom: 66px; grid-template-columns: 170px 1fr; gap: 42px; }
.section-code { padding-top: 10px; color: var(--orange); font-family: ui-monospace,Consolas,monospace; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.dark .section-code { color: var(--amber); }
.section-title { max-width: 920px; margin: 0; font-family: var(--display); font-size: clamp(48px,5.8vw,78px); font-weight: 900; letter-spacing: -.045em; line-height: .98; text-transform: uppercase; }
.hero-title,.mission-statement,.contact-band h2,.page-title,.prose-section h2 { overflow-wrap: anywhere; }
.section-lead { max-width: 800px; margin: -20px 0 55px 212px; color: var(--muted); font-size: 18px; }
.dark .section-lead { color: #bcc6c8; }

.mission-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 85px; align-items: start; }
.mission-statement { margin: 0; font-family: var(--display); font-size: clamp(32px,3.6vw,52px); font-weight: 900; letter-spacing: -.035em; line-height: 1.12; text-transform: uppercase; }
.mission-statement span { color: var(--orange); }
.mission-copy { padding: 31px 34px; border-top: 7px solid var(--orange); background: var(--white); box-shadow: 12px 12px 0 var(--amber); }
.mission-copy p { margin: 0 0 18px; }
.source-note { color: var(--muted); font-size: 12px; }

.focus-grid { display: grid; border-top: 2px solid rgba(255,255,255,.65); grid-template-columns: 1fr 1fr 1fr; }
.focus-item { position: relative; min-height: 345px; padding: 32px; border-right: 1px solid rgba(255,255,255,.36); overflow: hidden; }
.focus-item:last-child { border-right: 0; }
.focus-item:nth-child(2) { color: var(--ink); background: var(--amber); }
.focus-number { font-family: ui-monospace,Consolas,monospace; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.focus-item h3 { margin: 110px 0 18px; font-family: var(--display); font-size: 31px; font-weight: 900; letter-spacing: -.03em; line-height: 1; text-transform: uppercase; }
.focus-item p { margin: 0; font-size: 14px; }
.focus-icon { position: absolute; top: 32px; right: 30px; width: 75px; height: 75px; border: 2px solid currentColor; border-radius: 50%; opacity: .55; }
.focus-icon::before,.focus-icon::after { position: absolute; top: 50%; left: 50%; width: 105px; height: 2px; background: currentColor; content: ""; transform: translate(-50%,-50%) rotate(30deg); }
.focus-icon::after { width: 48px; transform: translate(-50%,-50%) rotate(-30deg); }

.signal-path { display: grid; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); grid-template-columns: repeat(4,1fr); }
.path-step { position: relative; min-height: 220px; padding: 31px 28px; border-right: 2px solid var(--ink); }
.path-step:last-child { border-right: 0; }
.path-step:not(:last-child)::after { position: absolute; z-index: 2; top: 50%; right: -18px; display: grid; width: 34px; height: 34px; border: 2px solid var(--ink); color: var(--paper); background: var(--ink); content: "→"; place-items: center; transform: translateY(-50%); }
.path-step span { font-family: ui-monospace,Consolas,monospace; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.path-step h3 { margin: 60px 0 0; font-family: var(--display); font-size: 27px; font-weight: 900; letter-spacing: -.03em; line-height: 1; text-transform: uppercase; }

.archive-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 82px; }
.archive-intro { position: sticky; top: 30px; align-self: start; }
.archive-intro p { color: #bec7c9; }
.archive-list { border-top: 1px solid rgba(255,255,255,.5); }
.archive-entry { display: grid; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.5); grid-template-columns: 105px 1fr; gap: 28px; }
.archive-date { color: var(--amber); font-family: ui-monospace,Consolas,monospace; font-size: 11px; font-weight: 900; }
.archive-entry h3 { margin: 0 0 10px; font-family: var(--display); font-size: 25px; font-weight: 900; letter-spacing: -.025em; text-transform: uppercase; }
.archive-entry p { margin: 0; color: #c0c9cb; font-size: 14px; }

.facts-grid { display: grid; border: 2px solid var(--ink); grid-template-columns: 1fr 1fr; }
.fact { min-height: 150px; padding: 27px 30px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.fact:nth-child(even) { border-right: 0; }
.fact:nth-last-child(-n+2) { border-bottom: 0; }
.fact dt { color: #a64013; font-family: ui-monospace,Consolas,monospace; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.fact dd { margin: 15px 0 0; font-family: var(--display); font-size: 23px; font-weight: 900; letter-spacing: -.02em; line-height: 1.3; text-transform: uppercase; }

.contact-band { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.contact-band h2 { margin: 0; font-family: var(--display); font-size: clamp(54px,7vw,96px); font-weight: 900; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }
.contact-band p { max-width: 720px; margin: 26px 0 0; }
.contact-disc { display: grid; width: 190px; height: 190px; border: 3px solid var(--ink); border-radius: 50%; color: var(--white); background: var(--ink); box-shadow: 13px 13px 0 var(--amber); font-family: var(--display); font-size: 19px; font-weight: 900; text-align: center; text-decoration: none; text-transform: uppercase; place-items: center; transform: rotate(-5deg); transition: transform 160ms ease; }
.contact-disc:hover { color: var(--ink); background: var(--signal); transform: rotate(4deg); }

.page-hero { position: relative; overflow: hidden; padding: 88px 0 82px; color: var(--white); background: var(--ink); }
.page-hero::before { position: absolute; inset: 0; background-image: linear-gradient(135deg,transparent 0 49.5%,rgba(255,176,0,.12) 50%,transparent 50.5%); background-size: 80px 80px; content: ""; }
.page-hero::after { position: absolute; right: 8%; bottom: -110px; width: 280px; height: 280px; border: 2px solid var(--orange); border-radius: 50%; content: ""; }
.page-hero-inner { position: relative; z-index: 1; display: grid; width: var(--content); margin: 0 auto; grid-template-columns: 170px 1fr; gap: 42px; }
.page-code { padding-top: 13px; color: var(--amber); font-family: ui-monospace,Consolas,monospace; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.page-title { max-width: 1000px; margin: 0; font-family: var(--display); font-size: clamp(62px,7.5vw,105px); font-weight: 900; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }
.page-lead { max-width: 780px; margin: 31px 0 0; color: #c4cdcf; font-size: 18px; }
.content-layout { display: grid; grid-template-columns: 230px 1fr; gap: 72px; }
.content-nav { position: sticky; top: 30px; align-self: start; }
.content-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--ink); color: var(--ink); font-size: 13px; font-weight: 900; text-decoration: none; }
.content-nav a:hover { padding-left: 7px; color: #b64312; }
.prose-section { margin-bottom: 82px; scroll-margin-top: 30px; }
.prose-section:last-child { margin-bottom: 0; }
.prose-section h2 { margin: 0 0 28px; padding-bottom: 18px; border-bottom: 3px solid var(--ink); font-family: var(--display); font-size: 43px; font-weight: 900; letter-spacing: -.035em; line-height: 1.05; text-transform: uppercase; }
.prose-section h3 { margin: 38px 0 13px; color: #ac3f12; font-family: var(--display); font-size: 25px; font-weight: 900; letter-spacing: -.02em; text-transform: uppercase; }
.prose-section p,.prose-section li { max-width: 850px; }
.prose-section blockquote { margin: 35px 0; padding: 29px 34px; border-left: 8px solid var(--orange); color: var(--white); background: var(--ink); font-size: 17px; }
.notice { padding: 20px 24px; border-left: 7px solid var(--orange); background: var(--paper-2); font-size: 14px; }
.text-link { font-weight: 900; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.fact-table { width: 100%; border-collapse: collapse; border-top: 3px solid var(--ink); }
.fact-table th,.fact-table td { padding: 21px 17px; border-bottom: 1px solid var(--ink); vertical-align: top; text-align: left; }
.fact-table th { width: 230px; font-size: 12px; font-weight: 900; text-transform: uppercase; }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; }
.contact-info h2 { margin: 0 0 23px; font-family: var(--display); font-size: 43px; font-weight: 900; letter-spacing: -.035em; text-transform: uppercase; }
.contact-info dl { margin-top: 42px; border-top: 3px solid var(--ink); }
.contact-info dt { margin-top: 18px; color: #b44313; font-family: ui-monospace,Consolas,monospace; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.contact-info dd { margin: 5px 0 18px; padding-bottom: 18px; border-bottom: 1px solid var(--ink); font-weight: 800; }
.contact-form { position: relative; padding: 40px; color: var(--white); background: var(--ink); box-shadow: 14px 14px 0 var(--orange); }
.contact-form::before { position: absolute; top: -16px; right: 32px; padding: 4px 13px; color: var(--ink); background: var(--amber); font-family: ui-monospace,Consolas,monospace; font-size: 10px; font-weight: 900; letter-spacing: .1em; content: "MESSAGE CHANNEL"; }
.form-row { display: grid; margin-bottom: 21px; gap: 7px; }
.form-row label { font-size: 13px; font-weight: 900; }
.form-row label span { margin-left: 7px; color: var(--amber); font-size: 10px; text-transform: uppercase; }
.form-row input,.form-row select,.form-row textarea { width: 100%; border: 1px solid #69767a; border-radius: 0; color: var(--white); background: #1b2930; }
.form-row input,.form-row select { height: 53px; padding: 0 14px; }
.form-row textarea { min-height: 180px; padding: 13px 14px; resize: vertical; }
.form-row select option { color: var(--ink); }
.form-row input::placeholder,.form-row textarea::placeholder { color: #89969a; }
.honeypot { position: absolute; left: -9999px; }
.contact-form .button { width: 100%; cursor: pointer; }
.contact-form .button:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 26px; margin: 18px 0 0; font-size: 13px; }
.form-status.is-success { color: var(--signal); }
.form-status.is-error { color: #ffb29a; }
.form-status a { color: inherit; font-weight: 900; }

.site-footer { padding: 67px 0 28px; color: var(--white); background: #080d10; }
.footer-inner { width: var(--content); margin: 0 auto; }
.footer-main { display: grid; padding-bottom: 50px; grid-template-columns: minmax(350px,1.4fr) .7fr .7fr; gap: 65px; }
.footer-brand strong { display: block; color: var(--amber); font-family: var(--display); font-size: 27px; font-weight: 900; letter-spacing: -.03em; text-transform: uppercase; }
.footer-brand p { margin: 16px 0 0; color: #aab5b8; font-size: 13px; }
.footer-column h2 { margin: 0 0 16px; color: var(--orange); font-family: ui-monospace,Consolas,monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a { display: block; margin: 8px 0; color: #adb8bb; font-size: 13px; text-decoration: none; }
.footer-column a:hover { color: var(--amber); text-decoration: underline; }
.footer-bottom { display: flex; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); justify-content: space-between; gap: 24px; color: #718085; font-family: ui-monospace,Consolas,monospace; font-size: 9px; letter-spacing: .06em; }

@media (max-width: 1050px) {
  :root { --content: min(100% - 42px, 930px); }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 88px 0 auto; display: none; padding: 25px 22px 36px; border-bottom: 1px solid var(--amber); flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 6px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .site-nav .nav-contact { margin-top: 17px; text-align: center; }
  .hero-inner { grid-template-columns: 1fr 390px; }
  .hero-copy { padding-right: 43px; }
  .section-heading { grid-template-columns: 125px 1fr; }
  .section-lead { margin-left: 167px; }
  .mission-layout { gap: 50px; }
  .archive-layout { gap: 50px; }
  .content-layout { grid-template-columns: 190px 1fr; gap: 45px; }
}

@media (max-width: 760px) {
  :root { --content: calc(100% - 34px); }
  body { font-size: 15px; }
  .header-inner { min-height: 76px; }
  .site-nav { inset: 76px 0 auto; }
  .brand-mark { width: 44px; height: 44px; font-size: 18px; }
  .brand-copy strong { max-width: 210px; font-size: 12px; }
  .brand-copy small { display: none; }
  .hero-inner { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; padding: 55px 0 45px; }
  .hero-title { font-size: clamp(58px,17vw,76px); }
  .hero-copy-bottom { grid-template-columns: 1fr; gap: 25px; }
  .hero-copy-bottom .button { width: 100%; }
  .hero-console { min-height: 590px; border-top: 1px solid rgba(255,255,255,.2); border-right: 0; border-left: 0; }
  .radio-unit { right: 23px; bottom: 48px; left: 23px; padding: 22px; box-shadow: 10px 10px 0 var(--orange); }
  .antenna { right: 47px; }
  .radio-controls { gap: 10px; }
  .ticker-inner { overflow: hidden; justify-content: flex-start; white-space: nowrap; }
  .section { padding: 78px 0; }
  .section-heading,.mission-layout,.archive-layout,.contact-band,.page-hero-inner,.content-layout,.contact-layout,.footer-main { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 43px; gap: 13px; }
  .section-title { font-size: 42px; overflow-wrap: normal; }
  .section-lead { margin: -18px 0 42px; }
  .mission-layout { gap: 38px; }
  .mission-statement { font-size: 32px; }
  .mission-copy { padding: 27px 25px; box-shadow: 8px 8px 0 var(--amber); }
  .focus-grid,.signal-path,.facts-grid { grid-template-columns: 1fr; }
  .focus-item { min-height: 275px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.36); }
  .focus-item h3 { margin-top: 72px; }
  .path-step { min-height: 160px; border-right: 0; border-bottom: 2px solid var(--ink); }
  .path-step:last-child { border-bottom: 0; }
  .path-step:not(:last-child)::after { top: auto; right: 24px; bottom: -18px; transform: rotate(90deg); }
  .path-step h3 { margin-top: 35px; }
  .archive-intro { position: static; }
  .archive-entry { grid-template-columns: 83px 1fr; gap: 15px; }
  .fact,.fact:nth-child(even) { border-right: 0; border-bottom: 1px solid var(--ink); }
  .fact:last-child { border-bottom: 0; }
  .contact-band { gap: 40px; }
  .contact-disc { width: 155px; height: 155px; }
  .page-hero { padding: 60px 0 58px; }
  .page-hero::after { right: -80px; width: 210px; height: 210px; }
  .page-hero-inner { gap: 13px; }
  .page-title { font-size: 57px; }
  .content-nav { position: static; display: flex; overflow-x: auto; gap: 18px; }
  .content-nav a { flex: 0 0 auto; }
  .prose-section h2 { font-size: 34px; }
  .fact-table,.fact-table tbody,.fact-table tr,.fact-table th,.fact-table td { display: block; width: 100%; }
  .fact-table th { padding-bottom: 3px; border-bottom: 0; }
  .fact-table td { padding-top: 3px; }
  .contact-layout { gap: 48px; }
  .contact-form { padding: 30px 21px; box-shadow: 9px 9px 0 var(--orange); }
  .footer-main { gap: 31px; }
  .footer-bottom { flex-direction: column; }
}

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