/* ========================================================
   Star Living Luxury PG — Premium Website Stylesheet
   ======================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Playfair+Display:wght@700;800&family=Outfit:wght@300;400;500;600;700&display=swap');

/* ===== RESET & VARIABLES ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold:        #C9A84C;
  --gold-dark:   #8B6914;
  --gold-light:  #F0D98A;
  --gold-pale:   #FDF8EE;
  --navy:        #0F172A;
  --charcoal:    #1E293B;
  --text:        #1A1A1A;
  --muted:       #6B7280;
  --cream:       #FAF8F3;
  --border:      #E8E4DA;
  --white:       #FFFFFF;
  --shadow-sm:   0 1px 4px rgba(0,0,0,.07);
  --shadow-md:   0 4px 18px rgba(0,0,0,.10);
  --shadow-lg:   0 12px 44px rgba(0,0,0,.13);
  --r:           12px;
  --r-sm:        8px;
  --serif:       'Cormorant Garamond', Georgia, serif;
  --sans:        'Outfit', system-ui, sans-serif;
  --ease:        0.32s cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.18; }
h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); letter-spacing: -.8px; }
h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -.5px; }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
h4 { font-size: 1.15rem; }
p  { color: var(--muted); line-height: 1.85; }
a  { color: inherit; text-decoration: none; transition: var(--ease); }
img { max-width: 100%; height: auto; display: block; }
button { border: none; cursor: pointer; font-family: var(--sans); }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: var(--ease);
}
.navbar-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 28px;
  height: 72px; display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
}
.nav-brand { display: flex; flex-direction: column; line-height: 1; text-decoration: none; }
.nav-brand-name { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; color: var(--navy); }
.nav-brand-sub  { font-size: .62rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-top: 2px; }

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a {
  padding: 7px 15px; font-size: .86rem; font-weight: 500;
  color: var(--charcoal); border-radius: 6px; transition: var(--ease);
}
.nav-links a:hover, .nav-links a.active {
  background: var(--gold-pale); color: var(--gold-dark);
}
.nav-links a.active { font-weight: 700; }

.btn-call {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 22px; background: var(--gold); color: white;
  border-radius: 50px; font-size: .86rem; font-weight: 600;
  letter-spacing: .2px; transition: var(--ease); white-space: nowrap;
}
.btn-call:hover { background: var(--gold-dark); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(201,168,76,.45); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: var(--ease); }

.mobile-menu {
  display: none; position: fixed; top: 72px; left: 0; right: 0;
  background: white; border-bottom: 1px solid var(--border);
  padding: 16px 24px 20px; flex-direction: column; gap: 4px;
  z-index: 999; box-shadow: var(--shadow-md);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  padding: 12px 16px; border-radius: var(--r-sm);
  font-size: .95rem; font-weight: 500; color: var(--charcoal); transition: var(--ease);
}
.mobile-menu a:hover, .mobile-menu a.active { background: var(--cream); color: var(--gold-dark); }
.mobile-menu .m-call {
  margin-top: 8px; background: var(--gold); color: white;
  padding: 13px 20px; border-radius: 50px; text-align: center;
  font-weight: 600; letter-spacing: .2px;
}

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; background: var(--navy); }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(15,23,42,.82) 0%, rgba(15,23,42,.5) 55%, rgba(15,23,42,.2) 100%);
}
.hero-content {
  position: relative; z-index: 2; max-width: 1280px;
  margin: 0 auto; padding: 130px 28px 80px; width: 100%;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 16px; border-radius: 50px;
  background: rgba(201,168,76,.18); border: 1px solid rgba(201,168,76,.5);
  font-size: .72rem; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold-light); margin-bottom: 22px;
}
.hero-badge .dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.hero-title { color: white; max-width: 720px; margin-bottom: 18px; text-shadow: 0 2px 10px rgba(0,0,0,.3); }
.hero-title em {
  font-family: 'Playfair Display', var(--serif);
  font-style: normal;
  font-weight: 800;
  color: var(--gold-light);
  letter-spacing: .5px;
}
.hero-subtitle { color: rgba(255,255,255,.82); font-size: 1.08rem; max-width: 520px; margin-bottom: 38px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 30px; background: var(--gold); color: white;
  border-radius: 50px; font-size: .95rem; font-weight: 600; transition: var(--ease);
}
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(201,168,76,.5); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border: 2px solid rgba(255,255,255,.65);
  color: white; border-radius: 50px; font-size: .95rem; font-weight: 600;
  background: rgba(255,255,255,.09); backdrop-filter: blur(4px); transition: var(--ease);
}
.btn-ghost:hover { background: rgba(255,255,255,.18); border-color: white; transform: translateY(-2px); }

.hero-stats {
  display: flex; flex-wrap: wrap; gap: 36px;
  margin-top: 56px; padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.hero-stat { display: flex; flex-direction: column; gap: 4px; }
.hero-stat-num { font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--gold-light); line-height: 1; }
.hero-stat-label { font-size: .72rem; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.62); }

/* ===== STATS BAR ===== */
.stats-bar { background: var(--navy); }
.stats-bar-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; flex-wrap: wrap; justify-content: center;
}
.stat-item {
  flex: 1; min-width: 150px; text-align: center;
  padding: 20px 24px; border-right: 1px solid rgba(255,255,255,.09);
}
.stat-item:last-child { border-right: none; }
.stat-emoji { font-size: 1.3rem; margin-bottom: 6px; display: block; }
.stat-num  { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--gold); display: block; line-height: 1; }
.stat-label { font-size: .7rem; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,.55); margin-top: 4px; display: block; }

