:root {
  --bg: #0b0924;
  --surface: #171447;
  --surface-2: #252168;
  --text: #fff8f1;
  --muted: #c5bfe2;
  --accent: #ff5c9a;
  --accent-2: #43e5e8;
  --line: rgba(255, 248, 241, .2);
  --radius: 6px;
  --shadow: 13px 13px 0 rgba(67, 229, 232, .16);
  --page-background: radial-gradient(circle at 86% 6%, rgba(255, 92, 154, .22), transparent 26%), radial-gradient(circle at 8% 44%, rgba(67, 229, 232, .12), transparent 30%), linear-gradient(145deg, #0b0924 0%, #15113d 54%, #08071b 100%);
  font-family: "Trebuchet MS", Arial, sans-serif;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .36;
  background-image: radial-gradient(circle, rgba(255, 248, 241, .45) 0 1px, transparent 1.4px), repeating-linear-gradient(116deg, transparent 0 118px, rgba(67, 229, 232, .08) 119px 120px);
  background-size: 18px 18px, auto;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 24%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 88%, transparent);
}

.site-header {
  top: 10px;
  width: min(var(--max), calc(100% - 30px));
  min-height: 68px;
  margin: 0 auto;
  padding: 9px 15px;
  border: 2px solid rgba(255, 248, 241, .28);
  border-radius: 5px 28px 5px 28px;
  background: rgba(16, 13, 52, .9);
  box-shadow: 8px 8px 0 rgba(255, 213, 74, .14);
}

.brand-mark {
  border: 2px solid #0b0924;
  border-radius: 4px 18px 4px 18px;
  background: var(--accent);
  color: #0b0924;
  box-shadow: 5px 5px 0 #ffd54a;
  font-family: Impact, "Arial Black", sans-serif;
  font-weight: 900;
  transform: rotate(-5deg);
}

.brand strong,
.hero h1,
.section-head h2,
.prose h1 {
  font-family: Impact, "Arial Black", "Trebuchet MS", sans-serif;
  font-weight: 900;
}

