:root {
  --ink: #171717;
  --ink-soft: #272727;
  --paper: #f2efe7;
  --paper-bright: #fffdf7;
  --red: #d90000;
  --red-dark: #aa0000;
  --lime: #d6ff35;
  --line: rgba(23, 23, 23, 0.22);
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", 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);
  -webkit-font-smoothing: antialiased;
}

[hidden] { display: none !important; }
body.has-sticky-player { padding-bottom: 118px; }

a { color: inherit; }
button { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.8rem 1rem;
  color: var(--paper-bright);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.broadcast-strip {
  overflow: hidden;
  color: var(--paper-bright);
  background: var(--red);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 28s linear infinite;
}

.ticker-track span {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.62rem 3.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.ticker-track b {
  color: var(--ink);
  background: var(--lime);
  padding: 0.2rem 0.38rem;
}

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

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 118px;
  align-items: stretch;
  justify-content: space-between;
  color: var(--paper-bright);
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.brand {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  min-width: 285px;
  padding: 1.15rem 1.4rem 1rem;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.brand-kicker {
  grid-row: 1 / 3;
  margin-right: 0.5rem;
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.brand-name {
  font-family: var(--display);
  font-size: 1.72rem;
  font-weight: 1000;
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.brand-frequency {
  align-self: end;
  margin-top: 0.65rem;
  color: #aaa;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.site-nav { display: flex; }

.site-nav a {
  display: flex;
  min-width: 150px;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.site-nav a:hover { color: var(--lime); }
.site-nav .nav-active { color: var(--lime); }
.site-nav .nav-cta { gap: 1rem; color: var(--ink); background: var(--lime); }
.site-nav .nav-cta:hover { color: var(--paper-bright); background: var(--red); }

.menu-button { display: none; }

.hero {
  display: grid;
  min-height: 750px;
  grid-template-columns: minmax(420px, 0.83fr) minmax(500px, 1.17fr);
  color: var(--paper-bright);
  background: var(--ink);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 7.5rem) clamp(2rem, 5vw, 6rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.6rem;
  color: #bebebe;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.live-dot {
  width: 9px;
  height: 9px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(217, 0, 0, 0.2);
}

.hero h1,
.episode-copy h2,
.about-copy h2,
.guest-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 1000;
  letter-spacing: -0.085em;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(4.1rem, 7vw, 8rem);
  line-height: 0.78;
}

.hero h1 em,
.guest-copy h2 em {
  color: var(--lime);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.hero-intro {
  max-width: 570px;
  margin: 2.4rem 0 0;
  color: #c8c8c8;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  margin-top: 2.25rem;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.8rem 1.3rem;
  text-decoration: none;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover { transform: translateY(-3px); }
.button-lime { color: var(--ink); background: var(--lime); }

.text-link {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  padding-bottom: 0.35rem;
  color: var(--paper-bright);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-visual { position: relative; min-width: 0; margin: 0; overflow: hidden; }

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ink) 0, transparent 28%), linear-gradient(0deg, rgba(0,0,0,.48), transparent 45%);
  pointer-events: none;
}

.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(0.9) contrast(1.06); }

.hero-visual figcaption {
  position: absolute;
  z-index: 3;
  right: 2rem;
  bottom: 1.8rem;
  left: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: white;
  text-transform: uppercase;
}

.hero-visual figcaption span { font-size: 0.65rem; font-weight: 800; line-height: 1.25; letter-spacing: 0.14em; }
.hero-visual figcaption strong { font-size: 2.1rem; line-height: 0.75; letter-spacing: -0.08em; text-align: right; }

.hero-stamp {
  position: absolute;
  z-index: 4;
  top: 1.5rem;
  right: 1.5rem;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 1000;
  line-height: 0.9;
  text-align: center;
  transform: rotate(9deg);
}

.latest { padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 5vw, 6rem); background: var(--paper); }

.section-label {
  display: grid;
  grid-template-columns: 55px auto;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}

.section-label span { padding: 0.85rem 0; border-right: 1px solid var(--line); color: var(--red); font-family: var(--serif); font-style: italic; }
.section-label p { margin: 0; padding-left: 1rem; font-size: 0.66rem; font-weight: 900; letter-spacing: 0.17em; text-transform: uppercase; }

.episode-feature { display: grid; grid-template-columns: minmax(280px, 0.78fr) minmax(500px, 1.22fr); border: 1px solid var(--ink); }

.episode-art {
  position: relative;
  min-width: 0;
  min-height: 560px;
  padding: 2rem;
  overflow: hidden;
  color: white;
  background: var(--red);
  border-right: 1px solid var(--ink);
}

.episode-number { position: relative; z-index: 2; font-size: clamp(5rem, 10vw, 10rem); font-weight: 1000; line-height: 0.72; letter-spacing: -0.1em; }
.episode-art > p { position: absolute; z-index: 2; bottom: 1rem; left: 2rem; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.16em; }

.signal-rings { position: absolute; right: -17%; bottom: -10%; width: 75%; aspect-ratio: 1; }
.signal-rings i { position: absolute; inset: calc(var(--i, 0) * 12%); display: block; border: 3px solid var(--lime); border-radius: 50%; }
.signal-rings i:nth-child(1) { --i: 0; }
.signal-rings i:nth-child(2) { --i: 1; }
.signal-rings i:nth-child(3) { --i: 2; }
.signal-rings i:nth-child(4) { --i: 3; background: var(--lime); }

.episode-copy { min-width: 0; padding: clamp(2rem, 5vw, 5.2rem); background: var(--paper-bright); }
.episode-meta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 0 0 1.5rem; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.episode-meta span { color: var(--paper-bright); background: var(--red); padding: 0.25rem 0.42rem; }
.episode-copy h2 { max-width: 700px; font-size: clamp(3.8rem, 7vw, 7.8rem); line-height: 0.82; }
.episode-guest { margin: 1.4rem 0; font-family: var(--serif); font-size: clamp(1.1rem, 1.7vw, 1.5rem); font-style: italic; }
.episode-summary { max-width: 690px; margin: 0 0 2rem; color: #555; line-height: 1.58; }

.player { display: flex; align-items: center; gap: 1rem; padding: 1rem; color: white; background: var(--ink); }
.play-button { flex: 0 0 60px; height: 60px; color: var(--ink); background: var(--lime); border: 0; border-radius: 50%; cursor: pointer; }
.play-button:hover { background: white; }
.play-button.is-playing .play-icon { font-size: 0; }
.play-button.is-playing .play-icon::after { content: "II"; font-size: 1rem; font-weight: 1000; }
.player-main { flex: 1; min-width: 0; }
.player-topline { display: flex; justify-content: space-between; margin-bottom: 0.65rem; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.player-time { color: #aaa; font-variant-numeric: tabular-nums; }
.progress-track { position: relative; width: 100%; height: 32px; padding: 0; overflow: hidden; background: transparent; border: 0; cursor: pointer; }
.progress-fill { position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; width: 0%; background: rgba(214, 255, 53, 0.28); pointer-events: none; }
.waveform { position: absolute; inset: 0; display: flex; align-items: center; gap: 3px; }
.waveform i { flex: 1; height: var(--h); max-width: 6px; background: #777; }

.episode-links { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; color: #686868; font-size: 0.7rem; line-height: 1.4; }
.episode-links a { color: var(--ink); font-weight: 800; }
.episode-links button { padding: 0; color: var(--ink); background: none; border: 0; cursor: pointer; font: inherit; font-weight: 800; text-decoration: underline; }

.editor-picks {
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 5vw, 6rem);
  color: var(--paper-bright);
  background: var(--ink);
}
.section-label-on-dark { border-color: rgba(255,255,255,.25); }
.section-label-on-dark span { border-color: rgba(255,255,255,.25); }
.picks-heading-row { display: grid; grid-template-columns: 1fr minmax(280px, .55fr); gap: 3rem; align-items: end; margin-bottom: 3rem; }
.picks-heading-row h2,
.archive-heading-row h2 { margin: 0; font-family: var(--display); font-weight: 1000; line-height: .8; letter-spacing: -.085em; }
.picks-heading-row h2 { font-size: clamp(4.5rem, 8vw, 9rem); }
.picks-heading-row > p { max-width: 560px; margin: 0 0 .5rem; color: #aaa; line-height: 1.6; }
.pick-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.35); }
.pick-card { min-height: 430px; display: flex; flex-direction: column; padding: clamp(1.5rem, 3vw, 3rem); border-right: 1px solid var(--ink); }
.pick-card:last-child { border-right: 0; }
.pick-index { margin: 0 0 auto; font-size: .66rem; font-weight: 900; letter-spacing: .14em; }
.pick-card h3 { max-width: 520px; margin: 3rem 0 1.5rem; font-family: var(--display); font-size: clamp(2.5rem, 3.7vw, 4.8rem); font-weight: 1000; line-height: .82; letter-spacing: -.075em; }
.pick-card > p:not(.pick-index) { max-width: 520px; margin: 0 0 2rem; line-height: 1.55; }
.pick-card > span { padding-top: 1rem; border-top: 1px solid currentColor; font-size: .68rem; font-weight: 900; letter-spacing: .06em; }
.pick-card-red { background: var(--red); }
.pick-card-lime { color: var(--ink); background: var(--lime); }
.pick-card-paper { color: var(--ink); background: var(--paper); }

.archive { padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 5vw, 6rem); background: var(--paper-bright); }
.archive-heading-row { display: grid; grid-template-columns: 1fr minmax(280px, .5fr); gap: 4rem; align-items: end; margin-bottom: 3rem; }
.archive-heading-row h2 { font-size: clamp(4.3rem, 7.5vw, 8.5rem); }
.archive-count { margin: 0 0 1rem; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.archive-count strong { font-size: 1.05rem; }
.archive-intro { max-width: 540px; margin: 0 0 .6rem; color: #555; font-family: var(--serif); font-size: 1.2rem; line-height: 1.5; }
.archive-tools { display: flex; gap: 2rem; align-items: end; justify-content: space-between; padding: 1.4rem; color: white; background: var(--ink); }
.archive-tools label { flex: 1; max-width: 620px; }
.archive-tools label > span { display: block; margin-bottom: .55rem; color: var(--lime); font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.archive-tools input { width: 100%; padding: .85rem 0; color: white; background: transparent; border: 0; border-bottom: 1px solid #777; border-radius: 0; outline: 0; font-size: 1rem; }
.archive-tools input:focus { border-color: var(--lime); }
.archive-tools input::placeholder { color: #999; }
.year-filters { display: flex; gap: .5rem; }
.year-filters button { min-width: 62px; padding: .75rem .9rem; color: white; background: transparent; border: 1px solid #777; cursor: pointer; font-size: .7rem; font-weight: 900; }
.year-filters button:hover,
.year-filters button.is-active { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.archive-list { border-top: 1px solid var(--ink); }
.archive-item { display: grid; grid-template-columns: 62px minmax(0, 1fr) 48px; gap: 1.2rem; align-items: center; min-height: 150px; padding: 1.3rem 0; border-bottom: 1px solid var(--ink); transition: background 160ms ease, box-shadow 160ms ease; }
.archive-item:hover { background: var(--paper-bright); box-shadow: inset 5px 0 0 var(--lime); }
.archive-item.is-current { background: var(--paper-bright); box-shadow: inset 5px 0 0 var(--red); }
.archive-number { align-self: start; padding-top: .25rem; color: var(--red); font-size: .7rem; font-weight: 1000; }
.archive-item-meta { margin: 0 0 .55rem; color: #777; font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.archive-item h3 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3.3rem); font-weight: 1000; line-height: .9; letter-spacing: -.055em; }
.archive-guest { margin: .65rem 0 0; font-family: var(--serif); font-size: .95rem; font-style: italic; }
.archive-play { justify-self: end; display: grid; width: 42px; height: 42px; place-items: center; color: var(--ink); background: var(--lime); border: 1px solid var(--ink); border-radius: 50%; cursor: pointer; font-size: .8rem; font-weight: 1000; transition: color 150ms ease, background 150ms ease, transform 150ms ease; }
.archive-play:hover { color: white; background: var(--red); transform: scale(1.08); }
.archive-play:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.archive-play.is-playing { color: white; background: var(--red); }
.archive-actions { display: flex; flex-direction: column; align-items: center; gap: .5rem; justify-self: end; }
.archive-share { display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: transparent; border: 1px solid var(--ink); border-radius: 50%; cursor: pointer; font-size: .75rem; font-weight: 1000; transition: color 150ms ease, background 150ms ease, transform 150ms ease; }
.archive-share:hover { color: white; background: var(--red); border-color: var(--red); transform: scale(1.08); }
.archive-share:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.archive-share.is-copied { color: var(--ink); background: var(--lime); border-color: var(--ink); transform: none; }
.archive-empty { padding: 3rem 0; border-bottom: 1px solid var(--ink); font-family: var(--serif); font-size: 1.2rem; }
.archive-footer { display: flex; gap: 2rem; align-items: center; justify-content: space-between; margin-top: 2rem; }
.archive-more { border: 0; cursor: pointer; }

.sticky-player { position: fixed; z-index: 850; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 64px minmax(240px, .8fr) minmax(320px, 1.2fr) 44px; gap: 1rem; align-items: center; min-height: 104px; padding: 1rem clamp(1rem, 4vw, 4rem); color: white; background: var(--ink); border-top: 5px solid var(--lime); box-shadow: 0 -12px 32px rgba(0,0,0,.24); }
.sticky-play { display: grid; width: 56px; height: 56px; place-items: center; color: var(--ink); background: var(--lime); border: 0; border-radius: 50%; cursor: pointer; font-size: .9rem; font-weight: 1000; }
.sticky-play:hover { background: white; }
.sticky-copy { min-width: 0; display: flex; flex-direction: column; gap: .16rem; }
.sticky-copy strong { overflow: hidden; font-family: var(--display); font-size: clamp(1.25rem, 2vw, 2rem); line-height: .92; letter-spacing: -.04em; text-overflow: ellipsis; white-space: nowrap; }
.sticky-copy > span:last-child { overflow: hidden; color: #bbb; font-family: var(--serif); font-size: .8rem; font-style: italic; text-overflow: ellipsis; white-space: nowrap; }
.sticky-state { color: var(--lime); font-size: .58rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sticky-controls { display: grid; grid-template-columns: auto minmax(180px, 1fr); gap: 1rem; align-items: center; }
.sticky-controls > span { color: #bbb; font-size: .66rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.sticky-controls input { width: 100%; accent-color: var(--lime); cursor: pointer; }
.sticky-close { width: 40px; height: 40px; color: white; background: transparent; border: 1px solid #777; border-radius: 50%; cursor: pointer; font-size: 1.4rem; line-height: 1; }
.sticky-close:hover { color: var(--ink); background: white; }
.sticky-player button:focus-visible,
.sticky-player input:focus-visible { outline: 3px solid white; outline-offset: 3px; }

.manifesto { display: grid; grid-template-columns: repeat(3, 1fr); color: var(--paper-bright); background: var(--red); }
.manifesto p { margin: 0; padding: clamp(2rem, 5vw, 5rem) 1rem; border-right: 1px solid rgba(255,255,255,.4); font-size: clamp(1.5rem, 3.8vw, 4.8rem); font-weight: 1000; letter-spacing: -0.07em; text-align: center; }
.manifesto p:last-child { color: var(--ink); background: var(--lime); border-right: 0; }

.about { display: grid; grid-template-columns: minmax(360px, 0.85fr) minmax(500px, 1.15fr); background: var(--paper-bright); }
.about-photo-wrap { position: relative; min-width: 0; min-height: 780px; overflow: hidden; background: var(--ink); }
.about-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; filter: saturate(0.92); }
.photo-note { position: absolute; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; padding: 1rem; color: var(--ink); background: var(--lime); font-size: 0.66rem; font-weight: 1000; line-height: 1.3; letter-spacing: 0.14em; }
.about-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 8rem); }
.section-label-dark { width: 100%; }
.about-copy h2 { max-width: 820px; font-size: clamp(3.7rem, 6vw, 7rem); line-height: 0.82; }
.about-lead { max-width: 760px; margin: 2rem 0 1.4rem; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.7rem); line-height: 1.42; }
.about-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; max-width: 800px; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.about-columns p { margin: 0; color: #555; line-height: 1.6; }
.text-link-dark { align-self: flex-start; margin-top: 2.2rem; color: var(--ink); }

.guest-cta { position: relative; display: grid; grid-template-columns: 0.2fr 1fr 0.8fr; gap: clamp(2rem, 6vw, 7rem); padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 5vw, 6rem); color: var(--ink); background: var(--lime); overflow: hidden; }
.guest-cta::after { content: ""; position: absolute; right: -14%; bottom: -52%; width: 45vw; height: 45vw; border: 2px solid var(--red); border-radius: 50%; box-shadow: 0 0 0 70px transparent, 0 0 0 72px var(--red), 0 0 0 140px transparent, 0 0 0 142px var(--red); opacity: 0.35; }
.guest-tag { align-self: start; padding: 0.7rem; color: white; background: var(--red); font-size: 0.7rem; font-weight: 1000; letter-spacing: 0.14em; writing-mode: vertical-rl; }
.eyebrow-dark { color: #555; }
.guest-copy, .guest-action { position: relative; z-index: 2; }
.guest-copy h2 { font-size: clamp(4rem, 7vw, 8rem); line-height: 0.78; }
.guest-copy h2 em { color: var(--red); }
.guest-action { align-self: end; max-width: 480px; }
.guest-action p { font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.45; }
.button-dark { margin-top: 1rem; color: white; background: var(--ink); }
.button-dark:hover { background: var(--red); }
.guest-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 1rem; }
.guest-buttons .button { margin-top: 0; }
.guest-buttons .text-link { margin-top: 0; }
.guest-action small { display: block; margin-top: 0.8rem; color: #555; font-size: 0.65rem; font-weight: 700; }

.station-hero {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(500px, 0.95fr) minmax(460px, 1.05fr);
  color: var(--paper-bright);
  background: var(--ink);
}

.station-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem) clamp(2rem, 5vw, 6rem); }
.station-hero-copy h1 { margin: 0; font-family: var(--display); font-size: clamp(4.8rem, 7.8vw, 8.6rem); font-weight: 1000; line-height: 0.79; letter-spacing: -0.085em; }
.station-hero-copy h1 em { color: var(--lime); font-family: var(--serif); font-weight: 400; letter-spacing: -0.055em; }
.station-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 2rem 0 0; color: #c8c8c8; font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.55; }
.station-hero-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.station-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink), transparent 25%), linear-gradient(0deg, rgba(0,0,0,.62), transparent 42%); }
.station-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(.9) contrast(1.05); }
.station-hero-photo figcaption { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; color: white; font-size: .7rem; font-weight: 900; letter-spacing: .16em; }

.station-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--ink); background: var(--lime); }
.station-stats article { min-height: 215px; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; border-right: 1px solid var(--ink); }
.station-stats article:last-child { border-right: 0; }
.station-stats strong { font-family: var(--display); font-size: clamp(4rem, 6vw, 7rem); line-height: .8; letter-spacing: -.08em; }
.station-stats span { max-width: 220px; font-size: .78rem; font-weight: 800; line-height: 1.35; }

.station-story { padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 5vw, 6rem); background: var(--paper-bright); }
.station-story-grid { display: grid; grid-template-columns: minmax(420px, .9fr) minmax(480px, 1.1fr); gap: clamp(3rem, 7vw, 8rem); align-items: start; }
.station-story h2,
.refresh-copy h2,
.show-at-station h2 { margin: 0; font-family: var(--display); font-weight: 1000; line-height: .82; letter-spacing: -.08em; }
.station-story h2 { font-size: clamp(4rem, 6.2vw, 7.4rem); }
.station-story-copy .about-lead { margin-top: 0; }

.studio-refresh { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 720px; color: white; background: var(--red); }
.refresh-figure { position: relative; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(2rem, 5vw, 5rem); overflow: hidden; color: var(--ink); background: var(--lime); border-right: 1px solid var(--ink); }
.refresh-figure::after { content: ""; position: absolute; right: -20%; bottom: -15%; width: 70%; aspect-ratio: 1; border: 3px solid var(--red); border-radius: 50%; box-shadow: 0 0 0 55px transparent, 0 0 0 58px var(--red), 0 0 0 110px transparent, 0 0 0 113px var(--red); opacity: .5; }
.refresh-figure span { position: relative; z-index: 2; font-size: .75rem; font-weight: 900; letter-spacing: .16em; }
.refresh-figure strong { position: relative; z-index: 2; font-family: var(--display); font-size: clamp(7rem, 13vw, 14rem); line-height: .7; letter-spacing: -.1em; }
.refresh-figure i { position: relative; z-index: 2; align-self: flex-end; font-family: var(--serif); font-size: clamp(3rem, 6vw, 7rem); }
.refresh-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 8rem); }
.refresh-copy .eyebrow { color: white; }
.refresh-copy h2 { max-width: 900px; font-size: clamp(4rem, 6.5vw, 8rem); }
.refresh-lead { max-width: 760px; margin: 2rem 0 1rem; font-family: var(--serif); font-size: clamp(1.2rem, 1.8vw, 1.6rem); line-height: 1.45; }
.refresh-copy ul { max-width: 750px; margin: 1rem 0 2rem; padding-left: 1.2rem; line-height: 1.55; }
.refresh-copy li { margin: .55rem 0; }
.refresh-copy .button { align-self: flex-start; }
.refresh-copy small { margin-top: .75rem; color: rgba(255,255,255,.75); }

.show-at-station { display: grid; grid-template-columns: minmax(380px, .75fr) minmax(520px, 1.25fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 5vw, 6rem); background: var(--paper); }
.show-at-station img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  align-self: center;
  object-fit: cover;
  border: 1px solid var(--ink);
  box-shadow: 22px 22px 0 var(--red);
}
.show-at-station h2 { font-size: clamp(3.8rem, 5.8vw, 7rem); }
.show-at-station p:not(.eyebrow) { max-width: 780px; color: #555; font-size: 1.05rem; line-height: 1.65; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: end; padding: 3rem clamp(1.5rem, 5vw, 6rem); color: white; background: var(--ink); border-top: 6px solid var(--red); }
.footer-brand { max-width: 300px; font-size: 2.2rem; font-weight: 1000; line-height: 0.82; letter-spacing: -0.07em; }
.footer-meta p { margin: 0.25rem 0; color: #999; font-size: 0.7rem; }
.footer-links { display: flex; gap: 1.5rem; font-size: 0.7rem; font-weight: 800; }
.footer-links button { padding: 0; color: inherit; background: transparent; border: 0; font: inherit; text-decoration: underline; cursor: pointer; }

.cookie-banner {
  position: fixed;
  z-index: 1000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.5rem;
  color: white;
  background: var(--ink);
  border: 1px solid rgba(255,255,255,.35);
  border-top: 6px solid var(--red);
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
}
.cookie-copy { max-width: 760px; }
.cookie-label { color: var(--lime); font-size: .63rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.cookie-copy h2 { margin: .45rem 0 .6rem; font-family: var(--display); font-size: clamp(2rem, 3.2vw, 3.6rem); font-weight: 1000; line-height: .82; letter-spacing: -.07em; }
.cookie-copy p { margin: 0; color: #ccc; font-size: .84rem; line-height: 1.48; }
.cookie-copy a { display: inline-block; margin-top: .7rem; color: white; font-size: .7rem; font-weight: 800; }
.cookie-actions { display: flex; flex-direction: column; gap: .7rem; min-width: 210px; }
.cookie-actions .button { width: 100%; border: 0; cursor: pointer; }
.cookie-decline { min-height: 52px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.65); font-size: .75rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.cookie-decline:hover { color: var(--ink); background: white; }

.privacy-page { min-height: 72vh; padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 5vw, 6rem); background: var(--paper-bright); }
.privacy-grid { display: grid; grid-template-columns: minmax(380px, .85fr) minmax(500px, 1.15fr); gap: clamp(3rem, 7vw, 8rem); }
.privacy-page h1 { margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 7vw, 8.5rem); font-weight: 1000; line-height: .78; letter-spacing: -.085em; }
.privacy-copy { max-width: 780px; }
.privacy-copy h2 { margin: 0 0 .55rem; font-family: var(--display); font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 1000; line-height: .9; letter-spacing: -.055em; }
.privacy-copy p { margin: 0 0 2rem; color: #555; font-size: 1.02rem; line-height: 1.65; }
.privacy-actions { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; padding-top: 1rem; border-top: 1px solid var(--line); }
.privacy-actions .button { border: 0; cursor: pointer; }

@media (max-width: 1100px) {
  .site-nav a { min-width: 112px; padding-inline: .85rem; }
  .hero { grid-template-columns: 0.95fr 1.05fr; }
  .hero-copy { padding-inline: 2.5rem; }
  .hero h1 { font-size: clamp(4rem, 8vw, 6.5rem); }
  .guest-cta { grid-template-columns: auto 1fr; }
  .guest-action { grid-column: 2; }
  .station-hero { grid-template-columns: .95fr 1.05fr; }
  .station-hero-copy { padding-inline: 2.5rem; }
  .station-story-grid { grid-template-columns: .9fr 1.1fr; gap: 3rem; }
}

@media (max-width: 820px) {
  .site-header { min-height: 94px; }
  .brand { min-width: 245px; padding: 1rem; }
  .brand-name { font-size: 1.45rem; }
  .menu-button {
    display: flex;
    width: 104px;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: white;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.2);
    font-size: 0.7rem;
    font-weight: 800;
  }
  .menu-lines, .menu-lines::before { content: ""; display: block; width: 18px; height: 1px; background: currentColor; }
  .menu-lines::before { transform: translateY(-5px); }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; background: var(--ink); box-shadow: 0 16px 30px rgba(0,0,0,.25); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 58px; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .hero { display: flex; min-height: 0; flex-direction: column; }
  .hero-copy { padding: 4rem 1.5rem 3.2rem; }
  .hero h1 { font-size: clamp(4rem, 17vw, 7rem); }
  .hero-visual { min-height: 72vh; }
  .hero-visual::after { background: linear-gradient(0deg, rgba(0,0,0,.55), transparent 55%); }
  .episode-feature { grid-template-columns: 1fr; }
  .episode-art { min-height: 340px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .episode-copy { padding: 2.2rem 1.3rem; }
  .episode-copy h2 { font-size: clamp(3rem, 9vw, 5.2rem); }
  .picks-heading-row,
  .archive-heading-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .pick-grid { grid-template-columns: 1fr; }
  .pick-card { min-height: 360px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .pick-card:last-child { border-bottom: 0; }
  .archive-tools { align-items: stretch; flex-direction: column; }
  .archive-tools label { width: 100%; max-width: none; }
  .year-filters { flex-wrap: wrap; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.4); }
  .about { grid-template-columns: 1fr; }
  .about-photo-wrap { min-height: 72vh; }
  .about-copy { padding: 4rem 1.5rem; }
  .about-copy h2 { font-size: clamp(3.5rem, 14vw, 6rem); }
  .guest-cta { grid-template-columns: auto 1fr; padding-block: 4rem; }
  .station-hero { display: flex; min-height: 0; flex-direction: column; }
  .station-hero-copy { padding: 4rem 1.5rem; }
  .station-hero-copy h1 { font-size: clamp(4rem, 15vw, 7rem); }
  .station-hero-photo { min-height: 68vh; }
  .station-hero-photo::after { background: linear-gradient(0deg, rgba(0,0,0,.62), transparent 55%); }
  .station-stats { grid-template-columns: repeat(2, 1fr); }
  .station-stats article:nth-child(2) { border-right: 0; }
  .station-stats article:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .station-story-grid { grid-template-columns: 1fr; }
  .station-story h2 { font-size: clamp(3.4rem, 12vw, 6rem); }
  .studio-refresh { grid-template-columns: 1fr; }
  .refresh-figure { min-height: 420px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .refresh-copy { padding: 4rem 1.5rem; }
  .refresh-copy h2 { font-size: clamp(3.4rem, 12vw, 6rem); }
  .show-at-station { grid-template-columns: 1fr; }
  .show-at-station img { max-width: 620px; }
  .show-at-station h2 { font-size: clamp(3.3rem, 11vw, 5.8rem); }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-links { margin-top: 1rem; }
  .privacy-grid { grid-template-columns: 1fr; }
  .privacy-page h1 { font-size: clamp(4rem, 14vw, 7rem); }
}

@media (max-width: 520px) {
  .ticker-track span { padding-inline: 2rem; }
  .brand { min-width: 0; }
  .brand-frequency { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .hero-visual { min-height: 540px; }
  .hero-visual img { object-position: 58% center; }
  .latest { padding-inline: 0.75rem; }
  .episode-feature { border-inline: 1px solid var(--ink); }
  .episode-art { min-height: 290px; }
  .signal-rings { right: 0; width: 62%; }
  .episode-copy { padding-inline: 1rem; }
  .episode-copy h2 { font-size: 10.5vw; }
  .editor-picks,
  .archive { padding-inline: 1rem; }
  .picks-heading-row h2,
  .archive-heading-row h2 { font-size: 14vw; }
  body.has-sticky-player { padding-bottom: 174px; }
  .archive-item { grid-template-columns: 34px minmax(0, 1fr) 42px; gap: .75rem; }
  .archive-item h3 { font-size: 1.75rem; }
  .archive-play { width: 38px; height: 38px; }
  .archive-share { width: 32px; height: 32px; }
  .archive-footer { align-items: flex-start; flex-direction: column; }
  .archive-more { width: 100%; }
  .player { align-items: flex-start; padding: 0.8rem; }
  .play-button { flex-basis: 50px; height: 50px; }
  .waveform i:nth-child(even) { display: none; }
  .episode-links { align-items: flex-start; flex-direction: column; }
  .sticky-player { grid-template-columns: 50px minmax(0, 1fr) 38px; gap: .75rem; min-height: 158px; padding: .8rem 1rem; }
  .sticky-play { width: 48px; height: 48px; }
  .sticky-copy strong { font-size: 1.25rem; }
  .sticky-controls { grid-column: 1 / 4; grid-row: 2; grid-template-columns: 80px minmax(0, 1fr); }
  .sticky-close { width: 36px; height: 36px; }
  .about-columns { grid-template-columns: 1fr; gap: 1rem; }
  .about-copy h2 { font-size: 11.5vw; }
  .guest-cta { gap: 1.2rem; padding-inline: 1rem; }
  .guest-copy h2 { font-size: clamp(3.5rem, 18vw, 5.6rem); }
  .guest-action { grid-column: 1 / 3; }
  .guest-action .button { width: 100%; }
  .guest-buttons { align-items: flex-start; flex-direction: column; }
  .station-hero-copy h1 { font-size: 15vw; }
  .station-stats article { min-height: 170px; padding: 1.4rem; }
  .station-stats strong { font-size: 3.8rem; }
  .station-story { padding-inline: 1rem; }
  .station-story h2 { font-size: 11vw; }
  .refresh-copy h2 { font-size: 11vw; }
  .show-at-station { padding-inline: 1rem; }
  .show-at-station h2 { font-size: 10.5vw; }
  .cookie-banner { right: .6rem; bottom: .6rem; left: .6rem; grid-template-columns: 1fr; gap: 1.2rem; padding: 1.15rem; }
  .cookie-actions { min-width: 0; }
  .cookie-copy h2 { font-size: 2.25rem; }
  .privacy-page { padding-inline: 1rem; }
  .privacy-page h1 { font-size: 15vw; }
}

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