@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800;900&family=Manrope:wght@700;800&display=swap");

:root {
  --font-body: "DM Sans", Arial, sans-serif;
  --font-display: "Manrope", Arial, sans-serif;
  --black: #050806;
  --night: #0b1511;
  --forest: #153329;
  --panel: #10251e;
  --cream: #f4f8dc;
  --white: #ffffff;
  --pink: #e73b82;
  --pink-hot: #fa3f8f;
  --lime: #c9e871;
  --teal: #13b4a5;
  --teal-dark: #087a70;
  --yellow: #fbcc19;
  --blue: #168ac9;
  --muted: #90a49a;
  --line: rgba(255,255,255,.12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--font-body), Arial, sans-serif; overflow-x: hidden; }
button, input, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.artwork img { width: 100%; height: 100%; object-fit: cover; display: block; }
.play-glyph { display: inline-block; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; margin-left: 2px; }
.pause-glyph { display: inline-block; width: 8px; height: 11px; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }

.site-header { height: 108px; padding: 0 clamp(22px, 4vw, 64px); display: flex; align-items: center; background: rgba(5,8,6,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; backdrop-filter: blur(18px); }
.brand { width: 350px; height: 98px; display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.nav a { color: #eaf0e6; font-size: 11px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -10px; width: 0; height: 3px; background: linear-gradient(90deg,var(--pink),var(--yellow)); transition: width .22s ease; }
.nav a:hover::after, .nav a:focus-visible::after { width: 100%; }
.header-listen { margin-left: 30px; min-width: 142px; height: 46px; border: 0; border-radius: 99px; background: var(--pink); color: white; display: flex; gap: 10px; justify-content: center; align-items: center; text-transform: uppercase; letter-spacing: .09em; font-size: 11px; font-weight: 900; box-shadow: 0 8px 26px rgba(231,59,130,.22); }
.header-listen:hover { background: var(--pink-hot); transform: translateY(-1px); }
.menu-toggle { display: none; }

.hero { min-height: 750px; padding: 82px clamp(24px,7vw,112px) 98px; display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.78fr); align-items: center; gap: clamp(56px,8vw,128px); position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 82% 30%,rgba(19,180,165,.24),transparent 34%), radial-gradient(circle at 8% 92%,rgba(231,59,130,.18),transparent 30%), var(--black); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .2; background-image: linear-gradient(rgba(201,232,113,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(201,232,113,.07) 1px,transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom,black,transparent 82%); }
.hero::after { content: "JAZZ"; position: absolute; z-index: -1; left: -1vw; bottom: -7vw; color: rgba(201,232,113,.035); font: 900 clamp(220px,31vw,500px)/.7 var(--font-display); letter-spacing: -.12em; }
.sun-mark { width: 340px; height: 340px; position: absolute; z-index: -1; right: -120px; top: 70px; border: 12px solid var(--yellow); border-radius: 50%; opacity: .85; }
.sun-mark span { position: absolute; width: 12px; height: 76px; left: calc(50% - 6px); top: -112px; background: var(--yellow); border-radius: 99px; transform-origin: 6px 282px; }
.sun-mark span:nth-child(2) { transform: rotate(45deg); }.sun-mark span:nth-child(3) { transform: rotate(90deg); }.sun-mark span:nth-child(4) { transform: rotate(135deg); }.sun-mark span:nth-child(5) { transform: rotate(225deg); }.sun-mark span:nth-child(6) { transform: rotate(270deg); }
.hero-copy { max-width: 720px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; font-size: 10px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 2px; margin: 0 12px 3px 0; background: currentColor; }
.eyebrow.lime { color: var(--lime); }.eyebrow.pink { color: var(--pink); }.eyebrow.yellow { color: var(--yellow); }.eyebrow.dark { color: #12483c; }
.hero h1 { margin: 0; color: white; font: 900 clamp(62px,7.2vw,114px)/.81 var(--font-display); letter-spacing: -.09em; text-transform: uppercase; }
.hero h1 span { color: var(--lime); }.hero h1 em { color: var(--pink); font-style: normal; }
.hero-copy>p:not(.eyebrow) { max-width: 630px; color: #b3c0b8; font-size: 17px; line-height: 1.75; margin: 34px 0 0; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.primary-button { min-width: 180px; height: 58px; padding: 0 28px; border: 0; border-radius: 99px; background: linear-gradient(135deg,var(--pink),#ff5da0); color: white; display: flex; justify-content: center; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .11em; font-size: 11px; font-weight: 900; box-shadow: 0 16px 42px rgba(231,59,130,.24); transition: transform .2s ease,box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(231,59,130,.35); }
.request-link { color: var(--lime); padding: 10px 0; border-bottom: 1px solid rgba(201,232,113,.35); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.request-link b { color: var(--yellow); margin-left: 8px; font-size: 17px; }

.live-card { width: min(100%,500px); justify-self: center; background: var(--cream); color: var(--black); position: relative; z-index: 2; border: 8px solid white; box-shadow: 28px 28px 0 var(--teal),0 40px 90px rgba(0,0,0,.6); transform: rotate(1.5deg); }
.live-card-top { min-height: 64px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #d7dfbf; }
.live-card-top span { color: var(--pink); display: flex; gap: 9px; align-items: center; font: 900 16px/1 var(--font-display); letter-spacing: -.02em; text-transform: uppercase; white-space: nowrap; }
.live-card-top span i { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); animation: pulse 1.4s infinite; }
.live-card-top small { max-width: 58%; color: #405149; font-size: 11px; font-weight: 800; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.live-card-top small b { flex: 0 0 auto; color: var(--teal-dark); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.live-card-top small em { color: #91a096; font-style: normal; }
.live-art-wrap { position: relative; margin: 18px; overflow: hidden; background: var(--night); }
.live-art { width: 100%; aspect-ratio: 1; }
.live-art img[src$="smooth_jazz_logo_transparent.png"] { object-fit: contain; padding: 11%; }
.live-meta { padding: 8px 22px 23px; display: flex; align-items: center; gap: 20px; }
.live-meta>div { min-width: 0; flex: 1; }
.listener-count { width: max-content; margin: 0 0 11px; padding: 6px 10px; display: flex; align-items: center; gap: 5px; border: 1px solid rgba(8,122,112,.2); border-radius: 99px; background: rgba(19,180,165,.08); color: #486158; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.listener-count i { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 3px rgba(19,180,165,.14); }.listener-count strong { color: var(--teal-dark); font-size: 10px; }
.live-meta p { margin: 0 0 6px; color: var(--teal-dark); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.live-meta h2 { margin: 0; font: 900 clamp(23px,2.2vw,34px)/1.05 var(--font-display); letter-spacing: -.045em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.live-meta h3 { margin: 6px 0 0; color: #5c6961; font-size: 13px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.live-meta>button { width: 58px; height: 58px; flex: 0 0 auto; border: 0; border-radius: 50%; background: var(--pink); color: white; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(231,59,130,.25); }
.progress-track { height: 4px; background: #ced7b4; }.progress-track span { height: 100%; display: block; background: linear-gradient(90deg,var(--teal),var(--lime)); transition: width 1s linear; }

.up-next-section { padding: 80px clamp(24px,6vw,96px) 100px; background: var(--teal); color: var(--black); position: relative; overflow: hidden; }
.up-next-section::after { content: "UP NEXT"; position: absolute; right: -30px; top: -35px; color: rgba(0,0,0,.06); font: 900 150px/1 var(--font-display); white-space: nowrap; letter-spacing: -.08em; }
.up-next-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.up-next-heading span { color: #073e38; font-size: 9px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.up-next-heading h2 { margin: 7px 0 0; font: 900 clamp(36px,4vw,64px)/1 var(--font-display); letter-spacing: -.055em; }
.up-next-heading>p { max-width: 350px; margin: 0 0 5px; color: #064b43; font-size: 14px; line-height: 1.6; }
.up-next-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5,1fr); gap: clamp(12px,1.7vw,26px); }
.up-next-card { min-width: 0; position: relative; }
.up-next-card .artwork { width: 100%; aspect-ratio: 1; background: #0e5e54; overflow: hidden; box-shadow: 0 18px 32px rgba(2,55,49,.22); }
.up-next-card .artwork img { transition: transform .35s ease; }.up-next-card:hover .artwork img { transform: scale(1.04); }
.up-next-number { position: absolute; left: 10px; top: 10px; min-width: 34px; height: 28px; display: grid; place-items: center; background: var(--yellow); font: 900 11px var(--font-display); }
.up-next-copy { padding-top: 17px; }.up-next-copy h3 { margin: 0; font: 900 clamp(16px,1.35vw,21px)/1.1 var(--font-display); letter-spacing: -.035em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.up-next-copy p { margin: 5px 0; color: #063f38; font-size: 12px; font-weight: 700; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.up-next-copy small { display: block; color: rgba(3,45,40,.65); font-size: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.recent-section { padding: 120px clamp(24px,7vw,112px); background: var(--night); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.section-heading h2,.shows-heading h2,.apps-copy h2,.connect-section h2,.request-intro h2 { margin: 0; font: 900 clamp(52px,6vw,92px)/.86 var(--font-display); letter-spacing: -.075em; text-transform: uppercase; }
.section-heading h2 em { color: var(--lime); font-style: normal; }.history-heading-copy { max-width: 430px; margin: 0 0 5px; }.history-heading-copy p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }.history-heading-copy span { display: inline-block; margin-top: 14px; padding: 7px 11px; border: 1px solid rgba(201,232,113,.25); border-radius: 99px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.history-date-picker { margin: -20px 0 32px; display: grid; grid-template-columns: auto minmax(220px,320px) auto; justify-content: center; align-items: stretch; gap: 9px; }.history-date-picker button,.history-date-picker label { min-height: 52px; border: 1px solid rgba(201,232,113,.25); background: #0d1b16; color: var(--lime); }.history-date-picker button { padding: 0 18px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.history-date-picker button:hover:not(:disabled) { background: var(--lime); color: var(--black); }.history-date-picker button:disabled { opacity: .35; cursor: not-allowed; }.history-date-picker label { padding: 7px 14px; display: flex; flex-direction: column; justify-content: center; gap: 3px; }.history-date-picker label span { color: #70857a; font-size: 7px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }.history-date-picker select { width: 100%; border: 0; outline: 0; background: transparent; color: white; color-scheme: dark; font-size: 13px; font-weight: 800; cursor: pointer; }.history-date-picker select option { background: #0d1b16; color: white; }.history-empty { min-height: 170px; margin-bottom: 1px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; background: #0d1b16; border: 1px solid rgba(201,232,113,.12); color: #71857a; }.history-empty strong { color: white; font: 900 21px var(--font-display); }
.history-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(201,232,113,.12); border-left: 1px solid rgba(201,232,113,.12); }
.history-card { min-width: 0; min-height: 184px; padding: 28px; display: grid; grid-template-columns: 132px minmax(0,1fr); gap: 22px; align-items: center; background: #0d1b16; border-right: 1px solid rgba(201,232,113,.12); border-bottom: 1px solid rgba(201,232,113,.12); position: relative; overflow: hidden; transition: background .2s ease,border-color .2s ease; }
.history-card:nth-child(even) { background: #13271f; }
.history-card:hover { background: #183128; }
.history-art-wrap { width: 132px; height: 132px; position: relative; overflow: hidden; background: #17352b; }
.history-card .artwork { width: 100%; height: 100%; }
.history-card .artwork img { transition: transform .45s ease; }.history-card:hover .artwork img { transform: scale(1.035); }
.history-spotify-link { position: absolute; right: 18px; top: 18px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; transition: transform .2s ease,filter .2s ease; }.history-spotify-link img { width: 100%; height: 100%; display: block; }.history-spotify-link:hover,.history-spotify-link:focus-visible { transform: scale(1.09); filter: brightness(1.12); }
.history-copy { min-width: 0; padding-right: 28px; }.history-copy time { display: block; margin-bottom: 17px; color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }.history-copy h3 { margin: 0 0 7px; font: 900 clamp(18px,1.45vw,23px)/1.08 var(--font-display); letter-spacing: -.035em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.history-copy p { margin: 0 0 8px; color: var(--lime); font-size: 13px; font-weight: 700; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.history-copy small { display: block; color: #72877c; font-size: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.history-actions { margin-top: 38px; text-align: center; }.show-history { min-width: 250px; height: 52px; margin: 0 auto; padding: 0 24px; display: block; border: 1px solid rgba(201,232,113,.35); border-radius: 99px; background: transparent; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }.show-history span { margin-left: 9px; }.show-history:hover { background: var(--lime); color: var(--black); }.history-actions p { margin: 12px 0 0; color: #667a70; font-size: 9px; letter-spacing: .06em; }


.request-section { padding: 120px clamp(24px,7vw,112px); background: var(--lime); color: var(--black); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(56px,8vw,120px); align-items: start; position: relative; overflow: hidden; }
.request-section::before { content: "REQUEST"; position: absolute; left: -50px; bottom: -45px; color: rgba(6,55,48,.055); font: 900 clamp(140px,22vw,330px)/.8 var(--font-display); letter-spacing: -.09em; }
.request-intro { position: sticky; top: 145px; z-index: 1; }.request-intro h2 em { color: var(--pink); font-style: normal; }.request-intro>p:not(.eyebrow) { max-width: 490px; margin: 30px 0; color: #36523f; font-size: 16px; line-height: 1.75; }
.request-tip { max-width: 470px; padding: 20px; border-left: 4px solid var(--teal); background: rgba(255,255,255,.28); display: flex; flex-direction: column; gap: 6px; }.request-tip strong { color: #073b34; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }.request-tip span { color: #49614f; font-size: 12px; line-height: 1.55; }
.request-panel { position: relative; z-index: 1; padding: clamp(24px,3.4vw,50px); background: var(--black); color: white; box-shadow: 22px 22px 0 var(--pink); }
.request-panel>label { display: block; color: var(--lime); margin-bottom: 12px; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.search-box { height: 62px; display: flex; align-items: center; border: 2px solid #456052; background: #0f1e18; transition: border .2s ease; }.search-box:focus-within { border-color: var(--teal); }.search-box>span { width: 55px; text-align: center; color: var(--teal); font-size: 26px; }.search-box input { height: 100%; flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: white; font-size: 16px; }.search-box input::placeholder { color: #708178; }.search-box>button { width: 50px; height: 100%; border: 0; background: transparent; color: #91a198; font-size: 24px; }
.letter-filter { display: grid; grid-template-columns: repeat(14,1fr); gap: 5px; margin-top: 16px; }.letter-filter button { height: 29px; border: 1px solid #30483c; background: transparent; color: #8ba095; font-size: 9px; font-weight: 800; }.letter-filter button:hover,.letter-filter button.active { border-color: var(--pink); background: var(--pink); color: white; }
.request-status-row { min-height: 46px; display: flex; align-items: center; justify-content: space-between; color: #7f9187; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.request-status-row button { border: 0; background: none; color: var(--lime); text-decoration: underline; font-size: 9px; text-transform: uppercase; }
.request-notice { margin-bottom: 14px; padding: 14px 16px; font-size: 12px; line-height: 1.5; }.request-notice.success { background: rgba(19,180,165,.18); border: 1px solid var(--teal); color: #8ff5e7; }.request-notice.error { background: rgba(231,59,130,.15); border: 1px solid var(--pink); color: #ff9fc7; }
.request-results { max-height: 590px; overflow-y: auto; scrollbar-color: var(--teal) #14261e; }.request-song { min-height: 104px; padding: 12px 3px 12px 0; display: grid; grid-template-columns: 78px minmax(0,1fr) auto; gap: 15px; align-items: center; border-top: 1px solid var(--line); }.request-song .artwork { width: 78px; height: 78px; background: var(--panel); }.request-song>div { min-width: 0; }.request-song h3 { margin: 0 0 5px; font: 900 15px/1.15 var(--font-display); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.request-song p { margin: 0 0 5px; color: var(--lime); font-size: 11px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.request-song small { display: block; color: #72877c; font-size: 9px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.request-song>button { min-width: 96px; min-height: 38px; padding: 8px 13px; border: 0; border-radius: 99px; background: var(--pink); color: white; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }.request-song>button:hover:not(:disabled) { background: var(--pink-hot); }.request-song>button:disabled { background: #25362e; color: #73847a; cursor: not-allowed; max-width: 130px; }.empty-results { min-height: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: #7d9085; }.empty-results strong { color: white; font: 900 18px var(--font-display); }

.shows-section { padding: 120px clamp(24px,7vw,112px); background: var(--pink); color: white; position: relative; overflow: hidden; }.shows-section::after { content: "24/7"; position: absolute; right: -50px; top: 40px; color: rgba(0,0,0,.08); font: 900 240px/1 var(--font-display); letter-spacing: -.1em; }.shows-heading { position: relative; z-index: 1; margin-bottom: 54px; }.shows-heading h2 em { color: var(--yellow); font-style: normal; }
.on-air-feature { min-height: 260px; display: grid; grid-template-columns: 1.2fr .8fr; position: relative; z-index: 1; background: var(--black); border: 1px solid rgba(255,255,255,.16); }.on-air-badge { position: absolute; top: 18px; left: -12px; z-index: 3; height: 34px; padding: 0 14px; display: flex; align-items: center; gap: 8px; background: var(--yellow); color: var(--black); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.on-air-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); animation: pulse 1.4s infinite; }
.on-air-image { display: grid; place-items: center; min-height: 320px; padding: 58px 40px 35px; background: radial-gradient(circle at center,rgba(19,180,165,.3),transparent 65%); }.on-air-image img { width: min(100%,680px); box-shadow: 0 25px 60px rgba(0,0,0,.45); }.on-air-copy { padding: 55px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }.on-air-copy>span { color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }.on-air-copy h3 { margin: 14px 0 8px; font: 900 clamp(28px,3vw,48px)/1 var(--font-display); letter-spacing: -.055em; }.on-air-copy p { margin: 0; color: #94a49b; }.on-air-copy button { width: 150px; height: 46px; margin-top: 30px; border: 0; border-radius: 99px; background: var(--lime); color: var(--black); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.schedule-grid { display: grid; grid-template-columns: repeat(5,1fr); position: relative; z-index: 1; }.schedule-grid article { min-height: 150px; padding: 26px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.06); display: flex; flex-direction: column; position: relative; }.schedule-grid article:first-child { border-left: 1px solid rgba(255,255,255,.2); }.schedule-grid article.active { background: var(--yellow); color: var(--black); }.schedule-grid article>span { font: 900 11px var(--font-display); opacity: .65; }.schedule-grid article>div { margin-top: auto; }.schedule-grid h3 { margin: 0 0 8px; font: 900 clamp(15px,1.25vw,20px)/1.1 var(--font-display); letter-spacing: -.035em; }.schedule-grid p { margin: 0; opacity: .72; font-size: 9px; }.schedule-grid b { position: absolute; right: 16px; top: 16px; padding: 5px 8px; border-radius: 99px; background: var(--pink); color: white; text-transform: uppercase; font-size: 7px; letter-spacing: .1em; }

.apps-section { min-height: 590px; padding: 110px clamp(24px,9vw,150px); background: linear-gradient(120deg,var(--forest),#0d2a22); display: grid; place-items: center; text-align: center; overflow: hidden; position: relative; }
.apps-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -210px; bottom: -280px; border: 2px solid rgba(19,180,165,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(201,232,113,.035),0 0 0 140px rgba(231,59,130,.025); }
.apps-section::after { content: "MOBILE"; position: absolute; right: -18px; top: 8px; color: rgba(255,255,255,.025); font: 900 clamp(110px,18vw,260px)/1 var(--font-display); letter-spacing: -.1em; }
.apps-copy { width: min(100%,900px); position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }.apps-copy h2 em { color: var(--pink); font-style: normal; }.apps-copy>p:not(.eyebrow) { max-width: 660px; margin: 30px auto 28px; color: #a6b8ae; font-size: 17px; line-height: 1.75; }.app-benefits { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }.app-benefits span { padding: 8px 13px; border: 1px solid rgba(201,232,113,.25); border-radius: 99px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.app-benefits span::before { content: "✓"; margin-right: 7px; color: var(--teal); }.store-badges { display: flex; gap: 12px; align-items: center; justify-content: center; flex-wrap: wrap; }.store-badges a { height: 55px; }.store-badges img { height: 100%; width: auto; display: block; }

.connect-section { padding: 110px clamp(24px,7vw,112px); background: var(--black); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(55px,8vw,120px); align-items: start; }.connect-section h2 em { color: var(--teal); font-style: normal; }.connect-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.connect-links a { min-height: 145px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .2s ease; }.connect-links a:hover { background: rgba(231,59,130,.08); }.connect-links span { color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }.connect-links strong { margin-top: auto; font: 900 17px var(--font-display); }.connect-links i { position: absolute; right: 24px; bottom: 24px; color: var(--yellow); font-style: normal; }

footer { padding: 58px clamp(24px,7vw,112px) 115px; background: #020302; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; border-top: 1px solid var(--line); }.footer-brand img { width: 250px; height: 100px; object-fit: contain; }.footer-nav { display: flex; gap: 26px; color: #8ea095; font-size: 11px; }.footer-nav a:hover { color: var(--lime); } footer>p { grid-column: 1/-1; margin: 0; padding-top: 26px; border-top: 1px solid var(--line); color: #52645a; font-size: 9px; letter-spacing: .05em; }
.sticky-player { position: fixed; z-index: 50; left: 50%; bottom: 18px; width: min(600px,calc(100% - 24px)); height: 74px; transform: translate(-50%,110px); opacity: 0; pointer-events: none; padding: 8px 10px 8px 8px; display: flex; align-items: center; background: rgba(5,8,6,.96); border: 1px solid rgba(201,232,113,.35); border-left: 5px solid var(--pink); box-shadow: 0 20px 55px rgba(0,0,0,.55); backdrop-filter: blur(14px); transition: transform .3s ease,opacity .3s ease; }.sticky-player.playing { transform: translate(-50%,0); opacity: 1; pointer-events: auto; }.sticky-player .artwork { width: 56px; height: 56px; flex: 0 0 auto; }.sticky-meta { margin-left: 14px; min-width: 0; display: flex; flex-direction: column; }.sticky-meta span { color: var(--pink); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.sticky-meta strong,.sticky-meta small { max-width: 320px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.sticky-meta strong { margin-top: 4px; font: 900 13px var(--font-display); }.sticky-meta small { color: #85978d; font-size: 10px; }.sticky-bars { margin-left: auto; height: 25px; display: flex; align-items: end; gap: 3px; }.sticky-bars i { width: 3px; background: linear-gradient(to top,var(--teal),var(--lime)); animation: wave .55s ease-in-out infinite alternate; }.sticky-bars i:nth-child(2n) { animation-delay: -.3s; }.sticky-player>button { width: 44px; height: 44px; margin-left: 20px; border: 0; border-radius: 50%; background: var(--pink); color: white; display: grid; place-items: center; }

@keyframes pulse { 50% { opacity: .35; transform: scale(.78); } }
@keyframes wave { from { height: 18%; } to { height: 100%; } }

@media (max-width: 1180px) {
  .site-header { padding-inline: 24px; }.brand { width: 285px; height: 90px; }.nav { gap: 14px; }.nav a { font-size: 9px; }.header-listen { margin-left: 16px; min-width: 116px; }
  .hero { padding-inline: 52px; grid-template-columns: 1fr 420px; gap: 58px; }
  .history-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .request-section { grid-template-columns: .75fr 1.25fr; gap: 55px; }
  .schedule-grid { grid-template-columns: repeat(3,1fr); }.schedule-grid article:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.2); }
}

@media (max-width: 900px) {
  .site-header { height: 94px; }.brand { width: 260px; height: 84px; }.menu-toggle { margin-left: auto; padding: 10px; border: 0; background: none; display: flex; flex-direction: column; gap: 5px; }.menu-toggle span { width: 24px; height: 2px; background: white; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 94px; padding: 28px; background: var(--black); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }.nav.open { display: flex; }.header-listen { display: none; }
  .hero { grid-template-columns: 1fr; padding: 72px 34px 105px; }.hero-copy { max-width: 760px; }.live-card { width: min(92%,500px); justify-self: center; }
  .up-next-grid { grid-template-columns: repeat(3,1fr); }.up-next-card:nth-child(n+4) { display: none; }
  .section-heading { align-items: start; flex-direction: column; gap: 26px; }
  .history-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .request-section { grid-template-columns: 1fr; }.request-intro { position: static; }
  .on-air-feature { grid-template-columns: 1fr; }.on-air-copy { border-left: 0; border-top: 1px solid var(--line); }
  .connect-section { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .site-header { height: 90px; padding-inline: 14px; }.brand { width: 235px; height: 80px; }.nav { top: 90px; }
  .hero { padding-inline: 20px; }.hero h1 { font-size: clamp(55px,16vw,76px); }.hero-copy>p:not(.eyebrow) { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.live-card { width: calc(100% - 14px); box-shadow: 14px 14px 0 var(--teal),0 35px 75px rgba(0,0,0,.6); }
  .live-card-top { min-height: 58px; padding-inline: 13px; gap: 9px; }.live-card-top span { font-size: 13px; }.live-card-top small { max-width: 60%; font-size: 9px; gap: 4px; }.live-card-top small b { font-size: 8px; }
  .up-next-section,.recent-section,.request-section,.shows-section,.apps-section,.connect-section { padding: 84px 20px; }
  .up-next-heading { align-items: start; flex-direction: column; gap: 14px; }.up-next-grid { grid-template-columns: 1fr 1fr; }.up-next-card:nth-child(3) { display: none; }
  .section-heading h2,.shows-heading h2,.apps-copy h2,.connect-section h2,.request-intro h2 { font-size: 52px; }
  .history-date-picker { margin-top: -8px; grid-template-columns: 1fr 1fr; }.history-date-picker label { grid-column: 1/-1; grid-row: 1; }.history-date-picker button span { display: none; }.history-grid { grid-template-columns: 1fr; }.history-card { min-height: 146px; padding: 18px; grid-template-columns: 104px minmax(0,1fr); gap: 16px; }.history-art-wrap { width: 104px; height: 104px; }.history-spotify-link { right: 12px; top: 12px; width: 32px; height: 32px; }.history-copy { padding-right: 22px; }.history-copy time { margin-bottom: 12px; font-size: 8px; }.history-copy h3 { font-size: 19px; }
  .request-panel { padding: 20px; box-shadow: 10px 10px 0 var(--pink); }.letter-filter { grid-template-columns: repeat(9,1fr); }.request-song { grid-template-columns: 65px minmax(0,1fr); }.request-song .artwork { width: 65px; height: 65px; }.request-song>button { grid-column: 2; width: 100%; }.request-results { max-height: 680px; }
  .on-air-image { min-height: 240px; padding-inline: 20px; }.on-air-copy { padding: 32px 24px; }.schedule-grid { grid-template-columns: 1fr; }.schedule-grid article { min-height: 120px; }.schedule-grid article:nth-child(n+2) { border-top: 1px solid rgba(255,255,255,.2); }
  .connect-links { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; padding: 50px 20px 110px; }.footer-nav { flex-wrap: wrap; gap: 15px 22px; }
  .sticky-meta strong,.sticky-meta small { max-width: 165px; }.sticky-bars { display: none; }
}

@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; } }

.up-next-copy h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.requested-badge {
  display: inline-block;
  padding: 4px 7px;
  border-radius: 99px;
  background: #e73b82;
  color: #fff;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}