@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Outfit:wght@300;400;500;600;700&display=swap');
:root{--navy:#05102A;--navy-mid:#0b1d47;--navy-card:#091638;--gold:#C9A84C;--gold-light:#E0C472;--gold-pale:#f5e9c8;--gold-dim:rgba(201,168,76,0.12);--gold-border:rgba(201,168,76,0.28);--text-body:rgba(255,255,255,0.78);--text-muted:#7A90BB;--header-h:82px;--r:3px;--ease:0.28s ease;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Outfit',sans-serif;background:var(--navy);color:#fff;overflow-x:hidden;line-height:1.6;}
img{display:block;max-width:100%;}
a{text-decoration:none;color:inherit;}
button{font-family:inherit;cursor:pointer;}
ul{list-style:none;}
::-webkit-scrollbar{width:5px;}::-webkit-scrollbar-track{background:var(--navy);}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:4px;}

/* reveal = always visible (no animation dependency) */
.reveal{opacity:1;transform:none;}

.section{padding:100px 0;}
.section-inner{max-width:1360px;margin:0 auto;padding:0 40px;}
.eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:11px;font-weight:600;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;}
.eyebrow::before{content:'';width:28px;height:1px;background:var(--gold);flex-shrink:0;}
.sec-title{font-family:'Cormorant Garamond',serif;font-size:clamp(32px,4vw,54px);font-weight:700;line-height:1.08;margin-bottom:18px;}
.sec-desc{font-size:15px;font-weight:300;color:var(--text-muted);line-height:1.9;max-width:660px;}
.btn-gold{display:inline-flex;align-items:center;gap:10px;background:var(--gold);color:var(--navy);padding:14px 36px;border-radius:var(--r);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border:none;transition:background var(--ease),transform .2s;}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px);}
.btn-ghost{display:inline-flex;align-items:center;gap:10px;border:1.5px solid var(--gold);color:var(--gold);padding:13px 34px;border-radius:var(--r);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;background:transparent;transition:background var(--ease);}
.btn-ghost:hover{background:var(--gold-dim);}
@keyframes fadeUp{from{opacity:0;transform:translateY(24px);}to{opacity:1;transform:none;}}

/* HEADER */
#header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);background:rgba(5,16,42,0.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--gold-border);transition:box-shadow .35s;}
#header.scrolled{box-shadow:0 6px 48px rgba(0,0,0,.55);}
.header-inner{max-width:1360px;margin:0 auto;padding:0 40px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.logo-wrap{display:flex;align-items:center;flex-shrink:0;}
.logo-wrap .logo-img{height:62px;width:auto;max-width:300px;object-fit:contain;object-position:left center;mix-blend-mode:lighten;}
.logo-text{display:flex;flex-direction:column;line-height:1;}
.logo-name{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:700;color:var(--gold);letter-spacing:.06em;}
.logo-sub{font-size:9px;font-weight:500;color:var(--text-muted);letter-spacing:.2em;text-transform:uppercase;margin-top:3px;}
.nav-links{display:flex;align-items:center;}
.nav-links a{color:rgba(255,255,255,0.72);font-size:11px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;padding:10px 15px;position:relative;transition:color var(--ease);}
.nav-links a::after{content:'';position:absolute;bottom:0;left:50%;right:50%;height:1.5px;background:var(--gold);transition:left .25s,right .25s;}
.nav-links a:hover{color:var(--gold);}
.nav-links a:hover::after{left:15px;right:15px;}
.hdr-right{display:flex;align-items:center;gap:16px;flex-shrink:0;}
.hdr-phone{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--text-muted);transition:color var(--ease);}
.hdr-phone:hover{color:var(--gold);}
.hdr-phone svg{color:var(--gold);}
.hdr-cta{background:var(--gold);color:var(--navy);padding:10px 24px;border-radius:var(--r);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:background var(--ease),transform .2s;}
.hdr-cta:hover{background:var(--gold-light);transform:translateY(-1px);}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none;}
.hamburger span{display:block;width:22px;height:2px;background:var(--gold);border-radius:2px;transition:.3s;}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}

