/* Lenis 1.3.26 integration. Native document scroll remains the source of truth. */
html.lenis, html.lenis body { height: auto; }
html.lenis { scroll-behavior: auto !important; }
html.lenis.lenis-stopped, html.motion-modal-lock { overflow: hidden; }
dialog, .nav-links.is-open, [data-lenis-prevent] { overscroll-behavior: contain; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
}
