/* Shared Virtue Voyages episode experience. */
.vv-listening { background:#0b1425; }
.vv-listening .vv-single-header { padding:106px 0 42px; background:radial-gradient(ellipse at 85% 10%,rgba(185,28,28,.22),transparent 50%),linear-gradient(130deg,#101b30,#192a43); }
.vv-listening .vv-single-header-center { max-width:960px; }
.vv-listening .vv-single-header h1 { font-family:var(--ff-display,'Bangers',cursive); font-size:clamp(2.6rem,5vw,4.6rem); line-height:1.08; letter-spacing:.03em; font-weight:400; margin:18px 0; }
.vv-listening-jumps { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:24px; }
.vv-listening-jumps a { display:flex; align-items:center; justify-content:center; gap:14px; min-height:44px; padding:10px 18px; border:1px solid rgba(244,199,68,.5); border-radius:9px; color:#f4c744; font-weight:700; }
.vv-listening-jumps a:first-child { background:#f4c744; color:#142033; }
.vv-listening .vv-player-section { padding-top:32px; }
.vv-listening .vv-player-card { max-width:none; padding:24px; background:linear-gradient(135deg,#1c2e49,#142138); box-shadow:0 18px 40px rgba(0,0,0,.2); }
.vv-listening .vv-player-with-art { display:grid; grid-template-columns:240px minmax(0,1fr); gap:32px; align-items:center; }
.vv-listening-art img { display:block; width:100%; height:auto; max-height:260px; object-fit:contain; border-radius:12px; }
.vv-listening-controls { min-width:0; }
.vv-listening .vv-player-title { font-family:var(--ff-display,'Bangers',cursive); font-size:clamp(1.6rem,2.5vw,2.2rem); line-height:1.15; letter-spacing:.03em; font-weight:400; }
.vv-listening .vv-player-icon { width:44px; height:44px; font-size:25px; }
.vv-notes-jump { display:inline-flex; gap:12px; color:#f4c744; font-weight:700; margin-top:18px; }
.vv-listening .vv-episode-nav { padding:20px 0 0; border:0; }
.vv-listening .vv-ep-nav-btn { background:linear-gradient(145deg,#1c2d46,#15223a); border-color:rgba(244,199,68,.27); justify-content:center; min-height:104px; }
.vv-listening .vv-ep-nav-btn:hover { border-color:#f4c744; background:#223650; }
.vv-listening .vv-ep-nav-label { color:#f4c744; font-size:.75rem; }
.vv-listening .vv-ep-nav-title { font-size:1rem; font-weight:700; line-height:1.4; }
.vv-listening .vv-notes-section { padding-top:48px; }
.vv-listening .vv-single-content { min-width:0; line-height:1.75; }
.vv-listening .vv-single-content h2 { font-family:var(--ff-display,'Bangers',cursive); font-size:clamp(1.9rem,3vw,2.6rem); line-height:1.1; letter-spacing:.025em; font-weight:400; margin-top:30px; padding-top:25px; }
.vv-listening .vv-single-content img { max-height:440px; object-fit:contain; }
.vv-listening :is(#vv-listen,#vv-browse-episodes,#vv-show-notes) { scroll-margin-top:90px; }
.admin-bar .vv-listening :is(#vv-listen,#vv-browse-episodes,#vv-show-notes) { scroll-margin-top:125px; }
.vv-listening a:focus-visible { outline:3px solid #f4c744; outline-offset:5px; }
@media(max-width:640px) {
 .vv-listening .vv-player-with-art { grid-template-columns:100px minmax(0,1fr); gap:16px; }
 .vv-listening .vv-player-card { padding:18px; }
 .vv-listening .vv-player-info { gap:10px; }
 .vv-listening .vv-player-icon { display:none; }
 .vv-listening .vv-player-with-art .vv-listening-controls { display:contents; }
 .vv-listening .vv-audio-player,.vv-listening .vv-notes-jump { grid-column:1/-1; }
 .vv-listening .vv-player-info { margin:0; }
 .vv-listening .vv-single-header { padding:100px 0 32px; }
 .vv-listening .vv-ep-nav-grid { gap:12px; }
 .vv-listening .vv-notes-section { padding-top:34px; }
}
@media(prefers-reduced-motion:reduce) { .vv-listening * { transition:none!important; animation:none!important; } }
