.vod-page h1{font-size:clamp(2rem,5vw,3.8rem);line-height:1.1;max-width:1000px;text-wrap:balance}
.vod-detail{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,1fr);gap:28px;margin-top:24px}
.vod-thumb{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:#141418;border-radius:14px}
.vod-thumb.vod-thumb--poster{width:100%;max-width:560px;height:auto;aspect-ratio:auto;object-fit:contain;margin-inline:auto;border-radius:8px}
.vod-facts{align-self:start;padding:24px;border:1px solid var(--line,#35353b);border-radius:14px;background:var(--panel,#141418)}
.vod-facts h2{font-size:1.2rem;margin-top:0}.vod-facts dl{margin:0 0 24px}.vod-facts dl>div{padding:12px 0;border-bottom:1px solid var(--line,#35353b)}
.vod-facts dt{font-size:.8rem;color:var(--muted,#c2c2cb)}.vod-facts dd{margin:4px 0 0}.vod-facts .btn{white-space:normal;text-align:center}
@media(max-width:760px){.vod-detail{grid-template-columns:1fr}.vod-page h1{font-size:clamp(1.75rem,7vw,2.35rem)}}
