:root{--navy:#08172f;--navy-2:#102342;--gold:#b88735;--gold-2:#d8b66d;--champagne:#f2dfb8;--paper:#fbfaf6;--ivory:#f5f1e8;--ink:#162238;--muted:#687181;--line:#e2ddd2;--white:#fff;--container:1480px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}main{overflow:hidden}h1,h2,h3{font-family:Iowan Old Style,Baskerville,Times New Roman,serif;font-weight:500}h1,h2{letter-spacing:-.045em}h2{font-size:clamp(46px,4.25vw,72px);line-height:.98;margin:0}h1 em,h2 em{font-weight:500;color:var(--gold-2)}.section-container{width:min(var(--container),calc(100% - 80px));margin-inline:auto}.section-pad{padding:110px 0}.eyebrow{margin:0 0 18px;display:flex;align-items:center;gap:11px;color:#8b672f;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.eyebrow>span{width:30px;height:1px;background:currentColor}.eyebrow-light{color:var(--champagne)}.site-header{position:fixed;z-index:80;top:0;left:0;right:0;height:78px;background:rgba(251,250,246,.94);backdrop-filter:blur(22px) saturate(1.2);-webkit-backdrop-filter:blur(22px) saturate(1.2);border-bottom:1px solid rgba(8,23,47,.08);box-shadow:0 6px 28px rgba(8,23,47,.045)}.header-inner{width:min(var(--container),calc(100% - 80px));height:100%;margin-inline:auto;justify-content:space-between;gap:34px}.brand,.header-inner{display:flex;align-items:center}.brand{gap:13px;min-width:0}.logo-shell{width:50px;height:50px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#fff;border:1px solid #e8dfcd;box-shadow:0 6px 20px rgba(8,23,47,.08);flex:none}.logo-image{width:100%;height:100%;object-fit:contain;background:#fff}.logo-image-compact{transform:scale(1.02)}.brand-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.brand-copy strong{font-family:Iowan Old Style,Baskerville,Times New Roman,serif;font-size:16px;font-weight:650;white-space:nowrap;color:var(--navy)}.brand-copy small{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#8a8e96;white-space:nowrap}.desktop-nav{display:flex;align-items:center;gap:34px;font-size:13px;font-weight:650;color:#586173}.desktop-nav a{position:relative;padding:29px 0}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:21px;height:1px;background:var(--gold);transition:right .25s ease}.desktop-nav a:hover{color:var(--navy)}.desktop-nav a:hover:after{right:0}.btn{min-height:48px;padding:0 22px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.035em;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}.btn:hover{transform:translateY(-2px)}.btn span{transition:transform .25s ease}.btn:hover span{transform:translate(3px,-3px)}.btn-navy{background:var(--navy);color:#fff;box-shadow:0 10px 25px rgba(8,23,47,.14)}.btn-navy:hover{background:var(--navy-2);box-shadow:0 15px 30px rgba(8,23,47,.19)}.btn-gold{background:linear-gradient(135deg,#e8cb8c,#c99a4d);color:#172239;box-shadow:0 14px 34px rgba(103,73,22,.2)}.btn-gold:hover{box-shadow:0 20px 42px rgba(103,73,22,.25)}.btn-glass{color:#fff;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-glass:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.55)}.btn-full{width:100%}.mobile-menu{display:none;position:relative}.mobile-menu summary{list-style:none;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--navy);cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu-panel{position:absolute;top:45px;right:0;width:260px;padding:16px;background:rgba(251,250,246,.99);border:1px solid #e2ded5;border-radius:18px;box-shadow:0 22px 55px rgba(8,23,47,.16);display:flex;flex-direction:column;gap:4px}.mobile-menu-panel>a:not(.btn){padding:11px 8px;font-size:13px;color:#515a6b}.mobile-menu-panel .btn{margin-top:8px}.hero{position:relative;height:clamp(720px,82svh,900px);min-height:720px;padding-top:78px;color:#fff;background:var(--navy);isolation:isolate}.hero-bg{width:100%;height:100%;object-fit:cover;object-position:center 47%;z-index:-3;animation:heroZoom 14s ease-out both}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-overlay{z-index:-2;background:linear-gradient(90deg,rgba(5,14,30,.96),rgba(5,14,30,.82) 41%,rgba(5,14,30,.38) 70%,rgba(5,14,30,.13)),linear-gradient(0deg,rgba(4,11,25,.74),transparent 54%)}.hero-noise{position:absolute;inset:0;z-index:-1;opacity:.12;background-image:radial-gradient(rgba(255,255,255,.65) .55px,transparent 0);background-size:5px 5px;mix-blend-mode:soft-light}@keyframes heroZoom{0%{transform:scale(1.035)}to{transform:scale(1)}}.hero-container{width:min(var(--container),calc(100% - 80px));height:100%;margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:80px;gap:80px;align-items:center;padding-bottom:74px}.hero-copy{max-width:880px;animation:heroRise .75s ease both}@keyframes heroRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.hero h1{font-size:clamp(64px,6.3vw,96px);line-height:.92;margin:0 0 28px;max-width:980px;text-wrap:balance}.hero-lead{max-width:690px;margin:0;color:#d4dae4;font-size:15px;line-height:1.8}.hero-actions{display:flex;align-items:center;gap:12px;margin-top:34px;flex-wrap:wrap}.hero-property-card{align-self:center;justify-self:end;width:100%;padding:28px;border:1px solid rgba(255,255,255,.2);border-radius:24px;background:rgba(5,17,37,.48);-webkit-backdrop-filter:blur(18px) saturate(1.1);backdrop-filter:blur(18px) saturate(1.1);box-shadow:0 28px 80px rgba(0,0,0,.25)}.hero-card-topline{display:flex;align-items:center;justify-content:space-between;color:var(--champagne);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero-card-topline b{font-family:Iowan Old Style,Baskerville,serif;font-size:20px;font-weight:500;color:var(--gold-2)}.hero-property-card h2{font-size:42px;line-height:.97;margin:30px 0 9px;color:#fff}.hero-property-card>p{margin:0;color:#bfc8d5;font-size:13px}.hero-card-divider{height:1px;background:rgba(255,255,255,.16);margin:24px 0}.hero-card-facts{display:grid;grid-gap:17px;gap:17px}.hero-card-facts>div{display:flex;justify-content:space-between;gap:18px;align-items:baseline}.hero-card-facts span{color:#9eabbc;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.hero-card-facts strong{font-family:Iowan Old Style,Baskerville,serif;font-size:15px;font-weight:500;color:#fff;text-align:right}.hero-card-link{margin-top:26px;display:flex;align-items:center;justify-content:space-between;padding-top:19px;border-top:1px solid rgba(255,255,255,.16);color:var(--champagne);font-size:12px;font-weight:800}.hero-card-link span{transition:transform .25s ease}.hero-card-link:hover span{transform:translate(3px,-3px)}.hero-bottom{position:absolute;left:0;right:0;bottom:0;border-top:1px solid rgba(255,255,255,.17);background:rgba(4,13,28,.24);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-bottom-inner{width:min(var(--container),calc(100% - 80px));height:72px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#c1c9d5;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.hero-bottom-inner span:nth-child(2){color:var(--champagne)}.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:40px}.trust-inner>p{margin:0;font-family:Iowan Old Style,Baskerville,serif;font-size:26px;color:var(--navy)}.trust-points{display:flex;align-items:center;gap:17px;color:#767b83;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.13em;white-space:nowrap}.trust-points i{width:4px;height:4px;border-radius:50%;background:var(--gold)}.residence{background:var(--paper)}.residence-grid{display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:90px;gap:90px;align-items:center}.residence-copy .lead{max-width:620px;color:var(--muted);font-size:15px;line-height:1.8;margin:28px 0 0}.residence-copy h2 em,.section-heading h2 em,.tenant-copy h2 em{color:#9b742e}.property-facts{display:grid;grid-template-columns:1fr 1fr;margin-top:34px;border-top:1px solid var(--line);border-left:1px solid var(--line);max-width:620px}.property-facts>div{padding:19px 20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.55);display:flex;flex-direction:column;gap:6px}.property-facts span{font-size:9px;color:#99958c;text-transform:uppercase;letter-spacing:.13em}.property-facts strong{font-family:Iowan Old Style,Baskerville,serif;font-size:16px;color:var(--navy)}.inline-cta{max-width:620px;margin-top:20px;padding:18px 20px;border-radius:14px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:800;box-shadow:0 16px 36px rgba(8,23,47,.12)}.inline-cta>span:last-child{color:var(--gold-2);transition:transform .25s ease}.inline-cta:hover>span:last-child{transform:translate(3px,-3px)}.property-collage{position:relative;min-height:680px;display:grid;grid-template-columns:1.35fr .72fr;grid-template-rows:1fr 1fr;grid-gap:12px;gap:12px}.property-collage figure{margin:0;position:relative;overflow:hidden;border-radius:14px;background:#ddd}.property-collage img{height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.property-collage figure:hover img{transform:scale(1.035)}.collage-main{grid-row:1/3}.property-collage figcaption{position:absolute;left:14px;bottom:14px;padding:8px 11px;border-radius:999px;background:rgba(6,18,38,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:10px;font-weight:700}.photo-badge{position:absolute;right:22%;top:50%;transform:translate(50%,-50%);width:112px;height:112px;border-radius:50%;background:#f3dfb3;color:var(--navy);border:7px solid rgba(255,255,255,.88);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 15px 40px rgba(8,23,47,.18)}.photo-badge strong{font-family:Iowan Old Style,Baskerville,serif;font-size:25px}.photo-badge span{max-width:70px;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;line-height:1.25}.gallery-section{background:var(--ivory)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;margin-bottom:50px}.section-heading>p{max-width:490px;margin:0 0 7px;color:var(--muted);font-size:14px;line-height:1.8}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:190px;grid-gap:12px;gap:12px}.gallery-item{position:relative;margin:0;overflow:hidden;border-radius:12px;background:#ddd}.gallery-item img{height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .4s ease}.gallery-item:hover img{transform:scale(1.04);filter:brightness(.88)}.gallery-item figcaption{position:absolute;left:16px;right:16px;bottom:14px;display:flex;align-items:center;justify-content:space-between;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.35)}.gallery-item figcaption span{font-size:9px;letter-spacing:.15em}.gallery-item figcaption strong{font-family:Iowan Old Style,Baskerville,serif;font-size:17px;font-weight:500}.gallery-item:first-child{grid-column:span 7;grid-row:span 2}.gallery-item:nth-child(2){grid-column:span 5;grid-row:span 3}.gallery-item:nth-child(3){grid-column:span 4;grid-row:span 3}.gallery-item:nth-child(4){grid-column:span 3;grid-row:span 2}.gallery-item:nth-child(5){grid-column:span 5;grid-row:span 2}.gallery-item:nth-child(6){grid-column:span 4;grid-row:span 2}.brand-story{display:grid;grid-template-columns:1.08fr .92fr;min-height:760px;background:var(--navy);color:#fff}.brand-story-image{position:relative;min-height:650px;overflow:hidden}.brand-story-image>img{height:100%;object-fit:cover}.brand-story-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,13,29,.76),rgba(4,13,29,.08) 58%)}.brand-story-caption{position:absolute;left:6vw;bottom:58px;display:flex;flex-direction:column;gap:5px}.brand-story-caption span{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:var(--gold-2)}.brand-story-caption strong{font-family:Iowan Old Style,Baskerville,serif;font-size:30px;font-weight:500}.brand-story-copy{position:relative;padding:95px max(5vw,60px);display:flex;flex-direction:column;justify-content:center}.brand-story-copy>p:not(.eyebrow){max-width:600px;color:#b9c3d0;font-size:14px;line-height:1.8;margin:26px 0 34px}.story-logo{position:absolute;right:5vw;top:42px;width:96px;height:96px;padding:6px;border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(0,0,0,.22);overflow:hidden}.story-logo img{height:100%;object-fit:contain}.services-list>div{display:grid;grid-template-columns:48px 1fr;grid-gap:16px;gap:16px;padding:18px 0;border-top:1px solid rgba(255,255,255,.13)}.services-list b{font-family:Iowan Old Style,Baskerville,serif;color:var(--gold-2);font-size:17px;font-weight:500}.services-list span{display:flex;flex-direction:column;gap:5px}.services-list strong{font-family:Iowan Old Style,Baskerville,serif;font-size:19px;font-weight:500}.services-list small{color:#aab5c5;font-size:11px;line-height:1.5}.tenant{background:#fbfaf6}.tenant-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:90px;gap:90px;align-items:center}.tenant-copy>p:not(.eyebrow){max-width:590px;color:var(--muted);font-size:14px;line-height:1.8;margin:27px 0}.feature-pills{display:flex;flex-wrap:wrap;gap:8px}.feature-pills span{padding:10px 13px;border:1px solid #ddd7ca;border-radius:999px;background:#fff;color:#666d79;font-size:10px}.portal-shell{padding:24px;border-radius:24px;background:#fff;border:1px solid #e4dfd5;box-shadow:0 28px 80px rgba(8,23,47,.11)}.portal-top{justify-content:space-between;gap:20px}.portal-brand,.portal-top{display:flex;align-items:center}.portal-brand{gap:11px}.portal-logo{width:52px;height:52px;border-radius:12px;overflow:hidden;border:1px solid #e8dfcf;background:#fff}.portal-brand>div:last-child{display:flex;flex-direction:column;gap:3px}.portal-brand strong{font-family:Iowan Old Style,Baskerville,serif;color:var(--navy);font-size:17px}.portal-brand span{font-size:8px;color:#9298a2;text-transform:uppercase;letter-spacing:.11em}.sample-pill{padding:8px 10px;border-radius:999px;background:#f3e6cb;color:#805f26;font-size:8px;font-weight:800;letter-spacing:.12em}.portal-title{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin:22px -24px 16px;padding:17px 24px;background:var(--navy);color:#fff}.portal-title>div{display:flex;flex-direction:column;gap:4px}.portal-title span{font-size:8px;text-transform:uppercase;letter-spacing:.13em;color:#aeb8c7}.portal-title strong{font-family:Iowan Old Style,Baskerville,serif;font-size:18px;font-weight:500}.portal-title>div:last-child{text-align:right}.portal-stats{display:grid;grid-template-columns:1fr 1fr 1.25fr;grid-gap:9px;gap:9px;margin-bottom:14px}.portal-stats>div{padding:13px 14px;background:#faf9f5;border:1px solid #ece8df;display:flex;flex-direction:column;gap:5px}.portal-stats span{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#8c929b}.portal-stats strong{font-family:Iowan Old Style,Baskerville,serif;color:var(--navy);font-size:15px}.portal-stats .balance-stat{background:#f4e7cb;border-color:#ead6a9}.portal-stats .balance-stat strong{font-size:21px;color:#76551f}.portal-table-wrap{border:1px solid #e5e1d9}.portal-table{width:100%;border-collapse:collapse;min-width:620px}.portal-table th{padding:10px 8px;background:#142749;color:#fff;text-align:left;font-size:8px;letter-spacing:.05em}.portal-table td{padding:11px 8px;border-top:1px solid #ece8e0;color:#68717d;font-size:9px}.portal-note{margin:10px 0 0;text-align:right;color:#999d9e;font-size:8px}.contact{display:grid;grid-template-columns:1fr 1fr;min-height:760px;background:#07142b;color:#fff}.contact-image{position:relative;overflow:hidden}.contact-image>img{height:100%;object-fit:cover}.contact-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,12,27,.84),rgba(4,12,27,.08) 62%)}.contact-message{position:absolute;z-index:2;left:6vw;bottom:58px}.contact-message p{margin:0 0 12px;color:var(--gold-2);font-size:10px;font-weight:800;letter-spacing:.17em}.contact-message h2{font-size:clamp(48px,4.4vw,70px)}.contact-panel{padding:80px max(6vw,70px);display:flex;flex-direction:column;justify-content:center}.contact-panel>p:not(.eyebrow){max-width:520px;color:#b5bfcd;font-size:14px;line-height:1.75}.contact-panel>h2{font-size:clamp(48px,4.4vw,70px)}.inquiry-form{margin-top:24px}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.inquiry-form label{display:flex;flex-direction:column;gap:7px;margin-bottom:12px;color:#aeb8c8;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;padding:13px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.15);outline:0;background:rgba(255,255,255,.055);color:#f4f7fb;font-size:13px;font-weight:500;line-height:1.5;letter-spacing:0;text-transform:none;transition:border .25s ease,background .25s ease}.inquiry-form input::placeholder,.inquiry-form textarea::placeholder{color:#8f9bad;font-weight:400;letter-spacing:0;text-transform:none;opacity:1}.inquiry-form select option{color:#172036}.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{border-color:rgba(216,182,109,.76);background:rgba(255,255,255,.085)}.office-line{margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:5px}.office-line span{font-size:8px;text-transform:uppercase;letter-spacing:.13em;color:#8e9aaa}.office-line strong{font-family:Iowan Old Style,Baskerville,serif;font-size:16px;font-weight:500;color:#f3f0e8}footer{background:var(--paper);border-top:1px solid var(--line)}.footer-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand .logo-shell{width:44px;height:44px}.footer-inner>p{margin:0;color:#92938f;font-size:9px}.footer-links{display:flex;gap:24px;color:#606979;font-size:10px;font-weight:700}@media(min-width:1800px){.header-inner,.hero-bottom-inner,.hero-container,.section-container{width:min(1540px,calc(100% - 120px))}.hero h1{font-size:96px}}@media(max-width:1180px){.desktop-nav{display:none}.hero-container{grid-template-columns:minmax(0,1fr) 320px;gap:50px}.residence-grid,.tenant-grid{grid-template-columns:1fr;gap:60px}.property-collage{min-height:620px}.brand-story{grid-template-columns:1fr}.brand-story-image{min-height:560px}.brand-story-copy{min-height:650px}.contact{grid-template-columns:1fr}.contact-image{min-height:580px}.contact-panel{min-height:700px}}@media(max-width:820px){.header-inner,.hero-bottom-inner,.hero-container,.section-container{width:calc(100% - 36px)}.section-pad{padding:78px 0}.site-header{height:72px}.logo-shell{width:46px;height:46px}.brand-copy strong{font-size:14px}.brand-copy small{font-size:7px}.desktop-cta{display:none}.mobile-menu{display:block}.hero{height:auto;min-height:820px;padding-top:72px}.hero-container{display:block;padding-top:90px;padding-bottom:140px}.hero h1{font-size:clamp(54px,13vw,72px);line-height:.92}.hero-lead{font-size:13px}.hero-property-card{display:none}.hero-overlay{background:linear-gradient(0deg,rgba(5,14,30,.96),rgba(5,14,30,.62) 70%,rgba(5,14,30,.28))}.hero-bg{object-position:61% center}.hero-actions{align-items:flex-start;flex-direction:column}.hero-bottom-inner{height:86px;gap:12px;flex-wrap:wrap;justify-content:flex-start}.hero-bottom-inner span{font-size:8px}.hero-bottom-inner span:not(:last-child):after{content:"·";margin-left:12px;color:var(--gold-2)}.trust-inner{padding:22px 0;display:block}.trust-inner>p{font-size:22px}.trust-points{margin-top:12px;gap:10px;overflow:hidden;font-size:8px}.property-facts{grid-template-columns:1fr}.property-collage{min-height:560px;grid-template-columns:1fr 1fr;grid-template-rows:1.15fr .85fr}.collage-main{grid-column:1/3;grid-row:auto}.photo-badge{right:12px;top:56%;transform:none;width:92px;height:92px}.section-heading{align-items:flex-start;flex-direction:column;gap:22px;margin-bottom:34px}.section-heading>p{font-size:12px}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:230px}.gallery-item{grid-column:auto!important;grid-row:auto!important}.gallery-item:first-child,.gallery-item:nth-child(4),.gallery-item:nth-child(5){grid-column:1/3!important}.brand-story-image{min-height:470px}.brand-story-caption{left:18px;bottom:32px}.brand-story-copy{min-height:auto;padding:82px 18px 70px}.brand-story-copy>p:not(.eyebrow){font-size:12px}.story-logo{width:78px;height:78px;right:18px;top:25px}.tenant-grid{gap:45px}.tenant-copy>p:not(.eyebrow){font-size:12px}.portal-shell{padding:16px;border-radius:19px}.portal-title{margin-inline:-16px;padding-inline:16px;align-items:flex-start;flex-direction:column}.portal-title>div:last-child{text-align:left}.portal-stats{grid-template-columns:1fr}.contact-image{min-height:480px}.contact-message{left:18px;bottom:34px}.contact-panel{min-height:auto;padding:74px 18px}.field-row{grid-template-columns:1fr}.footer-inner{padding:25px 0;min-height:0;align-items:flex-start;flex-direction:column}.footer-inner>p{font-size:8px}}@media(max-width:500px){.brand-copy small{display:none}.brand-copy strong{font-size:13px}.hero{min-height:780px}.hero-container{padding-top:72px}.hero h1{font-size:52px}.hero-lead{line-height:1.65}.btn,.hero-actions{width:100%}.property-collage{min-height:500px}.photo-badge{width:82px;height:82px}.photo-badge strong{font-size:21px}.photo-badge span{font-size:7px}.gallery-grid{display:block}.gallery-item{height:330px;margin-bottom:10px}.gallery-item:nth-child(2),.gallery-item:nth-child(3),.gallery-item:nth-child(6){height:420px}.story-logo{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-bg,.hero-copy{animation:none}.btn,.btn span,.gallery-item img,.property-collage img{transition:none}}body{overflow-x:clip}.portal-brand,.portal-brand>div:last-child,.portal-shell,.portal-top>*,.residence-grid>*,.tenant-grid>*{min-width:0}.brand-story-image>img,.contact-image>img,.gallery-item img,.hero-bg,.property-collage img{filter:contrast(1.035) saturate(1.025);image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hero-overlay{background:linear-gradient(90deg,rgba(5,14,30,.91),rgba(5,14,30,.71) 39%,rgba(5,14,30,.23) 69%,rgba(5,14,30,.07)),linear-gradient(0deg,rgba(4,11,25,.6),transparent 50%)}.hero-noise{opacity:.065}.gallery-item,.property-collage figure{box-shadow:0 18px 44px rgba(8,23,47,.09)}.property-collage img{filter:contrast(1.045) saturate(1.035)}.gallery-item:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(0deg,rgba(5,14,30,.48),transparent);pointer-events:none}.gallery-item figcaption{z-index:2}.gallery-item:hover img{transform:scale(1.035);filter:contrast(1.045) saturate(1.04) brightness(.96)}.brand-story-image>img,.contact-image>img{filter:contrast(1.045) saturate(1.035)}.tenant{background:radial-gradient(circle at 82% 12%,rgba(216,182,109,.1),transparent 27%),#fbfaf6}.portal-shell{position:relative;width:100%;overflow:hidden;border-color:#e7dfd0;background:linear-gradient(180deg,#fff,#fff 76%,#fdfbf7);box-shadow:0 32px 90px rgba(8,23,47,.12),inset 0 1px 0 rgba(255,255,255,.9)}.portal-shell:before{content:"";position:absolute;z-index:2;left:24px;right:24px;top:0;height:3px;background:linear-gradient(90deg,transparent,#c5974d 18%,#e6cc91 50%,#c5974d 82%,transparent);opacity:.95}.portal-table-wrap{width:100%;max-width:100%;overflow:auto;border-radius:12px;border-color:#e7e1d7}.portal-mobile-ledger{display:none}.sample-pill{white-space:nowrap}.portal-note{line-height:1.5}.feature-pills span{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding-inline:15px;box-shadow:0 8px 22px rgba(8,23,47,.035)}.portal-title{border-radius:12px}.portal-stats>div{border-radius:10px}.portal-stats .balance-stat{background:linear-gradient(135deg,#f7eacb,#f1dba8);border-color:#e6cc92}.ledger-card{overflow:hidden;border:1px solid #e8e1d6;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(8,23,47,.055)}.ledger-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 15px;border-bottom:1px solid #eee8df;background:#fdfcf9}.ledger-balance,.ledger-card-head>div,.ledger-grid>div,.ledger-total{display:flex;flex-direction:column;gap:4px}.ledger-card span{color:#8c929b;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.105em}.ledger-card strong{color:var(--navy);font-family:Iowan Old Style,Baskerville,serif;font-size:14px;font-weight:600}.ledger-status{flex:none!important;padding:6px 9px;border-radius:999px;background:#f3ead8;color:#8b692f!important;font-family:Inter,ui-sans-serif,sans-serif!important;font-size:7px!important;letter-spacing:.11em}.ledger-status.paid{background:#e8f2e9;color:#42654b!important}.ledger-total{padding:16px 15px 12px}.ledger-total strong{font-size:26px;letter-spacing:-.025em}.ledger-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #eee8df}.ledger-grid,.ledger-grid>div{border-bottom:1px solid #eee8df}.ledger-grid>div{padding:12px 15px;border-right:1px solid #eee8df}.ledger-grid>div:nth-child(2n){border-right:0}.ledger-grid>div:nth-last-child(-n+2){border-bottom:0}.ledger-balance{padding:13px 15px;background:#fbf5e7}.ledger-balance strong{color:#795920;font-size:18px}.btn,.gallery-item,.inline-cta,.portal-shell,.property-collage figure{-webkit-tap-highlight-color:transparent}@media(hover:hover){.portal-shell{transition:transform .35s ease,box-shadow .35s ease}.portal-shell:hover{transform:translateY(-3px);box-shadow:0 38px 100px rgba(8,23,47,.15)}}@media(max-width:820px){.header-inner,.hero-bottom-inner,.hero-container,.section-container{width:calc(100% - 32px)}.hero-overlay{background:linear-gradient(0deg,rgba(5,14,30,.95),rgba(5,14,30,.66) 60%,rgba(5,14,30,.22)),linear-gradient(90deg,rgba(5,14,30,.44),rgba(5,14,30,.02))}.hero-bg{filter:contrast(1.06) saturate(1.04);object-position:58% center}.tenant-grid{width:100%;gap:42px}.portal-shell,.tenant-copy{width:100%;max-width:100%}.feature-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.feature-pills span{width:100%;padding:10px 8px;text-align:center;font-size:9px}.portal-shell{padding:18px;border-radius:20px}.portal-shell:before{left:18px;right:18px}.portal-title{margin:18px 0 14px;padding:16px;border-radius:14px;align-items:flex-start;flex-direction:row}.portal-title>div:last-child{text-align:right}.portal-stats{grid-template-columns:1fr 1fr;gap:8px}.portal-stats .balance-stat{grid-column:1/-1}.portal-table-wrap{display:none}.portal-mobile-ledger{display:grid;grid-gap:10px;gap:10px}.portal-note{text-align:left;margin-top:12px}}@media(max-width:650px){.gallery-grid{display:grid;grid-template-columns:none;grid-template-rows:460px;grid-auto-flow:column;grid-auto-columns:min(84vw,360px);grid-gap:12px;gap:12px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 16px 14px;margin-inline:-16px}.gallery-grid::-webkit-scrollbar{display:none}.gallery-item,.gallery-item:nth-child(n){grid-column:auto!important;grid-row:auto!important;height:auto!important;margin:0!important;scroll-snap-align:center;border-radius:18px}.gallery-item img{object-position:center}.gallery-item figcaption{left:15px;right:15px;bottom:15px}.gallery-item figcaption strong{font-size:19px}}@media(max-width:520px){.site-header{height:68px}.header-inner{gap:12px}.logo-shell{width:43px;height:43px;border-radius:11px}.brand{gap:9px}.brand-copy strong{font-size:12.5px}.mobile-menu summary{padding:9px 11px;border:1px solid #ded8cc;border-radius:999px;background:#fff;box-shadow:0 7px 20px rgba(8,23,47,.06)}.mobile-menu-panel{top:48px;width:min(270px,calc(100vw - 32px))}.hero{padding-top:68px;min-height:760px}.hero-container{padding-top:68px;padding-bottom:128px}.hero h1{font-size:clamp(45px,13.6vw,58px);line-height:.94}.hero-lead{font-size:12.5px}.hero-bottom-inner{height:auto;min-height:78px;padding:15px 0;align-content:center}.trust-points{white-space:normal;flex-wrap:wrap;row-gap:8px}.property-collage{min-height:470px;gap:8px}.property-collage figure{border-radius:12px}.photo-badge{display:none}.brand-story-copy{padding-inline:16px}.tenant.section-pad{padding-top:72px;padding-bottom:82px}.tenant-grid{gap:36px}.portal-shell{padding:14px;border-radius:18px}.portal-shell:before{left:14px;right:14px}.portal-top{align-items:flex-start;gap:10px}.portal-logo{width:46px;height:46px}.portal-brand{gap:9px}.portal-brand strong{font-size:15px;line-height:1.1}.portal-brand span{font-size:7px}.sample-pill{padding:7px 8px;font-size:6.5px;letter-spacing:.08em}.portal-title{padding:14px;gap:13px}.portal-title strong{font-size:15px}.portal-title span{font-size:7px}.portal-stats>div{padding:12px}.portal-stats strong{font-size:14px}.portal-stats .balance-stat strong{font-size:20px}.ledger-card-head{padding:13px}.ledger-total{padding:14px 13px 11px}.ledger-balance,.ledger-grid>div{padding:11px 13px}.gallery-grid{grid-template-rows:420px;grid-auto-columns:88vw}}@media(max-width:390px){.header-inner,.hero-bottom-inner,.hero-container,.section-container{width:calc(100% - 24px)}.brand-copy strong{font-size:12px}.feature-pills{grid-template-columns:1fr 1fr}.portal-top{flex-wrap:wrap}.sample-pill{margin-left:55px;margin-top:-8px}.portal-title{flex-direction:column}.portal-title>div:last-child{text-align:left}.ledger-grid{grid-template-columns:1fr 1fr}.gallery-grid{margin-inline:-12px;padding-inline:12px;grid-auto-columns:90vw}}#contact,#gallery,#residence,#services,#tenant{scroll-margin-top:78px}@media(min-width:821px){.header-inner{display:grid;grid-template-columns:minmax(320px,1fr) auto minmax(320px,1fr);align-items:center;grid-gap:28px;gap:28px}.brand{justify-self:start}.desktop-nav{justify-self:center}.desktop-cta{justify-self:end}.hero-container{grid-template-columns:minmax(0,1fr) minmax(320px,350px);gap:clamp(54px,6vw,104px);align-items:center}.hero-copy{max-width:900px;padding-top:2px}.hero h1{font-size:clamp(64px,5.35vw,88px);max-width:900px}.hero-property-card{max-width:350px;justify-self:end}.hero-bottom-inner{display:grid;grid-template-columns:auto 1fr;align-items:center}.hero-bottom-inner span:nth-child(2){justify-self:end;text-align:right}.trust-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.trust-inner>p{line-height:1.08}.trust-points{justify-self:end}}[data-reveal]{opacity:0;transform:translate3d(0,28px,0);transition:opacity .78s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0s),transform .9s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0s);will-change:opacity,transform}[data-reveal].is-visible{opacity:1;transform:translateZ(0)}.hero-copy[data-reveal]{transform:translate3d(-18px,18px,0)}.hero-copy[data-reveal].is-visible{transform:translateZ(0)}.hero-property-card[data-reveal]{transform:translate3d(18px,18px,0)}.hero-property-card[data-reveal].is-visible{transform:translateZ(0)}.property-collage[data-reveal]{transform:translate3d(28px,20px,0)}.property-collage[data-reveal].is-visible{transform:translateZ(0)}.gallery-button{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;padding:0;border:0;color:inherit;text-align:left;cursor:zoom-in;font:inherit}.gallery-button:focus-visible{outline:3px solid rgba(184,135,53,.65);outline-offset:4px}.gallery-caption{position:absolute;z-index:4;left:16px;right:16px;bottom:14px;display:flex;align-items:center;justify-content:space-between;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.42);pointer-events:none}.gallery-caption>span{font-size:9px;letter-spacing:.15em}.gallery-caption>strong{font-family:Iowan Old Style,Baskerville,serif;font-size:17px;font-weight:500}.gallery-shine{z-index:3;inset:-35% auto -35% -45%;width:28%;transform:skewX(-18deg) translateX(-190%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);transition:transform .85s cubic-bezier(.2,.7,.2,1)}.gallery-shine,.gallery-view-label{position:absolute;pointer-events:none}.gallery-view-label{z-index:5;top:16px;right:16px;padding:8px 11px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(6,17,36,.36);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:0;transform:translateY(-7px);transition:opacity .3s ease,transform .3s ease}@media(hover:hover){.gallery-button:hover .gallery-shine{transform:skewX(-18deg) translateX(680%)}.gallery-button:hover .gallery-view-label{opacity:1;transform:none}.gallery-button:hover img{transform:scale(1.045);filter:contrast(1.055) saturate(1.045) brightness(.92)}}.lightbox{position:fixed;z-index:140;inset:0;display:grid;place-items:center;padding:32px 84px;background:rgba(3,9,20,.91);backdrop-filter:blur(22px) saturate(.9);-webkit-backdrop-filter:blur(22px) saturate(.9);animation:lightboxFade .28s ease both}@keyframes lightboxFade{0%{opacity:0}to{opacity:1}}.lightbox-stage{width:min(1120px,88vw);max-height:88vh;display:grid;grid-template-rows:minmax(0,1fr) auto;grid-gap:15px;gap:15px}.lightbox-photo-wrap{position:relative;min-height:0;display:grid;place-items:center;overflow:hidden;border-radius:22px;background:#071327;border:1px solid rgba(255,255,255,.12);box-shadow:0 40px 120px rgba(0,0,0,.52)}.lightbox-photo{width:auto;max-width:100%;height:auto;max-height:76vh;object-fit:contain;filter:contrast(1.045) saturate(1.035);animation:lightboxPhotoIn .48s cubic-bezier(.2,.75,.2,1) both}@keyframes lightboxPhotoIn{0%{opacity:0;transform:scale(.965) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.lightbox-meta{display:grid;grid-template-columns:auto 1fr auto;align-items:baseline;grid-gap:18px;gap:18px;color:#fff}.lightbox-meta>span{color:var(--gold-2);font-size:9px;font-weight:800;letter-spacing:.14em}.lightbox-meta>strong{font-family:Iowan Old Style,Baskerville,serif;font-size:24px;font-weight:500}.lightbox-meta>small{color:#9eabbc;font-size:9px;letter-spacing:.06em;text-align:right}.lightbox-arrow,.lightbox-close{position:absolute;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;transition:background .25s ease,transform .25s ease,border-color .25s ease}.lightbox-arrow:hover,.lightbox-close:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.3)}.lightbox-close{top:24px;right:28px;width:46px;height:46px;border-radius:50%;font-size:28px;line-height:1}.lightbox-arrow{top:50%;width:52px;height:70px;border-radius:999px;transform:translateY(-50%);font-family:Iowan Old Style,Baskerville,serif;font-size:38px;line-height:1}.lightbox-arrow:hover{transform:translateY(-50%) scale(1.04)}.lightbox-prev{left:22px}.lightbox-next{right:22px}@media(max-width:820px){#contact,#gallery,#residence,#services,#tenant{scroll-margin-top:72px}.gallery-caption{left:15px;right:15px;bottom:15px}.gallery-caption>strong{font-size:19px}.gallery-view-label{opacity:1;transform:none;top:14px;right:14px;background:rgba(6,17,36,.44)}.lightbox{padding:70px 16px 22px}.lightbox-stage{width:100%;max-height:calc(100vh - 100px);gap:12px}.lightbox-photo-wrap{border-radius:16px}.lightbox-photo{max-height:68vh}.lightbox-meta{grid-template-columns:auto 1fr;gap:7px 12px}.lightbox-meta>strong{font-size:20px}.lightbox-meta>small{grid-column:1/-1;text-align:left}.lightbox-close{top:14px;right:14px;width:42px;height:42px}.lightbox-arrow{top:auto;bottom:19px;width:44px;height:44px;font-size:30px;z-index:2}.lightbox-prev{left:auto;right:68px}.lightbox-next{right:14px}}@media(max-width:520px){#contact,#gallery,#residence,#services,#tenant{scroll-margin-top:68px}.gallery-view-label{font-size:7px;padding:7px 9px}.lightbox{padding-top:64px}.lightbox-photo{max-height:64vh}.lightbox-meta>strong{font-size:18px}}@media(prefers-reduced-motion:reduce){[data-reveal],[data-reveal].is-visible{opacity:1;transform:none;transition:none}.lightbox,.lightbox-photo{animation:none}.gallery-shine{display:none}}@media(min-width:821px) and (max-width:1180px){.header-inner{grid-template-columns:1fr auto auto}.mobile-menu{display:block}.desktop-cta,.mobile-menu{justify-self:end}.mobile-menu-panel{top:48px}}#contact,#gallery,#guidelines,#properties,#residence,#services{scroll-margin-top:78px}.info-hub{position:relative;background:radial-gradient(circle at 12% 8%,rgba(216,182,109,.12),transparent 28%),linear-gradient(180deg,#fbfaf6,#f6f1e7);overflow:hidden}.info-hub:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.35;background-image:linear-gradient(rgba(8,23,47,.025) 1px,transparent 0),linear-gradient(90deg,rgba(8,23,47,.025) 1px,transparent 0);background-size:44px 44px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 76%);mask-image:linear-gradient(180deg,#000,transparent 76%)}.info-hub-heading{position:relative;z-index:1;display:grid;grid-template-columns:1fr .72fr;grid-gap:80px;gap:80px;align-items:end;margin-bottom:48px}.info-hub-heading>p{margin:0 0 5px;color:var(--muted);font-size:14px;line-height:1.8;max-width:610px}.info-hub-heading h2 em{color:#9b742e}.info-hub-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.info-card{position:relative;min-width:0;padding:32px;border-radius:24px;background:rgba(255,255,255,.86);border:1px solid rgba(8,23,47,.09);box-shadow:0 24px 60px rgba(8,23,47,.07);overflow:hidden;transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease,border-color .35s ease}.info-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--gold-2),transparent 88%);opacity:.9}.info-card:hover{transform:translateY(-4px);box-shadow:0 32px 78px rgba(8,23,47,.11);border-color:rgba(184,135,53,.24)}.info-card-number{position:absolute;right:28px;top:24px;font-family:Iowan Old Style,Baskerville,serif;font-size:42px;color:rgba(8,23,47,.07)}.info-card-kicker{margin-bottom:12px;color:#9b742e;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.15em}.info-card h3{max-width:520px;margin:0 0 22px;font-size:clamp(28px,2.5vw,40px);line-height:1.02;color:var(--navy);letter-spacing:-.03em}.info-card p{color:var(--muted);font-size:13px;line-height:1.7}.info-card-faq{grid-row:span 2}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:0}.faq-list summary{position:relative;list-style:none;padding:18px 38px 18px 0;color:var(--navy);font-family:Iowan Old Style,Baskerville,serif;font-size:18px;font-weight:600;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:4px;top:15px;width:28px;height:28px;display:grid;place-items:center;border:1px solid #ded8cc;border-radius:50%;font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#9b742e;transition:transform .25s ease,background .25s ease}.faq-list details[open] summary:after{content:"−";background:#f4ead3;transform:rotate(180deg)}.faq-list details p{margin:-2px 40px 18px 0;font-size:12px}.info-checklist{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.info-checklist li{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:16px;gap:16px;padding:16px 0;border-bottom:1px solid var(--line)}.info-checklist span{color:var(--navy);font-family:Iowan Old Style,Baskerville,serif;font-size:16px;font-weight:600}.info-checklist small{color:#777f8d;font-size:10px;line-height:1.55}.draft-chip{display:inline-flex;margin-top:20px;padding:8px 11px;border-radius:999px;background:#f1e5ce;color:#80602a;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.info-card-accent{background:linear-gradient(145deg,#0b1b36,#13294b);color:#fff;border-color:rgba(255,255,255,.08);box-shadow:0 30px 74px rgba(8,23,47,.18)}.info-card-accent:before{background:linear-gradient(180deg,#e2c27d,transparent 88%)}.info-card-accent .info-card-kicker{color:var(--gold-2)}.info-card-accent h3{color:#fff}.info-card-accent .info-card-number{color:rgba(255,255,255,.07)}.rate-preview{padding:20px 0 18px;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:7px}.rate-preview>span{font-size:8px;color:#9da9ba;text-transform:uppercase;letter-spacing:.13em}.rate-preview>strong{font-family:Iowan Old Style,Baskerville,serif;font-size:25px;font-weight:500;color:#f4dfb3}.rate-preview>small{max-width:560px;color:#abb6c6;font-size:10px;line-height:1.65}.info-card-link{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#8a672d;font-size:11px;font-weight:800}.info-card-accent .info-card-link{color:var(--gold-2)}.info-card-link>span{transition:transform .25s ease}.info-card-link:hover>span{transform:translate(3px,-3px)}.location-copy{margin:-8px 0 18px!important;color:#777f8d!important;font-size:12px!important}.location-visual{position:relative;height:150px;margin:10px 0 18px;border-radius:17px;overflow:hidden;background:#eae5dc;border:1px solid #ddd5c9}.location-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(8,23,47,.045) 1px,transparent 0),linear-gradient(90deg,rgba(8,23,47,.045) 1px,transparent 0);background-size:24px 24px}.map-road{position:absolute;height:12px;border-radius:999px;background:#fff;box-shadow:0 0 0 1px rgba(8,23,47,.05)}.map-road-a{width:120%;left:-8%;top:47%;transform:rotate(-10deg)}.map-road-b{width:78%;left:24%;top:26%;transform:rotate(52deg)}.map-road-c{width:75%;left:-8%;bottom:18%;transform:rotate(35deg)}.map-pin{position:absolute;left:57%;top:43%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50% 50% 50% 8px;display:grid;place-items:center;background:var(--navy);color:var(--gold-2);font-family:Iowan Old Style,Baskerville,serif;font-size:12px;font-weight:700;transform-origin:center;rotate:-45deg;box-shadow:0 12px 26px rgba(8,23,47,.25)}.map-pin:first-line{rotate:45deg}.contact{min-height:900px}.contact-message-sub{display:block;margin-top:18px;color:#c4cbd5;font-size:12px;letter-spacing:.03em}.contact-panel{padding-top:72px;padding-bottom:72px}.contact-channels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:9px;gap:9px;margin-top:24px}.contact-channel{position:relative;overflow:hidden;min-width:0;display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:13px 12px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.045);transition:transform .25s ease,background .25s ease,border-color .25s ease}.contact-channel:hover{transform:translateY(-2px);background:rgba(255,255,255,.08);border-color:rgba(216,182,109,.36)}.contact-channel>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.contact-channel strong{font-family:Iowan Old Style,Baskerville,serif;font-size:14px;font-weight:600;color:#fff}.contact-channel small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8996a8;font-size:7px;text-transform:uppercase;letter-spacing:.07em}.contact-channel>span:last-child{color:var(--gold-2)}.channel-brand-icon{width:38px;height:38px;flex:0 0 38px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.12);box-shadow:0 9px 24px rgba(0,0,0,.18);overflow:hidden;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease}.channel-brand-icon img{display:block;width:22px;height:22px;object-fit:contain}.contact-channel:hover .channel-brand-icon{transform:translateY(-1px) scale(1.06);box-shadow:0 12px 30px rgba(0,0,0,.24)}.channel-viber{--channel-accent:#7360f2}.channel-whatsapp{--channel-accent:#25d366}.channel-messenger{--channel-accent:#00b2ff}.contact-channel:after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--channel-accent,rgba(216,182,109,.65)),transparent);opacity:0;transform:scaleX(.45);transition:opacity .25s ease,transform .25s ease}.contact-channel:hover:after{opacity:.75;transform:scaleX(1)}.inquiry-form{padding-top:22px;margin-top:22px;border-top:1px solid rgba(255,255,255,.11)}.form-preview-note{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:16px}.form-preview-note>span{color:var(--gold-2);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}.form-preview-note>small{color:#7f8b9d;font-size:8px;text-align:right}.optional-label{display:inline!important;margin-left:5px!important;color:#667488!important;font-size:7px!important;font-weight:700!important;letter-spacing:.07em!important}.form-demo-success{margin-top:12px;padding:12px 14px;border-radius:11px;background:rgba(216,182,109,.11);border:1px solid rgba(216,182,109,.24);display:flex;flex-direction:column;gap:4px}.form-demo-success strong{font-family:Iowan Old Style,Baskerville,serif;font-size:14px;color:#f5dfb1}.form-demo-success span{color:#aeb8c8;font-size:9px;line-height:1.5}@media(max-width:1180px){.info-hub-heading{grid-template-columns:1fr;gap:22px}.info-hub-grid{grid-template-columns:1fr 1fr}.info-card-faq{grid-row:auto}.contact-channels{grid-template-columns:1fr}.contact-channel small{white-space:normal}}@media(max-width:820px){#contact,#gallery,#guidelines,#properties,#residence,#services{scroll-margin-top:72px}.info-hub-heading{margin-bottom:34px}.info-hub-heading>p{font-size:12px}.info-hub-grid{grid-template-columns:1fr;gap:12px}.info-card{padding:24px 20px;border-radius:19px}.info-card-number{right:20px;top:18px;font-size:34px}.info-card h3{font-size:31px}.info-checklist li{grid-template-columns:1fr;gap:5px}.contact{min-height:0}.contact-panel{padding-top:68px;padding-bottom:68px}.contact-channels{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-channel{grid-template-columns:auto 1fr;padding:12px 10px}.contact-channel small,.contact-channel>span:last-child{display:none}.form-preview-note{align-items:flex-start;flex-direction:column;gap:5px}.form-preview-note>small{text-align:left}}@media(max-width:600px){.contact-channels{grid-template-columns:1fr}.contact-channel{grid-template-columns:auto 1fr auto}.contact-channel>span:last-child{display:inline}.contact-channel small{display:block}.location-visual{height:130px}}@media(max-width:520px){#contact,#gallery,#guidelines,#properties,#residence,#services{scroll-margin-top:68px}.info-card h3{font-size:28px}.faq-list summary{font-size:16px;padding-right:36px}.rate-preview>strong{font-size:22px}.contact-message-sub{font-size:10px}}#properties{scroll-margin-top:78px}.property-browser{position:relative;background:radial-gradient(circle at 90% 0,rgba(216,182,109,.12),transparent 30%),linear-gradient(180deg,#f9f7f1,#f4efe6);border-top:1px solid rgba(8,23,47,.055);border-bottom:1px solid rgba(8,23,47,.065)}.property-browser:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.24;background-image:linear-gradient(rgba(8,23,47,.022) 1px,transparent 0),linear-gradient(90deg,rgba(8,23,47,.022) 1px,transparent 0);background-size:46px 46px;-webkit-mask-image:linear-gradient(180deg,#000 0,transparent 72%);mask-image:linear-gradient(180deg,#000 0,transparent 72%)}.property-browser .section-container{position:relative;z-index:1}.property-browser-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.65fr);grid-gap:70px;gap:70px;align-items:end;margin-bottom:42px}.property-browser-heading h2 em{color:#9b742e}.property-browser-intro{padding-left:24px;border-left:1px solid rgba(184,135,53,.34)}.property-browser-intro>span{display:block;margin-bottom:12px;color:#9b742e;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.property-browser-intro p{margin:0;max-width:590px;color:var(--muted);font-size:13px;line-height:1.8}.property-browser-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px;padding:18px 20px;border:1px solid rgba(8,23,47,.08);border-radius:20px;background:rgba(255,255,255,.78);box-shadow:0 14px 40px rgba(8,23,47,.045);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.property-browser-status{display:flex;align-items:center;gap:8px;color:#687181;font-size:11px}.property-browser-status strong{font-family:Iowan Old Style,Baskerville,serif;color:var(--navy);font-size:23px;font-weight:600;line-height:1}.live-dot{width:8px;height:8px;border-radius:50%;background:#55a96c;box-shadow:0 0 0 5px rgba(85,169,108,.11)}.property-browser-controls{display:flex;gap:10px;align-items:flex-end}.property-browser-controls label{display:flex;flex-direction:column;gap:7px;min-width:190px;color:#8a8f98;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.property-browser-controls input,.property-browser-controls select{height:42px;border:1px solid #ded9cf;border-radius:12px;background:#fff;color:var(--navy);outline:none;padding:0 13px;font-size:11px;text-transform:none;letter-spacing:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.85);transition:border-color .2s ease,box-shadow .2s ease}.property-browser-controls input:focus,.property-browser-controls select:focus{border-color:rgba(184,135,53,.7);box-shadow:0 0 0 3px rgba(184,135,53,.09)}.public-property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.public-property-card{min-width:0;overflow:hidden;border:1px solid rgba(8,23,47,.09);border-radius:24px;background:rgba(255,255,255,.92);box-shadow:0 20px 55px rgba(8,23,47,.075);animation:propertyCardIn .6s cubic-bezier(.2,.75,.2,1) both;animation-delay:var(--card-delay,0s);transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease,border-color .35s ease}.public-property-card:hover{transform:translateY(-6px);box-shadow:0 30px 70px rgba(8,23,47,.12);border-color:rgba(184,135,53,.25)}@keyframes propertyCardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.property-card-media{position:relative;width:100%;height:275px;padding:0;border:0;overflow:hidden;background:#dcd8cf;text-align:left}.property-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,15,31,.55),rgba(5,15,31,.05) 50%,transparent 72%);pointer-events:none}.property-card-media img{width:100%;height:100%;object-fit:cover;filter:contrast(1.035) saturate(1.025);transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .35s ease}.public-property-card:hover .property-card-media img{transform:scale(1.045);filter:contrast(1.055) saturate(1.045)}.property-photo-count,.property-status-badge{position:absolute;z-index:2;top:14px;padding:8px 10px;border-radius:999px;font-size:7px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.property-status-badge{left:14px;color:#194c2a;background:rgba(240,251,243,.93);border:1px solid rgba(49,129,72,.13)}.property-photo-count{right:14px;color:#fff;background:rgba(5,16,34,.56);border:1px solid rgba(255,255,255,.18)}.property-card-view{position:absolute;z-index:2;left:16px;right:16px;bottom:15px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-family:Iowan Old Style,Baskerville,serif;font-size:16px;font-weight:600;transform:translateY(4px);transition:transform .3s ease}.property-card-view b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);font-family:Inter,sans-serif;font-size:12px;transition:transform .3s ease,background .3s ease}.public-property-card:hover .property-card-view{transform:none}.public-property-card:hover .property-card-view b{transform:rotate(7deg);background:rgba(216,182,109,.25)}.property-card-body{padding:20px}.property-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.property-card-heading>div:first-child{min-width:0}.property-unit-code{display:block;margin-bottom:5px;color:#9b742e;font-size:7px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.property-card-heading h3{margin:0;color:var(--navy);font-size:24px;line-height:1.04;letter-spacing:-.025em}.property-card-heading p{margin:7px 0 0;color:#7d8490;font-size:10px}.property-card-price{text-align:right;flex:none}.property-card-price span{display:block;margin-bottom:5px;color:#9a9c9a;font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.property-card-price strong{font-family:Iowan Old Style,Baskerville,serif;color:#8a672d;font-size:21px;font-weight:600;white-space:nowrap}.property-card-description{margin:16px 0 0;padding-top:14px;border-top:1px solid #ebe6dc;color:#6f7783;font-size:11px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-card-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.property-card-meta span{padding:7px 9px;border-radius:999px;background:#f4f0e8;border:1px solid #e7e0d3;color:#69717d;font-size:8px;font-weight:700}.property-card-actions{display:grid;grid-template-columns:1fr 1.15fr;grid-gap:9px;gap:9px;margin-top:18px}.property-card-actions button{height:43px;border-radius:11px;font-size:10px;font-weight:850;letter-spacing:.02em;transition:transform .2s ease,background .2s ease,border-color .2s ease}.property-view-button{border:1px solid #dcd6ca;background:#fff;color:var(--navy)}.property-view-button:hover{border-color:#b8aa8d;background:#fbf8f2;transform:translateY(-1px)}.property-inquire-button{border:1px solid var(--navy);background:var(--navy);color:#fff}.property-inquire-button span{display:inline-block;margin-left:6px;color:var(--gold-2);transition:transform .2s ease}.property-inquire-button:hover{background:var(--navy-2);transform:translateY(-1px)}.property-inquire-button:hover span{transform:translate(2px,-2px)}.public-property-loading{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.property-skeleton{height:445px;border-radius:24px;background:linear-gradient(100deg,#ebe7de 20%,#f8f5ef 38%,#ebe7de 56%);background-size:200% 100%;animation:propertyShimmer 1.35s linear infinite}@keyframes propertyShimmer{to{background-position-x:-200%}}.public-property-state{padding:52px 28px;text-align:center;border:1px solid #e2dbcf;border-radius:24px;background:rgba(255,255,255,.74)}.public-property-state.compact{padding:38px 24px}.public-property-state>span{color:#9b742e;font-size:8px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.public-property-state h3{margin:9px 0 7px;color:var(--navy);font-size:30px}.public-property-state p{max-width:560px;margin:0 auto;color:#747c88;font-size:11px;line-height:1.7}.public-property-state button{margin-top:17px;padding:10px 16px;border:1px solid #d7d0c3;border-radius:999px;background:#fff;color:var(--navy);font-size:9px;font-weight:850}.property-modal-open{overflow:hidden}.property-detail-modal{position:fixed;z-index:200;inset:0;padding:34px;display:grid;place-items:center;background:rgba(3,10,23,.78);-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);animation:propertyModalFade .24s ease both}@keyframes propertyModalFade{0%{opacity:0}to{opacity:1}}.property-detail-shell{position:relative;width:min(1220px,100%);max-height:min(840px,calc(100vh - 68px));overflow:auto;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);border:1px solid rgba(255,255,255,.18);border-radius:28px;background:#f9f7f1;box-shadow:0 45px 110px rgba(0,0,0,.42);animation:propertyModalRise .34s cubic-bezier(.2,.75,.2,1) both}@keyframes propertyModalRise{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}.property-detail-mobile-actions{display:contents}.property-detail-close{position:absolute;z-index:5;top:16px;right:16px;width:42px;height:42px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(8,23,47,.64);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:25px;line-height:1;transition:transform .2s ease,background .2s ease}.property-detail-close:hover{transform:rotate(5deg);background:#08172f}.property-detail-back{position:absolute;z-index:5;top:16px;left:16px;min-height:42px;padding:0 15px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(8,23,47,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:9px;font-weight:850;letter-spacing:.02em;box-shadow:0 8px 24px rgba(0,0,0,.12);transition:background .2s ease,transform .2s ease}.property-detail-back span{margin-right:6px;color:var(--gold-2);font-size:15px;vertical-align:-1px}.property-detail-back:hover{background:#08172f;transform:translateY(-1px)}.property-detail-gallery{min-width:0;padding:14px;background:#0b1830}.property-detail-main-image{position:relative;height:590px;overflow:hidden;border-radius:18px;background:#101a2d}.property-detail-main-image img{width:100%;height:100%;object-fit:cover;animation:propertyImageIn .34s ease both}@keyframes propertyImageIn{0%{opacity:.5;transform:scale(1.015)}to{opacity:1;transform:none}}.property-detail-main-image:after{content:"";position:absolute;inset:auto 0 0;height:110px;background:linear-gradient(0deg,rgba(5,13,28,.46),transparent);pointer-events:none}.property-detail-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:46px;height:54px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(8,23,47,.45);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-family:Iowan Old Style,Baskerville,serif;font-size:31px;line-height:1;transition:background .2s ease,transform .2s ease}.property-detail-arrow:hover{background:rgba(8,23,47,.78);transform:translateY(-50%) scale(1.04)}.property-detail-arrow.previous{left:14px}.property-detail-arrow.next{right:14px}.property-detail-image-counter{position:absolute;z-index:2;right:16px;bottom:15px;padding:7px 10px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(8,23,47,.5);color:#fff;font-size:8px;font-weight:800;letter-spacing:.08em}.property-detail-thumbs{display:flex;gap:8px;margin-top:10px;overflow:auto;padding-bottom:2px;scrollbar-width:thin}.property-detail-thumbs button{width:82px;height:62px;flex:none;padding:0;border:1px solid transparent;border-radius:10px;overflow:hidden;background:#13213a;opacity:.62;transition:opacity .2s ease,border-color .2s ease,transform .2s ease}.property-detail-thumbs button.active,.property-detail-thumbs button:hover{opacity:1;border-color:var(--gold-2);transform:translateY(-1px)}.property-detail-thumbs img{width:100%;height:100%;object-fit:cover}.property-detail-content{padding:52px 38px 34px;display:flex;flex-direction:column;min-width:0}.property-detail-kicker{display:flex;align-items:center;gap:9px;color:#9b742e;font-size:8px;font-weight:900;letter-spacing:.15em}.property-detail-kicker span{width:26px;height:1px;background:currentColor}.property-detail-content h2{margin:18px 0 5px;font-size:clamp(42px,4vw,62px);color:var(--navy)}.property-detail-location{margin:0;color:#737b87;font-size:11px}.property-detail-price{margin:26px 0 18px;padding:17px 0;border-top:1px solid #dfd8cc;border-bottom:1px solid #dfd8cc;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.property-detail-price span{color:#8e9299;font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.property-detail-price strong{font-family:Iowan Old Style,Baskerville,serif;color:#8a672d;font-size:29px;font-weight:600}.property-detail-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #e4ded3;border-left:1px solid #e4ded3}.property-detail-facts>div{padding:13px;border-right:1px solid #e4ded3;border-bottom:1px solid #e4ded3;display:flex;flex-direction:column;gap:4px}.property-detail-facts span{color:#969994;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.property-detail-facts strong{font-family:Iowan Old Style,Baskerville,serif;color:var(--navy);font-size:14px;font-weight:600}.property-detail-description{margin:20px 0 0;color:#68717d;font-size:11px;line-height:1.75}.property-detail-amenities{margin-top:20px}.property-detail-amenities>span{display:block;margin-bottom:9px;color:#969994;font-size:7px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.property-detail-amenities>div{display:flex;gap:7px;flex-wrap:wrap}.property-detail-amenities b{padding:7px 9px;border-radius:999px;background:#efe8da;color:#6c5a38;font-size:8px;font-weight:750}.property-detail-inquire{margin-top:auto;padding-top:13px;padding-bottom:13px}.property-detail-note{display:block;margin-top:10px;color:#969994;font-size:8px;line-height:1.5;text-align:center}@media(max-width:1180px){.property-browser-heading{grid-template-columns:1fr;gap:22px}.property-browser-intro{padding-left:0;padding-top:16px;border-left:0;border-top:1px solid rgba(184,135,53,.24)}.public-property-grid,.public-property-loading{grid-template-columns:repeat(2,minmax(0,1fr))}.property-detail-shell{grid-template-columns:1fr;max-width:900px}.property-detail-gallery{padding-bottom:12px}.property-detail-main-image{height:min(58vh,560px)}.property-detail-content{padding:34px 30px 28px}}@media(max-width:820px){#properties{scroll-margin-top:72px}.property-browser-heading{margin-bottom:30px}.property-browser-intro p{font-size:12px}.property-browser-toolbar{align-items:stretch;flex-direction:column;padding:15px;border-radius:17px}.property-browser-controls{display:grid;grid-template-columns:1fr 1fr}.property-browser-controls label{min-width:0}.public-property-grid,.public-property-loading{grid-template-columns:1fr}.property-card-media{height:330px}.property-card-heading h3{font-size:26px}.property-detail-modal{padding:12px}.property-detail-shell{max-height:calc(100vh - 24px);border-radius:20px}.property-detail-gallery{padding:8px}.property-detail-main-image{height:46vh;min-height:300px;border-radius:14px}.property-detail-content{padding:30px 20px 22px}.property-detail-close{top:13px;right:13px}.property-detail-content h2{font-size:39px}.property-detail-thumbs button{width:70px;height:52px}}@media(max-width:560px){#properties{scroll-margin-top:68px}.property-browser-controls{grid-template-columns:1fr}.property-browser-status{padding-left:2px}.property-card-media{height:285px}.property-card-body{padding:17px}.property-card-heading{display:block}.property-card-price{text-align:left;margin-top:14px}.property-card-actions{grid-template-columns:1fr}.property-card-actions button{height:45px}.property-detail-modal{padding:0}.property-detail-shell{min-height:100vh;max-height:100vh;border-radius:0}.property-detail-gallery{padding:0}.property-detail-main-image{height:43vh;min-height:280px;border-radius:0}.property-detail-thumbs{padding:8px 10px;margin:0}.property-detail-content{padding:26px 18px 22px}.property-detail-content h2{font-size:36px}.property-detail-price strong{font-size:25px}.property-detail-facts{grid-template-columns:1fr 1fr}.property-detail-back{left:12px}.property-detail-back,.property-detail-close{position:fixed;top:max(12px,env(safe-area-inset-top));z-index:205}.property-detail-close{right:12px}}@media(prefers-reduced-motion:reduce){.property-detail-main-image img,.property-detail-modal,.property-detail-shell,.property-skeleton,.public-property-card{animation:none}}#locations{scroll-margin-top:78px}.property-development-list{display:flex;flex-direction:column;gap:30px}.property-development{padding:24px;border:1px solid rgba(8,23,47,.085);border-radius:28px;background:rgba(255,255,255,.72);box-shadow:0 22px 60px rgba(8,23,47,.055);animation:propertyGroupIn .55s cubic-bezier(.2,.75,.2,1) both;animation-delay:var(--group-delay,0s)}@keyframes propertyGroupIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.property-development-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.7fr);grid-gap:32px;gap:32px;align-items:end;padding:4px 4px 20px;border-bottom:1px solid #e8e1d5}.property-development-kicker{display:block;margin-bottom:8px;color:#a17b34;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.property-development-head h3{margin:0;color:var(--navy);font-family:Iowan Old Style,Baskerville,serif;font-size:34px;font-weight:600;letter-spacing:-.03em}.property-development-head>div:first-child p{margin:7px 0 0;color:#7b8290}.property-development-summary{padding-left:20px;border-left:1px solid rgba(184,135,53,.25)}.property-development-summary strong{display:block;color:#8f6b2d;font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.property-development-summary p{margin:7px 0 0;color:#737b87;font-size:10px;line-height:1.65}.development-gallery{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,1fr);grid-gap:9px;gap:9px;overflow-x:auto;margin:18px 0 20px;padding-bottom:3px;scrollbar-width:thin}.development-gallery figure{position:relative;margin:0;height:118px;overflow:hidden;border-radius:14px;background:#e9e4da}.development-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .3s ease;filter:saturate(.96) contrast(1.02)}.development-gallery figure:hover img{transform:scale(1.045);filter:saturate(1.04) contrast(1.04)}.development-gallery figcaption{position:absolute;left:8px;right:8px;bottom:8px;padding:6px 8px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(4,16,34,.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:7px;font-weight:800;text-align:center;letter-spacing:.04em}.public-property-grid.grouped{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px}.property-status-badge.soon{color:#76591e;background:rgba(255,247,222,.95);border-color:rgba(184,135,53,.22)}.property-status-badge.occupied-soon{color:#724c2d;background:rgba(252,240,228,.96);border-color:rgba(163,112,64,.2)}.property-photo-count.community{font-size:6.5px}.property-card-price small,.property-detail-price small{display:block;margin-top:4px;color:#8b8d8d;font:700 7px Arial,sans-serif;white-space:normal}.property-detail-development{margin:10px 0 5px;color:#a27a32;font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.property-detail-note-box{margin-top:18px;padding:12px 14px;border:1px solid #e4ddcf;border-radius:12px;background:#f5f1e8}.property-detail-note-box span{display:block;margin-bottom:5px;color:#9a8c72;font-size:7px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.property-detail-note-box p{margin:0;color:#65707d;font-size:10px;line-height:1.65}.location-showcase{background:#fff}.location-showcase-heading{margin-bottom:34px}.location-showcase-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.location-property-card{overflow:hidden;border:1px solid #e4ddd1;border-radius:26px;background:#f9f7f2;box-shadow:0 20px 55px rgba(8,23,47,.06)}.location-property-media{position:relative;height:300px;overflow:hidden;background:#d8d5ce}.location-slider,.location-slider-frame{position:relative;width:100%;height:100%}.location-slide{position:absolute;inset:0;margin:0;opacity:0;transform:scale(1.02);transition:opacity .55s ease,transform 1s cubic-bezier(.2,.7,.2,1)}.location-slide.active{opacity:1;transform:scale(1)}.location-slide img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .35s ease;filter:contrast(1.025) saturate(1.02)}.location-property-card:hover .location-slide.active img{transform:scale(1.035);filter:contrast(1.04) saturate(1.04)}.location-slide figcaption{position:absolute;left:16px;bottom:16px;padding:7px 10px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(4,16,34,.56);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:7px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.location-slider-arrow{position:absolute;top:50%;z-index:3;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:rgba(4,16,34,.42);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:23px;line-height:1;cursor:pointer;opacity:0;transition:opacity .25s ease,background .25s ease,border-color .25s ease}.location-slider:focus-within .location-slider-arrow,.location-slider:hover .location-slider-arrow{opacity:1}.location-slider-arrow:hover{background:rgba(4,16,34,.68);border-color:rgba(255,255,255,.52)}.location-slider-arrow.previous{left:14px}.location-slider-arrow.next{right:14px}.location-slider-dots{position:absolute;z-index:3;left:16px;right:16px;bottom:16px;display:flex;justify-content:flex-end;gap:7px}.location-slider-dots button{width:9px;height:9px;border:0;border-radius:999px;background:rgba(255,255,255,.42);cursor:pointer;transition:transform .2s ease,background .2s ease}.location-slider-dots button.active{background:#fff;transform:scale(1.1)}.location-property-copy{padding:24px}.location-property-copy>span{display:block;margin-bottom:8px;color:#a17a31;font-size:7px;font-weight:900;letter-spacing:.14em}.location-property-copy h3{margin:0;color:var(--navy);font-family:Iowan Old Style,Baskerville,serif;font-size:32px;font-weight:600;letter-spacing:-.03em}.location-property-copy p{margin:9px 0 0;color:#727a86;font-size:10px;line-height:1.7}.location-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}.location-tags b{padding:7px 9px;border:1px solid #e3dccf;border-radius:999px;background:#fff;color:#6f6656;font-size:7px;font-weight:800}.location-property-copy>a{display:flex;align-items:center;justify-content:space-between;margin-top:20px;padding-top:15px;border-top:1px solid #e6ded1;color:var(--navy);font-size:9px;font-weight:900;text-decoration:none}.location-property-copy>a span{color:#b88735}@media(max-width:900px){.property-development-head{grid-template-columns:1fr;gap:14px}.property-development-summary{padding-left:0;padding-top:12px;border-left:0;border-top:1px solid rgba(184,135,53,.2)}.location-showcase-grid,.public-property-grid.grouped{grid-template-columns:1fr}.location-property-media{height:360px}.location-slider-arrow{opacity:1}}@media(max-width:620px){#locations{scroll-margin-top:68px}.property-development{padding:14px;border-radius:20px}.property-development-head h3{font-size:28px}.property-development-head{padding:3px 2px 15px}.development-gallery{grid-auto-columns:72%;margin:14px 0 16px}.development-gallery figure{height:150px}.public-property-grid.grouped{margin-top:14px}.location-property-media{height:260px}.location-slide figcaption{left:12px;bottom:12px}.location-slider-arrow{width:34px;height:34px;font-size:21px}.location-slider-dots{left:12px;right:12px;bottom:12px}.location-property-copy{padding:18px}.location-property-copy h3{font-size:28px}}.property-development-list{gap:22px}.property-development{padding:20px;border-radius:22px;box-shadow:0 14px 38px rgba(8,23,47,.045)}.property-development-head{gap:22px;padding:2px 2px 15px}.property-development-head h3{font-size:30px}.property-development-head>div:first-child p{margin-top:5px}.property-development-summary{padding-left:16px}.public-property-grid.grouped{gap:14px;margin-top:15px}.public-property-grid.grouped .property-card-media{height:225px}.public-property-grid.grouped .property-card-body{padding:16px}.public-property-grid.grouped .property-card-heading h3{font-size:21px}.public-property-grid.grouped .property-card-description{margin-top:12px;padding-top:11px}.public-property-grid.grouped .property-card-meta{margin-top:11px}.public-property-grid.grouped .property-card-actions{margin-top:12px}.property-development.single-unit{display:grid;grid-template-columns:minmax(235px,.58fr) minmax(0,1.42fr);grid-gap:18px;gap:18px;align-items:stretch}.property-development.single-unit .property-development-head{display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:8px 18px 8px 2px;border-bottom:0;border-right:1px solid #e8e1d5}.property-development.single-unit .property-development-summary{margin-top:14px;padding:12px 0 0;border-left:0;border-top:1px solid rgba(184,135,53,.2)}.property-development.single-unit .public-property-grid.grouped{grid-template-columns:1fr;margin-top:0}.property-development.single-unit .property-card-media{height:210px}@media(max-width:900px){.property-development.single-unit{display:block}.property-development.single-unit .property-development-head{display:grid;grid-template-columns:1fr;padding:3px 2px 14px;border-right:0;border-bottom:1px solid #e8e1d5}.property-development.single-unit .property-development-summary{margin-top:0}.property-development.single-unit .public-property-grid.grouped{margin-top:14px}.public-property-grid.grouped .property-card-media{height:260px}}@media(max-width:620px){.property-development-list{gap:16px}.property-development{padding:12px;border-radius:18px}.property-development-head h3{font-size:26px}.public-property-grid.grouped{gap:11px;margin-top:12px}.property-development.single-unit .property-card-media,.public-property-grid.grouped .property-card-media{height:220px}.public-property-grid.grouped .property-card-body{padding:14px}.public-property-grid.grouped .property-card-heading h3{font-size:20px}}.property-development-list{gap:38px}.property-development-head,.property-development.single-unit .property-development-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:0 0 16px}.property-development-title{min-width:0}.property-development-kicker{margin-bottom:7px;font-size:7px;letter-spacing:.18em}.property-development-head h3{font-size:31px;line-height:1.02}.property-development-head>div:first-child p{margin-top:6px;max-width:650px;color:#78808c;font-size:9px}.property-development-count{height:24px;padding:0 9px;border:1px solid rgba(184,135,53,.24);background:rgba(255,255,255,.7);color:#8e692d;letter-spacing:.1em}.property-development-summary,.property-development.single-unit .property-development-summary{max-width:330px}.property-development-summary strong{font-size:7px}.property-development-summary p{margin-top:5px;font-size:9px;line-height:1.55}.property-development.single-unit .public-property-grid.grouped,.public-property-grid.grouped{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.property-development.single-unit .public-property-grid.grouped{grid-template-columns:minmax(0,360px)}.public-property-grid.grouped .public-property-card{border-radius:19px;border-color:rgba(8,23,47,.085);box-shadow:0 14px 34px rgba(8,23,47,.055)}.public-property-grid.grouped .public-property-card:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(8,23,47,.09)}.property-development.single-unit .property-card-media,.public-property-grid.grouped .property-card-media{height:182px}.public-property-grid.grouped .property-photo-count,.public-property-grid.grouped .property-status-badge{top:10px;padding:6px 8px;font-size:6px}.public-property-grid.grouped .property-status-badge{left:10px}.public-property-grid.grouped .property-photo-count{right:10px}.public-property-grid.grouped .property-card-view{left:13px;right:13px;bottom:11px;font-size:13px}.public-property-grid.grouped .property-card-view b{width:29px;height:29px;font-size:10px}.public-property-grid.grouped .property-card-body{padding:14px 14px 13px}.public-property-grid.grouped .property-card-heading{grid-gap:12px;gap:12px}.public-property-grid.grouped .property-unit-code{margin-bottom:4px;font-size:6.5px}.public-property-grid.grouped .property-card-heading h3{font-size:19px;line-height:1.08}.public-property-grid.grouped .property-card-heading p{margin-top:5px;font-size:8px}.public-property-grid.grouped .property-card-price{min-width:82px}.public-property-grid.grouped .property-card-price span{font-size:6px}.public-property-grid.grouped .property-card-price strong{font-size:17px}.public-property-grid.grouped .property-card-price small{font-size:6px}.public-property-grid.grouped .property-card-meta{gap:5px;margin-top:10px;padding-top:10px;border-top:1px solid #eee8dc}.public-property-grid.grouped .property-card-meta span{padding:5px 7px;font-size:6.2px}.public-property-grid.grouped .property-card-actions{gap:10px;margin-top:11px}.public-property-grid.grouped .property-card-actions button{height:36px}.public-property-grid.grouped .property-view-button{flex:1 1;font-size:8px}.public-property-grid.grouped .property-view-button span{margin-left:5px;color:var(--gold-2)}.public-property-grid.grouped .property-inquire-link{padding:0 4px;color:#7e6538;font-size:7.5px;-webkit-text-decoration-color:rgba(184,135,53,.32);text-decoration-color:rgba(184,135,53,.32);text-underline-offset:3px;cursor:pointer}.public-property-grid.grouped .property-inquire-link:hover{color:var(--navy);transform:none}@media(max-width:1050px){.public-property-grid.grouped{grid-template-columns:repeat(2,minmax(0,1fr))}.property-development.single-unit .public-property-grid.grouped{grid-template-columns:minmax(0,360px)}}@media(max-width:760px){.property-development-list{gap:28px}.property-development,.property-development.single-unit{padding-bottom:24px}.property-development-head,.property-development.single-unit .property-development-head{display:block;padding-bottom:13px}.property-development-summary,.property-development.single-unit .property-development-summary{max-width:none;margin-top:10px;padding:9px 0 0;border-left:0;border-top:1px solid rgba(184,135,53,.18)}.property-development.single-unit .public-property-grid.grouped,.public-property-grid.grouped{grid-template-columns:1fr}.property-development.single-unit .property-card-media,.public-property-grid.grouped .property-card-media{height:220px}}@media(max-width:480px){.property-development-head h3{font-size:27px}.property-development-count{height:22px}.property-development.single-unit .property-card-media,.public-property-grid.grouped .property-card-media{height:205px}.public-property-grid.grouped .property-card-heading{grid-template-columns:1fr}.public-property-grid.grouped .property-card-price{text-align:left;min-width:0}.public-property-grid.grouped .property-card-price span{display:inline;margin-right:6px}.public-property-grid.grouped .property-card-price strong{font-size:18px}}.property-development-list{gap:34px}.property-development,.property-development.single-unit{display:block}.property-development:not(:last-child){border-bottom:1px solid rgba(8,23,47,.08)}.property-development-head,.property-development.single-unit .property-development-head{grid-template-columns:minmax(0,1fr) minmax(250px,360px);padding:0 0 17px;border:0}.property-development-name-row{gap:11px}.property-development-head h3{line-height:1.04}.property-development-head>div:first-child p{margin-top:7px;font-size:10px;line-height:1.6}.property-development-summary,.property-development.single-unit .property-development-summary{max-width:none;margin:0;padding:0 0 2px 18px;border:0}.property-development-summary p{font-size:9.5px;line-height:1.6}.property-development.single-unit .public-property-grid.grouped,.public-property-grid.grouped{display:flex;flex-direction:column;gap:14px;margin-top:0}.property-development.single-unit .public-property-card,.public-property-grid.grouped .public-property-card{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);min-height:248px;border:1px solid rgba(8,23,47,.09);background:rgba(255,255,255,.86);box-shadow:0 14px 34px rgba(8,23,47,.05);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.public-property-grid.grouped .public-property-card:hover{transform:translateY(-2px);border-color:rgba(184,135,53,.22);box-shadow:0 20px 44px rgba(8,23,47,.075)}.property-development.single-unit .property-card-media,.public-property-grid.grouped .property-card-media{height:100%;min-height:248px}.public-property-grid.grouped .property-card-media img{transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .35s ease}.public-property-grid.grouped .public-property-card:hover .property-card-media img{transform:scale(1.025)}.public-property-grid.grouped .property-photo-count,.public-property-grid.grouped .property-status-badge{top:14px;padding:7px 9px;font-size:6.5px}.public-property-grid.grouped .property-status-badge{left:14px}.public-property-grid.grouped .property-photo-count{right:14px}.public-property-grid.grouped .property-card-view{left:17px;right:17px;bottom:15px;font-size:15px}.public-property-grid.grouped .property-card-view b{width:32px;height:32px;font-size:11px}.public-property-grid.grouped .property-card-body{justify-content:center;min-width:0;padding:24px 26px 22px}.public-property-grid.grouped .property-card-heading{grid-gap:22px;gap:22px}.public-property-grid.grouped .property-unit-code{letter-spacing:.13em}.public-property-grid.grouped .property-card-heading h3{line-height:1.1}.public-property-grid.grouped .property-card-price{min-width:118px}.public-property-grid.grouped .property-card-price strong{font-size:23px}.public-property-grid.grouped .property-card-price small{max-width:150px;margin-left:auto;font-size:7px;line-height:1.45}.public-property-grid.grouped .property-card-description{margin:15px 0 0;border-top:1px solid #ece6da;color:#68727e;font-size:10.5px}.public-property-grid.grouped .property-card-meta{margin-top:13px;padding-top:0;border-top:0}.public-property-grid.grouped .property-card-actions{display:flex;align-items:center;gap:14px;margin-top:16px}.public-property-grid.grouped .property-card-actions button{height:40px}.public-property-grid.grouped .property-view-button{flex:0 0 180px;border-color:var(--navy);background:var(--navy);color:#fff;font-size:8.5px}.public-property-grid.grouped .property-inquire-link{height:auto!important;padding:0 5px;border:0;background:transparent;color:#806334;font-size:8px;font-weight:850;text-decoration:underline;-webkit-text-decoration-color:rgba(184,135,53,.34);text-decoration-color:rgba(184,135,53,.34);text-underline-offset:4px}@media(max-width:980px){.property-development-head,.property-development.single-unit .property-development-head{grid-template-columns:1fr;gap:11px}.property-development-summary,.property-development.single-unit .property-development-summary{padding:10px 0 0;border-left:0;border-top:1px solid rgba(184,135,53,.18)}.property-development.single-unit .public-property-card,.public-property-grid.grouped .public-property-card{grid-template-columns:minmax(270px,.78fr) minmax(0,1.22fr)}.public-property-grid.grouped .property-card-body{padding:21px 22px}}@media(max-width:760px){.property-development-list{gap:28px}.property-development,.property-development.single-unit{padding-bottom:24px}.property-development.single-unit .public-property-card,.public-property-grid.grouped .public-property-card{display:block;min-height:0}.property-development.single-unit .property-card-media,.public-property-grid.grouped .property-card-media{height:245px;min-height:0}.public-property-grid.grouped .property-card-body{padding:18px 19px 17px}.public-property-grid.grouped .property-card-heading h3{font-size:23px}.public-property-grid.grouped .property-card-description{font-size:10px}}@media(max-width:520px){.property-development-head h3{font-size:28px}.property-development.single-unit .property-card-media,.public-property-grid.grouped .property-card-media{height:215px}.public-property-grid.grouped .property-card-heading{grid-template-columns:1fr;gap:12px}.public-property-grid.grouped .property-card-price{min-width:0;text-align:left}.public-property-grid.grouped .property-card-price span{display:inline;margin-right:7px}.public-property-grid.grouped .property-card-price strong{font-size:21px}.public-property-grid.grouped .property-card-price small{margin-left:0}.public-property-grid.grouped .property-card-actions{align-items:stretch;flex-direction:column;gap:9px}.public-property-grid.grouped .property-view-button{flex:auto;width:100%}.public-property-grid.grouped .property-inquire-link{width:100%;height:38px!important}}.property-development-list{gap:36px}.property-development,.property-development.single-unit{padding:0 0 30px;border:0;border-radius:0;background:transparent;box-shadow:none}.property-development:not(:last-child){border-bottom:1px solid rgba(8,23,47,.1)}.property-development-head,.property-development.single-unit .property-development-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.62fr);grid-gap:30px;gap:30px;align-items:end;padding:0 0 18px;border-bottom:1px solid #e7dfd2}.property-development-name-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.property-development-head h3{font-size:32px;line-height:1.06}.property-development-count{display:inline-flex;align-items:center;justify-content:center;height:25px;padding:0 10px;border:1px solid #dfd5c2;border-radius:999px;background:#fffaf1;color:#98722f;font-size:7px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.property-development-summary,.property-development.single-unit .property-development-summary{max-width:430px;margin-left:auto;padding-left:20px;border-left:1px solid rgba(184,135,53,.22)}.property-development.single-unit .public-property-grid.grouped,.public-property-grid.grouped{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px;margin-top:20px;align-items:stretch}.property-development.single-unit .public-property-card,.public-property-grid.grouped .public-property-card{display:flex;flex-direction:column;width:100%;min-width:0;min-height:520px;overflow:hidden;border:1px solid #e4ddd1;border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(8,23,47,.055)}.public-property-grid.grouped .public-property-card:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(8,23,47,.085)}.property-development.single-unit .property-card-media,.public-property-grid.grouped .property-card-media{position:relative;display:block;width:100%;height:270px;min-height:270px;overflow:hidden;border:0;border-radius:0;background:#ddd8cf;cursor:pointer}.public-property-grid.grouped .property-card-media img{width:100%;height:100%;object-fit:cover}.public-property-grid.grouped .property-card-body{display:flex;flex:1 1;flex-direction:column;padding:21px 22px 20px}.public-property-grid.grouped .property-card-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:start}.public-property-grid.grouped .property-unit-code{margin-bottom:6px;font-size:7px;letter-spacing:.12em}.public-property-grid.grouped .property-card-heading h3{font-size:25px;line-height:1.12;letter-spacing:-.025em}.public-property-grid.grouped .property-card-heading p{margin-top:7px;font-size:9.5px;line-height:1.5}.public-property-grid.grouped .property-card-price{min-width:112px;text-align:right}.public-property-grid.grouped .property-card-price span{font-size:6.5px;letter-spacing:.12em}.public-property-grid.grouped .property-card-price strong{font-size:22px}.public-property-grid.grouped .property-card-description{display:-webkit-box;overflow:hidden;margin:16px 0 0;padding-top:14px;border-top:1px solid #eee7dc;color:#6f7884;font-size:10px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.public-property-grid.grouped .property-card-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.public-property-grid.grouped .property-card-meta span{padding:6px 9px;font-size:7px}.public-property-grid.grouped .property-card-actions{grid-gap:9px;gap:9px;margin-top:auto}.public-property-grid.grouped .property-card-actions button{height:42px;border-radius:11px}.public-property-grid.grouped .property-view-button{border:1px solid #d9d1c3}.public-property-grid.grouped .property-inquire-link{border:1px solid var(--navy);background:var(--navy);color:#fff;text-decoration:none}.public-property-grid.grouped .property-inquire-link:hover{background:var(--navy-2);color:#fff}@media(max-width:960px){.property-development-head,.property-development.single-unit .property-development-head{grid-template-columns:1fr;gap:12px}.property-development-summary,.property-development.single-unit .property-development-summary{max-width:none;margin-left:0;padding:10px 0 0;border-left:0;border-top:1px solid rgba(184,135,53,.18)}.property-development.single-unit .public-property-grid.grouped,.public-property-grid.grouped{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.property-development.single-unit .property-card-media,.public-property-grid.grouped .property-card-media{height:235px;min-height:235px}.property-development.single-unit .public-property-card,.public-property-grid.grouped .public-property-card{min-height:495px}}@media(max-width:720px){.property-development-list{gap:28px}.property-development,.property-development.single-unit{padding-bottom:24px}.property-development-head h3{font-size:28px}.property-development.single-unit .public-property-grid.grouped,.public-property-grid.grouped{grid-template-columns:1fr;margin-top:16px}.property-development.single-unit .public-property-card,.public-property-grid.grouped .public-property-card{min-height:0}.property-development.single-unit .property-card-media,.public-property-grid.grouped .property-card-media{height:250px;min-height:250px}}@media(max-width:480px){.property-development.single-unit .property-card-media,.public-property-grid.grouped .property-card-media{height:220px;min-height:220px}.public-property-grid.grouped .property-card-body{padding:17px}.public-property-grid.grouped .property-card-heading{grid-template-columns:1fr;gap:11px}.public-property-grid.grouped .property-card-price{min-width:0;text-align:left}.public-property-grid.grouped .property-card-price span{display:inline;margin-right:7px}.public-property-grid.grouped .property-card-price strong{font-size:21px}.public-property-grid.grouped .property-card-actions{grid-template-columns:1fr}}.public-property-grid.grouped .property-card-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding-top:18px}.public-property-grid.grouped .property-card-actions button{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-width:0;height:46px;padding:0 16px;border-radius:12px;font-family:Arial,sans-serif;font-size:12px;font-weight:800;line-height:1;letter-spacing:.01em;white-space:nowrap;cursor:pointer;-webkit-font-smoothing:antialiased}.public-property-grid.grouped .property-view-button{border:1px solid #d5ccbc;background:#fff;color:var(--navy)}.public-property-grid.grouped .property-inquire-button span,.public-property-grid.grouped .property-view-button span{display:inline-block;margin:0;color:var(--gold-2);font-size:12px;transition:transform .2s ease}.public-property-grid.grouped .property-view-button:hover{border-color:#b8a787;background:#fbf8f2;transform:translateY(-1px)}.public-property-grid.grouped .property-inquire-button{border:1px solid var(--navy);background:var(--navy);color:#fff}.public-property-grid.grouped .property-inquire-button:hover{background:var(--navy-2);transform:translateY(-1px)}.public-property-grid.grouped .property-inquire-button:hover span,.public-property-grid.grouped .property-view-button:hover span{transform:translate(2px,-2px)}@media(max-width:480px){.public-property-grid.grouped .property-card-actions{grid-template-columns:1fr;gap:10px}.public-property-grid.grouped .property-card-actions button{height:47px;font-size:12.5px}}@media (min-width:1181px){.property-detail-modal{padding:24px}.property-detail-shell{width:min(1240px,100%);height:min(760px,calc(100vh - 48px));max-height:none;overflow:hidden;grid-template-columns:minmax(0,1.55fr) minmax(360px,.85fr)}.property-detail-gallery{height:100%;min-height:0;display:flex;flex-direction:column;padding:14px;overflow:hidden}.property-detail-main-image{flex:1 1 auto;min-height:0;height:auto}.property-detail-thumbs{flex:0 0 auto;margin-top:10px;padding:0 0 2px}.property-detail-content{height:100%;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding:42px 34px 30px}.property-detail-content h2{margin:16px 0 7px;font-size:clamp(34px,3vw,50px);line-height:.98;overflow-wrap:anywhere}.property-detail-price{margin:22px 0 16px;padding:15px 0}.property-detail-description{margin-top:17px;line-height:1.68}.property-detail-amenities{margin-top:17px}.property-detail-note-box{margin-top:16px}}@media (max-width:1180px){.property-detail-shell{height:auto;max-height:calc(100vh - 40px);overflow-y:auto;overflow-x:hidden}.property-detail-gallery{height:auto;min-height:0;display:flex;flex-direction:column}.property-detail-content{height:auto;overflow:visible}.property-detail-content h2{line-height:1;overflow-wrap:anywhere}}@media (max-width:820px){.property-detail-shell{max-height:calc(100vh - 24px)}.property-detail-main-image{height:min(48vh,460px);min-height:290px}}@media (max-width:560px){.property-detail-shell{height:100vh;min-height:100vh;max-height:100vh;overflow-y:auto}.property-detail-main-image{height:42vh;min-height:270px}.property-detail-content h2{font-size:34px;line-height:1.02}}.hero-background-slider{position:absolute;inset:0;z-index:-3;overflow:hidden;background:#07162d}.hero-background-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;opacity:0;transform:scale(1.045);filter:contrast(1.035) saturate(1.025);transition:opacity 1.15s cubic-bezier(.4,0,.2,1),transform 3.8s cubic-bezier(.2,.65,.2,1);will-change:opacity,transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hero-background-slide.active{opacity:1;transform:scale(1)}@media(max-width:820px){.hero-background-slide{object-position:58% center}}@media(prefers-reduced-motion:reduce){.hero-background-slide{transition:none;transform:none}}.about-secondary-copy{margin-top:-18px!important}.about-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin:4px 0 28px}.about-stats>div{padding:15px 14px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);display:flex;flex-direction:column;gap:5px}.about-stats strong{font-family:Iowan Old Style,Baskerville,serif;font-size:24px;font-weight:500;color:var(--gold-2)}.about-stats span{font-size:8px;text-transform:uppercase;letter-spacing:.11em;color:#9eabba}.about-note{margin-top:22px;padding:16px 18px;border-left:2px solid var(--gold-2);background:rgba(255,255,255,.045)}.about-note>span{display:block;margin-bottom:6px;color:var(--gold-2);font-size:8px;font-weight:800;letter-spacing:.15em}.about-note>p{margin:0!important;color:#b9c3d0!important;font-size:11px!important;line-height:1.65!important}.area-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.area-list li{display:grid;grid-template-columns:135px 1fr;grid-gap:16px;gap:16px;padding:13px 0;border-bottom:1px solid var(--line)}.area-list strong{color:var(--navy);font-family:Iowan Old Style,Baskerville,serif;font-size:15px;font-weight:600}.area-list span{color:#777f8d;font-size:10px;line-height:1.55}.office-line a{color:#cbd3df;font-size:10px;line-height:1.5;transition:color .2s ease}.office-line a:hover{color:var(--gold-2)}@media(max-width:720px){.about-stats,.area-list li{grid-template-columns:1fr}.area-list li{gap:4px}.about-secondary-copy{margin-top:-10px!important}}.about-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin:0 0 28px}.about-values>div{padding:13px 14px;border-top:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;gap:5px}.about-values strong{font-family:Iowan Old Style,Baskerville,serif;color:#fff;font-size:14px;font-weight:600}.about-values span{color:#9eabba;font-size:9px;line-height:1.45}@media(max-width:720px){.about-values{grid-template-columns:1fr}}.location-live-state{display:flex;align-items:center;gap:10px;min-height:120px;padding:24px;border:1px solid #e4ddd1;border-radius:22px;background:#f9f7f2;color:#6f7681;font-size:13px}.location-live-state .live-dot{flex:0 0 auto}.location-live-error{justify-content:space-between;flex-wrap:wrap}.location-live-error button{border:1px solid #d9d0c1;border-radius:999px;background:#fff;padding:9px 14px;color:var(--navy);font-weight:800;cursor:pointer}.team-section{position:relative;overflow:hidden;background:radial-gradient(circle at 88% 10%,rgba(205,162,85,.12),transparent 30%),linear-gradient(180deg,#f8f5ee,#f2ede4)}.team-heading{display:grid;grid-template-columns:1fr .72fr;grid-gap:70px;gap:70px;align-items:end;margin-bottom:34px}.team-heading>p{margin:0 0 5px;color:var(--muted);font-size:14px;line-height:1.8;max-width:600px}.team-heading h2 em{color:#9b742e}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.team-card{position:relative;min-height:315px;padding:28px;border:1px solid rgba(8,23,47,.1);border-radius:24px;background:rgba(255,255,255,.86);box-shadow:0 22px 55px rgba(8,23,47,.07);overflow:hidden}.team-card:before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),rgba(184,135,53,.15))}.team-card-mark{width:112px;height:112px;margin-bottom:42px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(184,135,53,.28);background:radial-gradient(circle at 35% 30%,#fff,#eee7da);color:var(--navy);font-family:Iowan Old Style,Baskerville,serif;font-size:34px;font-weight:600;box-shadow:inset 0 0 0 8px rgba(184,135,53,.06)}.team-card>span{display:block;margin-bottom:10px;color:#9a762f;font-size:9px;font-weight:900;letter-spacing:.15em}.team-card h3{margin:0;color:var(--navy);font-family:Iowan Old Style,Baskerville,serif;font-size:28px;font-weight:600;letter-spacing:-.025em}.team-card p{margin:11px 0 0;color:#737b87;font-size:11px;line-height:1.75}.team-card-management{background:linear-gradient(160deg,rgba(8,23,47,.98),rgba(19,43,73,.98));border-color:rgba(255,255,255,.08)}.team-card-management .team-card-mark{background:rgba(255,255,255,.07);border-color:rgba(216,182,109,.32);color:#e3c680;box-shadow:inset 0 0 0 8px rgba(255,255,255,.025)}.team-card-management>span{color:#d7b76e}.team-card-management h3{color:#fff}.team-card-management p{color:#b9c1cc}@media(max-width:900px){.team-heading{gap:18px}.team-grid,.team-heading{grid-template-columns:1fr}.team-card{min-height:0}.team-card-mark{margin-bottom:28px}}.database-location-note{margin:0 0 18px!important;color:#737b87!important;font-size:11px!important;line-height:1.7}#contact,#inquiry-form{scroll-margin-top:92px}.direct-contact-block>p:not(.eyebrow),.inquiry-section>p:not(.eyebrow){max-width:560px;color:#b5bfcd;font-size:14px;line-height:1.75}.direct-contact-block{margin-top:56px;padding-top:42px;border-top:1px solid rgba(255,255,255,.13)}.direct-contact-block h3{margin:7px 0 10px;font-family:Iowan Old Style,Baskerville,serif;font-size:clamp(31px,3vw,46px);font-weight:500;line-height:1.05;color:#fff}.direct-contact-block .contact-channels{margin-top:22px}.management-office-card{margin-top:24px;padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(255,255,255,.045)}.office-card-heading{display:flex;flex-direction:column;gap:5px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.office-card-heading span{font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:var(--gold-2)}.office-card-heading strong{font-family:Iowan Old Style,Baskerville,serif;font-size:20px;font-weight:600;color:#fff}.management-team-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;padding:18px 0}.management-team-list>div{display:flex;flex-direction:column;gap:4px;padding:12px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:rgba(255,255,255,.025)}.management-team-list b{font-size:11px;font-weight:650;line-height:1.35;color:#f3f5f8}.management-team-list small{font-size:8px;line-height:1.45;text-transform:uppercase;letter-spacing:.07em;color:#8f9bad}.office-contact-details{display:grid;grid-gap:10px;gap:10px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.office-contact-details p{margin:0;display:grid;grid-template-columns:74px 1fr;grid-gap:10px;gap:10px;align-items:start}.office-contact-details span{font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#8f9bad}.office-contact-details a,.office-contact-details strong{font-size:11px;font-weight:500;line-height:1.55;color:#e7ebf1}.office-contact-details a:hover{color:var(--gold-2)}@media (max-width:900px){#contact,#inquiry-form{scroll-margin-top:82px}.direct-contact-block{margin-top:46px;padding-top:34px}.management-team-list{grid-template-columns:1fr}}@media (max-width:600px){#contact,#inquiry-form{scroll-margin-top:76px}.management-office-card{padding:17px}.office-contact-details p{grid-template-columns:1fr;gap:4px}}.desktop-location-nav{position:relative;display:flex;align-items:stretch;align-self:stretch}.desktop-location-nav-trigger{display:flex;align-items:center;height:100%}.desktop-location-nav-panel{position:absolute;z-index:95;left:50%;top:66px;width:330px;max-height:min(520px,70vh);overflow:auto;transform:translate(-50%,8px);padding:10px;border:1px solid rgba(8,23,47,.1);border-radius:16px;background:rgba(255,255,255,.98);box-shadow:0 24px 60px rgba(8,23,47,.18);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.desktop-location-nav:focus-within .desktop-location-nav-panel,.desktop-location-nav:hover .desktop-location-nav-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.desktop-nav .desktop-location-nav-panel a{display:block;padding:0}.desktop-nav .desktop-location-nav-panel a:after{display:none}.desktop-location-nav-group{padding:10px;border-radius:11px}.desktop-location-nav-group+.desktop-location-nav-group{border-top:1px solid #ece8df}.desktop-location-heading{color:#9a742e!important;font-size:9px!important;font-weight:900!important;letter-spacing:.08em;text-transform:uppercase}.desktop-location-developments{display:grid;grid-gap:2px;gap:2px;margin-top:5px}.desktop-location-developments a{padding:7px 8px!important;border-radius:8px;color:#26354c!important;font-size:12px!important;font-weight:650!important}.desktop-location-developments a:focus,.desktop-location-developments a:hover{background:#f5f1e8;color:#08172f!important;outline:none}.location-property-card{scroll-margin-top:96px}@media(max-width:1080px){.desktop-location-nav-panel{display:none}}@media(max-width:700px){.location-property-card{scroll-margin-top:82px}}@media (max-width:560px){.property-detail-modal{top:72px;right:0;bottom:0;left:0;height:calc(100dvh - 72px);min-height:0;padding:0}.property-detail-shell{width:100%;height:100%;min-height:0;max-height:100%;border-radius:0;overflow-y:auto;overscroll-behavior:contain}.property-detail-mobile-actions{position:-webkit-sticky;position:sticky;top:0;z-index:75;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:56px;padding:8px 12px;border-bottom:1px solid rgba(8,23,47,.1);background:rgba(249,247,241,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 5px 18px rgba(8,23,47,.08)}.property-detail-back{min-height:40px;max-width:calc(100% - 54px);padding:0 14px;white-space:nowrap}.property-detail-back,.property-detail-close{position:static;border-color:rgba(8,23,47,.16);background:#08172f;box-shadow:none}.property-detail-close{flex:0 0 40px;width:40px;height:40px}.property-detail-gallery{padding-top:0}.property-detail-mobile-actions{min-height:56px;height:56px;flex:0 0 56px;box-sizing:border-box}.property-detail-back,.property-detail-close{display:inline-flex;align-items:center;justify-content:center;height:40px;min-height:40px;margin:0}.property-detail-close{padding:0}.property-detail-gallery{flex:none;width:100%;min-width:0;overflow:visible}.property-detail-main-image,.property-detail-thumbs{flex:0 0 auto;width:100%}.property-detail-thumbs{min-height:68px;box-sizing:border-box;display:flex;align-items:center;gap:8px;margin:0;padding:8px 10px;overflow-x:auto;overflow-y:hidden;background:#0b1830;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.property-detail-thumbs button{flex:0 0 72px;width:72px;min-width:72px;height:52px;min-height:52px;border-radius:8px}.property-detail-thumbs img{display:block;width:100%;height:100%;object-fit:cover}.property-detail-shell{display:block;position:relative;width:100%;height:100%;min-height:0;max-height:100%;overflow-y:auto;overflow-x:hidden;background:#f9f7f1}.property-detail-mobile-actions{position:-webkit-sticky;position:sticky;top:0;z-index:80;width:100%}.property-detail-gallery{display:block;position:relative;z-index:1;width:100%;height:auto;min-height:0;margin:0;padding:0;overflow:visible;background:#f9f7f1}.property-detail-main-image{position:relative;z-index:1;width:100%;height:min(42dvh,390px);min-height:270px;margin:0;border-radius:0;overflow:hidden;background:#0b1830}.property-detail-thumbs{position:relative;z-index:2;width:100%;min-height:70px;margin:0;padding:8px 10px 9px;display:flex;align-items:center;gap:8px;overflow-x:auto;overflow-y:hidden;background:#f9f7f1;border-bottom:1px solid #e4ded3;box-sizing:border-box;-webkit-overflow-scrolling:touch}.property-detail-thumbs button{flex:0 0 72px;width:72px;min-width:72px;height:52px;min-height:52px;margin:0;border:1px solid #d8d0c1;border-radius:8px;background:#fff;transform:none}.property-detail-thumbs button.active{border-color:var(--gold-2);transform:none}.property-detail-content{position:relative;z-index:1;clear:both;width:100%;height:auto;min-height:0;margin:0;padding:22px 18px 24px;overflow:visible;background:#f9f7f1;transform:none;box-sizing:border-box}.property-detail-description{margin-top:18px}}