/* HERO */
#hero{position:relative;min-height:100vh;padding-top:var(--header-h);display:flex;align-items:center;overflow:hidden;}
.hero-fullbg{position:absolute;inset:0;z-index:0;}
.hero-fullbg img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:brightness(0.72) saturate(1.15);}
.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(105deg,rgba(5,16,42,0.95) 0%,rgba(5,16,42,0.80) 35%,rgba(5,16,42,0.45) 60%,rgba(5,16,42,0.20) 100%),linear-gradient(to top,rgba(5,16,42,0.65) 0%,transparent 45%);}
.hero-overlay::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(201,168,76,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,0.03) 1px,transparent 1px);background-size:72px 72px;}
.hero-content{position:relative;z-index:2;max-width:1360px;margin:0 auto;padding:80px 40px;width:100%;}
.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--gold-border);background:rgba(5,16,42,0.6);backdrop-filter:blur(8px);padding:7px 18px;border-radius:var(--r);font-size:10px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:28px;animation:fadeUp .7s .1s both;}
.hero-eyebrow span{width:18px;height:1px;background:var(--gold);display:block;}
.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(48px,6.5vw,88px);font-weight:700;line-height:1.03;margin-bottom:10px;animation:fadeUp .7s .2s both;}
.hero-title .accent{color:var(--gold);}
.hero-loc{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:300;color:rgba(255,255,255,0.8);margin-bottom:36px;animation:fadeUp .7s .3s both;}
.hero-loc svg{color:var(--gold);flex-shrink:0;}
.hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px;animation:fadeUp .7s .35s both;}
.pill{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--gold-border);background:rgba(5,16,42,0.6);backdrop-filter:blur(8px);padding:7px 16px;border-radius:var(--r);font-size:12px;font-weight:500;color:var(--gold-pale);}
.pill svg{color:var(--gold);flex-shrink:0;}
.hero-price-block{display:flex;align-items:stretch;margin-bottom:40px;animation:fadeUp .7s .42s both;width:fit-content;border:1px solid var(--gold-border);border-radius:var(--r);overflow:hidden;}
.price-box{background:var(--gold);padding:18px 30px;}
.price-box .pb-label{font-size:9px;font-weight:700;color:rgba(5,16,42,0.65);letter-spacing:.2em;text-transform:uppercase;}
.price-box .pb-amount{font-family:'Cormorant Garamond',serif;font-size:42px;font-weight:700;color:var(--navy);line-height:1.05;}
.price-details{padding:18px 28px;background:rgba(5,16,42,0.7);backdrop-filter:blur(8px);display:flex;flex-direction:column;justify-content:center;gap:7px;}
.pd-row{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-body);}
.pd-row svg{color:var(--gold);flex-shrink:0;}
.pd-row strong{color:#fff;font-weight:600;}
.hero-btns{display:flex;gap:16px;flex-wrap:wrap;animation:fadeUp .7s .5s both;}

/* STATS */
#stats{background:var(--gold);padding:36px 0;z-index:3;position:relative;}
.stats-inner{max-width:1360px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:repeat(4,1fr);}
.stat-item{text-align:center;padding:8px 20px;border-right:1px solid rgba(5,16,42,0.18);display:flex;flex-direction:column;align-items:center;gap:4px;}
.stat-item:last-child{border-right:none;}
.stat-icon svg{width:22px;height:22px;color:rgba(5,16,42,0.45);margin-bottom:4px;}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:46px;font-weight:700;color:var(--navy);line-height:1;}
.stat-label{font-size:11px;font-weight:600;color:rgba(5,16,42,0.62);letter-spacing:.1em;text-transform:uppercase;}

