/* Keep the browser's real scroll surface: sticky/fixed elements stay native. */
html.lenis, html.lenis body { height: auto; }
html.swl-smooth-scroll { scroll-behavior: auto; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-smooth iframe { pointer-events: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
}
