.reel-page{padding-bottom:90px}
.reel-stage{min-height:400px;aspect-ratio:16/9;display:grid;place-items:center;border:1px solid var(--line);background:var(--panel);padding:40px;text-align:center}
.reel-stage-copy{max-width:560px}
.reel-stage h2{font-size:clamp(32px,5vw,64px);font-weight:500;letter-spacing:-.04em;line-height:1.1;margin:24px 0}
.reel-stage p{font-size:16px;line-height:1.7;margin:0 auto 30px;max-width:440px;color:var(--muted)}
.reel-stage .button{display:inline-flex}
@media(max-width:600px){.reel-stage{aspect-ratio:auto;min-height:340px;padding:30px 22px}.reel-page{padding-bottom:55px}}

.reel-stage.is-unlocked{aspect-ratio:auto;display:block;padding:24px}.reel-stage.is-unlocked .reel-stage-copy{max-width:none}.reel-stage.is-unlocked h2{font-size:30px}.reel-stage.is-unlocked video{width:100%;aspect-ratio:16/9;background:#000}
