:root {
  --plum: #1B1024;
  --near-black: #0C0910;
  --plum-800: #251531;
  --plum-700: #33203F;
  --line: #4A3354;
  --coral: #FF5A6E;
  --peach: #FFB38A;
  --teal: #2EC4B6;
  --lavender: #B69CFF;
  --sand: #F3E6D3;
  --muted: #BBA9BF;

  --glow-coral: 0 0 14px rgba(255, 90, 110, 0.55), 0 0 34px rgba(255, 90, 110, 0.22);
  --glow-teal: 0 0 12px rgba(46, 196, 182, 0.5);
  --glow-peach: 0 0 12px rgba(255, 179, 138, 0.45);

  --display: "Michroma", "Arial Black", system-ui, sans-serif;
  --body: "Outfit", ui-sans-serif, system-ui, -apple-system, "Helvetica Neue", sans-serif;
  --measure: 60ch;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background:
    radial-gradient(900px 560px at var(--px, 78%) var(--py, 4%), rgba(255, 90, 110, 0.17), transparent 62%),
    radial-gradient(760px 520px at 8% 12%, rgba(46, 196, 182, 0.08), transparent 60%),
    var(--plum);
  background-attachment: fixed;
  color: var(--sand);
  font-family: var(--body);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 70rem;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 3rem);
}

a { color: inherit; }

a:focus-visible, button:focus-visible {
  outline: 2px solid var(--peach);
  outline-offset: 3px;
  border-radius: 2px;
}

.label {
  font-family: var(--display);
  font-size: 0.6875rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
}

@keyframes rise { from { opacity: 0; transform: translateY(12px); } }
@keyframes pulse { 50% { opacity: 0.25; transform: scale(0.82); } }
@keyframes drift { 50% { background-position: 100% 50%; } }

.rise { animation: rise 0.7s cubic-bezier(0.2, 0.7, 0.3, 1) backwards; }
.rise-2 { animation-delay: 0.08s; }
.rise-3 { animation-delay: 0.16s; }
.rise-4 { animation-delay: 0.24s; }

/* ---------- on-air bar ---------- */

.onair {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1.25rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--display);
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: var(--glow-coral);
  animation: pulse 2.4s ease-in-out infinite;
  flex: none;
}

.onair .live { display: flex; align-items: center; gap: 0.55rem; color: var(--coral); }
.onair .next { color: var(--muted); }
.onair .next b { color: var(--peach); font-weight: 400; font-variant-numeric: tabular-nums; }
.onair .handles { margin-left: auto; color: var(--muted); }

/* ---------- masthead ---------- */

.masthead {
  padding-block: clamp(2.25rem, 5vw, 3.5rem) 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0.875rem, 2vw, 1.25rem);
}

.masthead svg { width: clamp(46px, 7vw, 60px); height: auto; display: block; filter: drop-shadow(0 0 18px rgba(255, 90, 110, 0.35)); }

.wordmark {
  font-family: var(--display);
  font-size: clamp(1.25rem, 1rem + 1.6vw, 2rem);
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
  color: var(--sand);
  text-shadow: 0 0 22px rgba(255, 179, 138, 0.35);
}

.fan-line {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--peach);
  margin: 0.45rem 0 0;
}

.horizon {
  height: 2px;
  margin-block: clamp(1.75rem, 4vw, 2.5rem);
  background: linear-gradient(90deg, transparent 0%, #6B2451 16%, var(--coral) 48%, var(--peach) 74%, transparent 100%);
  background-size: 220% 100%;
  box-shadow: 0 0 18px rgba(255, 90, 110, 0.35);
  animation: drift 14s ease-in-out infinite alternate;
}

/* ---------- hero ---------- */

.kicker {
  font-family: var(--display);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  text-shadow: var(--glow-teal);
  margin: 0 0 1rem;
}

h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.55rem, 1.05rem + 2.7vw, 3rem);
  line-height: 1.22;
  letter-spacing: 0.005em;
  text-wrap: balance;
  margin: 0 0 1.25rem;
  max-width: 20ch;
}

h1 .neon {
  color: var(--coral);
  text-shadow: var(--glow-coral);
}

.deck {
  max-width: var(--measure);
  margin: 0 0 1rem;
  font-size: clamp(1.0625rem, 1rem + 0.4vw, 1.25rem);
}

.deck b { color: var(--peach); font-weight: 400; }

.promise {
  max-width: var(--measure);
  margin: 0 0 2rem;
  color: var(--muted);
  font-size: 0.9375rem;
}

.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.cta {
  font-family: var(--display);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 1.4rem;
  border: 1px solid var(--coral);
  color: var(--plum);
  background: var(--coral);
  box-shadow: var(--glow-coral);
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.cta.ghost {
  background: transparent;
  color: var(--peach);
  border-color: var(--line);
  box-shadow: none;
}

.cta:hover { transform: translateY(-2px); }
.cta.ghost:hover { border-color: var(--peach); box-shadow: var(--glow-peach); }

/* ---------- stills ---------- */

.stills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: clamp(0.875rem, 2vw, 1.25rem);
  margin-block: clamp(2.5rem, 6vw, 4rem);
}

