/* ---------------------------------------------------------------
   app.css  �  Thirumal Housing & Properties LLP                  
   Single merged stylesheet for all pages                          
--------------------------------------------------------------- */

/* ------------------------------------------
   SOURCE: style.css
------------------------------------------ */
/*──────────────────────────────────────────────────────
  THIRUMAL PROPERTIES — style.css  (shared by all pages)
──────────────────────────────────────────────────────*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600&family=Outfit:wght@300;400;500;600;700&family=Great+Vibes&display=swap');

/* ─────────────── RESET & TOKENS ─────────────── */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{
  font-family:'Outfit',sans-serif;
  background:#FBF8F3;
  color:#2E2A24;
  overflow-x:hidden;
  line-height:1.7;
}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%;display:block;object-fit:cover}
button{font-family:'Outfit',sans-serif;cursor:pointer}

:root{
  --gold:      #C9A96E;
  --gold2:     #A6813F;
  --cream:     #FBF8F3;
  --cream2:    #F4EFE6;
  --warm:      #E8DDD0;
  --charcoal:  #2E2A24;
  --mid:       #7A746C;
  --light:     #B0A99F;
  --white:     #FFFFFF;

  /* ── Red Velvet brand colour ── */
  --rv:        #8B1A1A;
  --rv2:       #6B0F0F;
  --rv-light:  #A52020;
  --rv-shadow: rgba(139,26,26,.35);

  --ff-serif:  'Playfair Display', serif;
  --ff-sans:   'Outfit', sans-serif;

  --ease:      cubic-bezier(0.16,1,0.3,1);
  --radius:    6px;
  --radius-lg: 14px;
  --shadow:    0 2px 24px rgba(26,20,16,.09);
  --shadow-lg: 0 8px 48px rgba(26,20,16,.13);
  --trans:     0.32s cubic-bezier(0.25,0.46,0.45,0.94);

  --topbar-h:  44px;
  --nav-h:     80px;
}

/* ── Icon helpers (replaces emoji usage) ── */
.topbar-icon{font-size:.85rem;opacity:.9}
.mob-sub-icon{font-size:.82rem;width:14px;text-align:center;flex-shrink:0}
.info-icon{color:var(--gold);margin-right:5px;font-size:.9rem}
.am-icon i{font-size:2.4rem;color:var(--rv)}
.ico i{font-size:1rem;color:var(--rv);font-weight:900}
/* Enquiry popup logo image */
.enq-logo-img-wrap{
  margin:0 auto 14px;
  display:flex;align-items:center;justify-content:center;
}
.enq-logo-img-actual{
  height:56px;width:auto;max-width:200px;
  object-fit:contain;display:block;
}
::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-track{background:var(--cream2)}
::-webkit-scrollbar-thumb{background:var(--gold);border-radius:10px}

/* ═══════════════════════════════════════════
   TOPBAR
═══════════════════════════════════════════ */
.topbar{
  position:sticky;top:0;z-index:1001;
  background:var(--gold);color:#fff;
  font-size:.85rem;letter-spacing:.04em;
  padding:0 2rem;
  display:flex;justify-content:space-between;align-items:center;
  gap:1rem;flex-wrap:wrap;
  height:var(--topbar-h);
}
.topbar a{color:#fff;opacity:.9;transition:opacity .2s;font-weight:500}
.topbar a:hover{opacity:1}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:1.5rem}




/* ═══════════════════════════════════════════
   NAVBAR
═══════════════════════════════════════════ */
.navbar{
  position:fixed;
  top:var(--topbar-h);
  left:0;width:100%;
  z-index:1000;
  height:var(--nav-h);
  padding:0 4rem;
  display:flex;align-items:center;justify-content:space-between;
  background:#7A746C;
  border-bottom:1px solid rgba(201,169,110,.15);
  transition:background .35s,box-shadow .35s;
}
.navbar.scrolled{
  background:rgba(251,248,243,.97);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
  border-bottom:1px solid rgba(201,169,110,.22);
  box-shadow:0 2px 40px rgba(26,24,20,.08);
}
.navbar.always-scrolled{
  background:rgba(251,248,243,.97);
  backdrop-filter:blur(22px);
  border-bottom:1px solid rgba(201,169,110,.22);
  box-shadow:0 2px 40px rgba(26,24,20,.08);
}

/* Logo */
.nav-logo-block{display:flex;align-items:center;gap:12px;flex-shrink:0;text-decoration:none}
.nav-logo-img{
  height:72px;
  width:auto;
  max-width:260px;
  object-fit:contain;
  display:block;
  transition:opacity .3s,transform .3s;
}
.nav-logo-img:hover{opacity:.85;transform:scale(1.03)}
.navbar.scrolled .nav-logo-img,
.navbar.always-scrolled .nav-logo-img{filter:none;}
.logo-icon{
  width:44px;height:44px;border-radius:10px;
  background:rgba(255,255,255,.12);color:#fff;
  border:1px solid rgba(255,255,255,.2);
  font-family:var(--ff-serif);font-size:1.5rem;font-weight:700;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  transition:background .3s,color .3s,border-color .3s;
}
.navbar.scrolled .logo-icon,
.navbar.always-scrolled .logo-icon{background:var(--gold);color:#111;border-color:transparent}
.logo-text{display:flex;flex-direction:column;line-height:1}
.logo-name{
  font-family:var(--ff-serif);font-size:1.1rem;font-weight:700;
  color:#fff;transition:color .4s;line-height:1.4;
}
.logo-tagline{
  font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;
  color:rgba(255,255,255,.55);font-weight:400;transition:color .4s;
}
.navbar.scrolled .logo-name,
.navbar.always-scrolled .logo-name{color:var(--charcoal)}
.navbar.scrolled .logo-tagline,
.navbar.always-scrolled .logo-tagline{color:var(--mid)}

/* Nav links */
.nav-menu{display:flex;align-items:center;gap:28px}
.nav-item{position:relative}
.nav-link{
  font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;
  color:rgba(255,255,255,.85);
  display:flex;align-items:center;gap:4px;
  position:relative;transition:color .3s;
  white-space:nowrap;background:none;border:none;cursor:pointer;padding:0;
}
.nav-link svg{width:10px;height:10px;transition:transform .3s}
.navbar.scrolled .nav-link,
.navbar.always-scrolled .nav-link{color:var(--mid)}
.nav-link::after{
  content:'';position:absolute;bottom:-4px;left:0;
  width:0;height:1px;background:var(--gold);
  transition:width .35s var(--ease);
}
.nav-link:hover::after,.nav-link.active::after{width:100%}
.has-drop:hover .nav-link svg{transform:rotate(180deg)}

/* Dropdown */
.nav-dropdown{
  display:none;position:absolute;
  top:100%;left:50%;
  transform:translateX(-50%);
  background:#fff;border-radius:14px;
  min-width:220px;padding:8px 0;
  box-shadow:0 24px 70px rgba(26,24,20,.15);
  z-index:999;
}
.has-drop.open .nav-dropdown{display:block}
.nav-dropdown li{list-style:none}
.nav-dropdown a{
  display:flex;align-items:center;gap:10px;
  padding:11px 20px;font-size:.8rem;letter-spacing:.06em;
  text-transform:uppercase;color:var(--mid);transition:background .2s,color .2s,padding-left .25s;
}
.nav-dropdown a::after{display:none!important}
.nav-dropdown a:hover{background:var(--cream);color:var(--gold);padding-left:28px}
.dot-tag{
  font-size:.62rem;background:rgba(201,169,110,.15);color:var(--gold);
  padding:.1rem .5rem;border-radius:20px;margin-left:auto;
}

/* CTA button */
.nav-cta{
  background:var(--rv)!important;color:#fff!important;
  padding:10px 24px!important;border-radius:50px!important;
  font-weight:600!important;
  box-shadow:0 4px 18px var(--rv-shadow);
  transition:background .25s,transform .2s,box-shadow .25s!important;
}
.nav-cta::after{display:none!important}
.nav-cta:hover{
  background:var(--rv2)!important;transform:translateY(-2px)!important;
  box-shadow:0 8px 28px var(--rv-shadow)!important;color:#fff!important;
}

/* Hamburger (desktop hidden) */
.hamburger{
  display:none;flex-direction:column;gap:5px;
  cursor:pointer;padding:6px;background:none;border:none;
  order:99;   /* always last */
}
.hamburger span{
  width:24px;height:2px;background:#fff;
  border-radius:2px;transition:.3s;display:block;
}
.navbar.scrolled .hamburger span,
.navbar.always-scrolled .hamburger span{background:var(--charcoal)}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ── Sound toggle — hidden on desktop, shown on mobile immediately before hamburger ── */
.nav-sound-btn{
  display:none !important;
  align-items:center;justify-content:center;
  width:34px;height:34px;
  background:rgba(255,255,255,.10);
  border:1.5px solid rgba(255,255,255,.22);
  border-radius:50%;
  cursor:pointer;
  padding:0;
  order:98;   /* just before hamburger (order:99) */
  transition:background .25s,border-color .25s,transform .2s;
  flex-shrink:0;
}
.nav-sound-btn svg{
  width:16px;height:16px;
  stroke:#fff;
  display:block;
  transition:stroke .25s;
}
.nav-sound-btn:hover{
  background:rgba(255,255,255,.22);
  border-color:rgba(255,255,255,.5);
  transform:scale(1.08);
}
/* On scrolled (light) navbar */
.navbar.scrolled .nav-sound-btn,
.navbar.always-scrolled .nav-sound-btn{
  background:rgba(46,42,36,.07);
  border-color:rgba(46,42,36,.18);
}
.navbar.scrolled .nav-sound-btn svg,
.navbar.always-scrolled .nav-sound-btn svg{stroke:var(--charcoal)}
.navbar.scrolled .nav-sound-btn:hover,
.navbar.always-scrolled .nav-sound-btn:hover{background:rgba(46,42,36,.14)}
/* Muted state */
.nav-sound-btn.snd-muted svg{stroke:rgba(255,255,255,.35)}
.navbar.scrolled .nav-sound-btn.snd-muted svg,
.navbar.always-scrolled .nav-sound-btn.snd-muted svg{stroke:var(--light)}

/* ═══════════════════════════════════════════
   MOBILE SIDE DRAWER
═══════════════════════════════════════════ */
.mobile-nav{
  display:flex;
  flex-direction:column;
  position:fixed;
  top:0;
  right:-100%;
  width:78vw;
  max-width:320px;
  height:100vh;
  background:rgba(255,255,255,0.94);
  backdrop-filter:blur(24px);
  -webkit-backdrop-filter:blur(24px);
  border-left:1px solid rgba(255,255,255,.72);
  padding:0 0 40px;           /* remove top padding — close btn handles spacing */
  box-shadow:-6px 0 32px rgba(0,0,0,0.12);
  transition:right 0.32s cubic-bezier(.4,0,.2,1);
  overflow-y:auto;
  z-index:1100;
  color:#1b1b1b;
}
.mobile-nav.open{right:0}

/* Dark overlay behind drawer */
.mobile-nav.open::before{
  content:'';
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.32);
  z-index:-1;
}

/* Close button (✕) inside drawer */
.mobile-nav-close{
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  margin:18px 16px 10px auto;   /* push to top-right */
  background:rgba(139,26,26,.1);
  border:1.5px solid rgba(139,26,26,.35);
  border-radius:50%;
  cursor:pointer;
  flex-shrink:0;
  position:relative;
  transition:background .25s,border-color .25s;
}
.mobile-nav-close:hover{
  background:rgba(139,26,26,.18);
  border-color:var(--rv2);
}
.mobile-nav-close span{
  position:absolute;
  width:18px;
  height:1.5px;
  background:var(--rv);
  border-radius:2px;
}
.mobile-nav-close span:first-child{transform:rotate(45deg)}
.mobile-nav-close span:last-child{transform:rotate(-45deg)}