/* ===== SECTION BASE ===== */
.section { padding: 88px 28px; }
.section-inner { max-width: 1280px; margin: 0 auto; }
.section-tag {
  display: inline-block; font-size: .7rem; font-weight: 800;
  letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px;
}
.section-title { color: var(--navy); margin-bottom: 14px; }
.section-desc { color: var(--muted); max-width: 560px; margin-bottom: 48px; line-height: 1.85; }

.bg-cream { background: var(--cream); }

/* ===== ABOUT ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-collage {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto; gap: 12px;
}
.about-collage .img-main { grid-column: 1/-1; height: 260px; border-radius: var(--r); overflow: hidden; }
.about-collage .img-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.about-collage .img-main:hover img { transform: scale(1.05); }
.about-collage .img-sub { height: 190px; border-radius: var(--r); overflow: hidden; }
.about-collage .img-sub img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.about-collage .img-sub:hover img { transform: scale(1.06); }

.about-text { padding: 8px 0; }
.about-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.hl-item { background: var(--cream); border-radius: var(--r-sm); padding: 14px 16px; display: flex; align-items: flex-start; gap: 10px; }
.hl-icon { font-size: 1.25rem; flex-shrink: 0; }
.hl-text strong { display: block; font-size: .88rem; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.hl-text span { font-size: .76rem; color: var(--muted); }

/* ===== FACILITIES ===== */
.facilities-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 14px; margin-top: 44px;
}
.fac-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r); padding: 22px 16px;
  text-align: center; transition: var(--ease); cursor: default;
}
.fac-card:hover { background: var(--white); border-color: var(--gold); box-shadow: var(--shadow-md); transform: translateY(-5px); }
.fac-emoji { font-size: 1.9rem; margin-bottom: 10px; display: block; }
.fac-name { font-size: .83rem; font-weight: 600; color: var(--navy); line-height: 1.4; }

/* ===== GALLERY ===== */
.gallery-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.filter-btn {
  padding: 8px 20px; border: 1.5px solid var(--border);
  border-radius: 50px; font-size: .83rem; font-weight: 500;
  color: var(--muted); background: var(--white);
  cursor: pointer; transition: var(--ease);
}
.filter-btn:hover { border-color: var(--gold); color: var(--gold-dark); }
.filter-btn.active { background: var(--gold); border-color: var(--gold); color: white; font-weight: 700; }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 14px; }
.gallery-item {
  position: relative; border-radius: var(--r); overflow: hidden;
  aspect-ratio: 4/3; background: var(--cream); cursor: zoom-in;
  transition: var(--ease);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.4,0,.2,1); }
.gallery-item:hover img { transform: scale(1.09); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,23,42,.72) 0%, transparent 55%);
  opacity: 0; transition: var(--ease);
  display: flex; align-items: flex-end; padding: 14px 16px;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-label { font-size: .82rem; font-weight: 600; color: white; letter-spacing: .4px; }
.gallery-item.hidden { display: none; }