.still {
  position: relative;
  display: block;
  text-decoration: none;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--near-black);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.still:hover, .still:focus-visible {
  border-color: var(--coral);
  transform: translateY(-3px);
  box-shadow: 0 10px 34px rgba(12, 9, 16, 0.6), var(--glow-coral);
}

.still svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }

.still .overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.1rem 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: linear-gradient(180deg, transparent, rgba(12, 9, 16, 0.86) 42%);
}

.still .eyebrow {
  font-family: var(--display);
  font-size: 0.5625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--peach);
}

.still .headline {
  font-family: var(--display);
  font-size: 0.9375rem;
  line-height: 1.35;
  color: var(--sand);
  text-wrap: balance;
  text-shadow: 0 2px 12px rgba(12, 9, 16, 0.9);
}

.pill {
  align-self: flex-start;
  font-family: var(--display);
  font-size: 0.5625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.6rem;
  border: 1px solid currentColor;
  color: var(--teal);
  box-shadow: var(--glow-teal);
}

.pill.shown { color: var(--lavender); box-shadow: 0 0 12px rgba(182, 156, 255, 0.45); }
.pill.spec { color: var(--peach); box-shadow: var(--glow-peach); }

/* ---------- tiers ---------- */

section { margin-block: clamp(2.75rem, 7vw, 4.5rem); }

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.85rem + 0.5vw, 1.125rem);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.tier {
  background: var(--plum);
  padding: 1.5rem clamp(1rem, 2vw, 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: background-color 160ms ease;
}

.tier:hover { background: var(--plum-800); }
.tier p { margin: 0; font-size: 0.9375rem; color: var(--muted); }
.tier p strong { color: var(--sand); font-weight: 500; }

/* ---------- slate ---------- */

.slate { list-style: none; margin: 0; padding: 0; }
.slate li { border-top: 1px solid var(--line); }
.slate li:last-child { border-bottom: 1px solid var(--line); }

.slate a {
  display: grid;
  grid-template-columns: 8.5rem 1fr auto;
  align-items: baseline;
  gap: 0.35rem 1.25rem;
  padding: 1rem 0.25rem;
  text-decoration: none;
  position: relative;
  transition: background-color 150ms ease, padding-left 150ms ease;
}

.slate a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--coral);
  box-shadow: var(--glow-coral);
  opacity: 0;
  transition: opacity 150ms ease;
}

.slate a:hover, .slate a:focus-visible { background: var(--plum-800); padding-left: 0.9rem; }
.slate a:hover::before, .slate a:focus-visible::before { opacity: 1; }

.format {
  font-family: var(--display);
  font-size: 0.625rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--coral);
}

.episode-title { font-size: 1.0625rem; color: var(--sand); text-wrap: balance; }
.runtime { font-size: 0.8125rem; color: var(--muted); font-variant-numeric: tabular-nums; white-space: nowrap; }

@media (max-width: 34rem) {
  .slate a { grid-template-columns: 1fr auto; }
  .format { grid-column: 1 / -1; }
}

/* ---------- airtime ---------- */

.airtime {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  padding: clamp(1.5rem, 3vw, 2rem);
  background: var(--near-black);
  border-left: 2px solid var(--coral);
  box-shadow: inset 1px 0 18px rgba(255, 90, 110, 0.14);
}

.slot dt {
  font-family: var(--display);
  font-size: clamp(1.125rem, 1rem + 0.6vw, 1.375rem);
  letter-spacing: 0.04em;
  color: var(--peach);
  text-shadow: var(--glow-peach);
  font-variant-numeric: tabular-nums;
}

.slot dd { margin: 0.55rem 0 0; font-size: 0.9375rem; color: var(--muted); }

/* ---------- channels ---------- */

.channels { display: flex; flex-wrap: wrap; gap: 0.875rem; }

.channel {
  flex: 1 1 13rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.125rem 1.25rem;
  border: 1px solid var(--line);
  text-decoration: none;
  transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.channel:hover, .channel:focus-visible {
  border-color: var(--coral);
  background: var(--plum-800);
  box-shadow: var(--glow-coral);
}

.channel .platform {
  font-family: var(--display);
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--sand);
}

.channel .handle { font-size: 0.875rem; color: var(--muted); }

/* ---------- footer ---------- */

footer {
  border-top: 1px solid var(--line);
  margin-top: clamp(3rem, 8vw, 5rem);
  padding-block: 2rem 3rem;
}

footer p {
  max-width: var(--measure);
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: var(--muted);
}

footer p.disclaimer { color: var(--sand); }

/* ---------- ambient neon ---------- */

.wrap::before {
  content: "";
  position: fixed;
  top: -14vh;
  right: -10vw;
  width: min(48vw, 32rem);
  height: min(48vw, 32rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 90, 110, 0.15), transparent 68%);
  filter: blur(30px);
  pointer-events: none;
  z-index: -1;
  animation: breathe 13s ease-in-out infinite alternate;
}

