@keyframes home-hero-copy-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.home-hero .home-hero-copy{animation:home-hero-copy-in .5s ease}.home-hero>.container-base{width:min(100% - 2rem,var(--container-max));margin-inline:auto}.home-hero-video-wrap{overflow:hidden;container-type:size}.home-hero-video-stack{position:absolute;inset:0}.home-hero-video-iframe,.home-hero-video-poster{position:absolute;top:50%;left:50%;z-index:0;width:max(100cqw,calc(100cqh * 16 / 9));height:max(100cqh,calc(100cqw * 9 / 16));max-width:none;border:0;transform:translate(-50%,-50%);object-fit:cover;opacity:0;transition:opacity .95s ease}.home-hero-video-poster{opacity:1;pointer-events:none}.home-hero-video-poster.is-hidden{opacity:0;visibility:hidden}@supports not (width:1cqw){.home-hero-video-iframe,.home-hero-video-poster{width:177.78vh;height:56.25vw;min-width:100%;min-height:100%}@media (orientation:portrait){.home-hero-video-iframe,.home-hero-video-poster{width:320%;height:100%;min-width:100%;min-height:100%}}}.home-hero-video-iframe.is-loaded{opacity:1}.home-hero-video-dots{z-index:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='2'%3E%3Crect width='1' height='1' fill='%23000'/%3E%3Crect x='1' width='1' height='1' fill='rgba(0,0,0,0.8)'/%3E%3Crect y='1' width='1' height='1' fill='rgba(0,0,0,0.8)'/%3E%3Crect x='1' y='1' width='1' height='1' fill='rgba(0,0,0,0.8)'/%3E%3C/svg%3E");background-size:2px 2px;background-repeat:repeat}.home-hero-video-dots,.home-hero-video-scrim{position:absolute;inset:0;pointer-events:none}.home-hero-video-scrim{z-index:2;background:linear-gradient(to bottom,color-mix(in srgb,var(--color-bg) 0%,transparent) 0,color-mix(in srgb,var(--color-bg) 6%,transparent) 8%,color-mix(in srgb,var(--color-bg) 14%,transparent) 16%,color-mix(in srgb,var(--color-bg) 22%,transparent) 24%,color-mix(in srgb,var(--color-bg) 30%,transparent) 32%,color-mix(in srgb,var(--color-bg) 38%,transparent) 40%,color-mix(in srgb,var(--color-bg) 46%,transparent) 48%,color-mix(in srgb,var(--color-bg) 54%,transparent) 55%,color-mix(in srgb,var(--color-bg) 62%,transparent) 62%,color-mix(in srgb,var(--color-bg) 69%,transparent) 68%,color-mix(in srgb,var(--color-bg) 75%,transparent) 74%,color-mix(in srgb,var(--color-bg) 81%,transparent) 79%,color-mix(in srgb,var(--color-bg) 86%,transparent) 84%,color-mix(in srgb,var(--color-bg) 90%,transparent) 88%,color-mix(in srgb,var(--color-bg) 93%,transparent) 91%,color-mix(in srgb,var(--color-bg) 95%,transparent) 94%,color-mix(in srgb,var(--color-bg) 97%,transparent) 96%,color-mix(in srgb,var(--color-bg) 98.5%,transparent) 98%,var(--color-bg) 100%)}.home-hero-navbtn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:rgb(0 0 0/.28);color:var(--color-white);font-size:1.35rem;line-height:1;cursor:pointer;transition:background var(--transition-base),border-color var(--transition-base),color var(--transition-base)}.home-hero-navbtn:hover{background:rgb(255 255 255/.12);border-color:color-mix(in srgb,var(--color-primary) 70%,white 30%);color:var(--color-primary-strong)}.home-hero-dots{display:flex;flex-wrap:wrap;gap:.5rem}.home-hero-dot-btn,.home-hero-dots{align-items:center;justify-content:center}.home-hero-dot-btn{display:inline-flex;min-width:3rem;min-height:3rem;padding:0;border:none;background:transparent;cursor:pointer;color:inherit}.home-hero-dot-btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-md)}.home-hero-dot{display:block;width:.625rem;height:.625rem;border-radius:9999px;background:rgb(255 255 255/.35);transition:width var(--transition-base),background var(--transition-base)}.home-hero-dot-btn:focus-visible .home-hero-dot,.home-hero-dot-btn:hover .home-hero-dot{background:rgb(255 255 255/.55)}.home-hero-dot-btn.is-active .home-hero-dot{width:2.5rem;background:var(--color-primary)}