@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;700&display=swap');
:root{--paper:#f8faf6;--white:#fff;--green:#dcebd7;--light:#eaf1e6;--deep:#273e32;--ink:#253a2e;--muted:#627365;--line:#cdd7c9;--serif:Georgia,'Times New Roman',serif;--sans:'DM Sans',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:disabled{cursor:default}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2{font-family:'Manrope',var(--sans);font-weight:400;line-height:1.05;letter-spacing:-.055em}em{font-family:var(--serif);font-weight:400;letter-spacing:-.055em}h2{font-size:clamp(42px,4.5vw,76px)}h3{font-weight:500}p{color:var(--muted)}a,button{touch-action:manipulation}:focus-visible{outline:3px solid #537a49;outline-offset:5px}.skip{position:fixed;top:-100px;background:white;padding:16px;z-index:100}.skip:focus{top:0}.header{height:104px;padding:0 4.2%;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line);background:var(--paper);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:13px;font-size:13px;line-height:1.3;letter-spacing:.16em;font-weight:650}.brand-symbol{font-family:var(--serif);font-size:53px;font-style:italic;letter-spacing:-.11em;line-height:1;position:relative;margin-right:6px}.brand-symbol span{color:#9cb190;font-size:44px}.header nav{display:flex;gap:32px;font-size:14px}.header nav a{position:relative;padding:10px 0}.header nav a:after{content:'';height:1px;background:var(--ink);position:absolute;bottom:4px;left:0;width:0;transition:width .3s}.header nav a:hover:after{width:100%}.header-cta{border:1px solid #849a7e;border-radius:30px;padding:12px 20px;font-size:14px;display:flex;align-items:center;gap:28px}.header-cta:hover{background:var(--green)}.hero{padding:0 2.2%}.hero-heading{padding:45px 2.15% 39px;display:grid;grid-template-columns:1.2fr 1fr;align-items:end;position:relative}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:600;color:var(--ink);display:flex;align-items:center;gap:12px;margin-bottom:23px;line-height:1.6}.line{width:30px;height:1px;background:#799272;display:inline-block}h1{font-size:clamp(74px,7.6vw,124px);line-height:.98}h1 em{font-size:1.03em;color:#6a8365}.hero-intro{padding:0 0 9px 18%;font-size:16px}.hero-intro p{line-height:1.75}.text-link{display:inline-flex;gap:35px;border-bottom:1px solid #99ab92;padding-bottom:8px;margin-top:28px;font-size:14px;font-weight:500}.text-link span{font-size:20px;line-height:1}.text-link:hover{color:#6b8961}.hero-index{position:absolute;right:2.2%;top:45px;writing-mode:vertical-rl;font-size:12px;letter-spacing:.14em}.hero-image-wrap{height:clamp(450px,44vw,720px);border-radius:17px;overflow:hidden;position:relative;background:#c0cbb7;isolation:isolate}.hero-image{height:100%;width:100%;object-fit:cover;object-position:50% 56%;transform:scale(1.025);will-change:transform;animation:hero-in 1.5s ease both}.hero-shade{position:absolute;inset:0;background:linear-gradient(transparent 55%,#1b2a1a85)}.hero-caption{position:absolute;left:35px;bottom:38px;color:white;display:grid;gap:4px}.hero-caption span:first-child{font-size:12px;letter-spacing:.15em}.hero-caption span:last-child{font-family:var(--serif);font-style:italic;font-size:30px}.round-link{position:absolute;right:35px;bottom:42px;width:60px;height:60px;border:1px solid #ffffff90;border-radius:50%;display:grid;place-items:center;color:white;font-size:24px;transition:background .3s,transform .3s}.round-link:hover{background:#ffffff30;transform:translateY(4px)}.image-note{position:absolute;right:16px;top:14px;color:#fff;background:#1f2a2180;padding:3px 9px;border-radius:3px;font-size:12px}.facts{margin:0 4.3%;padding:33px 0 37px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;border-bottom:1px solid var(--line);gap:28px}.facts>span{display:flex;align-items:center;gap:17px;font-size:13px;line-height:1.5}.facts strong{font-size:42px;font-weight:400;letter-spacing:-.06em}.facts .fact-last{display:block;text-align:right;padding-top:7px}.fact-last em{font-size:16px;letter-spacing:-.03em}.section-pad{padding:110px 6.6%}.intro{display:grid;grid-template-columns:1fr 1fr;gap:80px}.intro-copy{max-width:475px;padding-top:46px}.intro-copy p+p{margin-top:20px}.intro-copy .large-copy{font-size:28px;line-height:1.35;color:var(--ink);letter-spacing:-.035em;margin-bottom:26px}.residences{background:var(--light);border-radius:28px 28px 0 0}.section-top{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:48px}.section-top>p{font-size:15px;max-width:320px}.spaces{padding-bottom:100px}.gallery-controls{display:flex;gap:10px}.circle-btn{border:1px solid var(--line);border-radius:50%;width:49px;height:49px;background:transparent;font-size:20px}.circle-btn:hover{background:var(--green)}.gallery-frame{height:620px;border-radius:14px;position:relative;overflow:hidden;background:var(--green)}.gallery-frame>img{width:100%;height:100%;object-fit:cover;transition:opacity .25s,transform 1s}.gallery-label{position:absolute;bottom:0;left:0;right:0;color:#fff;background:linear-gradient(transparent,#18251cdf);padding:110px 40px 35px}.gallery-label>span{font-size:13px}.gallery-label h3{font-size:34px;letter-spacing:-.04em;margin:10px 0 2px}.gallery-tabs{display:flex;gap:24px;justify-content:center;margin-top:24px}.gallery-tabs button{border:0;border-bottom:1px solid transparent;padding:8px 3px;background:transparent;color:var(--muted);font-size:14px}.gallery-tabs button.active{border-bottom-color:var(--ink);color:var(--ink)}.qualities{display:grid;grid-template-columns:1fr 1fr;gap:80px;background:#e3eedc}.qualities>div>p:last-child{margin-top:25px}.quality-list details{border-top:1px solid #bbcbb4;padding:22px 0}.quality-list summary{display:flex;gap:22px;list-style:none;cursor:pointer;align-items:center;font-size:18px;line-height:1.4}.quality-list summary::-webkit-details-marker{display:none}.quality-list summary>span:first-child{font-size:12px;opacity:.6}.quality-list .plus{margin-left:auto;font-size:25px;font-weight:400}.quality-list details[open] .plus{transform:rotate(45deg)}.quality-list details p{padding:16px 25px 3px 37px;font-size:15px}.location{display:grid;grid-template-columns:1.08fr 1fr;gap:70px;align-items:center}.location-picture{height:540px;overflow:hidden;position:relative;border-radius:12px}.location-picture img{height:100%;width:100%;object-fit:cover}.location h2{font-size:clamp(40px,3.8vw,64px)}.location p:not(.eyebrow){margin-top:28px;max-width:400px}.location-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.location-tags span{border:1px solid var(--line);border-radius:20px;padding:6px 12px;font-size:12px}.closing{text-align:center;background:var(--green);padding-top:90px;padding-bottom:90px}.closing .eyebrow{justify-content:center}.closing h2{font-size:clamp(64px,7vw,110px)}.button{border:1px solid var(--ink);border-radius:40px;display:inline-flex;justify-content:center;align-items:center;gap:35px;padding:14px 24px;font-size:14px;background:transparent;transition:transform .25s,background .25s}.button:hover{transform:translateY(-2px)}.button.dark{background:var(--deep);color:#fff;border-color:var(--deep)}.closing .button{margin-top:35px}.footer{padding:48px 4.3% 62px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line);padding-bottom:25px;font-size:13px}.footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:22px}.footer-bottom p{font-size:12px;max-width:610px}.prototype-note{position:fixed;bottom:12px;left:50%;transform:translateX(-50%);padding:7px 16px;background:#f8faf6ed;border:1px solid #bfceba;box-shadow:0 3px 14px #2138240d;color:#4e6745;border-radius:25px;z-index:30;font-size:12px;letter-spacing:.05em;white-space:nowrap}dialog{padding:0;border:0;background:var(--paper);color:var(--ink);border-radius:20px;max-height:92vh;max-height:92dvh}dialog::backdrop{background:#14291dad;backdrop-filter:blur(7px)}.dialog-close{position:absolute;right:18px;top:18px;z-index:5;border:1px solid var(--line);background:var(--paper);border-radius:50%;width:42px;height:42px;display:grid;place-items:center;font-size:25px}.detail-dialog{width:min(1180px,94vw)}.interest-dialog{width:min(500px,93vw)}.plan-dialog{width:min(1100px,95vw);padding:30px}.plan-dialog h2{font-size:25px;padding-right:45px;margin-bottom:15px}.plan-dialog img{max-height:76vh;object-fit:contain;margin:auto}.reveal{transition:transform .85s,opacity .85s}.js-reveal{opacity:0;transform:translateY(30px)}.js-reveal.visible{opacity:1;transform:translateY(0)}@keyframes hero-in{from{transform:scale(1.1)}to{transform:scale(1.025)}}
@media(min-width:1700px){body{max-width:1920px;margin:auto}.hero-image-wrap{height:710px}}
@media(max-width:1000px){.header nav{gap:18px;font-size:13px}.header-cta{gap:12px}.section-pad{padding:80px 5%}.intro,.qualities{gap:40px}.gallery-frame{height:480px}.location{gap:35px}.location-picture{height:450px}.facts{gap:18px}.facts>span{font-size:12px}.facts strong{font-size:32px}.hero-intro{padding-left:5%}.hero-heading{padding-top:40px}}
@media(max-width:700px){.header{height:84px;padding:0 6%}.header nav{display:none}.header-cta{font-size:12px;padding:9px 12px;gap:15px}.brand{font-size:12px;gap:9px}.brand-symbol{font-size:40px}.hero{padding:0 4%}.hero-heading{padding:33px 2% 30px;grid-template-columns:1fr;gap:24px}.eyebrow{font-size:12px;margin-bottom:20px;letter-spacing:.13em}h1{font-size:clamp(70px,15vw,100px)}.hero-intro{padding:0;display:flex;gap:20px;align-items:end;justify-content:space-between}.hero-intro p{font-size:13px}.hero-intro .text-link{font-size:12px;gap:12px;max-width:126px;line-height:1.5;margin:0}.hero-index{right:1%;top:86px;font-size:12px}.hero-image-wrap{height:430px;border-radius:12px}.hero-image{object-position:53% 50%}.hero-caption{left:20px;bottom:23px;right:65px}.hero-caption span:first-child{font-size:12px}.hero-caption span:last-child{font-size:23px;line-height:1.2}.round-link{width:40px;height:40px;right:18px;bottom:28px;font-size:20px}.facts{grid-template-columns:1fr 1fr;margin:0 6%;padding:25px 0;gap:16px}.facts>span{gap:10px;font-size:12px}.facts strong{font-size:35px}.facts .fact-last{text-align:left;font-size:12px}.fact-last em{font-size:12px}.section-pad{padding:64px 6%}.intro{grid-template-columns:1fr;gap:24px}.intro-copy{padding-top:0}.intro-copy .large-copy{font-size:24px}.intro-copy p{font-size:15px}.section-top{display:block;margin-bottom:30px}.section-top>p{margin-top:22px;font-size:14px}h2{font-size:43px}.gallery-controls{margin-top:25px}.gallery-frame{height:430px}.gallery-frame>img{object-position:45%}.gallery-label{padding:80px 24px 25px}.gallery-label h3{font-size:27px;line-height:1.25}.gallery-label>span{font-size:12px}.gallery-tabs{gap:17px;overflow:auto;justify-content:flex-start}.gallery-tabs button{font-size:13px;white-space:nowrap}.qualities{grid-template-columns:1fr;gap:32px}.quality-list summary{font-size:16px}.location{grid-template-columns:1fr;gap:32px}.location-picture{height:380px}.location h2{font-size:42px}.location p:not(.eyebrow){font-size:15px}.closing h2{font-size:64px}.footer{padding:35px 6% 65px}.footer-top,.footer-bottom{align-items:flex-start;flex-direction:column;gap:18px}.footer-top{font-size:12px}.prototype-note{font-size:12px;width:max-content;max-width:96vw;padding:6px 10px}.prototype-note span{letter-spacing:0}.image-note{font-size:12px}.detail-dialog{max-height:94dvh;width:96vw}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-image{transform:none!important}.js-reveal{opacity:1;transform:none}}
/* The housing explorer */
.picker-top{display:flex;justify-content:space-between;font-size:12px;letter-spacing:.12em;margin-bottom:16px}.picker-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:7px;margin-bottom:22px}.home-number{border:1px solid #b9cdb1;background:transparent;border-radius:9px;padding:15px 3px 12px;display:flex;flex-direction:column;align-items:center;transition:background .25s,transform .25s}.home-number:hover{background:#d4e5cb;transform:translateY(-4px)}.home-number.active{background:var(--deep);color:#fff;border-color:var(--deep)}.home-number>span{font-size:12px;letter-spacing:.13em;opacity:.8}.home-number>strong{font-size:32px;font-weight:400;line-height:1.5;letter-spacing:-.06em}.home-number small{font-size:12px;white-space:nowrap}.home-number small span{opacity:.65}.explorer{display:grid;grid-template-columns:1.5fr 1fr;border-radius:15px;overflow:hidden;background:#f7faf3;min-height:570px}.explorer-visual{position:relative;background:#f3f6ed;min-width:0}.explorer-toolbar{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:22px 25px;gap:10px}.explorer-toolbar>span{font-size:12px;letter-spacing:.1em}.view-buttons{display:flex;border:1px solid #cad6c3;border-radius:24px;padding:3px;gap:2px}.view-buttons button{padding:6px 12px;border:0;border-radius:20px;background:transparent;font-size:12px}.view-buttons button.active{background:var(--deep);color:#fff}.plan-stage{height:398px;position:relative;perspective:1000px;display:grid;place-items:center;overflow:hidden;--rx:46deg;--rz:-17deg}.stage-number{position:absolute;left:22px;top:-37px;font-size:250px;line-height:1.5;letter-spacing:-.1em;color:#dce7d455;pointer-events:none}.plan-object{width:78%;height:340px;position:relative;transition:transform .5s,filter .5s;transform-style:preserve-3d}.plan-object>img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;position:relative;z-index:1}.plan-stage.is-3d .plan-object{transform:rotateX(var(--rx)) rotateZ(var(--rz));filter:drop-shadow(18px 25px 14px #4b624245)}.plan-edge{position:absolute;inset:15%;z-index:-1;transform:translateZ(-8px);background:#acbba340;display:none}.is-3d .plan-edge{display:block}.enlarge-plan{position:absolute;right:23px;bottom:20px;border:1px solid var(--line);background:var(--paper);border-radius:50%;width:37px;height:37px;font-size:23px}.plan-caption{position:absolute;left:25px;bottom:18px;font-size:12px;line-height:1.6;color:#73826b}.floor-picker{padding:12px 22px 23px;display:flex;justify-content:center;gap:7px;position:relative;z-index:2}.floor-picker button{background:transparent;border:1px solid var(--line);border-radius:6px;display:flex;flex-direction:column;gap:3px;flex:1;padding:8px;font-size:12px;line-height:1.3}.floor-picker button>span{font-size:14px}.floor-picker button.active{background:#dcebd2;border-color:#99b58b}.explorer-info{padding:40px 35px;display:flex;flex-direction:column;align-items:stretch;background:#fff}.explorer-info .eyebrow{margin-bottom:12px;font-size:12px}.explorer-info h3{font-size:55px;line-height:1.2;letter-spacing:-.05em;font-weight:400}.explorer-info h3 em{color:#7a926d}.explorer-info>p{font-size:14px;margin-top:6px}.villa-features{display:grid;grid-template-columns:1fr 1fr;gap:12px;border-top:1px solid #e2e7df;border-bottom:1px solid #e2e7df;margin:22px 0;padding:15px 0}.villa-features span{font-size:12px}.villa-features strong{font-weight:500}.villa-features span:last-child{grid-column:span 2}.interest-strip{display:flex;align-items:center;gap:12px;padding:14px;border-radius:8px;background:#edf3e7;margin-bottom:21px}.people-icon{font-size:30px;line-height:1.1}.interest-strip strong{font-size:14px;font-weight:500;display:block}.interest-strip small{font-size:12px;display:block;color:#6c7d61;margin-top:3px}.text-button{border:0;background:transparent;font-size:13px;padding:16px 0 3px;text-decoration:underline;text-underline-offset:4px}.small-note{font-size:12px!important;line-height:1.5;color:#778371!important}.explorer-info .small-note{text-align:center;margin-top:15px}.all-villas-heading{display:flex;align-items:center;justify-content:space-between;margin-top:50px;margin-bottom:23px}.all-villas-heading h3{font-size:22px;letter-spacing:-.04em}.all-villas-heading>span{font-size:12px;color:#718168}.villa-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.villa-card{padding-bottom:12px;display:block}.villa-card-image{position:relative;height:185px;border-radius:10px;overflow:hidden;background:#fafcf7;display:grid;place-items:center}.villa-card-image img{height:88%;width:88%;object-fit:contain;mix-blend-mode:multiply;transition:transform .5s}.villa-card:hover .villa-card-image img{transform:scale(1.08) rotate(-3deg)}.villa-card-image>span{position:absolute;top:10px;left:12px;font-size:13px}.villa-card-title{display:flex;align-items:center;justify-content:space-between;margin-top:13px}.villa-card-title h3{font-size:18px;font-weight:500}.villa-card>p{font-size:12px;margin:3px 0 9px}.card-interest{font-size:12px;color:#647e56;display:flex;align-items:center;gap:4px}.card-interest strong{font-weight:600}.card-interest small{font-size:12px;border:1px solid #b8cbae;padding:1px 4px;border-radius:3px;margin-left:auto}.detail-hero{height:330px;position:relative;overflow:hidden;background:var(--green)}.detail-hero>img{width:100%;height:100%;object-fit:cover;object-position:center 56%}.detail-hero>div{position:absolute;inset:0;background:linear-gradient(transparent,#10241cc0);display:flex;flex-direction:column;justify-content:end;padding:35px 45px;color:white}.detail-hero p{color:white;font-size:12px;letter-spacing:.13em;margin-bottom:10px}.detail-hero h2{font-size:68px}.detail-hero .image-note{top:auto;bottom:25px}.detail-body{display:grid;grid-template-columns:1fr 300px;gap:45px;padding:45px}.detail-description .eyebrow{font-size:12px;margin-bottom:12px}.detail-description h3{font-size:28px;letter-spacing:-.04em;line-height:1.2;margin-bottom:15px}.detail-description>p:not(.eyebrow){font-size:14px}.detail-specs{display:flex;flex-wrap:wrap;gap:8px;margin-top:23px}.detail-specs span{font-size:12px;border:1px solid var(--line);padding:4px 9px;border-radius:4px}.detail-description .plan-heading{margin-top:40px;font-size:23px}.detail-floor-tabs{display:flex;gap:7px;flex-wrap:wrap}.detail-floor-tabs button{font-size:12px;border:1px solid var(--line);padding:9px 13px;border-radius:20px;background:transparent}.detail-floor-tabs button.active{background:var(--deep);color:white;border-color:var(--deep)}.detail-plan{position:relative;background:#f2f5ec;border:0;width:100%;height:380px;margin-top:18px;border-radius:10px;padding:24px}.detail-plan img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.detail-plan>span{position:absolute;bottom:12px;right:15px;font-size:12px;background:#fff;padding:4px 10px;border-radius:4px}.plan-description{margin:8px 0 20px}.detail-interiors{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:30px 0 13px}.detail-interiors img{border-radius:8px;width:100%;height:200px;object-fit:cover}.detail-aside{position:sticky;top:20px;align-self:start;border:1px solid var(--line);border-radius:10px;padding:25px}.detail-aside .eyebrow{font-size:12px;margin-bottom:12px}.detail-aside h3{font-family:var(--serif);font-size:35px;letter-spacing:-.04em;font-weight:400;margin-bottom:20px}.detail-aside .interest-strip{padding:11px;gap:6px}.detail-aside .people-icon{display:none}.detail-aside .interest-strip strong{font-size:13px}.detail-aside>p{font-size:13px}.detail-aside .button{width:100%;margin:20px 0}.aside-facts{border-top:1px solid var(--line);margin:5px 0 18px;padding-top:15px;font-size:12px}.aside-facts>span{display:flex;justify-content:space-between;margin-bottom:6px}.aside-facts strong{font-weight:500}.detail-aside .text-link{font-size:12px}.detail-navigation{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:10px;padding:20px 40px}.detail-navigation button{background:transparent;border:0;font-size:12px;padding:8px}.interest-body{padding:48px 35px 35px}.interest-body h2{font-size:42px;margin-bottom:24px}.interest-body .eyebrow{font-size:12px;padding-right:25px}.interest-body>p{font-size:14px}.demo-explanation{font-size:12px;letter-spacing:.07em;padding:15px;border:1px solid var(--line);border-radius:8px;margin:24px 0}.demo-explanation>span{display:block;font-size:12px;letter-spacing:0;color:var(--muted);line-height:1.6;margin-top:6px}.interest-body>.button{width:100%}.interest-body>.small-note{margin-top:12px;text-align:center}.interest-success{text-align:center;padding:5px 0}.interest-success>span{display:grid;place-items:center;border-radius:50%;width:45px;height:45px;background:var(--green);font-size:23px;margin:0 auto 15px}.interest-success h3{font-size:22px;line-height:1.3}.interest-success p{font-size:13px;margin:10px 0 20px}.interest-success .button{font-size:12px;padding:10px 20px}
@media(min-width:1500px){.plan-stage{height:430px}.plan-object{height:390px}.explorer-info{padding:45px}.villa-card-image{height:220px}}
@media(max-width:1000px){.explorer-info{padding:28px 23px}.explorer-toolbar{padding:18px 15px}.explorer-toolbar>span{font-size:12px}.view-buttons button{padding:5px 8px;font-size:12px}.floor-picker{padding:10px 15px 20px}.floor-picker button{font-size:12px}.plan-stage{height:400px}.villa-cards{grid-template-columns:repeat(5,1fr);gap:12px}.villa-card-image{height:145px}.villa-card>p{font-size:12px}.home-number small{font-size:12px}.detail-body{grid-template-columns:1fr 250px;gap:25px;padding:30px}.detail-aside{padding:20px}.detail-plan{height:300px}}
@media(max-width:700px){.picker-grid{grid-template-columns:repeat(5,1fr);gap:7px}.home-number{padding:10px 2px 9px}.home-number>strong{font-size:28px;line-height:1.45}.home-number small{font-size:12px}.home-number>span{font-size:12px}.home-number small span{display:none}.explorer{grid-template-columns:1fr}.explorer-toolbar{padding:18px 15px}.plan-stage{height:320px}.plan-object{height:285px;width:85%}.stage-number{font-size:210px}.plan-caption{font-size:12px;left:16px;bottom:13px}.floor-picker{gap:5px;padding-bottom:18px}.floor-picker button{font-size:12px;padding:7px 3px}.explorer-info{padding:28px}.explorer-info h3{font-size:48px}.villa-features{grid-template-columns:1fr 1fr 1fr;gap:10px;margin:20px 0}.villa-features span{font-size:12px}.villa-features span:last-child{grid-column:auto}.interest-strip small{font-size:12px}.all-villas-heading{gap:20px;align-items:start}.all-villas-heading h3{font-size:21px}.all-villas-heading>span{max-width:100px;text-align:right;font-size:12px}.villa-cards{grid-template-columns:1fr 1fr;gap:20px 13px}.villa-card-image{height:180px}.villa-card-title h3{font-size:18px}.villa-card>p{font-size:12px}.card-interest{font-size:12px}.detail-hero{height:265px}.detail-hero>div{padding:25px}.detail-hero h2{font-size:56px}.detail-hero .image-note{font-size:12px;bottom:14px;right:12px}.detail-body{display:flex;flex-direction:column;padding:26px 22px;gap:25px}.detail-description h3{font-size:26px}.detail-aside{position:static;align-self:stretch;order:-1;padding:20px}.detail-aside .eyebrow{display:none}.detail-aside h3{font-size:30px;margin-bottom:14px}.detail-aside>p{font-size:13px}.detail-aside .button{margin:15px 0}.aside-facts{margin-bottom:10px}.detail-aside .text-link{margin-top:15px}.detail-aside .interest-strip{margin-bottom:13px}.detail-aside .interest-strip strong{font-size:14px}.detail-aside .interest-strip small{font-size:12px}.detail-plan{height:340px;padding:20px}.detail-floor-tabs{gap:5px}.detail-floor-tabs button{font-size:12px;padding:8px 11px}.detail-interiors{gap:10px}.detail-interiors img{height:165px}.detail-navigation{padding:15px 10px}.detail-navigation button{font-size:12px}.interest-body{padding:43px 25px 28px}.interest-body h2{font-size:39px}}

.home-number small{white-space:normal;font-size:12px}.home-number>span{font-size:12px}.floor-picker button{font-size:12px}.prototype-note{font-size:12px}.prototype-note span{font-size:12px}@media(max-width:700px){.prototype-note{width:94vw;text-align:center;font-size:10px;white-space:normal;line-height:1.4}.prototype-note span{font-size:10px}.floor-picker{flex-wrap:wrap}.floor-picker button{flex:1 0 40%}.explorer-toolbar{flex-wrap:wrap}.home-number small{font-size:12px}.gallery-tabs button{font-size:14px}.header-cta{max-width:170px}.villa-card>p{font-size:12px}.villa-cards{gap:20px 12px}.villa-card-image{height:160px}}
/* Slow architectural camera motion, independent of pointer depth. */
.hero-parallax,.hero-camera{position:absolute;inset:0;width:100%;height:100%}.hero-parallax{transform:translate3d(var(--hero-x,0px),var(--hero-y,0px),0);transition:transform 1.6s cubic-bezier(.16,1,.3,1);will-change:transform}.hero-camera{animation:architectural-camera 22s cubic-bezier(.45,0,.55,1) infinite alternate;will-change:transform}.hero-image-wrap .hero-image{transform:none;animation:none;will-change:auto}.hero-motion{position:absolute;z-index:3;top:20px;left:22px;display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid #ffffff75;border-radius:30px;color:#fff;background:#23332775;backdrop-filter:blur(8px);font-size:12px;line-height:1.4;min-height:40px;transition:background .2s}.hero-motion:hover{background:#1b2e22c9}.hero-motion svg{width:15px;height:15px;flex:none}.motion-play-icon{display:none}.hero-image-wrap[data-paused="true"] .hero-camera,.hero-image-wrap[data-offscreen="true"] .hero-camera{animation-play-state:paused}.hero-image-wrap[data-paused="true"] .motion-play-icon{display:block}.hero-image-wrap[data-paused="true"] .motion-pause-icon{display:none}.hero-image-wrap[data-paused="true"] .hero-parallax{transform:none}.hero-motion:disabled{cursor:default;opacity:.9}.hero-image-wrap .image-note{top:25px;background:#23332775;font-size:12px;backdrop-filter:blur(8px)}
@keyframes architectural-camera{0%{transform:scale(1.045) translate3d(-.65%,.2%,0)}100%{transform:scale(1.12) translate3d(.65%,-.6%,0)}}
@media(max-width:700px){.hero-motion{top:15px;left:14px;padding:8px 10px;min-height:38px}.hero-motion span{font-size:12px}.hero-image-wrap .image-note{top:auto;bottom:7px;right:12px;font-size:10px;background:transparent;padding:0}.hero-camera{animation-duration:26s}.hero-parallax{transform:none!important}}
@media(prefers-reduced-motion:reduce){.hero-camera,.hero-parallax{animation:none!important;transform:none!important;transition:none!important;will-change:auto}.hero-motion svg{display:none}.hero-image-wrap .hero-image{transform:none!important}}
/* The finished clip supplies all movement; the original stays beneath it. */
.hero-image-wrap .hero-parallax,.hero-image-wrap .hero-camera{animation:none!important;transform:none!important;transition:none!important;will-change:auto}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 56%;opacity:0;transition:opacity .5s;pointer-events:none}.hero-image-wrap.video-ready .hero-video{opacity:1}.hero-motion:disabled{opacity:.85}.hero-motion:disabled svg{display:none}
/* Immersive, full-viewport entrance. */
body{max-width:none}
.header{position:absolute;inset:0 0 auto;background:transparent;color:#fff;border-bottom-color:#ffffff30}
.header .brand-symbol span{color:#dcebd7}.header nav a:after{background:#fff}.header-cta{border-color:#ffffff80}.header-cta:hover{background:#ffffff20}
.hero{position:relative;isolation:isolate;min-height:760px;height:100svh;padding:0;display:flex;align-items:flex-start;color:#fff}
.hero-image-wrap{position:absolute;inset:0;z-index:-1;height:100%;border-radius:0}
.hero-shade{background:linear-gradient(180deg,#14251de0 0%,#14251d65 30%,transparent 63%,#14251dba 100%)}
.hero-heading{width:100%;padding:155px 4.3% 140px;grid-template-columns:1.3fr 1fr;align-items:center;pointer-events:none;text-shadow:0 2px 24px #14251d60}
.hero-heading a{pointer-events:auto}.hero-heading .eyebrow,.hero-heading p{color:#fff}.hero-heading .line{background:#dcebd7}.hero-heading h1{font-size:clamp(68px,7vw,116px)}.hero-heading h1 em{color:#e2efd9}.hero-intro{padding:45px 0 0 20%}.hero-heading .text-link{border-color:#ffffff90}.hero-heading .text-link:hover{color:#dcebd7}.hero-index{top:145px;right:4.3%}
.hero-caption{left:4.3%;bottom:75px}.hero-image-wrap .round-link{right:4.3%;bottom:75px}.hero-image-wrap .hero-motion{top:auto;bottom:22px;left:4.3%}.hero-image-wrap .image-note{top:auto;bottom:25px;right:4.3%;background:transparent}
@media(max-width:700px){.hero{height:100svh;min-height:740px}.hero-heading{padding:125px 6% 180px;grid-template-columns:1fr;gap:24px}.hero-heading h1{font-size:clamp(62px,14vw,92px)}.hero-heading .eyebrow{font-size:10px}.hero-intro{padding:0;align-items:center;gap:25px}.hero-intro p{font-size:13px}.hero-index{display:none}.hero-caption{left:6%;right:75px;bottom:112px}.hero-caption span:first-child{font-size:9px;letter-spacing:.1em}.hero-caption span:last-child{font-size:23px}.hero-image-wrap .round-link{right:6%;bottom:115px}.hero-image-wrap .hero-motion{left:6%;bottom:58px}.hero-image-wrap .image-note{right:6%;bottom:72px;font-size:10px}.hero-image,.hero-video{object-position:51% 56%}.hero-shade{background:linear-gradient(180deg,#14251dd9 0%,#14251d60 40%,#14251d10 65%,#14251dd4 100%)}}
@media(max-height:740px) and (min-width:701px){.hero{min-height:620px}.hero-heading{padding-top:125px}.hero-heading h1{font-size:76px}}
.villa-price,.villa-card>p.villa-price{font-size:27px;font-weight:500;letter-spacing:-.035em;color:var(--deep);margin:14px 0}.explorer-info .villa-price{font-size:34px;margin:12px 0 18px}

.builder-section{background:#f1f5ed}.builder-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;align-items:end;margin-bottom:42px}.builder-heading>div>p:not(.eyebrow){max-width:460px}.builder-heading h2{font-size:clamp(42px,4.5vw,70px)}.built-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.built-card{display:block;min-width:0}.built-photo{position:relative;overflow:hidden;border-radius:12px;background:#dce5d6;aspect-ratio:4/3}.built-photo img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.built-card:hover img{transform:scale(1.045)}.built-photo>span{position:absolute;left:14px;bottom:14px;background:#f8faf6ed;padding:5px 12px;border-radius:20px;font-size:11px;color:var(--deep)}.built-card-caption{display:flex;justify-content:space-between;align-items:center;padding:19px 0;border-bottom:1px solid var(--line)}.built-card-caption div>span{font-size:12px;color:var(--muted)}.built-card-caption h3{font-size:24px;letter-spacing:-.035em}.built-card-caption>span{font-size:25px}.builder-source{font-size:12px;margin-top:24px}.builder-compact{padding:40px}.builder-compact .builder-heading{gap:35px;margin-bottom:26px}.builder-compact .builder-heading h3{font-size:34px;line-height:1.12;letter-spacing:-.04em}.builder-compact .builder-heading p:not(.eyebrow){font-size:14px}.builder-compact .built-grid{gap:18px}.builder-compact .built-card-caption h3{font-size:20px}
@media(min-width:701px) and (max-width:1100px){.header nav{gap:13px;font-size:12px}.header-cta{font-size:12px;padding:10px 13px;gap:10px}.header{gap:16px}.brand{font-size:11px}}
@media(max-width:700px){.builder-heading{grid-template-columns:1fr;gap:24px;margin-bottom:30px}.built-grid{grid-template-columns:1fr;gap:28px}.built-photo{aspect-ratio:4/3}.builder-heading .text-link{margin-top:20px}.builder-compact{padding:30px 22px}.builder-compact .builder-heading{gap:20px}.builder-compact .built-grid{grid-template-columns:1fr;gap:24px}.builder-source{line-height:1.6}.built-card-caption h3{font-size:24px}}

button.built-card{width:100%;padding:0;border:0;background:transparent;text-align:left;font:inherit;color:inherit}.built-card:focus-visible{outline:3px solid #537a49;outline-offset:6px}
