@media (max-width: 992px) {
  .hero-grid,
  .grid-2,
  .contact-grid,
  .cards-grid,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-media {
    order: -1;
  }

  .hero-content {
    text-align: center;
  }

  .hero-actions,
  .hero-stats {
    justify-content: center;
  }
}

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

  .nav-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(247, 251, 255, 0.98);
    flex-direction: column;
    padding: 18px 24px;
    display: none;
    border-bottom: 1px solid rgba(35, 48, 66, 0.06);
  }

  .nav.open {
    display: flex;
  }

  .cards-grid,
  .gallery-grid,
  .footer-grid,
  .package-grid,
  .massage-details {
    grid-template-columns: 1fr;
  }

  .featured-package {
    transform: none;
  }

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

  .section {
    padding: 70px 0;
  }

  .image-card,
  .service-img,
  .gallery-item,
  .map-box {
    min-height: 260px;
  }

  .footer-grid {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .nav-wrap {
    min-height: 70px;
  }

  .nav {
    top: 70px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-text {
    font-size: 0.78rem;
    letter-spacing: 0.02em;
  }

  .hero-content h1,
  .page-hero h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .hero-stats div {
    width: 100%;
    text-align: center;
  }

  .content-card,
  .info-card,
  .testimonial-card,
  .contact-form,
  .cta-box {
    padding: 22px;
  }

  .whatsapp-float,
  .back-to-top {
    right: 14px;
    width: 46px;
    height: 46px;
  }

  .whatsapp-float {
    bottom: 76px;
  }

  .back-to-top {
    bottom: 18px;
  }
}