/* Drawer logo */
.mobile-nav-logo-link{
  display:block;
  padding:20px 20px 16px;
  margin-top:8px;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.mobile-nav-logo-img{
  height:50px;width:auto;
  object-fit:contain;display:block;
  /* keep centred in dark drawer */
  margin:0 auto;
}

/* Nav links inside drawer */
.mobile-nav .nav-link{
  display:block;
  padding:14px 28px;
  color:#1b1b1b;
  font-size:1rem;
  font-weight:500;
  letter-spacing:.03em;
  border-bottom:1px solid rgba(0,0,0,0.08);
  transition:color .2s,background .2s;
}
.mobile-nav .nav-link:hover,
.mobile-nav .nav-link:active,
.mobile-nav .nav-link.active{
  color:var(--rv) !important;
  background:rgba(139,26,26,0.12) !important;
}

/* Properties accordion inside drawer */
.mob-drawer-item{width:100%}
.mob-drawer-btn{
  display:flex;align-items:center;justify-content:space-between;
  width:100%;background:transparent;border:none;
  border-bottom:1px solid rgba(0,0,0,.07);
  padding:14px 28px;color:#2E2A24;
  font-family:var(--ff-sans);font-size:1rem;font-weight:500;
  letter-spacing:.03em;cursor:pointer;text-align:left;transition:color .2s;
}
.mob-drawer-btn:hover,.mob-drawer-btn.open{color:#8B1A1A}
.mob-drawer-arrow{
  width:14px;height:14px;flex-shrink:0;
  transition:transform .25s ease;
}
.mob-drawer-btn.open .mob-drawer-arrow{transform:rotate(180deg)}
.mob-drawer-sub{
  display:none;flex-direction:column;
  background:rgba(139,26,26,.06);
  border-left:2px solid #8B1A1A;
  margin:0 20px 6px 28px;border-radius:0 8px 8px 0;overflow:hidden;
}
.mob-drawer-sub.open{display:flex}
.mob-sub-link{
  display:block;padding:11px 20px;
  color:#4A4540;font-size:.9rem;font-weight:400;
  border-bottom:1px solid rgba(0,0,0,.06);
  transition:color .2s,background .2s,padding-left .2s;
  display:flex;align-items:center;gap:8px;
}
.mob-sub-link:last-child{border-bottom:none}
.mob-sub-link:hover,
.mob-sub-link:active,
.mob-sub-link.active{color:#8B1A1A !important;background:rgba(139,26,26,.1) !important;padding-left:28px;font-weight:600;}

/* ═══════════════════════════════════════════
   MOBILE BOTTOM NAV BAR
═══════════════════════════════════════════ */
.mobile-bottom-nav{
  display:none;
  position:fixed;bottom:0;left:0;width:100%;
  z-index:2000;
  background:var(--rv);
  border-top:1px solid rgba(139,26,26,.45);
  padding:6px 0 env(safe-area-inset-bottom,6px);
  box-shadow:0 -4px 20px rgba(0,0,0,.25);
}
.mobile-bottom-nav>ul{
  display:flex;align-items:center;justify-content:space-around;
}
.mobile-bottom-nav>ul li a{
  display:flex;flex-direction:column;align-items:center;gap:3px;
  color:rgba(255,255,255,.8);font-size:.6rem;font-weight:500;
  letter-spacing:.05em;text-transform:uppercase;
  padding:6px 8px;border-radius:8px;
  transition:color .25s,background .25s;min-width:52px;text-align:center;
}
.mobile-bottom-nav>ul li a svg{
  width:20px;height:20px;stroke:currentColor;fill:none;
  stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
}
.mobile-bottom-nav>ul li a.active,
.mobile-bottom-nav>ul li a:hover{color:#fff;background:rgba(255,255,255,.12)}

/* Sound toggle button in mobile bottom nav */
.mob-sound-btn{
  display:flex;flex-direction:column;align-items:center;gap:3px;
  color:rgba(255,255,255,.55);font-size:.6rem;font-weight:500;
  letter-spacing:.05em;text-transform:uppercase;
  padding:6px 8px;border-radius:8px;
  background:none;border:none;cursor:pointer;
  transition:color .25s,background .25s;min-width:52px;text-align:center;
}
.mob-sound-btn svg{
  width:20px;height:20px;stroke:currentColor;fill:none;
  stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
}
.mob-sound-btn:hover,
.mob-sound-btn.snd-active{color:#fff;background:rgba(255,255,255,.14)}
.mob-sound-btn.snd-muted{color:rgba(255,255,255,.3)}

.mob-props-dropdown{
  display:none;
  position:absolute;bottom:calc(100% + 10px);left:50%;
  transform:translateX(-50%) translateY(8px);
  background:#1e1b16;border:1px solid rgba(201,169,110,.3);
  border-radius:14px;list-style:none;
  padding:6px 0;min-width:200px;
  box-shadow:0 -8px 32px rgba(0,0,0,.45);
  z-index:99999;
  opacity:0;pointer-events:none;
  transition:opacity .2s ease,transform .2s ease;
}
.mob-props-dropdown.open{
  display:block;opacity:1;
  transform:translateX(-50%) translateY(0);
  pointer-events:auto;
}
.mob-props-dropdown li{border-bottom:1px solid rgba(255,255,255,.07)}
.mob-props-dropdown li:last-child{border-bottom:none}
.mob-props-dropdown li a{
  display:block;padding:13px 22px;
  color:rgba(255,255,255,.82);font-size:.9rem;font-weight:500;
  transition:color .2s,background .2s,padding-left .2s;
}
.mob-props-dropdown li a:hover{color:var(--gold);background:rgba(201,169,110,.1);padding-left:28px}
.mobile-bottom-nav .drop-arrow{
  width:10px;height:10px;margin-left:3px;
  vertical-align:middle;display:inline-block;
  transition:transform .25s ease;
}
#mobPropsBtn.active-props .drop-arrow{transform:rotate(180deg)}
#mobPropsBtn.active-props{color:var(--gold)}

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
.footer{background:#f5f0e8;color:#2b2928}
.footer-main{
  max-width:1280px;margin:0 auto;
  padding:72px 4rem 52px;
  display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:48px;
  border-bottom:1px solid rgba(201,169,110,.18);
}
/* Footer logo image */
.footer-logo-block{display:block;margin-bottom:16px}
.footer-logo-img{
  height:60px;width:auto;max-width:220px;
  object-fit:contain;display:block;
  /* PNG transparent bg — no filter needed */
}
.footer-brand .logo-icon{background:var(--gold);color:#111;border-color:transparent}
.footer-desc{font-size:.88rem;line-height:1.75;color:rgba(65,65,65,.5);margin-bottom:24px;font-weight:300}
.footer-socials{display:flex;gap:10px;flex-wrap:wrap}
.footer-socials a{
  width:40px;height:40px;border-radius:50%;
  background:rgba(30,27,27,.08);
  display:flex;align-items:center;justify-content:center;
  color:rgba(36,33,33,.65);font-size:1rem;
  transition:background .25s,color .25s,transform .2s;
  flex-shrink:0;
}
.footer-socials a:hover{transform:translateY(-3px);}
/* Brand colours on hover */
.footer-socials a[aria-label="Facebook"]:hover{background:#1877f2;color:#fff;}
.footer-socials a[aria-label="Instagram"]:hover{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fd5949 45%,#d6249f 60%,#285aeb 90%);color:#fff;}
.footer-socials a[aria-label="YouTube"]:hover{background:#ff0000;color:#fff;}
.footer-col h5{
  font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;
  color:#111;margin-bottom:20px;font-weight:600;
}
.footer-col ul{display:flex;flex-direction:column;gap:10px}
.footer-col a{font-size:.88rem;color:rgba(39,35,35,.55);transition:color .2s}
.footer-col a:hover{color:var(--rv)}
.footer-col li{font-size:.88rem;color:rgba(29,23,23,.45)}
.footer-contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}
.footer-contact-item .ico{font-size:1.1rem;flex-shrink:0;margin-top:1px;font-weight:900}
.footer-contact-item p,
.footer-contact-item a{font-size:.88rem;color:rgba(34,34,34,.55);line-height:1.55;transition:color .2s}
.footer-contact-item a:hover{color:var(--rv)}
/* ── Footer bottom bar — left/right aligned, same width as footer-main ── */
.footer-bottom{
  max-width:1280px;
  margin:0 auto;
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:22px 4rem;
  font-size:.78rem;
  color:#888;
  flex-wrap:wrap;
  gap:.5rem;
  box-sizing:border-box;
}

/* ═══════════════════════════════════════════
   WHATSAPP FLOAT
═══════════════════════════════════════════ */
.wa-float{
  position:fixed;
  bottom:1.8rem;
  right:1.8rem;
  left:auto;
  width:62px;height:62px;
  background:#25d366;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#fff;
  font-size:2rem;           /* large, crisp FA icon */
  line-height:1;
  box-shadow:0 4px 24px rgba(37,211,102,.5);
  z-index:1500;
  transition:transform var(--trans),box-shadow var(--trans),background var(--trans);
  text-decoration:none;
}
.wa-float:hover{
  transform:scale(1.12);
  background:#1ebe5d;
  box-shadow:0 8px 36px rgba(37,211,102,.65);
}
.wa-float i{
  font-size:2rem;
  line-height:1;
  display:block;
}
/* pulse ring */
.wa-float::after{
  content:'';
  position:absolute;
  inset:-5px;
  border-radius:50%;
  border:2px solid rgba(37,211,102,.5);
  animation:waPulse 2.2s ease-out infinite;
  pointer-events:none;
}
@keyframes waPulse{
  0%{transform:scale(1);opacity:.8}
  70%{transform:scale(1.35);opacity:0}
  100%{transform:scale(1.35);opacity:0}
}
@media(max-width:768px){
  .wa-float{
    bottom:5.4rem;
    right:1rem;
    width:54px;height:54px;
  }
  .wa-float i{ font-size:1.75rem; }
}

/* ═══════════════════════════════════════════
   GLOBAL SECTION HELPERS
═══════════════════════════════════════════ */
.stag{
  display:inline-flex;align-items:center;gap:12px;
  font-size:.72rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold);margin-bottom:24px;
}
.stag::before{content:'';width:36px;height:1px;background:var(--gold)}
.sec-h2{
  font-family:var(--ff-serif);
  font-size:clamp(2.2rem,4vw,3.6rem);
  font-weight:600;line-height:1.1;color:#111;
}
.sec-h2 em{font-style:italic;color:var(--gold)}
.section-tag{
  font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--gold);display:block;margin-bottom:.9rem;font-weight:500;
}
.section-title{
  font-family:var(--ff-serif);
  font-size:clamp(2rem,4.5vw,3.2rem);
  font-weight:600;color:#111;line-height:1.15;
}
.section-title em{font-style:italic;color:var(--gold)}
.section-sub{font-size:1rem;color:var(--mid);max-width:560px;margin-top:.75rem}
.section-header.centered{text-align:center}
.section-header.centered .section-sub{margin:0 auto}
.btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:13px 28px;border-radius:50px;font-weight:600;
  font-size:.83rem;letter-spacing:.07em;text-transform:uppercase;
  border:none;cursor:pointer;transition:.25s;
}
.btn-primary{background:var(--rv);color:#fff;box-shadow:0 4px 18px var(--rv-shadow)}
.btn-primary:hover{background:var(--rv2);transform:translateY(-2px)}

/* ═══════════════════════════════════════════
   REVEAL ANIMATION
═══════════════════════════════════════════ */
.reveal{
  opacity:0;
  transform:translateY(32px);
  transition:opacity .65s ease,transform .65s ease;
}
.reveal.vis,
.reveal.active{
  opacity:1;
  transform:translateY(0);
}

/* Image modal */
.image-modal{
  display:none;position:fixed;inset:0;
  background:rgba(0,0,0,.95);z-index:9999;
  justify-content:center;align-items:center;cursor:pointer;
}
.image-modal.active{display:flex}
.modal-image{
  max-width:90%;max-height:90%;border-radius:10px;
  animation:zoomIn .3s ease;
}
.close-modal{
  position:absolute;top:20px;right:30px;
  color:#fff;font-size:40px;font-weight:bold;cursor:pointer;
}
@keyframes zoomIn{from{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}


/* ═══════════════════════════════════════════
   HOME — HERO
═══════════════════════════════════════════ */
.hero{
  width:100%;
  height:calc(100vh - var(--topbar-h) - var(--nav-h));
  min-height:520px;
  position:relative;overflow:hidden;
}
.bg-video,
/* ── VIDEO FIX: contained within .hero-image, not fixed ── */
#bgVideo{
  position:absolute;
  top:50%;
  left:50%;
  min-width:100%;
  min-height:100%;
  width:auto;
  height:auto;
  transform:translate(-50%,-50%);
  object-fit:cover;
  z-index:0;
}

.hero-content{
  position:relative;
  z-index:1;
  width:100%;height:100%;
  display:flex;flex-direction:column;
  justify-content:center;align-items:center;
  text-align:center;color:#fff;
  background:rgba(0,0,0,0.3);
  padding:0 20px;
}

.hero::after{
  content:'';
  position:absolute;
  inset:0;
  background:none;
  z-index:0;
  pointer-events:none;
}
.hero-tag{
  letter-spacing:5px;text-transform:uppercase;
  font-size:9px;margin-bottom:12px;
  color:var(--gold);
  font-family:'Cormorant Garamond',serif;
  font-weight:600;
  display:inline-flex;align-items:center;gap:8px;
}
.hero-tag::before,.hero-tag::after{
  content:'';width:24px;height:1px;background:var(--gold);opacity:.8;
}
.hero-content h1{
  font-family:'Cormorant Garamond','Playfair Display',serif;
  font-size:clamp(1.6rem,3.5vw,2.8rem);
  font-weight:600;
  line-height:1.05;
  margin-bottom:8px;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.hero-content h1 span{
  display:block;
  color:var(--gold);
  font-family:'Great Vibes',cursive;
  font-size:clamp(1.8rem,4vw,3.2rem);
  font-weight:400;
  text-transform:none;
  letter-spacing:.03em;
  margin-top:2px;
  line-height:1.2;
}
.hero-content p{
  max-width:520px;
  font-size:.85rem;
  font-family:'Cormorant Garamond',serif;
  font-weight:400;
  line-height:1.75;
  margin-bottom:24px;
  color:rgba(255,255,255,.88);
  letter-spacing:.02em;
}
.hero-buttons{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}
.btn-primary,
.btn-outline{
  padding:14px 30px;text-decoration:none;
  border-radius:50px;transition:.3s;font-weight:600;
}
.btn-primary{background:var(--rv);color:#fff}
.btn-primary:hover{background:var(--rv2);transform:translateY(-2px)}
.btn-outline{border:2px solid #fff;color:#fff}
.btn-outline:hover{background:#fff;color:var(--rv)}

/* ═══════════════════════════════════════════
   HOME — ABOUT SNIPPET
═══════════════════════════════════════════ */
#about-snippet{
  padding:110px 0;overflow:hidden;
  background:var(--cream);position:relative;
}
.about-decor{
  position:absolute;right:-120px;top:50%;transform:translateY(-50%);
  font-family:var(--ff-serif);font-size:28vw;font-weight:900;
  color:rgba(201,169,110,.04);line-height:1;
  pointer-events:none;user-select:none;white-space:nowrap;
}
.about-inner{
  max-width:1280px;margin:0 auto;padding:0 4rem;
  display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;
}
.about-left{padding-right:40px;position:relative;z-index:1}
.about-paras{margin-top:40px;display:flex;flex-direction:column;gap:24px}
.about-para-block{padding-left:24px;border-left:2px solid var(--warm);transition:border-color .3s}
.about-para-block:hover{border-color:var(--gold)}
.about-para-block p{font-size:.92rem;line-height:1.82;color:var(--mid);font-weight:300}
.about-right{position:relative}
.about-img-stack{position:relative;height:540px}
.aimg-main{
  position:absolute;right:0;top:0;width:72%;height:460px;
  border-radius:4px 24px 4px 4px;
  box-shadow:0 40px 100px rgba(26,24,20,.18);
}
.aimg-main img,.aimg-accent img{width:100%;height:100%; min-width:520px;transition:.6s; border-radius:4px 24px 4px 4px;overflow:hidden;}
.aimg-main:hover img,.aimg-accent:hover img{transform:scale(1.05)}
.aimg-accent{
  position:absolute;left:0;bottom:0;width:60%;height:260px;
  border-radius:4px 4px 24px 4px;overflow:hidden;
}
.about-badge{
  position:absolute;right:-10px;top:50%;
  transform:translateY(-50%) rotate(90deg);
  /* background:var(--gold);color:#111; */
  padding:10px 20px;font-size:.68rem;font-weight:700;
  letter-spacing:.15em;text-transform:uppercase;
  border-radius:4px;white-space:nowrap;
  box-shadow:0 8px 24px rgba(201,169,110,.4);
}

/* ═══════════════════════════════════════════
   HOME — PROPERTIES SECTION
═══════════════════════════════════════════ */
#properties{padding:110px 0;background:var(--cream2)}
.props-inner{max-width:1280px;margin:0 auto;padding:0 4rem}
.props-header{
  display:flex;align-items:flex-end;justify-content:space-between;
  margin-bottom:56px;gap:20px;flex-wrap:wrap;
}
.props-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.pcard{
  background:var(--white);border-radius:12px;overflow:hidden;
  box-shadow:0 4px 20px rgba(26,24,20,.06);
  opacity:0;transform:translateY(32px);
  transition:opacity .6s ease,transform .6s ease,box-shadow .4s;
  transition-delay:var(--delay,0s);
}
.pcard.vis,
.pcard.active{opacity:1;transform:translateY(0)}
.pcard.vis:hover,
.pcard.active:hover{transform:translateY(-8px);box-shadow:0 30px 70px rgba(26,24,20,.14)}
.pcard-img{position:relative;height:220px;overflow:hidden}
.pcard-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.pcard:hover .pcard-img img{transform:scale(1.08)}
.pheart{
  position:absolute;top:14px;right:14px;
  width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,.92);
  display:flex;align-items:center;justify-content:center;
  font-size:1rem;cursor:pointer;transition:transform .2s;border:none;
}
.pheart:hover{transform:scale(1.2)}
.pcard-body{padding:22px 24px 26px}
.pname{font-family:var(--ff-serif);font-size:1.15rem;font-weight:700;color:var(--mid);margin-bottom:14px}
.btn-det{
  display:flex;align-items:center;justify-content:center;gap:8px;
  width:100%;padding:11px;border-radius:10px;
  border:1.5px solid var(--warm);background:transparent;
  font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#111;
  transition:.25s;
}
.btn-det:hover{background:var(--rv);border-color:var(--rv);color:#fff}

/* ═══════════════════════════════════════════
   HOME — PORTFOLIO GALLERY
═══════════════════════════════════════════ */
.portfolio-section{padding:100px 5%;background:#f8f8f8}
.portfolio-header{text-align:center;margin-bottom:50px}
.portfolio-tag{color:var(--gold);font-weight:600;letter-spacing:2px;font-size:.82rem;text-transform:uppercase}
.portfolio-header h2{font-family:var(--ff-serif);font-size:clamp(2rem,4vw,3rem);margin-top:10px;color:#111}
.portfolio-header h2 span{color:var(--gold)}
.filter-buttons{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:30px}
.filter-btn{
  border:none;padding:11px 24px;border-radius:50px;
  background:#fff;cursor:pointer;font-weight:600;transition:.3s;
  box-shadow:0 5px 15px rgba(0,0,0,.08);font-size:.82rem;letter-spacing:.04em;
}
.filter-btn.active,.filter-btn:hover{background:var(--rv);color:#fff;box-shadow:0 5px 18px var(--rv-shadow)}
.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.project-card{
  position:relative;height:220px;overflow:hidden;
  border-radius:14px;cursor:pointer;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  opacity:0;transform:translateY(50px);
  transition:opacity .7s ease,transform .7s ease,box-shadow .3s;
}
.project-card.show{opacity:1;transform:translateY(0)}
.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.project-card:hover{box-shadow:0 12px 30px rgba(0,0,0,.15)}
.project-card:hover img{transform:scale(1.06)}

/* ═══════════════════════════════════════════
   HOME — FEATURES
═══════════════════════════════════════════ */
.feature-section{padding:90px 6%;background:var(--cream2)}
.feature-header{text-align:center;margin-bottom:56px}
.feature-header .tag{color:var(--gold);font-weight:600;letter-spacing:2px;font-size:.82rem;text-transform:uppercase}
.feature-header h2{font-family:var(--ff-serif);font-size:clamp(2rem,4vw,2.8rem);margin:10px 0;color:#111}
.feature-header p{color:#969697;max-width:600px;margin:0 auto}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.feature-card{
  display:flex;align-items:center;gap:16px;
  padding:24px 20px;border-radius:16px;background:#fff;
  box-shadow:0 6px 20px rgba(0,0,0,.07);
  border:1px solid rgba(201,169,110,.12);
  opacity:0;transform:translateY(28px);
  transition:opacity .6s ease,transform .6s ease,box-shadow .3s,border-color .3s;
}
.feature-card:nth-child(1){transition-delay:.00s}
.feature-card:nth-child(2){transition-delay:.08s}
.feature-card:nth-child(3){transition-delay:.16s}
.feature-card:nth-child(4){transition-delay:.24s}
.feature-card.vis{opacity:1;transform:translateY(0)}
.feature-card.vis:hover{transform:translateY(-6px);box-shadow:0 14px 36px rgba(201,169,110,.18);border-color:var(--gold)}
.feature-card .icon i{
  width:46px;height:46px;border-radius:50%;
  background:var(--gold);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:18px;flex-shrink:0;
}
.feature-card .text h3{font-family:var(--ff-serif);font-size:1rem;font-weight:700;color:#111;margin-bottom:4px}
.feature-card .text p{font-size:.82rem;color:#666;line-height:1.5}

/* ═══════════════════════════════════════════
   HOME — CTA STRIP
═══════════════════════════════════════════ */
#cta-strip{
  padding:100px 4rem;
  background:linear-gradient(120deg,#2E2A24 0%,#3d3630 100%);
  position:relative;overflow:hidden;
  display:flex;align-items:center;justify-content:space-between;gap:40px;
}
#cta-strip::before{
  content:'';position:absolute;top:-200px;right:-200px;
  width:600px;height:600px;border-radius:50%;
  background:radial-gradient(circle,rgba(201,169,110,.18) 0%,transparent 60%);
  pointer-events:none;
}
.cta-txt{position:relative;z-index:1}
.cta-txt h2{
  font-family:var(--ff-serif);font-size:clamp(2rem,3.5vw,3.2rem);
  font-weight:900;color:#fff;line-height:1.1;margin-bottom:14px;
}
.cta-txt h2 em{font-style:italic;color:var(--gold)}
.cta-txt p{font-size:.95rem;color:rgba(255,255,255,.55);font-weight:300;max-width:460px}
.cta-btns{position:relative;z-index:1;display:flex;gap:14px;flex-shrink:0}
.cbtn-gold{
  background:var(--rv);color:#fff;
  padding:14px 32px;border-radius:50px;
  font-size:.83rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;
  border:none;cursor:pointer;transition:.25s;
  box-shadow:0 8px 30px var(--rv-shadow);
}
.cbtn-gold:hover{background:var(--rv2);transform:translateY(-2px)}
.cbtn-outline{
  background:rgba(255,255,255,.08);color:#fff;
  padding:13px 28px;border-radius:50px;
  font-size:.83rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;
  border:1px solid rgba(255,255,255,.18);cursor:pointer;transition:.25s;
}
.cbtn-outline:hover{background:rgba(255,255,255,.16);transform:translateY(-2px)}

/* ═══════════════════════════════════════════
   ABOUT PAGE STYLES
═══════════════════════════════════════════ */
.about-hero{
  min-height:calc(100vh - var(--topbar-h) - var(--nav-h));
  display:grid;grid-template-columns:1fr 1fr;overflow:hidden;
  margin-top:calc(var(--topbar-h) + var(--nav-h));
}
.about-hero-left{
  background:#fff;padding:6rem 4rem 5rem;
  display:flex;flex-direction:column;justify-content:center;
  position:relative;
}
.about-hero-left::after{
  content:'';position:absolute;right:-1px;top:10%;
  height:80%;width:1px;
  background:linear-gradient(to bottom,transparent,rgba(201,169,110,.22),transparent);
}
.hero-tag{
  font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--gold);font-weight:500;margin-bottom:1.5rem;
}
.about-hero-h1{
  font-family:var(--ff-serif);
  font-size:clamp(2.8rem,5vw,4.2rem);
  font-weight:700;line-height:1.1;color:var(--charcoal);margin-bottom:1.5rem;
}
.about-hero-h1 em{font-style:italic;color:var(--gold)}
.about-hero-desc{
  font-size:1rem;color:var(--mid);max-width:440px;margin-bottom:3rem;line-height:1.8;
}
.about-hero-stats{
  display:flex;align-items:center;
  padding:2rem 0;border-top:1px solid rgba(201,169,110,.22);
}
.hs{flex:1;text-align:center}
.hs-num{
  font-family:var(--ff-serif);font-size:2.6rem;font-weight:700;
  color:var(--gold);line-height:1;
}
.hs>span{font-family:var(--ff-serif);font-size:1.8rem;color:var(--gold)}
.hs p{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mid);margin-top:.3rem}
.hs-div{width:1px;height:50px;background:rgba(201,169,110,.22)}
.about-hero-right{
  background:var(--cream2);
  display:flex;align-items:center;justify-content:center;
  padding:3rem;position:relative;
}
.hero-img-frame{position:relative;width:100%;max-width:460px}
.hero-img-frame>img{
  width:100%;height:500px; min-width: 620px;object-fit:cover; margin-left:-50px;
  border-radius:16px;box-shadow:0 24px 80px rgba(26,20,16,.16);
  position:relative;z-index:2;display:block;
}
.frame-accent{position:absolute;border-radius:16px;z-index:1}
.frame-accent-1{width:100%;height:100%;top:16px;left:16px;border:2px solid var(--gold);opacity:.3}
.frame-accent-2{width:60%;height:60%;bottom:-20px;right:-20px;background:rgba(201,169,110,.1);z-index:0}
.frame-badge{
  position:absolute;bottom:24px;left:-24px;z-index:3;
  background:var(--gold);color:#fff;
  font-family:var(--ff-serif);font-size:1.1rem;font-weight:700;
  padding:1rem 1.6rem;border-radius:var(--radius);
  box-shadow:0 4px 20px rgba(201,169,110,.4);letter-spacing:.06em;
}
.story-section{background:var(--cream);padding:6rem 0;position:relative}
.story-inner{max-width:1200px;margin:0 auto;padding:0 4rem}
.story-label{
  font-family:var(--ff-serif);font-size:10vw;font-weight:700;
  color:rgba(201,169,110,.05);
  position:absolute;top:1rem;left:0;line-height:1;
  pointer-events:none;user-select:none;white-space:nowrap;
}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;position:relative;z-index:1}
.story-content p{color:var(--mid);font-size:.95rem;line-height:1.8}
.story-timeline{position:relative;padding-left:1rem}
.story-timeline::before{
  content:'';position:absolute;left:8px;top:8px;bottom:8px;
  width:2px;background:linear-gradient(to bottom,var(--gold),rgba(201,169,110,.22));
}
.timeline-item{position:relative;margin-bottom:2.5rem;display:flex;gap:1.5rem;align-items:flex-start}
.timeline-item:last-child{margin-bottom:0}
.tl-dot{
  width:18px;height:18px;border-radius:50%;
  background:#fff;border:3px solid rgba(201,169,110,.22);
  flex-shrink:0;margin-top:.3rem;margin-left:-2.55rem;
  position:relative;z-index:1;transition:border-color .3s;
}
.tl-dot.active-dot{border-color:var(--gold);background:var(--gold)}
.timeline-item:hover .tl-dot{border-color:var(--gold)}
.tl-year{font-size:.7rem;letter-spacing:.15em;font-weight:600;color:var(--gold);text-transform:uppercase;display:block;margin-bottom:.25rem}
.tl-content h4{font-family:var(--ff-serif);font-size:1.1rem;font-weight:600;color:var(--charcoal);margin-bottom:.4rem}
.tl-content p{font-size:.88rem;color:var(--mid);line-height:1.6}
.founders-section{background:#fff;padding:6rem 4rem}
.founders-inner{max-width:1000px;margin:0 auto}
.founders-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}
.founder-card{
  background:var(--cream);border:1.5px solid rgba(201,169,110,.22);
  border-radius:20px;overflow:hidden;
  transition:transform .3s,box-shadow .3s,border-color .3s;
  display:flex;flex-direction:column;
}
.founder-card:hover{transform:translateY(-6px);box-shadow:0 24px 80px rgba(26,20,16,.16);border-color:var(--gold)}
.founder-img-wrap{
  background:linear-gradient(135deg,rgba(201,169,110,.1),var(--warm));
  padding:3rem 2rem 2rem;text-align:center;position:relative;
}
.founder-avatar{
  width:90px;height:90px;border-radius:50%;
  background:var(--gold);color:#fff;
  font-family:var(--ff-serif);font-size:2rem;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  margin:0 auto;box-shadow:0 4px 20px rgba(201,169,110,.35);
  position:relative;z-index:1;
}
.founder-deco{
  position:absolute;width:110px;height:110px;border-radius:50%;
  border:2px dashed rgba(201,169,110,.25);
  top:50%;left:50%;transform:translate(-50%,-50%);
  animation:spinDeco 12s linear infinite;
}
@keyframes spinDeco{to{transform:translate(-50%,-50%) rotate(360deg)}}
.founder-body{padding:2rem;flex:1}
.founder-body h3{font-family:var(--ff-serif);font-size:1.4rem;font-weight:700;color:var(--charcoal);margin-bottom:.75rem}
.founder-body p{font-size:.9rem;color:var(--mid);line-height:1.7}
.amenities-section{background:rgb(168,158,135);padding:6rem 4rem}
.amenities-inner{max-width:1000px;margin:0 auto}
.amenities-inner .section-title{color:#fff}
.amenities-inner .section-title em{color:var(--gold)}
.amenities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}
.am-item{
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);
  border-radius:14px;padding:2rem 1rem;text-align:center;
  transition:background .3s,border-color .3s,transform .3s;
}
.am-item:hover{background:rgba(139,26,26,.22);border-color:var(--rv);transform:translateY(-4px)}
.am-icon{font-size:2.2rem;display:block;margin-bottom:.75rem}
.am-item p{font-size:.82rem;color:rgba(255,255,255,.78);font-weight:500;letter-spacing:.04em}

/* ═══════════════════════════════════════════
   RESPONSIVE — TABLET (≤1024px)
═══════════════════════════════════════════ */
@media(max-width:1024px){
  .props-grid{grid-template-columns:repeat(2,1fr)}
  .portfolio-grid{grid-template-columns:repeat(2,1fr)}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .about-hero{grid-template-columns:1fr;min-height:auto}
  .about-hero-left::after{display:none}
  .about-hero-right{min-height:360px}
  .story-grid{grid-template-columns:1fr;gap:3rem}
  .founders-grid{grid-template-columns:1fr 1fr}
  .amenities-grid{grid-template-columns:repeat(4,1fr)}
}

/* ═══════════════════════════════════════════
   RESPONSIVE — MOBILE (≤768px)
═══════════════════════════════════════════ */
@media(max-width:768px){
  :root{--topbar-h:48px;--nav-h:64px;}

  .topbar{
    height:auto;padding:.4rem 1rem;
    flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;
    gap:.5rem;font-size:.78rem;position:sticky;top:0;z-index:1002;
  }
  .topbar-left,.topbar-right{
    display:flex;align-items:center;justify-content:center;width:100%;gap:.9rem;
    flex:1 1 100%;flex-wrap:wrap;
  }
  .topbar-left span,.topbar-right span{
    display:flex;align-items:center;justify-content:center;gap:.45rem;
    white-space:normal;flex:1 1 100%;min-width:0;max-width:100%;text-align:center;
  }

  .navbar{padding:0 16px;height:var(--nav-h)}
  .nav-logo-img{height:54px;max-width:190px}
  .nav-menu{display:none!important}
  .hamburger{display:flex}
  .nav-sound-btn{display:flex !important;}

  .hero{margin-top:0}
  .about-hero{margin-top:calc(var(--topbar-h) + var(--nav-h))}

  .mobile-bottom-nav{display:block}
  body{padding-bottom:72px}

  .hero{
    min-height:100vh;height:auto;
    display:flex;align-items:center;justify-content:center;
  }
  .hero-content h1{font-size:1.3rem;line-height:1.15;letter-spacing:.01em}
  .hero-content h1 span{font-size:1.5rem}
  .hero-content p{max-width:100%;font-size:.8rem}

  #about-snippet{padding:70px 0}
  .about-inner{grid-template-columns:1fr;gap:36px;padding:0 16px}
  .about-left{padding-right:0}
  .about-img-stack{height:auto}
  .aimg-main,.aimg-accent{position:relative;width:100%;height:220px;}
  .aimg-accent{margin-top:12px;border:none}
  .about-badge{display:none}

  #properties{padding:70px 0}
  .props-inner{padding:0 16px}
  .props-grid{grid-template-columns:1fr 1fr;gap:14px}
  .pcard-img{height:180px}

  .portfolio-section{padding:60px 0}
  .portfolio-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .project-card{height:170px}
  .filter-btn{font-size:.7rem;padding:.4rem .9rem}

  .feature-section{padding:60px 4%}
  .feature-grid{grid-template-columns:1fr 1fr;gap:12px}

  #cta-strip{flex-direction:column;text-align:center;padding:60px 20px;gap:24px}
  .cta-btns{flex-wrap:wrap;justify-content:center;gap:10px}

  .footer-main{grid-template-columns:1fr 1fr;padding:48px 20px;gap:28px}
  .footer-brand{grid-column:1/-1}
  .footer-bottom{padding:16px 20px;flex-direction:row;justify-content:space-between;text-align:left}

  .about-hero-left{padding:4rem 1.5rem 3rem}
  .about-hero-stats{flex-wrap:wrap;gap:16px}
  .hs-div{display:none}
  .hero-img-frame{max-width:100%}
  .hero-img-frame>img{height:320px}
  .frame-badge{left:0;bottom:-14px;font-size:.9rem;padding:.7rem 1.2rem}
  .story-inner{padding:0 1.5rem}
  .founders-section{padding:4rem 1.5rem}
  .founders-grid{grid-template-columns:1fr}
  .amenities-section{padding:4rem 1.5rem}
  .amenities-grid{grid-template-columns:repeat(2,1fr)}
}

/* ═══════════════════════════════════════════
   RESPONSIVE — SMALL MOBILE (≤480px)
═══════════════════════════════════════════ */
@media(max-width:480px){
  .props-grid{grid-template-columns:1fr}
  .portfolio-grid{grid-template-columns:1fr}
  .feature-grid{grid-template-columns:1fr}
  .amenities-grid{grid-template-columns:1fr 1fr}
  .footer-main{grid-template-columns:1fr;padding:40px 16px}
  .footer-bottom{flex-direction:column;text-align:center;padding:14px 16px;gap:.4rem}
  .footer-logo-img{height:48px}
  .sec-h2,.section-title{font-size:1.8rem}
}







------------------------------------------------------ */


/* ------------------------------------------------------
   MODERN FONT OVERRIDE � Space Grotesk for popup
------------------------------------------------------ */
.enq-overlay,
.enq-overlay * {
  font-family: 'Space Grotesk', 'DM Sans', 'Outfit', sans-serif;
}

/* ------------------------------------------------------
   PAGE LOCK � while gate is active
------------------------------------------------------ */
body.enq-page-locked {
  overflow: hidden !important;
}
/* Blur & dim everything behind the modal */
body.enq-page-locked > *:not(.enq-overlay) {
  filter: blur(6px) brightness(0.4) !important;
  pointer-events: none !important;
  user-select: none !important;
}

/* ------------------------------------------------------
   OVERLAY  — starts hidden, JS shows it on first visit
------------------------------------------------------ */
.enq-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 16px;
  overflow-y: auto;          /* overlay scrolls if popup is taller than viewport */
  background:
    radial-gradient(ellipse at 30% 40%, rgba(201,169,110,0.18) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 70%, rgba(20,10,5,0.55) 0%, transparent 70%),
    rgba(10, 7, 4, 0.78);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
}
/* active state — set by JS */
.enq-overlay.enq-visible {
  display: flex;
  animation: enqOverlayIn 0.5s cubic-bezier(0.16,1,0.3,1) both;
}
@keyframes enqOverlayIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Fade-out state */
.enq-overlay.enq-hiding {
  display: flex;
  animation: enqOverlayOut 0.45s ease forwards;
}
@keyframes enqOverlayOut {
  to { opacity: 0; }
}

/* ------------------------------------------------------
   MODAL BOX
------------------------------------------------------ */
.enq-box {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  width: 100%;
  max-width: 500px;
  max-height: none;
  overflow-y: visible;
  overflow: visible;
  padding: 0 0 28px;
  box-shadow:
    0 0 0 1px rgba(201,169,110,0.22),
    0 8px 32px rgba(0,0,0,0.18),
    0 32px 80px rgba(0,0,0,0.28),
    0 0 120px rgba(201,169,110,0.12);
  animation: enqBoxIn 0.55s cubic-bezier(0.16,1,0.3,1) 0.08s both;
}
.enq-box::-webkit-scrollbar { display: none; }

@keyframes enqBoxIn {
  from { transform: translateY(40px) scale(0.94); opacity: 0; }
  to   { transform: translateY(0)    scale(1);    opacity: 1; }
}
.enq-overlay.enq-hiding .enq-box {
  animation: enqBoxOut 0.42s cubic-bezier(0.4,0,1,1) forwards;
}
@keyframes enqBoxOut {
  to { transform: translateY(30px) scale(0.96); opacity: 0; }
}

/* -- Top accent bar -- */
.enq-topbar {
  height: 5px;
  background: linear-gradient(90deg, #C9A96E 0%, #e8c98a 40%, #A6813F 100%);
  border-radius: 24px 24px 0 0;
  margin-bottom: 0;
}

/* -- Close button -- */
.enq-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(201,169,110,0.10);
  border: 1.5px solid rgba(201,169,110,0.30);
  color: #7a746c;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.22s, border-color 0.22s, color 0.22s, transform 0.2s;
}
.enq-close:hover {
  background: rgba(201,169,110,0.22);
  border-color: #C9A96E;
  color: #2e2a24;
  transform: scale(1.1) rotate(90deg);
}

/* -- Header -- */
.enq-head {
  text-align: center;
  padding: 18px 28px 14px;
  background: linear-gradient(180deg, #fdf9f3 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(201,169,110,0.12);
  margin-bottom: 4px;
}

.enq-logo {
  position: relative;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enq-logo span {
  position: relative;
  z-index: 1;
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.enq-logo::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #C9A96E 0%, #A6813F 100%);
  box-shadow: 0 8px 24px rgba(201,169,110,0.45);
}
.enq-logo-ring {
  position: absolute;
  inset: -5px;
  border-radius: 20px;
  border: 2px solid rgba(201,169,110,0.3);
  animation: enqRingPulse 2.4s ease-in-out infinite;
}
@keyframes enqRingPulse {
  0%,100% { transform: scale(1);    opacity: 0.6; }
  50%      { transform: scale(1.06); opacity: 1;   }
}

.enq-tagline {
  font-size: 0.65rem;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #C9A96E;
  font-weight: 700;
  margin-bottom: 8px;
}
.enq-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.25rem, 3.5vw, 1.60rem);
  font-weight: 700;
  color: #1a1510;
  line-height: 1.25;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.enq-sub {
  font-size: 0.84rem;
  color: #7a746c;
  line-height: 1.65;
  max-width: 340px;
  margin: 0 auto;
}

/* -- Form layout -- */
.enq-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 28px 0;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.enq-form.enq-form-exit {
  opacity: 0;
  transform: translateY(-12px);
}

/* -- Fields -- */
.enq-field { display: flex; flex-direction: column; gap: 5px; }

.enq-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2e2a24;
  display: flex;
  align-items: center;
  gap: 6px;
}
.enq-label i { color: #C9A96E; font-size: 0.73rem; width: 13px; }

.enq-input-wrap { position: relative; }

.enq-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #e8ddd0;
  border-radius: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.93rem;
  font-weight: 400;
  color: #2e2a24;
  background: #fdf9f3;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s, transform 0.2s;
}
.enq-input:hover { border-color: #C9A96E; background: #fff; }
.enq-input:focus {
  border-color: #C9A96E;
  background: #fff;
  box-shadow: 0 0 0 3.5px rgba(201,169,110,0.18);
  transform: translateY(-1px);
}
.enq-input::placeholder { color: #b0a99f; font-weight: 400; }

/* animated underline on focus */
.enq-input-line {
  position: absolute;
  bottom: 0; left: 16px; right: 16px;
  height: 2px;
  background: linear-gradient(90deg, #C9A96E, #e8c98a);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.16,1,0.3,1);
  pointer-events: none;
}
.enq-input:focus ~ .enq-input-line { transform: scaleX(1); }

/* -- Error messages -- */
.enq-err {
  display: none;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  color: #ef4444;
  font-weight: 500;
  padding-left: 2px;
  animation: enqErrIn 0.22s ease;
}
@keyframes enqErrIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.enq-err i { font-size: 0.68rem; }

/* -- Property Type radio cards -- */
.enq-radio-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 2px;
}

.enq-radio-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 12px 14px;
  border: 1.5px solid #e8ddd0;
  border-radius: 16px;
  background: #fdf9f3;
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s, transform 0.2s;
  user-select: none;
  position: relative;
  overflow: hidden;
}
.enq-radio-card input[type="radio"] {
  position: absolute; opacity: 0; width: 0; height: 0;
}
.enq-radio-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,169,110,0.12), transparent);
  opacity: 0;
  transition: opacity 0.25s;
}
.enq-radio-card:hover {
  border-color: #C9A96E;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(201,169,110,0.20);
}
.enq-radio-card:hover::before { opacity: 1; }

.enq-radio-card.selected {
  border-color: #C9A96E;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(201,169,110,0.20),
              0 6px 20px rgba(201,169,110,0.18);
  transform: translateY(-2px);
}
.enq-radio-card.selected::before { opacity: 1; }

.enq-radio-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(201,169,110,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.30rem;
  color: #C9A96E;
  transition: background 0.25s, color 0.25s, transform 0.25s;
}
.enq-radio-card.selected .enq-radio-icon {
  background: linear-gradient(135deg, #C9A96E, #A6813F);
  color: #fff;
  transform: scale(1.08);
}
.enq-radio-txt {
  font-size: 0.90rem;
  font-weight: 600;
  color: #2e2a24;
  letter-spacing: 0.01em;
}
.enq-radio-check {
  position: absolute;
  top: 8px; right: 9px;
  font-size: 0.85rem;
  color: #C9A96E;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.22s, transform 0.22s;
}
.enq-radio-card.selected .enq-radio-check {
  opacity: 1;
  transform: scale(1);
}

/* -- Submit button -- */
.enq-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 6px;
  padding: 15px 24px;
  background: linear-gradient(135deg, var(--rv) 0%, var(--rv2) 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.90rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.22s, box-shadow 0.22s, filter 0.22s;
  box-shadow: 0 6px 24px var(--rv-shadow);
}
.enq-submit:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 12px 32px var(--rv-shadow);
  filter: brightness(1.10);
}
.enq-submit:active {
  transform: translateY(0) scale(0.99);
  box-shadow: 0 4px 14px var(--rv-shadow);
}
/* Shimmer sweep on hover */
.enq-submit::before {
  content: '';
  position: absolute;
  top: 0; left: -60%;
  width: 50%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.32), transparent);
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}
.enq-submit:hover::before { left: 130%; }
/* Ripple element */
.enq-submit-ripple {
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: rgba(255,255,255,0.15);
  transform: scale(0);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
.enq-submit:active .enq-submit-ripple {
  transform: scale(1);
  opacity: 1;
  transition: none;
}
.enq-submit-txt { position: relative; z-index: 1; }
.enq-submit-icon {
  position: relative;
  z-index: 1;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  transition: transform 0.25s, background 0.25s;
}
.enq-submit:hover .enq-submit-icon {
  transform: translateX(3px);
  background: rgba(255,255,255,0.38);
}

/* -- Privacy note -- */
.enq-privacy {
  text-align: center;
  font-size: 0.69rem;
  color: #b0a99f;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
}
.enq-privacy i { color: #C9A96E; font-size: 0.67rem; }

/* ------------------------------------------------------
   SUCCESS SCREEN
------------------------------------------------------ */
.enq-success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 36px 8px;
  gap: 12px;
  animation: enqSuccessIn 0.45s cubic-bezier(0.16,1,0.3,1) both;
}
@keyframes enqSuccessIn {
  from { opacity: 0; transform: scale(0.92) translateY(16px); }
  to   { opacity: 1; transform: scale(1)    translateY(0); }
}

.enq-check-wrap { width: 86px; height: 86px; margin: 0 auto; }
.enq-check-svg {
  width: 86px; height: 86px;
  stroke: #C9A96E;
  stroke-width: 2.8;
  stroke-miterlimit: 10;
  filter: drop-shadow(0 4px 14px rgba(201,169,110,0.40));
}
.enq-check-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  fill: rgba(201,169,110,0.08);
  animation: enqStroke 0.60s cubic-bezier(0.65,0,0.45,1) forwards;
}
.enq-check-tick {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50% 50%;
  animation: enqStroke 0.38s cubic-bezier(0.65,0,0.45,1) 0.50s forwards;
}
@keyframes enqStroke { 100% { stroke-dashoffset: 0; } }

.enq-success-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.70rem;
  font-weight: 700;
  color: #1a1510;
  margin: 0;
  letter-spacing: -0.01em;
}
.enq-success-msg {
  font-size: 0.90rem;
  color: #7a746c;
  line-height: 1.70;
  margin: 0;
  max-width: 280px;
}
.enq-success-msg strong { color: #C9A96E; }

.enq-done {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 32px;
  background: linear-gradient(135deg, var(--rv) 0%, var(--rv2) 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 6px;
  box-shadow: 0 6px 22px var(--rv-shadow);
  transition: transform 0.22s, box-shadow 0.22s, filter 0.22s;
}
.enq-done:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 28px var(--rv-shadow);
  filter: brightness(1.10);
}
.enq-done:active { transform: translateY(0); }

/* ------------------------------------------------------
   MOBILE � fully responsive, centered (NOT bottom-sheet)
------------------------------------------------------ */
@media (max-width: 600px) {
  .enq-overlay {
    padding: 12px;
    align-items: center;    /* always center, never bottom */
  }
  .enq-box {
    border-radius: 20px;
    max-height: 96vh;
    padding-bottom: 28px;
  }
  .enq-head {
    padding: 22px 20px 16px;
  }
  .enq-logo { width: 50px; height: 50px; }
  .enq-logo span { font-size: 1.45rem; }
  .enq-logo::before { border-radius: 14px; }
  .enq-logo-ring { border-radius: 18px; }
  .enq-title { font-size: 1.20rem; }
  .enq-sub   { font-size: 0.80rem; }
  .enq-form  { padding: 18px 20px 0; gap: 12px; }
  /* Prevent iOS zoom on input focus */
  .enq-input { font-size: 16px; padding: 12px 14px; border-radius: 10px; }
  .enq-radio-row { gap: 10px; }
  .enq-radio-card { padding: 14px 8px 12px; border-radius: 14px; }
  .enq-radio-icon { width: 40px; height: 40px; font-size: 1.15rem; }
  .enq-radio-txt  { font-size: 0.84rem; }
  .enq-submit { padding: 14px 18px; font-size: 0.85rem; }
  .enq-success { padding: 22px 20px 6px; }
  .enq-check-wrap { width: 74px; height: 74px; }
  .enq-check-svg  { width: 74px; height: 74px; }
  .enq-success-title { font-size: 1.45rem; }
  .enq-done { padding: 12px 28px; font-size: 0.84rem; }
}

@media (max-width: 380px) {
  .enq-head  { padding: 18px 16px 14px; }
  .enq-form  { padding: 14px 16px 0; }
  .enq-title { font-size: 1.10rem; }
  .enq-radio-row { grid-template-columns: 1fr 1fr; }
  .enq-success { padding: 18px 16px 6px; }
}

/* Landscape on small phones */
@media (max-height: 580px) and (orientation: landscape) {
  .enq-box { max-height: 98vh; }
  .enq-head { padding: 14px 28px 10px; }
  .enq-logo { width: 40px; height: 40px; margin-bottom: 8px; }
  .enq-title { font-size: 1.05rem; margin-bottom: 4px; }
  .enq-sub   { display: none; }
  .enq-form  { gap: 8px; padding: 10px 28px 0; }
  .enq-input { padding: 9px 14px; font-size: 15px; }
}

/* ------------------------------------------
   SOURCE: contact.css
------------------------------------------ */
/*──────────────────────────────────────────────────────
  CONTACT PAGE — contact.css
  Load after style.css so CSS variables are available
──────────────────────────────────────────────────────*/

/* ── Page Hero ── */
.page-hero {
  background: linear-gradient(135deg, #1a1714 0%, #2e2a24 60%, #3d3529 100%);
  padding: 100px 6% 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 78px;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(201,169,110,.12) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}
.page-hero .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-bottom: 18px;
}
.page-hero .breadcrumb a {
  color: var(--gold);
  text-decoration: none;
  transition: opacity .2s;
}
.page-hero .breadcrumb a:hover { opacity: .75; }
.page-hero h1 {
  font-family: var(--ff-serif);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 14px;
}
.page-hero h1 em { color: var(--gold); font-style: italic; }
.page-hero p {
  color: rgba(255,255,255,.6);
  font-size: 1rem;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── Contact Section ── */
.contact-section {
  padding: 80px 6% 100px;
  background: #f8fafc;
  color: #0f172a;
}
.contact-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto 60px;
}

/* ── Form Card ── */
.contact-left {
  flex: 1;
  background: #fff;
  padding: 40px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
}
.contact-left h2 {
  font-family: var(--ff-serif);
  font-size: 32px;
  margin-bottom: 10px;
  color: #0f172a;
}
.contact-left > p {
  color: #64748b;
  margin-bottom: 25px;
  font-size: .95rem;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-form input {
  padding: 12px 15px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  outline: none;
  background: #fff;
  color: #0f172a;
  font-family: var(--ff-sans);
  font-size: .95rem;
  transition: border-color .3s, box-shadow .3s;
  width: 100%;
}
.contact-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,106,.2);
}
.contact-form input::placeholder { color: #a0aec0; }
.contact-form button {
  padding: 14px;
  border: none;
  border-radius: 10px;
  background: var(--rv);
  color: #fff;
  font-family: var(--ff-sans);
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .3s, transform .2s;
}
.contact-form button:hover {
  background: var(--rv2);
  transform: translateY(-1px);
}

/* ── Info Cards ── */
.contact-right { flex: 1; }
.contact-right h2 {
  font-family: var(--ff-serif);
  font-size: 32px;
  margin-bottom: 20px;
  color: #0f172a;
}
.info-box {
  background: #fff;
  padding: 20px;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 5px 15px rgba(0,0,0,.04);
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.info-box:last-child { margin-bottom: 0; }
.info-box:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 10px 30px rgba(201,169,110,.12);
}
.info-box h3 {
  font-family: var(--ff-serif);
  font-size: 1rem;
  color: var(--gold);
  margin-bottom: 6px;
}
.info-box p,
.info-box a {
  color: #475569;
  font-size: .92rem;
  line-height: 1.6;
  text-decoration: none;
  transition: color .2s;
}
.info-box a:hover { color: var(--gold); }

/* ── Map ── */
.full-map-section {
  max-width: 1100px;
  margin: 0 auto;
}
.full-map-section iframe {
  width: 100%;
  height: 480px;
  border: none;
  display: block;
  border-radius: 14px;
  box-shadow: 0 8px 40px rgba(0,0,0,.1);
}
.map-actions {
  text-align: center;
  margin-top: 22px;
}
.map-btn {
  display: inline-block;
  padding: 14px 32px;
  background: var(--rv);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-family: var(--ff-sans);
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .04em;
  transition: background .25s, transform .2s;
}
.map-btn:hover {
  background: var(--rv2);
  transform: translateY(-2px);
}

/* ══════════════════════════════════════════
   MOBILE BOTTOM NAV — PROPERTIES DROPDOWN
══════════════════════════════════════════ */

/* The nav needs relative positioning so the popup anchors to it */
.mobile-bottom-nav {
  position: fixed;
}

/* The floating dropdown popup */
.mob-props-dropdown {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px); /* sits 10px above the nav bar */
  left: 50%;
  transform: translateX(-50%);
  background: #1e1b16;
  border: 1px solid rgba(201,169,110,.3);
  border-radius: 14px;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  min-width: 200px;
  box-shadow: 0 -8px 32px rgba(0,0,0,.45);
  z-index: 99999;
  /* Animate in */
  opacity: 0;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}
.mob-props-dropdown.open {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.mob-props-dropdown li {
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.mob-props-dropdown li:last-child {
  border-bottom: none;
}
.mob-props-dropdown li a {
  display: block;
  padding: 13px 22px;
  color: rgba(255,255,255,.82);
  font-family: var(--ff-sans);
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .01em;
  transition: color .2s, background .2s, padding-left .2s;
}
.mob-props-dropdown li a:hover,
.mob-props-dropdown li a:active {
  color: var(--gold);
  background: rgba(201,169,110,.1);
  padding-left: 28px;
}

/* Arrow indicator on the Properties button */
.mobile-bottom-nav .drop-arrow {
  width: 10px;
  height: 10px;
  margin-left: 3px;
  vertical-align: middle;
  transition: transform .25s ease;
  display: inline-block;
}
#mobPropsBtn.active-props .drop-arrow {
  transform: rotate(180deg);
}
#mobPropsBtn.active-props {
  color: var(--gold, #c9a96e);
}

/* ══════════════════════════════════════════
   MOBILE DRAWER — PROPERTIES SUB-DROPDOWN
══════════════════════════════════════════ */
.mob-drawer-item {
  width: 100%;
}
.mob-drawer-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: none;
  padding: 14px 28px;
  color: #2E2A24;
  font-family: var(--ff-sans);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .03em;
  cursor: pointer;
  text-align: left;
  transition: color .2s;
  border-bottom: 1px solid rgba(0,0,0,.07);
}
.mob-drawer-btn:hover { color: #8B1A1A; }
.mob-drawer-btn.open  { color: #8B1A1A; }

.mob-drawer-arrow {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform .25s ease;
}
.mob-drawer-btn.open .mob-drawer-arrow {
  transform: rotate(180deg);
}

.mob-drawer-sub {
  display: none;
  flex-direction: column;
  background: rgba(139,26,26,.06);
  border-left: 2px solid #8B1A1A;
  margin: 0 20px 6px 28px;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.mob-drawer-sub.open {
  display: flex;
}
.mob-sub-link {
  display: block;
  padding: 11px 20px;
  color: #4A4540;
  font-family: var(--ff-sans);
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, background .2s, padding-left .2s;
  border-bottom: 1px solid rgba(0,0,0,.06);
  display: flex; align-items: center; gap: 8px;
}
.mob-sub-link:last-child { border-bottom: none; }
.mob-sub-link:hover,
.mob-sub-link:active,
.mob-sub-link.active {
  color: #8B1A1A !important;
  background: rgba(139,26,26,.10) !important;
  padding-left: 28px;
  font-weight: 600;
}

/* ══════════════════════
   HAMBURGER — ensure visible on mobile
══════════════════════ */
@media (max-width: 768px) {
  .hamburger {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
    z-index: 1100;
  }
  .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .3s, opacity .3s;
  }
  .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* Hide the desktop nav links on mobile */
  .nav-menu { display: none !important; }
}

/* ══════════════════════
   RESPONSIVE — TABLET (≤ 900px)
══════════════════════ */
@media (max-width: 900px) {
  .contact-container { flex-direction: column; gap: 28px; }
  .contact-left, .contact-right { width: 100%; }
  .full-map-section iframe { height: 380px; }
}

/* ══════════════════════
   RESPONSIVE — MOBILE (≤ 768px)
══════════════════════ */
@media (max-width: 768px) {
  .page-hero {
    padding: 80px 5% 50px;
    margin-top: 60px;
  }
  .contact-section {
    padding: 50px 5% 100px; /* bottom padding clears mobile nav bar */
  }
  .contact-left { padding: 26px 20px; }
  .contact-left h2,
  .contact-right h2 { font-size: 26px; }
  .contact-form input,
  .contact-form button { width: 100%; }
  .info-box { padding: 18px; }
  .full-map-section iframe { height: 320px; border-radius: 10px; }
  .map-btn { width: 100%; max-width: 300px; text-align: center; display: block; margin: 0 auto; }
}

/* ══════════════════════
   RESPONSIVE — SMALL MOBILE (≤ 480px)
══════════════════════ */
@media (max-width: 480px) {
  .page-hero { padding: 70px 4% 44px; }
  .contact-section { padding: 40px 4% 90px; }
  .contact-left { padding: 20px 16px; }
  .contact-left h2,
  .contact-right h2 { font-size: 22px; }
  .contact-left > p { font-size: .88rem; }
  .contact-form input { padding: 12px; font-size: .88rem; }
  .contact-form button { padding: 12px; font-size: .88rem; }
  .info-box { padding: 15px 16px; }
  .info-box h3 { font-size: .92rem; }
  .full-map-section iframe { height: 260px; }
  .map-btn { font-size: .86rem; padding: 12px 20px; }

  /* Dropdown slightly narrower on very small screens */
  .mob-props-dropdown { min-width: 170px; }
  .mob-props-dropdown li a { padding: 12px 18px; font-size: .86rem; }
}

/* ------------------------------------------
   SOURCE: Project.css
------------------------------------------ */
/* ══════════════════════════════════════════════════════
   Project.css  —  Thirumal Properties Projects Page
   Modern, editorial, premium real estate aesthetic
══════════════════════════════════════════════════════ */

/* ── Variables (extend root from style.css) ── */
:root {
  --gold:       #C9A96E;
  --gold2:      #A6813F;
  --gold-light: #E8D5A8;
  --cream:      #FBF8F3;
  --cream2:     #F4EFE6;
  --charcoal:   #2E2A24;
  --charcoal2:  #1a1714;
  --mid:        #7A746C;
  --white:      #ffffff;
  --ff-serif:   'Playfair Display', serif;
  --ff-sans:    'Outfit', sans-serif;
  --ease:       cubic-bezier(0.16,1,0.3,1);
}

/* ══════════════════════
   HERO
══════════════════════ */
.proj-hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--charcoal2);
  padding: 120px 5% 80px;
}

.proj-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.proj-hero-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.6;
}

.proj-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.proj-hero-glow-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,169,110,0.18) 0%, transparent 70%);
  top: -100px; right: -100px;
}
.proj-hero-glow-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(201,169,110,0.10) 0%, transparent 70%);
  bottom: -80px; left: 5%;
}

