/* Animated scrolling (Lenis + GSAP) */
html.lenis,
html.lenis-smooth {
  scroll-behavior: auto;
}

body.has-scroll-motion .reveal-item {
  will-change: opacity, transform, filter;
}

body.has-scroll-motion .scroll-progress {
  transition: width 80ms linear;
}

@media (prefers-reduced-motion: reduce) {
  body.has-scroll-motion .reveal-item {
    will-change: auto;
  }
}
