@media (max-width: 1023px) {
  :root {
    --header-h: 110px;
  }

  .nav-link {
    padding: 0.5rem 0.64rem;
    font-size: 0.8rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .map-card {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  :root {
    --header-h: 104px;
  }

  .top-band {
    display: none;
  }

  .header-spacer {
    height: 80px;
  }

  .hero,
  .hero-content {
    min-height: 540px;
  }

  .hero-copy {
    padding: 2rem 0 3rem;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-stats {
    display: none;
  }

  .hero-stat {
    padding: 0.6rem;
  }

  .hero-stat strong {
    font-size: 0.85rem;
  }

  .hero-stat span {
    font-size: 0.7rem;
  }

  .slider::after {
    background:
      linear-gradient(180deg, rgba(7, 20, 34, 0.86) 0%, rgba(7, 20, 34, 0.62) 56%, rgba(7, 20, 34, 0.44) 100%);
  }

  .section-shell {
    padding: 3.5rem 1rem;
  }

  .seal-list img {
    height: 32px;
  }

  .modal-actions {
    flex-direction: column;
  }

  .modal-actions a,
  .modal-actions button {
    width: 100%;
  }

  .fab-whats,
  .fab-ig {
    right: 14px;
    width: 50px;
    height: 50px;
  }

  .fab-ig {
    bottom: 76px;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: 2.05rem;
  }

  .slider-btn {
    width: 38px;
    height: 38px;
  }
}
