/* Prevent layout shift while the responsive homepage hero video decodes. */
#banner_main video { display: block; width: 100% !important; max-width: 100%; height: auto !important; aspect-ratio: 16 / 9; object-fit: cover; opacity: 0; transition: opacity 420ms ease; }
#banner_main video.is-ready { opacity: 1; }
@media (prefers-reduced-motion: reduce) { #banner_main video { transition-duration: 1ms; } }
