:root{--navy:#081f3a;--orange:#ff451c;--white:#fff;--ink:#091f3d;--muted:#526276;--line:#dfe4ea;--max:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:white}a{color:inherit;text-decoration:none}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:8px clamp(24px,4vw,66px);background:white;position:relative;z-index:20}.brand img{display:block;width:224px;height:60px;object-fit:contain;object-position:left center}.nav,.socials{display:flex;align-items:center}.nav{gap:42px;font-weight:600}.nav a{transition:.2s color}.nav>a:hover{color:var(--orange)}.nav-rule{width:1px;height:38px;background:var(--line)}.socials{gap:16px}.socials a{width:28px;height:28px;display:grid;place-items:center;border:2px solid var(--navy);border-radius:50%;font-size:12px;font-weight:800}.socials a:hover{background:var(--navy);color:white}.menu-toggle{display:none;background:none;border:0}.hero{height:640px;position:relative;overflow:hidden;background:#03070b;color:white}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,8,15,.95) 0%,rgba(2,8,15,.84) 26%,rgba(2,8,15,.1) 61%,rgba(2,8,15,.05) 100%)}.hero-copy{position:absolute;z-index:2;left:clamp(26px,4vw,70px);top:62px}.hero h1{font:800 clamp(62px,6.7vw,106px)/.91 Manrope,sans-serif;letter-spacing:-.065em;margin:0 0 22px;max-width:700px}.hero h1 span{color:var(--orange)}.hero-copy>p{font-size:25px;line-height:1.35;margin:0 0 30px}.hero-actions{display:flex;gap:16px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 30px;border-radius:4px;font-weight:700;font-size:18px;transition:.2s transform,.2s background}.button:hover{transform:translateY(-2px)}.primary{background:var(--orange);color:white}.secondary{border:2px solid white;color:white}.play{font-size:14px;margin-right:12px}.live-player{position:absolute;z-index:3;right:clamp(28px,5vw,76px);bottom:22px;width:min(570px,52vw);padding:17px 21px 20px;border:1px solid #31577a;border-radius:20px;background:rgba(4,31,57,.95);box-shadow:0 18px 50px rgba(0,0,0,.4)}.live-label{color:var(--orange);font-weight:800;font-size:17px;margin-bottom:12px}.live-label span{display:inline-block;width:12px;height:12px;background:var(--orange);border-radius:50%;margin-right:8px;animation:pulse 1.5s infinite}.player-row{display:flex;align-items:center;gap:16px}.cover{width:72px;height:72px;flex:0 0 auto;border:2px solid white;background:linear-gradient(135deg,#ff451c,#160d0a);display:grid;place-items:center}.cover span{font:800 48px Manrope;color:white}.track{flex:1}.track strong{font-size:18px}.wave,.soundbars{background:repeating-linear-gradient(90deg,var(--orange) 0 2px,transparent 2px 7px);mask:linear-gradient(0deg,transparent 0,#000 38%,#000 62%,transparent 100%)}.wave{height:33px;margin-top:8px}.pause{width:44px;height:44px;border:0;border-radius:50%;background:var(--orange);color:white;font-weight:900;font-size:17px}.volume{font-size:10px;white-space:nowrap;color:#d8e2eb}.live-dot{font-size:11px}.shows-section{display:grid;grid-template-columns:290px 1fr;gap:46px;padding:42px clamp(25px,4vw,68px) 44px;max-width:var(--max);margin:auto}.section-intro h2,.about h2{font:800 39px/1.05 Manrope;margin:0}.section-intro i{display:block;width:42px;height:3px;background:var(--orange);margin:22px 0}.section-intro p{font-size:16px;line-height:1.5}.section-intro a{display:inline-block;margin-top:14px;color:var(--orange);font-weight:700}.section-intro a span{font-size:24px;margin-left:8px}.show-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.show-rail article{min-width:0}.show-art{aspect-ratio:1/1;border-radius:5px;display:flex;align-items:flex-end;padding:20px;color:white;overflow:hidden;position:relative}.show-art:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.show-art span{position:relative;z-index:1;font:800 clamp(22px,2vw,33px)/.9 Manrope;letter-spacing:-.04em}.art-1{background:radial-gradient(circle at 65% 25%,#555,#090909 45%)}.art-2{background:linear-gradient(120deg,#0a0d10 45%,#ff451c 46%)}.art-3{background:linear-gradient(165deg,#45494c,#080a0c 60%)}.art-4{background:linear-gradient(135deg,#ff451c 0 58%,#111 59%)}.show-rail h3{text-align:center;font-size:14px;margin:10px 0 0}.about{background:var(--navy);color:white;padding:52px clamp(25px,4vw,68px);display:grid;grid-template-columns:150px 2px minmax(340px,650px) auto 1fr;align-items:center;gap:30px;position:relative;overflow:hidden}.about-rule{height:98px;background:var(--orange)}.about p{font-size:17px;line-height:1.55;margin:0}.outline{border:1px solid var(--orange);color:var(--orange);min-height:46px;padding:0 24px}.soundbars{height:100px;opacity:.45}footer{min-height:110px;background:#061a31;color:white;border-top:1px solid #27405a;display:flex;align-items:center;gap:70px;padding:16px clamp(25px,4vw,68px)}.footer-brand img{filter:brightness(0) invert(1);width:206px}.footer-brand{margin-right:auto}footer nav{display:flex;gap:50px}footer p{font-size:12px;color:#9eb0c0}.menu-toggle span{display:block;width:26px;height:2px;background:var(--navy);margin:6px}@keyframes pulse{50%{box-shadow:0 0 0 8px rgba(255,69,28,0)}}
@media(max-width:900px){.site-header{height:68px}.brand img{width:180px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:68px;left:0;right:0;background:white;padding:26px;flex-direction:column;gap:24px;box-shadow:0 12px 25px rgba(0,0,0,.12)}.nav.open{display:flex}.nav-rule{width:100%;height:1px}.hero{height:760px}.hero-image{object-position:62% center}.hero-shade{background:linear-gradient(90deg,rgba(2,8,15,.92),rgba(2,8,15,.26)),linear-gradient(0deg,#02080f 0,transparent 46%)}.hero-copy{top:54px}.hero h1{font-size:68px}.live-player{left:24px;right:24px;bottom:25px;width:auto}.shows-section{grid-template-columns:1fr}.section-intro{max-width:450px}.show-rail{overflow-x:auto;grid-template-columns:repeat(4,210px);padding-bottom:12px}.about{grid-template-columns:100px 2px 1fr}.about .button,.soundbars{display:none}footer{gap:25px;flex-wrap:wrap}footer nav{gap:24px}footer p{width:100%;margin:0}}
@media(max-width:600px){.hero{height:730px}.hero-copy{left:22px;right:20px;top:44px}.hero h1{font-size:50px}.hero-copy>p{font-size:19px}.hero-actions{flex-wrap:wrap}.button{min-height:52px;padding:0 20px;font-size:16px}.hero-image{object-position:59% center}.live-player{padding:15px}.cover{display:none}.volume{display:none}.shows-section{padding-top:35px}.about{grid-template-columns:1fr;gap:18px}.about h2 br{display:none}.about-rule{height:2px;width:60px}.footer-brand{width:100%}footer nav{width:100%}}
.footer-brand{background:white;border-radius:4px;padding:4px 10px}.footer-brand img{filter:none}
.socials a svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.socials a svg .icon-fill{fill:currentColor;stroke:none}.socials a svg .play-fill{fill:white;stroke:none}.socials a:hover svg .play-fill{fill:var(--navy)}

/* Podcast promotion carousel */
.promo{padding:64px clamp(25px,4vw,68px) 56px;background:#f4f6f8;overflow:hidden}.promo-head{max-width:var(--max);margin:0 auto 28px;display:flex;align-items:end;justify-content:space-between;gap:30px}.promo-head h2{font:800 clamp(34px,4vw,56px)/1 Manrope;margin:0 0 10px;letter-spacing:-.045em}.promo-head p{margin:0;color:var(--muted);font-size:17px}.carousel-controls{display:flex;gap:10px}.carousel-arrow{width:52px;height:52px;border:1px solid #b8c2cc;border-radius:50%;background:white;color:var(--navy);font-size:24px;cursor:pointer;transition:.2s}.carousel-arrow:hover{background:var(--navy);color:white;border-color:var(--navy)}.carousel{max-width:var(--max);margin:auto;overflow:hidden;border-radius:10px}.carousel-track{display:flex;transition:transform .65s cubic-bezier(.22,.7,.2,1);will-change:transform}.promo-slide{flex:0 0 100%;min-height:410px;display:grid;grid-template-columns:minmax(310px,42%) 1fr;background:var(--navy);color:white}.promo-art{position:relative;display:flex;align-items:flex-end;padding:42px;overflow:hidden}.promo-art:before{content:"";position:absolute;width:300px;height:300px;border:70px solid rgba(255,255,255,.1);border-radius:50%;right:-95px;top:-90px}.promo-art strong{position:relative;font:800 clamp(45px,5vw,76px)/.82 Manrope;letter-spacing:-.065em}.mini-mark{position:absolute;top:28px;left:35px;width:45px;height:45px;display:grid;place-items:center;border-radius:50%;background:white;color:var(--orange);font:800 29px Manrope}.slide-culture .promo-art{background:linear-gradient(145deg,#ff5a2f,#d72d12)}.slide-focus .promo-art{background:radial-gradient(circle at 70% 20%,#55606b,#080c10 60%)}.slide-voices .promo-art{background:linear-gradient(145deg,#081f3a 48%,#ff451c 49%)}.promo-copy{padding:55px clamp(35px,6vw,88px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.promo-copy .category{margin:0 0 16px;color:#ff6a48;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.promo-copy h3{font:800 clamp(31px,3.4vw,52px)/1.04 Manrope;letter-spacing:-.045em;margin:0 0 18px;max-width:700px}.promo-copy>p:not(.category){font-size:17px;line-height:1.6;color:#cbd7e3;max-width:620px;margin:0 0 28px}.promo-copy .button{min-height:52px;font-size:16px}.carousel-dots{display:flex;justify-content:center;gap:9px;margin-top:22px}.dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#aeb8c1;cursor:pointer;transition:.25s}.dot.active{width:30px;border-radius:10px;background:var(--orange)}
@media(max-width:760px){.promo{padding-top:45px}.promo-head{align-items:center}.promo-head p{font-size:15px}.carousel-controls{display:none}.promo-slide{grid-template-columns:1fr;min-height:0}.promo-art{min-height:280px;padding:30px}.promo-art strong{font-size:52px}.promo-copy{padding:34px 26px 38px}.promo-copy h3{font-size:31px}.promo-copy>p:not(.category){font-size:15px}.carousel{border-radius:8px}}
@media(prefers-reduced-motion:reduce){.carousel-track{transition:none}}

/* Editable shows grid */
.shows-section{grid-template-columns:230px 1fr;padding-top:64px;padding-bottom:70px}.show-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px;overflow:visible}.show-rail article{display:flex;flex-direction:column;align-items:flex-start}.show-art{width:100%;aspect-ratio:1;border-radius:8px}.show-art span{overflow-wrap:anywhere}.show-rail h3{text-align:left;font:800 19px/1.15 Manrope;margin:15px 0 6px}.show-rail article>p{color:var(--muted);font-size:14px;line-height:1.45;margin:0 0 15px;min-height:40px}.watch-button{display:inline-flex;align-items:center;justify-content:center;margin-top:auto;min-height:42px;padding:0 18px;background:var(--orange);color:white;border-radius:4px;font-size:13px;font-weight:800;transition:.2s transform,.2s background}.watch-button:hover{transform:translateY(-2px);background:#db3212}.watch-button:before{content:"▶";font-size:10px;margin-right:8px}.watch-button.facebook:before{content:"f";font:800 16px Manrope;margin-right:8px}
@media(max-width:1050px){.show-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.shows-section{padding-top:48px}.show-rail{display:grid;grid-template-columns:1fr;overflow:visible}.show-art{max-width:none}.show-rail article>p{min-height:0}}

/* Dedicated Shows page */
.nav .active-page{color:var(--orange)}.shows-page-hero{min-height:390px;padding:70px clamp(25px,6vw,90px);display:flex;align-items:center;justify-content:space-between;gap:50px;background:var(--navy);color:white;overflow:hidden}.shows-page-hero h1{font:800 clamp(52px,6vw,88px)/.92 Manrope;margin:0;letter-spacing:-.06em}.shows-page-hero h1 span{color:var(--orange)}.shows-page-hero p{font-size:20px;color:#c7d3df;margin:24px 0 0}.shows-page-mark{flex:0 0 220px;width:220px;height:220px;border:46px solid #ffffff18;border-radius:50%;display:grid;place-items:center;background:var(--orange);font:800 126px Manrope;box-shadow:0 0 0 28px #ffffff09}.shows-page-content{max-width:var(--max);margin:auto;padding:70px clamp(25px,5vw,70px) 90px}.shows-page-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px}.shows-page-heading h2{font:800 clamp(36px,4vw,54px)/1 Manrope;margin:0;letter-spacing:-.04em}.shows-page-heading p{color:var(--muted);margin:0}.shows-page-content .show-rail{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.shows-page-mark{flex-basis:150px;width:150px;height:150px;border-width:30px;font-size:85px}.shows-page-content .show-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.shows-page-hero{min-height:330px;padding-top:55px}.shows-page-mark{display:none}.shows-page-heading{align-items:start;flex-direction:column;gap:8px}.shows-page-content .show-rail{grid-template-columns:1fr}}
.shows-page-hero{gap:42px}.shows-page-hero>div:first-child{min-width:0}.shows-page-hero h1{font-size:clamp(48px,5vw,78px);max-width:850px}.shows-page-mark{flex-basis:180px;width:180px;height:180px;border-width:38px;font-size:104px;box-shadow:0 0 0 24px #ffffff09}
@media(max-width:900px){.shows-page-mark{flex-basis:140px;width:140px;height:140px;border-width:28px;font-size:78px}}
@media(max-width:600px){.shows-page-hero h1{font-size:48px}.shows-page-mark{display:none}}
@media(max-width:1120px) and (min-width:901px){.site-header{padding-inline:28px}.brand img{width:190px}.nav{gap:22px}.socials{gap:10px}footer{gap:34px}footer nav{gap:24px}}