/* ===== LIGHTBOX ===== */
.lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.95); display: flex; align-items: center;
  justify-content: center; opacity: 0; pointer-events: none; transition: opacity .3s;
}
.lightbox.open { opacity: 1; pointer-events: all; }
.lightbox img { max-width: 90vw; max-height: 88vh; object-fit: contain; border-radius: var(--r-sm); }
.lb-close {
  position: absolute; top: 22px; right: 22px;
  width: 44px; height: 44px; background: rgba(255,255,255,.13);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 1.25rem; color: white; transition: var(--ease);
}
.lb-close:hover { background: rgba(255,255,255,.28); }
.lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; background: rgba(255,255,255,.13);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 1.2rem; color: white; transition: var(--ease); user-select: none;
}
.lb-nav:hover { background: rgba(255,255,255,.28); }
.lb-prev { left: 22px; }
.lb-next { right: 22px; }

/* ===== ROOMS ===== */
.rooms-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 20px; margin-top: 44px; }
.room-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r); padding: 28px 24px;
  transition: var(--ease); position: relative; overflow: hidden;
}
.room-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--gold);
  transform: scaleX(0); transition: var(--ease); transform-origin: left;
}
.room-card:hover::before { transform: scaleX(1); }
.room-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.room-tag { font-size: .68rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.room-title { font-family: var(--serif); font-size: 1.45rem; color: var(--navy); margin-bottom: 16px; }
.room-features { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.room-features li { display: flex; align-items: center; gap: 8px; font-size: .86rem; color: var(--muted); }
.room-features li::before { content: '✓'; color: var(--gold); font-weight: 800; font-size: .78rem; flex-shrink: 0; }
.room-link {
  display: inline-flex; align-items: center; gap: 5px;
  color: var(--gold-dark); font-size: .86rem; font-weight: 700;
  border-bottom: 2px solid transparent; padding-bottom: 2px; transition: var(--ease);
}
.room-link:hover { border-color: var(--gold); gap: 9px; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; margin-top: 48px; }
.contact-items { display: flex; flex-direction: column; gap: 22px; }
.contact-row { display: flex; align-items: flex-start; gap: 16px; }
.contact-icon-box {
  width: 46px; height: 46px; background: var(--gold-pale);
  border-radius: 10px; display: flex; align-items: center;
  justify-content: center; font-size: 1.2rem; flex-shrink: 0;
}
.contact-row-text strong { display: block; font-size: .7rem; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 4px; }
.contact-row-text span, .contact-row-text a { display: block; font-size: .98rem; font-weight: 600; color: var(--navy); }
.contact-row-text a:hover { color: var(--gold-dark); }

.contact-cta-box {
  background: var(--navy); border-radius: var(--r);
  padding: 40px 36px; display: flex; flex-direction: column;
  align-items: center; text-align: center; gap: 18px;
}
.contact-cta-box h3 { color: white; font-size: 1.6rem; }
.contact-cta-box p { color: rgba(255,255,255,.65); font-size: .9rem; max-width: 260px; }

.btn-whatsapp {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px; background: #25D366; color: white;
  border-radius: 50px; font-size: .95rem; font-weight: 700; transition: var(--ease);
}
.btn-whatsapp:hover { background: #1fb556; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,.45); }

.btn-call-lg {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 24px; border: 2px solid rgba(255,255,255,.3);
  color: white; border-radius: 50px; font-size: .9rem; font-weight: 600; transition: var(--ease);
}
.btn-call-lg:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }

/* ===== FLOATING WA ===== */
.float-wa {
  position: fixed; bottom: 28px; right: 28px; z-index: 998;
  width: 58px; height: 58px; background: #25D366;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(37,211,102,.55); transition: var(--ease);
  animation: wapulse 2.4s infinite;
}
.float-wa:hover { transform: scale(1.12); animation: none; box-shadow: 0 6px 26px rgba(37,211,102,.75); }
.float-wa svg { width: 30px; height: 30px; fill: white; }

@keyframes wapulse {
  0%,100% { box-shadow: 0 4px 18px rgba(37,211,102,.55); }
  50% { box-shadow: 0 4px 28px rgba(37,211,102,.9), 0 0 0 9px rgba(37,211,102,.14); }
}

/* ===== FOOTER ===== */
.footer { background: var(--navy); color: rgba(255,255,255,.65); padding: 64px 28px 28px; }
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 52px;
  padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.09);
}
.footer-brand-name { font-family: var(--serif); font-size: 1.55rem; font-weight: 700; color: white; }
.footer-brand-sub  { font-size: .65rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin: 4px 0 16px; }
.footer-desc { font-size: .875rem; line-height: 1.85; max-width: 290px; }
.footer-col h4 { font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: .875rem; color: rgba(255,255,255,.65); transition: var(--ease); }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: .78rem; }
.footer-bottom p { color: rgba(255,255,255,.35); }
.footer-gold { color: var(--gold); }

