.hero-poster{background:#050505;display:grid;place-items:center;overflow:hidden;padding:clamp(1.5rem,4vw,4rem)}
.hero-poster img{width:min(100%,560px);height:100%;max-height:760px;object-fit:cover;object-position:center;box-shadow:0 30px 80px rgba(0,0,0,.45)}
.community-section{display:grid;grid-template-columns:minmax(280px,.9fr) 1.1fr;background:var(--paper);color:var(--ink)}
.community-photo{min-height:620px;background:#111;overflow:hidden}
.community-photo img{height:100%;object-fit:cover;object-position:center 22%}
.community-copy{padding:clamp(4rem,9vw,9rem) var(--pad);display:flex;flex-direction:column;justify-content:center}
.community-copy h2{font:500 clamp(2.8rem,6.4vw,6.2rem)/.96 "Manrope";letter-spacing:-.065em;margin:.7rem 0 1.6rem;max-width:11ch}
.community-copy p{max-width:620px;color:#55545a;font-size:clamp(1.05rem,1.5vw,1.25rem)}
.text-link{align-self:center;font-weight:600;border-bottom:1px solid currentColor}
.media-feature{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,7vw,7rem);align-items:center}
.media-feature h2{max-width:10ch}
.spotify-player{width:100%;height:352px;border:0;border-radius:18px;background:#171719}
.episode-section{border-top:1px solid var(--line)}
.listen-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,7vw,7rem);align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.listen-section h2{max-width:11ch}
.platform-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.platform-card{display:grid;grid-template-columns:auto 1fr;column-gap:.85rem;align-items:center;border:1px solid var(--line);padding:1.1rem;background:#131316;transition:.2s}
.platform-card:hover{transform:translateY(-3px);border-color:#55555b}
.platform-card strong{font:600 1.05rem "Manrope"}
.platform-card small{grid-column:2;color:#94949a}
.platform-mark{grid-row:1/3;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#242428;font:bold 1.1rem Manrope}
.platform-mark img{width:23px;height:23px}
.spotify-mark{color:#1ed760}.apple-mark{color:#b26cff}.amazon-mark{color:#32a6e5}.iheart-mark{color:#ff344d}
.video-library{border-bottom:1px solid var(--line)}
.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.video-card{background:#131316;border:1px solid var(--line);overflow:hidden}
.video-frame{position:relative;aspect-ratio:16/9;background:#050505}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-info{padding:1.25rem}
.video-info h3{font:500 clamp(1.3rem,2.3vw,2rem)/1.12 "Manrope";margin:.65rem 0}
.video-info p{color:#96969c;margin:0 0 1rem}
.video-info a{font-weight:600;border-bottom:1px solid #55555b;padding-bottom:.15rem}
@media(max-width:960px){.video-grid{grid-template-columns:1fr 1fr}.video-card:last-child{grid-column:1/-1}}
@media(max-width:860px){.community-section,.media-feature,.listen-section{grid-template-columns:1fr}.hero-poster{min-height:58vh}.community-photo{min-height:520px}.community-copy{order:-1}}
@media(max-width:640px){.video-grid,.platform-grid{grid-template-columns:1fr}.video-card:last-child{grid-column:auto}.video-library .section-head{align-items:flex-start;flex-direction:column}}
