/* Homepage video viewport and framing — v5. */
.page-home:has(.home-hero--video) > main { padding-top: 0; }
.page-home:has(.home-hero--video) > .site-header { position: fixed; inset: 0 0 auto; width: 100%; background: rgb(9 15 18 / .38); background-image: none; backdrop-filter: blur(8px); box-shadow: none; border-bottom: 1px solid rgb(255 255 255 / .12); }
.home-hero.home-hero--video { --home-video-position: 0% 53%; position: relative; width: 100%; height: 100svh; height: 100dvh; min-height: 0; align-items: start; background: #090d0f; }
.home-hero--video .home-hero__video,
.home-hero--video .hero-video-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--home-video-position); transform: scale(1.24) translateY(3.5%); }
.home-hero.home-hero--video::before { z-index: 1; background-image: linear-gradient(90deg, rgb(7 12 15 / .7), rgb(7 12 15 / .26) 42%, transparent 72%), linear-gradient(180deg, rgb(7 12 15 / .28), transparent 60%); transform: none; animation: none; pointer-events: none; }
html.public-theme .site-body .home-hero.home-hero--video::after { content: none; }
.home-hero--video .home-hero__content { align-self: start; padding-top: 112px; padding-bottom: 48px; z-index: 2; }
.home-hero--video h1 { max-width: 650px; margin-bottom: 16px; }
.home-hero--video .lede { color: #ff7919; max-width: 460px; text-shadow: 0 2px 12px #0009; }
.home-hero--video .hero-index { z-index: 2; }
@media (max-width: 980px) { .home-hero--video .home-hero__content { padding-top: 94px; } }
@media (max-width: 760px) {
  .home-hero.home-hero--video { --home-video-position: 33% 53%; }
  .home-hero--video .home-hero__content { padding-top: 94px; padding-bottom: 36px; }
  .home-hero--video h1 { font-size: clamp(2.8rem, 12vw, 4rem); line-height: .98; max-width: 340px; }
  .home-hero--video .lede { max-width: 300px; font-size: 1rem; line-height: 1.5; }
  .home-hero.home-hero--video::before { background-image: linear-gradient(180deg, rgb(7 12 15 / .72), rgb(7 12 15 / .25) 46%, transparent 76%); }
}
