.hero-wrap{position:relative;width:100%;height:100vh;height:100dvh;overflow:hidden;background-color:var(--bg-cream);background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.hero-wrap.has-video{background-attachment:scroll}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .3s ease}.hero-wrap.is-video-ready .hero-video{opacity:1;visibility:visible}.hero-wrap.is-video-error .hero-video{display:none}.hero-video::-webkit-media-controls{display:none!important}.hero-video::-webkit-media-controls-panel{display:none!important}.hero-video::-webkit-media-controls-play-button{display:none!important}.hero-video::--webkit-media-controls-start-playback-button{display:none!important}body.home #wrap{min-height:0!important}