/* ================================================================
   EASY COLOR CONTROLS
   Change these values to recolor the entire site. The drum yellow
   is --yellow; the page background is --black; main text is --cream.
   ================================================================ */
:root {
  --black: #090a0b;
  --panel: #111315;
  --panel-2: #171a1d;
  --cream: #f0eadc;
  --muted: #aaa99f;
  --yellow: #f0d216;
  --yellow-soft: #fff37a;
  --red: #d9342b;
  --line: #343638;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, a { overflow-wrap: break-word; }
.featured-copy, .split-heading > *, .radio-layout > *, .music-feature > *, .creep-layout > *, .radio-intro-grid > *, .broadcast-archive-grid > * { min-width: 0; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: var(--yellow); color: #000; padding: .7rem 1rem; font-weight: 900; }
.skip-link:focus { top: 1rem; }

/* TOP NAVIGATION */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 68px;
  padding: 0 max(20px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(9,10,11,.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.wordmark {
  color: var(--cream);
  font-weight: 950;
  font-size: clamp(1rem, 2vw, 1.35rem);
  letter-spacing: -.045em;
  text-decoration: none;
  white-space: nowrap;
}
.wordmark span { color: var(--yellow); }
.wordmark small { margin-left: .15rem; font-size: .55em; letter-spacing: .05em; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.7rem); }
.site-nav a { text-decoration: none; text-transform: uppercase; font-size: .76rem; font-weight: 800; letter-spacing: .1em; color: #c9c7bf; }
.site-nav a:hover, .site-nav a.active { color: var(--yellow); }
.site-nav .archive-link { padding: .55rem .8rem; border: 1px solid var(--yellow); color: var(--yellow); }
.menu-button { display: none; color: var(--yellow); background: none; border: 1px solid var(--yellow); padding: .45rem .65rem; font: inherit; font-size: .75rem; font-weight: 900; }

/* MAIN OVERPASS IMAGE AND TITLE */
.hero { position: relative; min-height: min(78vw, 760px); max-height: 820px; overflow: hidden; display: grid; align-items: end; }
.hero-media { position: absolute; inset: 0; display: block; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 32%, rgba(0,0,0,.88) 100%), linear-gradient(90deg, rgba(0,0,0,.34), transparent 55%); }
.hero-copy { position: relative; z-index: 2; width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 4rem 0 clamp(3rem, 8vw, 6.5rem); }
.eyebrow, .section-kicker { margin: 0 0 .75rem; color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(3.4rem, 9vw, 7.6rem); line-height: .86; letter-spacing: -.075em; text-transform: uppercase; text-shadow: 0 4px 30px #000; }
.hero-copy > p:not(.eyebrow) { max-width: 760px; margin: 1.25rem 0 0; color: #fff; font-size: clamp(1rem, 2.1vw, 1.35rem); font-weight: 700; text-shadow: 0 2px 12px #000; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.75rem; }
.hero-actions .button { min-width: 104px; text-align: center; }
.intro .lede a { color: var(--yellow); }
.button { display: inline-block; padding: .8rem 1.05rem; border: 2px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; font-weight: 950; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--yellow); color: #090a0b; }
.button.secondary { border-color: #fff; background: rgba(0,0,0,.28); color: #fff; }
.button.classic-button { border-color: var(--yellow); background: rgba(0,0,0,.28); color: var(--yellow); }
.button.dark { background: #0c0d0e; color: var(--yellow); }

/* Keep the desktop hero copy aligned to the six-button navigation row. */
@media (min-width: 901px) {
  .hero h1 {
    margin-left: -.045em;
    font-size: 6.1rem;
    white-space: nowrap;
  }
  .hero-copy > p:not(.eyebrow) { max-width: 680px; }
}

.intro { padding: clamp(4.5rem, 10vw, 9rem) 0; }
.intro-link { display: inline-block; margin-top: 2rem; }
.intro h2, .section h2, .archive-section h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(2.5rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.04em; }
.lede { max-width: 900px; margin: 2rem 0 0; color: #c8c5bb; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.2rem, 2.5vw, 1.75rem); line-height: 1.55; }
.lede.compact { max-width: 620px; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.section { padding: clamp(4rem, 9vw, 8rem) 0; border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 2rem; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.text-link { color: var(--yellow); font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

/* THE CEDRIC HARRIS SHOW */
.show-section { background: var(--panel); }
.featured-episode { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(250px, .75fr); background: #070808; border: 1px solid var(--line); }
.video-frame { position: relative; aspect-ratio: 16 / 9; background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.featured-copy { padding: clamp(1.5rem, 4vw, 3rem); align-self: center; }
.episode-number { color: var(--yellow); font-size: .69rem; letter-spacing: .14em; font-weight: 900; }
.featured-copy h3 { margin: .6rem 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1.05; }
.show-page-content { padding-top: clamp(5rem, 10vw, 8rem); }
.show-page-content .section-heading h1 { margin: 0; white-space: nowrap; font: 400 clamp(2.8rem, 6vw, 5.6rem)/.92 Georgia, serif; letter-spacing: -.05em; }
.show-page-content .featured-copy h2 { margin: .6rem 0; font: 400 clamp(1.7rem, 3vw, 2.8rem)/1.05 Georgia, serif; }
.featured-copy p:not(.episode-number) { color: var(--muted); }
.episode-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.episode-card { min-width: 0; display: grid; grid-template-columns: 43% 1fr; min-height: 108px; background: var(--panel-2); border: 1px solid var(--line); text-decoration: none; overflow: hidden; transition: border-color .15s ease, transform .15s ease; }
.episode-card:hover { border-color: var(--yellow); transform: translateY(-2px); }
.episode-card img { width: 100%; height: 100%; object-fit: cover; }
.episode-card > span:not(.signal) { padding: 1rem; display: flex; flex-direction: column; justify-content: center; }
.episode-card b { font-size: 1rem; }
.episode-card small { margin-top: .2rem; color: var(--muted); }
.episode-card.pending { grid-template-columns: 43% 1fr; }
.signal { display: grid; place-items: center; background: repeating-linear-gradient(-45deg, #17191b, #17191b 10px, #202326 10px, #202326 20px); color: var(--yellow); font-size: 1.7rem; font-weight: 950; }

/* MUSIC */
.music-section { background: #0c0d0e; }
.split-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.track-list { border-top: 2px solid var(--yellow); }
.track-list > a:not(.all-music) { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 1rem; min-height: 77px; border-bottom: 1px solid var(--line); text-decoration: none; }
.track-list > a:hover .track-title { color: var(--yellow); }
.track-year { color: var(--muted); font: .82rem monospace; }
.track-title { font-family: Georgia, serif; font-size: clamp(1.2rem, 2vw, 1.6rem); }
.play { color: var(--yellow); font-size: .69rem; font-weight: 900; letter-spacing: .08em; }
.all-music { display: inline-block; margin-top: 1.5rem; color: var(--yellow); font-weight: 900; }
.home-music-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 3rem; }
.home-music-video { padding-bottom: 1rem; background: var(--panel-2); border: 1px solid var(--line); }
.home-music-video h3, .home-music-video p { margin-left: 1rem; margin-right: 1rem; }
.home-music-video h3 { margin-top: .9rem; margin-bottom: .2rem; font: 400 clamp(1.15rem, 2vw, 1.6rem)/1.1 Georgia, serif; }
.home-music-video p { margin-top: 0; margin-bottom: 0; color: var(--muted); font-size: .82rem; }
.home-music-button { margin-top: 1.5rem; }

/* RADIO */
.radio-section { color: #111; background: var(--yellow); }
.radio-section .section-kicker { color: #111; }
.radio-layout { display: grid; grid-template-columns: minmax(320px, 420px) 1fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.home-radio-photo { width: min(100%, 430px); margin: 0; padding: .55rem; color: var(--cream); background: #090a0b; border: 1px solid #090a0b; box-shadow: 12px 12px 0 rgba(0,0,0,.18); transform: rotate(-1deg); }
.home-radio-photo img { width: 100%; height: auto; }
.home-radio-photo figcaption { padding: .55rem .35rem .2rem; font: 700 .72rem monospace; letter-spacing: .08em; text-transform: uppercase; }
.radio-section .lede { color: #252525; }

/* ARCHIVE PREVIEW — this design can change after the archive is planned */
.archive-section { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; border-top: 1px solid var(--line); }
.archive-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; image-rendering: auto; filter: saturate(.7) contrast(1.1); }
.archive-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.72) 52%, rgba(0,0,0,.28) 100%); }
.archive-copy { position: relative; z-index: 2; }
.archive-copy p:not(.section-kicker) { max-width: 660px; color: #d2cec3; font-family: Georgia, serif; font-size: clamp(1.05rem, 2vw, 1.35rem); }

.site-footer { padding: 3.5rem 0; border-top: 1px solid var(--line); background: #050506; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: start; }
.footer-wordmark { font-size: 1.2rem; }
.footer-grid p { color: var(--muted); font-size: .82rem; }
.social-links { display: grid; gap: .55rem; }
.social-links a, .copyright a { color: var(--yellow); font-size: .8rem; font-weight: 800; }
.copyright { margin: 0; text-align: right; }

/* TABLET AND PHONE LAYOUTS — usually no editing needed below here */
@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 68px; display: none; padding: 1rem 20px 1.5rem; flex-direction: column; align-items: stretch; gap: 0; background: #090a0b; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .8rem 0; }
  .site-nav .archive-link { margin-top: .4rem; text-align: center; }
  .hero { min-height: 78svh; }
  .hero-media { inset: auto; top: -12%; left: 0; width: 100%; height: 112%; }
  .hero-media img { object-position: 58% top; }
  .featured-episode, .split-heading { grid-template-columns: 1fr; }
  .episode-grid { grid-template-columns: repeat(2, 1fr); }
  .radio-layout { grid-template-columns: 170px 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 760px) {
  .home-music-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .site-header { padding-inline: 14px; }
  .hero { min-height: 680px; }
  .hero-media { top: 0; height: 100%; }
  .hero-media img { object-position: center top; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.02) 24%, rgba(0,0,0,.94) 80%); }
  .hero-copy { width: calc(100% - 28px); padding-bottom: 5.75rem; }
  .hero h1 { font-size: clamp(2.7rem, 12vw, 4.5rem); }
  .hero-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; }
  .hero-actions .button { min-width: 0; padding-inline: .35rem; text-align: center; }
  .section-heading { align-items: start; flex-direction: column; }
  .featured-copy { padding: 1.4rem; }
  .episode-grid { grid-template-columns: 1fr; }
  .episode-card { min-height: 95px; }
  .radio-layout { grid-template-columns: 1fr; }
  .radio-mark { width: 145px; }
  .archive-section { min-height: 540px; }
  .archive-overlay { background: rgba(0,0,0,.78); }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* ================================================================
   MUSIC PAGE
   ================================================================ */
.page-hero { padding: clamp(5rem, 11vw, 10rem) 0 clamp(3.5rem, 8vw, 7rem); }
.page-hero h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(5rem, 15vw, 12rem); line-height: .8; font-weight: 400; letter-spacing: -.075em; }
.page-hero > p:last-child { max-width: 720px; margin: 2rem 0 0; color: var(--muted); font-family: Georgia, serif; font-size: clamp(1.15rem, 2.5vw, 1.6rem); }
.video-shelf { background: var(--panel); }
.music-feature { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(260px, .7fr); border: 1px solid var(--line); background: #060707; }
.music-feature-copy { align-self: center; padding: clamp(1.5rem, 4vw, 3rem); }
.music-feature-copy h3 { margin: .35rem 0; font: 400 clamp(2rem, 4vw, 3.5rem)/1 Georgia, serif; }
.music-feature-copy > p:not(.episode-number) { margin: 0 0 1.5rem; color: var(--muted); }
.music-video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1rem; }
.music-video-card { padding-bottom: 1.2rem; background: #0c0e0f; border: 1px solid var(--line); }
.music-video-card h3, .music-video-card p { margin-left: 1.2rem; margin-right: 1.2rem; }
.music-video-card h3 { margin-top: 1rem; margin-bottom: .1rem; font: 400 clamp(1.3rem, 2.5vw, 2rem)/1.1 Georgia, serif; }
.music-video-card p { margin-top: .3rem; margin-bottom: 0; color: var(--muted); font-size: .85rem; }
.rotation-note { max-width: 700px; margin: 1.5rem 0 0; color: var(--muted); font-size: .82rem; }
.catalog-section { background: #090a0b; }
.audio-catalog { margin-top: 3rem; border-top: 2px solid var(--yellow); }
.audio-entry { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(280px, .8fr); gap: 2rem; align-items: center; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.audio-entry span { color: var(--yellow); font: .78rem monospace; }
.audio-entry h3 { margin: .2rem 0 0; font: 400 clamp(1.3rem, 2vw, 1.7rem)/1.1 Georgia, serif; }
.audio-entry p { margin: .45rem 0 0; color: var(--muted); font-size: .85rem; }
audio { width: 100%; height: 42px; accent-color: var(--yellow); }
.creep-section { background: #151719; }
.creep-layout { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.creep-layout > div:first-child { position: sticky; top: 100px; padding: .65rem; border: 1px solid var(--line); background: #090a0b; transform: rotate(-1deg); }
.album-tracks { margin-top: 2.5rem; border-top: 2px solid var(--yellow); }
.album-tracks article { display: grid; grid-template-columns: 45px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.album-tracks article > span { padding-top: .3rem; color: var(--yellow); font: .8rem monospace; }
.album-tracks h3 { margin: 0 0 .7rem; font: 400 1.15rem Georgia, serif; }
.music-archive-callout { padding: clamp(5rem, 10vw, 9rem) 0; color: #111; background: var(--yellow); }
.music-archive-callout .section-kicker { color: #111; }
.music-archive-callout h2 { max-width: 850px; margin: 0; font: 400 clamp(2.6rem, 7vw, 6rem)/.95 Georgia, serif; letter-spacing: -.04em; }
.music-archive-callout p:not(.section-kicker) { max-width: 720px; font-family: Georgia, serif; font-size: 1.2rem; }

@media (max-width: 800px) {
  .music-feature, .creep-layout { grid-template-columns: 1fr; }
  .creep-layout > div:first-child { position: static; max-width: 390px; }
}

@media (max-width: 600px) {
  .music-video-grid { grid-template-columns: 1fr; }
  .audio-entry { grid-template-columns: 1fr; gap: 1rem; }
  .page-hero h1 { font-size: 5rem; }
}

/* ================================================================
   RADIO PAGE
   ================================================================ */
.radio-page-hero, .music-page-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; padding-top: clamp(3.5rem, 6vw, 6rem); padding-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.music-page-hero { grid-template-columns: minmax(0, 1.1fr) minmax(400px, .9fr); }
.music-page-hero .radio-history-photo { width: min(100%, 560px); justify-self: end; }
.radio-page-hero .radio-history-photo { width: min(100%, 600px); justify-self: end; }
.radio-hero-copy > p:last-child, .music-hero-copy > p:last-child { max-width: 720px; margin: 2rem 0 0; color: var(--muted); font-family: Georgia, serif; font-size: clamp(1.15rem, 2.5vw, 1.6rem); }
.radio-intro { padding: clamp(4rem, 9vw, 8rem) 0; color: #111; background: var(--yellow); }
.radio-intro-grid { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.radio-intro .section-kicker { color: #111; }
.radio-intro h2 { max-width: 800px; margin: 0; font: 400 clamp(2.5rem, 6vw, 5.2rem)/.98 Georgia, serif; letter-spacing: -.04em; }
.radio-intro p:last-child { max-width: 720px; font-family: Georgia, serif; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.radio-history-photo { width: min(100%, 520px); margin: 0; padding: .55rem; color: var(--cream); background: #090a0b; border: 1px solid #090a0b; box-shadow: 12px 12px 0 rgba(0,0,0,.18); transform: rotate(-1deg); }
.radio-history-photo img { width: 100%; height: auto; }
.radio-history-photo figcaption { padding: .55rem .35rem .2rem; font: 700 .72rem monospace; letter-spacing: .08em; text-transform: uppercase; }
.aircheck-section { background: #0b0c0d; }
.aircheck-note { color: var(--muted); font: .78rem monospace; text-transform: uppercase; }
.aircheck-list { border-top: 2px solid var(--yellow); }
.aircheck-entry { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(280px, .8fr); grid-template-rows: auto auto auto; column-gap: 2rem; align-items: center; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.aircheck-entry > div:last-child { display: contents; }
.aircheck-date { grid-column: 1; grid-row: 1; padding-top: .2rem; display: flex; flex-direction: column; color: var(--yellow); font-family: monospace; }
.aircheck-date strong { font-size: 1.1rem; }
.aircheck-date span { color: var(--muted); font-size: .72rem; }
.aircheck-entry .station { grid-column: 1; grid-row: 2; margin: .35rem 0 0; color: var(--yellow); font-size: .7rem; font-weight: 900; letter-spacing: .13em; }
.aircheck-entry h3 { grid-column: 1; grid-row: 3; margin: .3rem 0 0; font: 400 clamp(1.25rem, 2.5vw, 2rem)/1.1 Georgia, serif; }
.aircheck-entry audio { grid-column: 2; grid-row: 1 / span 3; }
.broadcast-archive-callout { padding: clamp(5rem, 10vw, 9rem) 0; color: #111; background: #e9e3d6; }
.broadcast-archive-callout .section-kicker { color: #8c7100; }
.broadcast-archive-grid { display: grid; grid-template-columns: minmax(220px, .6fr) minmax(0, 1.4fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.broadcast-archive-callout h2 { margin: 0; font: 400 clamp(3rem, 8vw, 7rem)/.9 Georgia, serif; letter-spacing: -.05em; }
.broadcast-archive-callout p { max-width: 720px; font-family: Georgia, serif; font-size: 1.15rem; }
.archive-separation { padding-left: 1rem; border-left: 5px solid var(--yellow); }
.radio-collection { border-top: 1px solid var(--line); }
.radio-collection:nth-of-type(even) { background: #0d0f10; }
.collection-intro { max-width: 780px; margin: -1rem 0 3rem; color: var(--muted); font-family: Georgia, serif; font-size: 1.08rem; }
.cb-section { background: #11100c; }
.ham-section { background: #0b1012; }
.radio-tour { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: clamp(2rem, 7vw, 6rem); align-items: center; margin: 0 0 4rem; padding: clamp(1.2rem, 4vw, 3rem); background: var(--panel); border: 1px solid var(--line); }
.short-frame { width: min(100%, 340px); aspect-ratio: 9 / 16; background: #000; }
.short-frame iframe { width: 100%; height: 100%; border: 0; }
.radio-tour h3 { margin: 0 0 1rem; font: 400 clamp(2.3rem, 5vw, 4.8rem)/.95 Georgia, serif; letter-spacing: -.04em; }
.classic-radio-callout { padding: clamp(5rem, 10vw, 9rem) 0; color: #111; background: var(--yellow); }
.classic-radio-callout .section-kicker { color: #111; }
.classic-radio-callout h2 { max-width: 1000px; margin: 0 0 2rem; font: 400 clamp(2.8rem, 7vw, 6rem)/.94 Georgia, serif; letter-spacing: -.05em; }
.broadcast-rings { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.broadcast-rings i { position: absolute; width: 30%; aspect-ratio: 1; border: 7px solid #111; border-radius: 50%; }
.broadcast-rings i:nth-child(2) { width: 62%; border-color: transparent #111; transform: rotate(45deg); }
.broadcast-rings i:nth-child(3) { width: 92%; border-color: transparent #111; transform: rotate(45deg); }

@media (max-width: 750px) {
  .radio-page-hero, .music-page-hero, .radio-intro-grid, .broadcast-archive-grid, .radio-tour { grid-template-columns: 1fr; }
  .radio-history-photo { max-width: 390px; }
  .broadcast-rings { width: 220px; }
}

@media (max-width: 500px) {
  .aircheck-entry { grid-template-columns: 1fr; grid-template-rows: auto; gap: .4rem; }
  .aircheck-entry .aircheck-date, .aircheck-entry .station, .aircheck-entry h3, .aircheck-entry audio { grid-column: 1; grid-row: auto; }
  .show-page-content .section-heading h1 { white-space: normal; }
}

/* ================================================================
   ABOUT PAGE
   Add future publicity photographs to .about-photo-band using the
   same figure.about-photo pattern found in about.html.
   ================================================================ */
.about-hero { position: relative; min-height: min(76vw, 780px); display: grid; align-items: end; overflow: hidden; }
.about-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.about-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08) 22%, rgba(0,0,0,.9) 100%), linear-gradient(90deg, rgba(0,0,0,.65), transparent 70%); }
.about-hero-copy { position: relative; z-index: 1; padding-bottom: clamp(3rem, 8vw, 7rem); }
.about-title-block { width: fit-content; }
.about-title-block .section-kicker { text-align: center; }
.about-hero h1 { margin: 0; display: grid; gap: .06em; font: 400 clamp(4.8rem, 13vw, 11rem)/.78 Georgia, serif; letter-spacing: -.08em; }
.about-hero-copy > p:last-child { max-width: 680px; margin: 2rem 0 0; font: 400 clamp(1.2rem, 2.5vw, 1.75rem)/1.4 Georgia, serif; }
.about-story { background: var(--cream); color: #111; }
.about-page-top { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.about-page-copy > p:last-child { max-width: 720px; margin: 2rem 0 0; color: var(--muted); font-family: Georgia, serif; font-size: clamp(1.15rem, 2.5vw, 1.6rem); line-height: 1.45; }
.desktop-quote-break { display: inline; }
.about-history-photo { width: min(100%, 520px); justify-self: end; }
.about-story .section-kicker { color: #887000; }
.about-story-grid, .career-grid { display: grid; grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.about-story h2, .career-section h2 { margin: 0; font: 400 clamp(2rem, 3.8vw, 3.8rem)/1.08 Georgia, serif; letter-spacing: -.035em; }
.about-copy { font-size: 1rem; }
.about-copy-wide { max-width: 900px; }
.about-copy p { margin: 0 0 1.5rem; color: inherit; }
.about-copy .opening-line { font: inherit; }
.about-photo-band { display: grid; grid-template-columns: 1.35fr 1fr 1fr; min-height: 440px; background: #050505; }
.about-photo { position: relative; min-width: 0; min-height: 360px; margin: 0; overflow: hidden; border-right: 1px solid #090a0b; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo:nth-child(1) img { object-position: center; }
.about-photo:nth-child(2) img { object-position: 55% center; }
.about-photo:nth-child(3) img { object-position: center; }
.about-photo figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .45rem .6rem; color: #fff; background: rgba(0,0,0,.78); font: 700 .67rem monospace; letter-spacing: .08em; text-transform: uppercase; }
.career-section { background: #101214; }
.career-section .about-copy { color: #c8c5bb; }
.projects-section { background: var(--yellow); color: #111; }
.projects-section .section-kicker { color: #111; }
.projects-intro { max-width: 960px; margin: 0; font: 400 clamp(1.2rem, 2.2vw, 1.8rem)/1.45 Georgia, serif; }
.project-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 2rem; background: rgba(0,0,0,.25); border: 1px solid rgba(0,0,0,.25); }
.project-pair article { padding: clamp(1.5rem, 4vw, 3.5rem); background: var(--yellow); }
.project-pair span { font: 700 .8rem monospace; }
.project-pair h2 { margin: 1rem 0; font: 400 clamp(2.3rem, 5vw, 4.7rem)/.92 Georgia, serif; letter-spacing: -.05em; }
.project-pair p { max-width: 520px; }
.project-pair .text-link { color: #111; }
.project-note { display: inline-block; color: #111; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.project-links { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1.25rem 0; }
.project-links a { color: #111; font-size: .76rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.about-closing { padding: clamp(4rem, 9vw, 8rem) 0; background: #090a0b; }
.about-closing-grid { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-closing figure { margin: 0; padding: .55rem; background: var(--cream); transform: rotate(-1deg); box-shadow: 14px 14px 0 var(--yellow); }
.about-closing h2 { margin: 0 0 2rem; font: 400 clamp(2.7rem, 6vw, 5.3rem)/.95 Georgia, serif; letter-spacing: -.045em; }
.about-closing p:not(.section-kicker) { color: #bbb8af; }

@media (max-width: 800px) {
  .desktop-quote-break { display: none; }
  .about-page-top { grid-template-columns: 1fr; }
  .about-history-photo { max-width: 390px; justify-self: start; }
  .about-story-grid, .career-grid, .about-closing-grid { grid-template-columns: 1fr; }
  .about-photo-band { grid-template-columns: 1fr 1fr; }
  .about-photo:first-child { grid-column: 1 / -1; }
  .about-closing figure { max-width: 520px; }
}

@media (max-width: 560px) {
  .about-hero { min-height: 680px; }
  .about-hero > img { object-position: 58% center; }
  .about-hero h1 { font-size: clamp(4.4rem, 24vw, 7rem); }
  .about-photo-band, .project-pair { grid-template-columns: 1fr; }
  .about-photo:first-child { grid-column: auto; }
  .about-photo { min-height: 330px; }
}

/* ================================================================
   ARCHIVE
   ================================================================ */
.archive-page { background: #08090a; }
.archive-hero { position: relative; min-height: min(72vw, 760px); display: grid; align-items: end; overflow: hidden; }
.archive-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: sepia(.22) saturate(.75) contrast(1.08); }
.archive-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 20%, rgba(0,0,0,.94) 100%), linear-gradient(90deg, rgba(0,0,0,.82), transparent 72%); }
.archive-hero-copy { position: relative; z-index: 1; padding-bottom: clamp(3rem, 8vw, 7rem); }
.archive-hero h1 { max-width: 1000px; margin: 0; font: 400 clamp(4.2rem, 11vw, 9.5rem)/.78 Georgia, serif; letter-spacing: -.075em; }
.archive-hero-copy > p:last-child { max-width: 720px; margin: 2rem 0 0; color: #d0ccc2; font: 400 clamp(1.1rem, 2.2vw, 1.55rem)/1.5 Georgia, serif; }
.archive-intro, .archive-note { padding: clamp(5rem, 10vw, 9rem) 0; }
.archive-intro { color: #111; background: var(--cream); }
.archive-intro .section-kicker { color: #887000; }
.archive-intro-grid, .archive-note-grid { display: grid; grid-template-columns: minmax(140px, .3fr) minmax(0, 1.7fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.archive-index-number { margin: 0; color: #837f76; font: 800 clamp(1.4rem, 3vw, 2.3rem)/1.05 monospace; }
.archive-intro h2, .archive-note h2 { max-width: 980px; margin: 0; font: 400 clamp(3rem, 7vw, 6.5rem)/.92 Georgia, serif; letter-spacing: -.055em; }
.archive-intro-grid > div > p:last-child, .archive-note-grid > div > p:last-child { max-width: 760px; margin-top: 2rem; font-size: 1.08rem; }
.archive-directory { padding: clamp(5rem, 10vw, 9rem) 0; }
.archive-directory > h2 { margin: 0 0 3rem; font: 400 clamp(3.5rem, 8vw, 7rem)/.9 Georgia, serif; letter-spacing: -.06em; }
.archive-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.archive-card { position: relative; min-height: 310px; padding: clamp(1.4rem, 4vw, 3rem); display: flex; flex-direction: column; justify-content: space-between; background: var(--panel); border: 1px solid var(--line); text-decoration: none; overflow: hidden; transition: transform .15s ease, border-color .15s ease; }
.archive-card:first-child { grid-column: 1 / -1; min-height: 390px; }
.archive-card:hover { transform: translateY(-3px); border-color: var(--yellow); }
.archive-card::after { content: ''; position: absolute; right: -50px; bottom: -60px; width: 240px; height: 240px; border: 38px solid rgba(240,210,22,.09); border-radius: 50%; }
.archive-card > span { color: var(--yellow); font: 700 .8rem monospace; }
.archive-card p { margin: 0 0 .6rem; color: var(--yellow); font-size: .7rem; font-weight: 900; letter-spacing: .15em; }
.archive-card h3 { max-width: 720px; margin: 0; font: 400 clamp(2rem, 5vw, 4.8rem)/.94 Georgia, serif; letter-spacing: -.045em; }
.archive-card small { display: block; max-width: 560px; margin-top: 1.4rem; color: var(--muted); font-size: .82rem; }
.archive-card-music { background: linear-gradient(135deg,#201315,#101214); }
.archive-card-broadcast { background: linear-gradient(135deg,#111a20,#101214); }
.archive-card-radio { background: linear-gradient(135deg,#1b1910,#101214); }
.archive-card-photos { background: linear-gradient(135deg,#181319,#101214); }
.archive-card-docs { background: linear-gradient(135deg,#171714,#101214); }
.archive-note { background: var(--yellow); color: #111; }
.archive-note .section-kicker { color: #111; }
.archive-note .archive-index-number { color: rgba(0,0,0,.5); }

.archive-subhero { padding: clamp(5rem, 11vw, 10rem) 0 clamp(3rem, 7vw, 6rem); background: #0d0f10; border-bottom: 1px solid var(--line); }
.archive-back { display: inline-block; margin-bottom: 2rem; color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.archive-subhero h1 { max-width: 1050px; margin: 0; font: 400 clamp(4.5rem, 11vw, 9rem)/.82 Georgia, serif; letter-spacing: -.07em; }
.archive-subhero > .wrap > p:last-child { max-width: 760px; margin: 2rem 0 0; color: var(--muted); font: 400 clamp(1.1rem, 2.2vw, 1.5rem)/1.5 Georgia, serif; }
.archive-content { padding: clamp(4rem, 9vw, 8rem) 0; }
.archive-section-block { margin-bottom: clamp(5rem, 10vw, 9rem); }
.archive-section-block:last-child { margin-bottom: 0; }
.archive-section-heading { display: grid; grid-template-columns: minmax(180px,.55fr) minmax(0,1.45fr); gap: clamp(2rem, 6vw, 6rem); margin-bottom: 2rem; }
.archive-section-heading h2 { margin: 0; font: 400 clamp(2.5rem, 6vw, 5.5rem)/.94 Georgia, serif; letter-spacing: -.05em; }
.archive-section-heading p:last-child { max-width: 700px; color: var(--muted); }
.archive-list { border-top: 2px solid var(--yellow); }
.archive-item { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1.5rem; align-items: center; min-height: 74px; padding: 1rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.archive-item:hover h3 { color: var(--yellow); }
.archive-item h3 { margin: 0; font: 400 clamp(1.05rem,2vw,1.45rem)/1.2 Georgia, serif; }
.archive-item p { margin: .25rem 0 0; color: var(--muted); font-size: .78rem; }
.archive-item span { color: var(--yellow); font-size: .69rem; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }
.archive-warning { margin-bottom: 3rem; padding: clamp(1.2rem,3vw,2rem); color: #111; background: var(--yellow); border-left: 8px solid #111; }
.archive-warning h2 { margin: 0 0 .5rem; font: 400 clamp(1.8rem,4vw,3rem)/1 Georgia, serif; }
.archive-warning p { max-width: 850px; margin: 0; }
.archive-photo-preview { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; margin: 2.5rem 0; }
.archive-photo-preview figure { margin: 0; background: var(--panel); border: 1px solid var(--line); overflow: hidden; }
.archive-photo-preview img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.archive-photo-preview figcaption { padding: .8rem; color: var(--muted); font-size: .74rem; }

@media (max-width: 760px) {
  .archive-intro-grid, .archive-note-grid, .archive-section-heading { grid-template-columns: 1fr; }
  .archive-card-grid { grid-template-columns: 1fr; }
  .archive-card:first-child { grid-column: auto; min-height: 330px; }
  .archive-photo-preview { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .archive-hero { min-height: 680px; }
  .archive-hero h1 { font-size: clamp(4rem,22vw,6.3rem); }
  .archive-photo-preview { grid-template-columns: 1fr; }
  .archive-item { grid-template-columns: 1fr; gap: .5rem; }
}
