/* ==========================================================================
   Rage Alley — Direction A: Amber broadcast
   One condensed display face, one editorial serif, black ink, amber field.
   ========================================================================== */

@font-face {
  font-family: 'Big Shoulders Display';
  src: url('../fonts/big-shoulders-display.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader';
  src: url('../fonts/newsreader.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader';
  src: url('../fonts/newsreader-italic.woff2') format('woff2');
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}

:root {
  --amber: #FFB020;
  --amber-deep: #E09A0E;
  --amber-ink: #000000;
  --live: #FF3366;

  --paper: #000000;
  --paper-2: #101010;
  --ink: #FFFFFF;
  --ink-2: rgba(255, 255, 255, 0.74);
  --ink-3: rgba(255, 255, 255, 0.5);
  --rule: rgba(255, 255, 255, 0.16);
  --rule-strong: #FFFFFF;

  --font-display: 'Big Shoulders Display', 'Arial Narrow', Impact, 'Helvetica Neue', sans-serif;
  --font-body: 'Newsreader', Georgia, 'Times New Roman', serif;

  --max: 1320px;
  --gutter: clamp(20px, 4vw, 56px);
  --header-h: 72px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  color-scheme: dark;
}

[data-theme="light"] {
  --paper: #F4F3EF;
  --paper-2: #FFFFFF;
  --ink: #0A0A0A;
  --ink-2: rgba(10, 10, 10, 0.74);
  --ink-3: rgba(10, 10, 10, 0.52);
  --rule: rgba(10, 10, 10, 0.16);
  --rule-strong: #0A0A0A;
  color-scheme: light;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.5;
  background: var(--paper);
  color: var(--ink);
  min-height: 100vh;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
a { color: inherit; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 900; line-height: 0.9; text-transform: uppercase; letter-spacing: 0; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.hero :focus-visible, .ticker :focus-visible { outline-color: #000000; }
.section { scroll-margin-top: calc(var(--header-h) + 8px); }

.skip-link {
  position: absolute; top: -80px; left: 16px; z-index: 1000;
  background: var(--amber); color: #000; padding: 10px 16px;
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  text-decoration: none;
}
.skip-link:focus { top: 12px; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

/* Display utilities */
.label {
  font-family: var(--font-display); font-weight: 700; font-size: 17px;
  letter-spacing: 0.08em; text-transform: uppercase; line-height: 1;
}
.icon { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ==========================================================================
   Header (always black)
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #000000; color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.header-inner {
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: baseline; gap: 12px; text-decoration: none; }
.brand-name {
  font-family: var(--font-display); font-weight: 900; font-size: 36px; line-height: 1;
  color: var(--amber); text-transform: uppercase; letter-spacing: 0.02em; white-space: nowrap;
}
.brand-tag { font-style: italic; font-size: 16px; color: rgba(255, 255, 255, 0.72); white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-link {
  font-family: var(--font-display); font-weight: 700; font-size: 21px; letter-spacing: 0.05em; text-transform: uppercase;
  text-decoration: none; color: #FFFFFF; padding: 6px 0; border-bottom: 3px solid transparent; white-space: nowrap;
  transition: border-color 0.15s var(--ease), color 0.15s var(--ease);
}
.nav-link:hover { color: var(--amber); }
.nav-link.active { border-bottom-color: var(--amber); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.air-status { display: flex; align-items: center; gap: 10px; margin-right: 12px; color: #FFFFFF; }
.air-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.4); flex: none; }
.air-status.live .air-dot { background: var(--live); box-shadow: 0 0 12px var(--live); animation: blink 1.4s ease-in-out infinite; }
.air-text { font-family: var(--font-display); font-weight: 700; font-size: 16px; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.icon-btn {
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  color: #FFFFFF; border: 1px solid rgba(255, 255, 255, 0.18);
  transition: border-color 0.15s var(--ease), color 0.15s var(--ease);
}
.icon-btn:hover { border-color: var(--amber); color: var(--amber); }
.menu-btn { display: none; }
[data-theme="dark"] .icon-sun { display: none; }
[data-theme="light"] .icon-moon { display: none; }

/* ==========================================================================
   Hero — amber field
   ========================================================================== */
.hero { background: var(--amber); color: #000000; }
.hero-inner {
  display: grid; grid-template-columns: 7fr 5fr; gap: 40px; align-items: end;
  padding-top: clamp(40px, 6vw, 72px); padding-bottom: clamp(32px, 4vw, 48px);
}
.hero h1 {
  font-size: clamp(64px, 8.2vw, 118px); line-height: 0.86; letter-spacing: -0.005em;
  text-wrap: balance; max-width: 11ch;
}
.hero-lead { font-size: clamp(20px, 1.7vw, 24px); line-height: 1.4; max-width: 46ch; margin-top: 28px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.hero-disclaimer { font-style: italic; font-size: 16px; opacity: 0.72; margin-top: 22px; }

.btn {
  display: inline-flex; align-items: center; gap: 12px; padding: 16px 26px;
  font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none; line-height: 1; border: 2px solid transparent;
  transition: transform 0.15s var(--ease), background 0.15s var(--ease), color 0.15s var(--ease), border-color 0.15s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn-ink { background: #000000; color: var(--amber); border-color: #000000; }
.btn-ink:hover { color: #FFFFFF; }
.btn-amber { background: var(--amber); color: #000000; border-color: var(--amber); }
.btn-amber:hover { background: var(--amber-deep); border-color: var(--amber-deep); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--paper); }
.btn.small { padding: 11px 16px; font-size: 18px; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none; line-height: 1; border-bottom: 3px solid currentColor; padding-bottom: 3px;
}
.link-arrow .icon { width: 18px; height: 18px; }
.link-arrow:hover { color: var(--amber); }
.hero .link-arrow:hover { color: #000000; opacity: 0.7; }

.on-deck { background: #000000; color: #FFFFFF; padding: 30px 32px 26px; display: flex; flex-direction: column; gap: 20px; }
.on-deck-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.on-deck-label { color: var(--amber); }
.freq { font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); }
.freq strong { font-weight: 900; font-size: 32px; letter-spacing: 0.02em; color: #FFFFFF; margin-right: 6px; }
.on-deck-title { font-size: clamp(36px, 3.4vw, 48px); line-height: 0.92; color: #FFFFFF; }
.on-deck-desc { color: rgba(255, 255, 255, 0.8); font-size: 18px; line-height: 1.4; }
.on-deck-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.on-deck .link-arrow { color: var(--amber); font-size: 20px; }
.on-deck .link-arrow:hover { color: #FFFFFF; }
.on-deck-note { font-style: italic; font-size: 16px; color: rgba(255, 255, 255, 0.6); }

.waveform {
  display: flex; align-items: flex-end; gap: 4px; height: 72px;
  border-top: 1px solid rgba(255, 176, 32, 0.35); padding-top: 14px;
}
.wave-bar {
  flex: 1; min-width: 3px; background: var(--amber); transform-origin: bottom;
  animation: eq var(--dur, 2.4s) ease-in-out var(--delay, 0s) infinite alternate;
}
.waveform.burst .wave-bar { animation-duration: 0.5s; }

/* Ticker */
.ticker { background: #000000; color: #FFFFFF; height: 56px; display: flex; align-items: center; overflow: hidden; }
.ticker-track { display: inline-flex; white-space: nowrap; animation: ticker 40s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-item { display: inline-flex; align-items: center; gap: 24px; padding-right: 28px; }
.ticker-label { font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--amber); }
.ticker-text { font-style: italic; font-size: 21px; color: #FFFFFF; text-decoration: none; }
.ticker-text:hover { color: var(--amber); }
.ticker-diamond { width: 10px; height: 10px; background: var(--amber); transform: rotate(45deg); flex: none; }

/* ==========================================================================
   Sections
   ========================================================================== */
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section-rule { border-top: 1px solid var(--rule); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-bottom: clamp(28px, 4vw, 44px); }
.section-title { font-size: clamp(48px, 6vw, 84px); }
.section-desc { font-size: 20px; color: var(--ink-2); max-width: 56ch; margin-top: 14px; }
.section-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.feed-status { margin-top: 12px; font-style: italic; font-size: 16px; color: var(--ink-3); min-height: 1.4em; }

/* Filters & search */
.radar-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 16px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); margin-bottom: clamp(28px, 4vw, 44px); }
.filter-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-btn {
  padding: 10px 14px; border: 1px solid var(--rule); color: var(--ink-2);
  font-family: var(--font-display); font-weight: 700; font-size: 17px; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1;
  transition: background 0.15s var(--ease), color 0.15s var(--ease), border-color 0.15s var(--ease);
}
.filter-btn:hover { color: var(--ink); border-color: var(--ink); }
.filter-btn.active, .filter-btn[aria-pressed="true"] { background: var(--amber); color: #000000; border-color: var(--amber); }
.search { position: relative; display: flex; align-items: center; min-width: 260px; }
.search .icon { position: absolute; left: 12px; width: 18px; height: 18px; color: var(--ink-3); pointer-events: none; }
.search input {
  width: 100%; padding: 10px 14px 10px 40px; background: transparent; color: var(--ink);
  border: 1px solid var(--rule); font: inherit; font-size: 17px;
}
.search input::placeholder { color: var(--ink-3); font-style: italic; }
.search input:focus { border-color: var(--ink); outline: none; }
.search input:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }

/* Featured dispatch */
.featured { display: grid; grid-template-columns: 7fr 5fr; gap: 48px; align-items: end; padding-bottom: clamp(28px, 4vw, 44px); margin-bottom: clamp(28px, 4vw, 44px); border-bottom: 1px solid var(--rule); }
.featured:empty { display: none; }
.featured-kicker { display: flex; gap: 14px; align-items: center; color: var(--amber); }
.featured-kicker .tag-upcoming { color: var(--ink-3); }
.featured-title { font-size: clamp(40px, 5vw, 72px); margin-top: 14px; }
.featured-title a { text-decoration: none; }
.featured-title a:hover { color: var(--amber); }
.featured-summary { font-size: 21px; color: var(--ink-2); margin-top: 18px; max-width: 60ch; }
.featured-meta { margin-top: 18px; font-style: italic; color: var(--ink-3); font-size: 16px; display: flex; gap: 16px; flex-wrap: wrap; }
.featured-quote { font-style: italic; font-size: clamp(22px, 2vw, 28px); line-height: 1.3; color: var(--amber); border-left: 4px solid var(--amber); padding-left: 24px; }

/* Dispatch list */
.dispatch-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 40px; }
.dispatch { border-top: 1px solid var(--rule); padding-top: 18px; display: flex; flex-direction: column; gap: 12px; }
.dispatch-kicker { display: flex; justify-content: space-between; gap: 12px; color: var(--amber); }
.dispatch-kicker .tag-upcoming, .dispatch-kicker time { color: var(--ink-3); font-family: var(--font-body); font-style: italic; text-transform: none; letter-spacing: 0; font-size: 15px; }
.dispatch-title { font-size: 30px; font-weight: 700; line-height: 0.95; }
.dispatch-title a { text-decoration: none; }
.dispatch-title a:hover { color: var(--amber); }
.dispatch-summary { color: var(--ink-2); font-size: 17px; }
.dispatch-quote { font-style: italic; color: var(--ink); font-size: 17px; border-left: 3px solid var(--amber); padding-left: 14px; }
.dispatch-foot { margin-top: auto; padding-top: 6px; }
.dispatch-foot .link-arrow { font-size: 17px; }
.empty-notice { grid-column: 1 / -1; padding: 40px 0; color: var(--ink-3); font-style: italic; font-size: 20px; text-align: center; border-top: 1px solid var(--rule); }
.tag-upcoming { white-space: nowrap; }

/* ==========================================================================
   Discourse Protocol
   ========================================================================== */
.discourse { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.verse-list { display: flex; flex-direction: column; }
.verse {
  text-align: left; width: 100%; padding: 20px 0 20px 0; border-top: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: 8px; border-left: 0 solid var(--amber);
  transition: padding-left 0.2s var(--ease), border-left-width 0.2s var(--ease);
}
.verse:last-child { border-bottom: 1px solid var(--rule); }
.verse-meta { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.verse-source { font-family: var(--font-display); font-weight: 700; font-size: 17px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); }
.verse-type { font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--amber); white-space: nowrap; }
.verse-type.news { color: var(--live); }
.verse-lyric { font-style: italic; font-size: 21px; line-height: 1.35; color: var(--ink); }
.verse:hover .verse-lyric { color: var(--amber); }
.verse[aria-pressed="true"] { border-left-width: 6px; padding-left: 18px; }
.verse[aria-pressed="true"] .verse-lyric { color: var(--amber); }
.verse[aria-pressed="true"] .verse-source { color: var(--ink); }

.annotation { position: sticky; top: calc(var(--header-h) + 24px); border-top: 4px solid var(--amber); padding-top: 20px; }
.annotation-source { color: var(--amber); }
.annotation-title { font-size: clamp(32px, 3vw, 44px); margin-top: 14px; }
.annotation-body { margin-top: 18px; font-size: 19px; color: var(--ink-2); max-width: 52ch; }

/* ==========================================================================
   Soundboard — MPC pads
   ========================================================================== */
.pad-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.pad {
  aspect-ratio: 1 / 1; background: var(--paper-2); border: 1px solid var(--rule); color: var(--ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center;
  transition: background 0.1s var(--ease), color 0.1s var(--ease), transform 0.1s var(--ease), border-color 0.15s var(--ease);
  user-select: none; -webkit-user-select: none;
}
.pad .icon { width: 44px; height: 44px; stroke-width: 1.6; }
.pad-name { font-family: var(--font-display); font-weight: 700; font-size: 24px; letter-spacing: 0.04em; text-transform: uppercase; line-height: 1; }
.pad-desc { font-style: italic; font-size: 15px; color: var(--ink-3); }
.pad:hover { border-color: var(--ink); }
.pad:active, .pad.playing { background: var(--amber); color: #000000; border-color: var(--amber); transform: scale(0.97); box-shadow: inset 0 6px 0 rgba(0, 0, 0, 0.3); }
.pad:active .pad-desc, .pad.playing .pad-desc { color: rgba(0, 0, 0, 0.6); }

/* ==========================================================================
   Shows
   ========================================================================== */
.show-list { display: flex; flex-direction: column; }
.show { display: grid; grid-template-columns: 170px 1fr auto; gap: 36px; align-items: center; padding: 32px 0; border-top: 1px solid var(--rule); }
.show:last-child { border-bottom: 1px solid var(--rule); }
.key-art {
  aspect-ratio: 4 / 5; width: 170px; background: #000000; color: var(--amber); border: 1px solid var(--rule);
  display: flex; flex-direction: column; justify-content: space-between; padding: 14px;
}
.key-art-mark { font-family: var(--font-display); font-weight: 900; font-size: 64px; line-height: 0.85; letter-spacing: -0.02em; }
.key-art-label { font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); }
.show.featured-show .key-art { background: var(--amber); color: #000000; border-color: var(--amber); }
.show.featured-show .key-art-label { color: rgba(0, 0, 0, 0.6); }
.show-body { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.show-title { font-size: clamp(30px, 3vw, 40px); }
.show-format { font-style: italic; color: var(--ink-3); font-size: 17px; }
.show-lead { font-weight: 500; font-size: 21px; line-height: 1.3; }
.show-desc { color: var(--ink-2); font-size: 17px; max-width: 70ch; }
.show-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.show-status { display: inline-flex; align-items: center; gap: 8px; color: var(--amber); white-space: nowrap; }
.show-status::before { content: ''; width: 8px; height: 8px; background: currentColor; transform: rotate(45deg); }
.show-coming-soon {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-3); line-height: 1;
}
.show-coming-soon::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--ink-3); }

/* ==========================================================================
   Ethos
   ========================================================================== */
.ethos { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: start; }
.ethos-copy p { color: var(--ink-2); font-size: 20px; margin-top: 18px; max-width: 58ch; }
.ethos-copy .label { color: var(--amber); margin-top: 26px; }
.pillar-list li { border-top: 1px solid var(--rule); padding: 20px 0; }
.pillar-list li:last-child { border-bottom: 1px solid var(--rule); }
.pillar-list h3 { font-size: 28px; font-weight: 700; }
.pillar-list p { color: var(--ink-2); font-size: 17px; margin-top: 8px; }

/* ==========================================================================
   Footer (always black)
   ========================================================================== */
.site-footer { background: #000000; color: #FFFFFF; border-top: 4px solid var(--amber); padding: 56px 0 32px; margin-top: clamp(40px, 6vw, 80px); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-brand p { color: rgba(255, 255, 255, 0.72); font-size: 17px; max-width: 42ch; margin-top: 12px; }
.footer-disclaimer { font-style: italic; }
.footer-col h4 { font-size: 18px; font-weight: 700; letter-spacing: 0.08em; color: var(--amber); margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255, 255, 255, 0.8); text-decoration: none; font-size: 17px; }
.footer-links a:hover { color: var(--amber); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.14); padding-top: 22px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 15px; color: rgba(255, 255, 255, 0.6); }
.graffiti {
  font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5); border: 1px dashed rgba(255, 255, 255, 0.25); padding: 6px 10px;
}
.graffiti:hover { color: var(--live); border-color: var(--live); }

/* ==========================================================================
   Arcade modal
   ========================================================================== */
.game-modal-overlay {
  position: fixed; inset: 0; background: rgba(0, 0, 0, 0.92); z-index: 1000;
  display: none; align-items: center; justify-content: center; padding: 20px;
}
.game-modal-overlay.open { display: flex; }
.arcade-cabinet { background: #000000; border: 2px solid #2a2a2a; width: 100%; max-width: 640px; box-shadow: 0 0 60px rgba(255, 176, 32, 0.25); color: #FFFFFF; }
.arcade-header { background: #111111; border-bottom: 2px solid #2a2a2a; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; }
.arcade-title { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--amber); display: flex; align-items: center; gap: 10px; }
.arcade-close-btn { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.7); }
.arcade-close-btn:hover { color: var(--live); }
.arcade-screen-frame { position: relative; background: #000; }
.arcade-screen-frame::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.35) 50%);
  background-size: 100% 3px;
}
#gameCanvas { display: block; width: 100%; height: auto; aspect-ratio: 600 / 380; background: #000; image-rendering: pixelated; }
.arcade-controls-footer { background: #111111; border-top: 2px solid #2a2a2a; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); }
.arcade-controls-footer .hi { color: var(--amber); }
.arcade-mobile-btn-group { display: none; gap: 10px; }
.arcade-touch-btn { min-width: 48px; height: 48px; padding: 0 14px; background: #1c1c1c; border: 1px solid #333; color: #FFFFFF; font-family: var(--font-display); font-weight: 700; font-size: 18px; display: flex; align-items: center; justify-content: center; }

/* 404 page */
.page-404 { min-height: 100vh; background: var(--amber); color: #000000; display: flex; flex-direction: column; }
.page-404 main { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 24px; }
.page-404 h1 { font-size: clamp(96px, 20vw, 260px); line-height: 0.8; }
.page-404 p { font-size: 22px; max-width: 40ch; }

/* ==========================================================================
   Motion
   ========================================================================== */
@keyframes eq { 0% { transform: scaleY(0.18); } 50% { transform: scaleY(1); } 100% { transform: scaleY(0.3); } }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .ticker-track { white-space: normal; overflow: hidden; max-height: 56px; }
  .wave-bar { transform: scaleY(0.6); }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1500px) {
  .brand-tag { display: none; }
}
@media (max-width: 1280px) {
  .air-text { display: none; }
  .nav-links { gap: 20px; }
  .nav-link { font-size: 19px; }
}
@media (max-width: 1000px) {
  .hero-inner, .featured, .discourse, .ethos { grid-template-columns: 1fr; }
  .featured { gap: 24px; }
  .annotation { position: static; }
  .pad-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    position: absolute; top: var(--header-h); left: 0; right: 0;
    background: #000000; border-bottom: 1px solid rgba(255, 255, 255, 0.14); padding: 8px var(--gutter) 16px;
  }
  .nav-links.open .nav-link { display: block; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); font-size: 24px; }
  .menu-btn { display: flex; }
  .air-text { display: none; }
  .show { grid-template-columns: 120px 1fr; }
  .key-art { width: 120px; }
  .key-art-mark { font-size: 44px; }
  .show-actions { grid-column: 2; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; }
}
@media (max-width: 600px) {
  .brand-name { font-size: 30px; }
  .section-head { align-items: flex-start; }
  .on-deck { padding: 22px 20px; }
  .radar-controls { align-items: stretch; }
  .search { min-width: 0; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .arcade-mobile-btn-group { display: flex; }
  .show { grid-template-columns: 1fr; gap: 18px; }
  .show-actions { grid-column: 1; }
  .key-art { width: 120px; }
}
