/* Original-detail footage; no local controls and no artificial zoom/sharpening. */
.crg-home-stage__poster,
.crg-home-stage__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.crg-home-stage__video { opacity: 0; pointer-events: none; transition: opacity 350ms ease-out; }
.crg-home-stage--video.has-video-frame .crg-home-stage__video { opacity: 1; }
html.crg-reduced-motion .crg-home-stage__video,
html[data-crg-motion="reduce"] .crg-home-stage__video { opacity: 0 !important; transition: none; }
@media (prefers-reduced-motion: reduce) { .crg-home-stage__video { opacity: 0 !important; transition: none; } }
@media (forced-colors: active) { .crg-home-stage__video { display: none; } }
