/* Responsive overrides */

@media (max-width: 900px) {
  .container {
    width: min(100%, calc(100% - 2rem));
  }

  .hero-description,
  .section-header p,
  .section-intro p {
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .hero-content h1,
  .hero-copy h1 {
    font-size: 2.4rem;
  }

  .section-header h2,
  .section-intro h2 {
    font-size: 2rem;
  }

  .nav-links {
    gap: 0.9rem;
  }

  .brand-logo img {
    height: 40px;
    max-width: 58px;
  }

  .slider-arrow {
    width: 38px;
    height: 38px;
  }

  .review-card {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .feature-grid,
  .rooms-grid,
  .dining-grid,
  .gallery-grid,
  .courtyard-cards,
  .rooftop-cards,
  .location-details,
  .exterior-gallery-grid {
    grid-template-columns: 1fr;
  }

  .heritage-architecture-section .architecture-card {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 350px;
  }

  .hero-copy {
    padding: 0 1rem;
  }

  .footer-bottom {
    text-align: center;
  }
}