.proj-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.proj-hero-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--gold);
  font-family: var(--ff-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.eyebrow-line {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

.proj-hero-h1 {
  font-family: var(--ff-serif);
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
}
.proj-hero-h1 em {
  font-style: italic;
  color: var(--gold);
}

.proj-hero-sub {
  font-family: var(--ff-sans);
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 44px;
}

/* Hero stats */
.proj-hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.phs { text-align: center; }
.phs-n {
  display: block;
  font-family: var(--ff-serif);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.phs-l {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
}
.phs-div {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.12);
}

/* Scroll hint */
.proj-hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.3);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 1;
  animation: scrollBounce 2s ease-in-out infinite;
}
.proj-hero-scroll svg {
  width: 16px; height: 16px;
  stroke: rgba(255,255,255,0.3);
}
@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(6px); }
}

/* ══════════════════════
   FILTERS
══════════════════════ */
.proj-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.pf-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ff-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 10px 22px;
  border-radius: 50px;
  border: 1.5px solid rgba(201,169,110,0.3);
  background: #fff;
  color: var(--mid);
  cursor: pointer;
  transition: all 0.28s var(--ease);
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.pf-btn svg {
  width: 15px; height: 15px;
  stroke: currentColor;
  transition: stroke 0.28s;
}
.pf-btn:hover {
  border-color: var(--rv);
  color: var(--rv);
}
.pf-btn.active {
  background: var(--rv);
  border-color: var(--rv);
  color: #fff;
  box-shadow: 0 4px 20px var(--rv-shadow);
}

