:root {
  --ink: #071528;
  --paper: #f3f7fb;
  --white: #ffffff;
  --pink: #ff3e8f;
  --violet: #7357ff;
  --cyan: #20d4f5;
  --yellow: #ffd84a;
  --muted: #77859a;
  --line: rgba(255,255,255,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  height: 78px;
  padding: 0 clamp(20px, 4vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: linear-gradient(180deg, rgba(7,21,40,.96), rgba(7,21,40,.78));
  transition: background .25s ease;
}
.site-header.scrolled { background: rgba(7,21,40,.97); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: .05em; }
.brand b { color: var(--pink); }
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  font: 800 14px/1 "Montserrat", sans-serif;
  box-shadow: 0 0 24px rgba(255,47,141,.42);
}
nav { display: flex; gap: clamp(20px, 3vw, 44px); }
nav a { font: 700 13px/1 "Montserrat", sans-serif; letter-spacing: .14em; opacity: .9; }
nav a:hover, nav a:focus-visible { color: var(--pink); opacity: 1; }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 820px;
  padding: 120px clamp(24px, 5vw, 90px) 72px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 64% 22%, rgba(32,212,245,.24), transparent 28%),
    radial-gradient(circle at 15% 82%, rgba(255,62,143,.23), transparent 32%),
    linear-gradient(135deg, #061326 0%, #102a4b 54%, #21124b 100%);
  display: grid;
  grid-template-columns: minmax(330px, .9fr) minmax(260px, .62fr) minmax(320px, .78fr);
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 55%, rgba(255,255,255,.04) 55.2%, transparent 55.6%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, black 35%, transparent 90%);
}
.orb { position: absolute; border-radius: 50%; filter: blur(3px); }
.orb-one { width: 480px; height: 480px; right: -210px; top: 2%; border: 1px solid rgba(255,47,141,.32); box-shadow: 0 0 90px rgba(255,47,141,.12) inset; }
.orb-two { width: 220px; height: 220px; left: 43%; bottom: -80px; border: 1px solid rgba(66,215,255,.28); }
.hero-copy, .hero-host-card, .hero-panel { position: relative; z-index: 2; }
.hero-host-card {
  align-self: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 590px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 30%, rgba(32,212,245,.28), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: 0 28px 70px rgba(0,0,0,.26);
}
.hero-host {
  width: 100%;
  height: 510px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 44px rgba(0,0,0,.42));
}
.host-label { margin-top: auto; padding: 18px 22px 20px; color: var(--ink); background: var(--cyan); }
.host-label span { display: block; font: 800 11px/1 "Montserrat", sans-serif; letter-spacing: .14em; }
.host-label strong { display: inline-block; margin-top: 7px; font-size: 24px; line-height: 1.2; }
.host-label small { margin-left: 5px; font-size: 13px; font-weight: 700; }
.eyebrow, .index, .tag, .entry-no { font: 800 13px/1.2 "Montserrat", sans-serif; letter-spacing: .16em; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #cfdeee; }
.eyebrow span { width: 44px; height: 3px; background: var(--cyan); box-shadow: 0 0 14px rgba(32,212,245,.62); }
.hero-logo-heading { margin: 8px 0 0; width: min(360px, 82%); }
.tv-main-logo { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 18px 26px rgba(0,0,0,.34)); }
.hero-lead { margin: 18px 0; font-size: clamp(22px, 2.25vw, 33px); line-height: 1.48; font-weight: 800; letter-spacing: .035em; }
.hero-lead span { display: block; white-space: nowrap; }
.hero-text { color: #c8c4ce; max-width: 680px; }
.launch-badge { display: inline-flex; align-items: center; gap: 10px; margin: 0; padding: 8px 14px; border: 1px solid rgba(255,216,74,.62); border-radius: 999px; color: #fff0a5; font: 700 11px/1 "Montserrat", sans-serif; letter-spacing: .08em; }
.launch-badge b { color: var(--yellow); font-size: 15px; }
.catchup { margin: 12px 0 0; color: var(--yellow); font-size: 18px; font-weight: 800; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button { min-width: 180px; padding: 14px 24px; text-align: center; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(90deg, var(--pink), #ff6bae); border-color: transparent; box-shadow: 0 12px 35px rgba(255,62,143,.28); }
.button.secondary:hover { background: white; color: var(--ink); }
.hero-panel {
  width: 100%;
  padding: clamp(28px, 3vw, 42px);
  color: var(--ink);
  border-radius: 28px;
  background: white;
  box-shadow: 0 30px 75px rgba(0,0,0,.28);
}
.panel-kicker { margin: 0 0 34px; display: flex; align-items: center; gap: 9px; color: var(--pink); font: 800 13px/1 "Montserrat", sans-serif; letter-spacing: .16em; }
.panel-kicker span { width: 9px; height: 9px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 6px rgba(255,62,143,.12); }
.panel-label { margin: 0; color: #536176; font-size: 16px; font-weight: 800; }
.panel-title { margin: 4px 0 24px; display: flex; align-items: center; gap: 10px; color: var(--pink); font: 800 clamp(32px, 3vw, 46px)/1 "Montserrat", sans-serif; letter-spacing: -.04em; white-space: nowrap; }
.panel-title strong { color: inherit; font: inherit; }
.panel-title .end-time { color: inherit; }
.panel-title > span { color: inherit; font-size: .72em; }
.hero-panel dl { margin: 0; border-top: 1px solid #dce5ef; }
.hero-panel dl div { display: grid; grid-template-columns: 112px 1fr; padding: 16px 0; border-bottom: 1px solid #dce5ef; }
.hero-panel dt { color: #e6297d; font: 800 11px/1.6 "Montserrat", sans-serif; letter-spacing: .05em; }
.hero-panel dd { margin: 0; font-weight: 700; }
.panel-platforms { display: flex; align-items: center; gap: 16px; margin-top: 22px; }
.panel-platforms span { font-weight: 900; }
.panel-platforms img { width: 78px; height: 32px; object-fit: contain; object-position: left center; }
.panel-note { margin: 9px 0 0; color: #657287; font-size: 13px; font-weight: 600; }
.scroll-cue { position: absolute; z-index: 2; left: 22px; bottom: 74px; color: #94a9c1; font: 700 11px/1 "Montserrat", sans-serif; letter-spacing: .18em; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { display: inline-block; width: 40px; height: 1px; margin: 0 0 4px 8px; background: #77727f; }

.ticker { overflow: hidden; padding: 18px 0; color: var(--ink); background: linear-gradient(90deg, var(--cyan), #76e5f7); }
.ticker div { width: max-content; min-width: 100%; display: flex; justify-content: space-around; gap: 5vw; padding: 0 3vw; font: 800 18px/1 "Montserrat", sans-serif; letter-spacing: .11em; }
.ticker i { color: #1c88a0; font-style: normal; }
.section { padding: clamp(82px, 10vw, 150px) clamp(24px, 7vw, 120px); }
.index { margin: 0 0 28px; color: var(--pink); }
.index.light { color: #ff78b5; }
.section h2 { margin: 0; font-size: clamp(38px, 5.3vw, 76px); line-height: 1.16; letter-spacing: -.035em; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.about-body { padding-top: 62px; }
.large-copy { margin: 0 0 28px; font-size: clamp(22px, 2vw, 30px); line-height: 1.65; font-weight: 700; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 50px; }
.pillars article { min-height: 180px; padding: 26px 20px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #d8d2dc; background: white; }
.pillars b { color: var(--pink); font: 900 37px/1 "Montserrat", sans-serif; }
.pillars span { font-weight: 700; line-height: 1.55; }

.program { min-height: 720px; display: grid; grid-template-columns: .42fr .58fr; color: white; background: #071528; padding-left: 0; }
.program-title { position: relative; min-height: 510px; overflow: hidden; padding-left: clamp(24px, 7vw, 120px); background: linear-gradient(145deg, #143c62, #231251 70%); }
.program-title .index { position: relative; z-index: 2; }
.program-title::after { content: ""; position: absolute; width: 330px; height: 330px; right: -70px; bottom: -90px; border: 55px solid rgba(255,47,141,.19); border-radius: 50%; }
.vertical-word { position: absolute; left: 8%; bottom: 8%; margin: 0; color: rgba(255,255,255,.08); font: 900 86px/.8 "Montserrat", sans-serif; writing-mode: vertical-rl; transform: rotate(180deg); white-space: nowrap; }
.program-mc-photo { position: absolute; z-index: 1; right: 1%; bottom: 0; width: min(470px, 90%); height: 94%; object-fit: contain; object-position: right bottom; filter: drop-shadow(0 20px 35px rgba(0,0,0,.35)); }
.program-content { align-self: center; max-width: 780px; padding-left: clamp(34px, 7vw, 110px); }
.tag { display: inline-block; margin: 0 0 24px; padding: 8px 12px; color: white; background: var(--pink); }
.tag.dark { background: var(--ink); }
.program-content > p:not(.tag) { max-width: 650px; color: #beb9c5; }
.program-schedule { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.program-schedule span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); color: #eee9f0; font-size: 14px; font-weight: 700; }
.mc-cards { margin-top: 42px; border-top: 1px solid var(--line); }
.mc-card { display: grid; grid-template-columns: 84px 1fr; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.mc-symbol { width: 104px; height: 104px; object-fit: cover; object-position: 50% 15%; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: #09070e; }
.mc-card .mc-symbol { width: 78px; height: 78px; }
.mc-symbol.miyazaki-thumb { object-position: 50% 12%; }
.mc-card p { margin: 0; color: var(--cyan); font: 800 11px/1.4 "Montserrat", sans-serif; letter-spacing: .12em; }
.mc-card h3 { margin: 7px 0 5px; font-size: 30px; }
.mc-card h3 span { font-size: 16px; font-weight: 500; }
.mc-card .muted { color: #aaa4b0; font: 15px/1.7 "Noto Sans JP", sans-serif; letter-spacing: 0; }
.tver-note { margin: 22px 0 0 !important; display: flex; align-items: center; gap: 10px; color: white !important; font-weight: 800; }
.tver-note img { width: 72px; height: 28px; object-fit: contain; object-position: left center; }

.artists { color: var(--ink); background: linear-gradient(180deg, #f7fbff, #eaf3fb); }
.artists-heading { display: grid; grid-template-columns: .45fr .8fr .75fr; gap: 5vw; align-items: end; margin-bottom: 55px; }
.artists-heading .index { align-self: start; }
.artists-heading h2 { font-size: clamp(42px, 5vw, 70px); }
.artists-heading > p:last-child { margin: 0; color: #596779; font-weight: 600; }
.artist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.artist-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid #d7e0ea; border-radius: 24px; background: white; box-shadow: 0 20px 55px rgba(7,21,40,.09); }
.artist-photo { position: relative; min-height: 310px; display: grid; place-items: center; overflow: hidden; color: white; }
.artist-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(7,21,40,.36)); }
.artist-photo-featured { background: radial-gradient(circle at 25% 22%, rgba(255,255,255,.4), transparent 22%), linear-gradient(145deg, #ff3e8f, #7437db); }
.artist-photo-second { background: radial-gradient(circle at 74% 26%, rgba(255,255,255,.38), transparent 21%), linear-gradient(145deg, #18cde9, #175d9f); }
.artist-photo-third { background: radial-gradient(circle at 30% 76%, rgba(255,255,255,.3), transparent 22%), linear-gradient(145deg, #f5ba24, #ff5b6d); }
.sample-label { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; font: 800 10px/1 "Montserrat", sans-serif; letter-spacing: .15em; }
.artist-initial { position: relative; z-index: 1; font: 900 150px/1 "Montserrat", sans-serif; opacity: .92; text-shadow: 0 20px 40px rgba(7,21,40,.23); }
.artist-info { padding: 26px 26px 28px; display: flex; flex: 1; flex-direction: column; }
.artist-date { margin: 0 0 5px; color: var(--pink); font: 800 11px/1 "Montserrat", sans-serif; letter-spacing: .12em; }
.artist-info h3 { margin: 7px 0 10px; font: 900 clamp(25px, 2.2vw, 34px)/1.1 "Montserrat", sans-serif; letter-spacing: -.035em; }
.artist-info > p:not(.artist-date) { margin: 0 0 24px; color: #697588; line-height: 1.7; }
.artist-links { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.artist-links a { padding: 12px 10px; color: white; border-radius: 10px; text-align: center; background: var(--ink); font-size: 13px; font-weight: 800; }
.artist-links a:first-child { background: #111; }
.artist-links a span { margin-left: 4px; color: var(--cyan); }

.video { display: grid; grid-template-columns: .36fr .64fr; gap: 7vw; color: white; background: radial-gradient(circle at 80% 18%, rgba(255,62,143,.2), transparent 28%), linear-gradient(145deg, #071528, #171039 68%, #28114b); }
.video-heading > p:last-child { max-width: 500px; color: #b7bfcb; font-weight: 600; }
.video-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .4fr); gap: 22px; align-content: center; }
.latest-video { position: relative; aspect-ratio: 16/9; overflow: hidden; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: linear-gradient(135deg, rgba(32,212,245,.22), rgba(115,87,255,.28) 50%, rgba(255,62,143,.32)); box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.latest-video::before { content: "MUSIC BLISS"; position: absolute; right: -3%; bottom: -7%; color: rgba(255,255,255,.07); font: 900 clamp(45px, 6vw, 90px)/1 "Montserrat", sans-serif; white-space: nowrap; }
.latest-video-label { position: absolute; top: 20px; left: 22px; padding: 8px 11px; color: var(--ink); background: var(--cyan); border-radius: 999px; font: 900 10px/1 "Montserrat", sans-serif; letter-spacing: .12em; }
.play-button { position: relative; z-index: 2; width: 76px; height: 76px; padding-left: 5px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--pink); box-shadow: 0 0 0 13px rgba(255,62,143,.17), 0 14px 34px rgba(0,0,0,.3); }
.video-placeholder-title { position: absolute; left: 22px; bottom: 20px; font-size: 16px; font-weight: 800; }
.video-meta { padding: 8px 0 0; }
.video-date { margin: 0; color: var(--cyan); font: 800 11px/1 "Montserrat", sans-serif; letter-spacing: .13em; }
.video-meta h3 { margin: 13px 0 14px; font-size: clamp(25px, 2.3vw, 36px); line-height: 1.28; }
.video-meta > p:not(.video-date) { color: #aeb6c4; font-size: 14px; line-height: 1.7; }
.youtube-button { display: inline-flex; justify-content: space-between; gap: 24px; margin-top: 12px; padding: 12px 15px; color: white; border-radius: 9px; background: #ff0033; font-weight: 800; }
.video-archive { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.video-archive article { min-width: 0; padding: 14px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.055); }
.mini-play { flex: 0 0 auto; width: 34px; height: 34px; padding-left: 2px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--pink); font-size: 10px; }
.video-archive small { color: var(--cyan); font: 800 9px/1 "Montserrat", sans-serif; letter-spacing: .1em; }
.video-archive p { margin: 4px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 700; }

.radio { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 7vw, 110px); align-items: center; background: #eaf3fb; }
.radio-image { position: relative; box-shadow: 0 32px 70px rgba(25,10,37,.18); }
.radio-image::before { content: "ON AIR"; position: absolute; z-index: 2; left: -18px; top: -18px; padding: 10px 16px; color: var(--ink); background: var(--cyan); font: 800 12px/1 "Montserrat", sans-serif; letter-spacing: .12em; box-shadow: 0 0 25px rgba(32,212,245,.36); }
.radio-image img { width: 100%; aspect-ratio: 2.4/1; object-fit: cover; }
.radio-logo { width: min(230px, 54%); aspect-ratio: 1; object-fit: cover; margin: 0 0 26px; border-radius: 50%; box-shadow: 0 14px 42px rgba(255,47,141,.18); }
.radio-copy h2 { font-family: "Montserrat", sans-serif; font-size: clamp(48px, 6vw, 82px); line-height: .9; letter-spacing: -.055em; }
.radio-time { margin: 32px 0 18px; font-weight: 700; }
.radio-time strong { color: var(--pink); font-size: 30px; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid #ccc4d0; }
.check-list li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid #ccc4d0; font-weight: 600; }
.check-list li::before { content: "+"; position: absolute; left: 3px; color: var(--pink); font-weight: 900; }

.live { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; color: white; background: linear-gradient(135deg, #142c52, #5d33c8 48%, #ee3388); }
.live-body { padding-top: 60px; }
.event-cards { margin-top: 46px; border-top: 1px solid rgba(255,255,255,.35); }
.event-cards article { position: relative; padding: 27px 10px 27px 72px; border-bottom: 1px solid rgba(255,255,255,.35); }
.event-cards span { position: absolute; left: 6px; top: 30px; font: 800 20px/1 "Montserrat", sans-serif; color: var(--cyan); }
.event-cards h3 { margin: 0 0 7px; font-size: 22px; }
.event-cards p { margin: 0; color: #f0dcea; }

.entry { display: grid; grid-template-columns: .76fr 1.24fr; gap: 8vw; }
.entry-options { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.entry-options article { padding: 34px; border: 1px solid #d7d0da; background: white; display: flex; flex-direction: column; }
.entry-no { margin: 0 0 25px; color: var(--pink); }
.entry-options h3 { margin: 0 0 17px; font-size: 23px; line-height: 1.5; }
.entry-options p:not(.entry-no) { color: #625d68; }
.entry-options a { margin-top: auto; padding-top: 28px; font-weight: 800; border-top: 1px solid #e2dce4; }
.entry-options a span { float: right; color: var(--pink); font-size: 23px; }

footer { position: relative; padding: 65px clamp(24px, 7vw, 120px) 28px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; color: white; background: var(--ink); }
.footer-brand { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.footer-brand b { color: var(--pink); }
.footer-contact > p, .footer-credit > p:first-child { margin: 0 0 8px; color: var(--cyan); font: 800 12px/1 "Montserrat", sans-serif; letter-spacing: .14em; }
.footer-contact a { font-weight: 700; border-bottom: 1px solid #77717e; }
.footer-credit p:last-child { margin: 0; color: #bbb5bf; }
.copyright { grid-column: 1 / -1; margin: 45px 0 0; padding-top: 20px; color: #746f79; font-size: 13px; border-top: 1px solid rgba(255,255,255,.1); }

@media (max-width: 900px) {
  .hero { min-height: 100svh; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); gap: 34px; padding-top: 120px; }
  .hero-logo-heading { width: 300px; }
  .hero-host-card { min-height: 560px; }
  .hero-panel { grid-column: 1 / -1; width: min(720px, 100%); justify-self: center; }
  .about, .radio, .live, .entry, .video { grid-template-columns: 1fr; }
  .about-body, .live-body { padding-top: 0; }
  .artists-heading { grid-template-columns: 1fr 1fr; }
  .artists-heading > p:last-child { grid-column: 1 / -1; }
  .artist-grid { grid-template-columns: repeat(2, 1fr); }
  .artist-card:last-child { grid-column: 1 / -1; }
  .program { grid-template-columns: .3fr .7fr; }
  .program-content { padding-right: 28px; }
  .entry-options { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 660px) {
  .site-header { height: 68px; }
  nav { position: fixed; inset: 68px 0 auto; padding: 25px; display: none; flex-direction: column; gap: 26px; background: rgba(7,21,40,.98); }
  nav.open { display: flex; }
  nav a { font-size: 18px; }
  .menu-button { display: block; padding: 10px 13px; color: white; border: 1px solid rgba(255,255,255,.5); border-radius: 8px; background: transparent; font: 800 11px/1 "Montserrat", sans-serif; letter-spacing: .14em; }
  .hero { grid-template-columns: 1fr; gap: 26px; padding: 100px 20px 58px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-logo-heading { width: 260px; margin: 8px auto 0; }
  .hero-lead { font-size: clamp(18px, 5.4vw, 22px); letter-spacing: .01em; }
  .hero-text br { display: none; }
  .launch-badge { justify-content: center; }
  .catchup { text-align: center; }
  .hero-actions { flex-direction: column; }
  .hero-host-card { min-height: 0; border-radius: 22px; }
  .hero-host { width: 100%; height: 470px; }
  .host-label { text-align: left; }
  .hero-panel { grid-column: auto; width: 100%; padding: 28px 22px; border-radius: 22px; }
  .panel-kicker { margin-bottom: 26px; }
  .panel-title { gap: 7px; font-size: clamp(31px, 9.2vw, 40px); }
  .hero-panel dl div { grid-template-columns: 104px 1fr; }
  .scroll-cue { display: none; }
  .ticker { padding: 16px 0; }
  .ticker div {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(7, auto);
    justify-content: space-between;
    gap: 4px;
    padding: 0 14px;
    font-size: clamp(12px, 3.4vw, 14px);
    letter-spacing: .05em;
  }
  .ticker span, .ticker i { white-space: nowrap; }
  .section { padding: 78px 22px; }
  .section h2 { font-size: 40px; }
  .pillars { grid-template-columns: 1fr; }
  .pillars article { min-height: 135px; }
  .program { grid-template-columns: 1fr; padding: 0; }
  .program-title { min-height: 440px; padding: 56px 22px; }
  .vertical-word { display: none; }
  .program-mc-photo { right: 0; width: 82%; height: 91%; object-position: right bottom; }
  .program-content { padding: 68px 22px 82px; }
  .mc-card { grid-template-columns: 80px 1fr; }
  .mc-symbol { width: 76px; height: 76px; font-size: 35px; }
  .radio-image img { aspect-ratio: 1.45/1; object-position: center; }
  .radio-logo { width: 180px; }
  .radio-copy h2 { font-size: 72px; }
  .artists-heading { display: block; margin-bottom: 34px; }
  .artists-heading h2 { margin-bottom: 18px; }
  .artist-grid { grid-template-columns: 1fr; }
  .artist-card:last-child { grid-column: auto; }
  .artist-photo { min-height: 250px; }
  .artist-initial { font-size: 120px; }
  .video-content { grid-template-columns: 1fr; }
  .video-meta { padding-top: 4px; }
  .video-archive { grid-column: auto; grid-template-columns: 1fr; }
  .entry-options { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
}

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