.brand strong { letter-spacing: .05em; text-transform: uppercase; }
.brand small, .eyebrow, .tag, .station-order { font-family: "Courier New", monospace; }
.site-nav a { border-radius: 3px 12px 3px 12px; font-size: .78rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: #ffd54a; color: #171447; }

.hero { min-height: 790px; }
.hero-grid { grid-template-columns: minmax(0, 1.36fr) minmax(330px, .64fr); gap: 26px 72px; }
.hero-copy { position: relative; z-index: 4; }
.hero .eyebrow { display: inline-block; padding: 7px 11px; background: var(--accent-2); color: #111039; font-weight: 900; letter-spacing: .16em; transform: rotate(-2deg); }
.hero h1 { max-width: 900px; color: #fff8f1; font-size: clamp(4.3rem, 9.6vw, 10rem); line-height: .84; letter-spacing: -.045em; text-transform: uppercase; text-shadow: 7px 7px 0 #4a3aa6, 12px 12px 0 rgba(255, 92, 154, .34); }
.hero h1::after { content: "PLAY THE OPENING"; display: block; width: max-content; margin: .22em 0 0 .06em; padding: 7px 12px 6px; background: #ffd54a; color: #171447; font-family: "Courier New", monospace; font-size: .085em; letter-spacing: .14em; text-shadow: none; transform: rotate(1.5deg); }
.hero .lead { max-width: 690px; color: #ddd7f3; font-size: clamp(1.06rem, 1.7vw, 1.35rem); }
.hero-cta { padding: 13px 21px; border: 2px solid #fff8f1; background: var(--accent); color: #171447; box-shadow: 7px 7px 0 var(--accent-2); text-transform: uppercase; }
.hero-cta span { color: #171447; }

.hero-art {
  min-height: 455px;
  overflow: visible;
  border: 3px solid #fff8f1;
  border-radius: 5px 42px 5px 42px;
  background: repeating-linear-gradient(118deg, transparent 0 18px, rgba(255, 255, 255, .1) 19px 21px), linear-gradient(138deg, #ff5c9a 0 42%, #6754d4 42% 69%, #43e5e8 69%);
  box-shadow: 16px 16px 0 #ffd54a, 30px 34px 70px rgba(0, 0, 0, .36);
  transform: rotate(4deg);
  animation: anison-float 7s ease-in-out infinite;
}

.hero-art::before {
  inset: 12%;
  border: 4px solid #171447;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, #171447 0 7px, #2b2671 8px 10px, #171447 11px 16px);
  box-shadow: inset 0 0 0 20px rgba(255, 248, 241, .07), 0 0 0 9px rgba(255, 248, 241, .2), 0 20px 40px rgba(11, 9, 36, .4);
  animation: anison-spin 18s linear infinite;
}

.hero-art::after {
  top: 11%;
  right: -16%;
  width: 72%;
  height: 14%;
  background: #ffd54a;
  clip-path: polygon(7% 0, 100% 0, 92% 100%, 0 100%);
  box-shadow: 8px 8px 0 rgba(23, 20, 71, .34);
  transform: rotate(-11deg);
}

.hero-art strong { z-index: 3; color: #fff8f1; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(7rem, 15vw, 12rem); line-height: 1; text-shadow: 7px 7px 0 #171447; transform: rotate(-4deg); }
.hero-art-label { top: 10px; left: -24px; z-index: 5; padding: 8px 13px; background: var(--accent-2); color: #171447; font-family: "Courier New", monospace; font-weight: 900; letter-spacing: .12em; transform: rotate(-7deg); }
.equalizer { right: 22px; bottom: 25px; left: auto; z-index: 5; height: 58px; padding: 8px 11px; border: 3px solid #171447; background: #fff8f1; transform: rotate(-4deg); }
.equalizer i { width: 6px; background: var(--accent); transform-origin: bottom; animation: anison-beat 1.05s ease-in-out infinite alternate; }
.equalizer i:nth-child(2n) { background: var(--accent-2); animation-delay: -.45s; }
.equalizer i:nth-child(3n) { background: #ffd54a; animation-delay: -.72s; }

.hero-note { border: 2px solid rgba(255, 248, 241, .32); border-radius: 24px 4px 24px 4px; background: rgba(30, 25, 86, .88); box-shadow: 8px 8px 0 rgba(255, 92, 154, .18); transform: translateX(-30px) rotate(-1deg); }
.hero-note strong { color: #ffd54a; }
.section-head h2 { max-width: 760px; letter-spacing: -.035em; text-transform: uppercase; }

.live-section::before { content: "ON AIR"; position: absolute; top: 40px; right: 0; z-index: -1; color: rgba(255, 92, 154, .08); font-family: Impact, "Arial Black", sans-serif; font-size: clamp(8rem, 24vw, 22rem); line-height: .7; transform: rotate(-5deg); }
.station-grid { grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 20px; }
.station-card { grid-column: span 4; min-height: 290px; border: 2px solid rgba(255, 248, 241, .26); border-radius: 5px 24px 5px 24px; background: linear-gradient(145deg, rgba(38, 33, 105, .95), rgba(20, 17, 62, .94)); box-shadow: 8px 8px 0 rgba(67, 229, 232, .1); }
.station-card:first-child { grid-column: span 7; min-height: 340px; --text: #171447; --muted: #49436e; --accent: #171447; background: #ffd54a; color: #171447; box-shadow: 11px 11px 0 #ff5c9a; transform: rotate(-1deg); }
.station-card:nth-child(2) { grid-column: span 5; min-height: 340px; --text: #171447; --muted: #55405b; --accent: #171447; background: #ff86b4; color: #171447; box-shadow: 11px 11px 0 #43e5e8; transform: rotate(1deg); }
.station-card::after { content: "♪"; position: absolute; right: 15px; bottom: -26px; color: rgba(255, 248, 241, .08); font-family: Georgia, serif; font-size: 7.5rem; font-weight: 900; transform: rotate(-13deg); }
.station-card:first-child::after, .station-card:nth-child(2)::after { color: rgba(23, 20, 71, .11); }
.station-card:hover, .station-card.is-current { transform: translateY(-8px) rotate(0); border-color: #fff8f1; background: #302a81; box-shadow: 12px 12px 0 rgba(255, 92, 154, .3); }
.station-card:first-child:hover, .station-card:first-child.is-current, .station-card:nth-child(2):hover, .station-card:nth-child(2).is-current { --text: #fff8f1; --muted: #d9d2ef; --accent: #43e5e8; background: #302a81; color: #fff8f1; }
.station-order { color: var(--accent-2); font-weight: 900; }
.tag { border: 1px solid currentColor; border-radius: 2px 9px 2px 9px; background: rgba(255, 255, 255, .05); font-weight: 700; }

.journal-section .content-grid { grid-template-columns: repeat(12, 1fr); align-items: stretch; }
.journal-card { grid-column: span 5; min-height: 320px; border: 2px solid rgba(255, 248, 241, .26); border-radius: 4px 26px 4px 26px; background: #201b5b; }
.journal-card:nth-child(2) { grid-column: span 3; background: #163f5c; transform: translateY(34px); }
.journal-card:nth-child(3) { grid-column: span 4; background: #5b1c50; }
.journal-number { color: #ffd54a; }
.journal-card > a { color: var(--accent-2); }
.button { border-radius: 3px 13px 3px 13px; text-transform: uppercase; }
.player-shell { border: 2px solid rgba(255, 248, 241, .3); border-radius: 5px 26px 5px 26px; background: rgba(20, 17, 62, .94); box-shadow: 10px 10px 0 rgba(67, 229, 232, .18), 0 25px 75px rgba(0, 0, 0, .45); }
.play-button { background: #ffd54a; color: #171447; box-shadow: 0 0 0 5px rgba(255, 92, 154, .22); }
.external-dialog { border: 2px solid #fff8f1; border-radius: 5px 28px 5px 28px; box-shadow: 13px 13px 0 rgba(67, 229, 232, .25); }

@keyframes anison-float { 50% { transform: translateY(-10px) rotate(2deg); } }
@keyframes anison-spin { to { transform: rotate(360deg); } }
@keyframes anison-beat { to { transform: scaleY(.58); } }

@media (max-width: 1050px) {
  .station-card { grid-column: span 6; }
  .station-card:last-child { grid-column: 4 / span 6; }
  .journal-card, .journal-card:nth-child(2), .journal-card:nth-child(3) { grid-column: span 6; }
  .journal-card:nth-child(3) { grid-column: 4 / span 6; }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { width: min(520px, 82vw); min-height: auto; aspect-ratio: 4 / 5; margin: 26px auto 38px; }
  .hero-note { transform: none; }
}

@media (max-width: 560px) {
  .site-header { width: calc(100% - 16px); border-radius: 5px 20px 5px 20px; }
  .hero h1 { font-size: clamp(3.45rem, 18vw, 5.5rem); line-height: .9; text-shadow: 4px 4px 0 #4a3aa6, 7px 7px 0 rgba(255, 92, 154, .34); }
  .hero h1::after { max-width: 100%; font-size: .11em; }
  .hero-art { width: min(84vw, 380px); }
  .hero-art-label { left: -8px; }
  .hero-art::after { right: -7%; }
  .station-grid, .journal-section .content-grid { grid-template-columns: 1fr; }
  .station-card, .station-card:first-child, .station-card:nth-child(2), .station-card:last-child, .journal-card, .journal-card:nth-child(2), .journal-card:nth-child(3) { grid-column: auto; min-height: 280px; transform: none; }
  .player-shell { border-radius: 5px 20px 5px 20px; }
}