/* ══════════════════════
   PROJECT GRID
══════════════════════ */
.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
}

/* ── Card ── */
.proj-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(26,23,20,0.07);
  border: 1px solid rgba(201,169,110,0.1);
  transition: transform 0.36s var(--ease), box-shadow 0.36s var(--ease);
  opacity: 0;
  transform: translateY(30px);
}
.proj-card.in-view {
  opacity: 1;
  transform: translateY(0);
}
.proj-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(26,23,20,0.14);
}

/* Featured card stands out */
.featured-card {
  grid-column: span 2;
}
.featured-card .proj-card-img { height: 320px; }

/* ── Card image ── */
.proj-card-img {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.proj-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease);
}
.proj-card:hover .proj-card-img img {
  transform: scale(1.06);
}

/* Status badge */
.proj-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: var(--ff-sans);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 30px;
  z-index: 2;
}
.completed-badge  { background: rgba(26,23,20,0.85); color: #C9A96E; backdrop-filter: blur(8px); }
.ongoing-badge    { background: rgba(201,169,110,0.92); color: #1a1714; backdrop-filter: blur(8px); }
.upcoming-badge   { background: rgba(122,158,135,0.88); color: #fff; backdrop-filter: blur(8px); }

/* Overlay on hover */
.proj-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,23,20,0.75) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.32s;
}
.proj-card:hover .proj-card-overlay { opacity: 1; }

.proj-overlay-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ff-sans);
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
  background: var(--rv);
  padding: 9px 18px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.25s;
}
.proj-overlay-btn:hover { background: var(--rv2); }