/* OVERVIEW 50/50 */
#overview{background:var(--navy-mid);}
.overview-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-top:52px;}
.ov-img-wrap{position:relative;border-radius:var(--r);overflow:hidden;border:1px solid var(--gold-border);min-height:520px;}
.ov-img{width:100%;height:100%;min-height:520px;object-fit:cover;display:block;transition:transform .6s ease;}
.ov-img-wrap:hover .ov-img{transform:scale(1.03);}
.ov-img-badge{position:absolute;bottom:16px;left:16px;display:inline-flex;align-items:center;gap:8px;background:rgba(5,16,42,0.85);backdrop-filter:blur(8px);border:1px solid var(--gold-border);padding:8px 16px;border-radius:var(--r);font-size:11px;font-weight:500;color:rgba(255,255,255,0.85);}
.ov-img-badge svg{color:var(--gold);flex-shrink:0;}
.ov-content p{font-size:15px;font-weight:300;color:var(--text-body);line-height:1.9;margin-bottom:16px;}
.rera-tag{display:inline-flex;align-items:center;gap:12px;border:1px solid var(--gold-border);background:var(--gold-dim);padding:10px 20px;border-radius:var(--r);margin-top:8px;}
.rera-tag svg{color:var(--gold);flex-shrink:0;}
.rera-tag .rt-label{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);}
.rera-tag .rt-num{font-size:13px;font-weight:500;color:#fff;}
.space-stats{display:flex;align-items:stretch;margin-top:18px;border:1px solid var(--gold-border);border-radius:var(--r);overflow:hidden;}
.ss-item{flex:1;display:flex;align-items:center;gap:14px;padding:16px 20px;background:rgba(201,168,76,0.05);transition:background var(--ease);}
.ss-item:hover{background:var(--gold-dim);}
.ss-icon{width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--gold-dim);border-radius:var(--r);border:1px solid var(--gold-border);}
.ss-icon svg{width:17px;height:17px;color:var(--gold);}
.ss-val{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:700;color:var(--gold);line-height:1;}
.ss-label{font-size:11px;font-weight:400;color:var(--text-muted);margin-top:3px;}
.ss-divider{width:1px;background:var(--gold-border);align-self:stretch;}
.ov-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:18px;}
.ovh-item{padding:14px 12px;text-align:center;background:rgba(255,255,255,0.02);border:1px solid rgba(201,168,76,0.1);transition:background var(--ease);}
.ovh-item:hover{background:var(--gold-dim);}
.ovh-val{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:700;color:var(--gold);line-height:1;}
.ovh-label{font-size:10px;font-weight:500;color:var(--text-muted);margin-top:3px;letter-spacing:.05em;text-transform:uppercase;}

/* AMENITIES */
#amenities{background:var(--navy);}
.amenities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;margin-top:56px;}
.amenity-card{background:rgba(255,255,255,0.02);border:1px solid rgba(201,168,76,0.1);padding:40px 24px;text-align:center;position:relative;overflow:hidden;transition:background var(--ease),border-color var(--ease),transform .25s;}
.amenity-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transition:transform .3s;}
.amenity-card:hover{background:var(--gold-dim);border-color:var(--gold-border);transform:translateY(-5px);}
.amenity-card:hover::after{transform:scaleX(1);}
.am-icon-wrap{width:64px;height:64px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gold-border);border-radius:50%;background:var(--gold-dim);transition:background var(--ease);}
.amenity-card:hover .am-icon-wrap{background:rgba(201,168,76,0.25);}
.am-icon-wrap svg{width:26px;height:26px;color:var(--gold);}
.am-name{font-size:13px;font-weight:500;color:rgba(255,255,255,0.82);line-height:1.4;}

/* FLOOR PLANS */
#floorplan{background:var(--navy-mid);}
.fp-tabs{display:flex;border-bottom:1px solid var(--gold-border);margin-top:44px;}
.fp-tab{display:flex;align-items:center;gap:8px;padding:13px 28px;border:none;background:none;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color var(--ease),border-color var(--ease);}
.fp-tab svg{width:14px;height:14px;}
.fp-tab.active{color:var(--gold);border-bottom-color:var(--gold);}
.fp-tab:hover{color:var(--gold-light);}
.fp-panel{display:none;}
.fp-panel.active{display:block;}
.fp-img-box{margin-top:28px;background:rgba(255,255,255,0.02);border:1px solid var(--gold-border);padding:28px;border-radius:var(--r);text-align:center;}
.fp-img-box img{max-width:100%;max-height:500px;object-fit:contain;margin:0 auto;}
.fp-placeholder{height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;border:1px dashed rgba(201,168,76,0.3);}
.fp-placeholder svg{width:48px;height:48px;color:rgba(201,168,76,0.3);}
.fp-placeholder p{font-size:13px;color:var(--text-muted);}
.fp-cta-row{display:flex;justify-content:center;margin-top:32px;}

