.video-hero-section{position:relative;width:100%;height:70vh;min-height:400px;max-height:700px;overflow:hidden;background:#0a0818}.video-hero-frame{position:absolute;top:-5%;left:0;width:100%;height:130%;-o-object-fit:cover;object-fit:cover;will-change:transform;opacity:0;transition:opacity .3s ease}.video-hero-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100%;background:linear-gradient(0deg,rgba(233,30,140,.3) 0,transparent);pointer-events:none;z-index:1}.video-hero-loading{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem}.loading-bar-track{width:120px;height:2px;background:rgba(255,255,255,.1);border-radius:1px;overflow:hidden}.loading-bar-fill{height:100%;background:hsl(326,82%,52%);transition:width .15s ease-out;box-shadow:0 0 8px rgba(200,30,120,.6)}.loading-text{font-family:system-ui,sans-serif;font-size:.6rem;font-weight:400;color:rgba(255,255,255,.35);letter-spacing:.2em}@media (max-width:768px){.video-hero-section{height:auto;min-height:unset;max-height:unset;aspect-ratio:16/9}}