:root {
  --navy-950: #04101c;
  --navy-900: #071725;
  --navy-800: #0b2234;
  --navy-700: #12344b;
  --cream: #f5efe3;
  --paper: #fffaf0;
  --white: #fff;
  --ink: #0b1722;
  --muted: #62717e;
  --red: #e52a35;
  --red-dark: #b71526;
  --gold: #e9b84b;
  --gold-dark: #ad7610;
  --blue: #1f8eea;
  --green: #24c87a;
  --line: rgba(255,255,255,.13);
  --shadow: 0 24px 70px rgba(2,12,22,.18);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.55; }
body.player-hidden { padding-bottom: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.section { padding: 96px 0; }
.kicker, .eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.kicker.red { color: var(--red); }
.kicker.gold { color: var(--gold-dark); }
.kicker.blue { color: var(--blue); }
h1, h2, h3, .brand { font-family: "League Spartan", sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 16px; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: .98; letter-spacing: -.035em; }
h3 { line-height: 1.1; }
.section-heading { margin-bottom: 42px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: 50px; align-items: end; }
.split-heading > p { margin-bottom: 4px; color: var(--muted); max-width: 500px; }
.centered { max-width: 720px; margin-inline: auto; text-align: center; }
.centered p:last-child { color: var(--muted); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(4,16,28,.94); color: var(--white); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { height: 76px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 1.14rem; letter-spacing: .06em; white-space: nowrap; }
.brand b { color: var(--red); }
.brand-mark { display: flex; align-items: end; gap: 3px; width: 24px; height: 23px; padding: 3px; border-radius: 6px; background: var(--red); transform: skew(-5deg); }
.brand-mark i { display: block; flex: 1; background: var(--white); border-radius: 2px; }
.brand-mark i:nth-child(1) { height: 45%; }
.brand-mark i:nth-child(2) { height: 100%; }
.brand-mark i:nth-child(3) { height: 70%; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 23px; }
.site-nav a { font-size: .82rem; font-weight: 700; color: rgba(255,255,255,.82); }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); }
.menu-toggle { display: none; }
.btn { min-height: 46px; padding: 12px 19px; border: 1px solid transparent; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; font-size: .78rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-red, .btn-live { color: var(--white); background: var(--red); box-shadow: 0 10px 26px rgba(229,42,53,.23); }
.btn-live { min-height: 40px; padding: 9px 15px; }
.btn-gold { background: var(--gold); color: #231801; }
.btn-blue { background: var(--blue); color: var(--white); }
.btn-dark { background: rgba(255,255,255,.08); color: var(--white); border-color: rgba(255,255,255,.24); }
.btn-block { width: 100%; }
.live-dot, .rec-dot { width: 8px; height: 8px; flex: 0 0 auto; display: inline-block; border-radius: 50%; background: #ff4551; box-shadow: 0 0 0 5px rgba(255,69,81,.12); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(255,69,81,0); } }

.hero { min-height: 720px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; background: var(--navy-950); color: var(--white); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background-image: linear-gradient(90deg, rgba(4,16,28,.99) 0%, rgba(4,16,28,.92) 38%, rgba(4,16,28,.43) 72%, rgba(4,16,28,.88) 100%), var(--hero-image, url("../images/studio.jpg")); background-size: cover; background-position: center; filter: saturate(.85) contrast(1.04); }
[hidden] { display: none !important; }
.hero::after { content: ""; position: absolute; inset: auto -8% -40% 40%; height: 550px; z-index: -1; background: radial-gradient(ellipse, rgba(31,142,234,.32), transparent 67%); transform: rotate(-7deg); }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, transparent 54%, var(--navy-950) 100%), repeating-linear-gradient(90deg, transparent 0 98px, rgba(255,255,255,.018) 99px 100px); }
.hero-grid { padding: 92px 0 120px; display: grid; grid-template-columns: 1.07fr .93fr; gap: 68px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.76); }
.hero h1 { max-width: 670px; margin: 0 0 18px; font-size: clamp(3.4rem, 6.4vw, 6.4rem); line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lead { margin-bottom: 4px; font-size: clamp(1.05rem, 1.8vw, 1.35rem); font-weight: 600; }
.hero-kreyol { margin-bottom: 28px; color: rgba(255,255,255,.62); font-style: italic; }
.hero-actions { max-width: 690px; display: flex; flex-wrap: wrap; gap: 10px; }
.studio-card { min-height: 430px; position: relative; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; overflow: hidden; background: linear-gradient(145deg, rgba(11,34,52,.7), rgba(3,12,21,.92)); box-shadow: 0 40px 100px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.08); transform: perspective(1100px) rotateY(-5deg); }
.studio-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 20%, rgba(229,42,53,.28), transparent 23%), radial-gradient(circle at 25% 38%, rgba(31,142,234,.22), transparent 28%); }
.studio-label { position: relative; padding: 22px 24px; display: flex; justify-content: space-between; font-size: .63rem; letter-spacing: .17em; color: rgba(255,255,255,.62); border-bottom: 1px solid var(--line); }
.studio-label span:first-child { color: var(--red); font-weight: 800; }
.studio-mic { position: absolute; left: 50%; top: 49%; transform: translate(-50%,-50%); }
.mic-head { width: 120px; height: 170px; position: relative; z-index: 2; padding: 25px 22px; border: 10px solid #111d26; border-radius: 54px; background: linear-gradient(90deg,#1a2c39,#07111a 50%,#213746); box-shadow: 0 0 0 2px #5a6a74, 0 25px 50px #000; }
.mic-head span { display: block; height: 3px; margin: 11px 0; border-radius: 2px; background: #71808b; }
.mic-arm { position: absolute; width: 160px; height: 18px; left: 75px; top: 130px; transform: rotate(22deg); background: #111d26; box-shadow: 0 0 0 2px #46555f; transform-origin: left; }
.console { position: absolute; left: 8%; right: 8%; bottom: 22px; height: 108px; display: flex; align-items: center; justify-content: space-between; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: linear-gradient(#152936,#07131c); box-shadow: 0 20px 45px #000; }
.sliders { display: flex; gap: 15px; align-items: center; height: 66px; }
.sliders i { width: 6px; height: 50px; position: relative; border-radius: 4px; background: #213641; }
.sliders i::after { content: ""; position: absolute; width: 14px; height: 7px; left: -4px; top: var(--p, 40%); border-radius: 2px; background: var(--gold); }
.sliders i:nth-child(2n)::after { --p: 65%; background: var(--red); }
.sliders i:nth-child(3n)::after { --p: 22%; background: var(--blue); }
.console-copy { display: flex; flex-direction: column; text-align: right; }
.console-copy strong { color: var(--gold); font-size: .7rem; letter-spacing: .1em; }
.console-copy small { color: rgba(255,255,255,.42); font-size: .56rem; }
.sound-lines { position: absolute; right: 6%; top: 14%; display: flex; gap: 7px; align-items: center; opacity: .26; }
.sound-lines span { display: block; width: 4px; height: 34px; border-radius: 4px; background: var(--red); }
.sound-lines span:nth-child(2), .sound-lines span:nth-child(4) { height: 64px; }
.sound-lines span:nth-child(3) { height: 92px; }
.ticker { position: absolute; left: 0; right: 0; bottom: 0; height: 54px; display: flex; align-items: stretch; background: rgba(0,0,0,.56); border-top: 1px solid rgba(255,255,255,.12); }
.ticker-tag { flex: 0 0 auto; display: grid; place-items: center; padding: 0 max(20px, calc((100vw - var(--container))/2)); padding-right: 24px; color: white; background: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .13em; clip-path: polygon(0 0,100% 0,calc(100% - 15px) 100%,0 100%); }
.ticker-window { overflow: hidden; flex: 1; }
.ticker p { width: max-content; margin: 0; padding: 16px 0; white-space: nowrap; color: rgba(255,255,255,.77); font-size: .76rem; animation: ticker 38s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.broadcast-strip { padding: 24px 0; color: var(--white); background: var(--red-dark); }
.broadcast-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 42px; }
.broadcast-grid .kicker { color: rgba(255,255,255,.63); margin-bottom: 5px; }
.broadcast-grid h2 { margin: 0 0 3px; font-size: 1.45rem; letter-spacing: -.01em; }
.broadcast-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: .88rem; }
.countdown { display: flex; align-items: center; gap: 7px; }
.countdown div { min-width: 64px; padding: 7px 10px; text-align: center; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; background: rgba(0,0,0,.12); }
.countdown strong { display: block; font-family: "League Spartan", sans-serif; font-size: 1.35rem; line-height: 1; }
.countdown span { color: rgba(255,255,255,.62); font-size: .56rem; text-transform: uppercase; letter-spacing: .1em; }

.newsroom { background: var(--paper); }
.source-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.source-filters button { padding: 8px 14px; border: 1px solid #d5d9dc; border-radius: 999px; color: #52606b; background: transparent; cursor: pointer; font-size: .78rem; font-weight: 700; }
.source-filters button:hover, .source-filters button.is-active { border-color: var(--navy-800); color: var(--white); background: var(--navy-800); }
.source-filters .refresh-news { margin-left: auto; }
.news-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 22px; }
.news-card { grid-column: span 4; overflow: hidden; border: 1px solid #e1e2df; border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 34px rgba(9,28,43,.07); transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.news-card.featured { grid-column: span 8; display: grid; grid-template-columns: 1.15fr .85fr; }
.news-image { min-height: 210px; position: relative; background: linear-gradient(135deg,var(--navy-800),var(--blue)); overflow: hidden; }
.news-card.featured .news-image { min-height: 350px; }
.news-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .4s ease; }
.news-card:hover .news-image img { transform: scale(1.035); }
.news-image::after { content: "NV"; position: absolute; right: 15px; bottom: 11px; color: rgba(255,255,255,.28); font-family: "League Spartan"; font-size: 1.8rem; font-weight: 800; }
.news-body { padding: 21px; }
.news-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; color: var(--red); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-meta time { color: #83909a; font-weight: 600; letter-spacing: 0; text-transform: none; }
.news-card h3 { margin: 0 0 10px; font-size: 1.3rem; }
.news-card.featured h3 { font-size: 1.75rem; }
.news-card p { margin: 0 0 14px; color: var(--muted); font-size: .88rem; }
.read-more { color: var(--navy-800); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.news-status { margin: 20px 0 0; color: var(--muted); font-size: .75rem; text-align: right; }
.no-news { grid-column: 1 / -1; padding: 48px; border: 1px dashed #c8cdd0; border-radius: var(--radius); color: var(--muted); text-align: center; background: rgba(255,255,255,.55); }
.no-news strong { display: block; margin-bottom: 5px; color: var(--ink); }
.no-news p { margin: 0; }
.skeleton { pointer-events: none; }
.skeleton .news-image, .skeleton .news-body span, .skeleton .news-body h3, .skeleton .news-body p { background: linear-gradient(90deg,#e8e8e4 20%,#f6f5f0 50%,#e8e8e4 80%); background-size: 250% 100%; animation: shimmer 1.5s infinite; }
.skeleton .news-body span, .skeleton .news-body h3, .skeleton .news-body p { display: block; height: 10px; margin-bottom: 15px; border-radius: 4px; }
.skeleton .news-body h3 { height: 24px; width: 86%; }
@keyframes shimmer { to { background-position: -250% 0; } }

.voice-section { color: var(--white); background: var(--navy-950); position: relative; overflow: hidden; }
.voice-section::before { content:""; position:absolute; width:600px; height:600px; right:-250px; top:-250px; border-radius:50%; background:radial-gradient(circle,rgba(31,142,234,.27),transparent 65%); }
.voice-layout { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; gap: 78px; align-items: center; }
.voice-intro > p:not(.kicker) { color: rgba(255,255,255,.66); }
.mini-steps { margin: 30px 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.mini-steps li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.83); }
.mini-steps span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); font-size: .72rem; font-weight: 800; }
.whatsapp-link { color: var(--green); font-weight: 700; font-size: .9rem; }
.recorder-card { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(10,32,49,.84); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.recorder-head { display: flex; align-items: center; gap: 10px; font-size: .73rem; letter-spacing: .12em; }
.recorder-head #recording-time { margin-left: auto; color: rgba(255,255,255,.54); font-variant-numeric: tabular-nums; }
.recorder-visual { height: 100px; margin: 24px 0; display: flex; align-items: center; justify-content: center; gap: 4px; border-radius: 12px; background: rgba(0,0,0,.2); overflow: hidden; }
.recorder-visual i { width: 4px; height: 12%; border-radius: 4px; background: linear-gradient(var(--blue),#7ac7ff); opacity: .42; transition: height .15s ease; }
.recorder-card.is-recording .recorder-visual i { height: var(--h); opacity: .95; animation: wave .7s ease-in-out infinite alternate; animation-delay: calc(var(--h) * -8ms); }
@keyframes wave { to { height: calc(var(--h) * .45); } }
.recorder-controls { display: flex; justify-content: center; align-items: center; gap: 14px; margin-bottom: 20px; }
.record-button { min-width: 190px; padding: 12px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; color: var(--white); background: var(--red); cursor: pointer; font-weight: 700; }
.record-button span { width: 12px; height: 12px; border-radius: 50%; background: var(--white); }
.recorder-card.is-recording .record-button span { border-radius: 2px; }
.icon-button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; font-size: 1.4rem; }
.icon-button:disabled { opacity: .25; cursor: not-allowed; }
#recording-preview { width: 100%; margin-bottom: 18px; }
.compact-form, .ask-card form { display: grid; gap: 13px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label { display: grid; gap: 6px; color: inherit; font-size: .72rem; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #d1d6da; border-radius: 8px; color: var(--ink); background: var(--white); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(31,142,234,.15); }
.recorder-card input, .recorder-card select { border-color: rgba(255,255,255,.18); color: white; background: rgba(2,12,21,.5); }
.recorder-card select option { color: var(--ink); }
.check { display: flex; align-items: flex-start; grid-template-columns: auto 1fr; gap: 9px; color: rgba(255,255,255,.62); font-weight: 500; }
.check input { width: 15px; min-height: 15px; margin-top: 3px; }
.privacy-note { margin: 14px 0 0; color: rgba(255,255,255,.4); font-size: .67rem; }
.form-message { min-height: 18px; margin: 0; color: var(--green); font-size: .74rem; }
.form-message.error { color: #ff7b84; }

.legal-section { background: #eee6d8; }
.legal-hero { padding: 42px; margin-bottom: 24px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; border-radius: 22px; color: var(--white); background: linear-gradient(120deg,var(--navy-900),var(--navy-700)); overflow: hidden; }
.legal-hero p:last-child { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.67); }
.legal-shield { width: 138px; height: 148px; display: flex; flex-direction: column; justify-content: center; align-items: center; clip-path: polygon(50% 0,92% 17%,84% 75%,50% 100%,16% 75%,8% 17%); background: linear-gradient(145deg,var(--gold),#9c6909); color: #1b160c; }
.legal-shield span { font-family: "League Spartan"; font-size: 2.4rem; font-weight: 800; line-height: 1; }
.legal-shield small { text-align: center; font-size: .56rem; font-weight: 800; letter-spacing: .1em; }
.legal-search { margin-bottom: 22px; position: relative; }
.legal-search span { position: absolute; left: 17px; top: 9px; font-size: 1.35rem; color: var(--muted); }
.legal-search input { min-height: 56px; padding-left: 50px; border: 0; box-shadow: 0 8px 25px rgba(10,26,38,.08); }
.legal-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid #ddd6c9; border-radius: 12px; background: var(--white); box-shadow: 0 7px 20px rgba(10,26,38,.04); }
.faq-list summary { padding: 19px 21px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: "League Spartan"; font-size: 1.05rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { color: var(--red); font-size: 1.4rem; transition: transform .2s; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { padding: 0 21px; margin-bottom: 11px; color: var(--muted); font-size: .86rem; }
.faq-list details a { display: inline-block; padding: 0 21px 18px; color: var(--blue); font-size: .76rem; font-weight: 700; }
.no-faq { padding: 20px; color: var(--muted); background: var(--white); border-radius: 12px; }
.ask-card { padding: 28px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.ask-card h3 { margin: 0 0 8px; font-size: 1.8rem; }
.ask-card > p:not(.kicker):not(.legal-note) { color: var(--muted); font-size: .83rem; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.legal-note { margin: 15px 0 0; padding: 12px; border-radius: 8px; color: #745d2b; background: #fff4d5; font-size: .68rem; }
.alert-bar { margin-top: 24px; padding: 22px 24px; display: grid; grid-template-columns: .6fr 1.4fr; gap: 30px; align-items: center; border-radius: 15px; color: white; background: var(--navy-800); }
.alert-bar strong, .alert-bar span { display: block; }
.alert-bar span { color: rgba(255,255,255,.58); font-size: .75rem; }
.inline-form { position: relative; display: grid; grid-template-columns: 1fr .8fr auto; gap: 9px; }
.inline-form .form-message { position: absolute; top: calc(100% + 5px); left: 0; }

.segments-section { background: var(--paper); }
.segments-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #dddcd7; border-radius: 20px; overflow: hidden; }
.segment-card { min-height: 235px; position: relative; padding: 27px; border-right: 1px solid #e0dfda; border-bottom: 1px solid #e0dfda; background: white; transition: color .2s, background .2s; }
.segment-card:nth-child(4n) { border-right: 0; }
.segment-card:nth-child(n+5) { border-bottom: 0; }
.segment-card:hover { color: white; background: var(--navy-800); }
.segment-number { position: absolute; right: 17px; top: 12px; color: #d6d7d5; font-family: "League Spartan"; font-size: 2.4rem; font-weight: 800; }
.segment-card:hover .segment-number { color: rgba(255,255,255,.12); }
.segment-icon { width: 46px; height: 46px; margin-bottom: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--red); background: #f6e9e8; font-size: 1.2rem; }
.segment-card[data-tone="kreyol"] .segment-icon, .segment-card[data-tone="culture"] .segment-icon { color: #835a00; background: #fff0c9; }
.segment-card[data-tone="law"] .segment-icon, .segment-card[data-tone="world"] .segment-icon { color: var(--blue); background: #e3f2ff; }
.segment-card h3 { margin: 0 0 8px; font-size: 1.28rem; }
.segment-card[data-tone="kreyol"] h3, .segment-card[data-tone="community"] h3 { font-weight: 800; }
.segment-card p { margin: 0; color: var(--muted); font-size: .82rem; }
.segment-card:hover p { color: rgba(255,255,255,.62); }

.nation-section { padding-top: 30px; background: var(--paper); }
.nation-card { padding: 48px 54px; display: grid; grid-template-columns: auto 1fr auto; gap: 48px; align-items: center; border-radius: 24px; color: white; background: linear-gradient(120deg,#081a29,#102f43); box-shadow: var(--shadow); }
.station-badge { width: 150px; height: 150px; padding: 22px; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 5px solid var(--gold); border-radius: 50%; transform: rotate(-4deg); }
.station-badge strong { font-size: .74rem; letter-spacing: .15em; }
.station-badge span { color: var(--gold); font-family: "League Spartan"; font-size: 3.4rem; font-weight: 800; line-height: .9; }
.station-badge small { font-size: .58rem; letter-spacing: .25em; }
.nation-copy h2 { font-size: clamp(2rem,3.5vw,3.2rem); }
.nation-copy > p:last-of-type { max-width: 700px; color: rgba(255,255,255,.63); }
.schedule-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.schedule-pills span, .schedule-pills b { padding: 6px 9px; border: 1px solid rgba(255,255,255,.17); border-radius: 5px; font-size: .62rem; letter-spacing: .08em; }
.schedule-pills b { color: var(--gold); border-color: transparent; }
.round-play { width: 72px; height: 72px; border: 0; border-radius: 50%; color: white; background: var(--red); cursor: pointer; font-size: 1.3rem; box-shadow: 0 0 0 10px rgba(229,42,53,.12); }
.now-playing-card { margin-top: 18px; padding: 18px; display: grid; grid-template-columns: 82px 1fr auto auto; gap: 18px; align-items: center; border: 1px solid #dadfe2; border-radius: 17px; background: white; box-shadow: 0 12px 35px rgba(6,23,37,.08); }
.now-playing-card > img { width: 82px; height: 82px; object-fit: cover; border-radius: 12px; background: var(--navy-800); }
.now-playing-copy p { margin: 0 0 4px; display: flex; align-items: center; gap: 7px; color: var(--red); font-size: .6rem; font-weight: 800; letter-spacing: .1em; }
.now-playing-copy h3 { margin: 0 0 2px; font-size: 1.25rem; }.now-playing-copy > span { color: var(--muted); font-size: .75rem; }
.now-playing-progress { width: min(420px,100%); height: 4px; margin-top: 10px; overflow: hidden; border-radius: 4px; background: #e6e9eb; }.now-playing-progress i { width: 0; height: 100%; display: block; background: var(--red); transition: width 1s linear; }
.listener-stat { min-width: 90px; display: grid; text-align: center; }.listener-stat strong { font-family: "League Spartan"; font-size: 1.7rem; line-height: 1; }.listener-stat span { color: var(--muted); font-size: .57rem; text-transform: uppercase; letter-spacing: .06em; }
.recent-tracks { margin-top: 10px; display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.recent-track { padding: 9px; display: grid; grid-template-columns: 48px 1fr; gap: 9px; align-items: center; border: 1px solid #e1e4e5; border-radius: 10px; background: white; }
.recent-track img { width: 48px; height: 48px; object-fit: cover; border-radius: 7px; }.recent-track span { min-width: 0; display: grid; }.recent-track strong,.recent-track small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.recent-track strong { font-size: .68rem; }.recent-track small { color: var(--muted); font-size: .58rem; }

.media-section { background: var(--paper); }
.media-grid { display: grid; grid-template-columns: 1.45fr repeat(3,.85fr); gap: 16px; }
.media-feature, .platform-card { min-height: 260px; position: relative; overflow: hidden; padding: 25px; display: flex; flex-direction: column; justify-content: end; align-items: flex-start; border: 0; border-radius: 17px; cursor: pointer; text-align: left; transition: transform .2s; }
.media-feature:hover, .platform-card:hover { transform: translateY(-4px); }
.media-feature { color: white; background: linear-gradient(0deg,rgba(3,12,21,.92),rgba(3,12,21,.12)), url("../images/console.jpg") center/cover; }
.media-feature strong { font-family: "League Spartan"; font-size: 2rem; line-height: .95; }
.media-feature i { margin-top: 12px; color: var(--gold); font-style: normal; font-size: .75rem; font-weight: 800; }
.media-tag { position: absolute; left: 22px; top: 20px; padding: 6px 9px; border-radius: 4px; background: var(--red); font-size: .59rem; font-weight: 800; letter-spacing: .12em; }
.platform-card { color: white; }
.platform-card span { width: 46px; height: 46px; margin-bottom: auto; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-size: 1.2rem; }
.platform-card strong { font-family: "League Spartan"; font-size: 1.35rem; }
.platform-card small { color: rgba(255,255,255,.65); }
.youtube { background: #c71f29; }
.spotify { background: #137d4b; }
.apple { background: #562b92; }

.podcast-section { color: white; background: linear-gradient(145deg,#061522,#0e2e43); }
.podcast-section .split-heading > div:last-child > p { color: rgba(255,255,255,.62); }
.text-link { color: var(--gold); font-size: .78rem; font-weight: 800; }
.podcast-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.podcast-card { min-width: 0; display: grid; grid-template-columns: 230px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: rgba(255,255,255,.055); box-shadow: 0 18px 50px rgba(0,0,0,.2); }
.podcast-art { min-height: 300px; position: relative; overflow: hidden; }.podcast-art img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .35s; }.podcast-card:hover .podcast-art img { transform: scale(1.035); }.podcast-art::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(3,13,22,.75),transparent 55%); }.podcast-art span { position: absolute; z-index: 1; left: 16px; bottom: 14px; padding: 5px 8px; border-radius: 5px; background: var(--red); font-size: .56rem; font-weight: 800; letter-spacing: .1em; }
.podcast-copy { padding: 24px; display: flex; flex-direction: column; min-width: 0; }.podcast-copy > p { margin-bottom: 8px; color: var(--gold); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.podcast-copy h3 { margin: 0 0 9px; font-size: 1.55rem; }.podcast-copy > span { color: rgba(255,255,255,.58); font-size: .74rem; }
.episode-controls { margin-top: auto; padding-top: 25px; display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; }.episode-controls button { display: inline-flex; align-items: center; gap: 7px; border: 0; color: white; background: transparent; cursor: pointer; font-size: .66rem; font-weight: 800; }.episode-controls button b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--red); }.episode-progress { height: 4px; position: relative; overflow: hidden; border-radius: 4px; background: rgba(255,255,255,.15); cursor: pointer; }.episode-progress i { width: 0; height: 100%; display: block; background: var(--gold); }.episode-controls time { color: rgba(255,255,255,.5); font-size: .6rem; font-variant-numeric: tabular-nums; }
.episode-links { margin-top: 15px; padding-top: 12px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); }.episode-links a,.episode-links button { border:0; color:rgba(255,255,255,.58); background:transparent; cursor:pointer; font-size:.61rem; font-weight:700; }.episode-links a:hover,.episode-links button:hover { color:var(--gold); }
.subscribe-bar { margin-top: 18px; padding: 18px 21px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(0,0,0,.15); }.subscribe-bar div { margin-right:auto; display:grid; }.subscribe-bar strong { font-size:.83rem; }.subscribe-bar span { color:rgba(255,255,255,.45); font-size:.63rem; }.subscribe-bar a { padding:8px 10px; border:1px solid rgba(255,255,255,.18); border-radius:7px; font-size:.61rem; font-weight:800; }

.about-section { background: #efe7da; }
.about-layout { display:grid; grid-template-columns:1fr 1fr; gap:66px; align-items:center; }.about-layout > div:last-child > p:not(.kicker) { color:var(--muted); }
.about-collage { min-height:480px; display:grid; grid-template-columns:1.1fr .9fr; grid-template-rows:1fr 1fr; gap:10px; }.about-collage img { width:100%; height:100%; object-fit:cover; border-radius:14px; box-shadow:0 12px 30px rgba(8,25,37,.13); }
.about-points { margin:25px 0; display:grid; gap:9px; }.about-points span { padding:11px 13px; border-left:3px solid var(--red); background:rgba(255,255,255,.56); font-size:.77rem; }.about-points b { color:var(--red); font-family:"League Spartan"; font-size:1.1rem; }

.support-section { color: white; background: var(--navy-950); }
.support-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.support-grid > div:first-child > p:not(.kicker) { color: rgba(255,255,255,.62); }
.fund-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fund-grid article { padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.04); }
.fund-grid span { display: block; margin-bottom: 8px; color: var(--gold); font-family: "League Spartan"; font-size: 1.8rem; font-weight: 800; }
.fund-grid strong { display: block; margin-bottom: 5px; }
.fund-grid p { margin: 0; color: rgba(255,255,255,.54); font-size: .76rem; }

.site-footer { padding: 62px 0 104px; color: white; background: #020a11; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3,1fr); gap: 42px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid p, .footer-grid a:not(.brand) { color: rgba(255,255,255,.48); font-size: .75rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-grid strong { color: var(--gold); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { margin-top: 44px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.31); font-size: .66rem; }

.audio-dock { position: fixed; z-index: 90; left: 18px; right: 18px; bottom: 16px; min-height: 66px; padding: 10px 15px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: white; background: rgba(4,16,28,.96); backdrop-filter: blur(15px); box-shadow: 0 16px 50px rgba(0,0,0,.35); transform: translateY(120px); opacity: 0; pointer-events: none; transition: .25s ease; }
.audio-dock.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.dock-play { width: 44px; height: 44px; border: 0; border-radius: 50%; color: white; background: var(--red); cursor: pointer; }
.dock-art { width:44px; height:44px; object-fit:cover; border-radius:8px; }
.dock-copy { min-width: 180px; display: flex; flex-direction: column; }
.dock-copy small { color: var(--red); font-size: .57rem; font-weight: 800; letter-spacing: .11em; }
.dock-copy strong { font-size: .78rem; }
.dock-copy > span { color:rgba(255,255,255,.45); font-size:.58rem; }
.dock-wave { flex: 1; height: 30px; display: flex; align-items: center; gap: 5px; overflow: hidden; }
.dock-wave i { width: 3px; height: 9px; border-radius: 4px; background: rgba(255,255,255,.32); }
.audio-dock.is-playing .dock-wave i { animation: dockwave .55s ease-in-out infinite alternate; }
.audio-dock.is-playing .dock-wave i:nth-child(2n) { animation-delay: -.3s; }
.audio-dock.is-playing .dock-wave i:nth-child(3n) { animation-delay: -.5s; }
@keyframes dockwave { to { height: 28px; background: var(--blue); } }
.volume-label { display: flex; align-items: center; grid-template-columns: auto auto; gap: 8px; color: rgba(255,255,255,.45); font-size: .6rem; }
.volume-label input { width: 90px; min-height: auto; padding: 0; accent-color: var(--red); }
.dock-close { border: 0; color: rgba(255,255,255,.55); background: transparent; cursor: pointer; font-size: 1.3rem; }

.news-image { width:100%; padding:0; border:0; cursor:pointer; text-align:left; }.news-card h3 button,.read-more { padding:0; border:0; color:inherit; background:transparent; cursor:pointer; text-align:left; }.news-card h3 button:hover,.read-more:hover { color:var(--red); }
.news-modal { width:min(calc(100% - 30px),760px); max-height:90vh; padding:0; overflow:auto; border:0; border-radius:18px; color:var(--ink); background:white; box-shadow:0 35px 120px rgba(0,0,0,.45); }.news-modal::backdrop { background:rgba(2,10,17,.78); backdrop-filter:blur(6px); }.news-modal > img { width:100%; height:300px; object-fit:cover; background:var(--navy-800); }.modal-close { width:40px; height:40px; position:absolute; right:12px; top:12px; z-index:2; border:0; border-radius:50%; color:white; background:rgba(3,13,22,.75); cursor:pointer; font-size:1.4rem; }.news-modal-body { padding:29px; }.news-modal-body > p { margin:0 0 8px; color:var(--red); font-size:.66rem; font-weight:800; letter-spacing:.1em; }.news-modal-body h2 { font-size:clamp(1.8rem,4vw,2.8rem); }.news-modal-body time { display:block; margin-bottom:18px; color:var(--muted); font-size:.68rem; }.news-modal-body #news-modal-summary { color:#4e5d68; font-size:.9rem; white-space:pre-line; }.news-modal-actions { margin-top:25px; display:flex; gap:9px; flex-wrap:wrap; }.news-modal-body > small { display:block; margin-top:15px; color:#8b969d; font-size:.62rem; }

/* Podcast, content and conversion pages */
.inner-main { padding-top:70px; background:#f7f4ee; }.inner-hero { padding:90px 0 72px; color:white; background:linear-gradient(125deg,#04101c,#123d55); }.inner-hero h1,.episode-hero h1 { margin:.1em 0; font-size:clamp(3rem,8vw,6.6rem); }.inner-hero p { max-width:720px; color:rgba(255,255,255,.68); }.compact-nav { margin-left:auto; }.compact-footer { padding-top:30px; }.compact-footer .footer-bottom { margin-top:0; }
.archive-tools { margin-bottom:25px; display:flex; align-items:end; justify-content:space-between; gap:22px; }.archive-tools label { width:min(480px,100%); display:grid; gap:7px; font-size:.7rem; font-weight:800; }.archive-tools input { width:100%; min-height:48px; padding:10px 14px; border:1px solid var(--line); border-radius:9px; }.archive-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }.archive-card { overflow:hidden; display:grid; grid-template-columns:210px 1fr; border:1px solid #dfe2e2; border-radius:16px; background:white; box-shadow:0 12px 30px rgba(8,25,37,.07); }.archive-card > a img { width:100%; height:100%; min-height:300px; object-fit:cover; }.archive-card > div { min-width:0; padding:23px; display:flex; flex-direction:column; }.archive-card p { margin:0 0 8px; color:var(--red); font-size:.61rem; font-weight:800; text-transform:uppercase; }.archive-card h2 { margin:0 0 8px; font-size:1.55rem; }.archive-card span { color:var(--muted); font-size:.76rem; }.archive-card audio { width:100%; margin:auto 0 15px; }.subscribe-bar.light { color:var(--ink); border-color:#d9dede; background:white; }.subscribe-bar.light span { color:var(--muted); }.subscribe-bar.light a { color:var(--ink); border-color:#d9dede; }
.episode-hero { padding:80px 0; color:white; background:linear-gradient(140deg,#071723,#174761); }.episode-hero-grid { display:grid; grid-template-columns:380px 1fr; gap:55px; align-items:center; }.episode-hero-grid > img { width:100%; aspect-ratio:1; object-fit:cover; border-radius:22px; box-shadow:0 30px 70px rgba(0,0,0,.35); }.episode-hero-grid > div > p:not(.kicker) { max-width:670px; color:rgba(255,255,255,.68); }.episode-hero audio { width:min(650px,100%); margin:20px 0; }.episode-cta { display:flex; gap:10px; flex-wrap:wrap; }.episode-content { display:grid; grid-template-columns:320px 1fr; gap:70px; }.episode-content aside { align-self:start; position:sticky; top:90px; }.episode-content h2 { margin:0 0 16px; }.episode-content aside h2:not(:first-child) { margin-top:32px; }.chapter { width:100%; padding:13px 0; display:grid; grid-template-columns:54px 1fr; gap:9px; border:0; border-bottom:1px solid #dde1e1; color:var(--ink); background:transparent; cursor:pointer; text-align:left; }.chapter time { color:var(--red); font-size:.68rem; font-weight:800; }.chapter span { font-size:.76rem; font-weight:700; }.resource-link { display:block; margin:10px 0; color:var(--blue); font-size:.75rem; font-weight:700; }.show-notes { margin:0 0 45px; padding-left:20px; }.show-notes li { margin:11px 0; }.transcript-note { padding:12px 14px; border-left:3px solid var(--gold); color:#6b5c38; background:#fff5d8; font-size:.7rem; }.transcript p { margin:18px 0; color:#40515d; font-size:.95rem; line-height:1.8; }
.contact-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:65px; align-items:start; }.contact-layout > div > p { color:var(--muted); }.contact-layout img { width:100%; margin-top:20px; max-height:330px; object-fit:cover; border-radius:16px; }.form-card { padding:30px; border:1px solid #dfe2e2; border-radius:16px; background:white; box-shadow:0 14px 35px rgba(8,25,37,.08); }.form-card label { display:grid; gap:7px; margin-bottom:15px; font-size:.7rem; font-weight:800; }.form-card input,.form-card select,.form-card textarea { width:100%; padding:11px 12px; border:1px solid #cfd6da; border-radius:8px; font:inherit; }.form-card textarea { resize:vertical; }.support-light article { color:var(--ink); border-color:#dfe2e2; background:white; }.support-light article p { color:var(--muted); }.transparency { margin-top:38px; padding:28px; border-radius:15px; background:#eee7db; }.transparency p { color:#53616b; }.newsletter-section { padding:48px 0; color:white; background:#0b2c40; }.newsletter-layout { display:grid; grid-template-columns:1fr 1fr; gap:55px; align-items:center; }.newsletter-layout h2 { margin:.15em 0; font-size:2rem; }.newsletter-layout p { margin:0; color:rgba(255,255,255,.6); }.newsletter-layout .inline-form { grid-template-columns:1fr auto; }.newsletter-layout .form-message { grid-column:1/-1; }

.reveal { animation: reveal .7s ease both; }
.studio-card.reveal { animation-delay: .12s; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } }

@media (max-width: 1050px) {
  .site-nav { display: none; position: absolute; left: 18px; right: 18px; top: 70px; padding: 18px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 12px; background: var(--navy-900); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .menu-toggle { margin-left: auto; display: block; border: 1px solid var(--line); border-radius: 7px; color: white; background: transparent; padding: 8px 11px; }
  .hero-grid { grid-template-columns: 1fr 390px; gap: 35px; }
  .studio-card { min-height: 380px; }
  .segments-grid { grid-template-columns: repeat(2,1fr); }
  .segment-card:nth-child(2n) { border-right: 0; }
  .segment-card:nth-child(4n) { border-right: 0; }
  .segment-card:nth-child(n+5) { border-bottom: 1px solid #e0dfda; }
  .segment-card:nth-child(n+7) { border-bottom: 0; }
  .media-grid { grid-template-columns: 1.2fr repeat(3,1fr); }
}

@media (max-width: 820px) {
  .section { padding: 74px 0; }
  .hero { min-height: auto; }
  .hero-grid { padding-top: 72px; grid-template-columns: 1fr; }
  .hero h1 { max-width: 590px; font-size: clamp(3.3rem, 13vw, 5.5rem); }
  .studio-card { display: none; }
  .split-heading, .voice-layout, .legal-grid, .support-grid { grid-template-columns: 1fr; gap: 34px; }
  .broadcast-grid { grid-template-columns: 1fr auto; gap: 20px; }
  .broadcast-grid > .btn { grid-column: 1 / -1; }
  .news-card, .news-card.featured { grid-column: span 6; display: block; }
  .news-card.featured .news-image { min-height: 240px; }
  .legal-hero { padding: 32px; }
  .alert-bar { grid-template-columns: 1fr; }
  .nation-card { grid-template-columns: auto 1fr; padding: 38px; }
  .nation-card .round-play { grid-column: 1 / -1; justify-self: center; }
  .media-grid { grid-template-columns: 1fr 1fr; }
  .podcast-card { grid-template-columns:170px 1fr; }.podcast-art { min-height:280px; }
  .about-layout { grid-template-columns:1fr; }.about-collage { min-height:420px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .archive-grid,.contact-layout,.newsletter-layout { grid-template-columns:1fr; }.episode-hero-grid { grid-template-columns:260px 1fr; gap:30px; }.episode-content { grid-template-columns:1fr; gap:40px; }.episode-content aside { position:static; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .site-header .btn-live { display: none; }
  .nav-wrap { height: 67px; }
  .hero-grid { padding: 62px 0 105px; }
  .hero h1 { font-size: clamp(3rem, 18vw, 4.5rem); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .ticker { height: 48px; }
  .ticker-tag { padding-left: 15px; font-size: .6rem; }
  .broadcast-grid { grid-template-columns: 1fr; }
  .countdown { justify-content: flex-start; }
  .news-card, .news-card.featured { grid-column: span 12; }
  .source-filters .refresh-news { margin-left: 0; }
  .recorder-card { padding: 20px; }
  .field-row { grid-template-columns: 1fr; }
  .legal-hero { grid-template-columns: 1fr; padding: 25px; }
  .legal-shield { display: none; }
  .inline-form { grid-template-columns: 1fr; }
  .segments-grid { grid-template-columns: 1fr; }
  .segment-card { border-right: 0 !important; border-bottom: 1px solid #e0dfda !important; }
  .segment-card:last-child { border-bottom: 0 !important; }
  .nation-card { grid-template-columns: 1fr; text-align: center; }
  .station-badge { justify-self: center; }
  .schedule-pills { justify-content: center; }
  .media-grid { grid-template-columns: 1fr; }
  .now-playing-card { grid-template-columns:64px 1fr; }.now-playing-card > img { width:64px;height:64px; }.now-playing-card .listener-stat,.now-playing-card > .btn { grid-column:auto; }.recent-tracks { grid-template-columns:1fr; }
  .podcast-grid { grid-template-columns:1fr; }.podcast-card { grid-template-columns:1fr; }.podcast-art { min-height:280px; }.subscribe-bar { align-items:stretch; flex-direction:column; }.subscribe-bar div { margin-right:0; }.subscribe-bar a { text-align:center; }
  .about-collage { min-height:330px; }
  .media-feature, .platform-card { min-height: 210px; }
  .fund-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .audio-dock { left: 8px; right: 8px; bottom: 8px; }
  .dock-wave, .volume-label { display: none; }
  .dock-art { display:none; }
  .dock-copy { flex: 1; min-width: 0; }
  .compact-nav { display:none; }.archive-tools { align-items:stretch; flex-direction:column; }.archive-card { grid-template-columns:1fr; }.archive-card > a img { height:260px; min-height:0; }.episode-hero-grid { grid-template-columns:1fr; }.episode-hero-grid > img { max-width:300px; }.contact-layout { gap:30px; }
}

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