:root{--font-body: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;--font-heading: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;--font-editorial: Georgia, "Times New Roman", serif;--graphite: #243b33;--graphite-deep: #142b23;--olive: #526348;--olive-deep: #344e3f;--off-white: #f5f3ec;--paper: #fdfcf8;--sand: #d8c9ae;--wood: #806748;--text-muted: #59675e;--line: rgba(36,59,51,.16);--shadow: 0 10px 32px rgba(22,43,32,.045);--shadow-hover: 0 14px 42px rgba(22,43,32,.09);--radius-card: 12px;--radius-image: 8px;--shell: min(1280px, calc(100% - 96px) );--ease: cubic-bezier(.22,.61,.36,1);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px;--space-16: 64px;--space-section: clamp(64px,7vw,108px);--duration-fast: .16s;--duration-normal: .24s;--duration-reveal: .52s;--header-height: 82px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--off-white)}body{margin:0;min-width:320px;color:var(--graphite);background:var(--off-white);font-family:var(--font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,a{font:inherit}a,button{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-heading);letter-spacing:-.035em}.shell{width:var(--shell);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:18px;top:14px;z-index:1000;padding:10px 16px;color:var(--off-white);background:var(--graphite);border-radius:999px;transform:translateY(-180%)}.skip-link:focus{transform:none}:focus-visible{outline:3px solid var(--sand);outline-offset:4px}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid transparent;border-radius:999px;cursor:pointer;font-family:var(--font-heading);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.035em;text-decoration:none;transition:color .2s var(--ease),background .2s var(--ease),border-color .2s var(--ease),transform .2s var(--ease),box-shadow .2s var(--ease)}.button:hover svg{transform:translate(4px)}.button svg{transition:transform .2s var(--ease)}.button--light{color:var(--graphite);background:var(--off-white)}.button--light:hover{background:var(--sand);transform:translateY(-2px)}.button--outline{color:var(--off-white);background:#13181524;border-color:#f4f1eac7;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.button--outline:hover{background:#f4f1ea21;border-color:var(--off-white);transform:translateY(-2px)}.button--olive{color:#fff;background:linear-gradient(110deg,var(--olive-deep),var(--olive))}.button--olive:hover{background:var(--olive-deep);transform:translateY(-2px);box-shadow:0 12px 28px #4b563040}.eyebrow{margin-bottom:14px;color:var(--olive);font-family:var(--font-heading);font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.eyebrow span{margin-inline:5px}.section-heading{margin-bottom:40px}.section-kicker{display:flex;align-items:center;gap:14px;margin-bottom:8px;color:var(--wood);font-family:var(--font-heading);font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.section-kicker>span{width:50px;height:3px;background:var(--olive)}.section-heading h2{margin-bottom:7px;color:#111;font-size:clamp(40px,3.7vw,53px);font-weight:600;line-height:1.12}.section-heading>p:last-child{margin-bottom:0;color:#252a2cc7;font-size:17px}.section-kicker--dark{margin-bottom:19px;color:#ffffffb8}.section-kicker--dark b{color:#fff}.section-kicker--dark>span{background:#ffffffb3}@media(max-width:1180px){:root{--shell: min(100% - 42px, 1080px)}}@media(max-width:640px){:root{--shell: calc(100% - 32px) ;--radius-card: 18px;--radius-image: 20px}body{font-size:16px}.eyebrow{margin-bottom:10px;font-size:10px}.section-heading{margin-bottom:27px}.section-kicker{font-size:10px}.section-kicker>span{width:35px}.section-heading h2{font-size:35px}.section-heading>p:last-child{font-size:16px;line-height:1.45}.section-kicker--dark{margin-bottom:16px}}.site-data-warning{margin:0;padding:14px 24px;text-align:center;background:#fff4d6;color:#473d27;font-size:14px}.button--header{min-height:48px;padding-inline:25px;color:#fff;background:#5d673deb}.button--header:hover{background:var(--olive-deep);transform:translateY(-1px)}.mobile-nav{display:none}@media(max-width:960px){.mobile-nav{position:fixed;inset:66px 0 auto;display:grid;gap:0;max-height:0;overflow:hidden;color:var(--graphite);background:#f4f1eafa;box-shadow:0 20px 40px #252a2c1f;opacity:0;visibility:hidden;transition:max-height .32s var(--ease),opacity .2s var(--ease),visibility .2s}.mobile-nav.is-open{max-height:calc(100svh - 66px);padding:16px 24px 26px;opacity:1;visibility:visible}.mobile-nav>a:not(.button){display:flex;align-items:center;justify-content:space-between;min-height:54px;border-bottom:1px solid var(--line);text-decoration:none}.mobile-nav .button{margin-top:18px}}.site-header{position:fixed;inset:0 0 auto;z-index:100;height:78px;color:var(--off-white);border-bottom:1px solid rgba(244,241,234,.12);transition:height .26s var(--ease),color .26s var(--ease),background .26s var(--ease),border-color .26s var(--ease),box-shadow .26s var(--ease)}.site-header--scrolled{height:66px;color:var(--graphite);background:#f4f1eaeb;border-color:#252a2c1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 8px 32px #252a2c0d}.site-header__inner{height:100%;display:grid;grid-template-columns:minmax(240px,1fr) auto minmax(300px,1fr);align-items:center;gap:32px}.site-header__logo{width:max-content;text-decoration:none}.brand-logo{display:inline-flex;align-items:center}.brand-logo__mark{transition:width .26s var(--ease),height .26s var(--ease)}.brand-logo__wordmark{font-family:var(--font-heading);font-weight:600;white-space:nowrap}.brand-logo--compact .brand-logo__mark{width:39px;height:36px}.site-header__nav{display:flex;align-items:center;gap:31px}.site-header__nav a{position:relative;padding:28px 0;font-size:14px;text-decoration:none;white-space:nowrap}.site-header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:1px;background:currentColor;transition:right .22s var(--ease)}.site-header__nav a:hover:after,.site-header__nav a.is-active:after{right:0}.site-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:22px}.site-header__phone{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap}.site-header__menu-button{display:none;width:46px;height:46px;align-items:center;justify-content:center;border:0;border-radius:50%;color:inherit;background:#ffffff1a;cursor:pointer}@media(max-width:1180px){.site-header__inner{grid-template-columns:minmax(205px,.8fr) auto minmax(245px,.8fr);gap:18px}.site-header__nav{gap:20px}.site-header__nav a{font-size:13px}.site-header__phone span{display:none}}@media(max-width:960px){.site-header__inner{display:flex;justify-content:space-between}.site-header__nav,.site-header__actions{display:none}.site-header__menu-button{display:inline-flex}}@media(max-width:640px){.site-header,.site-header--scrolled{height:66px}.brand-logo__mark{width:38px;height:35px}.brand-logo__wordmark{font-size:12px;letter-spacing:.105em}}@media(max-width:370px){.brand-logo__wordmark{font-size:11px}}.site-header:not(.site-header--scrolled){border-bottom-color:transparent}.brand-logo{gap:12px}.brand-logo__mark{width:49px;height:43px}.brand-logo__wordmark{display:grid;gap:1px;font-size:13px;line-height:1.05;letter-spacing:.19em}.brand-logo__wordmark>span{display:block}.brand-logo__wordmark>span:last-child{color:inherit}.brand-logo--compact .brand-logo__wordmark{font-size:11px}@media(max-width:700px){.brand-logo__wordmark{font-size:10px}}.site-header:not(.site-header--scrolled){background:#0d1f17c2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header a:focus-visible,.site-header button:focus-visible{outline:3px solid currentColor;outline-offset:5px}.hero{position:relative;isolation:isolate;min-height:760px;height:min(100svh,1120px);color:#fff;background:#1a3127;overflow:hidden}.hero__media-stack,.hero__media,.hero__shade{position:absolute;inset:0;z-index:-1}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 42%;opacity:1;animation:none}.hero__shade{background:linear-gradient(90deg,#081711ad,#0817117a 24%,#0817112b 40%,#08171100 58%)}.hero__content{height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-block:150px 38px;gap:70px}.hero__copy{max-width:750px}.hero .eyebrow{color:#e7e8da;font-size:12px;font-weight:500;letter-spacing:.16em;margin-bottom:24px}.hero h1{font-weight:450;font-size:clamp(48px,5.5vw,82px);line-height:1.02;letter-spacing:-.04em;margin-bottom:26px;color:#fff;text-wrap:balance}.hero h1 em{font-family:var(--font-editorial);font-weight:400;letter-spacing:-.04em;color:#f0eadb}.hero__lead{font-size:18px;line-height:1.65;color:#f0f0e9;margin-bottom:30px;max-width:530px}.hero__buttons{display:flex;gap:28px;align-items:center;flex-wrap:wrap}.hero__tour-link{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-size:14px;min-height:48px;border-bottom:1px solid rgba(255,255,255,.4);transition:border-color var(--duration-fast)}.hero__tour-link:hover{border-color:#fff}.hero__bottom{display:flex;align-items:end;justify-content:space-between;gap:32px;padding-top:30px;border-top:1px solid rgba(255,255,255,.3)}.hero__facts{display:flex;gap:54px;margin:0}.hero__facts>div{margin:0}.hero__facts dt{font-size:clamp(20px,1.9vw,28px);letter-spacing:-.03em;font-weight:500;white-space:nowrap}.hero__facts dd{margin:6px 0 0;color:#d7dfd7;font-size:12px;line-height:1.45}.hero__image-caption{font-size:11px;color:#e3e8de;margin-right:16px}.hero__image-caption b{display:block;color:#fff;font-size:13px;font-weight:500;letter-spacing:.12em;margin-top:3px}.hero__discover{position:absolute;right:48px;top:51%;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.4);border-radius:50%;text-decoration:none}@keyframes hero-image-in{0%{opacity:.7}to{opacity:1}}@media(min-width:1800px){.hero__content{gap:90px;padding-bottom:48px}}@media(max-width:1000px){.hero{min-height:800px}.hero__facts{gap:28px}.hero__bottom{gap:20px}.hero__facts dt{font-size:22px}.hero__discover{display:none}.hero__image-caption{margin-right:4px}}@media(max-width:640px){.hero{height:auto;min-height:max(780px,100svh)}.hero__content{min-height:inherit;padding:300px 0 28px;gap:34px}.hero__media img{object-position:center top}.hero__shade{background:linear-gradient(0deg,#081711d6,#0817119e 38%,#0817112e 66%,#08171100 82%)}.hero .eyebrow{font-size:10px;letter-spacing:.1em;max-width:320px;margin-bottom:16px}.hero h1{font-size:48px;margin-bottom:18px;line-height:1.04}.hero__lead{font-size:16px;line-height:1.5;margin-bottom:24px}.hero__desktop-break{display:none}.hero__buttons{gap:10px;align-items:start;flex-direction:column}.hero__buttons .button{min-height:52px;width:100%;padding-inline:16px;font-size:13px}.hero__tour-link{font-size:13px;min-height:40px}.hero__bottom{display:grid;gap:20px;padding-top:22px}.hero__facts{display:grid;grid-template-columns:1fr 1fr;gap:18px 10px}.hero__facts>div:last-child{grid-column:1/-1;display:flex;align-items:center;gap:12px}.hero__facts>div:last-child dd{margin:0;max-width:145px}.hero__facts dt{font-size:22px}.hero__facts dd{font-size:11px}}@media(max-width:360px){.hero h1{font-size:42px}.hero__content{padding-top:270px}.hero__facts dt{font-size:20px}}@media(prefers-reduced-motion:reduce){.hero__media img{animation:none}}.hero__media-stack,.hero__media{z-index:0}.hero__shade{z-index:1}.hero__content{position:relative;z-index:2}@media(min-width:641px){.hero{height:min(100svh,920px);min-height:650px;max-height:920px}.hero__content{padding-block:clamp(98px,12vh,128px) clamp(20px,2.8vh,30px);gap:clamp(24px,4.2vh,44px)}.hero .eyebrow{margin-bottom:16px}.hero h1{font-size:clamp(46px,5vw,74px);margin-bottom:18px}.hero__lead{margin-bottom:22px;font-size:17px;line-height:1.55}.hero__bottom{padding-top:20px}.hero__facts{gap:clamp(28px,3vw,48px)}.hero__facts dt{font-size:clamp(20px,1.6vw,26px)}.hero__discover{display:none}}@media(min-width:641px)and (max-height:780px){.hero{min-height:620px}.hero__content{padding-top:92px;padding-bottom:18px;gap:20px}.hero .eyebrow{margin-bottom:10px}.hero h1{font-size:clamp(42px,4.5vw,62px);margin-bottom:12px}.hero__lead{font-size:15.5px;line-height:1.45;margin-bottom:16px}.hero__buttons .button{min-height:46px}.hero__tour-link{min-height:42px}.hero__bottom{padding-top:15px}.hero__facts dd{margin-top:3px}}@media(max-width:640px){.hero__content{padding:260px 0 16px;gap:22px}.hero .eyebrow{margin-bottom:12px}.hero h1{font-size:44px;margin-bottom:14px}.hero__lead{font-size:15.5px;line-height:1.45;margin-bottom:19px}.hero__buttons{gap:8px}.hero__buttons .button{min-height:48px}.hero__tour-link{min-height:36px}.hero__bottom{gap:14px;padding-top:16px}.hero__facts{gap:12px 10px}.hero__facts dt{font-size:20px}}@media(max-width:360px){.hero__content{padding-top:230px;gap:18px}.hero h1{font-size:40px}.hero__lead{font-size:15px}}@media(max-width:640px)and (max-height:740px){.hero{height:100svh;min-height:100svh}.hero__content{padding:172px 0 10px;gap:14px}.hero .eyebrow{font-size:9px;margin-bottom:8px}.hero h1{font-size:36px;line-height:1;margin-bottom:9px}.hero__lead{font-size:14px;line-height:1.35;margin-bottom:12px}.hero__buttons{gap:5px}.hero__buttons .button{min-height:44px;font-size:12px}.hero__tour-link{min-height:31px;font-size:12px}.hero__bottom{gap:10px;padding-top:11px}.hero__facts{gap:9px 8px}.hero__facts dt{font-size:18px}.hero__facts dd{font-size:10px}}.hero__visualisation-label{position:absolute;right:0;bottom:12px;padding:3px 8px;background:#0d1f17b3;border-radius:4px;font-size:10px;line-height:1.5;color:#fff}.hero__facts>div:last-child dd{max-width:180px}@media(max-width:640px){.hero__visualisation-label{top:205px;bottom:auto}.hero__bottom{position:static}}@media(max-width:360px){.hero__visualisation-label{top:183px}}@media(max-width:640px)and (max-height:740px){.hero{height:auto;min-height:100svh}.hero__visualisation-label{top:128px}}@media(min-width:641px)and (max-height:640px){.hero{height:auto;max-height:none;min-height:640px}.hero__content{min-height:640px}}.masterplan .masterplan__polygons path{fill:transparent;stroke:transparent;stroke-width:0;filter:none}.masterplan .masterplan__polygons path.masterplan-plot--available:hover,.masterplan .masterplan__polygons path.masterplan-plot--available:focus,.masterplan .masterplan__polygons path.masterplan-plot--available.is-active{fill:#3f97494f;stroke:#91dc91;stroke-width:1;filter:drop-shadow(0 0 6px rgba(85,184,94,.58))}.masterplan .masterplan__polygons path.masterplan-plot--reserved:hover,.masterplan .masterplan__polygons path.masterplan-plot--reserved:focus,.masterplan .masterplan__polygons path.masterplan-plot--reserved.is-active{fill:#ebb21f4f;stroke:#ffdc62;stroke-width:1;filter:drop-shadow(0 0 6px rgba(255,207,67,.58))}.masterplan .masterplan__polygons path.masterplan-plot--sold:hover,.masterplan .masterplan__polygons path.masterplan-plot--sold:focus,.masterplan .masterplan__polygons path.masterplan-plot--sold.is-active{fill:#c23b3252;stroke:#ff8175;stroke-width:1;filter:drop-shadow(0 0 6px rgba(244,92,79,.56))}.homes{position:relative;padding:94px 0 100px;background:radial-gradient(circle at 82% 12%,rgba(215,198,161,.12),transparent 26%),var(--off-white);scroll-margin-top:72px}.homes__showcase{display:grid}.masterplan{position:relative;width:100%;min-width:0;overflow:hidden;border-radius:var(--radius-image);background:#65733e;box-shadow:var(--shadow)}.masterplan>img{width:100%;height:100%;object-fit:cover}.masterplan:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff29,inset 0 -90px 100px #161d132b;border-radius:inherit}.masterplan__polygons{position:absolute;inset:0;width:100%;height:100%;z-index:2}.masterplan__polygons path{vector-effect:non-scaling-stroke;cursor:pointer;transition:fill .18s var(--ease),stroke .18s var(--ease),filter .18s var(--ease);outline:none}.plot-label{position:absolute;padding:0;border:0;background:none;cursor:pointer}.plot-label>span{font-family:var(--font-heading);font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .18s var(--ease),background .18s var(--ease)}.plot-label small{border-radius:999px;white-space:nowrap}.plot-label small.is-reserved{color:var(--graphite);background:#d7c6a1f5}.masterplan__garden-note{position:absolute;z-index:4;left:36px;bottom:30px;margin:0;color:#fff;font-family:var(--font-heading);font-size:14px;font-weight:600;line-height:1.25;text-shadow:0 2px 8px rgba(0,0,0,.5);transform:rotate(-4deg)}.masterplan__garden-note span{display:block;margin:1px 0 0 82px;font-size:27px}.masterplan__tooltip{position:absolute;z-index:8;flex-direction:column;color:var(--graphite);background:#faf8f3f5;border:1px solid rgba(255,255,255,.75);box-shadow:var(--shadow);pointer-events:none}.masterplan__tooltip strong{font-family:var(--font-heading)}.masterplan__tooltip em{font-style:normal;font-weight:700}.house-card{display:flex;min-width:0;flex-direction:column;background:#faf8f3e6;border:1px solid rgba(255,255,255,.9);border-radius:var(--radius-card);box-shadow:var(--shadow)}.house-card__heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.house-card__heading h3{margin:0;color:#111;font-weight:600}.status-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:31px;padding:0 13px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.status-badge--available{color:#fff}.house-card__image{overflow:hidden}.house-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.house-card:hover .house-card__image img{transform:scale(1.025)}.house-card__facts{display:grid;margin:0 0 18px;padding:0;list-style:none}.house-card__facts li{display:flex;align-items:center}.house-card__facts svg{color:var(--olive);stroke-width:1.7}.house-card__facts strong{font-family:var(--font-heading);font-weight:600}.house-card__price{display:flex;flex-direction:column;margin-top:auto;padding:15px 0 17px;border-top:1px solid var(--line)}.house-card__price span{font-size:13px}.house-card__price strong{color:#111;font-family:var(--font-heading);line-height:1.2;letter-spacing:-.03em}.house-card__cta{width:100%}.house-card__pdf{display:flex;align-items:center;justify-content:center;gap:9px;color:var(--graphite);font-weight:700;text-underline-offset:3px}.homes-table-wrap{padding:17px 18px 18px;overflow:hidden;background:#faf8f3d6;border:1px solid rgba(255,255,255,.86);border-radius:var(--radius-card);box-shadow:var(--shadow)}.homes-table{width:100%;border-collapse:collapse;font-size:15px}.homes-table th,.homes-table td{padding:0 17px;text-align:left;border-bottom:1px solid var(--line);white-space:nowrap}.homes-table thead th{height:43px;color:#252a2cab;font-size:12px;font-weight:700}.homes-table tbody th{font-family:var(--font-heading);font-size:17px}.homes-table tbody tr{cursor:pointer;transition:background .18s var(--ease)}.homes-table tbody tr:first-child.is-active td:first-of-type,.homes-table tbody tr:first-child.is-active th{border-radius:12px 0 0 12px}.homes-table tbody tr:last-child td,.homes-table tbody tr:last-child th{border-bottom:0}.homes-table td:last-child button{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0;border:0;background:none;color:var(--olive-deep);font-size:14px;font-weight:700;cursor:pointer}.homes-table td:last-child button svg{transition:transform .18s var(--ease)}.homes-table tr:hover td:last-child button svg{transform:translate(4px)}.homes-mobile-list{display:none}@media(max-width:1180px){.homes__showcase{grid-template-columns:minmax(0,1.45fr) minmax(315px,.82fr)}.plot-label small{display:none}.house-card{padding:21px}.homes-table th,.homes-table td{padding-inline:11px}}@media(max-width:960px){.house-card{display:grid;grid-template-columns:minmax(260px,.8fr) 1fr;grid-template-rows:auto auto auto auto;column-gap:28px}.house-card__heading,.house-card__facts,.house-card__price,.house-card__cta,.house-card__pdf{grid-column:2}.house-card__image{grid-column:1;grid-row:1 / span 5;height:100%;margin:0}.homes-table-wrap{overflow-x:auto}.homes-table{min-width:850px}}@media(max-width:640px){.homes{padding:64px 0 70px}.masterplan{aspect-ratio:1672 / 941}.masterplan__garden-note,.masterplan__tooltip{display:none}.plot-label{gap:0}.plot-label>span{width:37px;height:37px;font-size:14px}.house-card{display:flex;padding:19px}.house-card__image{width:100%;height:auto;margin-bottom:17px}.house-card__heading,.house-card__facts,.house-card__price,.house-card__cta,.house-card__pdf{grid-column:auto}.house-card__heading h3{font-size:28px}.house-card__facts{grid-template-columns:1fr}.house-card__price strong{font-size:28px}.homes-table-wrap{display:none}.homes-mobile-list{display:grid;gap:11px;margin-top:20px}.homes-mobile-list>button{display:grid;gap:9px;width:100%;min-height:128px;padding:16px;text-align:left;border:1px solid var(--line);border-radius:15px;background:#faf8f3d1;box-shadow:0 8px 25px #252a2c0a;cursor:pointer}.homes-mobile-list>button.is-active{border-color:#5d673d6b;background:#5d673d14}.homes-mobile-list__top,.homes-mobile-list__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.homes-mobile-list__top>strong{font-family:var(--font-heading);font-size:20px}.homes-mobile-list__meta{color:#252a2cb3;font-size:14px}.homes-mobile-list__meta b{color:var(--graphite);font-family:var(--font-heading);font-weight:600}.homes-mobile-list__link{display:flex;align-items:center;gap:7px;color:var(--olive-deep);font-size:13px;font-weight:700}}.homes{padding-block:76px 80px}.homes__showcase{grid-template-columns:minmax(0,1.92fr) minmax(330px,.92fr);gap:18px;align-items:start}.masterplan{height:auto;min-height:0;aspect-ratio:1672 / 941}.plot-label.is-active>span{transform:scale(1.05)}.masterplan__tooltip{right:18px;min-width:150px;padding:11px 13px;border-radius:10px}.masterplan__tooltip strong{font-size:13px}.masterplan__tooltip span{font-size:11px}.masterplan__tooltip em{width:max-content;margin-top:6px;padding:3px 8px;border-radius:999px;color:#fff;font-size:9px}.masterplan__tooltip em.is-available{background:#3f7f48}.masterplan__tooltip em.is-reserved{color:#322b1b;background:#e4b742}.masterplan__tooltip em.is-sold{background:#b83d35}.house-card{height:auto;padding:21px}.house-card__heading{margin-bottom:12px}.house-card__parcel{display:block;margin-bottom:2px;color:var(--olive-deep);font-size:9px;font-weight:700;letter-spacing:.12em}.house-card__heading h3{font-size:27px}.house-card__image{aspect-ratio:16/7.7;margin-bottom:13px;border-radius:13px}.house-card__facts{grid-template-columns:1fr 1fr;gap:9px 12px;margin-bottom:11px}.house-card__facts li{gap:8px;font-size:12px}.house-card__facts svg{width:18px}.house-card__price{padding-block:11px 12px}.house-card__price strong{font-size:26px}.house-card__pdf{min-height:35px;margin-top:5px;font-size:11px}.homes-table-wrap{margin-top:18px}.homes-table th,.homes-table td{height:57px;padding-inline:20px}.homes-table tbody th button{padding:0;border:0;color:#171b19;background:none;font:inherit;cursor:pointer}.homes-table th:nth-child(1),.homes-table td:nth-child(1){width:15%}.homes-table th:nth-child(2),.homes-table td:nth-child(2){width:14%}.status-badge--available{background:#4d743e}.status-badge--reserved{color:#352713;background:#e4b43e}.status-badge--sold{color:#fff;background:#b8463e}@media(max-width:960px){.homes__showcase{grid-template-columns:1fr}.masterplan{min-height:0;aspect-ratio:1672/941}.house-card__facts{grid-template-columns:repeat(4,1fr)}}@media(max-width:700px){.plot-label small{display:none}.masterplan__tooltip{right:9px;bottom:60px}.house-card__facts{grid-template-columns:1fr 1fr}.homes-table-wrap{display:none}.homes-mobile-list{display:grid}}.masterplan__tooltip{bottom:148px}.masterplan{isolation:isolate}.plot-label small{letter-spacing:.02em}.plot-label.is-active>span{color:#182019;background:#f6f3eb;border-color:#fffffff5}.plot-label--available.is-active>span{box-shadow:0 0 0 4px #5ebc643d,0 7px 18px #00000038}.plot-label--reserved.is-active>span{box-shadow:0 0 0 4px #ffd25040,0 7px 18px #00000038}.plot-label--sold.is-active>span{box-shadow:0 0 0 4px #f4756540,0 7px 18px #00000038}.masterplan__card{position:absolute;z-index:8;left:27%;bottom:34px;width:min(310px,36%);overflow:hidden;color:#fff;background:linear-gradient(180deg,#2d3827e6,#1c2519f0);border:1px solid rgba(255,255,255,.18);border-radius:18px;box-shadow:0 18px 40px #00000042;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.masterplan__card:before{content:"";position:absolute;top:-7px;left:34px;width:18px;height:18px;background:#2d3827e6;border-left:1px solid rgba(255,255,255,.18);border-top:1px solid rgba(255,255,255,.18);transform:rotate(45deg)}.masterplan__card-image{position:relative;padding:12px 12px 0}.masterplan__card-image img{display:block;width:100%;aspect-ratio:16 / 7.2;object-fit:cover;border-radius:14px}.masterplan__card-arrow{position:absolute;right:22px;top:26px;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:#fff;background:#1c2318ad;cursor:pointer;box-shadow:0 8px 18px #00000040}.masterplan__card-body{padding:12px 16px 16px}.masterplan__card-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}.masterplan__card-head strong{font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-weight:600;letter-spacing:.01em}.masterplan__card-head span{color:#ffffffe0;font-family:var(--font-heading);font-size:12px;font-weight:700}.masterplan__card-facts{display:grid;gap:8px;margin:0;padding:0;list-style:none}.masterplan__card-facts li{display:flex;align-items:center;gap:8px;color:#ffffffdb;font-size:12px}.masterplan__card-facts svg{width:15px;color:#d5d0b5;flex:none}.masterplan__card-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:39px;margin-top:13px;border:0;border-radius:11px;color:#f7f5ef;background:linear-gradient(90deg,#6d8a4bf2,#819c58f2);font-size:12px;font-weight:700;cursor:pointer;box-shadow:inset 0 1px #ffffff2e}@media(max-width:1100px){.masterplan__card{left:26px;bottom:26px;width:min(320px,calc(100% - 52px))}}@media(max-width:760px){.plot-label{gap:4px}.masterplan__card{left:14px;bottom:14px;width:calc(100% - 28px);border-radius:15px}.masterplan__card:before{display:none}.masterplan__card-image{padding:10px 10px 0}.masterplan__card-body{padding:10px 12px 12px}.masterplan__card-head strong{font-size:19px}}.plot-label{z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center}.plot-label>span{display:grid;place-items:center;width:34px;height:34px;margin:0 auto;background:#1d221cd1;border-radius:50%;font-size:13px}.plot-label small{display:block;width:100%;padding:0;border:0;font-family:var(--font-heading);font-size:9.5px;font-weight:700;line-height:1;text-align:center}.plot-label:hover>span,.plot-label:focus-visible>span{background:#1d221ce0}.masterplan__hover-card{position:absolute;z-index:10;width:226px;overflow:hidden;color:#fff;background:linear-gradient(180deg,#323c2bf5,#1c2519f7);border:1px solid rgba(255,255,255,.2);border-radius:14px;box-shadow:0 15px 34px #0000004d;transform:translate(-50%);pointer-events:none;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.masterplan__hover-image{padding:8px 8px 0}.masterplan__hover-image img{display:block;width:100%;height:77px;object-fit:cover;border-radius:9px}.masterplan__hover-body{padding:9px 11px 11px}.masterplan__hover-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:6px}.masterplan__hover-head strong{font-family:Georgia,serif;font-size:17px;font-weight:600}.masterplan__hover-head span{font-family:var(--font-heading);font-size:10px;font-weight:700}.masterplan__hover-meta{display:flex;flex-wrap:wrap;gap:4px 8px;color:#ffffffc2;font-size:9.5px;line-height:1.25}.masterplan__hover-cta{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:7px;border-top:1px solid rgba(255,255,255,.13);color:#e8e5d4;font-size:10px;font-weight:700}@media(max-width:700px){.masterplan__hover-card{width:196px}.masterplan__hover-image img{height:65px}.plot-label{min-width:42px;min-height:46px;gap:3px;transform:translate(-50%,-14.5px)}.plot-label>span{width:29px;height:29px;font-size:11px}.plot-label small{font-size:8px}}.plot-label>span,.plot-label:hover>span,.plot-label:focus-visible>span{color:#fff;border:1px solid rgba(255,255,255,.88);transform:none;box-shadow:0 5px 15px #0000004d}.plot-label--available:hover>span,.plot-label--available:focus-visible>span{background:#457d45f5}.plot-label--reserved:hover>span,.plot-label--reserved:focus-visible>span{background:#c59225f7}.plot-label--sold:hover>span,.plot-label--sold:focus-visible>span{background:#ad3d35f7}.plot-label small,.plot-label--available small,.plot-label--reserved small,.plot-label--sold small{text-shadow:0 2px 7px rgba(0,0,0,.56)}.homes-table tbody tr.is-active{background:#5d673d1f}.homes-table tbody tr.is-active th:first-child{box-shadow:inset 3px 0 #5d673de6}.plot-label{gap:4px;min-width:48px;min-height:52px;text-align:center;transform:translate(-50%,-17px)}.plot-label>span,.plot-label:hover>span,.plot-label:focus-visible>span{border-color:#ffffffe0}.plot-label--available>span{background:#428443f7}.plot-label--reserved>span{background:#c18f26fa}.plot-label--sold>span{background:#b23e34fa}.plot-label small,.plot-label--available small,.plot-label--reserved small,.plot-label--sold small{color:#fff;background:none;box-shadow:none}.plot-label.is-active>span{box-shadow:0 0 0 4px #ffffff2e,0 8px 18px #00000042}.masterplan__hover-card,.masterplan__tooltip,.masterplan__card{display:none}.house-card--placeholder .house-card__heading{align-items:flex-start}.house-card__placeholder-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;color:#5c6640;background:#5d673d1a;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.house-card__placeholder-note{display:grid;gap:12px;padding:16px;border:1px solid rgba(93,103,61,.14);border-radius:14px;background:linear-gradient(180deg,#f6f4eef2,#f0ece3eb)}.house-card__placeholder-note p{margin:0;color:#313935;font-size:13px;line-height:1.6}.house-card__placeholder-list{display:grid;grid-template-columns:1fr;gap:8px;margin:0;padding:0;list-style:none}.house-card__placeholder-list li{display:flex;align-items:center;gap:10px;color:#495047;font-size:12px}.house-card__placeholder-list span{display:inline-flex;align-items:center;justify-content:center;min-width:52px;min-height:24px;padding:0 8px;border-radius:999px;color:#fff;background:#5d673d;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}@media(max-width:760px){.plot-label{min-width:42px;min-height:46px;transform:translate(-50%,-15px)}.plot-label>span{width:29px;height:29px;font-size:11px}.plot-label small{font-size:8px}.house-card__placeholder-pill{margin-top:4px}.house-card__placeholder-note{padding:13px}}.masterplan__polygons path,.masterplan__polygons path.masterplan-plot--available,.masterplan__polygons path.masterplan-plot--reserved,.masterplan__polygons path.masterplan-plot--sold{fill:transparent;stroke:transparent;stroke-width:.2;filter:none}.masterplan__polygons path.masterplan-plot--available:hover,.masterplan__polygons path.masterplan-plot--available:focus,.masterplan__polygons path.masterplan-plot--available.is-hovered,.masterplan__polygons path.masterplan-plot--available.is-active{fill:#3f97494d;stroke:transparent;filter:drop-shadow(0 0 6px rgba(85,184,94,.48))}.masterplan__polygons path.masterplan-plot--reserved:hover,.masterplan__polygons path.masterplan-plot--reserved:focus,.masterplan__polygons path.masterplan-plot--reserved.is-hovered,.masterplan__polygons path.masterplan-plot--reserved.is-active{fill:#ebb21f4d;stroke:transparent;filter:drop-shadow(0 0 6px rgba(255,207,67,.46))}.masterplan__polygons path.masterplan-plot--sold:hover,.masterplan__polygons path.masterplan-plot--sold:focus,.masterplan__polygons path.masterplan-plot--sold.is-hovered,.masterplan__polygons path.masterplan-plot--sold.is-active{fill:#c23b324d;stroke:transparent;filter:drop-shadow(0 0 6px rgba(244,92,79,.44))}.house-card__price small{margin-top:5px;color:#252a2cad;font-size:12px;line-height:1.45}.house-card__price-history{margin:-3px 0 14px;padding:10px 0 0;border-top:1px solid var(--line);color:var(--graphite);font-size:12px}.house-card__price-history summary{width:fit-content;color:var(--olive-deep);font-weight:700;cursor:pointer;text-underline-offset:3px}.house-card__price-history ul,.house-card__mandatory ul{display:grid;gap:7px;margin:10px 0 0;padding:0;list-style:none}.house-card__price-history li{display:flex;justify-content:space-between;gap:12px;color:#252a2cb8}.house-card__price-history p{margin:8px 0 0;color:#252a2c9e;line-height:1.45}.house-card__mandatory{margin:0 0 14px;padding:11px 12px;border:1px solid var(--line);border-radius:12px;background:#5d673d0e;font-size:12px;line-height:1.45}.house-card__mandatory>span{display:block;font-weight:700}.homes-table-wrap{overflow-x:auto;scrollbar-width:thin}.homes-table{min-width:1060px}.homes-mobile-list__unit-price{color:#252a2cad;font-size:12px;line-height:1.35}.pricing-pending{color:#59634f;font-size:13px;font-weight:600;letter-spacing:.015em}.house-card__price--pending strong{letter-spacing:-.02em}.why-home{padding:88px 0 94px;background:linear-gradient(125deg,#f8f5ee,#f3efe6);scroll-margin-top:72px}.why-home__grid{display:grid;align-items:center}.why-home__content{min-width:0}.why-home .section-kicker{margin-bottom:24px;color:#252a2cad}.why-home .section-kicker b{color:var(--graphite)}.why-home h2{max-width:680px;margin-bottom:16px;color:#171a1a;font-size:clamp(39px,3.25vw,52px);font-weight:600;line-height:1.08}.why-home__lead{max-width:670px;margin-bottom:33px;color:#252a2cc7;font-size:16.5px;line-height:1.55}.why-home__benefits{display:grid;grid-template-columns:repeat(4,1fr)}.benefit{min-width:0}.benefit>svg{margin-bottom:13px;stroke-width:1.55;transition:color .22s var(--ease),transform .22s var(--ease)}.benefit h3{margin-bottom:7px;color:#171a1a;font-size:14px;font-weight:600;line-height:1.23;letter-spacing:-.018em;transition:color .22s var(--ease)}.benefit p{margin:0;color:#252a2cab;font-size:13px;line-height:1.42}.benefit:hover>svg{color:var(--olive);transform:translateY(-3px)}.benefit:hover h3{color:var(--olive-deep)}.why-home__cta{min-width:234px}.why-home__visual{position:relative;min-width:0;margin:0;overflow:hidden;border-radius:var(--radius-image);box-shadow:0 24px 60px #20242024}.why-home__visual>img{width:100%;height:100%;object-fit:cover;object-position:52% center;transition:transform .9s var(--ease)}.why-home__visual:hover>img{transform:scale(1.025)}.why-home__visual:after{content:"";position:absolute;inset:0;pointer-events:none;border:1px solid rgba(255,255,255,.35);border-radius:inherit;box-shadow:inset 0 -100px 120px #1116121f}.why-home__note{position:absolute;z-index:2;right:24px;bottom:24px;display:grid;grid-template-columns:42px 1fr;gap:15px;width:285px;padding:24px 25px 22px;color:var(--graphite);background:#faf8f3f0;border:1px solid rgba(255,255,255,.76);border-radius:18px;box-shadow:0 18px 45px #161b1729;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px)}.why-home__note>svg{width:33px;color:var(--graphite);stroke-width:1.55}.why-home__note strong{display:block;margin-bottom:13px;font-family:var(--font-heading);font-size:17px;line-height:1.16;letter-spacing:-.025em}.why-home__note span{display:block;color:#252a2ca6;font-size:12px;line-height:1.4}@media(max-width:1180px){.why-home__grid{grid-template-columns:minmax(430px,.9fr) minmax(0,1.1fr);gap:38px}.why-home__benefits{grid-template-columns:1fr 1fr}.why-home__visual{height:540px}}@media(max-width:960px){.why-home{padding-block:78px}}@media(max-width:640px){.why-home{padding-block:62px 66px}.why-home__grid{gap:34px}.why-home .section-kicker{margin-bottom:16px}.why-home h2{font-size:34px}.why-home__lead{margin-bottom:29px;font-size:16px}.why-home__benefits{gap:23px 16px;margin-bottom:29px}.benefit>svg{width:30px;height:30px;margin-bottom:10px}.benefit h3{font-size:13px}.benefit p{font-size:12px}.why-home__cta{width:100%}.why-home__visual{height:370px}.why-home__visual>img{object-position:61% center}.why-home__note{right:13px;bottom:13px;grid-template-columns:32px 1fr;width:min(285px,calc(100% - 26px));padding:18px}.why-home__note>svg{width:27px}}.why-home{overflow:hidden;padding-block:74px 78px}.why-home__grid{grid-template-columns:minmax(480px,.9fr) minmax(540px,1.1fr);gap:44px}.why-home__benefits{gap:14px;margin-bottom:0}.benefit>svg{width:46px;height:46px;padding:9px;border:1px solid rgba(93,103,61,.25);border-radius:50%;color:var(--olive-deep);background:#ffffff8c;box-shadow:0 8px 22px #252a2c0d}.why-home__visual{height:460px;opacity:0;transform:translate(70px);transition:opacity .8s var(--ease),transform .95s var(--ease)}.why-home.is-visible .why-home__visual{opacity:1;transform:translate(0)}@media(max-width:960px){.why-home__grid{grid-template-columns:1fr}.why-home__visual{height:420px}}@media(max-width:1180px)and (min-width:961px){.why-home__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px}}@media(max-width:700px){.why-home__benefits{grid-template-columns:1fr 1fr}.why-home__visual{height:330px}}.benefit__icon{display:block;width:62px;height:62px;object-fit:contain;filter:drop-shadow(0 7px 12px rgba(63,66,44,.08));transition:transform .24s var(--ease),filter .24s var(--ease)}.benefit:hover .benefit__icon{transform:translateY(-3px) scale(1.025);filter:drop-shadow(0 10px 15px rgba(63,66,44,.13))}@media(max-width:700px){.benefit__icon{width:55px;height:55px;margin-left:-4px}}.benefit__icon{margin:-4px auto 9px}.why-home__certainty{display:grid;gap:6px;margin-top:22px;padding:18px 20px;border:1px solid rgba(93,103,61,.16);border-radius:15px;background:linear-gradient(135deg,#f8f6eff5,#f0ede2e0)}.why-home__certainty strong{color:#222824;font:700 14px/1.3 var(--font-heading);letter-spacing:-.015em}.why-home__certainty p{margin:0;color:#252a2cba;font-size:12.7px;line-height:1.55}@media(max-width:700px){.why-home__certainty{margin-top:18px;padding:16px}}.location{position:relative;min-height:560px;overflow:hidden;color:#fff;background:#273123;scroll-margin-top:72px}.location__media,.location__shade{position:absolute;inset:0}.location__media{background:#1f291f}.location__media img{position:absolute;left:35%;top:0;width:80%;height:100%;max-width:none;object-fit:cover;object-position:center;filter:saturate(.93) contrast(1.03)}.location__shade{background:linear-gradient(90deg,#1b231bfa,#1b231bf2 35%,#1b231b70 48%,#1b231b14 68%,#1b231b1f),linear-gradient(0deg,rgba(18,24,18,.28),transparent 70%)}.location__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(500px,.86fr) minmax(540px,1.14fr);gap:44px;min-height:560px;padding-block:61px 55px}.location__content{align-self:center;min-width:0}.location h2{max-width:665px;margin-bottom:15px;color:#fff;font-size:clamp(39px,3.25vw,51px);font-weight:600;line-height:1.08}.location__content>p{max-width:650px;margin-bottom:30px;color:#ffffffd1;font-size:17px;line-height:1.55}.location__facts{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:690px;margin-bottom:29px}.location-fact{display:grid;grid-template-columns:29px 1fr;gap:10px;align-items:start;min-width:0}.location-fact>svg{width:25px;height:25px;margin-top:2px;color:#fff;stroke-width:1.65}.location-fact strong,.location-fact span{display:block}.location-fact strong{font-family:var(--font-heading);font-size:14px;font-weight:600;line-height:1.2}.location-fact span{margin-top:3px;color:#ffffffb8;font-size:12px;line-height:1.25}.location__cta{min-width:210px;color:#fff;background:#6f7b45d1;border-color:#dcd2b333}.location__cta:hover{background:#78824f;transform:translateY(-2px)}.location__map{position:relative;min-width:0;min-height:485px;align-self:center;border-left:1px solid rgba(255,255,255,.11)}.location__map:before,.location__map:after{display:none}.location__poi{position:absolute;right:0;top:6%;width:280px}.location__poi>div{display:grid;grid-template-columns:30px 1fr auto;gap:10px;align-items:center;min-height:55px;border-bottom:1px solid rgba(255,255,255,.16);font-size:12px}.location__poi svg{width:21px;stroke-width:1.55}.location__poi strong{font-family:var(--font-heading);font-size:12px;font-weight:500;white-space:nowrap}.location__route{position:absolute;right:0;bottom:0;display:grid;grid-template-columns:30px minmax(130px,1fr) auto;gap:12px;align-items:center;width:350px;min-height:73px;padding:13px 18px;border:1px solid rgba(215,198,161,.28);border-radius:16px;background:#1f271d9e;text-decoration:none;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);transition:background .2s var(--ease),transform .2s var(--ease)}.location__route:hover{background:#5d673da6;transform:translateY(-2px)}.location__route>svg{width:24px;color:#fff}.location__route span strong,.location__route span small{display:block}.location__route span strong{font-family:var(--font-heading);font-size:13px;font-weight:500}.location__route span small{color:#ffffffa6;font-size:11px}.location__route>b{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;white-space:nowrap}@media(max-width:1180px){.location__grid{grid-template-columns:minmax(430px,.9fr) minmax(0,1.1fr);gap:38px}.location__poi{width:235px}.location__route{width:310px}}@media(max-width:960px){.location__grid{grid-template-columns:1fr;padding-block:68px 56px}.location__content>p{max-width:720px}.location__map{min-height:480px;border-top:1px solid rgba(255,255,255,.14);border-left:0}.location__media img{left:12%;width:125%;object-position:center}.location__shade{background:linear-gradient(180deg,#1b231bfa,#1b231bed 38%,#1b231b54 61%,#1b231b14)}}@media(max-width:640px){.location h2{font-size:34px}.location__grid{gap:30px;padding-block:58px 42px}.location__desktop-break{display:none}.location__content>p{margin-bottom:27px;font-size:16px}.location__facts{grid-template-columns:1fr 1fr;gap:17px 13px}.location__cta{width:100%}.location__map{min-height:490px}.location__map:before{left:-4%;top:19%;width:205px;height:205px}.location__map:after{left:10%;top:28%;width:95px;height:95px}.location__poi{right:0;top:3%;width:53%}.location__poi>div{grid-template-columns:24px 1fr;gap:7px;min-height:52px}.location__poi strong{grid-column:2;margin-top:-10px;color:#ffffffad;font-size:10px}.location__route{left:0;right:0;bottom:0;width:100%}}.interactive-plan{position:relative;overflow:hidden;background:#f6f2e9;border-radius:var(--radius-image)}.interactive-plan>img{width:100%;height:100%;object-fit:contain;transition:opacity .22s var(--ease),transform .52s var(--ease);-webkit-user-select:none;user-select:none}.interactive-plan--furniture>img{object-fit:cover}.interactive-plan>svg{position:absolute;inset:0;width:100%;height:100%}.interactive-plan polygon{fill:transparent;stroke:transparent;stroke-width:4;vector-effect:non-scaling-stroke;cursor:pointer;transition:fill .18s var(--ease),stroke .18s var(--ease),filter .18s var(--ease)}.interactive-plan polygon:hover,.interactive-plan polygon:focus,.interactive-plan polygon.is-active{fill:color-mix(in srgb,var(--room-color) 22%,transparent);stroke:var(--room-color);filter:drop-shadow(0 3px 8px rgba(44,54,32,.18));outline:none}.interactive-plan polygon.is-zone{fill:color-mix(in srgb,var(--room-color) 16%,transparent);stroke:color-mix(in srgb,var(--room-color) 62%,transparent)}.interactive-plan polygon.is-zone.is-active,.interactive-plan polygon.is-zone:hover,.interactive-plan polygon.is-zone:focus{fill:color-mix(in srgb,var(--room-color) 32%,transparent);stroke:#fff}.interactive-plan__badge{position:absolute;left:18px;bottom:18px;display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 15px;color:#fff;background:#252a2cb8;border:1px solid rgba(255,255,255,.24);border-radius:999px;font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:1180px){.interactive-plan{height:475px}}@media(max-width:960px){.interactive-plan{height:min(570px,68vw)}}@media(max-width:640px){.interactive-plan{height:340px}.interactive-plan__badge{left:10px;bottom:10px;min-height:32px;padding-inline:11px;font-size:10px}}.interactive-plan{height:494px;border:12px solid rgba(255,255,255,.65);box-shadow:0 12px 35px #252a2c0f}.interactive-plan__compass{position:absolute;right:16px;bottom:15px;display:grid;grid-template-columns:22px auto;align-items:center;gap:2px;min-width:55px;min-height:38px;padding:5px 8px;color:var(--olive-deep);background:#faf8f3e0;border:1px solid rgba(93,103,61,.2);border-radius:9px;box-shadow:0 8px 20px #252a2c1f}.interactive-plan__compass svg{width:22px;transform:rotate(90deg)}.interactive-plan__compass b{font-size:10px}@media(max-width:700px){.interactive-plan{height:380px}}.interactive-plan:not(.interactive-plan--furniture){width:100%;height:auto;aspect-ratio:1195 / 896;background:#f7f4ec}.interactive-plan:not(.interactive-plan--furniture)>img{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;object-position:center;transform:none}.interactive-plan:not(.interactive-plan--furniture)>svg{position:absolute;inset:0;z-index:3;width:100%;height:100%}.interactive-plan:not(.interactive-plan--furniture) path{fill:transparent;stroke:transparent;stroke-width:.55;vector-effect:non-scaling-stroke;cursor:pointer;outline:none}.interactive-plan__compass{z-index:5}.interactive-plan:not(.interactive-plan--furniture){border-color:#ffffffeb;box-shadow:0 24px 58px #252a2c1c,0 5px 18px #252a2c12,0 0 0 1px #5d673d1a}.interactive-plan:not(.interactive-plan--furniture):after{content:"";position:absolute;inset:0;z-index:4;pointer-events:none;border-radius:calc(var(--radius-image) - 12px);box-shadow:inset 0 0 0 1px #ffffff80,inset 0 0 32px #5d673d09}.interactive-plan:not(.interactive-plan--furniture) path{stroke-linejoin:round;stroke-linecap:round;paint-order:stroke fill;transition:fill .18s cubic-bezier(.2,.72,.22,1),stroke .18s cubic-bezier(.2,.72,.22,1),stroke-width .18s cubic-bezier(.2,.72,.22,1),filter .22s cubic-bezier(.2,.72,.22,1),opacity .18s ease}.interactive-plan:not(.interactive-plan--furniture) path:hover,.interactive-plan:not(.interactive-plan--furniture) path:focus-visible,.interactive-plan:not(.interactive-plan--furniture) path.is-hovered{fill:#687b371a;stroke:#c6d87cfa;stroke-width:1.28;filter:drop-shadow(0 0 2px rgba(239,244,191,.98)) drop-shadow(0 0 6px rgba(174,196,94,.92)) drop-shadow(0 0 13px rgba(111,137,55,.62)) drop-shadow(0 0 23px rgba(80,102,39,.25))}.interactive-plan:not(.interactive-plan--furniture) path.is-selected{fill:#677b3329;stroke:#d7e58d;stroke-width:1.62;filter:drop-shadow(0 0 2px rgba(249,251,215,1)) drop-shadow(0 0 7px rgba(190,211,108,.98)) drop-shadow(0 0 15px rgba(126,151,60,.82)) drop-shadow(0 0 26px rgba(87,109,42,.38));animation:plan-mask-premium-in-v12 .32s cubic-bezier(.16,.75,.25,1) both}.interactive-plan:not(.interactive-plan--furniture) path.is-selected:hover,.interactive-plan:not(.interactive-plan--furniture) path.is-selected:focus-visible,.interactive-plan:not(.interactive-plan--furniture) path.is-selected.is-hovered{fill:#6a7f3633;stroke:#e8f0a6;stroke-width:1.78;filter:drop-shadow(0 0 2px rgba(255,255,229,1)) drop-shadow(0 0 8px rgba(204,222,122,1)) drop-shadow(0 0 17px rgba(137,162,65,.88)) drop-shadow(0 0 29px rgba(88,111,42,.42))}@media(prefers-reduced-motion:reduce){.interactive-plan:not(.interactive-plan--furniture) path.is-selected{animation:none}}@media(min-width:961px){.layout-section .room-panel{margin-top:60px;height:auto;align-self:stretch;display:flex;flex-direction:column}.layout-section .layout-section__grid--zones .room-panel{margin-top:102px}.layout-section .room-panel__body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.layout-section .room-picker{margin-top:auto;margin-bottom:auto;padding-top:12px;padding-bottom:12px}}.layout-section .room-picker>div{grid-template-columns:32px repeat(4,minmax(0,1fr)) 32px;grid-template-rows:1fr;align-items:stretch}.layout-section .room-picker button.room-picker__arrow{grid-row:1;height:100%}.layout-section .room-picker button.room-picker__arrow:first-child{grid-column:1}.layout-section .room-picker button.room-picker__arrow:last-child{grid-column:6}@media(max-width:700px){.layout-section .room-picker>div{grid-template-columns:30px repeat(4,minmax(0,1fr)) 30px;gap:4px}.layout-section .room-picker button{padding-inline:4px;font-size:8px}}.layout-section{padding:82px 0 88px;background:linear-gradient(135deg,#fbfaf6,#f5f2ea);scroll-margin-top:72px}.layout-section__heading .section-kicker{margin-bottom:13px;color:#252a2cad}.layout-section__heading .section-kicker b{color:var(--graphite)}.layout-section__heading h2{margin-bottom:7px;color:#171a1a;font-size:clamp(39px,3.25vw,52px);font-weight:600;line-height:1.07}.layout-section__heading>p{margin:0;color:#252a2cc2;font-size:16.5px;line-height:1.48}.layout-section__grid{display:grid;align-items:stretch}.plan-column{min-width:0}.plan-modes{display:grid;grid-template-columns:repeat(3,1fr);width:min(475px,100%);padding:3px;background:#ffffffb8;border:1px solid var(--line);border-radius:999px;box-shadow:0 8px 26px #252a2c0d}.plan-modes button{min-height:42px;padding:0 20px;border:0;border-radius:999px;color:#252a2cb8;background:transparent;font-size:13px;font-weight:700;cursor:pointer;transition:color .18s var(--ease),background .18s var(--ease),box-shadow .18s var(--ease)}.plan-modes button.is-active{color:#fff;background:linear-gradient(110deg,var(--olive-deep),var(--olive));box-shadow:0 9px 22px #4b563036}.room-panel{min-width:0;overflow:hidden;background:#faf8f3e6;border:1px solid rgba(255,255,255,.82);border-radius:var(--radius-card);box-shadow:var(--shadow)}.room-panel__image{overflow:hidden}.room-panel__image img{width:100%;height:100%;object-fit:cover;animation:room-image-in .26s var(--ease) both}.room-panel__image:hover img{transform:scale(1.025);transition:transform .6s var(--ease)}.room-panel__body h3{color:#171a1a;font-weight:600;line-height:1.12}.room-panel__body h3 span{white-space:nowrap}.room-panel__body>p{color:#252a2cb8;line-height:1.45}.room-panel__benefits{border-block:1px solid var(--line)}.room-panel__benefits>div{display:grid;gap:12px;align-items:center;border-bottom:1px solid var(--line)}.room-panel__benefits>div:last-child{border-bottom:0}.room-panel__benefits svg{color:var(--olive-deep);stroke-width:1.55}.room-panel__benefits strong,.room-panel__benefits span,.room-panel__benefits small{display:block}.room-panel__benefits strong{color:var(--graphite);font-family:var(--font-heading);font-weight:600;line-height:1.25}.room-panel__benefits small{margin-top:2px;color:#252a2c99;line-height:1.3}.room-panel .room-panel__benefits+.room-panel__body,.room-panel .room-panel__benefits+*{margin-top:0}.room-panel .room-panel__benefits{margin-bottom:13px}.room-picker>span{display:block;color:#252a2cb8}.room-picker>div{overflow-x:auto;padding-bottom:2px}.room-picker button{border:1px solid transparent;border-radius:999px;color:#252a2cba;background:#eeebe2;white-space:nowrap;cursor:pointer}.room-picker button.room-picker__more{width:34px;padding:0;flex:none}.room-picker--mobile{display:none}.room-picker--desktop{display:block}.room-picker--all{margin-top:18px}.room-picker--all>div{flex-wrap:wrap;overflow:visible}.room-picker--all>span{color:#252a2c85}@media(max-width:1180px){.layout-section__grid{grid-template-columns:minmax(0,1.35fr) minmax(350px,.82fr);gap:24px}.room-panel__image{height:190px}.room-panel__body{padding:19px 21px 17px}.room-panel__benefits>div{min-height:58px}.room-panel .room-panel__body>.room-panel__benefits{min-height:175px}}@media(max-width:960px){.room-panel{display:grid;grid-template-columns:minmax(280px,.78fr) 1fr}.room-panel__image{height:100%;min-height:360px}.room-picker--desktop{display:none}.room-picker--mobile{display:block}}@media(max-width:640px){.layout-section{padding:62px 0 68px}.layout-section__heading{margin-bottom:22px}.layout-section__heading h2{font-size:34px}.layout-section__heading>p{font-size:16px}.plan-modes{margin-bottom:14px}.plan-modes button{min-height:38px;padding-inline:10px;font-size:11px}.room-panel{display:block}.room-panel__image{height:210px;min-height:0}.room-panel__body{padding:18px}.room-panel__body h3{font-size:22px}.room-panel__body>p{min-height:0}.room-panel__benefits>div{min-height:56px}.room-panel .room-panel__body>.room-panel__benefits{min-height:0}.room-picker--all{display:none}}.layout-section{padding-block:68px 72px}.layout-section__heading{margin-bottom:22px}.layout-section__grid{grid-template-columns:minmax(0,1.42fr) minmax(370px,.88fr);gap:22px}.plan-modes{margin-bottom:12px}.room-panel{height:548px}.room-panel__image{height:186px}.room-panel__body{padding:17px 20px 15px}.room-panel__body h3{margin-bottom:5px;font-size:22px}.room-panel__body>p{min-height:39px;margin-bottom:9px;font-size:12.5px}.room-panel .room-panel__body>.room-panel__benefits{min-height:0;margin-bottom:9px}.room-panel__benefits>div{grid-template-columns:28px 1fr;min-height:46px}.room-panel__benefits svg{width:22px}.room-panel__benefits strong{font-size:11px}.room-panel__benefits small{font-size:9.5px}.room-picker>span{margin-bottom:5px;font-size:10px}.room-picker>div{display:grid;grid-template-columns:32px repeat(4,minmax(0,1fr)) 32px;gap:5px;overflow:visible}.room-picker button{min-width:0;min-height:27px;padding:0 6px;overflow:hidden;font-size:8.5px;text-overflow:ellipsis}.room-picker button.room-picker__arrow{grid-row:1 / span 3;width:32px;height:100%;padding:0}.room-picker button.room-picker__arrow:first-child{grid-column:1}.room-picker button.room-picker__arrow:last-child{grid-column:6}@media(max-width:960px){.layout-section__grid{grid-template-columns:1fr}.room-panel{height:auto}}@media(max-width:700px){.room-picker>div{grid-template-columns:30px repeat(2,minmax(0,1fr)) 30px}.room-picker button.room-picker__arrow:last-child{grid-column:4}}.plan-zones{display:flex;flex-wrap:wrap;gap:7px;margin:-2px 0 12px}.plan-zones button{min-height:32px;padding:0 12px;border:1px solid rgba(93,103,61,.2);border-radius:999px;color:#252a2cb8;background:#ffffff94;font-size:10.5px;font-weight:700;cursor:pointer;transition:color .16s var(--ease),background .16s var(--ease),border-color .16s var(--ease),box-shadow .16s var(--ease)}.plan-zones button:hover,.plan-zones button:focus-visible{color:var(--olive-deep);border-color:#5d673d6b;outline:none}.plan-zones button.is-active,.room-picker button.is-active{color:#fff}@media(max-width:760px){.plan-zones{gap:5px;margin-bottom:9px}.plan-zones button{min-height:29px;padding-inline:9px;font-size:9px}}.plan-zones button.is-active,.room-picker button.is-active{border-color:#90a44df2;background:linear-gradient(135deg,#566331,#77854a);box-shadow:0 7px 18px #4a553033,0 0 0 2px #8093461a,0 0 16px #6e843726}.gallery-section .editorial-gallery--four .gallery-tile--1{grid-column:1 / 3;grid-row:1 / 3}.gallery-section .editorial-gallery--four .gallery-tile--2{grid-column:3;grid-row:1}.gallery-section .editorial-gallery--four .gallery-tile--3{grid-column:3;grid-row:2}.gallery-section .editorial-gallery--four .gallery-tile--4{grid-column:1 / 4;grid-row:3}@media(max-width:640px){.gallery-section .editorial-gallery--four .gallery-tile--1,.gallery-section .editorial-gallery--four .gallery-tile--2,.gallery-section .editorial-gallery--four .gallery-tile--3,.gallery-section .editorial-gallery--four .gallery-tile--4{grid-column:auto;grid-row:auto}}.tour-choice-option__note{color:#fff9;font-size:12px;line-height:1.45}.tour-choice-option--interior{border-color:#e7c36f47}@media(max-height:680px){.tour-choice-modal{overflow-y:auto;align-items:flex-start}.tour-choice-modal__card{margin-block:20px}}.gallery-section{position:relative;padding:70px 0 80px;overflow:hidden;color:#fff;background:radial-gradient(circle at 18% 8%,rgba(93,103,61,.24),transparent 31%),linear-gradient(145deg,#19211c,#222b25 54%,#172019);scroll-margin-top:72px}.gallery-section__top{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.gallery-section__top .section-kicker{margin-bottom:14px}.gallery-section h2{margin:0;color:#fff;font-size:clamp(39px,3.25vw,52px);font-weight:600;line-height:1.05}.gallery-tabs{display:grid;grid-template-columns:repeat(3,1fr);min-width:400px;padding:3px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#13191575}.gallery-tabs button{min-height:42px;padding:0 23px;border:0;border-radius:999px;color:#ffffffc7;background:transparent;font-size:13px;cursor:pointer}.gallery-tabs button.is-active{color:#fff;background:linear-gradient(110deg,var(--olive-deep),#78814a);box-shadow:0 10px 26px #0003}.editorial-gallery{display:grid;grid-template-columns:1.55fr 1fr 1fr;grid-template-rows:185px 175px 175px;gap:12px}.gallery-tile{position:relative;min-width:0;overflow:hidden;padding:0;border:0;border-radius:10px;background:#30372f;cursor:pointer}.gallery-tile--1{grid-column:1 / 3;grid-row:1 / 3}.gallery-tile--2{grid-column:3;grid-row:1}.gallery-tile--3{grid-column:3;grid-row:2}.gallery-tile--4{grid-column:1;grid-row:3}.gallery-tile--5{grid-column:2 / 4;grid-row:3}.gallery-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(12,17,14,.58),transparent 45%);opacity:.75;transition:opacity .22s var(--ease)}.gallery-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease),filter .25s var(--ease)}.gallery-tile:hover img,.gallery-tile:focus-visible img{transform:scale(1.025)}.gallery-tile:hover:after,.gallery-tile:focus-visible:after{opacity:1}.gallery-tile>span{position:absolute;z-index:2;left:18px;bottom:16px;display:flex;align-items:center;gap:9px;color:#fff;font-size:13px;font-weight:700}.gallery-tile>span svg{width:18px}.gallery-tile>span svg:last-child{transition:transform .18s var(--ease)}.gallery-tile:hover>span svg:last-child{transform:translate(3px,-3px)}.gallery-lightbox{position:fixed;inset:0;z-index:900;display:grid;place-items:center;color:#fff}.gallery-lightbox__backdrop{position:absolute;inset:0;width:100%;border:0;background:#090d0af0;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);cursor:zoom-out}.gallery-lightbox__frame{position:relative;z-index:2;width:min(1180px,calc(100% - 130px));height:min(76vh,780px)}.gallery-lightbox__frame img{width:100%;height:100%;object-fit:contain}.gallery-lightbox__caption{position:absolute;left:0;right:0;bottom:-50px;display:flex;align-items:center;gap:18px;color:#ffffffc2}.gallery-lightbox__caption span{font-size:12px;letter-spacing:.1em}.gallery-lightbox__caption strong{font-family:var(--font-heading);font-size:14px}.gallery-lightbox__close,.gallery-lightbox__arrow{position:absolute;z-index:3;display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:#fff;background:#ffffff14;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gallery-lightbox__close{right:24px;top:24px}.gallery-lightbox__arrow{top:50%;transform:translateY(-50%)}.gallery-lightbox__arrow--previous{left:24px}.gallery-lightbox__arrow--next{right:24px}.tour-frame-modal{position:fixed;inset:0;z-index:1100;overflow:hidden;background:#101510}.tour-frame-modal iframe{display:block;width:100%;height:100%;border:0;background:#101510}.tour-frame-modal__actions{position:absolute;z-index:2;right:18px;top:18px;display:flex;gap:8px}.tour-frame-modal__actions a,.tour-frame-modal__actions button{display:grid;place-items:center;width:46px;height:46px;padding:0;color:#fff;background:#121814b8;border:1px solid rgba(255,255,255,.28);border-radius:50%;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tour-frame-modal__actions svg{width:20px}.tour-choice-modal{position:fixed;inset:0;z-index:1080;display:grid;place-items:center;padding:26px;background:#0b0f0cb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tour-choice-modal__card{position:relative;width:min(760px,100%);padding:33px 34px 30px;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:28px;background:linear-gradient(145deg,#181f1af7,#0d120ff5);box-shadow:0 28px 80px #00000061}.tour-choice-modal__card h3{margin-bottom:10px;color:#fff;font-size:clamp(31px,3vw,40px);font-weight:600;line-height:1.06}.tour-choice-modal__card p{max-width:640px;margin-bottom:26px;color:#ffffffbd;font-size:16px;line-height:1.58}.tour-choice-modal__close{position:absolute;right:16px;top:16px;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:#fff;background:#ffffff12;cursor:pointer}.tour-choice-modal__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tour-choice-option{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-height:215px;padding:22px;text-align:left;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:24px;background:#ffffff0a;cursor:pointer;transition:transform .26s var(--ease),border-color .26s var(--ease),background .26s var(--ease),box-shadow .26s var(--ease)}.tour-choice-option strong{font-size:29px;font-weight:600;line-height:1.05}.tour-choice-option span:not(.tour-choice-option__kicker):not(.tour-choice-option__cta){color:#ffffffb8;font-size:15px;line-height:1.5}.tour-choice-option__kicker{color:#e7d2a4;font-family:var(--font-heading);font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.tour-choice-option__cta{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:#fff;font-size:14px;font-weight:700}.tour-choice-option--active:hover{transform:translateY(-4px);border-color:#e7c36f85;background:#e7c36f14;box-shadow:0 18px 42px #0003}.tour-choice-option--disabled{opacity:.64;cursor:not-allowed}.tour-choice-option--disabled .tour-choice-option__cta{color:#ffffff9e}.immersive-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:38px;margin:43px 0 19px;padding-top:31px;border-top:1px solid rgba(255,255,255,.14)}.immersive-heading>div{max-width:600px}.immersive-heading span{display:block;margin-bottom:8px;color:#d9c79f;font-family:var(--font-heading);font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.immersive-heading h3{margin:0;color:#fff;font-size:clamp(27px,2.1vw,35px);font-weight:600;line-height:1.12}.immersive-heading p{max-width:540px;margin:0;color:#ffffffab;font-size:16px;line-height:1.55}.immersive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.immersive-card{position:relative;min-height:455px;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:23px;background:#202820;box-shadow:0 26px 64px #00000038}.immersive-card>img,.immersive-card__shade{position:absolute;inset:0;width:100%;height:100%}.immersive-card>img{object-fit:cover;transition:transform .9s var(--ease),filter .4s var(--ease)}.immersive-card:hover>img{transform:scale(1.025)}.immersive-card--tour>img{object-position:57% center}.immersive-card--panorama>img{object-position:50% 50%;filter:saturate(.84) brightness(.93)}.immersive-card__shade{background:linear-gradient(0deg,#0a0f0cf0,#0c110e9c 42%,#0c110e14 77%),linear-gradient(90deg,rgba(10,15,12,.4),transparent 65%)}.immersive-card__content{position:absolute;z-index:3;left:34px;right:34px;bottom:31px}.immersive-card__content>svg{width:43px;height:43px;margin-bottom:13px;color:#fff;stroke-width:1.3}.immersive-card__content .eyebrow{margin-bottom:4px}.immersive-card__content h3{margin-bottom:9px;color:#fff;font-size:35px;font-weight:600;line-height:1}.immersive-card__content p{max-width:470px;margin-bottom:20px;color:#ffffffd1;font-size:16px;line-height:1.47}.immersive-card__content small{display:block;margin-top:12px;color:#ffffff8a;font-size:11px}.immersive-card__badge{position:absolute;z-index:3;right:18px;top:18px;padding:8px 13px;color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#141b1694;font-size:11px;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.immersive-card__orbit{position:absolute;z-index:3;right:23px;top:21px;display:grid;place-items:center;width:65px;height:65px;color:#fff;border:1px solid rgba(255,255,255,.62);border-radius:50%;font-family:var(--font-heading);font-size:13px;font-weight:700}.immersive-card__orbit:before{content:"";position:absolute;inset:9px -8px;border:1px solid rgba(255,255,255,.3);border-radius:50%;transform:rotate(18deg)}.immersive-card__orbit:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.3);border-radius:50%}.immersive-card__orbit:after{inset:-8px 9px;transform:rotate(-18deg)}.panorama-modal{position:fixed;inset:0;z-index:1150;overflow:hidden;color:#fff;background:#101610}.panorama-modal__stage,.panorama-modal__canvas{position:absolute;inset:0}.panorama-modal__stage{cursor:grab;touch-action:none}.panorama-modal__stage.is-dragging{cursor:grabbing}.panorama-modal__canvas canvas{display:block;width:100%;height:100%}.panorama-modal__stage:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(7,12,8,.5),transparent 22%,transparent 72%,rgba(7,12,8,.46))}.panorama-modal__topbar{position:absolute;z-index:4;left:22px;right:22px;top:19px;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.panorama-modal__topbar>div{display:flex;align-items:center;gap:12px;padding:10px 15px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:#0e14109c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.panorama-modal__topbar>div>svg{width:24px;color:#d9c79f}.panorama-modal__topbar span{display:flex;flex-direction:column}.panorama-modal__topbar small{color:#ffffff9c;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.panorama-modal__topbar strong{font-family:var(--font-heading);font-size:14px;font-weight:600}.panorama-modal__topbar button,.panorama-modal__controls button{display:grid;place-items:center;padding:0;color:#fff;border:1px solid rgba(255,255,255,.27);background:#0e1410a8;cursor:pointer;pointer-events:auto;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.panorama-modal__topbar button{width:48px;height:48px;border-radius:50%}.panorama-modal__controls{position:absolute;z-index:4;right:24px;bottom:25px;display:grid;gap:8px}.panorama-modal__controls button{width:45px;height:45px;border-radius:12px}.panorama-modal__controls svg{width:19px}.panorama-modal__hint{position:absolute;z-index:4;left:50%;bottom:27px;margin:0;padding:9px 15px;color:#ffffffc7;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#0e141094;font-size:12px;transform:translate(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;white-space:nowrap}.panorama-modal__loading,.panorama-modal__error{position:absolute;z-index:3;inset:0;display:grid;place-content:center;gap:13px;text-align:center;color:#ffffffd4;background:#141b15;font-size:14px}.panorama-modal__loading span{justify-self:center;width:36px;height:36px;border:2px solid rgba(255,255,255,.18);border-top-color:#d9c79f;border-radius:50%;animation:panorama-spin .8s linear infinite}@media(max-width:960px){.gallery-section__top{align-items:flex-start;flex-direction:column}.gallery-tabs{min-width:min(400px,100%)}.editorial-gallery{grid-template-rows:170px 160px 160px}.immersive-heading{align-items:flex-start;flex-direction:column;gap:13px}.immersive-card{min-height:430px}}@media(max-width:640px){.gallery-section h2{font-size:34px}.gallery-section{padding:58px 0 66px}.gallery-section__top{gap:22px;margin-bottom:23px}.gallery-tabs{width:100%;min-width:0}.gallery-tabs button{min-height:38px;padding-inline:7px;font-size:11px}.editorial-gallery{grid-template-columns:1fr 1fr;grid-template-rows:220px 145px 145px;gap:8px}.gallery-tile--1{grid-column:1 / 3;grid-row:1}.gallery-tile--2{grid-column:1;grid-row:2}.gallery-tile--3{grid-column:2;grid-row:2}.gallery-tile--4{grid-column:1;grid-row:3}.gallery-tile--5{grid-column:2;grid-row:3}.gallery-tile>span{left:11px;bottom:10px;font-size:11px}.immersive-heading{margin-top:34px;padding-top:25px}.immersive-heading h3{font-size:27px}.immersive-grid{grid-template-columns:1fr}.immersive-card{min-height:440px;border-radius:19px}.immersive-card__content{left:21px;right:21px;bottom:24px}.immersive-card__content>svg{width:38px;height:38px;margin-bottom:9px}.immersive-card__content h3{font-size:32px}.immersive-card__content p{font-size:16px}.panorama-modal__topbar{left:11px;right:11px;top:11px}.panorama-modal__topbar>div{padding:9px 11px}.panorama-modal__topbar small{display:none}.panorama-modal__topbar strong{font-size:12px}.panorama-modal__topbar button{width:44px;height:44px}.panorama-modal__controls{right:12px;bottom:18px}.panorama-modal__hint{left:13px;right:69px;bottom:22px;overflow:hidden;text-overflow:ellipsis;transform:none;font-size:10px;text-align:center;white-space:nowrap}.gallery-lightbox__frame{width:calc(100% - 34px);height:68vh}.gallery-lightbox__arrow{top:auto;bottom:22px}.gallery-lightbox__arrow--previous{left:calc(50% - 58px)}.gallery-lightbox__arrow--next{right:calc(50% - 58px)}.gallery-lightbox__caption{bottom:-38px}.gallery-lightbox__close{right:12px;top:12px}.tour-frame-modal__actions{right:10px;top:10px}.tour-frame-modal__actions a,.tour-frame-modal__actions button{width:42px;height:42px}.tour-choice-modal{padding:18px}.tour-choice-modal__card{padding:26px 18px 18px;border-radius:24px}.tour-choice-modal__card p{margin-bottom:18px;font-size:15px}.tour-choice-modal__options{grid-template-columns:1fr}.tour-choice-option{min-height:0;padding:18px;border-radius:20px}.tour-choice-option strong{font-size:24px}}.tour-frame-modal,.panorama-modal{width:100vw;height:100dvh}html:has(body.modal-open){scrollbar-gutter:auto}.standard-section .standard-lifestyle{height:auto;overflow:visible;display:flex;flex-direction:column;border-radius:23px;background:#f7f4ec;box-shadow:0 25px 60px #252a2c21}.standard-section .standard-lifestyle:after{display:none}.standard-section .standard-lifestyle__media{width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:23px 23px 0 0;background:#f7f4ec}.standard-section .standard-lifestyle__media>img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transform:none}.standard-section .standard-lifestyle figcaption{position:static;inset:auto;display:grid;grid-template-columns:35px 1fr;gap:12px;align-items:center;width:100%;padding:17px 20px 18px;color:#fff;border:0;border-radius:0 0 23px 23px;background:linear-gradient(135deg,#344027,#263021);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.standard-section .standard-lifestyle figcaption>svg{width:28px;color:#decda9;stroke-width:1.5}@media(max-width:700px){.standard-section .standard-lifestyle,.standard-section .standard-lifestyle__media{border-radius:19px 19px 0 0}.standard-section .standard-lifestyle figcaption{border-radius:0 0 19px 19px;padding:15px 16px 16px}}.standard-section{padding:79px 0 85px;color:var(--graphite);background:radial-gradient(circle at 80% 9%,rgba(215,198,161,.16),transparent 29%),linear-gradient(130deg,#f8f5ee,#f1ede4);scroll-margin-top:66px}.standard-section__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.84fr);gap:38px;align-items:start}.standard-section .section-kicker{margin-bottom:19px;color:#252a2c9e}.standard-section h2{max-width:720px;margin-bottom:15px;color:#171a1a;font-size:clamp(39px,3.25vw,52px);font-weight:600;line-height:1.07}.standard-section__lead{max-width:720px;margin-bottom:27px;color:#252a2cbf;font-size:16px;line-height:1.55}.standard-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:29px;padding:24px 0 26px;border-block:1px solid rgba(37,42,44,.12)}.standard-highlight{min-width:0}.standard-highlight svg{display:block;width:31px;height:31px;margin-bottom:10px;color:var(--olive-deep);stroke-width:1.45}.standard-highlight span{display:block;color:#2d312f;font-family:var(--font-heading);font-size:12px;font-weight:600;line-height:1.3}.standard-accordion{display:grid;gap:7px}.standard-accordion__item{overflow:hidden;border:1px solid rgba(37,42,44,.12);border-radius:12px;background:#ffffff54;transition:background .18s var(--ease),border-color .18s var(--ease)}.standard-accordion__item.is-open{border-color:#5d673d4f;background:#ffffffbf}.standard-accordion__item h3{margin:0}.standard-accordion__item button{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;min-height:49px;padding:0 17px;border:0;background:transparent;color:#222625;cursor:pointer;font-family:var(--font-heading);font-size:13px;font-weight:600;text-align:left}.standard-accordion__item button svg{width:18px;flex:none;color:var(--olive-deep)}.standard-accordion__panel{padding:0 17px 17px}.standard-accordion__panel strong{display:block;margin-bottom:4px;color:var(--olive-deep);font-size:13px}.standard-accordion__panel p{margin:0;color:#252a2cb8;font-size:14px;line-height:1.5}.standard-section__visuals{display:grid;gap:18px}.standard-lifestyle{position:relative;height:458px;overflow:hidden;margin:0;border-radius:23px;box-shadow:0 25px 60px #252a2c21}.standard-lifestyle:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,25,21,.61),transparent 46%);pointer-events:none}.standard-lifestyle>img{width:100%;height:100%;object-fit:cover;object-position:52% center}.standard-lifestyle figcaption{position:absolute;z-index:2;left:20px;right:20px;bottom:19px;display:grid;grid-template-columns:35px 1fr;gap:12px;align-items:center;padding:15px 17px;color:#fff;border:1px solid rgba(255,255,255,.21);border-radius:14px;background:#1a211c8f;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.standard-lifestyle figcaption>svg{width:30px;color:#decda9;stroke-width:1.5}.standard-lifestyle figcaption strong,.standard-lifestyle figcaption small{display:block}.standard-lifestyle figcaption strong{font-family:var(--font-heading);font-size:13px}.standard-lifestyle figcaption small{margin-top:2px;color:#ffffffb3;font-size:11px;line-height:1.35}.standard-pdf-card{display:grid;grid-template-columns:minmax(0,1fr) 132px;min-height:250px;overflow:hidden;padding:25px 21px 23px 27px;background:linear-gradient(135deg,#e5e4d5,#d8dac5);border:1px solid rgba(93,103,61,.14);border-radius:21px}.standard-pdf-card__copy{position:relative;z-index:2;align-self:center}.standard-pdf-card__copy>svg{width:25px;margin-bottom:7px;color:var(--olive-deep)}.standard-pdf-card h3{max-width:330px;margin-bottom:7px;color:#202422;font-size:21px;font-weight:600;line-height:1.17}.standard-pdf-card p{max-width:355px;margin-bottom:16px;color:#252a2cad;font-size:13px;line-height:1.45}.standard-pdf-card .button{min-height:42px;padding-inline:17px;font-size:10px}.standard-pdf-card__cover{align-self:center;justify-self:center;display:block;width:117px;transform:rotate(4deg);transition:transform .25s var(--ease);box-shadow:0 16px 32px #252a2c38}.standard-pdf-card__cover img{width:100%;height:auto}.standard-pdf-card__cover:hover{transform:rotate(2deg) translateY(-3px)}@media(max-width:1180px){.standard-section__grid{grid-template-columns:minmax(0,1fr) 410px;gap:29px}.standard-highlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 28px}.standard-lifestyle{height:440px}.standard-pdf-card{grid-template-columns:minmax(0,1fr) 112px;padding-left:22px}.standard-pdf-card__cover{width:102px}}@media(max-width:960px){.standard-section__grid{grid-template-columns:1fr}.standard-highlights{grid-template-columns:repeat(4,minmax(0,1fr))}.standard-section__visuals{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:stretch}.standard-lifestyle{height:390px}.standard-pdf-card{min-height:390px;grid-template-columns:1fr;align-content:center}.standard-pdf-card__cover{display:none}}@media(max-width:640px){.standard-section{padding:61px 0 66px}.standard-section__grid{gap:30px}.standard-section h2{font-size:34px}.standard-section__lead{font-size:16px}.standard-highlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 16px}.standard-highlight span{font-size:12px}.standard-section__visuals{grid-template-columns:1fr}.standard-lifestyle{height:350px;border-radius:19px}.standard-lifestyle figcaption{left:12px;right:12px;bottom:12px}.standard-pdf-card{min-height:0;grid-template-columns:minmax(0,1fr) 92px;padding:22px 17px 22px 21px}.standard-pdf-card__cover{display:block;width:83px}.standard-pdf-card h3{font-size:19px}.standard-pdf-card p{font-size:13px}.standard-pdf-card .button{min-height:42px;padding-inline:13px;font-size:9px}}.standard-highlights{gap:13px}.standard-highlight{display:grid;justify-items:center;text-align:center}.standard-highlight__icon{display:grid;place-items:center;width:72px;height:65px;margin-bottom:8px;overflow:hidden;border:1px solid rgba(93,103,61,.16);border-radius:16px;background:#f8f5ee;box-shadow:0 8px 22px #252a2c0d}.standard-highlight__icon img{width:100%;height:100%;object-fit:cover;transform:scale(1.06)}.standard-highlight>span:last-child{font-size:10px}@media(max-width:700px){.standard-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}}.security-ref__pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.security-ref__pillar{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);gap:18px;min-height:154px;padding:24px 24px 22px;overflow:hidden;border:1px solid rgba(226,193,108,.62);border-radius:17px;background:radial-gradient(circle at 12% 20%,rgba(197,174,91,.1),transparent 42%),#ffffff07;box-shadow:inset 0 0 0 1px #ffffff06,0 0 0 1px #e2c16c14,0 0 20px #e2c16c21,0 8px 30px #0000001a}.security-ref__pillar:after{content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,rgba(255,236,175,.1),transparent 24%,transparent 76%,rgba(227,194,109,.08));opacity:.75}.security-ref__pillar-icon{position:relative;z-index:1;display:grid;place-items:center;width:56px;height:56px;border:1px solid rgba(219,190,102,.32);border-radius:50%;color:#f0e5c8;background:radial-gradient(circle at 38% 28%,#d0be6347,#5e6936c2 74%);box-shadow:inset 0 1px #ffffff14,0 0 18px #c6b35921}.security-ref__pillar-icon svg{width:24px;height:24px;stroke-width:1.55}.security-ref__pillar>div{position:relative;z-index:1}.security-ref__pillar h3{margin:2px 0 7px;color:#fff;font-size:16px;font-weight:600;line-height:1.25;letter-spacing:-.02em}.security-ref__pillar p{margin:0;color:#ffffffa8;font-size:14px;line-height:1.5}.security-ref__process{margin-top:39px;padding-top:36px;border-top:1px solid rgba(255,255,255,.14)}.security-ref__process-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:31px}.security-ref__process-heading h3{margin:0;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:400;line-height:1.1}.security-ref__process-heading p{margin:0;color:#fff9;font-size:14px;line-height:1.45;text-align:right}.security-ref__timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;margin:0;padding:0;list-style:none}.security-ref__step{position:relative;min-width:0}.security-ref__step-head{width:88px;margin-bottom:17px;text-align:center}.security-ref__medallion{display:grid;place-items:center;width:86px;height:86px;border:1px solid rgba(222,191,109,.82);border-radius:50%;color:#e4cf98;background:radial-gradient(circle at 50% 24%,rgba(255,255,255,.035),transparent 36%),#11181794;box-shadow:inset 0 0 0 1px #ffffff06,0 8px 18px #00000021}.security-ref__medallion svg{width:30px;height:30px;stroke-width:1.55}.security-ref__step-head b{display:block;margin-top:11px;color:#e6d29f;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:400;line-height:1;letter-spacing:.05em}.security-ref__connector{position:absolute;top:42px;left:99px;width:calc(100% - 70px);height:1px;background:linear-gradient(90deg,#e0c58145,#e0c58185,#e0c58145);pointer-events:none}.security-ref__connector i{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:25px;height:25px;color:#e8d096e6;background:#252a2c;font-family:Georgia,Times New Roman,serif;font-size:25px;font-style:normal;line-height:1;transform:translate(-50%,-54%)}.security-ref__step h4{margin:0 0 7px;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:400;line-height:1.24}.security-ref__step>p{margin:0;color:#ffffff9e;font-size:13px;line-height:1.5}@media(max-width:1080px){.security-ref__pillars{grid-template-columns:1fr}.security-ref__timeline{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:32px}.security-ref__connector{display:none}}@media(max-width:760px){.security-ref__pillar{grid-template-columns:50px minmax(0,1fr);gap:14px;min-height:0;padding:19px 18px}.security-ref__pillar-icon{width:48px;height:48px}.security-ref__pillar-icon svg{width:21px;height:21px}.security-ref__process-heading{align-items:flex-start;flex-direction:column;gap:9px;margin-bottom:27px}.security-ref__process-heading p{text-align:left}.security-ref__timeline{grid-template-columns:1fr;gap:22px}.security-ref__step{display:grid;grid-template-columns:72px minmax(0,1fr);column-gap:16px;align-items:start}.security-ref__step-head{grid-column:1;grid-row:1 / span 2;width:68px;margin:0}.security-ref__medallion{width:64px;height:64px}.security-ref__medallion svg{width:24px;height:24px}.security-ref__step-head b{margin-top:7px;font-size:14px}.security-ref__step h4{grid-column:2;align-self:end;margin-top:4px;font-size:18px}.security-ref__step>p{grid-column:2}}.security-section{position:relative;overflow:hidden;padding:75px 0 82px;color:#fff;background:radial-gradient(circle at 85% 15%,rgba(93,103,61,.27),transparent 29%),radial-gradient(circle at 10% 75%,rgba(183,130,74,.08),transparent 28%),#252a2c;scroll-margin-top:66px}.security-section:before{content:"";position:absolute;inset:0;opacity:.25;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:52px 52px}.security-section .shell{position:relative;z-index:1}.security-section .section-kicker{margin-bottom:19px}.security-section h2{max-width:850px;margin-bottom:14px;color:#fff;font-size:clamp(39px,3.25vw,52px);font-weight:600;line-height:1.07}.security-section__lead{max-width:820px;margin-bottom:29px;color:#ffffffb0;font-size:16px;line-height:1.55}.safety-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.safety-pillar{display:grid;grid-template-columns:47px 1fr;gap:15px;min-height:154px;padding:24px 23px;border:1px solid rgba(255,255,255,.14);border-radius:17px;background:#ffffff09}.safety-pillar__icon{display:grid;place-items:center;width:47px;height:47px;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--olive),var(--olive-deep))}.safety-pillar__icon svg{width:22px;stroke-width:1.6}.safety-pillar h3{margin:2px 0 7px;color:#fff;font-size:16px;font-weight:600;line-height:1.25;letter-spacing:-.02em}.safety-pillar p{margin:0;color:#ffffff9e;font-size:14px;line-height:1.5}.security-section__note{display:flex;align-items:center;gap:9px;margin:29px 0 0;color:#ffffff75;font-size:12px}.security-section__note svg{width:17px;flex:none}@media(max-width:960px){.safety-pillars{grid-template-columns:1fr}.safety-pillar{min-height:0}}@media(max-width:640px){.security-section h2{font-size:34px}.security-section__lead{font-size:16px}.security-section{padding:61px 0 65px}.safety-pillar{grid-template-columns:44px 1fr;padding:20px 18px}.safety-pillar__icon{width:44px;height:44px}.security-section__note{align-items:flex-start;font-size:11px}}.schedule-section .schedule-section__visual--agreement:after{display:none}.schedule-section .schedule-section__visual--agreement>img{object-fit:cover;object-position:center;transform:none}.schedule-section .schedule-section__visual--agreement:hover>img{transform:none}.schedule-section{position:relative;padding:64px 0 58px;color:var(--graphite);background:radial-gradient(circle at 14% 26%,rgba(215,198,161,.14),transparent 29%),linear-gradient(132deg,#f8f5ee,#f4f1ea 56%,#f8f6f0);scroll-margin-top:66px;overflow:hidden}.schedule-section__intro{display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:58px;align-items:center}.schedule-section__copy{align-self:center;padding-top:2px}.schedule-section .section-kicker{margin-bottom:22px;color:#252a2c9e}.schedule-section .section-kicker b{color:var(--graphite)}.schedule-section h2{max-width:600px;margin:0 0 14px;color:#111514;font-size:clamp(43px,3.35vw,54px);font-weight:600;line-height:1.04}.schedule-section__copy>p{max-width:610px;margin:0;color:#252a2cc7;font-size:17px;line-height:1.48}.schedule-section__visual{position:relative;height:308px;margin:0;overflow:hidden;border-radius:18px;box-shadow:0 19px 48px #252a2c1a}.schedule-section__visual>img{width:100%;height:100%;object-fit:cover;object-position:54% 54%;transform:scale(1.035);transition:transform .8s var(--ease)}.schedule-section__visual:hover>img{transform:scale(1.06)}.schedule-section__visual:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(0deg,rgba(24,29,25,.12),transparent 58%)}.schedule-section__visual figcaption{position:absolute;z-index:2;right:18px;bottom:18px;display:grid;grid-template-columns:38px 1fr;gap:14px;width:305px;min-height:113px;padding:21px 22px 18px;color:var(--graphite);background:#faf8f3f2;border:1px solid rgba(255,255,255,.85);border-radius:15px;box-shadow:0 15px 42px #171c1829;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.schedule-section__visual figcaption>svg{width:31px;height:31px;stroke-width:1.55}.schedule-section__visual figcaption strong,.schedule-section__visual figcaption small{display:block}.schedule-section__visual figcaption strong{margin:0 0 10px;font-family:var(--font-heading);font-size:16px;font-weight:600;line-height:1.16;letter-spacing:-.02em}.schedule-section__visual figcaption small{color:#252a2ca3;font-size:11.5px;line-height:1.38}.schedule-timeline{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:27px 0 0;padding:0;list-style:none}.schedule-timeline:before{content:"";position:absolute;left:6.9%;right:6.9%;top:25px;height:1px;background:#252a2c52}.schedule-stage{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;align-items:center;padding:0 13px;text-align:center}.schedule-stage__rail{display:none}.schedule-stage__marker{position:relative;display:grid;place-items:center;width:50px;height:50px;margin-bottom:4px;color:#fff;border:2px solid rgba(37,42,44,.62);border-radius:50%;background:#f7f4ed;box-shadow:0 0 0 9px #f5f2eb}.schedule-stage__marker svg{width:21px;height:21px;stroke-width:2}.schedule-stage--completed .schedule-stage__marker{border-color:var(--olive);background:var(--olive)}.schedule-stage--current .schedule-stage__marker{border:2px solid var(--olive);background:#f6f3ec;box-shadow:0 0 0 5px #f5f2eb,0 0 0 7px var(--olive),0 0 0 10px #f5f2eb}.schedule-stage--current .schedule-stage__marker>span{display:block;width:29px;height:29px;border-radius:50%;background:var(--olive)}.schedule-stage--planned .schedule-stage__marker{color:#252a2c6b;border-color:#252a2c8f;background:#f7f4ed}.schedule-stage__roman{margin-bottom:3px;color:#111514;font-family:var(--font-heading);font-size:15px;font-weight:600;line-height:1.1}.schedule-stage h3{min-height:42px;margin:0 0 7px;color:#151918;font-size:15.5px;font-weight:600;line-height:1.24;letter-spacing:-.025em}.schedule-stage p{min-height:49px;max-width:190px;margin:0 0 14px;color:#252a2ca6;font-size:12.5px;line-height:1.35}.schedule-stage__status{display:inline-flex;min-width:152px;min-height:29px;align-items:center;justify-content:center;margin-bottom:8px;padding:0 17px;border-radius:999px;color:#252a2ceb;background:#252a2c12;font-size:11px;line-height:1}.schedule-stage--completed .schedule-stage__status{background:linear-gradient(90deg,#5d673d1a,#8fa46347)}.schedule-stage--current .schedule-stage__status{background:linear-gradient(90deg,#839b557a,#afc581b3)}.schedule-stage time{color:#252a2cc2;font-size:12px}.schedule-section__footer{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:33px}.schedule-section__cta{min-width:326px}.schedule-section__promise{display:flex;align-items:center;gap:23px;margin-right:38px;color:#151918}.schedule-section__promise>svg{width:53px;height:53px;stroke-width:1.4}.schedule-section__promise>span{display:block;padding-left:22px;border-left:1px solid rgba(37,42,44,.24)}.schedule-section__promise strong,.schedule-section__promise b{display:block;font-family:var(--font-heading);font-size:14px;line-height:1.22}.schedule-section__promise strong{font-weight:600}.schedule-section__promise b{font-weight:500}@media(max-width:1180px){.schedule-section__intro{grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:38px}.schedule-section__visual{height:285px}.schedule-stage{padding-inline:8px}.schedule-stage__status{min-width:128px}}@media(max-width:960px){.schedule-section{padding:68px 0 62px}.schedule-section__intro{grid-template-columns:1fr;gap:28px}.schedule-section__copy>p{max-width:690px}.schedule-section__visual{height:330px}.schedule-timeline{grid-template-columns:1fr;gap:0;margin-top:37px}.schedule-timeline:before{display:none}.schedule-stage{display:grid;grid-template-columns:58px minmax(0,1fr) auto;grid-template-rows:auto auto auto;column-gap:18px;align-items:start;padding:0 0 30px;text-align:left}.schedule-stage__rail{display:block;position:absolute;left:24px;top:50px;bottom:0;width:1px;background:#252a2c33}.schedule-stage:last-child .schedule-stage__rail{display:none}.schedule-stage__marker{grid-column:1;grid-row:1 / span 3;width:49px;height:49px;margin:0;box-shadow:0 0 0 7px #f5f2eb}.schedule-stage--current .schedule-stage__marker{box-shadow:0 0 0 4px #f5f2eb,0 0 0 6px var(--olive),0 0 0 9px #f5f2eb}.schedule-stage__roman{grid-column:2;grid-row:1;margin:1px 0 4px;font-size:12px}.schedule-stage h3{grid-column:2;grid-row:2;min-height:0;margin-bottom:5px;font-size:17px}.schedule-stage p{grid-column:2;grid-row:3;min-height:0;max-width:520px;margin:0}.schedule-stage__status{grid-column:3;grid-row:1 / span 2;min-width:118px;margin:0}.schedule-stage time{grid-column:3;grid-row:3;margin-top:4px;text-align:right}.schedule-section__footer{margin-top:4px}.schedule-section__promise{margin-right:0}}@media(max-width:640px){.schedule-section{padding:61px 0 56px}.schedule-section h2{font-size:34px}.schedule-section__copy>p{font-size:16px}.schedule-section__visual{height:285px;border-radius:19px}.schedule-section__visual figcaption{right:11px;bottom:11px;width:min(294px,calc(100% - 22px));padding:17px 18px}.schedule-section__visual figcaption strong{font-size:14px}.schedule-stage{grid-template-columns:52px minmax(0,1fr);padding-bottom:27px;column-gap:15px}.schedule-stage__rail{left:23px}.schedule-stage__marker{width:46px;height:46px}.schedule-stage__roman,.schedule-stage h3,.schedule-stage p{grid-column:2}.schedule-stage__status{grid-column:2;grid-row:4;justify-self:start;min-width:118px;margin-top:10px}.schedule-stage time{grid-column:2;grid-row:5;justify-self:start;margin-top:7px}.schedule-section__footer{display:grid;gap:28px}.schedule-section__cta{width:100%;min-width:0}.schedule-section__promise{justify-self:center}}@media(max-width:370px){.schedule-section__visual{height:260px}}.schedule-section__cta svg{width:17px;height:17px;flex:none}@media(min-width:961px){.schedule-section{padding-top:32px;padding-bottom:38px}.schedule-section__visual{height:250px}.schedule-timeline{margin-top:20px}.schedule-stage__marker{width:48px;height:48px}.schedule-timeline:before{top:24px}.schedule-stage h3{min-height:38px;margin-bottom:5px}.schedule-stage p{min-height:41px;margin-bottom:10px;line-height:1.3}.schedule-stage__status{min-height:26px;margin-bottom:6px}.schedule-section__footer{margin-top:24px}.schedule-section__promise>svg{width:48px;height:48px}}@media(min-width:961px)and (max-width:1180px){.schedule-section__visual{height:240px}}.journal-section{padding:45px 0 80px;color:var(--graphite);background:linear-gradient(180deg,#fbfaf7,#f8f6f0);scroll-margin-top:66px}.journal-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:22px}.journal-section__header .section-kicker{margin-bottom:11px;color:#252a2c9e}.journal-section__header .section-kicker b{color:var(--graphite)}.journal-section h2{margin:0;color:#101413;font-size:clamp(40px,3.15vw,50px);font-weight:600;line-height:1.06}.journal-section__header>a{display:inline-flex;align-items:center;gap:9px;margin-bottom:6px;padding:8px 0 7px;border-bottom:1px solid rgba(93,103,61,.35);color:var(--olive-deep);font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.journal-section__header>a svg,.journal-card__link svg{transition:transform .2s var(--ease)}.journal-section__header>a:hover svg,.journal-card__link:hover svg{transform:translate(4px)}.journal-featured{display:grid;grid-template-columns:minmax(0,2.08fr) minmax(318px,1fr);min-height:408px;margin-bottom:16px;overflow:hidden;border:1px solid rgba(37,42,44,.09);border-radius:18px;background:#ffffff8c;box-shadow:0 12px 36px #252a2c0d}.journal-featured__image{position:relative;min-width:0;height:100%;padding:0;overflow:hidden;border:0;background:#d8d4ca;cursor:pointer}.journal-featured__image>img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease),filter .3s var(--ease)}.journal-featured__image:hover>img{transform:scale(1.025);filter:saturate(1.04)}.journal-featured__image>span{position:absolute;left:19px;bottom:18px;display:inline-flex;align-items:center;gap:8px;min-height:35px;padding:0 14px;color:#fff;background:#131815c7;border:1px solid rgba(255,255,255,.23);border-radius:999px;font-size:11px;font-weight:700;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.journal-featured__image>span svg{width:18px;height:18px;stroke-width:1.8}.journal-featured__body{display:flex;flex-direction:column;padding:30px 27px 23px;background:#ffffffb8}.journal-featured__body time{display:block;margin-bottom:14px;color:#252a2ca1;font-size:12px}.journal-card__body time{display:block;color:#252a2ca1;font-size:12px}.journal-featured__body h3{margin:0 0 13px;color:#101413;font-size:28px;font-weight:600;line-height:1.16}.journal-featured__body>p{margin:0 0 18px;color:#252a2cc4;font-size:15px;line-height:1.52}.journal-featured__meta{display:flex;align-items:center;gap:9px;margin-top:auto;padding:18px 0 17px;border-top:1px solid rgba(37,42,44,.12);color:#252a2cdb;font-size:12px}.journal-featured__meta svg{width:21px;height:21px;stroke-width:1.6}.journal-featured__body .button{width:100%;min-height:49px}.journal-archive{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;scroll-margin-top:82px}.journal-card{min-width:0;overflow:hidden;border:1px solid rgba(37,42,44,.08);border-radius:15px;background:#ffffffab;box-shadow:0 9px 26px #252a2c0b;transition:transform .26s var(--ease),box-shadow .26s var(--ease)}.journal-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.journal-card__image{display:block;width:100%;height:171px;padding:0;overflow:hidden;border:0;background:#dad6cd;cursor:pointer}.journal-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.journal-card:hover .journal-card__image img{transform:scale(1.025)}.journal-card__body{padding:15px 18px 16px}.journal-card__body time{margin-bottom:6px}.journal-card__body h3{margin:0 0 9px;color:#121615;font-size:18px;font-weight:600;line-height:1.22}.journal-card__body p{min-height:65px;margin:0 0 15px;color:#252a2cba;font-size:13.5px;line-height:1.46}.journal-card__link{display:inline-flex;align-items:center;gap:8px;padding:5px 0 3px;border:0;border-bottom:1px solid rgba(93,103,61,.36);color:var(--olive-deep);background:none;font-size:12px;font-weight:700;cursor:pointer}@media(max-width:1180px){.journal-featured{grid-template-columns:minmax(0,1.75fr) minmax(300px,1fr)}}@media(max-width:960px){.journal-section{padding:57px 0 70px}.journal-section__header{align-items:flex-start}.journal-section__header>a{margin-top:31px}.journal-featured{grid-template-columns:1.35fr 1fr;min-height:440px}.journal-featured__body{padding:25px 22px 21px}.journal-featured__body h3{font-size:24px}.journal-featured__body>p{font-size:14px}.journal-card__image{height:145px}.journal-card__body{padding:14px 15px 15px}.journal-card__body h3{font-size:16px}.journal-card__body p{min-height:78px;font-size:12.5px}}@media(max-width:640px){.journal-section h2{font-size:34px}.journal-section{padding:54px 0 62px}.journal-section__header{display:block;margin-bottom:20px}.journal-section__header>a{width:max-content;margin-top:15px}.journal-featured{display:block;min-height:0;border-radius:17px}.journal-featured__image{height:310px}.journal-featured__body{padding:22px 19px 19px}.journal-featured__body time{margin-bottom:8px}.journal-featured__body h3{font-size:24px}.journal-featured__body>p{font-size:14px}.journal-archive{grid-template-columns:1fr;gap:13px}.journal-card{display:grid;grid-template-columns:124px minmax(0,1fr)}.journal-card__image{height:100%;min-height:164px}.journal-card__body{padding:14px 15px}.journal-card__body p{min-height:0}}@media(max-width:370px){.journal-featured__image{height:270px}.journal-card{grid-template-columns:110px minmax(0,1fr)}}.journal-featured__body .button svg,.journal-section__header>a svg{width:17px;height:17px;flex:none}.journal-card__link svg{width:15px;height:15px;flex:none}@media(min-width:961px){.journal-section{padding-top:33px;padding-bottom:50px}.journal-section__header{margin-bottom:15px}.journal-featured{min-height:330px}.journal-featured__body{padding-top:24px;padding-bottom:18px}.journal-featured__body time{margin-bottom:10px}.journal-featured__body h3{margin-bottom:10px;font-size:27px}.journal-featured__body>p{margin-bottom:12px;font-size:14px;line-height:1.46}.journal-featured__meta{padding-top:12px;padding-bottom:11px}.journal-featured__body .button{min-height:44px}.journal-archive{gap:14px}.journal-card__image{height:142px}.journal-card__body{padding-top:12px;padding-bottom:13px}.journal-card__body time{margin-bottom:4px}.journal-card__body h3{margin-bottom:7px}.journal-card__body p{min-height:56px;margin-bottom:11px;font-size:12.75px;line-height:1.4}}.journal-section--placeholder{padding-block:54px 62px}.journal-placeholder{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(350px,.75fr);min-height:410px;overflow:hidden;border:1px solid rgba(37,42,44,.08);border-radius:20px;background:#ffffffa6;box-shadow:0 18px 52px #252a2c12}.journal-placeholder__visual{position:relative;min-width:0;margin:0;overflow:hidden}.journal-placeholder__visual>img{width:100%;height:100%;object-fit:cover}.journal-placeholder__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(16,23,18,.5),transparent 48%)}.journal-placeholder__visual figcaption{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;display:grid;grid-template-columns:35px 1fr;gap:12px;align-items:center;max-width:470px;padding:14px 16px;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:#171f19a6;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.journal-placeholder__visual figcaption svg{width:29px}.journal-placeholder__visual figcaption strong,.journal-placeholder__visual figcaption small{display:block}.journal-placeholder__visual figcaption strong{font-family:Montserrat,sans-serif;font-size:12px}.journal-placeholder__visual figcaption small{color:#ffffffb3;font-size:10px}.journal-placeholder__content{align-self:center;padding:34px 30px}.journal-placeholder__eyebrow{margin-bottom:10px;color:var(--wood);font-size:10px;font-weight:700;letter-spacing:.13em}.journal-placeholder__content h3{margin-bottom:12px;font-size:26px;line-height:1.16}.journal-placeholder__content>p:not(.journal-placeholder__eyebrow){margin-bottom:20px;color:#252a2cb3;font-size:13px}.journal-placeholder__content>.button{width:100%}.journal-newsletter{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.journal-newsletter label{display:grid;grid-template-columns:26px 1fr;gap:9px;align-items:center;margin-bottom:9px}.journal-newsletter label svg{width:23px;color:var(--olive-deep)}.journal-newsletter label strong,.journal-newsletter label small{display:block}.journal-newsletter label strong{font-size:12px}.journal-newsletter label small{color:#252a2c94;font-size:9px}.journal-newsletter>div{display:grid;grid-template-columns:1fr auto}.journal-newsletter input{min-width:0;height:39px;padding:0 12px;border:1px solid rgba(37,42,44,.15);border-radius:8px 0 0 8px;background:#fff}.journal-newsletter button{display:flex;align-items:center;gap:6px;padding-inline:13px;border:0;border-radius:0 8px 8px 0;color:#fff;background:var(--olive-deep);font-size:10px;font-weight:700;cursor:pointer}.journal-newsletter>p{margin:8px 0 0;color:var(--olive-deep);font-size:10px}@media(max-width:960px){.journal-placeholder{grid-template-columns:1.15fr .85fr}}@media(max-width:700px){.journal-placeholder{grid-template-columns:1fr}.journal-placeholder__visual{min-height:300px}.journal-placeholder__content{padding:26px 20px}}.journal-empty{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(32px,5vw,72px);align-items:center}.journal-empty__photo{position:relative;margin:0;overflow:hidden;border-radius:var(--radius-image);aspect-ratio:16/10}.journal-empty__photo img{width:100%;height:100%;object-fit:cover}.journal-empty__photo figcaption{position:absolute;bottom:0;left:0;right:0;padding:42px 20px 16px;background:linear-gradient(transparent,#142b23cc);color:#fff;font-size:12px}.journal-empty__copy>p{max-width:480px;font-size:16px;line-height:1.75;color:var(--text-muted)}.journal-empty__copy .journal-empty__status{font-size:12px;letter-spacing:.04em;display:inline-flex;align-items:center;gap:10px;color:var(--olive-deep);margin-bottom:16px}.journal-empty__status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}@media(max-width:760px){.journal-empty{grid-template-columns:1fr;gap:28px}.journal-empty__photo{aspect-ratio:16/9}.journal-empty__copy>p{font-size:15px}}.journal-carousel__header{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:24px}.journal-carousel__header h2 em{font-family:var(--font-editorial);font-weight:400}.journal-carousel__header p{font-size:16px;line-height:1.7;max-width:620px;margin:16px 0 0;color:var(--text-muted)}.journal-carousel__controls{display:flex;gap:10px;flex-shrink:0}.journal-carousel__controls button{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--line);border-radius:50%;background:var(--paper);color:var(--graphite);cursor:pointer}.journal-carousel__controls button:disabled{opacity:.35;cursor:default}.journal-carousel__controls button:not(:disabled):hover{background:var(--graphite);color:#fff}.journal-carousel__notice{font-size:13px;line-height:1.6;color:var(--text-muted);margin:0 0 20px}.journal-carousel__rail{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:1px;overscroll-behavior-x:contain;padding:2px 1px 18px;scrollbar-width:thin;scrollbar-color:#819079 transparent}.news-card{flex:0 0 calc((100% - 48px)/3);min-width:0;scroll-snap-align:start;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-image);background:var(--paper)}.news-card__image{position:relative;display:block;width:100%;aspect-ratio:16/10;overflow:hidden;border:0;padding:0;background:#e6e7dd}button.news-card__image{cursor:pointer}.news-card__image img{display:block;width:100%;height:100%;object-fit:cover}.news-card__image>span{position:absolute;left:12px;bottom:12px;background:#142b23dc;color:#fff;font-size:11px;padding:5px 8px;border-radius:3px}.news-card__body{padding:24px;display:flex;flex-direction:column;flex:1}.news-card__label,.news-card__body time{font-size:11px;font-weight:650;letter-spacing:.09em;text-transform:uppercase;color:var(--olive-deep);margin-bottom:12px}.news-card h3{font-size:24px;line-height:1.2;font-weight:500;letter-spacing:-.025em;margin:0 0 14px}.news-card p{font-size:15px;line-height:1.75;color:var(--text-muted);margin:0 0 20px}.news-card .text-link{margin-top:auto;align-self:start;min-height:44px;background:none;border:0;border-bottom:1px solid var(--line);padding:6px 0;cursor:pointer;font-size:13px}.journal-carousel__progress{display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--text-muted);margin-top:12px}.journal-instagram{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:24px;border-top:1px solid var(--line);margin-top:40px;padding-top:32px}.journal-instagram__icon{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--line);border-radius:50%}.journal-instagram h3{font-size:21px;font-weight:500;line-height:1.3;margin:0 0 8px}.journal-instagram p{font-size:14px;line-height:1.6;color:var(--text-muted);max-width:580px;margin:0}.journal-instagram .button{border:1px solid var(--olive-deep);font-size:13px;background:transparent;color:var(--olive-deep)}.journal-instagram .button:hover{background:var(--olive-deep);color:var(--paper)}@media(max-width:960px){.news-card{flex-basis:calc((100% - 24px)/2)}.journal-instagram{grid-template-columns:48px 1fr}.journal-instagram>a{grid-column:2;justify-self:start}}@media(max-width:640px){.journal-carousel__header{align-items:start;gap:16px;flex-wrap:wrap}.journal-carousel__header h2{font-size:34px}.journal-carousel__controls{margin-left:auto}.news-card{flex-basis:88%}.news-card__body{padding:20px}.news-card h3{font-size:24px}.journal-instagram{gap:16px}.journal-instagram h3{font-size:20px}.journal-instagram>a{grid-column:1/-1;width:100%}}.team-section{position:relative;overflow:hidden;padding:44px 0 36px;background:radial-gradient(circle at 27% 48%,rgba(149,165,101,.17),transparent 34%),linear-gradient(105deg,#f5f1e8,#eef0e4 58%,#f4f1e8)}.team-section:after{content:"";position:absolute;right:-110px;bottom:-180px;width:390px;height:390px;border-radius:50%;background:#5d673d0b;pointer-events:none}.team-section>.shell{width:min(1240px,calc(100% - 80px));max-width:none;margin-inline:auto}.team-section__grid{position:relative;z-index:1;display:grid;gap:38px}.team-section .section-kicker{display:flex;align-items:center;gap:12px;margin:0 0 18px;text-transform:uppercase;letter-spacing:.09em;color:#252a2c94;font-size:11px;line-height:1}.team-section .section-kicker b{color:#252a2c;font-weight:700;letter-spacing:0}.team-section .section-kicker span{width:38px;height:1px;background:#252a2c61}.team-section h2{margin:0 0 16px;color:#101312;font-family:var(--font-heading);font-size:clamp(38px,3.25vw,48px);font-weight:700;line-height:1.06;letter-spacing:-.035em}.team-section__intro>p{max-width:510px;margin:0 0 28px;color:#252a2cc4;font-size:15.5px;line-height:1.55}.team-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0 0 29px}.team-values>div{min-width:0}.team-values svg{display:block;width:46px;height:46px;margin:0 0 8px;stroke-width:1.45;color:#151917}.team-values strong{display:block;margin-bottom:4px;color:#171b19;font:600 13px/1.25 var(--font-heading)}.team-values span{display:block;color:#252a2ca1;font-size:11.5px;line-height:1.35}.team-section__cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:214px;min-height:44px;padding:0 22px;border-radius:999px;text-transform:uppercase;letter-spacing:.03em;font-size:11px}.team-section__cta svg{transition:transform .18s ease}.team-section__cta:hover svg{transform:translate(4px)}.team-section__people{min-width:0}.team-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.team-card{min-width:0;overflow:hidden;border:1px solid rgba(37,42,44,.055);border-radius:12px;background:#fcfaf5f2;box-shadow:0 8px 26px #252a2c0b}.team-card__portrait{position:relative;height:228px;overflow:hidden;background:#d9ddcf}.team-card__portrait img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s cubic-bezier(.22,.61,.36,1)}.team-card:hover .team-card__portrait img{transform:scale(1.025)}.team-card__portrait--brand{display:block;background:#efe7d6}.team-card__portrait--brand img{object-fit:cover;object-position:50% 43%;transform:none}.team-card:hover .team-card__portrait--brand img{transform:scale(1.012)}.team-card__body{min-height:126px;padding:10px 12px 12px}.team-card__body h3{margin:0 0 2px;color:#171a19;font:700 14px/1.18 var(--font-heading);letter-spacing:-.025em}.team-card__role{margin:0 0 10px;color:#252a2c9c;font-size:11px;line-height:1.2}.team-card__statement{margin:0;color:#252a2cb5;font-size:11.2px;font-style:italic;line-height:1.38}@media(min-width:880px)and (max-width:1100px){.team-section>.shell{width:calc(100% - 86px)}.team-section{padding:33px 0 22px}.team-section__grid{grid-template-columns:345px minmax(0,1fr);gap:22px}.team-section .section-kicker{margin-bottom:17px}.team-section h2{margin-bottom:15px;font-size:35px}.team-section__intro>p{margin-bottom:24px;font-size:13.5px;line-height:1.48}.team-values{gap:20px;margin-bottom:25px}.team-values svg{width:42px;height:42px}.team-values strong{font-size:12px}.team-values span{font-size:10.5px}.team-section__cta{min-width:190px;min-height:39px;font-size:9.6px}.team-card__portrait{height:222px}.team-card__body{min-height:127px;padding:9px 11px 10px}.team-card__body h3{font-size:12.5px}.team-card__role{font-size:10px;margin-bottom:9px}.team-card__statement{font-size:10.2px;line-height:1.34}}@media(max-width:879px){.team-section>.shell{width:min(100% - 48px,760px)}.team-section{padding:56px 0 48px}.team-section__grid{grid-template-columns:1fr;gap:36px}.team-section__intro>p{max-width:680px}.team-values{max-width:610px}.team-cards{gap:12px}.team-card__portrait{height:250px}}@media(max-width:700px){.team-section>.shell{width:calc(100% - 36px)}.team-section{padding:48px 0 42px}.team-section h2{font-size:34px}.team-section__intro>p{font-size:15px}.team-values{gap:14px}.team-values svg{width:36px;height:36px}.team-values strong{font-size:11px}.team-values span{font-size:10px}.team-section__cta{width:100%}.team-cards{grid-template-columns:1fr}.team-card{display:grid;grid-template-columns:118px 1fr}.team-card__portrait{height:auto;min-height:170px}.team-card__body{min-height:0;padding:16px 14px}.team-card__body h3{font-size:14px}.team-card__statement{font-size:11.5px}}@media(max-width:390px){.team-values{grid-template-columns:1fr 1fr}.team-values>div:last-child{grid-column:1/-1}.team-card{grid-template-columns:105px 1fr}}@media(prefers-reduced-motion:reduce){.team-card__portrait img,.team-section__cta svg{transition:none}}.team-section__grid{grid-template-columns:minmax(330px,.75fr) minmax(0,1.25fr);align-items:center}.team-section{padding-block:52px}@media(max-width:960px){.team-section__grid{grid-template-columns:1fr}}.faq-section>.shell{width:min(1240px,calc(100% - 80px));max-width:none;margin-inline:auto}.faq-section .section-kicker{display:flex;align-items:center;gap:12px;margin:0 0 18px;text-transform:uppercase;letter-spacing:.09em;color:#252a2c94;font-size:11px;line-height:1}.faq-section .section-kicker b{color:#252a2c;font-weight:700;letter-spacing:0}.faq-section .section-kicker span{width:38px;height:1px;background:#252a2c61}.faq-section{padding:42px 0 44px;background:#fbfaf7}.faq-section__grid{display:grid;grid-template-columns:1fr;gap:26px;align-items:start}.faq-section__intro{max-width:760px}.faq-section h2{margin:0 0 9px;color:#111412;font-family:var(--font-heading);font-size:clamp(36px,3.05vw,44px);font-weight:700;line-height:1.05;letter-spacing:-.035em}.faq-section__intro>p{max-width:720px;margin:0;color:#252a2cb8;font-size:14px;line-height:1.48}.faq-section__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.faq-column{min-width:0}.faq-column__title{margin:0 0 10px;padding:0 2px;color:#252a2c;font:700 13px/1.2 var(--font-heading);letter-spacing:-.015em}.faq-list{display:grid;gap:7px}.faq-item{overflow:hidden;border:1px solid rgba(37,42,44,.07);border-radius:10px;background:#ffffffe8;box-shadow:0 4px 16px #252a2c07;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.faq-item:hover{border-color:#5d673d2e;box-shadow:0 6px 20px #252a2c0b}.faq-item.is-open{border-color:#5d673d33;background:#fff}.faq-item h4{margin:0}.faq-item h4 button{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px;border:0;background:transparent;color:#171b19;font:700 11.4px/1.32 var(--font-body);text-align:left;cursor:pointer}.faq-item h4 button:focus-visible{outline:2px solid rgba(93,103,61,.42);outline-offset:-2px;border-radius:9px}.faq-item__symbol{width:18px;flex:0 0 18px;color:#252a2c;font:600 17px/1 var(--font-heading);text-align:center}.faq-item__answer{padding:0 14px 13px}.faq-item__answer p{margin:0;padding-top:9px;border-top:1px solid rgba(37,42,44,.065);color:#252a2cb0;font-size:11px;line-height:1.5}@media(min-width:880px)and (max-width:1100px){.faq-section>.shell{width:calc(100% - 86px)}.faq-section{padding:34px 0}.faq-section__grid{grid-template-columns:1fr;gap:22px}.faq-section .section-kicker{margin-bottom:18px}.faq-section h2{font-size:35px;margin-bottom:8px}.faq-section__intro>p{font-size:12.8px;line-height:1.45}.faq-column__title{margin-bottom:8px}.faq-list{gap:6px}.faq-item h4 button{min-height:43px;padding:9px 12px;font-size:10.5px}.faq-item__answer{padding:0 12px 11px}.faq-item__answer p{font-size:9.9px;line-height:1.42}.faq-item__symbol{font-size:16px}}@media(max-width:879px){.faq-section>.shell{width:min(100% - 48px,760px)}.faq-section{padding:52px 0}.faq-section__grid{grid-template-columns:1fr;gap:24px}.faq-section__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}.faq-column:last-child{grid-column:1/-1}.faq-column:last-child .faq-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 14px}}@media(max-width:700px){.faq-section>.shell{width:calc(100% - 36px)}.faq-section h2{font-size:34px}.faq-section{padding:48px 0}.faq-section__grid{grid-template-columns:1fr;gap:26px}.faq-section__intro>p{max-width:none;font-size:14px}.faq-section__columns{grid-template-columns:1fr;gap:24px}.faq-column:last-child{grid-column:auto}.faq-column:last-child .faq-list{grid-template-columns:1fr}.faq-column__title{font-size:13px}.faq-item h4 button{min-height:48px;padding:10px 14px;font-size:13px}.faq-item__answer p{font-size:12.5px}}.faq-item button{font-size:12.5px;line-height:1.35}.faq-answer p{font-size:12px;line-height:1.52}@media(min-width:880px)and (max-width:1100px){.faq-section__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.faq-column:last-child{grid-column:1 / -1}.faq-column:last-child .faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.faq-column__title{font-size:13px}.faq-item h4 button{min-height:50px;font-size:12.7px;line-height:1.4}.faq-answer p{font-size:12.3px;line-height:1.52}}@media(max-width:879px){.faq-item h4 button{font-size:12.5px}.faq-answer p{font-size:12px}}@media(max-width:700px){.faq-column:last-child .faq-list{display:block}}.contact-section{padding:46px 0 48px;color:#fff;background:#222b25}.contact-section__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:start}.contact-section__intro{position:relative;padding-top:2px}.contact-section h2{margin:0 0 16px;color:#fff;font-size:clamp(34px,3vw,48px);line-height:1.08}.contact-section__intro>p{max-width:470px;margin:0;color:#e2e3da;font-size:15px;line-height:1.55}.contact-details{display:grid;gap:14px;margin-top:22px;font-style:normal}.contact-details>a{display:grid;grid-template-columns:25px 1fr;gap:13px;min-height:40px;align-items:start;text-decoration:none}.contact-details svg{width:23px;height:23px;color:#d7c6a1}.contact-details span{display:grid;gap:2px}.contact-details strong{font-size:16px;line-height:1.35}.contact-details small,.contact-details u{color:#dedfd7;font-size:13px;line-height:1.4}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;padding:21px 23px 22px;align-content:start;border:1px solid #596459;border-radius:18px;background:#343e35;box-shadow:0 14px 44px #0002}.contact-form h3{grid-column:1 / -1;margin:0;color:#fff;font-size:22px;line-height:1.2}.contact-form__wide{grid-column:1 / -1;min-width:0}.contact-form .contact-form__hint{margin:-1px 0 1px;color:#e2e4dd;font-size:12px;line-height:1.35}.contact-form label{display:grid;gap:5px;color:#f4f1ea;font-size:13px;line-height:1.3}.contact-form small{font-size:12px;color:#dfe2d9}.contact-form input:not([type=checkbox]),.contact-form select,.contact-form textarea{width:100%;min-height:44px;padding:8px 11px;border:1px solid #727b71;border-radius:7px;background:#faf8f3;color:#252a2c;font:16px/1.3 var(--font-body)}.contact-form textarea{min-height:84px;max-height:150px;resize:vertical}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#62675f;opacity:1}.contact-form input:focus-visible,.contact-form select:focus-visible,.contact-form textarea:focus-visible{outline:3px solid #f2d58e;outline-offset:2px;border-color:#252a2c}.contact-form input[aria-invalid=true],.contact-form textarea[aria-invalid=true]{border:2px solid #9d342b}.contact-form .contact-form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.contact-form .contact-form__consent{grid-template-columns:20px minmax(0,1fr);gap:9px;align-items:start;min-height:0;padding-block:1px;font-size:12px;line-height:1.38;color:#f1f0e8;cursor:pointer}.contact-form__consent input{width:20px;height:20px;margin:0;accent-color:#5d673d;cursor:pointer}.contact-form__consent a{color:#fff;text-decoration:underline;text-underline-offset:3px}.contact-form .contact-form__submit{min-height:46px;margin:1px 0 0;width:100%;font-size:13px;background:#4b5630;color:#fff}.contact-form .contact-form__submit:hover{background:#3e4828}.contact-form__submit:disabled{opacity:.7;cursor:wait}.contact-form__field-error,.contact-form__status--error{color:#ffd5ce;font-size:12px;line-height:1.35}.contact-form__status{margin:0;font-size:12px;line-height:1.35}.contact-form__status--success{color:#e3f5c1}.contact-form__status:focus-visible{outline:2px solid #f2d58e;outline-offset:4px}@media(max-width:1000px){.contact-section__grid{grid-template-columns:.86fr 1.14fr;gap:26px}.contact-form{padding:19px 20px 20px}}@media(max-width:760px){.contact-section{padding:42px 0 44px}.contact-section__grid{grid-template-columns:1fr;gap:24px}.contact-form{grid-template-columns:minmax(0,1fr);padding:20px 16px;gap:11px}.contact-form>*{grid-column:1 / -1}.contact-form input:not([type=checkbox]),.contact-form select,.contact-form textarea{min-height:48px}.contact-form textarea{min-height:96px}.contact-form .contact-form__consent{grid-template-columns:22px minmax(0,1fr);font-size:12.5px}.contact-form__consent input{width:22px;height:22px}}.site-footer>.shell{width:min(1240px,calc(100% - 80px));max-width:none;margin-inline:auto}.site-footer{padding:25px 0 14px;color:#f4f1eac7;background:linear-gradient(100deg,#17211c,#101815)}.site-footer__grid{display:grid;grid-template-columns:1.18fr .78fr 1fr 1fr;gap:37px;padding-bottom:20px}.site-footer a{text-decoration:none}.site-footer__brand>a{display:inline-flex;margin-bottom:9px}.site-footer .brand-logo__mark{width:40px;height:36px}.site-footer .brand-logo__wordmark{font-size:11px;letter-spacing:.075em}.site-footer__brand p{margin:0 0 10px;color:#f4f1eaa3;font-size:9.4px;line-height:1.45}.site-footer h3{margin:0 0 9px;color:#fff;font:700 9.6px/1.2 var(--font-body)}.site-footer nav,.site-footer__docs,.site-footer__contact{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.site-footer nav a,.site-footer__docs a,.site-footer__docs span{color:#f4f1eaa8;font-size:9px;line-height:1.34}.site-footer__docs span{opacity:.73}.site-footer__contact a{display:flex;gap:7px;align-items:flex-start;color:#f4f1eac2;font-size:9px;line-height:1.34}.site-footer__contact svg{width:13px;height:13px;flex:none;stroke-width:1.65}.site-footer__socials{display:flex;gap:8px}.site-footer__socials>a,.site-footer__socials>span{width:22px;height:22px;display:grid;place-items:center;border:1px solid rgba(244,241,234,.14);border-radius:50%;color:#f4f1eac7}.site-footer__socials .is-disabled{opacity:.48}.site-footer__socials svg{width:12px;height:12px}.site-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding-top:13px;border-top:1px solid rgba(244,241,234,.2);color:#f4f1ea82;font-size:8.2px}.site-footer__bottom span:last-child{display:flex;align-items:center;gap:7px}.site-footer__bottom svg{width:19px;height:19px;color:#d7c6a1b8;stroke-width:1.2}@media(min-width:880px)and (max-width:1100px){.site-footer>.shell{width:calc(100% - 86px)}.site-footer{padding:22px 0 12px}.site-footer__grid{gap:34px;padding-bottom:18px}.site-footer__brand p{font-size:8.8px}.site-footer h3{font-size:9px}.site-footer nav a,.site-footer__docs a,.site-footer__docs span,.site-footer__contact a{font-size:8.4px}.site-footer__bottom{font-size:7.8px}}@media(max-width:879px){.site-footer>.shell{width:min(100% - 48px,760px)}.site-footer__grid{grid-template-columns:1.2fr .8fr 1fr;gap:28px}.site-footer__contact{grid-column:3;grid-row:1}}@media(max-width:700px){.site-footer>.shell{width:calc(100% - 36px)}.site-footer{padding-top:32px}.site-footer__grid{grid-template-columns:1fr 1fr;gap:26px 20px}.site-footer__brand{grid-column:1/-1}.site-footer__contact{grid-column:1/-1;grid-row:auto}.site-footer nav a,.site-footer__docs a,.site-footer__docs span,.site-footer__contact a{font-size:11px}.site-footer h3{font-size:12px}.site-footer__bottom{display:grid;gap:8px;font-size:10px}}@media(max-width:390px){.site-footer__grid{grid-template-columns:1fr}.site-footer__brand,.site-footer__contact{grid-column:auto}}.site-footer__legal{grid-column:1 / -1;margin:4px 0 0;padding-top:14px;border-top:1px solid rgba(255,255,255,.1);color:#ffffff85;font-size:9.5px;line-height:1.55}.site-footer button.site-footer__link-button{padding:0;border:0;color:inherit;background:transparent;font:inherit;cursor:pointer}.site-footer button.site-footer__link-button:hover,.site-footer button.site-footer__link-button:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:3px;outline:none}.consent-banner{position:fixed;left:22px;right:22px;bottom:20px;z-index:120;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:16px;align-items:center;width:min(1120px,calc(100% - 44px));margin-inline:auto;padding:18px 20px;color:#1f4236;background:#faf8f3fa;border:1px solid rgba(31,66,54,.12);border-radius:22px;box-shadow:0 18px 55px #112c2333;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.consent-banner__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:var(--olive-deep);background:#edf2eb;flex-shrink:0}.consent-banner__icon svg{width:20px;height:20px}.consent-banner__copy{min-width:0}.consent-banner__copy strong{display:block;margin-bottom:4px;font-family:var(--font-heading);font-size:18px;font-weight:700;line-height:1.1}.consent-banner__copy p{margin:0;color:#4d6158;font-size:14px;line-height:1.55}.consent-banner__detail{margin-top:8px;padding-top:8px;border-top:1px solid rgba(31,66,54,.1)}.consent-banner__policy{display:inline-block;margin-top:10px;color:inherit;font-size:14px;text-decoration:underline;text-underline-offset:3px}.consent-banner__actions{display:grid;grid-template-columns:auto auto;gap:8px;align-items:center}.consent-banner__actions .button{min-height:42px;padding-inline:18px;white-space:nowrap}.consent-banner__necessary{color:#355348;background:#fff;border-color:#1f42362e}.consent-banner__necessary:hover{background:#f3f5f1;transform:translateY(-2px)}.consent-banner__settings{grid-column:1 / -1;border:0;padding:4px 0 0;color:#5f6d66;background:transparent;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-size:13px}.consent-banner__settings svg{width:16px;height:16px}.consent-banner__close{position:absolute;top:8px;right:8px;width:34px;height:34px;display:grid;place-items:center;padding:0;color:#7c8882;background:transparent;border:0;border-radius:50%;cursor:pointer}.consent-banner__close:hover{background:#1f423612}.consent-banner__close svg{width:16px;height:16px}@media(max-width:900px){.consent-banner{left:14px;right:14px;bottom:14px;width:auto;grid-template-columns:1fr;gap:14px;padding:18px 18px 16px}.consent-banner__icon{display:none}.consent-banner__actions{display:flex;flex-wrap:wrap}}@media(max-width:560px){.consent-banner{border-radius:18px}.consent-banner__copy strong{font-size:17px}.consent-banner__copy p,.consent-banner__policy{font-size:13px}.consent-banner__actions{display:grid;grid-template-columns:1fr}.consent-banner__actions .button,.consent-banner__settings{width:100%}}.legal-page{min-height:100vh;padding:118px 0 80px;color:#252a2c;background:#f5f2e9}.legal-page__shell{width:min(calc(100% - 48px),900px);margin:0 auto}.legal-page__back{display:inline-flex;align-items:center;gap:8px;margin-bottom:34px;color:#5d673d;font-size:12px;font-weight:700;text-decoration:none}.legal-page__header{margin-bottom:34px;padding-bottom:28px;border-bottom:1px solid rgba(37,42,44,.14)}.legal-page__eyebrow{margin-bottom:10px;color:#66733f;font:700 10px/1.2 var(--font-heading);letter-spacing:.12em;text-transform:uppercase}.legal-page h1{max-width:760px;margin:0 0 14px;color:#161b18;font:700 clamp(36px,5vw,58px)/1.05 var(--font-heading);letter-spacing:-.04em}.legal-page__lead{max-width:760px;margin:0;color:#252a2cb8;font-size:16px;line-height:1.6}.legal-page__content{display:grid;gap:30px}.legal-page__content section{padding:0}.legal-page__content h2{margin:0 0 10px;color:#1d221f;font:700 18px/1.25 var(--font-heading);letter-spacing:-.02em}.legal-page__content p,.legal-page__content li{color:#252a2cc7;font-size:14px;line-height:1.7}.legal-page__content p{margin:0 0 9px}.legal-page__content ul{margin:8px 0 0;padding-left:20px}.legal-page__content a{color:#526033;text-underline-offset:3px}.legal-page__meta{margin-top:38px;padding-top:20px;border-top:1px solid rgba(37,42,44,.14);color:#252a2c94;font-size:11px;line-height:1.6}@media(max-width:700px){.legal-page{padding-top:92px}.legal-page__shell{width:calc(100% - 36px)}.legal-page__lead{font-size:14.5px}.legal-page__content p,.legal-page__content li{font-size:13px}}.legal-page__header{margin:0;padding:0;border:0;background:#202720}.legal-page__header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.legal-page__header .legal-page__back{margin:0;color:#ffffffd1}.legal-page__main{width:min(calc(100% - 48px),900px)}.legal-page__heading{margin:0 0 38px;padding:42px 0 30px;border-bottom:1px solid rgba(37,42,44,.14)}.legal-page__heading .eyebrow{margin:0 0 10px;color:#66733f;font:700 10px/1.2 var(--font-heading);letter-spacing:.12em;text-transform:uppercase}.legal-page__heading h1{max-width:760px;margin:0 0 14px;color:#161b18;font:700 clamp(36px,5vw,58px)/1.05 var(--font-heading);letter-spacing:-.04em}.legal-page__heading>p:not(.eyebrow){max-width:760px;margin:0 0 12px;color:#252a2cb8;font-size:16px;line-height:1.6}.legal-page__heading time{color:#252a2c8a;font-size:11px}.legal-page__footer{margin-top:58px;padding:28px 0;color:#ffffffad;background:#202720}.legal-page__footer .shell{display:grid;gap:8px}.legal-page__footer strong{color:#fff;font:700 12px/1.3 var(--font-heading)}.legal-page__footer span{font-size:10.5px;line-height:1.5}.legal-page__footer div div{display:flex;flex-wrap:wrap;gap:18px;margin-top:6px}.legal-page__footer a{display:inline-flex;align-items:center;gap:7px;color:#fff;font-size:11px;text-decoration:none}.legal-page__footer svg{width:14px;height:14px}@media(max-width:700px){.legal-page__header-inner{min-height:68px}.legal-page__header .brand-logo__wordmark{display:none}.legal-page__main{width:calc(100% - 36px)}.legal-page__heading{padding-top:32px}}.not-found{position:relative;min-height:100vh;display:grid;place-items:center;padding:96px 24px 64px;text-align:center;color:#252a2c;background:radial-gradient(circle at 50% 20%,#fbfaf6 0,#f2efe6 48%,#e8e4d8)}.not-found__brand{position:absolute;left:clamp(24px,5vw,72px);top:28px;text-decoration:none}.not-found>div{width:min(100%,680px)}.not-found>div>span{display:block;margin-bottom:12px;color:#697548;font:700 12px/1 var(--font-heading);letter-spacing:.18em}.not-found h1{margin:0 0 16px;color:#181d1a;font:700 clamp(38px,6vw,68px)/1.02 var(--font-heading);letter-spacing:-.045em}.not-found p{max-width:520px;margin:0 auto 28px;color:#252a2cad;font-size:16px;line-height:1.6}.not-found .button{display:inline-flex}@media(max-width:600px){.not-found{padding-inline:18px}.not-found__brand{left:18px;top:20px}.not-found p{font-size:14px}}@keyframes hero-media-fade{0%{opacity:.74;transform:scale(1.008)}to{opacity:1;transform:scale(1)}}@keyframes room-image-in{0%{opacity:.45;transform:scale(1.015)}to{opacity:1;transform:none}}@keyframes panorama-spin{to{transform:rotate(360deg)}}@keyframes discover-pulse{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}@keyframes plan-mask-premium-in{0%{opacity:.35;filter:drop-shadow(0 0 1px rgba(238,242,191,.4)) drop-shadow(0 0 2px rgba(147,170,75,.25))}65%{opacity:1;filter:drop-shadow(0 0 3px rgba(248,250,211,1)) drop-shadow(0 0 10px rgba(165,187,90,1)) drop-shadow(0 0 22px rgba(91,114,44,.78)) drop-shadow(0 0 34px rgba(75,94,39,.38))}to{opacity:1}}@keyframes plan-mask-premium-in-v12{0%{opacity:.42}70%{opacity:1}to{opacity:1}}@keyframes hero-zoom{0%{transform:scale(1)}to{transform:scale(1.025)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.homes,.why-home,.journal-section{position:relative;isolation:isolate;overflow:clip}.homes:after{content:none}.why-home:before,.why-home:after,.standard-section:before,.standard-section:after,.journal-section:before,.journal-section:after{content:none}.contact-section:before{opacity:.13}.homes__heading{display:grid;grid-template-columns:minmax(0,1fr) 250px;align-items:end;gap:36px;margin-bottom:32px}.homes__heading .section-heading{margin:0}.homes__signature{margin:0;padding-left:24px;border-left:1px solid var(--line);font:italic 25px/1.3 var(--font-editorial);color:var(--olive-deep)}.homes__signature>span{display:block;font:500 10px/1.5 var(--font-body);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;color:var(--text-muted)}.homes__showcase{grid-template-columns:minmax(0,1.9fr) minmax(320px,1fr);gap:24px;align-items:start}.homes__map-column{min-width:0}.homes__map-caption{display:flex;justify-content:space-between;gap:16px;margin-top:12px;color:var(--text-muted);font-size:12px}.homes__map-caption p{margin:0}.homes__north-caption{white-space:nowrap}.masterplan>.masterplan-north{position:absolute;z-index:5;inset:auto 14px 14px auto;width:72px;height:72px;pointer-events:none;filter:drop-shadow(0 2px 4px #263b2240)}@media(max-width:1000px){.homes__showcase{grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr)}.homes__heading{grid-template-columns:minmax(0,1fr) 220px}}@media(max-width:760px){.homes:after{content:none}.homes__heading{display:block}.homes__signature{display:none}.homes__showcase{display:block}.homes__showcase>.house-card{display:none}.homes__map-caption{font-size:11px}.masterplan>.masterplan-north{width:48px;height:48px;inset:auto 8px 8px auto}}html{scrollbar-gutter:stable}body{font-family:var(--font-body);font-size:16px;line-height:1.6}button,input,textarea,select{font-family:inherit}h1,h2,h3,h4{font-family:var(--font-heading);text-wrap:balance}main>section:not(.hero){scroll-margin-top:96px}.button{min-height:50px;padding:0 24px;border-radius:6px;font-size:13px;text-transform:none;letter-spacing:0;font-weight:600;line-height:1.35}.button--olive{background:var(--olive-deep)}.button--olive:hover{box-shadow:var(--shadow-hover);background:var(--graphite-deep);transform:translateY(-1px)}.button--light:hover{background:#fff;transform:translateY(-1px)}:focus-visible{outline:2px solid #476eb3;outline-offset:4px}:is(.hero,.gallery-section,.security-section,.contact-section) :focus-visible{outline-color:#f3dca4}button:disabled{cursor:not-allowed;opacity:.65}.button[aria-disabled=true]{pointer-events:none;opacity:.55}.text-link{display:inline-flex;align-items:center;gap:24px;min-height:48px;border-bottom:1px solid var(--olive);color:var(--olive-deep);font-weight:600;text-decoration:none;font-size:14px}.text-link svg{transition:transform var(--duration-fast)}.text-link:hover svg{transform:translate(3px)}.section-kicker{font-size:10px;font-weight:600;letter-spacing:.12em;line-height:1.6;margin-bottom:20px;color:var(--text-muted);gap:12px}.section-kicker>span{width:32px;height:1px;background:currentColor}.section-kicker b{font-weight:400;color:var(--text-muted)}.section-kicker--dark,.section-kicker--dark b{color:#c5d1c3}.section-heading h2,.why-home h2,.location-section h2,.layout-section h2,.gallery-section h2,.standard-section h2,.security-section h2,.schedule-section h2,.journal-section h2,.team-section h2,.faq-section h2,.contact-section h2{font-size:clamp(34px,3.3vw,50px);line-height:1.12;letter-spacing:-.035em;font-weight:450;margin-bottom:22px}.section-heading>p:last-child{font-size:17px;line-height:1.6;max-width:700px;color:var(--text-muted)}:is(.homes,.why-home,.location-section,.layout-section,.gallery-section,.standard-section,.security-section,.schedule-section,.journal-section,.team-section,.faq-section){padding-block:var(--space-section)}.homes{background:var(--off-white)}.site-header__inner{grid-template-columns:200px 1fr auto;gap:28px}.site-header__nav{justify-content:center;gap:24px}.site-header__nav a,.site-header__phone{font-size:12px;white-space:nowrap}.site-header__actions{gap:20px}.site-header__logo{max-width:190px}.site-header--scrolled{background:#fdfcf8f7;box-shadow:0 4px 22px #1c302210;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header--scrolled .site-header__inner{background:transparent;box-shadow:none;border:none;border-radius:0}.site-header__menu-button{min-width:48px;min-height:48px}.mobile-nav.is-open{overflow-y:auto;overscroll-behavior:contain}.masterplan-legend{display:flex;gap:24px;align-items:center;font-size:12px;padding-block:0 18px;color:var(--text-muted);flex-wrap:wrap}.masterplan-legend span{display:flex;align-items:center;gap:8px}.masterplan-legend i{display:block;width:7px;height:7px;border-radius:50%;background:#467251}.masterplan-legend .reserved{background:#b18625}.masterplan-legend .sold{background:#a84b43}.masterplan-legend small{margin-left:auto;font-size:11px}.masterplan{box-shadow:none;border-radius:var(--radius-image)}.masterplan .masterplan__polygons path{transition:fill var(--duration-fast),stroke var(--duration-fast);stroke-linejoin:round;cursor:pointer}.masterplan .masterplan__polygons path[aria-pressed=true]{stroke-width:1.8;stroke:#fff;fill:#ffffff26}.masterplan .plot-label[aria-pressed=true]{filter:drop-shadow(0 0 4px #fff);transform:translate(-50%,-14px)}.masterplan .plot-label{transition:filter var(--duration-fast),transform var(--duration-fast)}.house-card{padding:22px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:var(--shadow)}.house-card__heading{gap:10px}.house-card__heading h3{font-size:28px;letter-spacing:-.04em;font-weight:500}.house-card__parcel{font-size:10px;letter-spacing:.1em;color:var(--text-muted)}.house-card__image{border-radius:5px;overflow:hidden}.house-card__image img{object-fit:cover}.house-card__facts{gap:12px 8px;margin-block:18px}.house-card__facts li{font-size:12px;line-height:1.45}.house-card__facts svg{width:19px;height:19px}.house-card__facts strong{font-weight:600}.house-card__price{border-top:1px solid var(--line);padding-top:16px;margin-block:18px 12px}.house-card__price strong{font-size:32px;font-weight:500;letter-spacing:-.04em}.house-card__price small{font-size:12px;color:var(--text-muted);line-height:1.5}.house-card__price-history summary{min-height:40px;display:list-item;cursor:pointer;color:var(--olive-deep);font-size:13px}.house-card__pdf{min-height:44px;font-size:13px;justify-content:center}.house-card--placeholder .house-card__heading{display:block}.house-card--placeholder h3{font-size:29px;max-width:270px;line-height:1.15;margin:12px 0}.house-card__placeholder-pill{display:none}.house-card__empty-copy{font-size:14px;line-height:1.65;color:var(--text-muted);padding:20px 0 0}.house-card__empty-copy a{display:flex;align-items:center;gap:12px;min-height:40px;color:var(--olive-deep);font-weight:600}.homes-table-wrap{box-shadow:none;border:1px solid var(--line);border-radius:8px;scroll-margin-top:100px}.homes-table{background:var(--paper)}.homes-table thead th{background:#eaece3;font-size:11px;color:#415040;text-transform:none;letter-spacing:.01em}.homes-table tbody td,.homes-table tbody th{padding-block:19px;font-size:13px}.homes-table tr.is-active{background:#eaf0e4}.homes-table button{min-width:60px;min-height:44px}.status-badge{font-size:11px;letter-spacing:0;min-height:26px;padding:4px 9px;border-radius:4px;white-space:nowrap}.status-badge--available{color:#284c34;background:#e4edde}.status-badge--reserved{color:#694514;background:#f8edcf}.status-badge--sold{color:#8b3935;background:#f5e3df}.homes__transaction-note{font-size:12px;line-height:1.7;color:var(--text-muted);max-width:870px;margin:22px 0 0}.why-home{background:var(--paper)}.why-home__grid{grid-template-columns:minmax(0,1fr) minmax(0,1.03fr);gap:64px;align-items:center}.why-home h2{font-size:clamp(32px,3vw,46px);max-width:620px}.why-home h2 em{font-family:var(--font-editorial);font-weight:400}.why-home__lead{font-size:16px;line-height:1.75;max-width:560px;margin-bottom:32px}.why-home__benefits{grid-template-columns:1fr 1fr;gap:24px 28px;margin-bottom:28px}.benefit{padding-top:18px;border-top:1px solid var(--line)}.benefit__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;color:var(--olive-deep)}.benefit__head span{font-size:10px;letter-spacing:.08em;color:var(--text-muted)}.benefit h3{font-size:15px;margin-bottom:6px}.benefit p{font-size:13px;line-height:1.6;color:var(--text-muted)}.why-home__visual{margin:0;position:relative;border-radius:0;overflow:hidden;box-shadow:none;aspect-ratio:16/10}.why-home__visual img{height:100%;width:100%;object-fit:cover;object-position:53% center}.why-home__visual figcaption{position:absolute;inset:auto 0 0;padding:56px 24px 22px;background:linear-gradient(transparent,#10281cce);color:#fff;display:flex;flex-direction:column;gap:4px;font-size:16px}.why-home__visual small{font-size:11px;color:#e7ebe3}.location-section{background:var(--off-white)}.location__travel-note{font-size:12px;color:var(--text-muted);margin-block:20px 0}.layout-section{background:var(--paper)}.gallery-section{background:#1c3329}.gallery-tabs button{font-size:13px;min-height:44px;border-radius:10px}.gallery-section h2{color:#fff}.gallery-tile{border-radius:6px;overflow:hidden}.gallery-tile img{transition:transform .45s var(--ease)}.gallery-tile:hover img{transform:scale(1.025)}.gallery__disclaimer{font-size:12px;line-height:1.7;max-width:840px;color:#c9d2c5;margin:20px 0 0}.immersive-card{border-radius:6px}.immersive-card__content p{max-width:430px}.immersive-heading h3{text-wrap:balance;font-size:26px;font-weight:450;max-width:560px}.immersive-heading p{line-height:1.7;color:#c9d2c5}.standard-section{background:var(--off-white)}.standard-section__grid{gap:64px}.standard-section__lead{line-height:1.75;color:var(--text-muted)}.standard-highlights{gap:14px}.standard-highlight{border-bottom:1px solid var(--line);padding-bottom:14px;font-size:12px}.standard-highlight__icon{background:none;box-shadow:none;border:0}.standard-lifestyle{box-shadow:none;border-radius:8px}.standard-lifestyle figcaption{background:var(--paper);padding:20px}.standard-lifestyle figcaption strong{font-size:15px}.standard-lifestyle figcaption small{font-size:12px}.standard-pdf-card{background:var(--paper);border-radius:8px;border:1px solid var(--line);box-shadow:none}.standard-pdf-card__copy h3{font-size:24px}.standard-pdf-card__copy p{font-size:14px}.standard-pdf-card__copy .button{font-size:12px;padding-inline:16px}.standard-accordion__item{border-radius:0;border:0;border-bottom:1px solid var(--line);background:none;box-shadow:none}.standard-accordion__item h3 button{min-height:60px;font-size:14px}.standard-accordion__panel{font-size:14px;line-height:1.75}.scope-note{border-left:2px solid var(--olive);margin-top:28px;padding:2px 0 2px 20px;font-size:13px;color:var(--text-muted)}.scope-note strong{font-weight:600;color:var(--graphite)}.scope-note p{margin:8px 0 0;line-height:1.75}.security-section{background:#233d32}.security-section h2{color:#fff;max-width:850px}.security-section__lead{max-width:760px;font-size:17px;color:#d1dccf;line-height:1.75}.security-ref__pillar{background:transparent;border:0;border-radius:0;border-top:1px solid #d4dfcf44;box-shadow:none;padding:24px 0}.security-ref__pillar-icon{background:transparent;color:#ded3b8;box-shadow:none;border:0;border-radius:0}.security-ref__pillar h3{font-size:19px;font-weight:500}.security-ref__pillar p{color:#d1dccf;font-size:14px;line-height:1.7}.document-shelf{display:grid;grid-template-columns:1fr 1.35fr;gap:64px;border-block:1px solid #d4dfcf44;padding:40px 0;margin:16px 0 48px;scroll-margin-top:96px}.document-shelf__intro>span{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#cecbb2}.document-shelf h3{font-size:30px;font-weight:450;margin:12px 0 16px}.document-shelf p{font-size:14px;color:#d1dccf;line-height:1.75;max-width:350px}.document-shelf__files{display:grid;grid-template-columns:1fr 1fr;gap:12px}.document-shelf__files a{display:flex;align-items:center;gap:13px;background:#ffffff09;border:1px solid #d4dfcf33;border-radius:5px;padding:18px 16px;color:#fff;text-decoration:none;transition:background var(--duration-fast)}.document-shelf__files a:hover{background:#ffffff12}.document-shelf__files a>span{flex:1}.document-shelf__files strong{display:block;font-size:13px;font-weight:500;line-height:1.45}.document-shelf__files small{display:block;font-size:11px;color:#cad3c4;margin-top:6px}.security-ref__process{background:transparent;border:0;padding:0;box-shadow:none}.security-ref__process-heading h3{font-weight:450;font-size:28px}.security-ref__medallion{background:transparent;box-shadow:none;border:1px solid #d4dfcf55;color:#efe5cd}.security-ref__step h4{font-size:15px;font-weight:500}.security-ref__step p{font-size:13px;color:#d1dccf;line-height:1.7}.schedule-section{background:var(--paper)}.journal-section{background:var(--off-white)}.journal-placeholder{border-radius:8px;box-shadow:none}.journal-placeholder__content h3{font-size:30px;line-height:1.2;font-weight:450}.journal-placeholder__content p{font-size:15px;line-height:1.75}.team-section{background:var(--paper)}.team-section__intro p{font-size:16px;line-height:1.8;color:var(--text-muted)}.team-section__note{font-size:14px!important;border-top:1px solid var(--line);padding-top:24px}.team-card{border-radius:6px;box-shadow:none;border:1px solid var(--line)}.team-card__body h3{font-weight:500;font-size:19px}.team-card__statement{font-size:13px;line-height:1.6}.faq-section{background:var(--off-white)}.contact-section{background:#213c30}.contact-form{border-radius:8px;box-shadow:none}.contact-form input,.contact-form select,.contact-form textarea{border-radius:4px;font-size:16px}.contact-form .button{min-height:52px}.contact-panel__lead{line-height:1.7}.consent-banner{left:auto;right:24px;bottom:24px;width:440px;max-width:calc(100% - 32px);transform:none;padding:24px;display:grid;grid-template-columns:1fr;gap:12px;border-radius:8px;border:1px solid var(--line);box-shadow:0 10px 60px #18322630;background:var(--paper)}.consent-banner__icon{display:none}.consent-banner__copy{padding-right:16px}.consent-banner__copy strong{font-size:16px}.consent-banner__copy p{font-size:12px;line-height:1.65;margin:8px 0}.consent-banner__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.consent-banner__actions .button{min-height:44px;font-size:11px;padding:8px}.consent-banner__settings{grid-column:1/-1;justify-self:start;min-height:32px}.consent-banner__close{width:36px;height:36px;right:6px;top:6px}.consent-banner__necessary{border-color:var(--olive);color:var(--graphite);background:var(--paper)}.mobile-contact-bar{display:none}.house-sheet{position:fixed;inset:0;z-index:500;display:flex;align-items:end;justify-content:center}.house-sheet__backdrop{position:absolute;inset:0;background:#0d2419aa;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.house-sheet__panel{position:relative;width:min(100%,520px);max-height:90svh;overflow-y:auto;overscroll-behavior:contain;border-radius:16px 16px 0 0;background:var(--paper);padding:0 20px calc(20px + env(safe-area-inset-bottom));animation:sheet-in .22s var(--ease)}.house-sheet__bar{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;background:var(--paper);padding:8px 0;border-bottom:1px solid var(--line);font-size:11px;text-transform:uppercase;letter-spacing:.1em}.house-sheet__bar button{display:grid;place-items:center;width:44px;height:44px;border:0;background:transparent;color:var(--graphite);cursor:pointer}.house-sheet .house-card{box-shadow:none;border:0;padding:18px 0 0}.house-sheet .house-card__image{max-height:170px}.house-sheet .house-card__image img{width:100%;height:170px;object-fit:cover}.house-sheet .house-card__price{margin-block:10px}.house-sheet .house-card__facts{margin-block:12px}@keyframes sheet-in{0%{transform:translateY(24px);opacity:.4}to{transform:none;opacity:1}}@media(max-width:1180px){:root{--shell: calc(100% - 64px) }.site-header__inner{grid-template-columns:170px 1fr auto;gap:18px}.site-header__nav{gap:16px}.site-header__phone{display:none}.why-home__grid,.standard-section__grid,.document-shelf{gap:36px}}@media(max-width:960px){.site-header__inner{grid-template-columns:1fr auto auto}.site-header__nav{display:none}.why-home__grid{grid-template-columns:1fr 1fr;gap:28px}.document-shelf{grid-template-columns:1fr;gap:24px}.document-shelf p{max-width:650px}.standard-section__grid{gap:32px}}@media(max-width:760px){:root{--shell: calc(100% - 40px) ;--radius-card:8px;--radius-image:6px;--space-section:64px}main>section:not(.hero){scroll-margin-top:80px}.section-kicker{font-size:10px;margin-bottom:16px;gap:10px}.section-kicker b{display:none}.section-heading h2,.why-home h2,.location-section h2,.layout-section h2,.gallery-section h2,.standard-section h2,.security-section h2,.schedule-section h2,.journal-section h2,.team-section h2,.faq-section h2,.contact-section h2{font-size:34px;line-height:1.13;margin-bottom:18px}.site-header__actions{display:none}.site-header__inner{grid-template-columns:1fr auto}.site-header__logo{max-width:180px}.site-header{height:72px}.site-header--scrolled{height:66px}.site-header__menu-button{padding:10px}.masterplan-legend{gap:12px;font-size:11px;padding-bottom:14px}.masterplan-legend small{margin:0;width:100%}.masterplan-legend i{width:6px;height:6px}.homes-table-wrap{display:none}.homes-mobile-list{display:grid;grid-template-columns:1fr;gap:10px;margin-top:22px}.homes-mobile-list>button{border-radius:6px;padding:20px;background:var(--paper);border:1px solid var(--line)}.homes-mobile-list>button[aria-pressed=true]{border-color:var(--olive);background:#e9efdf;box-shadow:inset 3px 0 var(--olive)}.homes-mobile-list__meta{font-size:12px;line-height:1.6}.homes-mobile-list__meta b{font-size:20px;letter-spacing:-.02em}.homes-mobile-list__link{font-size:12px;margin-top:8px;color:var(--olive-deep)}.why-home__grid{grid-template-columns:1fr;gap:36px}.why-home__benefits{gap:22px}.why-home__visual{aspect-ratio:4/3}.why-home__visual img{object-position:center}.why-home__lead{font-size:16px;line-height:1.75}.standard-section__grid{grid-template-columns:1fr}.standard-lifestyle{margin-top:0}.standard-pdf-card__copy h3{font-size:23px}.scope-note{font-size:13px}.document-shelf{padding:30px 0;gap:16px;margin-bottom:36px}.document-shelf__files{grid-template-columns:1fr}.document-shelf__files a{padding:16px}.security-ref__pillars{grid-template-columns:1fr}.security-ref__pillar{padding:20px 0}.security-ref__pillar p{font-size:14px}.journal-placeholder__content h3{font-size:27px}.team-section__intro p{font-size:15px}.consent-banner{right:16px;left:16px;bottom:16px;width:auto;max-width:none;padding:20px;gap:8px}.consent-banner__actions .button{font-size:11px;line-height:1.3;white-space:normal}.consent-banner__copy p{font-size:12px}.mobile-contact-bar{position:fixed;z-index:90;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1.3fr;gap:8px;padding:10px 20px calc(10px + env(safe-area-inset-bottom));background:#fdfcf8f5;border-top:1px solid var(--line);box-shadow:0 -4px 22px #18322610}.mobile-contact-bar a{display:flex;align-items:center;justify-content:center;gap:10px;min-height:46px;text-decoration:none;border:1px solid var(--line);border-radius:5px;font-size:13px;font-weight:600}.mobile-contact-bar a:last-child{color:#fff;background:var(--olive-deep);border-color:var(--olive-deep)}body:has(.consent-banner) .mobile-contact-bar,body.modal-open .mobile-contact-bar,body.menu-open .mobile-contact-bar{display:none}.footer{padding-bottom:90px}}@media(max-width:360px){:root{--shell: calc(100% - 32px) }.section-heading h2,.why-home h2,.gallery-section h2,.standard-section h2,.security-section h2{font-size:31px}.homes-mobile-list>button{padding:16px}.homes-mobile-list__meta{flex-direction:column;align-items:start;gap:6px}.why-home__benefits{gap:20px 16px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.house-sheet__panel{animation:none}}.why-home__visual{width:100%;height:auto;min-width:0;max-width:100%;justify-self:stretch}.house-card{display:flex;flex-direction:column;min-width:0}.house-card>*{min-width:0}.house-card__image{width:100%;height:auto;grid-column:auto;grid-row:auto}.house-card__image img{width:100%;height:auto;aspect-ratio:1672/941}.house-card__facts{display:grid;grid-template-columns:1fr 1fr}.homes-table{min-width:900px}.homes-table td,.homes-table th{padding-inline:12px}.location h2{font-size:clamp(34px,3.3vw,50px);font-weight:450;line-height:1.12}.location__travel-note{position:relative;z-index:2;color:#d1dacd;font-size:12px;margin-top:-24px;margin-bottom:28px}.standard-highlight__icon img{width:44px;height:44px;filter:none}@media(max-width:960px){.homes__showcase{display:block}.homes__showcase>.house-card{display:none}.homes-table-wrap{display:none}.homes-mobile-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.homes-mobile-list>button{display:grid;gap:8px;width:100%;padding:18px;text-align:left;background:var(--paper);border:1px solid var(--line);border-radius:6px;cursor:pointer}.homes-mobile-list__top{display:flex;align-items:center;justify-content:space-between;gap:10px}.homes-mobile-list__top>strong{font-size:20px}.homes-mobile-list__meta{display:flex;flex-direction:column;align-items:start;gap:6px;font-size:13px}.homes-mobile-list__meta b{font-size:20px;letter-spacing:-.025em}.homes-mobile-list__link{font-size:12px;color:var(--olive-deep);min-height:24px}.homes-mobile-list>button[aria-pressed=true]{background:#e9efdf;border-color:var(--olive);box-shadow:inset 3px 0 var(--olive)}}@media(max-width:640px){.homes-mobile-list{grid-template-columns:1fr}.homes-mobile-list__meta{flex-direction:row;align-items:center}.why-home__visual{aspect-ratio:4/3}.location__travel-note{margin-top:0;font-size:11px}}@media(max-width:360px){.homes-mobile-list__meta{flex-direction:column;align-items:start}}.tour-load-help{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(420px,calc(100% - 40px));background:var(--paper);color:var(--graphite);padding:32px;border-radius:8px;box-shadow:var(--shadow);text-align:center}.tour-load-help a,.tour-load-help button{display:flex;align-items:center;justify-content:center;min-height:48px;width:100%;margin:12px 0 0;border:1px solid var(--line);border-radius:4px;background:var(--paper);color:var(--graphite);cursor:pointer;text-decoration:underline}.house-card__image{position:relative}.house-card__image-label{position:absolute;right:10px;bottom:8px;padding:3px 7px;background:#142b23c9;color:#fff;font-size:10px;line-height:1.5;border-radius:3px}.site-header__nav{gap:20px}.site-header__inner{grid-template-columns:180px 1fr auto;gap:20px}.site-header__nav a{font-size:13px}.site-header__actions{gap:16px}.site-header__phone{font-size:13px}.homes__signature{font:inherit;border-left:1px solid var(--line);padding-left:24px}.homes__signature>span{font-size:11px;letter-spacing:.07em;line-height:1.5}.homes__signature p{font-size:15px;line-height:1.6;margin:0 0 8px;color:var(--graphite)}.homes__signature>a{display:inline-flex;gap:16px;align-items:center;min-height:44px;font-size:13px;font-weight:600;text-underline-offset:5px}.house-card__details{width:100%;border:0;background:transparent;color:var(--olive-deep);cursor:pointer;text-decoration:underline;font:inherit;display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;font-size:13px;text-underline-offset:4px;margin-top:4px}.hero__shade{background:linear-gradient(90deg,rgba(8,23,17,.66),rgba(8,23,17,.26) 48%,transparent 75%),linear-gradient(0deg,rgba(8,23,17,.55),transparent 55%)}.homes-table tbody td,.homes-table tbody th{padding-block:10px;font-size:14px}.homes-table thead th{font-size:12px}.benefit h3{font-size:17px;font-weight:600}.benefit p{font-size:14px}.section-kicker{font-size:11px;letter-spacing:.1em}.standard-highlight{font-size:13px;line-height:1.5}.standard-accordion__item h3 button{font-size:16px;font-weight:600}.standard-lifestyle figcaption{color:var(--graphite);background:var(--paper);border:1px solid var(--line)}.standard-lifestyle figcaption small{color:var(--text-muted)}.security-ref__pillar:after{content:none}.security-section__note{font-size:13px;line-height:1.6}.location__travel-note{position:relative;z-index:2;color:#dce5db;font-size:13px;line-height:1.5;padding-bottom:20px;margin-top:0}.faq-section>.shell{width:var(--shell)}.faq-section__columns{gap:32px}.faq-column__title{font-size:16px;font-weight:600;margin-bottom:16px;color:var(--graphite)}.faq-list{gap:0}.faq-item{border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none}.faq-item:hover,.faq-item.is-open{box-shadow:none;background:transparent;border-color:var(--line)}.faq-item h4 button{min-height:64px;padding:16px 0;font-size:15px;line-height:1.5;font-weight:550;color:var(--graphite)}.faq-item__answer{padding:0 0 20px}.faq-item__answer p{border:0;padding:0;font-size:15px;line-height:1.75;color:var(--text-muted)}.contact-section{padding-block:var(--space-section)}.contact-section__grid{gap:clamp(32px,5vw,80px);grid-template-columns:1fr 1fr}.contact-section__intro>p{font-size:17px;line-height:1.7}.contact-details{gap:24px;margin-top:32px}.contact-details strong{font-size:18px;font-weight:600}.contact-form{padding:28px;gap:16px;background:#ffffff08;border-color:#ffffff30}.contact-form label{font-size:14px;line-height:1.5}.contact-form input:not([type=checkbox]),.contact-form select,.contact-form textarea{font-size:16px;min-height:48px}.contact-form .contact-form__consent{font-size:13px;line-height:1.65;align-items:start}.contact-form__consent input{margin-top:3px;flex-shrink:0;width:20px;height:20px;accent-color:var(--olive-deep)}.contact-form__hint{font-size:13px;line-height:1.6}.contact-form__status{font-size:14px;line-height:1.6}.contact-form__status:empty{display:none}.site-footer{font-size:14px}.consent-banner__copy p{font-size:13px}.consent-banner__actions .button{font-size:12px}@media(max-width:1180px){.site-header__nav{gap:16px}.site-header__inner{grid-template-columns:165px 1fr auto}}@media(max-width:960px){.site-header__inner{grid-template-columns:1fr auto auto}.homes__signature{max-width:300px}.contact-section__grid{grid-template-columns:1fr}.contact-form{max-width:720px;width:100%}}@media(max-width:760px){.site-header__inner{grid-template-columns:1fr auto}.homes__heading{margin-bottom:24px}.homes__signature{display:block;max-width:none;margin-top:24px;padding:16px 18px;border-left:2px solid var(--olive);background:var(--paper)}.homes__signature>span{margin-bottom:8px}.homes__signature p{font-size:14px;margin-bottom:0}.homes__map-caption{font-size:12px}.homes-mobile-list>button{padding:18px}.homes-mobile-list__meta,.homes-mobile-list__link{font-size:14px}.homes__transaction-note{font-size:13px}.faq-section__columns{gap:32px}.faq-item h4 button{font-size:15px;min-height:60px}.faq-item__answer p{font-size:15px}.contact-form{padding:22px 18px;gap:16px 12px}.contact-section__intro>p{font-size:16px}.contact-details strong{font-size:17px}.hero__shade{background:linear-gradient(0deg,#081711eb,#081711b3 44%,#08171114 80%)}}@media(max-width:480px){.contact-form{grid-template-columns:1fr}.contact-form>label{grid-column:1/-1}}.standard-section .section-kicker,.schedule-section .section-kicker,.faq-section .section-kicker,.layout-section .section-kicker{color:var(--text-muted)}.room-panel__body>p{font-size:15px;line-height:1.6;color:var(--text-muted)}.room-panel__benefits strong{font-size:14px;line-height:1.4}.room-panel__benefits small{font-size:13px;line-height:1.5;color:var(--text-muted)}.room-picker>span{font-size:13px;color:var(--text-muted)}.room-picker button{min-height:44px;font-size:12px;line-height:1.4}.room-picker>div{flex-wrap:wrap}.site-footer{padding:48px 0 24px}.site-footer>.shell{width:var(--shell)}.site-footer h3{font-size:14px;line-height:1.5}.site-footer__brand p{font-size:13px;line-height:1.7;color:#c9d3c9}.site-footer nav a,.site-footer__docs a,.site-footer__contact a,.site-footer__link-button{font-size:13px;line-height:1.5;min-height:36px;display:inline-flex;align-items:center;color:#d2dcd2}.site-footer__legal,.site-footer__bottom{font-size:12px;line-height:1.7;color:#b8c7ba}.site-footer__legal{padding-block:18px}.site-footer__grid{gap:32px}@media(max-width:960px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.site-footer__grid{gap:28px 20px}.site-footer__brand,.site-footer__contact{grid-column:1/-1}}.standard-section .standard-lifestyle{border-radius:var(--radius-image);box-shadow:none}.standard-section .standard-lifestyle__media{border-radius:var(--radius-image) var(--radius-image) 0 0}.standard-section .standard-lifestyle figcaption{color:var(--graphite);background:var(--paper);border:1px solid var(--line);border-radius:0 0 var(--radius-image) var(--radius-image)}.standard-section .standard-lifestyle figcaption>svg{color:var(--olive-deep)}.interactive-plan:not(.interactive-plan--furniture){aspect-ratio:auto}.interactive-plan:not(.interactive-plan--furniture)>img{position:relative;inset:auto;height:auto;aspect-ratio:1195/896;object-fit:contain}.house-card__share-status,.house-card__share-fallback{display:block;font-size:13px;line-height:1.5;color:var(--text-muted);margin:8px 0}.house-card__share-fallback input{display:block;width:100%;min-width:0;min-height:44px;margin-top:6px;padding:8px;border:1px solid var(--line);border-radius:4px;background:var(--paper);color:var(--graphite);font-size:16px}.homes__comparison{scroll-margin-top:100px}:root{--space-section:clamp(64px,6vw,96px)}.homes__showcase{grid-template-columns:minmax(0,1.88fr) minmax(300px,.74fr);gap:20px;align-items:start}.masterplan .plot-label[aria-pressed=true]{filter:drop-shadow(0 0 4px rgba(255,255,255,.9));transform:translate(-50%,-14px)}.plot-label.is-active>span{transform:translateY(2px) scale(1.035)}.house-card{padding:18px}.house-card__heading{margin-bottom:9px}.house-card__heading h3{font-size:25px}.house-card__image{aspect-ratio:16/6.75;margin-bottom:10px}.house-card__image img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}.house-card__facts{gap:7px 10px;margin-block:10px 8px}.house-card__facts li{font-size:13px;line-height:1.5}.house-card__facts svg{width:17px;height:17px}.house-card__price{margin-block:7px 4px;padding:10px 0 9px}.house-card__price strong{font-size:28px}.house-card__price small{font-size:11px;line-height:1.35}.house-card__price-history{margin:0 0 7px;padding-top:6px}.house-card__price-history summary{min-height:31px;font-size:12px}.house-card__cta{min-height:46px}.house-card__pdf{min-height:36px;margin-top:2px;font-size:12px}.homes-table-wrap{margin-top:14px;padding:14px 16px 15px}.homes-table th,.homes-table td{height:50px}.homes-table thead th{font-size:11.5px;font-weight:750;color:#34463d}.homes-table tbody td{font-weight:520;color:#2b3933}.homes-table tbody th,.homes-table tbody th button{font-weight:700}.homes-table td:nth-child(7),.homes-table td:nth-child(8){font-weight:680;color:#18261f}.homes__transaction-note{margin-top:14px}.homes__map-caption{margin-top:9px}@media(max-width:1180px)and (min-width:961px){.homes__showcase{grid-template-columns:minmax(0,1.7fr) minmax(292px,.72fr);gap:16px}.house-card{padding:16px}.house-card__heading h3{font-size:23px}.house-card__facts{gap:6px 8px}.house-card__facts li{font-size:13px}.house-card__image{aspect-ratio:16/6.3}.house-card__price strong{font-size:25px}}@media(max-width:760px){.masterplan .plot-label[aria-pressed=true]{transform:translate(-50%,-12px)}.plot-label.is-active>span{transform:translateY(2px) scale(1.025)}}.why-home__grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(36px,4vw,58px);align-items:center}.why-home__visual{aspect-ratio:16/10;min-height:0;height:auto}.why-home__visual img{object-position:52% 55%}.benefit__glyph{width:43px;height:43px;color:var(--olive-deep);stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.benefit__head{margin-bottom:10px}.benefit{padding-top:15px}.benefit h3{font-weight:650}.why-home>.shell{position:relative;z-index:1}.why-home:after{content:none}@media(max-width:960px){.why-home__grid{grid-template-columns:1fr;gap:30px}.why-home__visual{aspect-ratio:16/9}}@media(max-width:760px){.why-home:after{display:none}.why-home__visual{aspect-ratio:4/3}}.gallery-section__top{margin-bottom:24px}.gallery-tabs{width:min(480px,100%);min-width:0;padding:4px;gap:4px;overflow:visible;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:#0b191261;box-shadow:inset 0 1px #ffffff09}.gallery-tabs button{position:relative;min-height:44px;padding:0 18px;border-radius:10px;font-size:13px;font-weight:520;color:#ffffffb8;transition:background var(--duration-fast),color var(--duration-fast),box-shadow var(--duration-fast),transform var(--duration-fast)}.gallery-tabs button:hover{color:#fff;background:#ffffff0e}.gallery-tabs button.is-active{color:#fff;background:#6a784a;box-shadow:0 7px 18px #00000029,inset 0 0 0 1px #ffffff1a;transform:none}.gallery-tabs button.is-active:after{content:"";position:absolute;left:50%;bottom:-7px;width:20px;height:2px;border-radius:999px;background:#e2d6b9;transform:translate(-50%)}.immersive-heading{margin:34px 0 16px;padding-top:24px;gap:30px}.immersive-heading p{font-size:15px;max-width:500px}.immersive-grid{gap:18px;max-width:1320px;margin-inline:auto}.immersive-card{min-height:375px;border-radius:10px}.immersive-card__content{left:28px;right:28px;bottom:24px}.immersive-card__content>svg{width:36px;height:36px;margin-bottom:8px}.immersive-card__content h3{font-size:31px;margin-bottom:7px}.immersive-card__content p{font-size:14.5px;line-height:1.48;margin-bottom:15px;max-width:430px}.immersive-card__content small{margin-top:9px}.immersive-card__badge{top:15px;right:15px;padding:7px 11px}.immersive-card__orbit{width:56px;height:56px;right:18px;top:17px;font-size:12px}@media(max-width:960px){.immersive-card{min-height:390px}}@media(max-width:640px){.gallery-tabs{width:100%;gap:2px;padding:3px}.gallery-tabs button{min-height:40px;padding-inline:5px;font-size:11px}.gallery-tabs button.is-active:after{bottom:-6px}.immersive-card{min-height:405px}}.standard-section{position:relative;isolation:isolate;overflow:clip}.standard-section>.shell{position:relative;z-index:1}.standard-section:before{content:none}@media(max-width:760px){.standard-section:before{display:none}}.security-ref__timeline{gap:20px}.security-ref__step-head{width:74px;margin-bottom:13px}.security-ref__medallion{width:72px;height:72px;border-color:#e2d5b575;background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.04),transparent 58%)}.security-ref__process-glyph{width:30px;height:30px;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.security-ref__step-head b{margin-top:8px;font-size:14px;letter-spacing:.12em}.security-ref__connector{top:36px;left:82px;width:calc(100% - 61px);background:linear-gradient(90deg,#e2d5b52e,#e2d5b580,#e2d5b52e)}.security-ref__connector i{left:52%;top:50%;width:9px;height:9px;background:transparent;border-top:1.5px solid rgba(239,225,190,.78);border-right:1.5px solid rgba(239,225,190,.78);font-size:0;transform:translate(-50%,-50%) rotate(45deg)}.security-ref__step h4{font-size:16px;line-height:1.25}.security-ref__step>p{font-size:14px;line-height:1.65}@media(max-width:1080px){.security-ref__connector{display:none}}@media(max-width:760px){.security-ref__step-head{width:62px}.security-ref__medallion{width:60px;height:60px}.security-ref__process-glyph{width:25px;height:25px}}@media(min-width:961px){.schedule-timeline{align-items:stretch}.schedule-stage{display:grid;grid-template-rows:48px 22px minmax(48px,auto) 1fr 28px 24px;justify-items:center;align-items:start}.schedule-stage__marker{grid-row:1;margin:0}.schedule-stage__roman{grid-row:2;margin:3px 0 0}.schedule-stage h3{grid-row:3;min-height:0;margin:0;align-self:center}.schedule-stage p{grid-row:4;height:auto;min-height:0;margin:0 0 16px;align-self:start;display:flex;align-items:flex-start;justify-content:center}.schedule-stage__status{grid-row:5;height:28px;min-height:28px;margin:0;align-self:center}.schedule-stage time{grid-row:6;margin-top:4px;align-self:start}.schedule-section__footer{margin-top:18px}}@media(prefers-reduced-motion:reduce){.gallery-tabs button,.plot-label.is-active>span{transition:none!important}}@media(min-width:961px){.house-card{padding:16px}.house-card__image{aspect-ratio:16/5.1;margin-bottom:8px}.house-card__facts{margin-block:8px 6px;gap:6px 10px}.house-card__price{padding:8px 0 6px;margin-block:5px 3px}.house-card__price-history{margin-bottom:4px;padding-top:4px}.house-card__cta{min-height:44px}.house-card__pdf{min-height:32px;margin-top:0}}@media(min-width:961px){.why-home__grid,.standard-section__grid{align-items:start;row-gap:0}.why-home__content,.standard-section__content{display:contents}.why-home__intro,.standard-section__intro{grid-column:1;grid-row:1}.why-home__body,.standard-section__body{grid-column:1;grid-row:2;min-width:0}.why-home__visual,.standard-section__visuals{grid-column:2;grid-row:2;align-self:start;margin:0}.standard-section__visuals .standard-lifestyle{margin-top:0}}.location__mobile-map{display:none}.masterplan>.masterplan-north{width:64px;height:64px;filter:drop-shadow(0 2px 5px #15271d26)}@media(max-width:960px){.location>.location__media,.location>.location__shade{display:none}.location .location__grid{grid-template-columns:1fr;gap:28px;min-height:0;padding-block:56px 24px}.location .location__content{max-width:660px}.location .location__map{border:1px solid #ffffff24;border-radius:var(--radius-image);overflow:hidden;min-height:0;background:#1f291f}.location__mobile-map{display:block;width:100%;height:auto;aspect-ratio:1.12;max-height:440px;object-fit:cover;object-position:40% 50%}.location .location__route{position:relative;inset:auto;width:100%;border:0;border-radius:0;background:#21372c;min-height:78px;padding:16px;grid-template-columns:24px minmax(0,1fr) auto;gap:10px}.location .location__route strong{font-size:16px}.location .location__route small{font-size:12px;color:#d3ded3}.location .location__route>b{font-size:12px}.location .location__travel-note{margin-top:0;margin-bottom:20px;padding-bottom:20px}.location__facts{grid-template-columns:repeat(2,minmax(0,1fr));max-width:520px}.location-fact strong{font-size:16px}.location-fact span{font-size:13px;line-height:1.5}.masterplan>.masterplan-north{width:48px;height:48px}}.homes-mobile-list .pricing-pending{font-size:13px;font-weight:500;color:var(--text-muted)}.presale-section{padding-block:var(--space-section);background:#e8ebdf;color:var(--graphite);scroll-margin-top:90px;border-block:1px solid var(--line)}.presale-section__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(32px,6vw,88px);align-items:center}.presale-section h2{font-size:clamp(34px,3.3vw,50px);line-height:1.13;letter-spacing:-.035em;font-weight:450;margin:0 0 24px}.presale-section h2 em{font-family:var(--font-editorial);font-weight:400}.presale-section__copy>p{font-size:17px;line-height:1.8;max-width:570px;margin:0 0 20px}.presale-section__note{display:block;color:var(--text-muted);font-size:13px;line-height:1.6}.presale-form{min-width:0;display:grid;gap:14px;padding:32px;border-radius:var(--radius-image);border:1px solid var(--line);background:var(--paper)}.presale-form h3{font-size:23px;line-height:1.25;font-weight:500;margin:0 0 8px}.presale-form>label{font-size:14px;font-weight:600}.presale-form>input{min-width:0;width:100%;min-height:52px;padding:12px 14px;background:#fff;border:1px solid #a2ad9b;border-radius:4px;color:var(--graphite);font:inherit;font-size:16px}.presale-form__trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.presale-form .presale-form__consent{display:flex;align-items:start;gap:12px;font-size:12px;font-weight:400;line-height:1.65}.presale-form__consent input{flex-shrink:0;width:20px;height:20px;margin-top:3px;accent-color:var(--olive-deep)}.presale-form a{text-underline-offset:3px;overflow-wrap:anywhere}.presale-form__privacy{font-size:12px;color:var(--text-muted);line-height:1.6;margin:0}.presale-form__status{font-size:14px;line-height:1.6;margin:0}.presale-form__status:empty{display:none}.presale-form__status--error{color:#9b302b}.presale-form__status--success{padding:12px;background:#e8eee0;border-left:3px solid var(--olive-deep)}.presale-form [aria-invalid=true]{outline:2px solid #9b302b;outline-offset:2px}.presale-form .button{white-space:normal;text-align:center;line-height:1.5}@media(max-width:960px){.presale-section__grid{grid-template-columns:1fr;gap:28px}.presale-form{max-width:660px}}@media(max-width:640px){.presale-form{padding:24px 20px}.presale-section h2{font-size:34px}.presale-section__copy>p{font-size:16px}}.presale-section__signup{min-width:0}.presale-unsubscribe{font-size:12px;line-height:1.7;margin-top:16px;color:var(--text-muted)}.presale-unsubscribe summary{cursor:pointer;min-height:36px}.presale-unsubscribe form{display:grid;gap:10px;padding:16px;border:1px solid var(--line);border-radius:4px}.presale-unsubscribe input{font-size:16px;min-height:44px;border:1px solid #a2ad9b;border-radius:4px;padding:10px;background:var(--paper);min-width:0;width:100%}.presale-unsubscribe button{justify-self:start;min-height:44px;border:0;border-bottom:1px solid var(--line);background:none;cursor:pointer}.presale-unsubscribe p{margin:0}.table-mobile{display:none}@media(max-width:760px){.hero__bottom,.hero__tour-link,.hero__discover{display:none}.hero{min-height:100svh;height:auto;max-height:none}.hero__content{min-height:100svh;height:auto;justify-content:flex-end;padding-top:320px;padding-bottom:28px;gap:0}.hero__shade{background:linear-gradient(0deg,rgba(8,23,17,.92) 0%,rgba(8,23,17,.72) 22%,rgba(8,23,17,.12) 53%,transparent 72%)}.hero__copy{width:100%}.homes__heading .section-kicker,.homes__transaction-note{display:none}.masterplan .plot-label,.masterplan .plot-label[aria-pressed=true]{min-width:30px;min-height:36px;transform:translate(-50%,-10px);gap:2px;padding:0;border:0}.masterplan .plot-label>span,.masterplan .plot-label.is-active>span{width:20px;height:20px;min-width:20px;font-size:10px;transform:none;border-width:1px;box-shadow:0 1px 4px #0004}.masterplan .plot-label small{font-size:7px;line-height:1.15;padding:1px 2px;letter-spacing:0}.house-sheet .house-card__cta,.house-sheet .house-card__details,.house-sheet .house-card__pdf,.house-sheet .house-card__share-status,.house-sheet .house-card__share-fallback{display:none}.house-sheet__panel{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.house-sheet .house-card{padding-top:12px}.house-sheet .house-card__image,.house-sheet .house-card__image img{height:140px;max-height:140px}.house-sheet .house-card__facts{margin-block:8px;gap:5px 8px}.house-sheet .house-card__price{margin-bottom:0;padding-bottom:0}.homes-table .table-mobile{display:block}.homes-table .table-desktop{display:none}.homes-table-wrap{display:block;padding:0;overflow:hidden;margin-top:18px}.homes-table{min-width:0;width:100%;table-layout:fixed}.homes-table th,.homes-table td,.homes-table thead th,.homes-table tbody th,.homes-table tbody td{padding:8px 3px;font-size:clamp(9px,2.5vw,11px);height:auto;line-height:1.35;white-space:normal;overflow-wrap:normal}.homes-table th:nth-child(1){width:11%}.homes-table th:nth-child(2){width:13%}.homes-table th:nth-child(3){width:19%}.homes-table th:nth-child(4){width:15%}.homes-table th:nth-child(5){width:13%}.homes-table th:nth-child(6){width:9%}.homes-table th:nth-child(7){width:20%}.homes-table button{min-width:0;min-height:44px;padding:0;width:100%;font-size:inherit;white-space:normal}.homes-table .status-badge{font-size:inherit;white-space:normal;padding:3px;line-height:1.3;gap:2px;justify-content:center}.homes-table .status-badge:before{display:none}.homes-table .pricing-pending{font-size:inherit;white-space:normal}.homes-mobile-list{display:none}.homes,.why-home,.gallery-section{padding-block:44px}.why-home{padding-bottom:20px}.editorial-gallery,.gallery-section .editorial-gallery--four{grid-template-columns:1fr 1fr;grid-template-rows:none;grid-auto-rows:auto;gap:8px;min-height:0;height:auto}.gallery-section .editorial-gallery .gallery-tile{grid-column:auto;grid-row:auto;aspect-ratio:4/3;height:auto;min-height:0}.gallery-section .editorial-gallery .gallery-tile:first-child{grid-column:1/-1;aspect-ratio:16/9}.gallery-section .editorial-gallery--four .gallery-tile:last-child{grid-column:1/-1;aspect-ratio:16/9}.immersive-grid{gap:12px}.immersive-card{min-height:230px;height:230px}.immersive-card__content{left:18px;right:18px;bottom:16px}.immersive-card__content>svg{width:25px;height:25px;margin-bottom:5px}.immersive-card__content h3{font-size:26px;margin-bottom:10px}.immersive-card__content p,.immersive-card__content small{display:none}.immersive-card__content .eyebrow{font-size:9px;margin-bottom:4px}.immersive-card__content .button{min-height:44px}.immersive-card__badge{font-size:9px;padding:5px 8px;top:12px;right:12px}.immersive-card__orbit{width:42px;height:42px;top:12px;right:12px;font-size:10px}.footer{padding-bottom:30px}}@media(min-width:761px)and (max-width:960px){.homes-table-wrap{display:block;overflow-x:auto}.homes-mobile-list,.house-sheet .house-card__cta,.house-sheet .house-card__details,.house-sheet .house-card__pdf{display:none}}@media(max-width:760px){.contact-section__intro,.contact-form{min-width:0}.contact-details a{overflow-wrap:anywhere}.immersive-card__content .eyebrow{color:#e5ece2}}@media(max-width:760px){.why-home+.layout-section{padding-top:32px}}
