@media (min-width: 881px) {
  html {
    height: 100%;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    scroll-snap-type: none !important;
  }

  body {
    height: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: none;
    scroll-behavior: smooth !important;
    scroll-snap-type: y mandatory !important;
  }

  .fullpage {
    height: auto;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .fullpage > .snap-section {
    height: 100svh !important;
    min-height: 100svh !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  .contact-map-frame {
    pointer-events: none;
  }
}

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