/* GALLERY */
#gallery{background:var(--navy);}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:44px;}
.gal-item{position:relative;overflow:hidden;cursor:pointer;background:var(--navy-mid);}
.gal-item:first-child{grid-column:span 2;}
.gal-item img{width:100%;height:100%;object-fit:cover;min-height:240px;transition:transform .55s ease,filter .4s;display:block;}
.gal-item:hover img{transform:scale(1.06);filter:brightness(1.08);}
.gal-overlay{position:absolute;inset:0;background:rgba(5,16,42,0.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;}
.gal-item:hover .gal-overlay{opacity:1;}
.gal-overlay div{width:56px;height:56px;border-radius:50%;border:1px solid var(--gold-border);background:rgba(5,16,42,0.5);display:flex;align-items:center;justify-content:center;}
.gal-overlay svg{width:22px;height:22px;color:var(--gold);}
#lightbox{position:fixed;inset:0;z-index:9000;background:rgba(0,0,0,0.92);backdrop-filter:blur(10px);display:none;align-items:center;justify-content:center;}
#lightbox.open{display:flex;}
#lightbox img{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:var(--r);}
.lb-close{position:absolute;top:24px;right:32px;background:var(--gold-dim);border:1px solid var(--gold-border);width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:background var(--ease);}
.lb-close svg{width:18px;height:18px;color:var(--gold);}
.lb-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(5,16,42,0.7);border:1px solid var(--gold-border);width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--r);cursor:pointer;transition:background var(--ease);}
.lb-arrow svg{width:20px;height:20px;color:var(--gold);}
.lb-prev{left:16px;}.lb-next{right:16px;}

/* LOCATION */
#location{background:var(--navy-mid);}
.loc-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;margin-top:56px;align-items:start;}
.map-frame{border:1px solid var(--gold-border);border-radius:var(--r);overflow:hidden;height:420px;}
.map-frame iframe{width:100%;height:100%;border:none;}
.conn-tabs{display:flex;border-bottom:1px solid var(--gold-border);}
.conn-tab{display:flex;align-items:center;gap:7px;padding:11px 20px;background:none;border:none;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color var(--ease),border-color var(--ease);}
.conn-tab svg{width:13px;height:13px;}
.conn-tab.active{color:var(--gold);border-bottom-color:var(--gold);}
.conn-panel{display:none;}
.conn-panel.active{display:block;}
.conn-list{display:flex;flex-direction:column;gap:2px;}
.conn-list li{display:flex;justify-content:space-between;align-items:center;padding:13px 18px;background:rgba(255,255,255,0.02);border:1px solid rgba(201,168,76,0.1);transition:background var(--ease);}
.conn-list li:hover{background:var(--gold-dim);}
.cl-place{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-body);}
.cl-place svg{width:13px;height:13px;color:var(--gold);flex-shrink:0;}
.cl-dist{font-size:12px;font-weight:600;color:var(--gold);background:var(--gold-dim);padding:3px 10px;border-radius:2px;white-space:nowrap;}

