@keyframes home-reveal{0%{opacity:0;transform:translate3d(0,22px,0) scale(.994);filter:blur(2px)}30%{opacity:.9;filter:blur(0)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}.home-reveal{animation:home-reveal 1.2s cubic-bezier(.32,.72,0,1) backwards}@media (prefers-reduced-motion:reduce){.home-reveal{animation:none}}@supports (animation-timeline:view()){.home-scroll-reveal{animation:home-reveal linear both;animation-timeline:view();animation-range:entry calc(0% + var(--reveal-shift, 0%)) cover calc(45% + var(--reveal-shift, 0%))}@media (prefers-reduced-motion:reduce){.home-scroll-reveal{animation:none}}}