/* Lenis owns interpolation; avoid applying native smooth scrolling twice. */
html.lenis { scroll-behavior: auto; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
