:root {
  --ink: #f4f0e7;
  --acid: #c8ff00;
  --black: #080a08;
  --line: rgba(244, 240, 231, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }

.site-shell { position: relative; min-height: 100vh; overflow: hidden; isolation: isolate; }
.broadcast {
  position: fixed;
  z-index: -4;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
}
.broadcast iframe { position: absolute; top: 50%; left: 50%; width: max(100vw, 177.78vh); height: max(100vh, 56.25vw); border: 0; pointer-events: none; transform: translate(-50%, -50%) scale(1.03); }
.video-wash { position: fixed; inset: 0; z-index: -3; background: linear-gradient(110deg, rgba(5,7,5,.96) 0%, rgba(5,7,5,.76) 43%, rgba(5,7,5,.5) 100%), linear-gradient(0deg, rgba(0,0,0,.84), transparent 60%); }
.pixel-grid { position: fixed; inset: 0; z-index: -2; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 18px 18px; mix-blend-mode: overlay; }
.content { position: relative; z-index: 2; width: min(1380px, calc(100% - 52px)); margin: 0 auto; }
.oddity { position: absolute; z-index: 1; width: clamp(54px, 7vw, 108px); height: auto; opacity: .07; image-rendering: pixelated; filter: grayscale(1); transition: opacity .25s, filter .25s, transform .25s; }
.oddity:hover { opacity: .82; filter: grayscale(0); }
.oddity-one { top: 7.5%; right: -28px; transform: rotate(13deg); }
.oddity-one:hover { transform: rotate(4deg) translateX(-18px); }
.oddity-two { top: 38%; left: 3.5%; transform: rotate(-9deg) scale(.72); }
.oddity-two:hover { transform: rotate(0) scale(1); }
.oddity-three { top: 67%; right: 8%; transform: rotate(180deg) scale(.58); }
.oddity-three:hover { transform: rotate(180deg) scale(.9); }
.oddity-four { bottom: -34px; left: 46%; transform: rotate(7deg); }
.oddity-four:hover { transform: rotate(-3deg) translateY(-28px); }
.glitch-zone { position: fixed; z-index: 40; top: 19%; left: 58%; width: clamp(90px, 13vw, 210px); height: clamp(80px, 17vh, 180px); cursor: crosshair; }
.glitch-flash { visibility: hidden; opacity: 0; position: fixed; z-index: 39; inset: 0; pointer-events: none; overflow: hidden; background: transparent; }
.glitch-zone:hover + .glitch-flash, .glitch-flash.idle-glitch { visibility: visible; opacity: 1; }
.glitch-layer { position: fixed; display: block; inset: 0; width: 100vw; height: 100vh; opacity: 0; background: center / cover no-repeat url("farmiee.jpg"); image-rendering: auto; will-change: opacity, transform, clip-path; }
.glitch-zone:hover + .glitch-flash .glitch-base, .glitch-flash.idle-glitch .glitch-base { animation: glitch-base 1.45s steps(1, end) 1 both; }
.glitch-zone:hover + .glitch-flash .glitch-red, .glitch-flash.idle-glitch .glitch-red { animation: glitch-red 1.13s .07s steps(1, end) 1 both; mix-blend-mode: screen; filter: saturate(2.4) hue-rotate(305deg) contrast(1.5); }
.glitch-zone:hover + .glitch-flash .glitch-cyan, .glitch-flash.idle-glitch .glitch-cyan { animation: glitch-cyan .87s .16s steps(1, end) 1 both; mix-blend-mode: screen; filter: saturate(2.2) hue-rotate(125deg) contrast(1.6); }

.topbar { height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.top-actions { display: flex; flex-direction: column; align-items: stretch; gap: 5px; }
.wordmark { font-size: 1.1rem; font-weight: 900; letter-spacing: -.05em; text-decoration: none; }
.wordmark span { color: var(--acid); font-weight: 400; }
.live-pill { display: inline-flex; align-items: center; gap: 10px; padding: 11px 16px; border: 1px solid var(--line); text-decoration: none; text-transform: uppercase; font: 700 .68rem/1 monospace; letter-spacing: .12em; backdrop-filter: blur(12px); }
.live-pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 18px var(--acid); animation: pulse 1.8s infinite; }
.audio-toggle { display: grid; grid-template-columns: 13px 1fr auto; align-items: center; gap: 7px; min-height: 24px; padding: 0 8px; border: 1px solid var(--line); background: rgba(8,10,8,.58); color: var(--ink); cursor: pointer; backdrop-filter: blur(12px); font: 600 .54rem/1 monospace; text-transform: uppercase; letter-spacing: .08em; }
.audio-toggle span { color: var(--acid); font-size: .48rem; }
.audio-toggle b, .audio-toggle em { font: inherit; }
.audio-toggle em { color: rgba(244,240,231,.55); font-style: normal; }
.audio-toggle:hover, .audio-toggle:focus-visible { border-color: var(--acid); outline: none; }
.audio-toggle[aria-pressed="true"] em { color: var(--acid); }

.hero { padding: 10vh 0 12vh; max-width: 920px; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .17em; font: 700 .7rem/1.3 monospace; color: var(--acid); }
.hero h1 { margin: 0; font-size: clamp(7.5rem, 20vw, 18rem); line-height: .71; letter-spacing: -.095em; font-weight: 900; text-shadow: 8px 8px 0 rgba(0,0,0,.32); }
.lede { max-width: 560px; margin: 46px 0 34px; font-size: clamp(1.25rem, 2.2vw, 2rem); line-height: 1.12; letter-spacing: -.035em; }
.watch-button { display: inline-flex; align-items: center; gap: 40px; padding: 18px 22px; background: var(--acid); color: #080a08; text-decoration: none; text-transform: uppercase; font: 900 .75rem/1 monospace; letter-spacing: .1em; transition: transform .2s, background .2s; }
.watch-button:hover { transform: translateY(-3px); background: #e2ff73; }

.link-deck { border-top: 1px solid var(--line); padding: 42px 0 80px; }
.section-heading { display: grid; grid-template-columns: 42px auto 1fr; gap: 16px; align-items: baseline; margin-bottom: 28px; }
.section-heading > span { color: var(--acid); font: 700 .7rem monospace; }
.section-heading h2 { margin: 0; font-size: 1.1rem; text-transform: uppercase; letter-spacing: -.03em; }
.section-heading p { margin: 0; text-align: right; color: rgba(244,240,231,.62); font: .68rem monospace; text-transform: uppercase; letter-spacing: .12em; }
.vision-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.destination { position: relative; min-height: 230px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; backdrop-filter: blur(18px); background: rgba(8,10,8,.38); transition: background .2s, color .2s; }
.destination small { color: rgba(244,240,231,.5); font: .65rem monospace; }
.destination strong { position: absolute; left: 20px; bottom: 38px; font-size: clamp(1.4rem, 2.2vw, 2.5rem); letter-spacing: -.06em; }
.destination em { position: absolute; left: 20px; bottom: 17px; color: rgba(244,240,231,.55); font: normal .65rem monospace; text-transform: uppercase; letter-spacing: .12em; }
.destination > span { position: absolute; right: 18px; top: 17px; font-size: 1.2rem; }
.destination:hover, .destination:focus-visible { background: var(--ink); color: var(--black); outline: 0; }
.destination:hover em { color: rgba(0,0,0,.6); }
.destination-live { background: var(--acid); color: var(--black); }
.destination-live em, .destination-live small { color: rgba(0,0,0,.62); }

.lower-deck { display: grid; grid-template-columns: 1fr; padding-bottom: 80px; }
.radio-card, .community-card { min-height: 390px; padding: 30px; border: 1px solid var(--line); backdrop-filter: blur(20px); background: rgba(8,10,8,.62); }
.card-number { color: var(--acid); font: .7rem monospace; }
.radio-card p { margin: 72px 0 8px; text-transform: uppercase; letter-spacing: .12em; font: .7rem monospace; color: rgba(244,240,231,.6); }
.radio-card h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5.3rem); line-height: .9; letter-spacing: -.075em; }
.radio-card a { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 16px; border-top: 1px solid var(--line); text-decoration: none; text-transform: uppercase; font: 700 .72rem monospace; letter-spacing: .1em; }
.compact { grid-template-columns: 42px auto 1fr; }
.community-card nav { margin-top: 70px; }
.community-card nav a { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-top: 1px solid var(--line); text-decoration: none; font-size: 1.1rem; }
.community-card nav a:hover span { color: var(--acid); }
footer { min-height: 100px; display: flex; align-items: center; border-top: 1px solid var(--line); color: rgba(244,240,231,.55); font: .65rem monospace; text-transform: uppercase; letter-spacing: .1em; }

@keyframes pulse { 50% { opacity: .35; transform: scale(.72); } }
@keyframes glitch-base {
  0%, 7% { opacity: 0; }
  8%, 13% { opacity: .68; transform: translate(13px, -4px); clip-path: inset(7% 0 67% 0); }
  14%, 17% { opacity: 0; }
  18%, 31% { opacity: .72; transform: translate(-12px, 5px) scale(1.018); clip-path: inset(9% 0 54% 0); }
  32%, 47% { opacity: .25; transform: translate(7px, -3px); clip-path: inset(58% 0 5% 0); }
  48%, 70% { opacity: 0; }
  71%, 76% { opacity: .82; transform: translate(-3px, 0); clip-path: inset(0 0 0 0); }
  77%, 100% { opacity: 0; }
}
@keyframes glitch-red {
  0%, 23% { opacity: 0; }
  24%, 38% { opacity: .6; transform: translate(24px, -7px); clip-path: inset(14% 0 61% 0); }
  39%, 68% { opacity: 0; }
  69%, 78% { opacity: .46; transform: translate(-18px, 8px); clip-path: inset(64% 0 7% 0); }
  79%, 100% { opacity: 0; }
}
@keyframes glitch-cyan {
  0%, 11% { opacity: .45; transform: translate(-20px, 4px); clip-path: inset(42% 0 31% 0); }
  12%, 52% { opacity: 0; }
  53%, 67% { opacity: .55; transform: translate(16px, -5px); clip-path: inset(3% 0 72% 0); }
  68%, 100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .live-pill i, .glitch-layer { animation: none !important; } .glitch-zone:hover + .glitch-flash .glitch-base { opacity: .72; } }
@media (max-width: 900px) {
  .content { width: min(100% - 28px, 720px); }
  .topbar { height: 74px; }
  .top-actions { transform: scale(.9); transform-origin: right center; }
  .hero { padding: 13vh 0 11vh; }
  .hero h1 { font-size: clamp(6.2rem, 27vw, 12rem); }
  .vision-grid { grid-template-columns: repeat(2, 1fr); }
  .destination { min-height: 180px; }
  .lower-deck { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .section-heading { grid-template-columns: 28px 1fr; }
  .section-heading p { grid-column: 2; text-align: left; }
  .vision-grid { grid-template-columns: 1fr; }
  .destination { min-height: 118px; }
  .destination strong { bottom: 32px; }
  .destination em { bottom: 12px; }
  .lower-deck { gap: 14px; }
  .radio-card, .community-card { padding: 22px; min-height: 340px; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
  .oddity-two { left: -24px; }
  .glitch-zone { top: 26%; left: 66%; width: 26vw; }
}
