@keyframes landing-nav-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-hero-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){.landing-header-inner{animation:landing-nav-in .45s cubic-bezier(.22,1,.36,1) both}.landing-hero-title{animation:landing-hero-in .55s cubic-bezier(.22,1,.36,1) both;animation-delay:.04s}.landing-hero-sub{animation:landing-hero-in .55s cubic-bezier(.22,1,.36,1) both;animation-delay:.12s}.landing-reveal-block{opacity:0;transform:translateY(14px);transition:opacity .52s cubic-bezier(.22,1,.36,1),transform .52s cubic-bezier(.22,1,.36,1)}.landing-reveal-block.landing-reveal-block--visible{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.landing-header-inner,.landing-hero-sub,.landing-hero-title{animation:none}.landing-reveal-block{opacity:1;transform:none;transition:none}}