:root {
  --ink: #061a38;
  --navy: #082552;
  --blue: #189fe3;
  --sky: #69d0f3;
  --gold: #f5c451;
  --green: #28c76f;
  --paper: #f6f9fc;
  --white: #ffffff;
  --muted: #64748b;
  --line: #dce6ef;
  --shadow: 0 28px 70px rgba(4, 25, 55, .18);
}

* { box-sizing: border-box; }
html { width: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body { width: 100%; margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Manrope, system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
button:disabled { cursor: wait; opacity: .7; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.banner { position: relative; min-height: 720px; overflow: hidden; color: var(--white); background: linear-gradient(118deg, #04152f 0%, #082c61 47%, #118ed0 100%); isolation: isolate; }
.banner::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 76% 44%, rgba(113, 220, 255, .25), transparent 27rem), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 54px 54px, 54px 54px; }
.banner::after { content: "502"; position: absolute; right: -2vw; bottom: -12%; z-index: -1; font: 900 clamp(17rem, 34vw, 36rem)/1 Montserrat, sans-serif; letter-spacing: -.12em; color: rgba(255,255,255,.035); }
.banner-flag { position: absolute; top: 0; bottom: 0; left: 0; width: 8px; background: linear-gradient(to bottom, var(--blue) 0 33.33%, var(--white) 33.33% 66.66%, var(--blue) 66.66%); }
.topbar { width: min(1240px, calc(100% - 48px)); height: 94px; margin: 0 auto; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 800 1.02rem/1 Montserrat, sans-serif; letter-spacing: -.02em; }
.brand img { border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.25), 0 8px 24px rgba(0,0,0,.2); }
.brand strong { color: var(--gold); }
.nav-links { display: flex; gap: 34px; }
.nav-links a { color: #c7d9eb; font-size: .9rem; font-weight: 700; transition: color .2s; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--white); }
.nav-live { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .8rem; font-weight: 800; }
.nav-live i, .eyebrow i, .live-pill i, .broadcast-badge i { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(40,199,111,.13); animation: pulse 1.8s infinite; }

.banner-content { width: min(1240px, calc(100% - 48px)); min-height: 570px; margin: 0 auto; margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; justify-items: center; gap: clamp(45px, 6vw, 90px); padding: 58px 0 86px; }
.banner-copy { width: 100%; max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; color: #bfeaff; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0 0 28px; font: 900 clamp(4.4rem, 7.7vw, 7.2rem)/.91 Montserrat, sans-serif; letter-spacing: -.078em; }
h1 span { color: var(--sky); }
.banner-copy > p { max-width: 610px; margin: 0; color: #c0d3e6; font-size: clamp(1.02rem, 1.5vw, 1.18rem); }
.hero-now-playing { width: min(520px, 100%); margin-top: 26px; padding: 13px 17px; border-left: 3px solid var(--gold); border-radius: 0 13px 13px 0; background: rgba(255,255,255,.07); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); }
.hero-now-playing span { display: block; color: var(--sky); font-size: .62rem; font-weight: 800; letter-spacing: .15em; }
.hero-now-playing strong, .hero-now-playing small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hero-now-playing strong { margin-top: 2px; color: var(--white); font: 800 1rem/1.4 Montserrat, sans-serif; }
.hero-now-playing small { color: #b8cde1; font-size: .78rem; }
.meta-separator { color: rgba(255,255,255,.35); }
.banner-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 28px; }
.primary-button { min-height: 58px; padding: 0 23px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; gap: 11px; background: linear-gradient(135deg, var(--gold), #ffe39a); color: var(--ink); font-weight: 800; cursor: pointer; box-shadow: 0 13px 32px rgba(245,196,81,.22); transition: transform .2s, box-shadow .2s; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 17px 36px rgba(245,196,81,.3); }
.primary-button svg { width: 22px; height: 22px; fill: currentColor; }
.hero-pause-icon, .primary-button.is-playing .hero-play-icon { display: none; }
.primary-button.is-playing .hero-pause-icon { display: block; }
.secondary-link { color: #d9e9f7; font-size: .9rem; font-weight: 700; border-bottom: 1px solid rgba(105,208,243,.55); padding-bottom: 3px; }
.secondary-link span { color: var(--sky); margin-left: 6px; }

.banner-emblem { position: relative; width: min(430px, 100%); aspect-ratio: 1; margin: auto; display: grid; place-items: center; }
.banner-emblem::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); box-shadow: inset 0 0 90px rgba(78,195,241,.13), 0 30px 80px rgba(0,0,0,.25); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.banner-emblem > img { position: relative; z-index: 2; width: 76%; height: 76%; object-fit: cover; border-radius: 50%; box-shadow: 0 25px 55px rgba(0,0,0,.38), 0 0 0 8px rgba(255,255,255,.07); }
.emblem-orbit { position: absolute; inset: 7%; border: 1px dashed rgba(151,222,250,.28); border-radius: 50%; animation: rotate 28s linear infinite; }
.broadcast-badge { position: absolute; z-index: 3; right: -2%; bottom: 15%; display: flex; align-items: center; gap: 13px; min-width: 164px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: rgba(4,22,48,.9); box-shadow: 0 15px 38px rgba(0,0,0,.28); color: #bed1e3; font-size: .62rem; line-height: 1.4; letter-spacing: .1em; }
.broadcast-badge strong { color: var(--white); font-size: .82rem; }
.banner-bottom { position: absolute; inset: auto 0 0; height: 7px; display: grid; grid-template-columns: 1fr 1fr 1fr; }
.banner-bottom span:nth-child(1), .banner-bottom span:nth-child(3) { background: #2fb8ea; }
.banner-bottom span:nth-child(2) { background: var(--white); }

main { overflow: hidden; }
.radio-section, .identity { width: min(1160px, calc(100% - 48px)); margin-left: auto; margin-right: auto; margin-inline: auto; }
.radio-section { padding: 105px 0 118px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 43px; }
.section-kicker { color: #137eb6; letter-spacing: .16em; font-weight: 800; font-size: .72rem; }
.section-heading h2, .identity h2 { margin: 10px 0 0; font: 800 clamp(2.25rem, 4.4vw, 4rem)/1.04 Montserrat, sans-serif; letter-spacing: -.055em; }
.section-heading > p { max-width: 450px; margin: 0; color: var(--muted); }

.player-card { min-height: 192px; display: grid; grid-template-columns: 1.2fr .55fr 1fr; align-items: center; gap: clamp(24px, 4vw, 55px); padding: 32px 38px; border-radius: 28px; color: var(--white); background: linear-gradient(125deg, #061a3a, #0a3167); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.player-card::before { content: ""; position: absolute; width: 330px; height: 330px; right: 25%; top: -220px; border-radius: 50%; background: var(--blue); filter: blur(70px); opacity: .16; }
.station-summary { position: relative; display: flex; align-items: center; gap: 23px; }
.station-summary img { width: 112px; height: 112px; object-fit: cover; border-radius: 22px; box-shadow: 0 14px 30px rgba(0,0,0,.32); }
.live-pill { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 5px; color: #dffdec; font-size: .66rem; letter-spacing: .13em; font-weight: 800; }
.live-pill i { width: 7px; height: 7px; flex-basis: 7px; }
.now-label { display: block; margin-top: 4px; color: var(--sky); font-size: .62rem; letter-spacing: .14em; font-weight: 800; }
.station-summary h3 { max-width: 330px; margin: 3px 0 1px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 800 clamp(1.25rem, 1.8vw, 1.65rem)/1.2 Montserrat, sans-serif; letter-spacing: -.035em; }
.station-summary p { max-width: 330px; margin: 0; overflow: hidden; color: #c2d6e7; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.listener-count { display: inline-flex; align-items: center; gap: 7px; margin-top: 5px; color: #b8cde1; font-size: .72rem; }
.listener-count[hidden] { display: none; }
.listener-count i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(40,199,111,.12); }
.station-summary small { display: block; margin-top: 3px; color: #829db7; font-size: .7rem; }
.equalizer { height: 58px; display: flex; justify-content: center; align-items: center; gap: 6px; opacity: .35; }
.equalizer b { width: 4px; height: 22%; background: var(--sky); border-radius: 5px; transform-origin: center; }
.equalizer.playing { opacity: 1; }
.equalizer.playing b { animation: equalize .7s ease-in-out infinite alternate; }
.equalizer.playing b:nth-child(2), .equalizer.playing b:nth-child(6) { animation-delay: -.45s; }
.equalizer.playing b:nth-child(3), .equalizer.playing b:nth-child(7) { animation-delay: -.2s; }
.equalizer.playing b:nth-child(4) { animation-delay: -.58s; }
.equalizer.playing b:nth-child(5) { animation-delay: -.34s; }
.player-controls { position: relative; display: flex; align-items: center; gap: 18px; }
.play-button { flex: 0 0 62px; width: 62px; height: 62px; border: 0; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--gold), #ffe396); color: var(--ink); box-shadow: 0 10px 25px rgba(245,196,81,.25); cursor: pointer; transition: transform .2s; }
.play-button:hover { transform: scale(1.04); }
.play-button svg { width: 28px; height: 28px; fill: currentColor; }
.pause-icon, .play-button.is-playing .play-icon { display: none; }
.play-button.is-playing .pause-icon { display: block; }
.volume-group { flex: 1; display: flex; align-items: center; gap: 10px; }
.volume-button { width: 32px; height: 32px; border: 0; background: transparent; display: grid; place-items: center; cursor: pointer; }
.volume-button svg { width: 21px; fill: #a9c1d7; }
.volume-off, .volume-button.is-muted .volume-on { display: none; }
.volume-button.is-muted .volume-off { display: block; }
input[type="range"] { min-width: 70px; width: 100%; accent-color: var(--gold); cursor: pointer; }
.share-button { height: 43px; padding: 0 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.06); color: #c1d3e4; cursor: pointer; }
.share-button:hover { background: rgba(255,255,255,.1); }
.share-button svg { width: 17px; fill: currentColor; }
.share-button span { font-size: .75rem; font-weight: 700; }

.radio-extras { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; margin-top: 24px; }
.recent-tracks, .listen-anywhere { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 12px 30px rgba(20,45,75,.05); }
.extras-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.extras-heading h3, .listen-anywhere h3 { margin: 7px 0 0; font: 800 1.35rem/1.25 Montserrat, sans-serif; letter-spacing: -.035em; }
.track-history { list-style: none; margin: 22px 0 0; padding: 0; }
.track-history li { display: grid; grid-template-columns: 35px minmax(0, 1fr) auto; align-items: center; gap: 13px; min-height: 52px; border-top: 1px solid var(--line); }
.track-history li:first-child { border-top: 0; }
.track-number { color: #94a3b8; font-size: .75rem; font-weight: 800; }
.track-copy { min-width: 0; }
.track-copy strong, .track-copy span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.track-copy strong { font-size: .88rem; }
.track-copy span, .track-time { color: var(--muted); font-size: .72rem; }
.history-empty { display: block !important; padding: 14px 0; color: var(--muted); font-size: .84rem; }
.listen-anywhere > p { margin: 15px 0 22px; color: var(--muted); font-size: .9rem; }
.quick-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.quick-action { min-height: 43px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #f7fafc; color: var(--navy); font-size: .78rem; font-weight: 800; cursor: pointer; transition: border-color .2s, transform .2s, background .2s; }
.quick-action:hover, .quick-action:focus-visible { border-color: #9dcfea; background: #edf8fd; transform: translateY(-1px); }
.quick-action svg { width: 17px; height: 17px; fill: currentColor; }
.install-action { color: var(--white); border-color: var(--navy); background: var(--navy); }
.install-action:hover, .install-action:focus-visible { color: var(--white); border-color: #0d3c78; background: #0d3c78; }

.identity { border-top: 1px solid var(--line); padding: 112px 0 125px; display: grid; grid-template-columns: .86fr 1.35fr; gap: clamp(55px, 8vw, 115px); align-items: start; }
.identity-copy p { max-width: 530px; margin: 25px 0 0; color: var(--muted); }
.identity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.identity-grid article { min-height: 270px; padding: 27px 23px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 12px 30px rgba(20,45,75,.055); }
.identity-grid strong { display: block; margin-bottom: 55px; color: var(--blue); font: 900 2.4rem/1 Montserrat, sans-serif; letter-spacing: -.07em; }
.identity-grid h3 { margin: 0 0 10px; font: 800 1rem/1.25 Montserrat, sans-serif; }
.identity-grid p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }

footer { color: #9eb3c8; background: #04152f; }
.footer-inner { width: min(1160px, calc(100% - 48px)); min-height: 148px; margin-left: auto; margin-right: auto; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: .78rem; }
.footer-brand { color: var(--white); }
.footer-inner p { margin: 0; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 30; transform: translate(-50%, 18px); padding: 11px 17px; border-radius: 999px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); font-size: .82rem; font-weight: 800; opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.sticky-player { position: fixed; left: 50%; bottom: 18px; z-index: 25; width: min(680px, calc(100% - 28px)); transform: translate(-50%, calc(100% + 45px)); opacity: 0; pointer-events: none; transition: transform .35s ease, opacity .35s ease; }
.sticky-player.visible { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }
.sticky-inner { min-height: 78px; display: flex; align-items: center; gap: 14px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; color: var(--white); background: rgba(4,21,47,.94); box-shadow: 0 20px 55px rgba(0,0,0,.32); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.sticky-inner > img { flex: 0 0 52px; width: 52px; height: 52px; border-radius: 13px; object-fit: cover; }
.sticky-track { min-width: 0; flex: 1; }
.sticky-track span { display: block; color: var(--sky); font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.sticky-track strong, .sticky-track small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sticky-track strong { font: 800 .92rem/1.4 Montserrat, sans-serif; }
.sticky-track small { color: #9fb7cc; font-size: .7rem; }
.sticky-play { flex: 0 0 48px; width: 48px; height: 48px; border: 0; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--gold), #ffe396); color: var(--ink); cursor: pointer; }
.sticky-play svg { width: 23px; height: 23px; fill: currentColor; }
.sticky-play.is-playing .play-icon { display: none; }
.sticky-play.is-playing .pause-icon { display: block; }
.sticky-bars { height: 28px; display: flex; align-items: center; gap: 3px; opacity: .35; }
.sticky-bars b { width: 3px; height: 25%; border-radius: 4px; background: var(--sky); }
.sticky-bars.playing { opacity: 1; }
.sticky-bars.playing b { animation: equalize .65s ease-in-out infinite alternate; }
.sticky-bars.playing b:nth-child(2) { animation-delay: -.3s; }
.sticky-bars.playing b:nth-child(3) { animation-delay: -.5s; }

@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(40,199,111,0); } }
@keyframes equalize { from { height: 18%; } to { height: 92%; } }
@keyframes rotate { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; } }

@media (max-width: 980px) {
  .banner { min-height: auto; }
  .banner-content { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; }
  h1 { font-size: clamp(3.6rem, 8vw, 5.4rem); }
  .broadcast-badge { right: -4%; }
  .player-card { grid-template-columns: 1fr auto; }
  .equalizer { display: none; }
  .radio-extras { grid-template-columns: 1fr; }
  .identity { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .topbar { width: calc(100% - 36px); height: 78px; }
  .nav-links { display: none; }
  .banner-content { width: calc(100% - 36px); min-height: 0; grid-template-columns: 1fr; text-align: center; padding: 62px 0 78px; }
  .eyebrow { justify-content: center; }
  h1 { font-size: clamp(3.35rem, 14vw, 5.2rem); }
  .banner-copy > p { margin-inline: auto; }
  .hero-now-playing { margin-inline: auto; text-align: left; }
  .banner-actions { justify-content: center; }
  .banner-emblem { width: min(330px, 88%); }
  .radio-section, .identity { width: calc(100% - 36px); }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .radio-section { padding: 78px 0 88px; }
  .player-card { grid-template-columns: 1fr; padding: 28px; }
  .station-summary { justify-content: center; text-align: left; }
  .player-controls { justify-content: center; }
  .volume-group { max-width: 220px; }
  .recent-tracks, .listen-anywhere { padding: 25px; }
  .identity { padding: 82px 0 90px; }
  .identity-copy { text-align: center; }
  .identity-grid { grid-template-columns: 1fr; }
  .identity-grid article { min-height: 0; }
  .identity-grid strong { margin-bottom: 28px; }
  .footer-inner { padding: 38px 0; flex-direction: column; text-align: center; }
}

@media (max-width: 460px) {
  .brand img { width: 44px; height: 44px; }
  .brand span { font-size: .9rem; }
  .nav-live { width: 43px; height: 43px; padding: 0; display: grid; place-items: center; font-size: 0; }
  .nav-live i { margin: 0; }
  h1 { font-size: clamp(3rem, 16vw, 4.25rem); }
  .banner-actions { flex-direction: column; gap: 19px; }
  .broadcast-badge { right: -2%; bottom: 8%; }
  .station-summary img { width: 88px; height: 88px; }
  .station-summary { gap: 16px; }
  .player-controls { flex-wrap: wrap; }
  .volume-group { order: 3; flex-basis: 100%; max-width: none; }
  .share-button { margin-left: auto; }
  .radio-extras { gap: 14px; }
  .recent-tracks, .listen-anywhere { padding: 22px 19px; border-radius: 20px; }
  .quick-action { flex: 1 1 auto; }
  .track-history li { grid-template-columns: 28px minmax(0, 1fr); }
  .track-time { display: none; }
  .sticky-player { bottom: 10px; width: calc(100% - 20px); }
  .sticky-inner { min-height: 70px; border-radius: 17px; }
  .sticky-inner > img { width: 46px; height: 46px; flex-basis: 46px; }
  .sticky-bars { display: none; }
  .sticky-play { width: 44px; height: 44px; flex-basis: 44px; }
}

@supports not (aspect-ratio: 1) {
  .banner-emblem { height: 430px; }
  @media (max-width: 760px) { .banner-emblem { height: min(330px, 88vw); } }
}

.is-ios .volume-group { display: none; }
