:root {
  --ink: #082f35;
  --ink-2: #0a3c43;
  --blue: #073f73;
  --blue-2: #0b568f;
  --paper: #f6f3f2;
  --paper-2: #ffffff;
  --soft: #ebe8e6;
  --muted: #6f7d7f;
  --line: rgba(8, 47, 53, .12);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(8, 47, 53, .10);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.shell { width: min(calc(100% - 56px), var(--shell)); margin-inline: auto; }
.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: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 243, 242, .90);
  border-bottom: 1px solid rgba(8, 47, 53, .08);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 34px; }
.brand { width: 142px; height: 58px; display: flex; align-items: center; overflow: hidden; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { font-size: .94rem; font-weight: 700; color: rgba(8, 47, 53, .76); transition: color .2s ease; }
.main-nav a:hover { color: var(--ink); }
.header-listen, .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-weight: 800;
  font-size: .94rem;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.header-listen:hover, .primary-button:hover { transform: translateY(-1px); background: var(--blue-2); box-shadow: 0 12px 26px rgba(7,63,115,.18); }
.play-dot { width: 27px; height: 27px; border-radius: 50%; display: inline-grid; place-items: center; background: rgba(255,255,255,.16); font-size: .7rem; padding-left: 1px; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--white); box-shadow: 0 8px 24px rgba(8,47,53,.08); }
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero { padding: 74px 0 38px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, .85fr); gap: 70px; align-items: center; }
.eyebrow, .overline { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; font-weight: 900; color: var(--blue); }
.eyebrow--light { color: rgba(255,255,255,.7); }
.hero h1 { margin: 0; max-width: 700px; font-size: clamp(3rem, 6vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.hero-text { max-width: 610px; margin: 24px 0 0; font-size: 1.12rem; line-height: 1.72; color: var(--muted); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.primary-button { min-height: 54px; padding-inline: 24px; }
.primary-button > span { font-size: .78rem; }
.secondary-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--ink); }
.secondary-link span { color: var(--blue); }

.onair-panel {
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 26px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.onair-cover-wrap { position: relative; align-self: stretch; aspect-ratio: 1; border-radius: 24px; overflow: hidden; background: var(--soft); }
.onair-cover { width: 100%; height: 100%; object-fit: cover; }
.live-pill { position: absolute; left: 12px; top: 12px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 999px; background: rgba(8,47,53,.92); color: #fff; font-size: .67rem; font-weight: 900; letter-spacing: .11em; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.12); }
.onair-content { min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.onair-content .overline { margin-bottom: 8px; }
.onair-content h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.55rem); line-height: 1.05; letter-spacing: -.04em; overflow-wrap: anywhere; }
.current-artist { margin: 8px 0 0; font-size: 1.04rem; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.onair-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 18px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.onair-meta span + span::before { content: "•"; margin-right: 16px; color: rgba(8,47,53,.35); }
.onair-play { align-self: flex-start; display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; font-size: .88rem; font-weight: 900; color: var(--blue); }
.onair-play span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: .68rem; padding-left: 2px; }
.hero-status { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .78rem; color: var(--muted); }

.section { padding: 96px 0; }
.section-light { background: var(--white); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-head h2, .section-sound h2, .closing-cta h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 3.55rem); line-height: 1; letter-spacing: -.05em; }
.section-copy { max-width: 450px; margin: 0; color: var(--muted); line-height: 1.65; }

.recent-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.recent-card { min-width: 0; }
.recent-cover-wrap { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 18px; background: var(--soft); }
.recent-cover { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.recent-card:hover .recent-cover { transform: scale(1.03); }
.recent-time { position: absolute; left: 10px; bottom: 10px; padding: 6px 9px; border-radius: 999px; background: rgba(8,47,53,.86); color: #fff; font-size: .67rem; font-weight: 900; }
.recent-info { padding: 13px 2px 0; }
.recent-info h3 { margin: 0; font-size: 1rem; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.recent-info p { margin: 5px 0 0; color: var(--muted); font-size: .88rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.loading-card { grid-column: 1 / -1; min-height: 180px; display: grid; place-items: center; border: 1px dashed var(--line); border-radius: var(--radius-md); color: var(--muted); }

.section-events { background: #073f73; color: #fff; }
.section-head--light .section-copy { color: rgba(255,255,255,.62); }
.events-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.event-card { display: grid; grid-template-columns: 78px 1fr auto; gap: 20px; align-items: center; min-height: 142px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); background: rgba(255,255,255,.06); transition: transform .2s ease, background .2s ease; }
.event-card:hover { transform: translateY(-2px); background: rgba(255,255,255,.09); }
.event-date { width: 72px; height: 82px; border-radius: 18px; display: grid; place-items: center; align-content: center; background: #fff; color: var(--ink); }
.event-date strong { font-size: 1.72rem; line-height: 1; }
.event-date span { margin-top: 4px; font-size: .72rem; font-weight: 900; letter-spacing: .09em; }
.event-text .overline { margin-bottom: 7px; color: rgba(255,255,255,.52); }
.event-text h3 { margin: 0; font-size: 1.25rem; }
.event-text > p:last-child { margin: 6px 0 0; color: rgba(255,255,255,.62); }
.event-arrow { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.1); font-weight: 900; }
.events-empty { display: grid; grid-template-columns: 68px 1fr; gap: 24px; align-items: center; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.05); }
.events-empty-mark { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #fff; color: var(--ink); font-size: 0; font-weight: 300; }
.events-empty-mark::before { content: "+"; display: block; font-size: 2rem; line-height: 1; font-weight: 300; transform: translateY(-1px); }
.events-empty .overline { color: #d9eaff; }
.events-empty h3 { margin: 0; font-size: 1.6rem; }
.events-empty p:last-child { margin: 7px 0 0; color: rgba(255,255,255,.62); }

.section-program { background: var(--paper); }
.section-head--program { align-items: flex-start; }
.program-note { max-width: 620px; margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.program-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.program-feature { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.6); }
.program-feature--active { background: var(--white); box-shadow: 0 16px 50px rgba(8,47,53,.07); }
.program-kicker { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 900; color: var(--blue); }
.program-feature--active .live-dot { background: var(--blue); box-shadow: 0 0 0 5px rgba(7,63,115,.10); }
.program-main h3 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.35rem); letter-spacing: -.04em; }
.program-main p { max-width: 550px; margin: 9px 0 0; color: var(--muted); line-height: 1.6; }
.program-feature time { font-size: .9rem; font-weight: 800; color: var(--muted); }

.section-sound { background: var(--white); }
.sound-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr); gap: 70px; align-items: center; }
.sound-copy > p:not(.eyebrow) { max-width: 620px; margin: 22px 0; color: var(--muted); line-height: 1.75; font-size: 1.03rem; }
.sound-panel { padding: 34px; border-radius: var(--radius-lg); background: var(--paper); border: 1px solid var(--line); }
.sound-panel .overline { margin-bottom: 18px; }
.genre-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.genre-chips span { padding: 10px 14px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-size: .86rem; font-weight: 800; }

.closing-cta { padding: 72px 0; background: var(--blue); color: #fff; }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.primary-button--light { background: #fff; color: var(--blue); }
.primary-button--light:hover { background: #f8f8f8; }
.primary-button--light .play-dot { background: rgba(7,63,115,.08); }

.site-footer { background: #222222; color: rgba(255,255,255,.75); }
.footer-top { display: flex; justify-content: center; padding-top: 30px; }
.to-top { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; min-width: 64px; color: #fff; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.to-top i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.10); transition: transform .2s ease, background .2s ease; }
.to-top:hover i { transform: translateY(-3px); background: rgba(255,255,255,.16); }
.footer-inner { min-height: 142px; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
.footer-brand { width: 120px; height: 72px; display: flex; align-items: center; overflow: hidden; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); opacity: .95; }
.footer-copy p { margin: 0 0 6px; color: #fff; font-weight: 800; }
.footer-copy span { font-size: .82rem; }
.footer-nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 12px 22px; }
.footer-nav a { color: #fff; font-size: .86rem; font-weight: 800; }
.footer-nav a:hover { opacity: .78; }
.footer-nav i { margin-left: 4px; font-size: .72em; }

@media (max-width: 980px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .main-nav { position: absolute; left: 18px; right: 18px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: 0 24px 60px rgba(8,47,53,.14); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 12px; }
  .menu-toggle { display: block; }
  .header-listen { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-copy { max-width: 760px; }
  .onair-panel { max-width: 720px; }
  .recent-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .events-grid { grid-template-columns: 1fr; }
  .sound-layout { grid-template-columns: 1fr; gap: 38px; }
  .sound-panel { max-width: 620px; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 26px), var(--shell)); }
  .header-inner { min-height: 74px; gap: 14px; }
  .brand { width: 118px; height: 50px; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.1rem); }
  .hero-text { font-size: 1.02rem; }
  .onair-panel { grid-template-columns: 116px 1fr; gap: 18px; padding: 16px; border-radius: 24px; }
  .onair-cover-wrap { border-radius: 18px; }
  .onair-content h2 { font-size: 1.55rem; }
  .onair-meta { display: none; }
  .onair-play { margin-top: 14px; }
  .section { padding: 72px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 28px; }
  .section-head h2, .section-sound h2, .closing-cta h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .recent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .program-layout { grid-template-columns: 1fr; }
  .program-feature { min-height: 230px; padding: 24px; }
  .events-empty { grid-template-columns: 1fr; padding: 26px; }
  .closing-inner { flex-direction: column; align-items: flex-start; }
  .footer-inner { grid-template-columns: 1fr; padding: 24px 0 30px; text-align: center; }
  .footer-brand { justify-self: center; }
  .footer-nav { justify-content: center; }
}

@media (max-width: 460px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .primary-button { width: 100%; }
  .onair-panel { grid-template-columns: 92px 1fr; }
  .live-pill { left: 8px; top: 8px; padding: 6px 8px; }
  .current-artist { font-size: .9rem; }
  .onair-play span { display: none; }
  .recent-grid { grid-template-columns: 1fr 1fr; }
  .event-card { grid-template-columns: 60px 1fr; padding: 18px; gap: 15px; }
  .event-date { width: 58px; height: 68px; border-radius: 15px; }
  .event-date strong { font-size: 1.4rem; }
  .event-arrow { grid-column: 2; width: 40px; height: 40px; }
  .sound-panel { padding: 26px; }
}

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