@keyframes heroIn{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes mediaIn{from{opacity:.35;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,100%{opacity:.25}50%{opacity:.7}}.hero-copy>*{opacity:0;animation:heroIn .75s var(--ease) forwards}.hero-copy>*:nth-child(2){animation-delay:.08s}.hero-copy>*:nth-child(3){animation-delay:.16s}.hero-copy>*:nth-child(4){animation-delay:.24s}.hero-media img{animation:mediaIn 1.4s var(--ease)}.hero-grid{animation:pulse 7s ease-in-out infinite}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
