html {
  overflow-x: clip;
}

section[id] {
  scroll-margin-top: 0;
}

.motion-ready .reveal.reveal-left.is-visible,
.motion-ready .reveal.reveal-right.is-visible {
  transform: none;
}

@media (max-width: 980px) {
  .motion-ready .reveal.reveal-left,
  .motion-ready .reveal.reveal-right {
    transform: translateY(16px);
  }

  .motion-ready .reveal.is-visible,
  .motion-ready .reveal.reveal-left.is-visible,
  .motion-ready .reveal.reveal-right.is-visible {
    transform: none;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  body {
    padding-bottom: calc(66px + env(safe-area-inset-bottom));
  }

  .site-footer {
    padding-bottom: 28px;
  }

  body.menu-open .mobile-actions,
  body:has(.quote-form :is(input, select, textarea):focus) .mobile-actions {
    visibility: hidden;
    pointer-events: none;
  }
}