/* Upcoming image placeholder */
.upcoming-img {
  background: linear-gradient(135deg, #1a1714 0%, #2E2A24 100%);
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: rgba(255,255,255,0.2);
}
.upcoming-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.upcoming-star {
  font-size: 2.5rem;
  color: rgba(201,169,110,0.35);
}
.upcoming-placeholder span {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}

/* ── Card body ── */
.proj-card-body {
  padding: 22px 22px 24px;
}
.proj-card-top {
  margin-bottom: 8px;
}
.proj-type {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold2);
}
.proj-name {
  font-family: var(--ff-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--charcoal);
  margin: 0 0 6px;
}
.proj-loc {
  font-size: 0.8rem;
  color: var(--mid);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 16px;
}
.proj-loc i { color: var(--gold); font-size: 0.72rem; }

/* Meta row */
.proj-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(201,169,110,0.12);
  border-bottom: 1px solid rgba(201,169,110,0.12);
  margin-bottom: 18px;
}
.pmeta-item { flex: 1; text-align: center; }
.pmeta-label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 3px;
}
.pmeta-val {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--charcoal);
}
.status-done   { color: #5b9b72; }
.status-active { color: var(--gold2); }
.pmeta-div {
  width: 1px;
  height: 28px;
  background: rgba(201,169,110,0.2);
  flex-shrink: 0;
}

/* Progress bar */
.proj-progress-wrap {
  margin-bottom: 14px;
}
.proj-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: var(--mid);
  margin-bottom: 6px;
}
.proj-progress-bar {
  height: 5px;
  background: rgba(201,169,110,0.15);
  border-radius: 10px;
  overflow: hidden;
}
.proj-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold2), var(--gold));
  border-radius: 10px;
  transition: width 1.2s var(--ease);
}

/* Upcoming teaser text */
.upcoming-teaser p {
  font-size: 0.83rem;
  color: var(--mid);
  line-height: 1.65;
  margin-bottom: 16px;
}

/* CTA buttons */
.proj-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ff-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--charcoal);
  text-decoration: none;
  border-bottom: 1.5px solid rgba(201,169,110,0.4);
  padding-bottom: 2px;
  transition: color 0.25s, border-color 0.25s;
}
.proj-cta:hover { color: var(--gold); border-color: var(--gold); }
.proj-cta i { font-size: 0.7rem; transition: transform 0.25s; }
.proj-cta:hover i { transform: translateX(4px); }

.proj-cta-gold {
  background: var(--rv);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  letter-spacing: 0.05em;
}
.proj-cta-gold:hover {
  background: var(--rv2);
  color: #fff;
  border-color: transparent;
}

.proj-cta-outline {
  border: 1.5px solid rgba(122,158,135,0.5);
  color: #5b9b72;
  padding: 9px 18px;
  border-radius: 30px;
  border-bottom: 1.5px solid rgba(122,158,135,0.5);
}
.proj-cta-outline:hover { border-color: #5b9b72; color: #3d7a56; }

/* ══════════════════════
   LEGACY STRIP
══════════════════════ */
.legacy-strip {
  background: var(--charcoal2);
  padding: 50px 5%;
}
.legacy-strip-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}
.legacy-item {
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s, transform 0.6s;
}
.legacy-item.in-view { opacity: 1; transform: translateY(0); }
.legacy-icon {
  font-size: 1.5rem;
  color: var(--gold);
  opacity: 0.8;
}
.legacy-num {
  display: block;
  font-family: var(--ff-serif);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.legacy-label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
}
.legacy-div {
  width: 1px;
  height: 44px;
  background: rgba(255,255,255,0.08);
}

/* ══════════════════════
   CTA BAND
══════════════════════ */
.proj-cta-band {
  background: linear-gradient(135deg, var(--cream) 0%, #EDE8DF 100%);
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}
.proj-cta-band::before {
  content: 'T';
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--ff-serif);
  font-size: 18rem;
  font-weight: 900;
  color: rgba(201,169,110,0.06);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.proj-cta-band-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s, transform 0.7s;
}
.proj-cta-band-inner.in-view { opacity: 1; transform: translateY(0); }
.proj-cta-text { flex: 1; }
.proj-cta-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold2);
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}
.proj-cta-text h2 {
  font-family: var(--ff-serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--charcoal);
  line-height: 1.15;
  margin-bottom: 16px;
}
.proj-cta-text h2 em { font-style: italic; color: var(--gold2); }
.proj-cta-text p {
  font-size: 0.95rem;
  color: var(--mid);
  line-height: 1.7;
  max-width: 460px;
}
.proj-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}
.pcta-btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-sans);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 14px 30px;
  border-radius: 50px;
  background: var(--rv);
  color: #fff;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, transform 0.25s;
  white-space: nowrap;
}
.pcta-btn-gold:hover { background: var(--rv2); color: #fff; transform: translateY(-2px); }
.pcta-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-sans);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 50px;
  border: 1.5px solid rgba(201,169,110,0.4);
  color: var(--mid);
  text-decoration: none;
  transition: border-color 0.25s, color 0.25s;
  white-space: nowrap;
}
.pcta-btn-ghost:hover { border-color: var(--gold); color: var(--gold2); }

/* ══════════════════════
   MOBILE RESPONSIVE
══════════════════════ */
@media (max-width: 1024px) {
  .proj-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-card { grid-column: span 2; }
}

