@media (max-width: 980px) {
  .nav-links a:not(.btn) {
    display: none;
  }

  .hero-grid,
  .why-grid,
  .area-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 54px;
  }

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

  .hero-visual {
    max-width: 700px;
    margin: 0 auto;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-image {
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--max-width));
  }

  .nav {
    min-height: 72px;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .brand-text {
    font-size: 0.92rem;
  }

  .nav-links .btn {
    min-height: 44px;
    padding: 0 15px;
    font-size: 0.88rem;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 15vw, 4.1rem);
  }

  .rotator {
    min-height: 400px;
    border-radius: 26px;
  }


  .hero-location {
    display: block;
    padding: 0 8px;
  }

  .hero-location strong,
  .hero-location span {
    display: block;
  }

  .hero-location strong {
    margin-bottom: 2px;
    white-space: normal;
  }

  .slide--flower img {
    padding: 36px;
  }

  section {
    padding: 68px 0;
  }

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

  .area-panel {
    padding: 26px;
  }

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

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

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

  .contact-details {
    display: grid;
    gap: 3px;
  }

  .contact-details span {
    display: none;
  }
}

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

  .slide {
    transition: none;
  }

  .slide.active.slide--beach img,
  .slide.active.slide--flower img,
  .slide.active.slide--coastal .coastal-art,
  .slide.active .rotator-caption,
  .rotator-dot.active {
    animation: none !important;
  }
}
