@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){section{animation:linear both section-shift;animation-timeline:view();animation-range:entry 20% cover 25%}section#hero,section[data-scroll-shift=none]{animation:none}figure{animation:linear both media-drift;animation-timeline:view();animation-range:cover}section h2{animation:linear both text-rise;animation-timeline:view();animation-range:entry 40% cover 18%}section h2+p,section p:last-of-type{animation:linear both text-rise;animation-timeline:view();animation-range:entry 55% cover 30%}section h2~p:first-of-type,section p:first-of-type{animation:linear both text-rise;animation-timeline:view();animation-range:entry 30% cover 10%}section[data-scroll-static=true],section[data-scroll-static=true] h2,section[data-scroll-static=true] p{animation:none!important}}}@keyframes section-shift{0%{transform:translateY(220px)scale(.94)}to{transform:none}}@keyframes text-rise{0%{opacity:0;transform:translateY(90px)}to{opacity:1;transform:none}}@keyframes media-drift{0%{transform:translateY(260px)scale(1.06)}to{transform:translateY(-260px)scale(1.06)}}@media (max-width:900px){@keyframes media-drift{0%{transform:translateY(40px)}to{transform:translateY(-40px)}}}