/* ENQUIRY */
#enquiry{background:var(--navy);}
.enq-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.enq-left p{font-size:15px;font-weight:300;color:var(--text-muted);line-height:1.9;margin-bottom:36px;}
.ci-list{display:flex;flex-direction:column;gap:10px;}
.ci-row{display:flex;align-items:center;gap:14px;padding:14px 18px;background:rgba(201,168,76,0.04);border:1px solid rgba(201,168,76,0.12);border-radius:var(--r);font-size:14px;color:var(--text-body);transition:background var(--ease);}
.ci-row:hover{background:var(--gold-dim);}
.ci-row svg{color:var(--gold);width:18px;height:18px;flex-shrink:0;}
.ci-row a{color:inherit;transition:color var(--ease);}
.ci-row:hover a{color:var(--gold);}
.form-card{background:var(--navy-card);border:1px solid var(--gold-border);padding:44px 40px;border-radius:var(--r);}
.form-card h3{font-family:'Cormorant Garamond',serif;font-size:30px;font-weight:600;margin-bottom:6px;}
.form-card .fc-sub{font-size:13px;color:var(--text-muted);margin-bottom:30px;}
.f-row2{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.f-group{margin-bottom:18px;}
.f-label{display:block;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;}
.i-wrap{position:relative;}
.i-wrap svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:var(--text-muted);pointer-events:none;z-index:1;transition:color var(--ease);}
.i-wrap:focus-within svg{color:var(--gold);}
.f-ctrl{width:100%;background:rgba(255,255,255,0.04);border:1px solid rgba(201,168,76,0.2);color:#fff;padding:13px 14px 13px 40px;border-radius:var(--r);font-family:'Outfit',sans-serif;font-size:14px;outline:none;transition:border-color var(--ease),background var(--ease);-webkit-appearance:none;}
.f-ctrl.no-pad{padding-left:14px;}
.f-ctrl:focus{border-color:var(--gold);background:rgba(201,168,76,0.05);}
.f-ctrl::placeholder{color:rgba(255,255,255,0.22);}
.f-ctrl.err{border-color:#e05555;}
.f-error{font-size:11px;color:#e05555;margin-top:5px;display:none;}
.f-error.show{display:block;}
textarea.f-ctrl{padding-left:14px;resize:none;}
.submit-btn{width:100%;background:var(--gold);color:var(--navy);border:none;padding:16px;border-radius:var(--r);font-family:'Outfit',sans-serif;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:10px;transition:background var(--ease);margin-top:6px;}
.submit-btn:hover:not(:disabled){background:var(--gold-light);}
.submit-btn:disabled{opacity:.6;cursor:not-allowed;}
.submit-btn svg{width:16px;height:16px;}
.f-msg{margin-top:14px;padding:13px 16px;border-radius:var(--r);font-size:13px;font-weight:500;text-align:center;display:none;}
.f-msg.ok{display:flex;align-items:center;justify-content:center;gap:8px;background:rgba(46,160,67,0.1);border:1px solid rgba(46,160,67,0.35);color:#56d46e;}
.f-msg.bad{display:flex;align-items:center;justify-content:center;gap:8px;background:rgba(224,85,85,0.1);border:1px solid rgba(224,85,85,0.35);color:#e07070;}

/* FAQ */
#faq{background:var(--navy-mid);}
.faq-list{margin-top:52px;display:flex;flex-direction:column;gap:3px;}
.faq-item{border:1px solid rgba(201,168,76,0.15);background:rgba(255,255,255,0.02);border-radius:var(--r);overflow:hidden;}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 28px;background:none;border:none;font-family:'Outfit',sans-serif;font-size:15px;font-weight:500;color:#fff;text-align:left;cursor:pointer;transition:background var(--ease);}
.faq-q:hover{background:var(--gold-dim);}
.faq-icon{color:var(--gold);flex-shrink:0;transition:transform .3s;width:16px;height:16px;}
.faq-item.open .faq-icon{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;font-size:14px;font-weight:300;color:rgba(255,255,255,0.62);line-height:1.9;padding:0 28px;}
.faq-item.open .faq-a{max-height:220px;padding:0 28px 22px;}

/* FOOTER */
#footer{background:#030c1e;border-top:1px solid var(--gold-border);padding:70px 0 0;}
.footer-grid{max-width:1360px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:56px;}
.footer-brand p{font-size:13px;font-weight:300;color:var(--text-muted);line-height:1.85;margin-top:18px;}
.footer-social{display:flex;gap:10px;margin-top:20px;}
.social-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gold-border);border-radius:var(--r);color:var(--text-muted);transition:background var(--ease),color var(--ease);}
.social-btn:hover{background:var(--gold-dim);color:var(--gold);}
.social-btn svg{width:16px;height:16px;}
.footer-col h4{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:22px;}
.footer-col ul{display:flex;flex-direction:column;gap:10px;}
.footer-col ul li a{font-size:13px;font-weight:300;color:var(--text-muted);display:flex;align-items:center;gap:8px;transition:color var(--ease);}
.footer-col ul li a svg{width:11px;height:11px;color:var(--gold);flex-shrink:0;}
.footer-col ul li a:hover{color:#fff;}
.footer-bottom{max-width:1360px;margin:48px auto 0;padding:24px 40px;border-top:1px solid rgba(201,168,76,0.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;}
.rera-info{font-size:11px;color:var(--text-muted);}
.rera-info strong{color:var(--gold);}
.rera-info a{color:var(--gold);}
.copyright{font-size:11px;color:var(--text-muted);}
.disclaimer-strip{background:rgba(255,255,255,0.015);border-top:1px solid rgba(201,168,76,0.08);padding:20px 40px;}
.disclaimer-strip p{max-width:1360px;margin:0 auto;font-size:10px;color:rgba(255,255,255,0.28);line-height:1.75;}

/* FLOAT CTA */
.float-cta{position:fixed;bottom:28px;right:28px;z-index:900;}
.float-btn{display:flex;align-items:center;gap:10px;background:var(--gold);color:var(--navy);padding:14px 26px;border-radius:var(--r);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 8px 32px rgba(0,0,0,0.4);transition:background var(--ease),transform .2s;}
.float-btn:hover{background:var(--gold-light);transform:translateY(-2px);}
.float-btn svg{width:16px;height:16px;}

/* RESPONSIVE */
@media(max-width:1100px){
  .nav-links{display:none;}.hdr-phone{display:none;}.hamburger{display:flex;}
  .nav-links.open{display:flex;flex-direction:column;position:fixed;top:var(--header-h);left:0;right:0;background:rgba(5,16,42,0.98);backdrop-filter:blur(14px);padding:24px 40px;border-bottom:1px solid var(--gold-border);z-index:999;}
  .nav-links.open a{padding:15px 0;font-size:13px;border-bottom:1px solid rgba(201,168,76,0.1);}
  .stats-inner{grid-template-columns:repeat(2,1fr);}
  .stat-item{border-right:none;border-bottom:1px solid rgba(5,16,42,0.18);}
  .overview-split,.loc-layout,.enq-layout{grid-template-columns:1fr;gap:44px;}
  .ov-img-wrap,.ov-img{min-height:300px;}
  .amenities-grid{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;gap:40px;}
}
@media(max-width:640px){
  .section{padding:72px 0;}.section-inner{padding:0 20px;}
  .header-inner,.stats-inner,.footer-bottom,.disclaimer-strip{padding-left:20px;padding-right:20px;}
  .footer-grid{padding:0 20px;grid-template-columns:1fr;gap:32px;}
  .logo-wrap .logo-img{height:46px;}.logo-sub{display:none;}
  .gallery-grid{grid-template-columns:1fr 1fr;}.gal-item:first-child{grid-column:span 2;}
  .f-row2{grid-template-columns:1fr;}.footer-bottom{flex-direction:column;text-align:center;}
  .hero-price-block{flex-direction:column;width:100%;}.price-details{border-top:1px solid var(--gold-border);}
  .form-card{padding:32px 24px;}.amenities-grid{grid-template-columns:repeat(2,1fr);}
  .ov-highlights{grid-template-columns:repeat(3,1fr);}.float-cta{bottom:16px;right:16px;}
  .hero-content{padding:60px 20px;}
}

/* ════════════════════════════════════════
   FLOOR PLAN — BLUR + LOCK OVERLAY
════════════════════════════════════════ */
.fp-img-box { position:relative; overflow:hidden; }

.fp-blurred {
  filter: blur(7px) brightness(0.75);
  transform: scale(1.06);
  pointer-events: none;
  user-select: none;
  display: block; width: 100%;
}

.fp-locked { cursor: pointer; }

.fp-lock-overlay {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px;
  background: rgba(5,16,42,0.42);
}
.fp-lock-icon {
  width: 68px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(201,168,76,0.18);
  border: 2px solid rgba(201,168,76,0.5);
  border-radius: 50%; color: var(--gold);
}
.fp-lock-text {
  font-size: 14px; font-weight: 400;
  color: rgba(255,255,255,0.92); text-align: center;
  max-width: 260px; line-height: 1.5;
}
.fp-unlock-btn {
  background: var(--gold); color: var(--navy);
  padding: 11px 26px; border: none;
  border-radius: var(--r);
  font-family: 'Outfit', sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  cursor: pointer; pointer-events: none;
  transition: background .25s;
}
.fp-locked:hover .fp-lock-overlay { background: rgba(5,16,42,0.52); }
.fp-locked:hover .fp-unlock-btn { background: var(--gold-light); }

/* ════════════════════════════════════════
   POPUP MODAL — matches screenshot design
   White box, clean inputs, gold button
════════════════════════════════════════ */
#popupOverlay {
  position: fixed; inset: 0; z-index: 9500;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  display: none; align-items: center; justify-content: center;
  padding: 20px;
}
#popupOverlay.open { display: flex; }

.popup-box {
  background: #ffffff;
  border-radius: 8px;
  width: 100%; max-width: 420px;
  padding: 36px 32px 32px;
  position: relative;
  box-shadow: 0 24px 80px rgba(0,0,0,0.35);
  animation: popupIn .28s ease;
  max-height: 92vh; overflow-y: auto;
}

@keyframes popupIn {
  from { opacity:0; transform: translateY(-16px) scale(0.97); }
  to   { opacity:1; transform: none; }
}

.popup-close {
  position: absolute; top: 14px; right: 16px;
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  background: none; border: none;
  font-size: 22px; line-height: 1;
  color: #888; cursor: pointer;
  border-radius: 50%;
  transition: color .2s, background .2s;
}
.popup-close:hover { color: #333; background: #f0f0f0; }

.popup-title {
  font-family: 'Outfit', sans-serif;
  font-size: 20px; font-weight: 700;
  color: #1a1a1a; margin-bottom: 22px;
}

/* Form groups */
.pf-group { margin-bottom: 18px; }
.pf-label {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 14px; font-weight: 600;
  color: #1a1a1a; margin-bottom: 7px;
}
.pf-req { color: #e05555; }

.pf-ctrl {
  width: 100%;
  background: #fff;
  border: 1.5px solid #d0d0d0;
  color: #1a1a1a;
  padding: 13px 14px;
  border-radius: 6px;
  font-family: 'Outfit', sans-serif; font-size: 14px;
  outline: none;
  transition: border-color .25s, box-shadow .25s;
  -webkit-appearance: none;
}
.pf-ctrl:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.18);
}
.pf-ctrl::placeholder { color: #aaa; }
.pf-ctrl.err { border-color: #e05555; }

.pf-error {
  font-size: 12px; color: #e05555;
  margin-top: 5px; display: none;
}
.pf-error.show { display: block; }

.pf-submit {
  width: 100%;
  background: var(--gold); color: var(--navy);
  border: none; padding: 15px;
  border-radius: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px; font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .25s, transform .15s;
  margin-top: 6px;
}
.pf-submit:hover:not(:disabled) { background: var(--gold-light); transform: translateY(-1px); }
.pf-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }

.pf-msg {
  margin-top: 12px; padding: 11px 14px;
  border-radius: 6px; font-size: 13px; font-weight: 500;
  text-align: center; display: none;
}
.pf-msg.bad {
  display: block;
  background: #fff5f5; border: 1px solid #fca5a5; color: #dc2626;
}

/* Success screen */
.popup-success {
  text-align: center; padding: 16px 0 8px;
}
.ps-icon {
  width: 80px; height: 80px; margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  background: #f0fdf4; border-radius: 50%;
  border: 2px solid #86efac;
}
.ps-title {
  font-family: 'Outfit', sans-serif;
  font-size: 22px; font-weight: 700; color: #1a1a1a; margin-bottom: 10px;
}
.ps-msg {
  font-size: 14px; color: #555; line-height: 1.7; margin-bottom: 28px;
}
.ps-close-btn {
  background: var(--gold); color: var(--navy);
  border: none; padding: 12px 40px; border-radius: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 14px; font-weight: 700; cursor: pointer;
  transition: background .25s;
}
.ps-close-btn:hover { background: var(--gold-light); }

@media (max-width: 480px) {
  .popup-box { padding: 28px 20px 24px; }
}