/* ===== LOCATION CARDS (index) ===== */
.location-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 28px; margin-top: 52px; }
.loc-card { background: var(--white); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-md); transition: var(--ease); display: flex; flex-direction: column; }
.loc-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-7px); }
.loc-card-img { position: relative; height: 230px; overflow: hidden; background: var(--cream); }
.loc-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.loc-card:hover .loc-card-img img { transform: scale(1.07); }
.loc-card-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--gold); color: white;
  font-size: .68rem; font-weight: 800; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 5px 13px; border-radius: 50px;
}
.loc-card-badge.soon { background: var(--charcoal); }
.loc-card-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.loc-card-title { font-family: var(--serif); font-size: 1.4rem; color: var(--navy); margin-bottom: 5px; }
.loc-card-area { font-size: .82rem; color: var(--muted); margin-bottom: 16px; display: flex; align-items: center; gap: 5px; }
.loc-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.loc-tag { background: var(--cream); border: 1px solid var(--border); border-radius: 50px; font-size: .72rem; font-weight: 500; color: var(--charcoal); padding: 4px 12px; }
.loc-card-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--border); }
.loc-card-phone { font-size: .84rem; font-weight: 700; color: var(--charcoal); }
.btn-view {
  padding: 10px 20px; background: var(--gold); color: white;
  border-radius: 50px; font-size: .84rem; font-weight: 700; transition: var(--ease);
}
.btn-view:hover { background: var(--gold-dark); transform: translateY(-1px); }
.btn-view.soon { background: var(--charcoal); opacity: .7; cursor: default; }

/* ===== WHY US ===== */
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; margin-top: 44px; }
.why-card { padding: 26px; border-radius: var(--r); background: var(--cream); border: 1.5px solid var(--border); transition: var(--ease); }
.why-card:hover { background: var(--white); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.why-icon-box { width: 50px; height: 50px; background: var(--gold-pale); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 14px; }
.why-title { font-size: .98rem; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.why-desc { font-size: .86rem; color: var(--muted); line-height: 1.75; }

/* ===== OTHER LOCATIONS BAR ===== */
.other-loc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; margin-top: 36px; }
.mini-loc {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r); overflow: hidden; display: flex;
  align-items: stretch; transition: var(--ease);
}
.mini-loc:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.mini-loc-bar { width: 6px; background: var(--gold); flex-shrink: 0; }
.mini-loc-body { padding: 18px 20px; flex: 1; }
.mini-loc-name { font-family: var(--serif); font-size: 1.1rem; color: var(--navy); margin-bottom: 3px; }
.mini-loc-area { font-size: .78rem; color: var(--muted); margin-bottom: 12px; }
.mini-loc-link { font-size: .78rem; font-weight: 800; color: var(--gold-dark); display: inline-flex; align-items: center; gap: 4px; transition: var(--ease); }
.mini-loc-link:hover { gap: 8px; color: var(--gold); }

/* ===== COMING SOON GALLERY ===== */
.coming-soon-gallery {
  background: var(--cream); border: 2px dashed var(--border);
  border-radius: var(--r); padding: 60px 40px; text-align: center;
}
.coming-soon-gallery .cs-icon { font-size: 3rem; margin-bottom: 16px; }
.coming-soon-gallery h3 { color: var(--navy); margin-bottom: 10px; }
.coming-soon-gallery p { color: var(--muted); font-size: .9rem; }

/* ===== SCROLL FADE ===== */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .65s, transform .65s; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ===== BREADCRUMB ===== */
.breadcrumb-bar { background: var(--cream); border-bottom: 1px solid var(--border); padding: 0 28px; }
.breadcrumb { max-width: 1280px; margin: 0 auto; padding: 12px 0; font-size: .78rem; color: var(--muted); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--gold-dark); }
.breadcrumb .sep { color: var(--border); }
.breadcrumb .current { color: var(--gold-dark); font-weight: 600; }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-collage { order: -1; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > *:first-child { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  .section { padding: 64px 16px; }
  .navbar-inner { padding: 0 16px; }
  .hero-content { padding: 110px 16px 60px; }
  .hero-stats { gap: 22px; }
  .stats-bar-inner { justify-content: flex-start; overflow-x: auto; }
  .stat-item { min-width: 130px; flex-shrink: 0; }
  .facilities-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .about-highlights { grid-template-columns: 1fr; }
  .rooms-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .hero-badge span.label { display: none; }
}
