/* Podcast, featured episode. Big card: cover art + content, Spotify embed
   where available. Lazy. Mobile-first: stacked. */
.podcast-featured{padding:56px 0 48px}
.podcast-featured .pf-head{margin-bottom:28px}
.podcast-featured .kicker{display:inline-flex;align-items:center;gap:10px;color:var(--accent-deep);font-family:var(--f-mono);font-size:20px;letter-spacing:0.16em;text-transform:uppercase}
.podcast-featured .kicker::before{content:"";width:22px;height:1.5px;background:var(--accent-deep)}
.podcast-featured .pf-head h2{font-family:var(--f-display);font-stretch:125%;font-weight:800;font-size:clamp(32px,5vw,64px);letter-spacing:0.005em;line-height:0.95;text-transform:uppercase;margin-top:14px;color:var(--ink)}
.podcast-featured .pf-head h2 .o{color:transparent;-webkit-text-stroke:1.5px rgba(23,33,46,0.35)}
.podcast-featured .pf-card{display:grid;grid-template-columns:1fr;gap:0;background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;box-shadow:0 20px 48px rgba(23,33,46,0.10)}
.podcast-featured .pf-art{position:relative;height:240px;background:var(--ph)}
.podcast-featured .pf-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.podcast-featured .pf-body{padding:28px 24px 32px;display:flex;flex-direction:column;gap:12px}
.podcast-featured .pf-show{color:var(--accent-deep);font-size:11.5px;letter-spacing:0.12em;text-transform:uppercase}
.podcast-featured .pf-body h2{font-family:var(--f-display);font-weight:700;font-size:clamp(24px,4.4vw,32px);line-height:1.18;letter-spacing:-0.02em;color:var(--ink)}
.podcast-featured .pf-body p{font-size:15.5px;color:var(--muted);max-width:560px}
.podcast-featured .pf-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;color:var(--muted)}
.podcast-featured .pf-meta span+span::before{content:"· ";margin-right:10px}
.podcast-featured .pf-badge{background:#FDF3DC;color:#8A6116;border-radius:999px;padding:5px 12px;font-weight:600;font-size:12px}
.podcast-featured .pf-meta span.pf-badge+span::before,.podcast-featured .pf-meta span+span.pf-badge::before{content:none;margin-right:0}
.podcast-featured .pf-embed{margin-top:6px;border-radius:14px}
.podcast-featured .pf-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}

/* type=youtube, the video itself fills the art slot at a real 16:9, playable inline. */
.podcast-featured.is-video .pf-art{height:0;padding-top:56.25%}
.podcast-featured.is-video .pf-yt{position:absolute;inset:0;width:100%;height:100%;border:0}

/* no-art: podcast episodes have no cover art uploaded, so the art column is
   dropped entirely rather than showing an empty placeholder box. */
.podcast-featured.no-art .pf-body{padding:32px 28px 36px;max-width:720px}

.podcast-featured .pf-see-all{display:inline-flex;margin-top:28px;margin-bottom:8px}

/* band-spotify / band-youtube, dark homepage variants, each its own tint,
   so the two featured strips read as distinct from each other and from the
   dark "On Stage" section above them. */
.podcast-featured.band-spotify,.podcast-featured.band-youtube{padding:64px 0 56px;color:#EDF1F6}
.podcast-featured.band-spotify .kicker,.podcast-featured.band-youtube .kicker{color:#fff}
.podcast-featured.band-spotify .kicker::before,.podcast-featured.band-youtube .kicker::before{background:#fff}
.podcast-featured.band-spotify .pf-head h2,.podcast-featured.band-youtube .pf-head h2{color:#fff}
.podcast-featured.band-spotify .pf-head h2 .o,.podcast-featured.band-youtube .pf-head h2 .o{-webkit-text-stroke:1.5px rgba(237,241,246,0.5)}
.podcast-featured.band-spotify .pf-card,.podcast-featured.band-youtube .pf-card{border:1px solid rgba(237,241,246,0.12);box-shadow:none}
.podcast-featured.band-spotify .pf-body h2,.podcast-featured.band-youtube .pf-body h2{color:#fff}
.podcast-featured.band-spotify .pf-body p,.podcast-featured.band-youtube .pf-body p{color:rgba(237,241,246,0.7)}
.podcast-featured.band-spotify .pf-meta,.podcast-featured.band-youtube .pf-meta{color:rgba(237,241,246,0.55)}
.podcast-featured.band-spotify .pf-see-all,.podcast-featured.band-youtube .pf-see-all{border:1.5px solid rgba(237,241,246,0.4);color:#fff}
.podcast-featured.band-spotify .pf-see-all:hover,.podcast-featured.band-youtube .pf-see-all:hover{background:rgba(237,241,246,0.1)}

.podcast-featured.band-spotify{background:#0D2818}
.podcast-featured.band-spotify .pf-show{color:#3BE07C}
.podcast-featured.band-spotify .pf-card{background:#123A22}
.podcast-featured.band-spotify .pf-ctas .btn-accent{background:#1ED760;color:#0D2818}
.podcast-featured.band-spotify .pf-ctas .btn-accent:hover{background:#1FDF63}

.podcast-featured.band-youtube{background:#1C1013}
.podcast-featured.band-youtube .pf-show{color:#FF6A6E}
.podcast-featured.band-youtube .pf-card{background:#271518}
.podcast-featured.band-youtube .pf-ctas .btn-accent{background:#FF3B3F;color:#fff}
.podcast-featured.band-youtube .pf-ctas .btn-accent:hover{background:#E8282C}
