@keyframes landing-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-draw{0%{stroke-dashoffset:1400px}to{stroke-dashoffset:0}}@keyframes landing-fill-in{0%{opacity:0}to{opacity:1}}@keyframes landing-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.landing-reveal{opacity:0;animation:.7s cubic-bezier(.22,1,.36,1) forwards landing-fade-up}.landing-curve-path{stroke-dasharray:1400;stroke-dashoffset:1400px;animation:2.2s cubic-bezier(.65,0,.35,1) .4s forwards landing-draw}.landing-curve-fill{opacity:0;animation:1.2s ease-out 1.6s forwards landing-fill-in}.landing-marquee{animation:42s linear infinite landing-marquee}.landing-marquee-mask{-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}@media (prefers-reduced-motion:reduce){.landing-reveal{opacity:1;animation:none;transform:none}.landing-curve-path{stroke-dasharray:none;stroke-dashoffset:0;animation:none}.landing-curve-fill{opacity:1;animation:none}.landing-marquee{animation:none}}
