@supports(animation-timeline:view()){@media(prefers-reduced-motion:no-preference){@keyframes hero-reveal{from{opacity:.7;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.hero-figure,.mission-hero,:where(figure):not(.hero-figure):not(.hero-figure *),pre.chroma{animation:hero-reveal linear;animation-timeline:view();animation-range:entry 0% cover 30%}}}