/* ============================================
   RESPONSIVE STYLESHEET
   ============================================ */

/* ---------- Tablet (max-width: 1024px) ---------- */
@media (max-width: 1024px) {
  :root {
    --section-padding: 80px 0;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .hero-description {
    margin: 0 auto 36px;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-location {
    justify-content: center;
  }

  .hero-image-frame img {
    height: 400px;
  }

  .trust-strip-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

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

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

  .showcase-item-large {
    grid-column: span 2;
    grid-row: span 1;
  }

  .showcase-item-large img {
    min-height: 280px;
  }

  .location-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

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

  .gallery-masonry {
    columns: 2;
  }

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

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

/* ---------- Tablet Small (max-width: 768px) ---------- */
@media (max-width: 768px) {
  :root {
    --header-height: 68px;
    --section-padding: 64px 0;
  }

  .nav-desktop {
    display: none;
  }

  .header-cta .btn {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .nav-mobile {
    display: block;
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 32px);
    padding-bottom: 48px;
  }

  .hero h1 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }

  .hero-image-frame img {
    height: 320px;
  }

  .hero-image-frame::before,
  .hero-image-frame::after {
    display: none;
  }

  .hero-image-accent {
    bottom: auto;
    top: 16px;
    right: 16px;
  }

  .trust-strip-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .intro-image-accent {
    display: none;
  }

  .intro-features {
    grid-template-columns: 1fr;
  }

  .rooms-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

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

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

  .showcase-item-large {
    grid-column: span 1;
  }

  .showcase-item-large img {
    min-height: 240px;
  }

  .showcase-item img {
    height: 220px;
  }

  .location-map {
    min-height: 300px;
  }

  .faq-question {
    font-size: 1rem;
  }

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

  .contact-info {
    padding: 32px 24px;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .gallery-masonry {
    columns: 2;
    column-gap: 12px;
  }

  .gallery-masonry-item {
    margin-bottom: 12px;
  }

  .values-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .lightbox-nav {
    width: 36px;
    height: 36px;
  }

  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
}

/* ---------- Mobile (max-width: 480px) ---------- */
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .hero-eyebrow {
    font-size: 0.65rem;
    padding: 5px 10px;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .hero-description {
    font-size: 0.95rem;
  }

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

  .hero-buttons .btn {
    width: 100%;
    max-width: 280px;
  }

  .hero-image-frame img {
    height: 260px;
  }

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

  .trust-item {
    gap: 6px;
  }

  .trust-icon svg {
    width: 22px;
    height: 22px;
  }

  .trust-label {
    font-size: 0.72rem;
  }

  .intro-content h2 {
    font-size: 1.5rem;
  }

  .intro-image-main img {
    height: 280px;
  }

  .room-card-image img {
    height: 200px;
  }

  .room-card-body {
    padding: 20px;
  }

  .amenity-card {
    padding: 20px 16px;
  }

  .gallery-masonry {
    columns: 1;
  }

  .gallery-filters {
    gap: 8px;
  }

  .gallery-filter-btn {
    padding: 8px 16px;
    font-size: 0.8rem;
  }

  .page-hero {
    padding: 120px 0 40px;
  }

  .page-hero h1 {
    font-size: 1.6rem;
  }

  .location-address {
    padding: 16px;
    font-size: 0.9rem;
  }

  .location-buttons {
    flex-direction: column;
  }

  .location-buttons .btn {
    width: 100%;
  }

  .cta-banner {
    padding: 60px 0;
  }

  .cta-banner h2 {
    font-size: 1.5rem;
  }

  .room-modal {
    padding: 16px;
  }

  .room-modal-image {
    height: 220px;
  }

  .room-modal-body {
    padding: 24px;
  }

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

  .room-modal-actions .btn {
    width: 100%;
  }

  .about-story-image img {
    height: 280px;
  }

  .value-card {
    padding: 28px 20px;
  }
}

/* ---------- Mobile Bottom CTA ---------- */
@media (max-width: 768px) {
  .mobile-cta {
    display: block;
  }

  body {
    padding-bottom: 72px;
  }

  .whatsapp-float {
    bottom: 84px;
  }
}

@media (min-width: 769px) {
  .mobile-cta {
    display: none !important;
  }
}
