/* Shared motion styles. Geometry and visual design remain in Webflow's CSS. */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* The export clips the document at tablet and landscape breakpoints. */
@media screen and (max-width: 991px) {
  .body {
    overflow: visible;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .navbar {
    padding-left: 24px;
    padding-right: 4px;
  }
}