@media (max-width: 768px) {
  .proj-hero {
    min-height: 480px;
    padding: 100px 5% 70px;
    text-align: center;
  }
  .proj-hero-h1 { font-size: 2.4rem; }
  .proj-hero-sub { font-size: 0.9rem; }
  .phs-div { display: none; }
  .proj-hero-stats { gap: 24px; justify-content: center; }

  .proj-filters { gap: 8px; }
  .pf-btn { font-size: 0.72rem; padding: 9px 16px; }

  .proj-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .featured-card { grid-column: span 2; }
  .featured-card .proj-card-img { height: 220px; }

  .proj-card-img { height: 180px; }
  .proj-name { font-size: 1.1rem; }
  .proj-card-body { padding: 16px; }

  .legacy-strip-inner { gap: 28px; justify-content: center; }
  .legacy-div { display: none; }

  .proj-cta-band-inner {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }
  .proj-cta-text p { max-width: 100%; }
  .proj-cta-actions { flex-direction: row; justify-content: center; flex-wrap: wrap; }
  .proj-cta-band::before { font-size: 10rem; opacity: 0.04; }
}

@media (max-width: 480px) {
  .proj-grid { grid-template-columns: 1fr; }
  .featured-card { grid-column: span 1; }
  .proj-hero-h1 { font-size: 2rem; }
  .proj-section { padding: 50px 4% 80px; }

  .pf-btn span { display: none; }
  .pf-btn { padding: 9px 14px; }

  .proj-card-meta { flex-wrap: wrap; gap: 8px; }
  .pmeta-div { display: none; }

  .legacy-item { justify-content: center; }
  .legacy-num { font-size: 1.6rem; }
}





/* ══════════════════════════════════════════
   MOBILE BOTTOM NAV — PROPERTIES DROPDOWN
══════════════════════════════════════════ */

/* The nav needs relative positioning so the popup anchors to it */
.mobile-bottom-nav {
  position: fixed;
}

/* The floating dropdown popup */
.mob-props-dropdown {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px); /* sits 10px above the nav bar */
  left: 50%;
  transform: translateX(-50%);
  background: #1e1b16;
  border: 1px solid rgba(201,169,110,.3);
  border-radius: 14px;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  min-width: 200px;
  box-shadow: 0 -8px 32px rgba(0,0,0,.45);
  z-index: 99999;
  /* Animate in */
  opacity: 0;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}
