.with-hero .hero.cinematic-hero{height:clamp(550px,41vw,710px);background:#071c2c}
.cinematic-hero .hero-media{position:absolute;top:88px;right:0;width:72%;height:calc(100% - 88px);overflow:hidden}
.cinematic-hero .hero-media .hero-img,.cinematic-hero .hero-media video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover!important;object-position:center!important;aspect-ratio:auto}
.cinematic-hero:after{pointer-events:none;background:linear-gradient(90deg,#071c2c 0%,#071c2c 28%,#071c2cbb 38%,#071c2c33 52%,transparent 64%)}
.cinematic-hero .hero-content{width:38%;max-width:520px}
.hero-media video,.model-motion video{opacity:0;transition:opacity .5s ease}
.motion-playing video{opacity:1}
.motion-toggle{position:absolute;right:22px;bottom:22px;z-index:3;display:flex;align-items:center;justify-content:center;min-height:42px;padding:10px 17px;border:1px solid #ffffff80;border-radius:40px;background:#071c2cbf;color:#fff;font:inherit;font-size:14px;cursor:pointer;backdrop-filter:blur(8px)}
.motion-toggle[hidden]{display:none}
.motion-toggle:hover{background:#071c2c}
.model-motion{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:8px;background:#071c2c;margin:0}
.model-motion img,.model-motion video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.model-motion .motion-toggle{left:50%;right:auto;bottom:24px;transform:translateX(-50%);white-space:nowrap}
.model-motion.motion-playing .motion-toggle{display:none}
.motion-footnote{margin:10px 0 0;font-size:.8rem;line-height:1.5;color:#6c7e91}
@media(max-width:1100px){
 .with-hero .hero.cinematic-hero{height:auto}
 .cinematic-hero .hero-media{position:relative;top:auto;right:auto;width:100%;height:auto;aspect-ratio:16/9;order:0}
 .cinematic-hero .hero-content{width:100%;max-width:none}
 .cinematic-hero .hero-media .hero-img{aspect-ratio:16/9}
 .cinematic-hero .motion-toggle{right:16px;bottom:16px;min-height:40px;font-size:13px;padding:8px 15px}
}
@media(prefers-reduced-motion:reduce){.hero-media video,.model-motion video{transition:none}}
