/* Native-window velocity scroll: never wrap/transform the WP grid; keep document height. */
html.aktuell-scroll-smooth,
html.aktuell-scroll-elastic,
html.lenis,
html.aktuell-scroll-smooth body,
html.aktuell-scroll-elastic body,
html.lenis body {
  height: auto !important;
}

html.aktuell-scroll-smooth,
html.aktuell-scroll-elastic,
html.aktuell-scroll-native {
  scroll-behavior: auto;
}

@media (prefers-reduced-motion: reduce) {
  html.aktuell-scroll-smooth,
  html.aktuell-scroll-elastic,
  html.aktuell-scroll-native {
    scroll-behavior: auto;
  }
}