.mob-props-dropdown.open {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.mob-props-dropdown li {
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.mob-props-dropdown li:last-child {
  border-bottom: none;
}
.mob-props-dropdown li a {
  display: block;
  padding: 13px 22px;
  color: rgba(255,255,255,.82);
  font-family: var(--ff-sans);
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .01em;
  transition: color .2s, background .2s, padding-left .2s;
}
.mob-props-dropdown li a:hover,
.mob-props-dropdown li a:active {
  color: var(--gold);
  background: rgba(201,169,110,.1);
  padding-left: 28px;
}

/* Arrow indicator on the Properties button */
.mobile-bottom-nav .drop-arrow {
  width: 10px;
  height: 10px;
  margin-left: 3px;
  vertical-align: middle;
  transition: transform .25s ease;
  display: inline-block;
}
#mobPropsBtn.active-props .drop-arrow {
  transform: rotate(180deg);
}
#mobPropsBtn.active-props {
  color: var(--gold, #c9a96e);
}






.nav-dropdown{
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:.3s ease;
}

.has-drop.open .nav-dropdown{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

/* ------------------------------------------
   SOURCE: complete.css
------------------------------------------ */
/*────────────────────────────────────────────────
  complete.css  —  load after style.css
────────────────────────────────────────────────*/

/* ══ REVEAL ══ */
.reveal { opacity:0; transform:translateY(28px); transition:opacity .6s ease,transform .6s ease; }
.reveal.vis { opacity:1; transform:translateY(0); }

/* ══ HERO ══ */
.cp-hero { position:relative; height:52vh; min-height:300px; overflow:hidden; }
.cp-hero img { width:100%; height:100%; object-fit:cover; transform:scale(1.04); transition:transform 6s ease; }
.cp-hero:hover img { transform:scale(1); }
.cp-hero-overlay {
  position:absolute; inset:0;
  background:linear-gradient(to bottom,rgba(26,23,20,.55) 0%,rgba(26,23,20,.72) 100%);
  display:flex; flex-direction:column; justify-content:center; align-items:center;
  text-align:center; padding:2rem;
}
.cp-hero-tag { font-size:.72rem; letter-spacing:.22em; text-transform:uppercase; color:var(--gold,#c9a96e); font-weight:500; margin-bottom:1.2rem; display:block; }
.cp-hero-h1 { font-family:var(--ff-serif,'Playfair Display',serif); font-size:clamp(2.8rem,6vw,5rem); font-weight:700; color:#fff; line-height:1.1; margin-bottom:.9rem; }
.cp-hero-h1 em { font-style:italic; color:var(--gold,#c9a96e); }
.cp-hero-sub { font-size:1rem; color:rgba(255,255,255,.72); letter-spacing:.05em; font-weight:400; }

/* ══ INTRO ══ */
.cp-intro { background:#fff; padding:6rem 2.5rem; }
.cp-intro-inner { max-width:860px; margin:0 auto; text-align:center; }
.cp-intro-badge { display:inline-block; background:var(--gold,#c9a96e); color:#fff; font-size:.72rem; font-weight:600; letter-spacing:.18em; text-transform:uppercase; padding:.45rem 1.2rem; border-radius:40px; margin-bottom:1.6rem; }
.cp-intro-h2 { font-family:var(--ff-serif,'Playfair Display',serif); font-size:clamp(1.9rem,4vw,2.8rem); font-weight:700; color:var(--charcoal2,#1a1714); margin-bottom:1.6rem; line-height:1.25; }
.cp-intro-h2 em { font-style:italic; color:var(--gold,#c9a96e); }
.cp-intro-p { font-size:.97rem; color:var(--mid,#64748b); line-height:1.85; margin-bottom:1.1rem; }

/* ══ GALLERY SECTION ══ */
.cp-gallery-section { background:var(--cream,#faf7f2); padding:5rem 2rem 6rem; }
.cp-gallery-header { text-align:center; margin-bottom:3rem; }

.cp-slider-wrapper { display:flex; align-items:center; gap:16px; max-width:1400px; margin:0 auto; }

.cp-gallery-track {
  display:flex; gap:24px; overflow-x:auto; scroll-behavior:smooth;
  padding:16px 4px 24px; flex:1;
  scrollbar-width:none; -ms-overflow-style:none;
}
.cp-gallery-track::-webkit-scrollbar { display:none; }

/* ── Gallery Card ── */
.cp-card {
  position:relative; min-width:320px; width:400px; height:320px;
  border-radius:18px; overflow:hidden; cursor:pointer; flex-shrink:0;
  box-shadow:0 8px 30px rgba(26,23,20,.10);
  transition:transform .35s ease,box-shadow .35s ease;
}
.cp-card img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s ease; }
.cp-card:hover img { transform:scale(1.06); }

.cp-card-label {
  position:absolute; bottom:0; left:0; right:0;
  background:linear-gradient(to top,rgba(26,23,20,.78) 0%,transparent 100%);
  color:#fff; font-family:var(--ff-sans,'Outfit',sans-serif); font-size:.86rem; font-weight:600;
  letter-spacing:.04em; padding:2.8rem 1.2rem 1rem;
  transform:translateY(4px); opacity:0;
  transition:opacity .3s ease,transform .3s ease;
}
.cp-card:hover .cp-card-label { opacity:1; transform:translateY(0); }

/* ── Image count badge on card (e.g. "4 photos") ── */
.cp-card-count {
  position:absolute; top:12px; right:12px;
  background:rgba(10,8,6,.62);
  backdrop-filter:blur(4px);
  color:#fff; font-family:var(--ff-sans,'Outfit',sans-serif);
  font-size:.72rem; font-weight:600; letter-spacing:.06em;
  padding:4px 10px; border-radius:20px;
  border:1px solid rgba(255,255,255,.22);
  display:none; /* shown by JS only if count > 1 */
  align-items:center; gap:5px;
}
.cp-card-count.visible { display:flex; }
.cp-card-count svg { width:11px; height:11px; flex-shrink:0; }

/* ── Slider nav buttons ── */
.cp-nav-btn {
  width:52px; height:52px; border:none; border-radius:50%; font-size:1.3rem; cursor:pointer;
  background:#fff; color:var(--charcoal2,#1a1714);
  box-shadow:0 4px 20px rgba(26,23,20,.12); flex-shrink:0;
  transition:background .2s,color .2s,transform .2s;
  display:flex; align-items:center; justify-content:center;
}
.cp-nav-btn:hover { background:var(--rv); color:#fff; transform:scale(1.08); }

/* ══════════════════════════════════════
   LIGHTBOX POPUP
══════════════════════════════════════ */
.cp-popup {
  position:fixed; inset:0;
  background:rgba(10,8,6,.96);
  display:none; flex-direction:column;
  z-index:9999;
  backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
}
.cp-popup.open { display:flex; }

/* ── Topbar ── */
.cp-popup-topbar {
  display:flex; align-items:center; justify-content:space-between;
  padding:18px 32px 14px; flex-shrink:0;
  border-bottom:1px solid rgba(255,255,255,.08);
  gap:12px;
}
.cp-popup-close {
  background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.2);
  color:#fff; padding:9px 22px; border-radius:40px;
  font-size:.88rem; font-family:var(--ff-sans,'Outfit',sans-serif); font-weight:500;
  cursor:pointer; white-space:nowrap;
  transition:background .2s,border-color .2s;
}
.cp-popup-close:hover { background:var(--rv); border-color:var(--rv); }

.cp-popup-title-wrap { display:flex; flex-direction:column; align-items:center; gap:3px; flex:1; }
.cp-popup-project-name {
  font-family:var(--ff-serif,'Playfair Display',serif);
  font-size:1.1rem; font-weight:700; color:#fff; letter-spacing:.02em;
  text-align:center;
}
.cp-popup-img-label {
  font-size:.74rem; color:rgba(255,255,255,.45);
  font-family:var(--ff-sans,'Outfit',sans-serif); letter-spacing:.08em;
  min-height:1em;
}
.cp-popup-counter {
  font-size:.8rem; color:rgba(255,255,255,.5);
  font-family:var(--ff-sans,'Outfit',sans-serif); letter-spacing:.08em;
  white-space:nowrap; min-width:54px; text-align:right;
}

/* ── Main viewer ── */
.cp-popup-viewer {
  flex:1; display:flex; align-items:center; justify-content:center;
  overflow:hidden; padding:20px 0 14px; min-height:0;
}
.cp-popup-img-wrap {
  flex:1; display:flex; align-items:center; justify-content:center;
  height:100%; overflow:hidden;
}
.cp-popup-img-wrap img {
  max-width:90%; max-height:100%;
  object-fit:contain; border-radius:14px;
  box-shadow:0 20px 60px rgba(0,0,0,.6);
  transition:opacity .28s ease,transform .28s ease;
}
.cp-popup-img-wrap img.fade-out { opacity:0; transform:scale(.96); }

/* ── Popup nav arrows ── */
.cp-popup-nav {
  width:54px; height:54px; border-radius:50%;
  background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.2);
  color:#fff; font-size:1.3rem; cursor:pointer; flex-shrink:0;
  display:flex; align-items:center; justify-content:center; margin:0 18px;
  transition:background .2s,transform .2s,opacity .2s;
}
.cp-popup-nav:hover { background:var(--rv); border-color:var(--rv); transform:scale(1.08); }
.cp-popup-nav:disabled { opacity:.2; cursor:default; pointer-events:none; }

/* ══════════════════════════════════════
   RELATED IMAGES PANEL
   Lives inside .cp-popup — completely
   invisible in normal page layout.
══════════════════════════════════════ */
.cp-related {
  flex-shrink:0;
  background:rgba(255,255,255,.03);
  border-top:1px solid rgba(255,255,255,.09);
  padding:16px 32px 20px;
}
/* Hide the whole panel when there's only 1 image */
.cp-related.hidden { display:none; }

.cp-related-header {
  display:flex; align-items:center; justify-content:space-between; margin-bottom:13px;
}
.cp-related-label {
  font-family:var(--ff-sans,'Outfit',sans-serif);
  font-size:.7rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase;
  color:var(--gold,#c9a96e);
}
.cp-related-hint {
  font-size:.7rem; color:rgba(255,255,255,.3);
  font-family:var(--ff-sans,'Outfit',sans-serif); letter-spacing:.05em;
}

.cp-related-track {
  display:flex; gap:10px; overflow-x:auto;
  scrollbar-width:none; -ms-overflow-style:none; padding-bottom:3px;
}
.cp-related-track::-webkit-scrollbar { display:none; }

/* ── Individual thumbnail ── */
.cp-rel-thumb {
  flex-shrink:0; width:110px; height:76px; border-radius:9px;
  overflow:hidden; cursor:pointer; position:relative;
  border:2px solid transparent;
  transition:border-color .22s,transform .22s,box-shadow .22s;
}
.cp-rel-thumb img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s; }
.cp-rel-thumb:hover { transform:translateY(-3px); box-shadow:0 8px 24px rgba(0,0,0,.5); }
.cp-rel-thumb:hover img { transform:scale(1.07); }
.cp-rel-thumb.active {
  border-color:var(--gold,#c9a96e);
  box-shadow:0 0 0 1px var(--gold,#c9a96e),0 6px 20px rgba(201,169,110,.3);
}

/* Label on thumb */
.cp-rel-name {
  position:absolute; bottom:0; left:0; right:0;
  background:linear-gradient(to top,rgba(10,8,6,.85) 0%,transparent 100%);
  color:#fff; font-size:.6rem; font-weight:500;
  font-family:var(--ff-sans,'Outfit',sans-serif);
  padding:1.2rem .4rem .3rem; text-align:center;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  opacity:0; transform:translateY(3px);
  transition:opacity .2s,transform .2s;
}
.cp-rel-thumb:hover .cp-rel-name,
.cp-rel-thumb.active .cp-rel-name { opacity:1; transform:translateY(0); }

/* ══ MOBILE BOTTOM NAV PROPS DROPDOWN ══ */
.mobile-bottom-nav { position:fixed; }
.mob-props-dropdown {
  display:none; position:absolute; bottom:calc(100% + 10px); left:50%;
  transform:translateX(-50%) translateY(8px);
  background:#1e1b16; border:1px solid rgba(201,169,110,.3); border-radius:14px;
  list-style:none; padding:6px 0; margin:0; min-width:200px;
  box-shadow:0 -8px 32px rgba(0,0,0,.45); z-index:99999;
  opacity:0; transition:opacity .2s,transform .2s; pointer-events:none;
}
.mob-props-dropdown.open { display:block; opacity:1; transform:translateX(-50%) translateY(0); pointer-events:auto; }
.mob-props-dropdown li { border-bottom:1px solid rgba(255,255,255,.07); }
.mob-props-dropdown li:last-child { border-bottom:none; }
.mob-props-dropdown li a {
  display:block; padding:13px 22px; color:rgba(255,255,255,.82);
  font-family:var(--ff-sans,'Outfit',sans-serif); font-size:.9rem; font-weight:500;
  text-decoration:none; transition:color .2s,background .2s,padding-left .2s;
}
.mob-props-dropdown li a:hover { color:var(--gold,#c9a96e); background:rgba(201,169,110,.1); padding-left:28px; }
.mobile-bottom-nav .drop-arrow { width:10px; height:10px; margin-left:3px; vertical-align:middle; transition:transform .25s; display:inline-block; }
#mobPropsBtn.active-props .drop-arrow { transform:rotate(180deg); }
#mobPropsBtn.active-props { color:var(--gold,#c9a96e); }

.nav-dropdown { display:none; position:absolute; top:100%; left:0; }
.has-drop.open .nav-dropdown { display:block; }

@media (max-width:768px) {
  .hamburger { display:flex !important; flex-direction:column; justify-content:center; align-items:center; gap:5px; width:40px; height:40px; background:transparent; border:none; cursor:pointer; padding:4px; margin-left:auto; z-index:2100; position:relative; }
  .hamburger span { display:block; width:24px; height:2px; background:#1a1714; border-radius:2px; transition:transform .3s,opacity .3s; }
  .hamburger.open span { background:#fff; }
  .hamburger.open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity:0; }
  .hamburger.open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .nav-menu { display:none !important; }
}

/* ══ RESPONSIVE ══ */
@media (max-width:900px) {
  .cp-card { min-width:260px; height:240px; }
  .cp-rel-thumb { width:90px; height:62px; }
}
@media (max-width:768px) {
  .cp-hero { height:38vh; }
  .cp-intro { padding:4rem 1.5rem; }
  .cp-gallery-section { padding:3.5rem 1rem 4rem; }
  .cp-card { min-width:240px; height:200px; border-radius:14px; }
  .cp-nav-btn { width:42px; height:42px; font-size:1.1rem; }
  .cp-popup-topbar { padding:12px 16px 10px; }
  .cp-popup-nav { width:44px; height:44px; font-size:1.1rem; margin:0 8px; }
  .cp-popup-close { padding:8px 16px; font-size:.82rem; }
  .cp-related { padding:12px 16px 16px; }
  .cp-rel-thumb { width:80px; height:56px; border-radius:7px; }
}
@media (max-width:480px) {
  .cp-hero { height:30vh; }
  .cp-hero-h1 { font-size:2.2rem; }
  .cp-card { min-width:210px; height:170px; }
  .cp-nav-btn { display:none; }
  .cp-popup-topbar { flex-wrap:wrap; padding:10px 12px 8px; gap:6px; }
  .cp-popup-project-name { font-size:.92rem; }
  .cp-popup-counter { min-width:auto; }
  .cp-popup-nav { width:38px; height:38px; font-size:1rem; margin:0 4px; }
  .cp-related { padding:10px 12px 13px; }
  .cp-rel-thumb { width:70px; height:50px; }
  .cp-related-hint { display:none; }
}

/* Active Page */
.nav-link.active {
    color: #D4AF37 !important;
    font-weight: 600;
}

.nav-link.active svg {
    stroke: #D4AF37;
}

/* Hover */
.nav-link:hover {
    color: #D4AF37;
}

/* ------------------------------------------
   SOURCE: ongoing.css
------------------------------------------ */
/*────────────────────────────────────────────────
  complete.css  —  load after style.css
  Styles for the Completed Projects page only.
  Navbar / topbar / footer / mobile-nav come
  from style.css  (same as About page).
────────────────────────────────────────────────*/

/* ══════════════════════════════════════
   REVEAL ANIMATION  (mirrors About page)
══════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.vis {
  opacity: 1;
  transform: translateY(0);
}

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.cp-hero {
  position: relative;
  height: 52vh;
  min-height: 300px;
  overflow: hidden;
}
.cp-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 6s ease;
}
.cp-hero:hover img { transform: scale(1); }

.cp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26,23,20,.55) 0%, rgba(26,23,20,.72) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}
.cp-hero-tag {
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold, #c9a96e);
  font-weight: 500;
  margin-bottom: 1.2rem;
  display: block;
}
.cp-hero-h1 {
  font-family: var(--ff-serif, 'Playfair Display', serif);
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: .9rem;
}
.cp-hero-h1 em { font-style: italic; color: var(--gold, #c9a96e); }
.cp-hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,.72);
  letter-spacing: .05em;
  font-weight: 400;
}

/* ══════════════════════════════════════
   INTRO
══════════════════════════════════════ */
.cp-intro {
  background: #fff;
  padding: 6rem 2.5rem;
}
.cp-intro-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.cp-intro-badge {
  display: inline-block;
  background: var(--gold, #c9a96e);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .45rem 1.2rem;
  border-radius: 40px;
  margin-bottom: 1.6rem;
}
.cp-intro-h2 {
  font-family: var(--ff-serif, 'Playfair Display', serif);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--charcoal2, #1a1714);
  margin-bottom: 1.6rem;
  line-height: 1.25;
}
.cp-intro-h2 em { font-style: italic; color: var(--gold, #c9a96e); }
.cp-intro-p {
  font-size: .97rem;
  color: var(--mid, #64748b);
  line-height: 1.85;
  margin-bottom: 1.1rem;
}

/* ══════════════════════════════════════
   GALLERY SECTION
══════════════════════════════════════ */
.cp-gallery-section {
  background: var(--cream, #faf7f2);
  padding: 5rem 2rem 6rem;
}
.cp-gallery-header {
  text-align: center;
  margin-bottom: 3rem;
}
/* reuse shared section-tag / section-title from style.css */

.cp-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}

.cp-gallery-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 16px 4px 24px;
  flex: 1;
  /* hide scrollbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cp-gallery-track::-webkit-scrollbar { display: none; }

/* ── Card ── */
.cp-card {
  position: relative;
  min-width: 320px;
  height: 240px;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 8px 30px rgba(26,23,20,.10);
  transition: transform .35s ease, box-shadow .35s ease;
}
.cp-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 60px rgba(26,23,20,.18);
}
.cp-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.cp-card:hover img { transform: scale(1.06); }

.cp-card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(26,23,20,.78) 0%, transparent 100%);
  color: #fff;
  font-family: var(--ff-sans, 'Outfit', sans-serif);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .06em;
  padding: 2.5rem 1.2rem .9rem;
  transform: translateY(4px);
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease;
}
.cp-card:hover .cp-card-label {
  opacity: 1;
  transform: translateY(0);
}

/* ── Nav Buttons ── */
.cp-nav-btn {
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  background: #fff;
  color: var(--charcoal2, #1a1714);
  box-shadow: 0 4px 20px rgba(26,23,20,.12);
  flex-shrink: 0;
  transition: background .2s, color .2s, transform .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp-nav-btn:hover {
  background: var(--rv);
  color: #fff;
  transform: scale(1.08);
}

/* ══════════════════════════════════════
   POPUP LIGHTBOX
══════════════════════════════════════ */
.cp-popup {
  position: fixed;
  inset: 0;
  background: rgba(10,8,6,.92);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(6px);
}
.cp-popup.open { display: flex; }
.cp-popup img {
  max-width: 84vw;
  max-height: 84vh;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0,0,0,.5);
}
.cp-popup-close {
  position: absolute;
  top: 36px;
  left: 48px;
  background: #fff;
  border: none;
  padding: 12px 26px;
  border-radius: 40px;
  font-size: .92rem;
  font-family: var(--ff-sans, 'Outfit', sans-serif);
  font-weight: 500;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.cp-popup-close:hover {
  background: var(--rv);
  color: #fff;
}

/* ══════════════════════════════════════
   MOBILE BOTTOM NAV PROPERTIES DROPDOWN
  (same pattern as About.css)
══════════════════════════════════════ */
.mobile-bottom-nav { position: fixed; }

.mob-props-dropdown {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: #1e1b16;
  border: 1px solid rgba(201,169,110,.3);
  border-radius: 14px;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  min-width: 200px;
  box-shadow: 0 -8px 32px rgba(0,0,0,.45);
  z-index: 99999;
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}
.mob-props-dropdown.open {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.mob-props-dropdown li { border-bottom: 1px solid rgba(255,255,255,.07); }
.mob-props-dropdown li:last-child { border-bottom: none; }
.mob-props-dropdown li a {
  display: block;
  padding: 13px 22px;
  color: rgba(255,255,255,.82);
  font-family: var(--ff-sans, 'Outfit', sans-serif);
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background .2s, padding-left .2s;
}
.mob-props-dropdown li a:hover,
.mob-props-dropdown li a:active {
  color: var(--gold, #c9a96e);
  background: rgba(201,169,110,.1);
  padding-left: 28px;
}
.mobile-bottom-nav .drop-arrow {
  width: 10px;
  height: 10px;
  margin-left: 3px;
  vertical-align: middle;
  transition: transform .25s ease;
  display: inline-block;
}
#mobPropsBtn.active-props .drop-arrow { transform: rotate(180deg); }
#mobPropsBtn.active-props { color: var(--gold, #c9a96e); }

/* Desktop dropdown open state */
.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.has-drop.open .nav-dropdown { display: block; }

/* Hamburger mobile */
@media (max-width: 768px) {
  .hamburger {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
    z-index: 2100;
    position: relative;
  }
  .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #1a1714;
    border-radius: 2px;
    transition: transform .3s, opacity .3s;
  }
  .hamburger.open span { background: #fff; }
  .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-menu { display: none !important; }
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 900px) {
  .cp-card { min-width: 260px; height: 200px; }
}

@media (max-width: 768px) {
  .cp-hero { height: 38vh; }
  .cp-intro { padding: 4rem 1.5rem; }
  .cp-gallery-section { padding: 3.5rem 1rem 4rem; }
  .cp-card { min-width: 240px; height: 180px; border-radius: 14px; }
  .cp-nav-btn { width: 42px; height: 42px; font-size: 1.1rem; }
  .cp-popup img { max-width: 94vw; max-height: 80vh; }
  .cp-popup-close { top: 20px; left: 20px; padding: 10px 20px; font-size: .84rem; }
}

@media (max-width: 480px) {
  .cp-hero { height: 30vh; }
  .cp-hero-h1 { font-size: 2.2rem; }
  .cp-card { min-width: 210px; height: 158px; }
  .cp-nav-btn { display: none; }
  .cp-popup-close { left: 10px; top: 12px; padding: 8px 16px; }
}
/* Active Page */
.nav-link.active {
    color: #D4AF37 !important;
    font-weight: 600;
}

.nav-link.active svg {
    stroke: #D4AF37;
}

/* Hover */
.nav-link:hover {
    color: #D4AF37;
}


/* ══════════════════════════════════════════
   ADDITIONAL PHP-SPECIFIC STYLES
══════════════════════════════════════════ */

/* Projects section wrapper */
.proj-section { padding: 60px 5% 80px; background: var(--cream, #FBF8F3); }
/* cbtn-outline (home CTA strip) */
.cbtn-outline {
  background: rgba(255,255,255,.08); color: #fff;
  padding: 13px 28px; border-radius: 50px;
  font-size: .83rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.18); cursor: pointer; transition: .25s;
}
.cbtn-outline:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }

/* Contact form PHP feedback */
.form-success-msg {
  background: #d1fae5; border: 1px solid #6ee7b7; color: #065f46;
  padding: 14px 18px; border-radius: 10px; font-size: .92rem; margin-bottom: 18px;
}
.form-error-msg {
  background: #fee2e2; border: 1px solid #fca5a5; color: #991b1b;
  padding: 14px 18px; border-radius: 10px; font-size: .92rem; margin-bottom: 18px;
}

/* Active nav link highlight */
.nav-link.active { color: var(--gold) !important; font-weight: 600; }
.nav-link.active::after { width: 100%; }

/* Mobile bottom nav — show on mobile */
@media (max-width: 900px) {
  .mobile-bottom-nav { display: block; }
  body { padding-bottom: 72px; }
}


/* ═══════════════════════════════════════════
   PROJECT DETAIL PAGES (skandaas, ar_garden, etc.)
═══════════════════════════════════════════ */
.prop-detail-hero{
  margin-top:calc(var(--topbar-h) + var(--nav-h));
  position:relative;
  height:480px;            /* taller so the image fills better */
  overflow:hidden;
}
.prop-detail-hero img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;   /* keep subject centred */
  display:block;
}
.prop-detail-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(20,15,10,.75) 0%,rgba(20,15,10,.25) 55%,transparent 100%);
  display:flex;align-items:flex-end;padding:52px 8%;
}
.prop-detail-meta h1{
  color:#fff;font-size:52px;font-family:var(--ff-serif);
  line-height:1.1;text-shadow:0 2px 20px rgba(0,0,0,.5);
}
.prop-detail-meta .hero-badge{
  display:inline-block;background:var(--rv);color:#fff;
  font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  padding:5px 14px;border-radius:50px;margin-bottom:12px;
}
.prop-detail-body{
  max-width:1280px;margin:0 auto;padding:72px 24px 80px;
  display:grid;grid-template-columns:2fr 1fr;gap:48px;align-items:start;
}
.prop-section-title{
  font-family:var(--ff-serif);font-size:28px;color:var(--charcoal);
  margin-bottom:18px;position:relative;padding-bottom:12px;
}
.prop-section-title::after{
  content:'';position:absolute;left:0;bottom:0;
  width:44px;height:2px;background:var(--gold);border-radius:2px;
}
.prop-desc{color:var(--mid);line-height:1.9;font-size:.97rem;margin-bottom:44px;}
.prop-highlights{
  display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:52px;
}
.ph-card{
  background:var(--cream2);border:1px solid var(--warm);border-radius:14px;
  padding:20px 22px;transition:transform .3s,box-shadow .3s;
}
.ph-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(26,20,16,.09);}
.ph-label{color:var(--mid);font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:7px;}
.ph-val{font-weight:600;font-size:.97rem;color:var(--charcoal);}
.prop-gallery-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.gallery-img{
  width:100%;height:200px;object-fit:cover;border-radius:12px;
  cursor:pointer;display:block;transition:transform .3s,box-shadow .3s;
}
.gallery-img:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 16px 40px rgba(0,0,0,.15);}
.prop-contact-card{
  background:#fff;border:1px solid var(--warm);border-radius:18px;
  padding:28px;box-shadow:var(--shadow);
  position:sticky;top:calc(var(--topbar-h) + var(--nav-h) + 24px);
  transition:transform .3s,box-shadow .3s;
}
.prop-contact-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
.prop-contact-card h3{
  font-family:var(--ff-serif);font-size:1.25rem;color:var(--charcoal);
  margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--warm);
}
.prop-info-list{list-style:none;padding:0;margin:0 0 24px;}
.prop-info-list li{
  padding:10px 0;border-bottom:1px solid var(--cream2);
  color:var(--mid);font-size:.88rem;display:flex;align-items:flex-start;gap:8px;
}
.prop-info-list li::before{content:'✓';color:var(--rv);font-weight:700;flex-shrink:0;}
.enquiry-btn{
  width:100%;border:none;padding:14px 20px;border-radius:50px;cursor:pointer;
  font-weight:600;font-size:.88rem;letter-spacing:.06em;text-transform:uppercase;
  background:linear-gradient(135deg,var(--rv),var(--rv2));color:#fff;
  box-shadow:0 4px 18px var(--rv-shadow);transition:transform .2s,box-shadow .2s;
}
.enquiry-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px var(--rv-shadow);}
/* Lightbox */
.lightbox{
  position:fixed;inset:0;background:rgba(0,0,0,.92);
  display:none;justify-content:center;align-items:center;z-index:99999;
}
.lightbox.open{display:flex;}
#lbImage{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:8px;}
.lb-close{position:absolute;top:20px;right:28px;color:#fff;font-size:38px;cursor:pointer;opacity:.8;}
.lb-close:hover{opacity:1;}
.lb-nav{
  position:absolute;top:50%;transform:translateY(-50%);
  width:55px;height:55px;border:none;border-radius:50%;
  background:rgba(255,255,255,.2);color:#fff;font-size:30px;cursor:pointer;backdrop-filter:blur(5px);
}
.lb-prev{left:25px;} .lb-next{right:25px;}
.lb-nav:hover{background:rgba(255,255,255,.35);}
.lb-counter{
  position:absolute;bottom:50px;left:50%;transform:translateX(-50%);
  color:#fff;font-size:18px;font-weight:600;
  background:rgba(0,0,0,.5);padding:8px 16px;border-radius:30px;
}
/* Responsive */
@media(max-width:900px){
  .prop-detail-body{grid-template-columns:1fr;padding:40px 16px 60px;}
  .prop-contact-card{position:static;}
}
@media(max-width:768px){
  .prop-detail-hero{height:260px;margin-top:0;}
  .prop-detail-meta h1{font-size:36px;}
  .prop-highlights{grid-template-columns:1fr 1fr;}
  .prop-gallery-strip{grid-template-columns:1fr 1fr;gap:10px;}
  .gallery-img{height:140px;}
}
@media(max-width:480px){
  .prop-detail-hero{height:200px;}
  .prop-detail-meta h1{font-size:24px;}
  .prop-detail-overlay{padding:24px 5%;}
  .prop-gallery-strip{grid-template-columns:1fr;}
  .gallery-img{height:180px;}
}

/* ═══════════════════════════════════════════
   SCROLL-TO-TOP BUTTON
═══════════════════════════════════════════ */
.scroll-top-btn{
  position:fixed;
  bottom:2rem;
  left:2rem;
  width:46px;
  height:46px;
  border-radius:50%;
  background:var(--rv);
  color:#fff;
  border:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.1rem;
  box-shadow:0 4px 18px rgba(139,26,26,.4);
  z-index:1400;
  /* start hidden, below screen */
  opacity:0;
  transform:translateY(20px);
  pointer-events:none;
  transition:opacity .35s ease, transform .35s ease, background .25s, box-shadow .25s;
}
/* visible state — added by JS */
.scroll-top-btn.visible{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.scroll-top-btn:hover{
  background:var(--rv2);
  box-shadow:0 8px 28px rgba(139,26,26,.55);
  transform:translateY(-4px);
}
/* animated arrow — bounces gently */
.scroll-top-btn i{
  animation:arrowBounce 1.8s ease-in-out infinite;
}
@keyframes arrowBounce{
  0%,100%{ transform:translateY(0); }
  50%    { transform:translateY(-4px); }
}
/* pause bounce on hover so it feels responsive */
.scroll-top-btn:hover i{
  animation:none;
  transform:translateY(-2px);
}
/* Mobile — move up above bottom nav bar */
@media(max-width:768px){
  .scroll-top-btn{
    bottom:5.5rem;    /* clear the mobile bottom nav */
    left:1rem;
    width:40px;
    height:40px;
    font-size:.95rem;
  }
}

/* ═══════════════════════════════════════════
   THIRUMAL GARDEN — Static Gallery Grid
   (ongoing.php and thirumal_garden.php)
═══════════════════════════════════════════ */
.tg-section{margin-bottom:3rem;}
.tg-section-header{
  text-align:center;margin-bottom:1.5rem;padding:0 4rem;
}
.tg-tag{
  display:inline-flex;align-items:center;gap:8px;
  font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--rv);margin-bottom:10px;
}
.tg-dot{font-size:.55rem;animation:tgPulse 1.5s ease-in-out infinite;}
@keyframes tgPulse{0%,100%{opacity:1}50%{opacity:.3}}
.tg-title{
  font-family:var(--ff-serif);
  font-size:clamp(1.6rem,3vw,2.2rem);
  font-weight:600;color:#111;line-height:1.2;
}
.tg-title em{font-style:italic;color:var(--rv);}

/* Static grid — 4 columns, no sliding */
.tg-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  padding:0 4rem;
  max-width:1280px;
  margin:0 auto 1.5rem;
}
.tg-card{  position:relative;
  height:220px;
  overflow:hidden;
  border-radius:14px;
  cursor:pointer;
  box-shadow:0 4px 16px rgba(0,0,0,.08);
  transition:transform .3s var(--ease),box-shadow .3s var(--ease);
}
.tg-card:hover{
  transform:translateY(-6px) scale(1.02);
  box-shadow:0 14px 36px rgba(0,0,0,.15);
}
.tg-card img{
  width:100%;height:100%;
  object-fit:cover;display:block;
  transition:transform .5s var(--ease);
}
.tg-card:hover img{transform:scale(1.06);}
.tg-card-overlay{
  position:absolute;inset:0;
  background:rgba(139,26,26,.0);
  display:flex;align-items:center;justify-content:center;
  opacity:0;
  transition:opacity .3s,background .3s;
}
.tg-card:hover .tg-card-overlay{
  opacity:1;
  background:rgba(20,10,5,.35);
}
.tg-card-overlay i{
  color:#fff;font-size:1.4rem;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));
}

/* CTA button below grid */
.tg-cta{text-align:center;margin:1rem 0 2.5rem;}
.tg-view-btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 28px;border-radius:50px;
  background:var(--rv);color:#fff;
  font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  transition:background .25s,transform .2s;
  box-shadow:0 4px 16px rgba(139,26,26,.35);
}
.tg-view-btn:hover{background:var(--rv2);transform:translateY(-2px);}

/* Thirumal Garden lightbox */
.tg-lightbox{
  display:none;position:fixed;inset:0;
  background:rgba(0,0,0,.92);
  z-index:99999;
  align-items:center;justify-content:center;
  cursor:pointer;
}
.tg-lightbox.open{display:flex;}
.tg-lightbox img{
  max-width:90vw;max-height:88vh;
  object-fit:contain;border-radius:8px;
  cursor:default;
}
.tg-lb-close{
  position:absolute;top:20px;right:28px;
  color:#fff;font-size:38px;cursor:pointer;
  line-height:1;opacity:.8;transition:opacity .2s;
}
.tg-lb-close:hover{opacity:1;}

/* Responsive */
@media(max-width:1024px){
  .tg-grid{grid-template-columns:repeat(3,1fr);padding:0 2rem;}
}
@media(max-width:768px){
  .tg-grid{grid-template-columns:repeat(2,1fr);padding:0 1rem;gap:10px;}
  .tg-card{height:170px;}
  .tg-section-header{padding:0 1rem;}
}
@media(max-width:480px){
  .tg-grid{grid-template-columns:repeat(2,1fr);}
  .tg-card{height:140px;}
}

/* ═══════════════════════════════════════════
   LIMELIGHT MOBILE BOTTOM NAV
   Pill-indicator style, glass morphism
═══════════════════════════════════════════ */
.mob-nav-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
  /* Glass morphism background */
  background: rgba(139,26,26,0.94);
  backdrop-filter: blur(22px) saturate(1.8);
  -webkit-backdrop-filter: blur(22px) saturate(1.8);
  border-top: 1px solid rgba(139,26,26,0.35);
  box-shadow: 0 -10px 40px rgba(139,26,26,0.25);
  /* flex layout for 5 items */
  align-items: center;
  justify-content: space-around;
}

/* Sliding pill indicator */
.mob-nav-pill {
  position: absolute;
  top: 8px;
  height: calc(100% - 16px - env(safe-area-inset-bottom, 0px));
  border-radius: 50px;
  background: linear-gradient(135deg, rgba(139,26,26,.96), rgba(107,15,15,.92));
  border: 1px solid rgba(139,26,26,.45);
  transition: left .3s cubic-bezier(.4,0,.2,1), width .3s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
  z-index: 0;
}

/* Each nav item */
.mob-nav-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 6px 10px;
  border-radius: 50px;
  color: rgba(255,255,255,.55);
  text-decoration: none;
  transition: color .25s ease, background .25s ease;
  min-width: 56px;
  text-align: center;
  flex: 1;
}
.mob-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1);
}
.mob-nav-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .25s;
}
.mob-nav-label {
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .25s, opacity .25s;
  opacity: .7;
}

/* Active state */
.mob-nav-item.active {
  color: #fff;
  background: rgba(255,255,255,.08);
}
.mob-nav-item.active .mob-nav-icon {
  transform: translateY(-3px) scale(1.15);
}
.mob-nav-item.active .mob-nav-label {
  opacity: 1;
  color: #fff;
}
.mob-nav-item.active .mob-nav-icon svg {
  stroke: #fff;
  filter: drop-shadow(0 0 14px rgba(255,255,255,.22));
}

/* Hover */
.mob-nav-item:hover {
  color: #fff;
}
.mob-nav-item:hover .mob-nav-icon {
  transform: translateY(-2px) scale(1.08);
}
.mob-nav-item:hover .mob-nav-label {
  opacity: .95;
}

/* Show on mobile */
@media (max-width: 768px) {
  .mob-nav-bar { display: flex; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important; }
}

/* Keep old mobile-bottom-nav hidden since replaced */
.mobile-bottom-nav { display: none !important; }



/* ═══════════════════════════════════════════
   BOTTOM NAV — Properties popup submenu
   (mobile limelight nav)
═══════════════════════════════════════════ */
.mob-nav-props-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 6px 10px;
  border-radius: 50px;
  color: rgba(255,255,255,.45);
  text-decoration: none;
  cursor: pointer;
  min-width: 56px;
  text-align: center;
  flex: 1;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.mob-nav-props-wrap .mob-nav-icon {
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1);
}
.mob-nav-props-wrap .mob-nav-icon svg {
  width: 22px; height: 22px; stroke: currentColor; fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.mob-nav-props-wrap .mob-nav-label {
  font-size: .58rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; opacity: .6;
}
.mob-nav-props-wrap.active,
.mob-nav-props-wrap:hover { color: #fff; }
.mob-nav-props-wrap.active .mob-nav-icon { transform: translateY(-3px) scale(1.15); }
.mob-nav-props-wrap.active .mob-nav-label { opacity: 1; color: #fff; }
.mob-nav-props-wrap.active .mob-nav-icon svg { stroke: #fff; filter: drop-shadow(0 0 14px rgba(255,255,255,.22)); }

/* ── Properties popup ── */
.mob-nav-props-popup {
  display: none;
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(20,17,14,.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(139,26,26,.35);
  border-radius: 16px;
  min-width: 180px;
  padding: 6px 0;
  box-shadow: 0 -8px 32px rgba(0,0,0,.5), 0 0 0 1px rgba(139,26,26,.15);
  z-index: 99999;
  animation: mnppIn .2s ease both;
}
.mob-nav-props-popup.open { display: block; }
@keyframes mnppIn {
  from { opacity: 0; transform: translateX(-50%) translateY(8px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
/* Arrow pointing down */
.mob-nav-props-popup::after {
  content: '';
  position: absolute;
  bottom: -6px; left: 50%;
  transform: translateX(-50%);
  width: 12px; height: 6px;
  background: rgba(20,17,14,.96);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  border-left: 1px solid rgba(139,26,26,.35);
  border-right: 1px solid rgba(139,26,26,.35);
}

/* ── Popup menu items ── */
.mnpp-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  color: rgba(255,255,255,.75);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .03em;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: color .2s, background .2s, padding-left .2s;
  text-decoration: none;
}
.mnpp-item:last-child { border-bottom: none; }
.mnpp-item:hover,
.mnpp-item:active,
.mnpp-item.active {
  color: #8B1A1A;
  background: rgba(139,26,26,.12);
  padding-left: 24px;
}
.mnpp-count {
  font-size: .68rem;
  font-weight: 700;
  background: rgba(139,26,26,.25);
  color: #e07070;
  padding: 2px 8px;
  border-radius: 50px;
  letter-spacing: .04em;
  margin-left: 8px;
  flex-shrink: 0;
}
.mnpp-item.active .mnpp-count,
.mnpp-item:hover .mnpp-count {
  background: rgba(139,26,26,.4);
  color: #fff;
}

@media (max-width: 768px) {
  .mob-nav-props-popup { min-width: 160px; }
}

/* ═══════════════════════════════════════════════════════
   COMPREHENSIVE MOBILE IMAGE & CONTENT FIT — ALL PAGES
   Ensures all images fit at every screen dimension
   without changing desktop design or structure
═══════════════════════════════════════════════════════ */

/* ── Global image baseline ── */
img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

/* ── Gallery / static grid cards — always fill container ── */
.tg-card img,
.cp-card img,
.pcard-img img,
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── About section image stack (home page) ── */
.aimg-main img,
.aimg-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* ── Property gallery strip ── */
.prop-gallery-strip img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* ═══════════════════════
   TABLET ≤ 1024px
═══════════════════════ */
@media (max-width: 1024px) {
  .hero-img-frame > img { height: 380px; min-width: 0; }
  .aimg-main img, .aimg-accent img { min-width: 0 !important; }
  .tg-grid { padding: 0 2rem; }
}

/* ═══════════════════════
   MOBILE ≤ 768px
═══════════════════════ */
@media (max-width: 768px) {

  /* ── Projects section wrapper ── */
  .proj-section {
    padding: 40px 0 80px !important;
  }

  /* ── Projects grid ── */
  .proj-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
    padding: 0 12px !important;
  }
  .featured-card {
    grid-column: span 2 !important;
  }
  .proj-card-img {
    height: 180px !important;
    overflow: hidden !important;
  }
  .featured-card .proj-card-img {
    height: 200px !important;
  }
  .proj-card-body {
    padding: 14px 14px 16px !important;
  }
  .proj-name { font-size: 1rem !important; }
  .proj-hero-stats { gap: 16px !important; }

  /* ── Filters ── */
  .proj-filters {
    padding: 0 12px !important;
    gap: 8px !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 4px !important;
  }
  .pf-btn {
    font-size: 0.72rem !important;
    padding: 8px 14px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }

  /* ── Ongoing/Complete tg-grid ── */
  .tg-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 0 12px !important;
    gap: 10px !important;
    max-width: 100% !important;
    margin: 0 0 1.5rem !important;
  }
  .tg-card {
    height: 160px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }
  .tg-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .tg-section-header { padding: 0 12px !important; }
  .tg-cta { padding: 0 12px !important; }

  /* ── Complete / Ongoing hero ── */
  .cp-hero { height: 36vh !important; min-height: 200px !important; }
  .cp-hero img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    min-width: 0 !important;
  }

  /* ── cp-intro padding ── */
  .cp-intro { padding: 3rem 1rem !important; }
  .cp-gallery-section { padding: 3rem 0 4rem !important; }
  .cp-gallery-header { padding: 0 12px !important; }

  /* ── Property detail pages ── */
  .prop-detail-hero {
    height: 220px !important;
    overflow: hidden !important;
  }
  .prop-detail-hero > img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
  }
  .prop-detail-body {
    padding: 32px 14px 60px !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .prop-highlights { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
  .prop-gallery-strip {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  .gallery-img {
    height: 140px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
  }
  .prop-contact-card { position: static !important; }

  /* ── About section images ── */
  .about-img-stack { height: auto !important; }
  .aimg-main {
    position: relative !important;
    width: 100% !important;
    height: 220px !important;
    right: auto !important; top: auto !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }
  .aimg-main img {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    object-fit: cover !important;
  }
  .aimg-accent {
    position: relative !important;
    width: 100% !important;
    height: 180px !important;
    left: auto !important; bottom: auto !important;
    margin-top: 12px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }
  .aimg-accent img {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    object-fit: cover !important;
  }

  /* ── About page hero image ── */
  .hero-img-frame > img {
    height: 260px !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }

  /* ── Property cards (home page) ── */
  .pcard-img { height: 160px !important; overflow: hidden !important; }
  .pcard-img img { width: 100% !important; height: 100% !important; object-fit: cover !important; }

  /* ── Portfolio grid (home page) ── */
  .project-card { height: 160px !important; overflow: hidden !important; }
  .project-card img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
}

/* ═══════════════════════
   SMALL MOBILE ≤ 480px
═══════════════════════ */
@media (max-width: 480px) {
  /* Projects grid — single column */
  .proj-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 0 12px !important;
  }
  .featured-card { grid-column: span 1 !important; }
  .proj-card-img { height: 200px !important; }
  .featured-card .proj-card-img { height: 200px !important; }

  /* tg-grid — keep 2 col, smaller height */
  .tg-grid { grid-template-columns: 1fr 1fr !important; gap: 8px !important; padding: 0 10px !important; }
  .tg-card { height: 130px !important; }

  .cp-hero { height: 30vh !important; min-height: 160px !important; }
  .prop-detail-hero { height: 180px !important; }
  .gallery-img { height: 120px !important; }
  .prop-gallery-strip { grid-template-columns: 1fr !important; }
  .gallery-img { height: 180px !important; }

  .aimg-main { height: 180px !important; }
  .aimg-accent { height: 150px !important; }
  .hero-img-frame > img { height: 200px !important; }
  .pcard-img { height: 140px !important; }
  .project-card { height: 140px !important; }
}

/* ═══════════════════════
   VERY SMALL ≤ 360px
═══════════════════════ */
@media (max-width: 360px) {
  .tg-card { height: 110px !important; }
  .pcard-img { height: 120px !important; }
  .project-card { height: 120px !important; }
  .aimg-main { height: 150px !important; }
  .aimg-accent { height: 130px !important; }
  .cp-hero { height: 26vh !important; min-height: 140px !important; }
  .prop-detail-hero { height: 160px !important; }
  .proj-card-img { height: 160px !important; }
  .proj-grid { padding: 0 8px !important; }
  .tg-grid { padding: 0 8px !important; }
}
