@import "tailwindcss";

:root {
  --ink: #f5f1e8;
  --paper: #101319;
  --cream: #171b22;
  --gold: #d6aa57;
  --gold-light: #f0d594;
  --rust: #a84e2b;
  --line: rgba(255, 255, 255, .11);
  --service: #3f9b73;
  --news: #397fc0;
  --commercial: #a54b55;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 50% 40%, #171b24 0, var(--paper) 55%); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.top-zone { background: #080806; color: #fff; min-height: 560px; overflow: hidden; position: relative; }
.top-zone::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 45%, rgba(214,170,87,.18), transparent 31%), linear-gradient(120deg, transparent 45%, rgba(255,255,255,.035)); pointer-events: none; }
.nav-shell { width: min(1480px, calc(100% - 64px)); min-height: 222px; padding: 20px 0 16px; margin: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.15); position: relative; z-index: 2; }
.brand { display: flex; align-items: center; justify-content: center; gap: 28px; }
.brand img { width: 142px; height: 142px; object-fit: contain; object-position: center; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: Georgia, serif; font-size: clamp(68px, 6vw, 96px); letter-spacing: .13em; color: var(--gold-light); text-shadow: 0 3px 24px rgba(214,170,87,.12); }
.brand small { margin-top: 10px; letter-spacing: .34em; color: #d0cbc2; font-size: 14px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; font-size: 11px; letter-spacing: .03em; }
.nav-links a { color: #d8d3c9; transition: color .2s; }
.nav-links a:hover { color: var(--gold-light); }

.radio-hero { width: min(1480px, calc(100% - 64px)); min-height: 270px; margin: auto; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 4vw; position: relative; z-index: 1; }
.live-pill { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-light); font-size: 11px; letter-spacing: .16em; font-weight: 700; }
.live-pill i { width: 8px; height: 8px; border-radius: 50%; background: #e1432d; box-shadow: 0 0 0 6px rgba(225,67,45,.13); animation: blink 1.4s infinite; }
@keyframes blink { 50% { opacity: .35; } }
.kicker { margin: 14px 0 8px; color: #bcb4a7; text-transform: uppercase; letter-spacing: .22em; font-size: 10px; }
.on-air-copy h1 { margin: 0; max-width: 720px; font: 500 clamp(32px, 3.1vw, 48px)/1 Georgia, serif; letter-spacing: -.025em; }
.hero-text { max-width: 680px; margin: 11px 0 0; color: #bcb8b0; font-size: 13px; line-height: 1.45; }
.player-card { position: relative; min-height: 190px; border: 1px solid rgba(214,170,87,.45); background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.015)); display: grid; grid-template-columns: 90px minmax(0,1fr) 116px; grid-template-areas: "controls copy artwork"; align-items: center; gap: 28px; padding: 26px 28px; overflow: hidden; }
.player-card::after { content: "102.3"; position: absolute; right: -18px; bottom: -50px; font: 700 150px/1 Georgia, serif; color: rgba(255,255,255,.035); }
.player-controls { grid-area: controls; position: relative; z-index: 2; display: grid; justify-items: center; gap: 15px; }
.player-controls button { width: 68px; height: 68px; border-radius: 50%; border: 0; background: rgba(214,170,87,.94); color: #090907; cursor: pointer; font-size: 22px; box-shadow: 0 5px 24px rgba(0,0,0,.55); }
.player-copy { grid-area: copy; min-width: 0; display: grid; gap: 10px; position: relative; z-index: 2; }
.player-copy span { color: var(--gold-light); letter-spacing: .15em; font-size: 10px; font-weight: 700; }
.player-copy strong { overflow-wrap: anywhere; font: 27px/1.1 Georgia, serif; }
.player-artwork { grid-area: artwork; position: relative; z-index: 2; width: 116px; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(214,170,87,.42); background: #11100d; }
.radio-artwork { width: 100%; height: 100%; display: block; object-fit: cover; }
.equalizer { height: 28px; display: flex; align-items: end; gap: 4px; opacity: .6; }
.equalizer i { width: 3px; height: 14px; background: var(--gold); animation: equalize 1s ease-in-out infinite alternate; }
.equalizer i:nth-child(2), .equalizer i:nth-child(5) { animation-delay: -.5s; height: 27px; }
.equalizer i:nth-child(3) { animation-delay: -.8s; height: 34px; }
@keyframes equalize { to { height: 6px; } }
.ticker { position: relative; z-index: 2; width: min(1480px, calc(100% - 64px)); margin: auto; min-height: 62px; border-top: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; gap: 26px; overflow: hidden; }
.ticker span { color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .14em; white-space: nowrap; }
.ticker p { color: #aaa59c; letter-spacing: .06em; white-space: nowrap; font-size: 13px; }

.content-grid { width: min(1480px, calc(100% - 64px)); margin: 58px auto 80px; display: grid; grid-template-columns: 260px minmax(0, 1fr) 310px; gap: 30px; align-items: start; }
.construction-notice { min-height: 230px; border: 1px solid var(--line); background: var(--cream); display: grid; align-content: center; justify-items: center; gap: 12px; padding: 30px; text-align: center; }
.construction-notice span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.construction-notice strong { color: var(--ink); font: 30px/1.1 Georgia, serif; }
.left-zone > :not(.zone-heading):not(.construction-notice),
.center-zone > :not(.zone-heading):not(.construction-notice) { display: none; }
.right-zone > :not(.zone-heading):not(.commercial-rotator) { display: none; }
.left-zone .construction-notice { border-top: 2px solid rgba(63,155,115,.65); }
.center-zone .construction-notice { border-top: 2px solid rgba(57,127,192,.65); }
.right-zone .construction-notice { border-top: 2px solid rgba(165,75,85,.72); background: #191419; }
.zone-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.zone-heading small, .card-label { color: #8a6a2e; font-size: 9px; letter-spacing: .16em; font-weight: 800; }
.zone-heading h2 { margin: 3px 0 0; color: var(--gold-light); font: 24px/1 Georgia, serif; }
.service-card, .schedule-board { background: var(--cream); border: 1px solid var(--line); padding: 25px; margin-bottom: 22px; }
.left-zone .service-card { border-top: 2px solid rgba(63,155,115,.65); box-shadow: 0 12px 34px rgba(26,110,75,.12), inset 0 1px rgba(255,255,255,.025); }
.left-zone .zone-heading { border-bottom: 1px solid rgba(63,155,115,.34); padding-bottom: 12px; }
.left-zone .zone-heading h2 { color: #8cd8b7; }
.service-card h3 { font: 25px Georgia, serif; margin: 10px 0; }
.muted { color: #aaaeb7; font-size: 13px; line-height: 1.5; }
.pharmacy-list article { border-top: 1px solid var(--line); padding: 14px 0; display: grid; gap: 4px; }
.pharmacy-list strong { text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.pharmacy-list span, .pharmacy-list a { color: #adb1ba; font-size: 12px; line-height: 1.35; }
.pharmacy-list a { color: var(--rust); }
.service-link { display: inline-block; margin-top: 12px; color: #8a6a2e; border-bottom: 1px solid var(--gold); padding-bottom: 4px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.obituary-card { border-top-color: rgba(63,155,115,.65); }
.empty-notice { margin-top: 18px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #817a70; font: italic 13px Georgia, serif; }
.obituary-list article { display: grid; gap: 5px; padding: 14px 0; border-top: 1px solid var(--line); }
.obituary-list span { color: #8a6a2e; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.obituary-list strong { font: 17px/1.15 Georgia, serif; }
.obituary-list small { color: #aaaeb7; font-size: 11px; }
.schedule-line { border-top: 1px solid var(--line); display: grid; grid-template-columns: 70px 1fr; gap: 10px; padding: 14px 0; }
.schedule-line time { color: var(--rust); font-size: 11px; font-weight: 700; }
.schedule-line div { display: grid; gap: 4px; }
.schedule-line strong { font-size: 12px; }
.schedule-line span { color: #aaaeb7; font-size: 10px; line-height: 1.4; }

.lead-story { height: 520px; position: relative; overflow: hidden; background: #111; }
.lead-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,4,2,.94), transparent 72%); }
.lead-story > img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; transition: transform .6s ease; }
.lead-story:hover > img { transform: scale(1.025); }
.lead-story > .lead-news-img { object-position: center 77%; }
.lead-art { position: absolute; inset: 0; overflow: hidden; background: radial-gradient(circle at 78% 24%, #bd793f 0, #56301e 22%, transparent 45%), linear-gradient(135deg, #18140f, #382619); color: #fff; }
.lead-art::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(240,213,148,.28); border-radius: 50%; right: -22%; top: -28%; box-shadow: 0 0 0 45px rgba(240,213,148,.025), 0 0 0 90px rgba(240,213,148,.02); }
.lead-art > span { position: absolute; right: 5%; top: 1%; font: 700 clamp(130px, 18vw, 260px)/1 Georgia, serif; color: rgba(255,255,255,.09); letter-spacing: -.08em; }
.lead-art small { position: absolute; right: 7%; top: 48%; color: var(--gold-light); font: 24px/1.05 Georgia, serif; letter-spacing: .08em; text-align: right; }
.lead-overlay { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 32px; color: #fff; }
.lead-overlay > span, .feature-card span { color: var(--gold-light); letter-spacing: .16em; font-size: 9px; font-weight: 700; }
.lead-overlay h2 { margin: 10px 0 8px; font: 39px/1.05 Georgia, serif; }
.lead-overlay p { color: #d2cec6; max-width: 580px; line-height: 1.5; margin: 0 0 18px; }
.lead-overlay a { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }
.lead-overlay b { color: var(--gold-light); margin-left: 8px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
.feature-card { background: var(--cream); border: 1px solid var(--line); min-width: 0; }
.center-zone .zone-heading { border-bottom: 1px solid rgba(57,127,192,.38); padding-bottom: 12px; }
.center-zone .zone-heading h2 { color: #8ec8ff; }
.center-zone .lead-story, .center-zone .feature-card, .center-zone .all-news-link { border-color: rgba(57,127,192,.38); box-shadow: 0 14px 38px rgba(20,83,145,.13), inset 0 1px rgba(255,255,255,.025); }
.feature-card img { width: 100%; aspect-ratio: 1.15; object-fit: cover; }
.feature-card div { padding: 20px; }
.feature-card h3 { font: 22px/1.05 Georgia, serif; margin: 8px 0; }
.feature-card p { color: #abb0ba; font-size: 12px; line-height: 1.5; }
.news-placeholder { aspect-ratio: 1.55; display: grid; place-items: end start; padding: 16px; background: linear-gradient(135deg, #272219, #9b7740); overflow: hidden; }
.news-placeholder span { color: rgba(255,255,255,.68); font: italic 54px/.8 Georgia, serif; }
.news-grid { grid-template-columns: repeat(2, 1fr); }
.news-card > div:last-child { display: flex; flex-direction: column; align-items: flex-start; }
.news-card > img { object-position: center 78%; }
.news-card a { margin-top: auto; padding-top: 12px; color: #8a6a2e; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.all-news-link { margin-top: 20px; min-height: 62px; padding: 0 24px; border: 1px solid var(--line); background: var(--cream); display: flex; align-items: center; justify-content: space-between; font: 18px Georgia, serif; }
.all-news-link span { color: var(--rust); font-size: 25px; }
.schedule-board { margin-top: 20px; display: grid; grid-template-columns: 1.3fr repeat(2, 1fr); gap: 0; padding: 0; }
.schedule-board > div { padding: 28px; grid-row: span 2; background: #17140e; color: #fff; }
.schedule-board h2 { font: 30px/1.05 Georgia, serif; margin: 10px 0; }
.schedule-board article { padding: 20px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 80px 1fr; gap: 8px; }
.schedule-board article time { color: var(--rust); font-weight: 700; font-size: 12px; }
.schedule-board article div { display: grid; gap: 3px; }
.schedule-board article small { color: #8b857a; font-size: 9px; text-transform: uppercase; }
.schedule-board article strong { font: 17px Georgia, serif; }
.schedule-board article span { color: #777168; font-size: 10px; }

.right-zone { color: #fff; }
.right-zone .zone-heading { border-bottom: 1px solid rgba(165,75,85,.38); padding-bottom: 12px; }
.right-zone .zone-heading h2 { color: #edabb2; }
.commercial-heading { margin-bottom: 22px; }
.commercial-heading h2 { color: #fff; }
.commercial-title::before { content: "Pub"; }
.commercial-intro { padding: 28px 6px; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.commercial-intro > span, .commercial-card > span { color: var(--gold-light); font-size: 8px; letter-spacing: .18em; }
.commercial-intro h3 { margin: 12px 0 8px; font: 31px/1.05 Georgia, serif; }
.commercial-intro p { color: #aca69b; font-size: 13px; line-height: 1.45; }
.commercial-intro a { display: inline-block; background: var(--gold); color: #111; padding: 13px 16px; margin-top: 10px; text-transform: uppercase; letter-spacing: .09em; font-size: 9px; font-weight: 800; }
.commercial-rotator { margin: 18px 0 8px; }
.commercial-card { background: #fff; padding: 0px; position: relative; aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; }
.commercial-card img { width: 100%; height: 100%; object-fit: contain; }
.active-commercial { animation: commercialFade .45s ease; }
@keyframes commercialFade { from { opacity: .35; } to { opacity: 1; } }

.program-grid { width: min(1480px, calc(100% - 64px)); margin: 0 auto 80px; border-top: 2px solid var(--gold); background: #15171c; }
.program-grid-heading { padding: 28px 30px 24px; border-bottom: 1px solid var(--line); }
.program-grid-heading span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.program-grid-heading h2 { margin: 8px 0 0; color: var(--gold-light); font: 34px/1 Georgia, serif; }
.schedule-table-wrap { overflow-x: auto; }
.schedule-table { min-width: 1080px; display: grid; grid-template-columns: 92px repeat(7, 1fr); grid-template-rows: 52px repeat(4, 122px); }
.schedule-corner, .schedule-day, .schedule-time, .schedule-empty, .schedule-show { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.schedule-corner, .schedule-day { display: grid; place-items: center; color: #c8c2b8; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.schedule-time { display: grid; place-items: center; padding: 12px; color: var(--gold); font-size: 11px; font-weight: 800; line-height: 1.5; text-align: center; }
.schedule-show { display: grid; grid-template-columns: 116px 1fr; align-items: center; overflow: hidden; background: #1b1e24; }
.schedule-show img { width: 116px; height: 100%; object-fit: cover; }
.schedule-show div { padding: 16px; display: grid; gap: 7px; }
.schedule-show strong { color: #fff; font: 20px/1.08 Georgia, serif; }
.schedule-show span { color: #a7abb3; font-size: 11px; }
.schedule-empty { background: rgba(255,255,255,.012); }
.morning { grid-column: 1; grid-row: 2; }.enfoque-show { grid-column: 2 / 7; grid-row: 2; }.morning-weekend { grid-column: 7 / 9; grid-row: 2; }
.sunday { grid-column: 1; grid-row: 3; }.sunday-weekdays { grid-column: 2 / 8; grid-row: 3; }.top40-show { grid-column: 8; grid-row: 3; grid-template-columns: 78px 1fr; }.top40-show img { width: 78px; }
.saturday { grid-column: 1; grid-row: 4; }.saturday-weekdays { grid-column: 2 / 7; grid-row: 4; }.freaky-show { grid-column: 7; grid-row: 4; grid-template-columns: 78px 1fr; }.freaky-show img { width: 78px; }.saturday-sunday { grid-column: 8; grid-row: 4; }
.evening { grid-column: 1; grid-row: 5; }.decades-show { grid-column: 2 / 7; grid-row: 5; }.evening-weekend { grid-column: 7 / 9; grid-row: 5; }

.visual-schedule { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; padding: 3px; background: #090a0d; }
.program-poster { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #090a0d; outline: 0; }
.enfoque-poster { grid-column: auto; height: auto; }
.program-poster > img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.enfoque-poster > img { object-position: center; }
.program-poster-info { position: absolute; left: 0; right: 0; bottom: 0; min-height: 132px; padding: 18px 16px; display: flex; flex-direction: column; background: linear-gradient(180deg, rgba(9,10,13,.08), rgba(9,10,13,.97) 32%); transform: translateY(100%); transition: transform .45s cubic-bezier(.2,.75,.25,1); }
.program-poster-info span { color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.program-poster-info strong { margin-top: 12px; color: #fff; font: 24px/1 Georgia, serif; }
.program-poster-info p { margin: 8px 0 0; color: #c1c4ca; font-size: 11px; line-height: 1.4; }
.program-poster:hover > img, .program-poster:focus > img { transform: translateY(-12%) scale(1.04); }
.program-poster:hover .program-poster-info, .program-poster:focus .program-poster-info { transform: translateY(0); }
.floating-micro { margin: 2px 0 0; min-height: 112px; padding: 18px 28px; border-left: 3px solid var(--gold); background: linear-gradient(90deg, rgba(214,170,87,.15), rgba(255,255,255,.02)); display: flex; align-items: center; gap: 22px; }
.floating-micro img { width: 76px; height: 76px; object-fit: cover; }
.floating-micro div { display: grid; gap: 5px; }
.floating-micro span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.floating-micro strong { color: #fff; font: 24px/1 Georgia, serif; }
.floating-micro p { margin: 0; color: #aaaeb7; font-size: 12px; }
.weekly-schedule-heading { padding: 36px 30px 22px; border-top: 1px solid var(--line); }
.weekly-schedule-heading span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.weekly-schedule-heading h3 { margin: 8px 0 6px; color: #fff; font: 28px/1 Georgia, serif; }
.weekly-schedule-heading p { margin: 0; color: #9da1aa; font-size: 12px; }
.weekly-schedule { display: grid; grid-template-columns: 120px repeat(7, minmax(118px, 1fr)); overflow-x: auto; }
.weekly-corner, .weekly-day, .weekly-time, .weekly-cell { min-height: 92px; padding: 10px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); display: grid; place-items: center; text-align: center; }
.weekly-corner, .weekly-day { color: var(--gold-light); background: #111318; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.weekly-time { color: var(--gold); background: #111318; font-size: 10px; font-weight: 800; }
.weekly-cell { position: relative; color: #858b95; font-size: 9px; line-height: 1.3; }
.weekly-cell.special { color: #fff; background: rgba(214,170,87,.12); }
.program-cell { position: relative; padding: 0; overflow: hidden; outline: 0; }
.program-cell > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.program-cell > div { position: absolute; inset: auto 0 0; padding: 12px 8px; display: grid; gap: 4px; background: rgba(6,7,9,.94); transform: translateY(100%); transition: transform .38s ease; }
.program-cell strong { color: #fff; font: 14px/1.05 Georgia, serif; }
.program-cell span { color: var(--gold-light); font-size: 8px; }
.program-cell:hover > img, .program-cell:focus > img { transform: translateY(-13%) scale(1.05); }
.program-cell:hover > div, .program-cell:focus > div { transform: translateY(0); }
.micro-mole { position: absolute; z-index: 5; inset: 4px; padding: 0; border: 1px solid var(--gold); background: #080909; color: #fff; cursor: pointer; overflow: hidden; animation: molePop .22s ease-out; }
.micro-mole img { width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.micro-mole span { position: absolute; left: 0; right: 0; bottom: 0; padding: 5px 2px; background: rgba(0,0,0,.82); color: var(--gold-light); font: 9px/1.05 Georgia, serif; }
@keyframes molePop { from { opacity: 0; transform: scale(.55); } to { opacity: 1; transform: scale(1); } }
.bottom-zone { background: #0a0907; color: #fff; min-height: 280px; padding: 52px max(32px, calc((100vw - 1480px)/2)); display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 94px; height: 94px; object-fit: contain; }
.footer-brand div { display: grid; }
.footer-brand strong { font: 38px Georgia, serif; color: var(--gold-light); letter-spacing: .1em; }
.footer-brand span { color: #aaa49b; letter-spacing: .12em; font-size: 12px; }
.contact-block, .footer-links { display: grid; gap: 10px; }
.contact-block small, .footer-links small { color: var(--gold-light); letter-spacing: .18em; font-size: 9px; }
.contact-block a:first-of-type { font: 25px Georgia, serif; }
.contact-block a:last-of-type { color: #aaa49b; font-size: 13px; }
.footer-links div { display: flex; flex-wrap: wrap; gap: 16px; color: #aaa49b; font-size: 12px; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; color: #77736c; font-size: 10px; letter-spacing: .08em; }

@media (max-width: 1180px) {
  .content-grid { grid-template-columns: 240px 1fr; }
  .right-zone { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; gap: 0; }
  .right-zone .zone-heading { grid-column: auto; }
  .commercial-rotator, .commercial-intro { grid-column: auto; grid-row: auto; }
  .radio-hero { grid-template-columns: 1fr; padding: 70px 0; gap: 50px; }
  .top-zone { min-height: auto; }
}

@media (max-width: 820px) {
  .nav-shell, .radio-hero, .ticker, .content-grid { width: min(100% - 32px, 680px); }
  .nav-shell { height: auto; min-height: 175px; padding: 18px 0; }
  .brand { gap: 18px; }
  .brand img { width: 100px; height: 100px; }
  .brand strong { font-size: clamp(48px, 10vw, 68px); }
  .brand small { font-size: 11px; }
  .nav-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; gap: 8px; text-align: center; }
  .nav-links a { padding: 9px 7px; border: 1px solid rgba(214,170,87,.2); }
  .on-air-copy h1 { font-size: clamp(48px, 13vw, 74px); }
  .player-card { padding: 30px 25px; min-height: 230px; }
  .player-copy strong { font-size: 24px; }
  .content-grid { grid-template-columns: 1fr; }
  .center-zone { grid-row: 1; }
  .left-zone { grid-row: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .left-zone > .zone-heading { grid-column: 1 / -1; }
  .right-zone { grid-row: 3; grid-column: auto; grid-template-columns: 1fr; }
  .right-zone .zone-heading { grid-column: auto; }
  .commercial-rotator, .commercial-intro { grid-column: auto; grid-row: auto; }
  .schedule-board { grid-template-columns: 1fr 1fr; }
  .schedule-board > div { grid-row: auto; grid-column: 1 / -1; }
  .bottom-zone { grid-template-columns: 1fr 1fr; }
  .program-grid { width: min(100% - 32px, 680px); }
  .visual-schedule { grid-template-columns: repeat(2, 1fr); }
  .enfoque-poster { grid-column: auto; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .nav-shell { min-height: 150px; }
  .brand { gap: 12px; }
  .brand strong { font-size: 39px; }
  .brand small { font-size: 9px; letter-spacing: .2em; }
  .brand img { width: 78px; height: 78px; }
  .radio-hero { padding: 55px 0; }
  .on-air-copy h1 { font-size: 48px; }
  .hero-text { font-size: 15px; }
  .player-card { grid-template-columns: 1fr 1fr; grid-template-areas: "controls artwork" "copy copy"; justify-items: stretch; gap: 22px 28px; padding: 28px; text-align: left; }
  .player-controls { justify-self: center; align-self: center; }
  .player-controls button { width: 72px; height: 72px; }
  .player-artwork { justify-self: center; width: min(132px, 100%); }
  .player-copy { width: 100%; }
  .player-copy strong { font-size: 23px; }
  .equalizer { display: none; }
  .ticker { gap: 15px; }
  .content-grid { margin-top: 40px; }
  .left-zone { display: block; }
  .lead-story { height: 480px; }
  .lead-overlay { left: 24px; right: 24px; bottom: 25px; }
  .lead-overlay h2 { font-size: 32px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { display: grid; grid-template-columns: 120px 1fr; }
  .feature-card img { height: 100%; aspect-ratio: auto; }
  .feature-card div { padding: 16px; }
  .schedule-board { display: block; }
  .schedule-board article { border-left: 0; }
  .bottom-zone { grid-template-columns: 1fr; padding-top: 42px; }
  .footer-brand, .copyright { grid-column: auto; }
  .visual-schedule { grid-template-columns: 1fr; }
  .program-poster, .enfoque-poster { grid-column: auto; height: auto; }
}

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