@supports (animation-timeline:scroll()){@keyframes scroll-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.scroll-progress{animation:linear both scroll-progress;animation-timeline:scroll(root)}@keyframes reveal-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.section:not(.hero):not(.product-page__hero){animation:linear both reveal-in;animation-timeline:view();animation-range:entry cover 30%}}@media (prefers-reduced-motion:reduce){.scroll-progress{animation:none;transform:scaleX(1)}.section{opacity:1;animation:none;transform:none}}