/* Native document scrolling: no translated page wrapper or touch interception. */
html.lb-wheel-smoothing { scroll-behavior: auto !important; }
.lbs26-panorama.lb-panorama-opening { clip-path: inset(var(--lb-open-top, 0%) var(--lb-open-side, 0%)); }
.lbs26-panorama.lb-panorama-opening:focus-within { clip-path: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .lbs26-panorama.lb-panorama-opening { clip-path: none; }
}