@keyframes breathe { from { opacity: 0.5; transform: scale(0.94); } to { opacity: 1; transform: scale(1.06); } }

.masthead svg { animation: markGlow 8s ease-in-out infinite alternate; }

@keyframes markGlow {
  from { filter: drop-shadow(0 0 10px rgba(255, 90, 110, 0.25)); }
  to { filter: drop-shadow(0 0 22px rgba(255, 90, 110, 0.5)); }
}

h2 { position: relative; padding-bottom: 0.6rem; }

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.25rem;
  height: 2px;
  background: linear-gradient(90deg, var(--coral), transparent);
  box-shadow: var(--glow-coral);
  animation: sweep 7s ease-in-out infinite alternate;
}

@keyframes sweep { to { width: 5.5rem; } }

.cta:not(.ghost) { animation: ctaGlow 5s ease-in-out infinite; }

@keyframes ctaGlow {
  50% { box-shadow: 0 0 20px rgba(255, 90, 110, 0.7), 0 0 48px rgba(255, 90, 110, 0.28); }
}

.still::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0 46%, rgba(255, 179, 138, 0.1) 50%, transparent 54%);
  background-size: 100% 220%;
  opacity: 0;
  transition: opacity 200ms ease;
  pointer-events: none;
}

.still:hover::after, .still:focus-visible::after { opacity: 1; animation: scan 2.8s linear infinite; }

@keyframes scan { from { background-position: 0 -60%; } to { background-position: 0 160%; } }

.tier { position: relative; }

.tier::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.tier:hover::before { opacity: 0.85; }

.slate a:hover .episode-title,
.slate a:focus-visible .episode-title { text-shadow: 0 0 16px rgba(255, 179, 138, 0.45); }

.onair { position: relative; }

.onair::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28%;
  height: 1px;
  background: linear-gradient(90deg, var(--coral), transparent);
  opacity: 0.7;
}

/* ---------- aurora behind the hero ---------- */

.hero { position: relative; }

.hero::before {
  content: "";
  position: absolute;
  inset: -14% -18% -8% -18%;
  background:
    radial-gradient(40% 58% at 18% 32%, rgba(182, 156, 255, 0.12), transparent 70%),
    radial-gradient(34% 52% at 82% 18%, rgba(46, 196, 182, 0.11), transparent 70%);
  filter: blur(14px);
  z-index: -1;
  pointer-events: none;
  animation: aurora 19s ease-in-out infinite alternate;
}

@keyframes aurora { to { transform: translate3d(2.5%, -2%, 0) scale(1.06); } }

/* ---------- broadcast crawl ---------- */

.crawl {
  margin-top: 2.25rem;
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(12, 9, 16, 0.92), rgba(37, 21, 49, 0.7));
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-block: 0.55rem;
}

.crawl-tag {
  flex: none;
  margin-left: 0.6rem;
  font-family: var(--display);
  font-size: 0.5625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum);
  background: var(--coral);
  padding: 0.45rem 0.7rem;
  box-shadow: var(--glow-coral);
}

.crawl-track {
  display: flex;
  gap: 2.75rem;
  white-space: nowrap;
  animation: crawl 46s linear infinite;
  will-change: transform;
}

.crawl:hover .crawl-track,
.crawl:focus-within .crawl-track { animation-play-state: paused; }

.crawl-track span {
  font-family: var(--display);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.crawl-track span b { color: var(--peach); font-weight: 400; }

@keyframes crawl { to { transform: translateX(-50%); } }

/* ---------- late-night texture ---------- */

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0.05;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 3px);
  animation: scanlines 7s steps(7) infinite;
}

@keyframes scanlines { to { transform: translateY(3px); } }

.slot dt { animation: numGlow 6.5s ease-in-out infinite alternate; }

@keyframes numGlow {
  from { text-shadow: 0 0 8px rgba(255, 179, 138, 0.22); }
  to { text-shadow: 0 0 20px rgba(255, 179, 138, 0.62); }
}

.still .headline { transition: transform 200ms cubic-bezier(0.2, 0.7, 0.3, 1); }
.still:hover .headline, .still:focus-visible .headline { transform: translateY(-2px); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .rise { opacity: 1; }
  body::after { display: none; }
}

/* ---------- built from the posting calendar ---------- */

.still img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.onair .asof { color: var(--muted); }
.onair .asof b { color: var(--teal); font-weight: 400; font-variant-numeric: tabular-nums; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-bottom: 1.25rem; font-family: var(--display); font-size: 0.6875rem; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-links a { color: var(--peach); text-decoration: none; }
.footer-links a:hover { text-shadow: var(--glow-peach); }

/* ---------- about ---------- */

.prose { max-width: var(--measure); }
.prose h1 { max-width: 24ch; }
.prose h2 { margin: 2.5rem 0 1rem; }
.prose p, .prose li { color: var(--sand); }
.prose ul { padding-left: 1.1rem; }
.prose li { margin-bottom: 0.5rem; }
.prose .muted { color: var(--muted); }
