@media (max-width: 781px) {
  .sxm-site-header__inner {
    min-height: 64px;
  }

  .sxm-hero {
    min-height: auto;
  }

  .sxm-hero::after {
    top: auto;
    right: -110px;
    bottom: -140px;
    opacity: .48;
  }

  .sxm-proof-line {
    display: grid;
    gap: 6px;
  }

  .sxm-proof-line span::after {
    display: none;
  }

  .sxm-service-grid,
  .sxm-case-grid,
  .sxm-method-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .sxm-authority-map {
    grid-template-columns: 1fr;
  }

  .sxm-authority-node {
    min-height: auto;
  }

  .sxm-faq-list .wp-block-details summary {
    padding-right: 12px;
  }

  .sxm-contact-panel::after {
    opacity: .45;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
