/* ==========================================================================
   RESPONSIVE RULES — Mobile First
   Breakpoints: 320, 375, 425, 576, 768, 992, 1200, 1400
   ========================================================================== */

/* ---------- BASE (Mobile 320px+) ---------- */
:root{ --header-h: 84px; }

.hero{ min-height: 100svh; }
.hero-content{ padding-top: 6.2rem; text-align:center; }
.hero .eyebrow{ justify-content:center; }
.hero h1{ font-size: clamp(2.1rem, 9vw, 2.6rem); }
.hero p.hero-lead{ margin-left:auto; margin-right:auto; font-size:1rem; }
.hero-actions{ justify-content:center; }
.hero-badge-row{ justify-content:center; margin-top:2rem; }
.hero-scroll-cue{ display:none; }

.topbar{ display:none; }
.main-nav{ padding: 0.85rem 0; }
.brand-mark{ width:42px; height:42px; font-size:1.05rem; }
.brand-text .brand-name{ font-size:1.02rem; }
.brand-text .brand-tag{ font-size:0.52rem; }
.nav-cta .btn-luxury{ display:none; }

.section-pad{ padding: 3.4rem 0; }
.section-pad-sm{ padding: 2.4rem 0; }
.section-head{ margin-bottom: 2rem; text-align:center; }
.section-head .section-sub{ margin-left:auto; margin-right:auto; }

.dual-panel{ padding: 2.4rem 1.6rem; min-height: 380px; }
.dual-panel h3{ font-size:1.6rem; }

.gallery-grid{ grid-template-columns: repeat(2, 1fr); gap:0.7rem; }
.gallery-item.gi-wide{ grid-column: span 2; }
.gallery-item.gi-tall{ grid-row: span 1; }

.counter-item .num{ font-size:2.1rem; }
.counter-strip{ padding: 2rem 1rem; }

.form-panel, .form-side-info{ padding: 1.6rem; border-radius: var(--radius-md); }

.page-hero{ padding: calc(var(--header-h) + 2.2rem) 0 3rem; text-align:center; }
.page-hero .breadcrumb-luxury{ justify-content:center; }
.page-hero p{ margin-left:auto; margin-right:auto; }

.mega-menu{ min-width: 900px; }

.floating-actions{ right:0.85rem; bottom:0.85rem; }
.fab{ width:50px; height:50px; font-size:1.25rem; }

.footer-top{ padding: 3.4rem 0 2rem; text-align:center; }
.footer-brand p{ margin-left:auto; margin-right:auto; }
.footer-social{ justify-content:center; }
.footer-contact li{ justify-content:center; text-align:left; }

.luxury-tabs{ justify-content:flex-start; overflow-x:auto; flex-wrap:nowrap; padding-bottom:0.4rem; -webkit-overflow-scrolling:touch; }
.luxury-tabs::-webkit-scrollbar{ height:4px; }
.luxury-tabs button{ flex-shrink:0; }

.timeline-luxury{ padding-left: 1.8rem; }

/* ---------- 375px ---------- */
@media (min-width: 375px){
  .hero h1{ font-size: clamp(2.3rem, 8.5vw, 2.8rem); }
}

/* ---------- 425px ---------- */
@media (min-width: 425px){
  .gallery-grid{ grid-template-columns: repeat(2, 1fr); }
  .hero-badge-row{ gap:1.4rem 2rem; }
}

/* ---------- 576px (sm) ---------- */
@media (min-width: 576px){
  .hero-content{ text-align:left; }
  .hero .eyebrow{ justify-content:flex-start; }
  .hero-actions{ justify-content:flex-start; }
  .hero-badge-row{ justify-content:flex-start; }
  .section-head:not(.text-center-force){ text-align:left; }
  .section-head .section-sub{ margin-left:0; }
  .footer-top{ text-align:left; }
  .footer-brand p{ margin-left:0; }
  .footer-social{ justify-content:flex-start; }
  .page-hero{ text-align:left; }
  .page-hero .breadcrumb-luxury{ justify-content:flex-start; }
  .page-hero p{ margin-left:0; }
}

/* ---------- 768px (md / tablet) ---------- */
@media (min-width: 768px){
  :root{ --header-h: 100px; }
  .hero-content{ padding-top: 5rem; }
  .hero h1{ font-size: clamp(3rem, 7vw, 3.6rem); }
  .hero-scroll-cue{ display:block; }
  .gallery-grid{ grid-template-columns: repeat(3, 1fr); }
  .section-pad{ padding: 5rem 0; }
  .dual-panel{ min-height:420px; padding: 2.8rem 2.2rem; }
  /* .mega-menu{ min-width: 560px; } */
  .nav-cta .btn-luxury{ display:inline-flex; }
  .counter-item .num{ font-size:2.5rem; }
  .form-panel, .form-side-info{ padding: 2.2rem; }
}

/* ---------- 992px (lg / desktop) ---------- */
@media (min-width: 992px){
  :root{ --header-h: 118px; --header-h-shrink: 78px; }
  .topbar{ display:block; }
  .hero-content{ padding-top: var(--header-h); }
  .hero h1{ font-size: clamp(3.4rem, 5.6vw, 4.6rem); }
  .section-pad{ padding: 7rem 0; }
  .gallery-grid{ grid-template-columns: repeat(4, 1fr); }
  .dual-panel{ min-height: 500px; padding: 3.4rem 2.8rem; }
  .counter-item .num{ font-size:3rem; }
  .footer-top{ padding: 6rem 0 3rem; }
}

/* ---------- 1200px (xl) ---------- */
@media (min-width: 1200px){
  .hero h1{ font-size: clamp(3.8rem, 5.2vw, 5rem); }
  .section-pad{ padding: 8rem 0; }
}

/* ---------- 1400px (xxl) ---------- */
@media (min-width: 1400px){
  .container-xl{ max-width: 1360px; }
}

/* ---------- Desktop-only nav / mobile-only elements ---------- */
@media (max-width: 991.98px){
  .desktop-only-nav{ display:none !important; }
}
@media (min-width: 992px){
  .mobile-only-nav{ display:none !important; }
}
