*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--gold:#c9a84c;--gold-light:#e8d5a3;--dark:#0a0a0a;--dark2:#111;--dark3:#1a1a1a;--cream:#f5f0e8;--text:#d4cfc7;--text-soft:hsla(37,13%,81%,.68);--text-muted:hsla(37,13%,81%,.52);--border-soft:rgba(201,168,76,.12);--border-mid:rgba(201,168,76,.22);--focus-ring:0 0 0 3px rgba(201,168,76,.22);--radius-sm:10px;--radius-md:16px;--font-cormorant:"Cormorant Garamond",serif;--font-montserrat:"Montserrat",sans-serif}html{scroll-behavior:smooth}img{display:block;max-width:100%;height:auto}body{background:var(--dark);color:var(--text);font-family:var(--font-montserrat);font-weight:300;overflow-x:hidden;cursor:auto;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.nav-open{overflow:hidden}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.06)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-tag{font-size:10px;letter-spacing:5px;text-transform:uppercase;color:var(--gold);margin-bottom:20px;display:flex;align-items:center;gap:14px}.hero-tag:before{content:"";width:40px;height:1px;background:var(--gold)}.btn-ghost:focus-visible,.btn-outline:focus-visible,.btn-primary:focus-visible,.detail-tab:focus-visible,.filter-tab:focus-visible,.footer-col ul a:focus-visible,.footer-links a:focus-visible,.gallery-item:focus-visible,.lightbox-close:focus-visible,.lightbox-next:focus-visible,.lightbox-prev:focus-visible,.nav-cta:focus-visible,.nav-toggle:focus-visible,.project-card:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,nav ul a:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:6px}.cursor,.cursor-ring{display:none;pointer-events:none;position:fixed;transform:translate(-50%,-50%)}@media (hover:hover) and (pointer:fine){body.has-custom-cursor{cursor:none}body.has-custom-cursor .cursor,body.has-custom-cursor .cursor-ring{display:block}}.cursor{width:8px;height:8px;background:var(--gold);border-radius:50%;z-index:9999;transition:transform .1s ease}.cursor-ring{width:36px;height:36px;border:1px solid rgba(201,168,76,.5);border-radius:50%;z-index:9998;transition:left .12s ease,top .12s ease,width .2s ease,height .2s ease,border-color .2s ease}.cursor-ring.hovered{width:56px;height:56px;border-color:var(--gold)}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:28px 60px;transition:background .35s ease,padding .35s ease,border-color .35s ease}nav.scrolled{background:hsla(0,0%,4%,.97);padding:18px 60px;border-bottom:1px solid var(--border-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo{font-family:var(--font-cormorant);font-size:15px;font-weight:400;letter-spacing:5px;color:var(--gold);text-transform:uppercase;text-decoration:none;line-height:1.2}.logo-sub{display:block;font-size:9px;letter-spacing:4px;font-weight:300;color:rgba(201,168,76,.65);font-family:var(--font-montserrat)}nav ul{display:flex;gap:40px;list-style:none}nav ul a{color:var(--text);text-decoration:none;font-size:11px;letter-spacing:3px;text-transform:uppercase;position:relative;padding-bottom:4px;transition:color .3s ease}nav ul a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}nav ul a.active,nav ul a:hover{color:var(--gold-light)}nav ul a.active:after,nav ul a:hover:after{width:100%}.nav-cta{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold);padding:12px 28px;text-decoration:none;transition:background-color .3s ease,color .3s ease,transform .3s ease}.nav-cta:hover{background:var(--gold);color:var(--dark);transform:translateY(-1px)}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.nav-toggle span{display:block;width:24px;height:1px;background:var(--gold);transition:transform .3s ease,opacity .3s ease}.nav-toggle.open span:first-child{transform:rotate(45deg) translate(4px,4px)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}section{padding:120px 60px}.section-tag{font-size:10px;letter-spacing:5px;text-transform:uppercase;color:var(--gold);margin-bottom:16px;display:flex;align-items:center;gap:14px}.section-tag:before{content:"";width:30px;height:1px;background:var(--gold);flex-shrink:0}.section-title{font-family:var(--font-cormorant);font-size:clamp(36px,4vw,54px);font-weight:300;color:var(--cream);line-height:1.15;margin-bottom:60px;text-wrap:balance}.section-title em{font-style:italic;color:var(--gold)}.gold-line{width:60px;height:1px;background:var(--gold);margin:40px 0}.btn-primary{background:var(--gold);color:var(--dark);padding:16px 44px;text-decoration:none;font-size:11px;letter-spacing:3px;text-transform:uppercase;font-weight:500;transition:background-color .3s ease,transform .3s ease;display:inline-block;cursor:pointer;border:none;font-family:var(--font-montserrat)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px)}.btn-ghost{color:var(--cream);text-decoration:none;font-size:11px;letter-spacing:3px;text-transform:uppercase;display:inline-flex;align-items:center;gap:12px;transition:gap .3s ease,color .3s ease}.btn-ghost:hover{gap:20px}.btn-ghost:after{content:"→";font-size:16px}.btn-outline{border:1px solid var(--gold);color:var(--gold);padding:14px 36px;text-decoration:none;font-size:11px;letter-spacing:3px;text-transform:uppercase;transition:background-color .3s ease,color .3s ease,transform .3s ease;display:inline-block}.btn-outline:hover{background:var(--gold);color:var(--dark);transform:translateY(-1px)}.page-hero{height:55vh;min-height:380px;position:relative;display:flex;align-items:flex-end;padding-bottom:70px;overflow:hidden}.page-hero-bg{position:absolute;inset:0;background-size:cover;background-position:50%}.page-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,hsla(0,0%,4%,.92) 0,hsla(0,0%,4%,.4) 60%,hsla(0,0%,4%,.6))}.page-hero-content{position:relative;padding:0 60px}.page-hero-content .section-tag{margin-bottom:12px}.page-hero-content h1{font-family:var(--font-cormorant);font-size:clamp(40px,5vw,68px);font-weight:300;color:var(--cream);line-height:1.1;text-wrap:balance}.page-hero-content h1 em{font-style:italic;color:var(--gold)}.project-card{position:relative;overflow:hidden;background:var(--dark3);display:block;isolation:isolate}.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease,filter .5s ease;filter:brightness(.7) saturate(.8)}.project-card:hover img{transform:scale(1.08);filter:brightness(.5) saturate(1)}.project-overlay{position:absolute;inset:0;background:linear-gradient(0deg,hsla(0,0%,4%,.9) 0,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:32px}.project-type{font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:8px}.project-name{font-family:var(--font-cormorant);font-size:26px;font-weight:300;color:var(--cream);margin-bottom:6px;overflow-wrap:anywhere}.project-loc{font-size:12px;color:hsla(37,13%,81%,.7);display:flex;align-items:center;gap:6px}.project-loc:before{content:"◎";font-size:9px;color:var(--gold)}.project-price{position:absolute;top:24px;right:24px;background:hsla(0,0%,4%,.85);border:1px solid rgba(201,168,76,.3);padding:7px 14px;font-family:var(--font-cormorant);font-size:17px;color:var(--gold-light);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.project-status{position:absolute;top:24px;left:24px;padding:6px 14px;font-size:10px;letter-spacing:3px;text-transform:uppercase}.status-ongoing{background:rgba(201,168,76,.2);color:var(--gold);border:1px solid rgba(201,168,76,.4)}.status-done{background:rgba(100,180,100,.15);color:#8bc48a;border:1px solid rgba(100,180,100,.3)}.status-soon{background:hsla(30,35%,55%,.15);color:#d4a574;border:1px solid hsla(30,35%,55%,.3)}.feature-item{padding:44px 32px;border:1px solid rgba(201,168,76,.1);transition:border-color .3s ease,background-color .3s ease}.feature-item:hover{border-color:rgba(201,168,76,.4);background:rgba(201,168,76,.04)}.feature-icon{font-size:28px;margin-bottom:20px;color:var(--gold)}.feature-title{font-family:var(--font-cormorant);font-size:22px;color:var(--cream);margin-bottom:12px}.feature-desc{font-size:13px;line-height:1.8;color:var(--text-muted)}.form-field{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(201,168,76,.25);color:var(--text);font-family:var(--font-montserrat);font-size:14px;font-weight:300;padding:16px 0;margin-bottom:32px;outline:none;transition:border-color .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-field:focus{border-bottom-color:var(--gold)}.form-field::placeholder{color:hsla(37,13%,81%,.45)}.form-field option{background:var(--dark2);color:var(--text)}textarea.form-field{resize:vertical;min-height:120px}.filter-tabs{display:flex;gap:0;margin-bottom:50px;border-bottom:1px solid rgba(201,168,76,.15)}.filter-tab{padding:14px 32px;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:hsla(37,13%,81%,.55);cursor:pointer;margin-bottom:-1px;transition:color .3s ease,border-color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:none;border:none;border-bottom:2px solid transparent;font-family:var(--font-montserrat)}.filter-tab:hover{color:var(--gold-light)}.filter-tab.active{color:var(--gold);border-bottom-color:var(--gold)}.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:1000;align-items:center;justify-content:center;padding:24px}.lightbox.open{display:flex}.lightbox img{max-width:90vw;max-height:88vh;object-fit:contain}.lightbox-close{position:absolute;top:28px;right:40px;color:var(--gold);font-size:32px;cursor:pointer;line-height:1;transition:color .2s ease;background:none;border:none}.lightbox-close:hover{color:var(--cream)}.lightbox-next,.lightbox-prev{position:absolute;top:50%;transform:translateY(-50%);color:var(--gold);font-size:40px;cursor:pointer;padding:20px;transition:color .2s ease;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:none;border:none}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox-next:hover,.lightbox-prev:hover{color:var(--cream)}.counter-num{font-family:var(--font-cormorant);font-size:56px;font-weight:300;color:var(--gold);line-height:1}.counter-label{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:hsla(37,13%,81%,.58);margin-top:8px}footer{background:var(--dark);border-top:1px solid rgba(201,168,76,.15)}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:60px;gap:60px;padding:70px 60px 50px}.footer-brand .footer-logo{font-family:var(--font-cormorant);font-size:13px;letter-spacing:5px;color:var(--gold);text-transform:uppercase;text-decoration:none;display:inline-block;margin-bottom:6px}.footer-brand .footer-logo-sub{font-size:9px;letter-spacing:4px;color:rgba(201,168,76,.6);font-family:var(--font-montserrat);margin-bottom:20px;display:block}.footer-brand p{font-size:13px;line-height:1.9;color:var(--text-muted);max-width:260px}.footer-col h4{font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:24px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:12px}.footer-col ul a{font-size:13px;color:var(--text-muted);text-decoration:none;transition:color .3s ease;letter-spacing:.5px}.footer-col ul a:hover{color:var(--gold-light)}.footer-contact p{font-size:13px;color:var(--text-muted);margin-bottom:8px;line-height:1.6}.footer-contact a{color:var(--gold);text-decoration:none;font-size:13px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:22px 60px;border-top:1px solid rgba(201,168,76,.08)}.footer-copy{font-size:11px;color:hsla(37,13%,81%,.32);letter-spacing:1px}.footer-links{display:flex;gap:30px}.footer-links a{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:hsla(37,13%,81%,.4);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--gold)}.stat-box{padding:50px 30px;border:1px solid rgba(201,168,76,.1);transition:border-color .3s ease,background-color .3s ease}.stat-box:hover{border-color:rgba(201,168,76,.35);background:rgba(201,168,76,.04)}.value-card{padding:48px 36px;border:1px solid rgba(201,168,76,.1);transition:border-color .3s ease,background-color .3s ease;position:relative;overflow:hidden}.value-card:before{content:"";position:absolute;top:0;left:0;width:0;height:2px;background:var(--gold);transition:width .4s ease}.value-card:hover:before{width:100%}.value-card:hover{border-color:rgba(201,168,76,.3);background:rgba(201,168,76,.03)}.office-card{padding:50px 40px;border:1px solid rgba(201,168,76,.1);transition:border-color .3s ease,background-color .3s ease}.office-card:hover{border-color:rgba(201,168,76,.35);background:rgba(201,168,76,.03)}.detail-tabs{display:flex;gap:0;border-bottom:1px solid rgba(201,168,76,.15);margin-bottom:60px}.detail-tab{padding:16px 36px;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:hsla(37,13%,81%,.55);cursor:pointer;margin-bottom:-1px;transition:color .3s ease,border-color .3s ease;background:none;border:none;border-bottom:2px solid transparent;font-family:var(--font-montserrat)}.detail-tab:hover{color:var(--gold-light)}.detail-tab.active{color:var(--gold);border-bottom-color:var(--gold)}.home-hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden}.home-hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,4%,.88),hsla(0,0%,4%,.35) 50%,hsla(0,0%,4%,.7)),url(https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?w=1800&q=80) 50%/cover no-repeat;animation:slowZoom 20s ease infinite alternate}.home-hero-content{position:relative;padding:0 60px;animation:fadeUp 1.2s ease both;max-width:680px}.home-hero h1{font-family:var(--font-cormorant);font-size:clamp(52px,7vw,96px);font-weight:300;line-height:1.05;color:var(--cream);margin-bottom:28px;text-wrap:balance}.home-hero h1 em{font-style:italic;color:var(--gold);display:block}.home-hero-p{font-size:14px;line-height:1.9;max-width:440px;color:hsla(37,13%,81%,.78);margin-bottom:48px}.home-hero-btns{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.home-hero-stats{position:absolute;bottom:60px;right:60px;display:flex;gap:60px}.stat-item{text-align:right}.stat-num{font-family:var(--font-cormorant);font-size:44px;font-weight:300;color:var(--gold);line-height:1}.stat-label{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:hsla(37,13%,81%,.56);margin-top:4px}.feat-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:auto auto;grid-gap:3px;gap:3px}.feat-grid .project-card:first-child{grid-row:span 2;height:clamp(560px,62vw,680px)}.feat-grid .project-card:not(:first-child){height:clamp(280px,31vw,338px)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px}.location-grid{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.location-features{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1px;gap:1px}.location-quote{font-family:var(--font-cormorant);font-size:clamp(26px,3vw,42px);font-weight:300;color:var(--cream);line-height:1.3;margin-bottom:24px;text-wrap:balance}.location-copy{font-size:14px;line-height:1.9;color:var(--text-soft);margin-bottom:36px}.about-teaser{background:var(--dark3);display:grid;grid-template-columns:1fr 1fr}.about-img{position:relative;overflow:hidden;min-height:560px}.about-text{padding:100px 80px;display:flex;flex-direction:column;justify-content:center}.about-counters{display:flex;gap:50px;margin-bottom:48px}.cta-banner{background:linear-gradient(135deg,var(--dark2) 0,#1c1610 50%,var(--dark2) 100%);text-align:center;padding:100px 60px;position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(201,168,76,.08) 0,transparent 70%)}.cta-banner h2{font-family:var(--font-cormorant);font-size:clamp(36px,4vw,58px);font-weight:300;color:var(--cream);line-height:1.15;margin-bottom:20px;position:relative;text-wrap:balance}.cta-banner h2 em{font-style:italic;color:var(--gold)}.cta-banner p{font-size:14px;color:var(--text-muted);max-width:480px;margin:0 auto 44px;line-height:1.8;position:relative}.cta-btns{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;position:relative}.projects-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3px;gap:3px}.projects-list .project-card{height:clamp(380px,38vw,460px)}.detail-hero{height:75vh;min-height:480px;position:relative;display:flex;align-items:flex-end;overflow:hidden}.detail-hero-bg{position:absolute;inset:0;background-size:cover;background-position:50%;animation:slowZoom 18s ease infinite alternate}.detail-hero-content{position:relative;padding:0 60px 60px;display:flex;justify-content:space-between;align-items:flex-end;width:100%;gap:24px}.detail-hero-title{font-family:var(--font-cormorant);font-size:clamp(38px,5vw,68px);font-weight:300;color:var(--cream);line-height:1.1;text-wrap:balance}.detail-hero-price{text-align:right}.detail-hero-price .price-label{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:hsla(37,13%,81%,.58);margin-bottom:6px}.detail-hero-price .price-val{font-family:var(--font-cormorant);font-size:36px;color:var(--gold);font-weight:300}.info-strip{background:var(--dark3);display:flex;align-items:stretch;border-bottom:1px solid rgba(201,168,76,.12);flex-wrap:wrap}.info-item{padding:28px 50px;border-right:1px solid rgba(201,168,76,.1);flex:1 1;min-width:160px}.info-item:last-child{border-right:none}.info-label{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:8px}.info-val{font-family:var(--font-cormorant);font-size:22px;color:var(--cream);font-weight:300}.detail-body{display:grid;grid-template-columns:minmax(0,1fr) 360px;background:var(--dark2)}.detail-main{padding:80px 70px;min-width:0}.detail-sidebar{padding:60px 40px;background:var(--dark3);border-left:1px solid rgba(201,168,76,.1);position:-webkit-sticky;position:sticky;top:96px;align-self:start;max-height:calc(100svh - 120px);overflow:auto;scrollbar-width:thin}.overview-features{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:40px}.ov-feature{padding:20px 22px;border:1px solid rgba(201,168,76,.1);transition:border-color .3s ease,background-color .3s ease}.ov-feature:hover{border-color:rgba(201,168,76,.35);background:rgba(201,168,76,.03)}.ov-icon{color:var(--gold);font-size:18px;margin-bottom:8px}.ov-label{font-size:11px;color:hsla(37,13%,81%,.5);letter-spacing:1px;margin-bottom:4px}.ov-val{font-family:var(--font-cormorant);font-size:20px;color:var(--cream)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3px;gap:3px}.gallery-item{aspect-ratio:4/3;overflow:hidden;position:relative;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;filter:brightness(.85);transition:transform .6s ease,filter .4s ease}.gallery-item:hover img{transform:scale(1.07);filter:brightness(1)}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.location-highlights{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:32px}.amenities-chips{display:flex;gap:12px;flex-wrap:wrap}.amenity-chip{padding:14px 20px;border:1px solid rgba(201,168,76,.2);font-size:12px;color:var(--gold-light);letter-spacing:1px}.similar-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3px;gap:3px}.similar-grid .project-card{height:clamp(320px,32vw,380px)}.story{background:var(--dark2);display:grid;grid-template-columns:1fr 1fr}.story-img{position:relative;overflow:hidden;min-height:580px}.story-text{padding:100px 80px;display:flex;flex-direction:column;justify-content:center}.story-text p{font-size:14px;line-height:1.95;color:var(--text-soft);margin-bottom:20px;max-width:460px}.stats-grid{grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px}.stats-grid,.values-grid{display:grid;margin-top:60px}.values-grid{grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.contact-section{display:grid;grid-template-columns:1fr 1fr}.contact-left,.contact-right{padding:100px 80px;display:flex;flex-direction:column;justify-content:center}.contact-right{background:var(--dark2)}@media (max-width:1024px){nav{padding:22px 40px}nav.scrolled{padding:16px 40px}section{padding:80px 40px}.footer-top{grid-template-columns:1fr 1fr;gap:40px;padding:60px 40px 40px}.footer-bottom{padding:20px 40px}.page-hero-content{padding:0 40px}.home-hero-stats{bottom:40px;right:40px;gap:40px}.about-text{padding:70px 50px}.features-grid{grid-template-columns:repeat(2,1fr)}.location-grid{gap:48px}.cta-banner{padding:80px 40px}.projects-list{grid-template-columns:repeat(2,1fr)}.projects-list .project-card{height:clamp(360px,42vw,420px)}.detail-body{grid-template-columns:1fr}.detail-sidebar{position:static;border-left:none;border-top:1px solid rgba(201,168,76,.1);padding:50px 40px;max-height:none;overflow:visible}.detail-main{padding:60px 40px}.similar-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.values-grid{grid-template-columns:1fr 1fr;gap:20px}.story-text{padding:70px 50px}.contact-left,.contact-right{padding:70px 40px}}@media (max-width:768px){.cursor,.cursor-ring{display:none!important}nav{padding:18px 24px}nav.scrolled{padding:14px 24px}.nav-cta,nav ul{display:none}.nav-toggle,nav ul.open{display:flex}nav ul.open{flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,4%,.98);align-items:center;justify-content:center;gap:24px;z-index:99;padding:96px 24px 40px;overflow-y:auto}nav ul.open li{width:min(100%,320px);text-align:center}nav ul.open a{display:block;font-size:14px;letter-spacing:4px;padding:12px 0}section{padding:70px 24px}.page-hero-content{padding:0 24px}.page-hero{min-height:300px;height:48svh;padding-bottom:44px}.page-hero-content h1{font-size:clamp(34px,11vw,52px)}.section-tag{font-size:9px;letter-spacing:3px;gap:10px;margin-bottom:12px}.section-tag:before{width:22px}.section-title{margin-bottom:36px}.project-overlay{padding:24px 20px}.project-name{font-size:22px}.project-type{letter-spacing:3px}.project-price,.project-status{top:16px;letter-spacing:2px}.project-price{right:16px;padding:6px 10px;font-size:15px}.project-status{left:16px;padding:5px 10px;font-size:9px}.feature-item{padding:32px 24px}.feature-title{font-size:20px}.feature-desc{font-size:12px}.footer-top{grid-template-columns:1fr;gap:36px;padding:50px 24px 36px}.footer-bottom{flex-direction:column;gap:16px;text-align:center;padding:20px 24px}.detail-tabs,.filter-tabs{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none}.detail-tabs::-webkit-scrollbar,.filter-tabs::-webkit-scrollbar{display:none}.detail-tab,.filter-tab{flex:0 0 auto;padding:12px 18px;white-space:nowrap}.lightbox-close{top:18px;right:20px;font-size:28px}.lightbox-next,.lightbox-prev{font-size:30px;padding:12px}.lightbox-prev{left:8px}.lightbox-next{right:8px}.stat-box,.value-card{padding:36px 24px}.counter-num{font-size:44px}.home-hero{min-height:100svh;height:auto;flex-direction:column;justify-content:flex-end;align-items:stretch;padding-top:110px}.home-hero-content{padding:0 24px}.home-hero h1{font-size:clamp(40px,10vw,64px)}.home-hero-p{max-width:none;margin-bottom:36px}.home-hero-stats{position:relative;bottom:auto;right:auto;justify-content:flex-start;gap:24px;padding:32px 24px 24px;flex-wrap:wrap}.stat-item{text-align:left}.feat-grid{grid-template-columns:1fr}.feat-grid .project-card:first-child{grid-row:span 1;height:420px}.feat-grid .project-card:not(:first-child){height:320px}.features-grid,.location-grid{grid-template-columns:1fr}.location-grid{gap:28px}.about-teaser,.location-features{grid-template-columns:1fr}.about-img{min-height:320px}.about-text{padding:60px 24px}.about-counters{gap:32px;flex-wrap:wrap}.cta-banner{padding:70px 24px}.projects-list{grid-template-columns:1fr}.projects-list .project-card{height:340px}.detail-hero{min-height:420px;height:68svh}.detail-hero-content{flex-direction:column;align-items:flex-start;gap:20px;padding:0 24px 40px}.detail-hero-price{text-align:left}.info-item{padding:22px 24px;min-width:130px}.detail-main{padding:50px 24px}.detail-sidebar{padding:40px 24px}.overview-features{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.location-highlights,.plans-grid{grid-template-columns:1fr 1fr}.similar-grid{grid-template-columns:1fr}.similar-grid .project-card{height:300px}.amenities-chips{gap:10px}.amenity-chip{width:100%;padding:12px 16px}.story{grid-template-columns:1fr}.story-img{min-height:300px}.story-text{padding:60px 24px}.stats-grid{grid-template-columns:repeat(2,1fr)}.values-grid{gap:16px}.contact-section,.values-grid{grid-template-columns:1fr}.contact-left,.contact-right{padding:60px 24px}}@media (max-width:480px){.gallery-grid,.location-highlights,.plans-grid,.stats-grid{grid-template-columns:1fr}.home-hero h1{font-size:clamp(34px,9vw,48px)}.counter-num,.stat-num{font-size:36px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.detail-hero-bg,.home-hero-bg{animation:none!important}}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_589abc;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_Fallback_589abc;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_589abc{font-family:__Cormorant_Garamond_589abc,__Cormorant_Garamond_Fallback_589abc}.__variable_589abc{--font-cormorant:"__Cormorant_Garamond_589abc","__Cormorant_Garamond_Fallback_589abc"}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_d892e8;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_Fallback_d892e8;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_d892e8{font-family:__Montserrat_d892e8,__Montserrat_Fallback_d892e8;font-style:normal}.__variable_d892e8{--font-montserrat:"__Montserrat_d892e8","__Montserrat_Fallback_d892e8"}