.landing-hero{background-color:#000;justify-content:center;align-items:center;width:100%;height:100vh;min-height:100svh;display:flex;position:relative;overflow:hidden}.landing-hero__video-wrapper{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.landing-hero__video{object-fit:cover;object-position:center;filter:contrast(1.06)brightness(.9)saturate(1.1);width:100%;height:100%;transform:scale(1.02)}.landing-hero__overlay{background:radial-gradient(80% 60% at 50% 45%,#ef444414 0%,#00000073 50%,#000000d9 100%),linear-gradient(#00000073 0%,#00000026 30%,#00000080 70%,#000 100%);position:absolute;inset:0}.landing-hero__content{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;max-width:840px;margin-top:25vh;padding:0 1.5rem;animation:.9s cubic-bezier(.16,1,.3,1) both hero-fade-up;display:flex;position:relative}.landing-hero__headline{font-family:var(--font-geist-sans), "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;letter-spacing:-.03em;color:#fff;text-shadow:0 3px 18px #000000f2;margin:0;font-size:clamp(1.5rem,4vw,4rem);font-weight:700;line-height:1.12}.landing-hero__tagline{font-family:var(--font-geist-sans), "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;letter-spacing:.01em;color:#ffffffd9;text-shadow:0 2px 10px #000000e6;max-width:580px;margin:0;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:400;line-height:1.65}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.landing-hero__content{gap:.75rem;margin-top:15vh;padding:0 1.25rem}}
