html.pls-lenis-active,
html.pls-lenis-active body {
  height: auto;
}

html.pls-lenis-active {
  scroll-behavior: auto !important;
}

html.pls-lenis-active [data-lenis-prevent],
html.pls-lenis-active .no-smooth-scroll {
  overscroll-behavior: contain;
}

html.lenis.lenis-stopped {
  overflow: clip;
}

@media (prefers-reduced-motion: reduce) {
  html,
  html:focus-within {
    scroll-behavior: auto !important;
  }
}

