/* The added scroll distance exists only after the video has loaded. */
.scroll-scene{position:relative;background:var(--ink)}
.scroll-scene .hero{min-height:0}
.scroll-scene .hero-inner{padding-top:48px;padding-bottom:40px}
.scroll-scene .hero h1{font-size:clamp(4rem,6.5vw,6.2rem)}
.scroll-scene .hero-bottom{position:relative;min-height:60px;flex-wrap:wrap}
.scroll-scene .hero-photo{object-position:center}
.hero-frames{display:none;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}
.scroll-scene.has-frames .hero-frames{display:block}
.scroll-scene.has-frames .hero-photo{visibility:hidden}
.scroll-scene.is-ready{height:calc(var(--stage-height) + var(--scroll-travel))}
.scroll-scene.is-ready .hero{position:sticky;top:var(--stage-top);height:var(--stage-height);min-height:0;display:flex;flex-direction:column;justify-content:space-between}
.scroll-scene.is-ready .hero-inner{margin-block:auto}
.scroll-controls{display:flex;align-items:center;gap:24px;letter-spacing:0}
.scroll-hint{font-size:.8rem;color:#edf1e7;letter-spacing:0;font-weight:500}
.scroll-progress{display:none;position:absolute;bottom:0;left:0;width:100%;height:3px;background:#ffffff26}
.is-ready .scroll-progress{display:block}
.scroll-progress>span{display:block;width:100%;height:100%;background:var(--yellow);transform:scaleX(0);transform-origin:left}
#skip-video{white-space:nowrap;font-size:.8rem;text-decoration:underline;text-underline-offset:4px}
@media(max-width:650px){.scroll-scene .hero-inner{padding-top:30px;padding-bottom:24px}.scroll-scene .hero h1{font-size:clamp(2.2rem,10.8vw,3.6rem);margin-bottom:20px}.scroll-scene .hero-copy{margin-bottom:0;font-size:.9rem}.scroll-scene .hero-actions{margin:20px 0;gap:10px}.scroll-scene .hero-actions .button{min-height:48px;padding-block:12px}.scroll-scene .hero-bottom{padding:14px 20px;gap:10px}.scroll-scene .hero-bottom>span{display:none}.scroll-controls{width:100%;justify-content:space-between;gap:12px;flex-wrap:wrap}.scroll-hint,#skip-video{font-size:.75rem}.hero-video{object-position:54% center}}
@media(prefers-reduced-motion:reduce){.scroll-scene.is-ready{height:auto}.scroll-scene.is-ready .hero{position:relative;top:auto;height:auto}.scroll-progress,.scroll-hint{display:none}}
