/* Keep the showreel vivid; soften behind the copy and fade only near the bottom. */
.home-hero{position:relative;isolation:isolate;overflow:hidden;padding-bottom:92px}
.hero-backdrop{position:absolute;inset:0;z-index:-1;pointer-events:none;background:#fff}
.hero-video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff0 62%,#fff 100%),linear-gradient(90deg,#ffffffc7 0%,#ffffffa6 45%,#ffffff47 67%,#fff0 100%)}
.home-hero .hero-copy p{color:var(--ink)}
@media(max-width:760px){.home-hero{padding-bottom:84px}.hero-backdrop:after{background:linear-gradient(180deg,#ffffff8c 0%,#ffffff8c 62%,#fff 100%)}.hero-video{object-position:60% center}}
