@media (max-width: 980px) {
  .about-grid,
  .contact-grid,
  .booking-grid,
  .field-grid,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-grid-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-copy {
    max-width: none;
  }

  .about-image-wrap {
    justify-content: center;
    min-height: 0;
    margin-top: 8px;
  }

  .about-image {
    width: min(100%, 460px);
  }
}

@media (max-width: 760px) {
  .nav-row {
    min-height: 72px;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
  }

  .brand-logo-image {
    height: 60px;
  }

  .hero,
  .hero-media {
    min-height: 72vh;
  }

  .hero-content {
    padding: 60px 0 84px;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 10vw, 4rem);
  }
}

@media (max-width: 680px) {
  .main-nav {
    font-size: 14px;
    gap: 10px;
    justify-content: center;
  }

  .service-grid-row {
    grid-template-columns: 1fr;
  }

  .field-row {
    flex-direction: column;
    align-items: stretch;
  }

  .price-box {
    width: 100%;
  }

  .section {
    padding: 64px 0;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .about-image {
    width: min(100%, 360px);
  }

  .offer-row {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 980px) {
  .contact-showcase,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .document-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }
}

@media (max-width: 680px) {
  .audio-toggle {
    width: 50px;
    height: 50px;
    left: 12px;
    bottom: max(12px, calc(env(safe-area-inset-bottom, 0px) + 12px));
  }

  .audio-toggle svg {
    width: 20px;
    height: 20px;
  }
}
