:root { color-scheme: dark; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 50% -10%, rgba(170,60,170,.2), transparent 42%), #090008; color: #f5edf5; font-family: "Space Grotesk", system-ui, sans-serif; }
.watch-nav { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; padding: 1.1rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.watch-brand { color: #fff; text-decoration: none; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.watch-back { color: rgba(255,190,235,.9); text-decoration: none; font-size: .82rem; }
.watch-main { width: min(880px, calc(100% - 2rem)); margin: clamp(1rem, 4vw, 3rem) auto clamp(3rem, 8vw, 6rem); }
.watch-kicker { display: inline-flex; margin: 0 0 .65rem; padding: .28rem .72rem; border: 1px solid rgba(230,120,200,.4); border-radius: 999px; color: rgba(255,170,230,.96); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.watch-title { margin: 0; font-size: clamp(1.9rem, 6vw, 3.4rem); line-height: 1.04; letter-spacing: -.03em; text-shadow: 0 3px 22px rgba(0,0,0,.8); }
.watch-summary { max-width: 58ch; margin: .8rem 0 1.45rem; color: rgba(240,230,240,.82); font-size: clamp(.94rem, 2vw, 1.05rem); line-height: 1.62; }
.watch-player { overflow: hidden; border: 1px solid rgba(255,145,220,.3); border-radius: 1rem; background: #030004; box-shadow: 0 20px 60px rgba(0,0,0,.6), 0 0 44px rgba(255,80,200,.14); }
.watch-player--portrait { width: min(100%, 490px); margin: 0 auto; }
.watch-player video { display: block; width: 100%; max-height: min(76vh, 760px); background: #000; }
.watch-player--portrait video { aspect-ratio: 9 / 16; object-fit: contain; }
.watch-player mux-player { display: block; width: 100%; max-height: min(76vh, 760px); background: #000; }
.watch-player--portrait mux-player { aspect-ratio: 9 / 16; --media-object-size: contain; }
.watch-note { margin: 1rem 0 0; color: rgba(240,230,240,.62); font-size: .78rem; line-height: 1.55; }
@media (max-width: 599px) { .watch-nav { padding: .9rem 0; } .watch-main { width: min(100% - 1.25rem, 880px); margin-top: 1rem; } .watch-player { border-radius: .8rem; } .watch-player video, .watch-player mux-player { max-height: 78vh; } }
