/* Load after home.css. The video itself retains its native 16:9 frame. */
#hero-video-wrap{aspect-ratio:16/9;background:#0a1735}
#hero-video-wrap .hero-video{object-fit:contain}
#hero-video-wrap .hero-video-play{flex-direction:row;align-items:center;justify-content:flex-start;gap:14px;padding:0 6.25%;top:auto;bottom:10%;height:54px;text-align:left}
#hero-video-wrap .hero-play-btn{width:54px;height:54px;flex-shrink:0;background:#ea5b21;border:0;box-shadow:0 5px 24px #ea5b2133}
#hero-video-wrap .hero-play-btn::before{border-left-width:14px;border-top-width:9px;border-bottom-width:9px;margin-left:4px}
#hero-video-wrap .hero-play-label{font-size:clamp(12px,1.3vw,16px);letter-spacing:0}
#hero-video-wrap .hero-play-sub{display:none}
#hero-video-wrap .hero-video-play:focus-visible{outline:2px solid white;outline-offset:6px;border-radius:8px}
@media(max-width:600px){#hero-video-wrap .hero-video-play{height:40px;gap:10px}#hero-video-wrap .hero-play-btn{width:40px;height:40px}#hero-video-wrap .hero-play-label{font-size:12px}}

/* The live runtime also assigns inline styles to this button. */
#hero-video-wrap .hero-video-play{position:absolute!important;inset:auto 0 10% 0!important;transform:none!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:14px!important;padding:0 6.25%!important;height:54px!important;text-align:left!important}
#hero-video-wrap .hero-play-label{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;font-size:14px!important;white-space:normal!important;max-width:65%!important}
@media(max-width:600px){#hero-video-wrap .hero-video-play{height:40px!important;gap:10px!important}#hero-video-wrap .hero-play-label{font-size:11px!important}}
