:root {
  color-scheme: light;
  --blue-950: #061945;
  --blue-900: #08245f;
  --blue-800: #083f88;
  --blue-650: #0d61b8;
  --green-700: #168313;
  --green-600: #1d9a18;
  --gold-500: #c69218;
  --ink: #071a3d;
  --muted: #5a6680;
  --line: #dce4ef;
  --soft: #f6f9fc;
  --white: #ffffff;
  --shadow: 0 18px 46px rgba(7, 26, 61, 0.16);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  line-height: 1.5;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.brand span {
  display: grid;
  gap: 1px;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
  color: var(--blue-950);
}

.brand small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 4vw, 54px);
  font-size: 15px;
  font-weight: 800;
  color: var(--blue-950);
}

.top-nav a {
  text-decoration: none;
  padding: 10px 0;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  color: var(--blue-650);
}

.listen-shortcut {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  color: var(--white);
  background: var(--green-700);
  border: 1px solid #0f670d;
  border-radius: var(--radius);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.listen-shortcut svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.listen-shortcut:hover,
.listen-shortcut:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  background: #126d10;
}

main {
  overflow: hidden;
}

.hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  align-self: center;
  padding: clamp(44px, 7vw, 86px) clamp(20px, 5vw, 72px);
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  line-height: 0.97;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--blue-950);
}

.hero-lede {
  max-width: 640px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: 20px;
}

.player-panel {
  max-width: 700px;
  padding: 26px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-950), var(--blue-800));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.player-topline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d8e6fb;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.live-indicator {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #3adc35;
  box-shadow: 0 0 0 6px rgba(58, 220, 53, 0.14);
}

.player-main {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 150px;
  align-items: center;
  gap: 20px;
  min-height: 112px;
  margin-top: 18px;
}

.play-button {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  color: var(--green-700);
  background: var(--white);
  border: 5px solid rgba(58, 220, 53, 0.72);
  border-radius: 999px;
  cursor: pointer;
}

.play-button svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.play-button:hover,
.play-button:focus-visible {
  transform: translateY(-1px);
}

.now-playing {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.now-playing span {
  color: #b9c6d9;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.now-playing strong {
  overflow: hidden;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.now-playing small {
  overflow: hidden;
  color: #d8e6fb;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.waveform {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  opacity: 0.85;
}

.waveform span {
  width: 5px;
  height: 18px;
  border-radius: 999px;
  background: #9fc1e8;
  animation: pulse 1.6s ease-in-out infinite;
}

.waveform span:nth-child(2) { height: 34px; animation-delay: 0.1s; }
.waveform span:nth-child(3) { height: 50px; animation-delay: 0.2s; }
.waveform span:nth-child(4) { height: 26px; animation-delay: 0.3s; }
.waveform span:nth-child(5) { height: 58px; animation-delay: 0.4s; }
.waveform span:nth-child(6) { height: 42px; animation-delay: 0.5s; }
.waveform span:nth-child(7) { height: 24px; animation-delay: 0.6s; }
.waveform span:nth-child(8) { height: 38px; animation-delay: 0.7s; }

@keyframes pulse {
  0%, 100% { transform: scaleY(0.72); opacity: 0.62; }
  50% { transform: scaleY(1); opacity: 1; }
}

.player-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: var(--white);
  background: var(--green-700);
  border: 1px solid #0f670d;
}

.button-secondary {
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--white);
}

.player-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
}

.player-facts div {
  min-width: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.player-facts dt {
  color: #b9c6d9;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.player-facts dd {
  overflow: hidden;
  margin: 3px 0 0;
  color: var(--white);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-media {
  margin: 0;
  min-height: 520px;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  object-position: center;
}

.schedule-section,
.install-section {
  padding: 48px clamp(20px, 5vw, 72px);
}

.schedule-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
  background: var(--white);
}

.section-heading h2,
.install-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.1;
  color: var(--blue-950);
}

.section-heading p,
.install-section p {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.schedule-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.schedule-list article {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.schedule-list time {
  color: var(--green-700);
  font-size: 18px;
  font-weight: 900;
}

.schedule-list h3 {
  margin: 0;
  color: var(--blue-950);
  font-size: 20px;
}

.schedule-list p {
  margin: 5px 0 0;
  color: var(--muted);
}

.install-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.install-section .button {
  min-width: 156px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 42px;
  align-items: start;
  padding: 38px clamp(20px, 5vw, 72px);
  color: #dce8f7;
  background: var(--blue-950);
}

.footer-wordmark {
  width: 210px;
  height: auto;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}

.site-footer p {
  max-width: 470px;
  margin: 0;
  color: #b9c6d9;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(110px, 1fr));
  gap: 10px 24px;
}

.site-footer a {
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #8fe28b;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .waveform span,
  .play-button {
    animation: none;
    transition: none;
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .top-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    order: 2;
    padding-top: 36px;
  }

  .hero-media {
    order: 1;
    min-height: 320px;
  }

  .hero-media img {
    min-height: 320px;
  }

  .schedule-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 72px;
    padding: 12px 16px;
    gap: 12px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand strong {
    font-size: 18px;
    max-width: 190px;
  }

  .brand small,
  .listen-shortcut span {
    display: none;
  }

  .listen-shortcut {
    width: 48px;
    min-width: 48px;
    padding: 0;
  }

  .brand {
    gap: 9px;
  }

  .brand span {
    max-width: 210px;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero-lede {
    font-size: 18px;
  }

  .player-panel {
    padding: 20px;
  }

  .player-main {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .play-button {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }

  .waveform {
    display: none;
  }

  .player-facts {
    grid-template-columns: 1fr;
  }

  .player-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .schedule-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .install-section,
  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .install-section .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .brand strong {
    max-width: 150px;
    font-size: 17px;
    line-height: 1.05;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero-lede {
    font-size: 18px;
  }

  .player-panel {
    padding: 20px;
  }

  .player-main {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .play-button {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }

  .waveform {
    display: none;
  }

  .player-facts {
    grid-template-columns: 1fr;
  }

  .player-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .schedule-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .install-section,
  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .install-section .button {
    width: 100%;
  }
}
