*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--white:#FDFCFB;--off-white:#FAFAF8;--cream:#F5F3EF;--warm-gray:#E8E4DF;--mid-gray:#6E6760;--charcoal:#2D2926;--deep:#1A1715;--accent:#003153;--accent-hover:#002440;--accent-light:#E6EEF4;--accent-warm:#CC5500;--accent-warm-tint:#F2A65A;--accent-warm-text:#A64500;--shadow-sm:0 1px 3px rgba(45,41,38,0.07);--shadow-md:0 4px 16px rgba(45,41,38,0.09);--shadow-lg:0 12px 40px rgba(45,41,38,0.13);--radius:6px;--radius-lg:12px;--nav-h:68px;--font-body:'Plus Jakarta Sans',-apple-system,sans-serif;--font-display:'Playfair Display',Georgia,serif}html{font-size:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}[id]{scroll-margin-top:calc(var(--nav-h) + 20px)}body{font-family:var(--font-body);color:var(--charcoal);background:var(--white);line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;color:var(--charcoal)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{max-width:1160px;margin:0 auto;padding:0 28px}.skip-link{position:absolute;top:-100px;left:16px;background:var(--accent);color:var(--white);padding:10px 18px;border-radius:var(--radius);font-size:.85rem;font-weight:600;z-index:9999;transition:top .15s}.skip-link:focus{top:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}main[tabindex="-1"]:focus{outline:0}:where(a,button,summary,select,[tabindex]:not([tabindex="-1"])):focus-visible{outline:2px solid var(--accent-warm);outline-offset:2px}.faq-item summary:focus-visible{outline-offset:-2px}.topbar{background:var(--deep);color:#c8c4bf;font-size:.8rem;font-weight:500;letter-spacing:.02em;padding:10px 0}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar a{color:#c8c4bf;transition:color .2s}.topbar a:hover{color:var(--white)}.topbar-inner a.topbar-cta{background:var(--accent);color:var(--white);padding:6px 16px;border-radius:var(--radius);font-weight:600;letter-spacing:.03em;transition:background .2s;white-space:nowrap}.topbar-inner a.topbar-cta:hover{background:var(--accent-hover)}.topbar-left{display:flex;align-items:center;gap:20px}.topbar-right{display:flex;align-items:center;gap:16px}.topbar-lang{font-weight:600;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.topbar-sep{opacity:.3}.topbar-wa{display:none}@media (min-width:769px){.topbar-wa{display:inline}}.nav{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--warm-gray);height:var(--nav-h);display:flex;align-items:center;transition:box-shadow .3s}.nav.scrolled{box-shadow:var(--shadow-md)}.nav>.container{width:100%}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.nav-logo{display:flex;align-items:center;gap:11px}.nav-logo img{height:40px;width:auto}.nav-wordmark{font-family:var(--font-display);font-size:.9rem;font-weight:700;line-height:1.15;letter-spacing:-.005em;color:var(--accent);white-space:nowrap}.nav-links{display:flex;align-items:center;gap:2px;list-style:none}.nav-links a{font-size:.82rem;font-weight:500;color:var(--charcoal);padding:7px 13px;border-radius:var(--radius);transition:background .15s}.nav-links a:hover{background:var(--cream)}.nav-links a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.nav-links .btn-nav{background:var(--accent);color:var(--white);padding:9px 20px;margin-left:10px;font-weight:600}.nav-links .btn-nav:hover{background:var(--accent-hover)}@media (min-width:769px) and (max-width:1023px){.nav-wordmark{display:none}}@media (min-width:1024px) and (max-width:1160px){.nav-links a{padding:7px 9px;font-size:.79rem}.nav-links .btn-nav{padding:9px 16px;margin-left:6px}.nav-logo{gap:9px}.nav-wordmark{font-size:.85rem}}.nav-toggle{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;width:44px;height:44px;padding:0;border:none;background:0 0;border-radius:var(--radius)}.nav-toggle:focus-visible{outline:2px solid var(--accent)}.nav-toggle span{display:block;width:22px;height:2px;background:var(--charcoal);border-radius:2px;transition:transform .25s,opacity .25s}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--warm-gray);padding:16px 28px 24px;max-height:calc(100vh - var(--nav-h) - 118px);max-height:calc(100dvh - var(--nav-h) - 118px);overflow-y:auto;overscroll-behavior:contain;z-index:99;box-shadow:var(--shadow-lg)}.nav-mobile.open{display:block}.nav-mobile a{display:block;padding:13px 0;font-size:.95rem;font-weight:500;border-bottom:1px solid var(--warm-gray);color:var(--charcoal)}.nav-mobile a:last-of-type{border-bottom:none}.nav-mobile .btn-mobile{display:block;margin-top:16px;background:var(--accent);color:var(--white);text-align:center;padding:14px;border-radius:var(--radius);font-weight:600}.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.02em;padding:13px 26px;min-height:44px;border-radius:var(--radius);border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;line-height:1;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn-primary{background:var(--accent);color:var(--white);box-shadow:0 2px 8px rgba(0,49,83,.22)}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 4px 16px rgba(0,49,83,.3)}.btn-ghost{background:rgba(253,252,251,.1);color:var(--white);border:1px solid rgba(253,252,251,.35)}.btn-ghost:hover{background:rgba(253,252,251,.2)}.btn-outline{background:0 0;color:var(--accent);border:1.5px solid var(--accent)}.btn-outline:hover{background:var(--accent-light)}.hero{position:relative;min-height:clamp(520px,76vh,780px);display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(26,23,21,.85) 0,rgba(26,23,21,.42) 48%,rgba(26,23,21,.12) 100%)}.hero-content{position:relative;z-index:2;padding:clamp(48px,7vw,96px) 0 0}.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-warm);margin-bottom:18px}.hero-eyebrow::before{content:'';display:block;width:28px;height:1px;background:var(--accent-warm)}.hero h1{font-size:clamp(2.5rem, 5.5vw, 4.2rem);color:var(--white);max-width:660px;margin-bottom:18px;font-weight:700}.hero h1 em{font-style:italic;color:#d0e6d9}.hero-sub{font-size:clamp(.95rem, 2vw, 1.05rem);color:rgba(253,252,251,.88);max-width:460px;margin-bottom:36px;line-height:1.7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:52px}.hero-stats{position:relative;z-index:2;background:var(--white);border-top:3px solid var(--accent)}.hero-stats-inner{display:flex;align-items:stretch}.hero-stat{flex:1;padding:20px 24px;border-right:1px solid var(--warm-gray)}.hero-stat:last-child{border-right:none}@media (min-width:769px){.hero-stat:first-child{padding-left:0}.hero-stat:last-child{padding-right:0}}.hero-stat-label{font-size:.68rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--mid-gray);margin-bottom:5px}.hero-stat-value{font-family:var(--font-display);font-size:1.22rem;font-weight:700;color:var(--charcoal);line-height:1.1}.hero-stat-value span{font-family:var(--font-body);font-size:.73rem;font-weight:500;color:var(--mid-gray);margin-left:3px}.plans{background:var(--off-white);padding:clamp(56px,8vw,96px) 0}.plans-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:clamp(36px,5vw,52px)}.section-label{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;padding-left:14px;border-left:2.5px solid currentColor}.plans-header-text h2{font-size:clamp(1.8rem, 3.5vw, 2.5rem)}.plans-header-note{font-size:.83rem;color:var(--mid-gray);max-width:240px;text-align:right;line-height:1.5}.plans-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.plan-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column;border:1.5px solid var(--warm-gray)}.plan-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.plan-card-img{position:relative;overflow:hidden}.plan-card-1br .plan-card-img{aspect-ratio:3/2}.plan-card-2br .plan-card-img{aspect-ratio:16/9}.plan-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.plan-card:hover .plan-card-img img{transform:scale(1.04)}.plan-badge{position:absolute;top:14px;left:14px;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:5px 11px;border-radius:4px;background:var(--accent);color:var(--white)}.plan-card-2br{border-color:var(--accent);position:relative}.plan-featured-tag{position:absolute;top:-1px;right:20px;background:var(--accent);color:var(--white);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 14px 6px;border-radius:0 0 8px 8px;z-index:2}.plan-card-body{padding:28px;flex:1;display:flex;flex-direction:column}.plan-type{font-family:var(--font-display);font-size:1.35rem;font-weight:700;margin-bottom:3px}.plan-tagline{font-size:.78rem;color:var(--mid-gray);margin-bottom:18px}.plan-price{display:flex;align-items:baseline;gap:4px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--warm-gray)}.plan-price-from{font-size:.76rem;color:var(--mid-gray);font-weight:500}.plan-price-num{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--accent);line-height:1}.plan-price-mo{font-size:.8rem;color:var(--mid-gray)}.plan-price-note{font-size:.78rem;line-height:1.55;color:var(--mid-gray);margin:-6px 0 14px}.plan-price-note strong{color:var(--accent-warm-text)}.plan-features{list-style:none;margin-bottom:20px;flex:1;display:flex;flex-direction:column;gap:9px}.plan-features li{display:flex;align-items:center;gap:10px;font-size:.875rem}.plan-features li::before{content:'';width:5px;height:5px;background:var(--accent);border-radius:50%;flex-shrink:0}.plan-wd-note{font-size:.77rem;color:#675d52;margin-bottom:20px;padding:9px 13px;background:var(--cream);border-radius:var(--radius)}.plan-wd-note strong{color:var(--charcoal)}.reno{background:var(--cream);padding:clamp(56px,8vw,96px) 0;border-top:3px solid var(--accent)}.reno-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.reno-text h2{font-size:clamp(1.8rem, 3.2vw, 2.5rem);margin-bottom:18px}.reno-text p{color:var(--mid-gray);line-height:1.78;margin-bottom:28px}.reno-list{list-style:none;display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.reno-list li{display:flex;align-items:flex-start;gap:14px}.reno-icon{width:38px;height:38px;background:var(--accent-light);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent)}.reno-icon svg{width:18px;height:18px}.reno-item-text strong{display:block;font-weight:600;font-size:.9rem;margin-bottom:2px}.reno-item-text span{font-size:.81rem;color:var(--mid-gray)}.reno-images{display:grid;grid-template-columns:1fr 1fr;gap:10px}.reno-images img{width:100%;border-radius:var(--radius-lg);object-fit:cover}.reno-images>picture{display:block;min-width:0}.reno-images>picture:first-child{grid-column:1/-1}.reno-images>picture:first-child img{aspect-ratio:16/9}.reno-images img{aspect-ratio:4/3}.amenities{padding:clamp(40px,6vw,72px) 0;background:var(--white)}.amenities-wrap{display:grid;grid-template-columns:1fr 2fr;gap:64px;align-items:start}.amenities-left h2{font-size:clamp(1.8rem, 3vw, 2.4rem);margin-bottom:16px}.amenities-left p{font-size:.92rem;color:var(--mid-gray);line-height:1.75;margin-bottom:24px}.amenities-list{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--warm-gray);border-radius:var(--radius-lg);overflow:hidden}.amenity-item{padding:20px 22px;border-right:1px solid var(--warm-gray);border-bottom:1px solid var(--warm-gray);transition:background .15s}.amenity-item:hover{background:var(--off-white)}.amenity-item:first-child{grid-column:span 2;border-right:none}.amenity-item:nth-child(2n){border-right:none}.amenity-item:nth-last-child(-n+2){border-bottom:none}.amenity-name{font-size:.9rem;font-weight:600;margin-bottom:3px;color:var(--charcoal)}.amenity-desc{font-size:.8rem;color:var(--mid-gray);line-height:1.5}.gallery{background:var(--deep);padding:clamp(56px,8vw,96px) 0}.gallery-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.gallery-intro h2{font-size:clamp(1.8rem, 3.5vw, 2.6rem);color:var(--white);max-width:480px}.gallery-intro-right{font-size:.85rem;color:rgba(253,252,251,.5);text-align:right;max-width:200px;line-height:1.6;flex-shrink:0}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:260px 180px;gap:8px}.gallery-item{overflow:hidden;border-radius:var(--radius)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s;display:block}.gallery-item .gallery-open{display:block;width:100%;height:100%;padding:0;border:0;background:0 0;cursor:zoom-in}.gallery-item .gallery-open:focus-visible{outline:3px solid var(--accent-warm);outline-offset:-3px}.gallery-item:hover img{transform:scale(1.06)}.gallery-item:first-child{grid-column:span 2;grid-row:span 2}.gallery-item:nth-child(5){grid-column:span 2}.gallery-item:nth-child(4){grid-column:span 2}.neighborhood{background:var(--off-white);padding:clamp(56px,8vw,96px) 0;border-top:1px solid var(--warm-gray)}.neighborhood-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.neighborhood-img{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3}.neighborhood-img{position:sticky;top:calc(var(--nav-h) + 24px)}.neighborhood-img img{width:100%;height:100%;object-fit:cover}.neighborhood-img-caption{position:absolute;bottom:14px;left:14px;background:rgba(26,23,21,.85);color:rgba(253,252,251,.9);font-size:.73rem;font-weight:500;padding:5px 11px;border-radius:4px}.neighborhood-text h2{font-size:clamp(1.8rem, 3.2vw, 2.4rem);margin-bottom:18px}.neighborhood-text p{font-size:.92rem;color:var(--mid-gray);line-height:1.78;margin-bottom:16px}.commutes{display:flex;flex-direction:column;gap:8px;margin-top:28px}.commute{display:flex;align-items:center;justify-content:space-between;padding:11px 16px;background:var(--white);border-radius:var(--radius);font-size:.86rem;border:1px solid var(--warm-gray)}.commute-dest{font-weight:500}.commute-time{font-weight:600;color:var(--accent);font-size:.81rem}.faq{padding:clamp(48px,7vw,80px) 0;background:var(--cream)}.faq-header{text-align:center;margin-bottom:clamp(36px,5vw,52px)}.faq-header h2{font-size:clamp(1.8rem, 3.5vw, 2.5rem);margin-bottom:12px}.faq-header p{font-size:.92rem;color:var(--mid-gray)}.faq-header p a{color:var(--accent);font-weight:600}.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:4px}.faq-item{border:1px solid var(--warm-gray);border-radius:var(--radius);overflow:hidden;background:var(--white)}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:19px 22px;cursor:pointer;font-weight:600;font-size:.93rem;background:var(--white);transition:background .15s;user-select:none;list-style:none}.faq-q::-webkit-details-marker{display:none}.faq-q:hover{background:var(--off-white)}.faq-icon{flex-shrink:0;width:18px;height:18px;color:var(--accent);transition:transform .25s}details[open]>.faq-q .faq-icon{transform:rotate(45deg)}details[open]>.faq-q{background:var(--cream)}.faq-a{padding:4px 22px 20px;font-size:.89rem;color:var(--mid-gray);line-height:1.78;background:var(--cream)}.faq-cta{text-align:center;margin-top:clamp(36px,5vw,52px);display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:12px}.faq-cta p{flex:1 0 100%;font-size:1rem;font-weight:500;color:var(--charcoal)}.tour{background:var(--accent);padding:clamp(56px,8vw,96px) 0}.tour-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.tour-text-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-warm-tint);margin-bottom:10px;padding-left:14px;border-left:2.5px solid currentColor}.tour-text h2{font-size:clamp(1.8rem, 3.2vw, 2.6rem);color:var(--white);margin-bottom:16px}.tour-text p{font-size:.92rem;color:rgba(253,252,251,.78);line-height:1.78;margin-bottom:28px}.tour-perks{list-style:none;display:flex;flex-direction:column;gap:10px}.tour-perks li{display:flex;align-items:center;gap:11px;font-size:.87rem;color:rgba(253,252,251,.85)}.tour-perks li::before{content:'';display:block;width:6px;height:6px;background:rgba(253,252,251,.6);border-radius:50%;flex-shrink:0}.tour-form{background:var(--white);border-radius:var(--radius-lg);padding:36px;box-shadow:var(--shadow-lg)}.tour-form h3{font-family:var(--font-display);font-size:1.25rem;margin-bottom:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:end}.form-group{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.form-group label{font-size:.75rem;font-weight:600;color:var(--charcoal);letter-spacing:.02em}.form-group input,.form-group select,.form-group textarea{font-family:var(--font-body);font-size:.88rem;color:var(--charcoal);background:var(--off-white);border:1.5px solid var(--warm-gray);border-radius:var(--radius);padding:10px 13px;outline:0;transition:border-color .2s,background .2s,box-shadow .2s;width:100%;appearance:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);background:var(--white);box-shadow:0 0 0 3px rgba(0,49,83,.14)}.form-group input,.form-group select{min-height:42px;line-height:1.25}.form-group input[type=date]::-webkit-datetime-edit{padding:0}.form-group input[type=date]::-webkit-calendar-picker-indicator{margin:0;padding:0;opacity:.5;cursor:pointer}.form-group input.error,.form-group select.error{border-color:#c0392b}.form-group input.valid{border-color:var(--accent)}.field-error{font-size:.73rem;color:#c0392b;margin-top:2px;display:none}.field-error.visible{display:block}.form-group .form-hint{display:block;font-size:.78rem;color:var(--mid-gray);margin-top:6px}.form-row>.form-hint{grid-column:1/-1;display:block;font-size:.78rem;color:var(--mid-gray);margin:-8px 0 14px}.form-group textarea{resize:vertical;min-height:88px}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239B9590' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;padding-right:36px;cursor:pointer}.form-submit{width:100%;padding:14px;background:var(--accent);color:var(--white);border:none;border-radius:var(--radius);font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;letter-spacing:.02em;margin-top:4px}.form-submit:hover{background:var(--accent-hover);transform:translateY(-1px)}.form-submit:focus-visible{outline:2px solid var(--white);outline-offset:3px}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-note{font-size:.74rem;color:var(--mid-gray);text-align:center;margin-top:10px}.form-note a{color:var(--accent);text-decoration:underline}.form-success{display:none;text-align:center;padding:40px 20px}.form-success.visible{display:block}.form-success-icon{width:52px;height:52px;background:var(--accent-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--accent)}.form-success h4{font-family:var(--font-display);font-size:1.3rem;margin-bottom:10px}.form-success p{font-size:.88rem;color:var(--mid-gray);line-height:1.7}footer{background:var(--deep);color:#8a8480;padding:56px 0 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-logo{height:56px;width:auto;margin-bottom:18px;filter:none;background:rgba(253,252,251,.94);padding:8px 12px;border-radius:var(--radius-lg)}.footer-brand-name{font-family:var(--font-display);font-size:1rem;color:rgba(253,252,251,.75);margin-bottom:12px}.footer-brand p{font-size:.82rem;line-height:1.75;max-width:280px}.footer-brand a{color:#8a8480;transition:color .2s}.footer-brand a:hover{color:var(--white)}.footer-col h3{font-family:var(--font-body);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(253,252,251,.5);margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul a{font-size:.84rem;color:#8a8480;transition:color .2s}.footer-col ul a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(253,252,251,.07);padding-top:28px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:.77rem}.calc{background:var(--deep);padding:clamp(56px,8vw,96px) 0}.calc .section-label{color:var(--accent-warm-tint)}.calc h2{font-size:clamp(1.9rem, 3.5vw, 2.8rem);letter-spacing:-.02em;color:var(--white);margin-bottom:14px}.calc>.container>.calc-layout>.calc-left>p{color:rgba(253,252,251,.65);font-size:.92rem;line-height:1.75;margin-bottom:32px}.calc-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.calc-form{display:flex;flex-direction:column;gap:28px}.calc-group{display:flex;flex-direction:column;gap:8px}.calc-label{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgba(253,252,251,.5)}.calc-toggle{display:flex;flex-direction:column;gap:6px}.calc-opt{font-family:var(--font-body);font-size:.88rem;font-weight:500;padding:12px 16px;border-radius:var(--radius);border:1.5px solid rgba(253,252,251,.34);background:rgba(253,252,251,.05);color:rgba(253,252,251,.6);cursor:pointer;text-align:left;transition:all .15s}.calc-opt:hover{border-color:rgba(253,252,251,.66);background:rgba(253,252,251,.1);color:var(--white)}.calc-opt.active{background:var(--accent);border-color:var(--accent);color:var(--white);font-weight:600}.calc-stepper{display:flex;align-items:center;gap:0;border:1.5px solid rgba(253,252,251,.34);border-radius:var(--radius);overflow:hidden;width:fit-content}.step-btn{font-family:var(--font-body);font-size:1.1rem;font-weight:500;min-width:44px;min-height:44px;background:rgba(253,252,251,.06);color:rgba(253,252,251,.7);border:none;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center}.step-btn:hover{background:rgba(253,252,251,.14);color:var(--white)}#adults-val{font-size:1rem;font-weight:600;color:var(--white);width:40px;text-align:center}.calc-hint{font-size:.76rem;color:rgba(253,252,251,.5)}.calc-month-day select{font-family:var(--font-body);font-size:.88rem;font-weight:500;padding:10px 36px 10px 14px;border-radius:var(--radius);border:1.5px solid rgba(253,252,251,.15);background:rgba(253,252,251,.07);color:rgba(253,252,251,.85);width:100%;cursor:pointer;outline:0;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239B9590' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;transition:border-color .15s}.calc-month-day select:focus{border-color:rgba(253,252,251,.6)}.calc-month-day select:focus-visible{outline:2px solid var(--accent-warm);outline-offset:2px}.calc-month-day select option{background:var(--deep);color:var(--white)}.calc-day-group{display:flex;flex-direction:column;gap:10px}.calc-slider{width:100%;height:22px;margin:6px 0 2px;background:0 0;cursor:pointer;-webkit-appearance:none;appearance:none}.calc-slider::-webkit-slider-runnable-track{height:4px;border-radius:2px;background:rgba(253,252,251,.16)}.calc-slider::-moz-range-track{height:4px;border-radius:2px;background:rgba(253,252,251,.16)}.calc-slider::-moz-range-progress{height:4px;border-radius:2px;background:var(--accent-warm)}.calc-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;margin-top:-7px;border-radius:50%;background:var(--accent-warm);border:2px solid var(--white);box-shadow:0 1px 4px rgba(0,0,0,.45)}.calc-slider::-moz-range-thumb{width:18px;height:18px;border:2px solid var(--white);border-radius:50%;background:var(--accent-warm)}.calc-slider:focus-visible{outline:2px solid var(--accent-warm);outline-offset:3px}.calc-day-display{display:flex;align-items:center;justify-content:space-between}#calc-day-val{font-size:.95rem;font-weight:600;color:var(--white)}.calc-day-note{font-size:.76rem;font-weight:500;padding:3px 10px;border-radius:20px;background:rgba(91,138,114,.25);color:#9fcfb3}.calc-day-note.warn{background:rgba(196,149,106,.25);color:#e8c49a}.calc-checks{display:flex;flex-direction:column;gap:10px}.calc-check{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:.9rem;color:rgba(253,252,251,.75)}.calc-check input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.calc-check-box{width:20px;height:20px;border-radius:4px;border:1.5px solid rgba(253,252,251,.34);background:rgba(253,252,251,.05);flex-shrink:0;transition:all .15s;position:relative}.calc-check input:checked+.calc-check-box{background:var(--accent-light);border-color:var(--accent-light)}.calc-check input:checked+.calc-check-box::after{content:'';position:absolute;top:3px;left:6px;width:5px;height:9px;border:2px solid var(--accent);border-top:none;border-left:none;transform:rotate(45deg)}.calc-check input:focus-visible+.calc-check-box{outline:2px solid var(--accent-warm-tint);outline-offset:2px}.calc-check strong{display:block;font-weight:600;font-size:.88rem;color:rgba(253,252,251,.9)}.calc-check small{font-size:.76rem;color:rgba(253,252,251,.5)}.calc-results{background:var(--white);border-radius:var(--radius-lg);padding:32px;position:sticky;top:calc(var(--nav-h) + 16px)}.calc-results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:12px}.calc-results-title{font-family:var(--font-display);font-size:1.2rem;font-weight:700}.calc-promo-badge{font-size:.7rem;font-weight:700;letter-spacing:.04em;padding:4px 10px;border-radius:20px;background:var(--accent-light);color:var(--accent);white-space:nowrap}.calc-promo-badge.hidden{display:none}.calc-block{margin-bottom:20px}.calc-block-label{font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--mid-gray);margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--warm-gray)}.calc-line-items{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.calc-line{display:flex;justify-content:space-between;align-items:baseline;font-size:.86rem;color:var(--charcoal)}.calc-line-name{color:var(--mid-gray)}.calc-line-amt{font-weight:600}.calc-line.promo .calc-line-name{color:var(--accent);font-weight:500}.calc-line.promo .calc-line-amt{color:var(--accent)}.calc-total-row{display:flex;justify-content:space-between;align-items:baseline;padding-top:10px;border-top:1.5px solid var(--warm-gray);font-weight:700;font-size:.92rem}.calc-total-num{font-family:var(--font-display);font-size:1.4rem;color:var(--charcoal)}.calc-note{font-size:.8rem;color:#675d52;background:var(--cream);border-radius:var(--radius);padding:10px 14px;line-height:1.6;margin-bottom:18px}.calc-note:empty{display:none}.calc-cta{width:100%;justify-content:center;margin-bottom:10px}.calc-disclaimer{font-size:.72rem;color:var(--mid-gray);line-height:1.55;text-align:center}.reviews{background:var(--white);padding:clamp(48px,7vw,80px) 0}.reviews-header{text-align:center;margin-bottom:clamp(28px,4vw,44px)}.reviews-header h2{font-size:clamp(1.8rem, 3.2vw, 2.6rem);letter-spacing:-.02em}.reviews-grid{display:flex;flex-wrap:wrap;gap:20px}.review-card{background:var(--white);border:1px solid var(--warm-gray);border-radius:var(--radius-lg);padding:28px;display:flex;flex-direction:column;gap:12px;flex:1 1 260px}.review-stars{color:var(--accent-warm-text);font-size:1rem;letter-spacing:2px}.review-card p{font-size:.88rem;color:var(--mid-gray);line-height:1.75;flex:1}.review-card cite{font-size:.76rem;font-style:normal;font-weight:600;color:var(--mid-gray)}@media (max-width:960px){.calc-layout,.neighborhood-layout,.plans-grid,.reno-layout,.tour-layout{grid-template-columns:1fr;gap:36px}.calc-layout{grid-template-columns:minmax(0,1fr)}.calc-results{position:static}.neighborhood-img{position:relative;top:auto}.amenities-wrap{grid-template-columns:1fr;gap:32px}.plans-header{flex-direction:column;align-items:flex-start}.plans-header-note{text-align:left;max-width:none}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.gallery-item:first-child{grid-column:span 2;height:240px}.gallery-item:nth-child(4),.gallery-item:nth-child(5){grid-column:span 1}.gallery-item{height:180px}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav-links{display:none}.nav-toggle{display:flex}.hero-stats-inner{flex-wrap:wrap}.hero-stat{flex:1 1 calc(50% - 1px);min-width:0;border-bottom:1px solid var(--warm-gray)}.hero-stat:nth-child(3),.hero-stat:nth-child(4){border-bottom:none}.hero-stat:first-child,.hero-stat:nth-child(3){border-right:1px solid var(--warm-gray)}.amenities-list{grid-template-columns:1fr}.amenity-item{border-right:none}.amenity-item:nth-last-child(-n+2){border-bottom:1px solid var(--warm-gray)}.amenity-item:last-child{border-bottom:none}.gallery-grid{grid-template-columns:1fr}.gallery-item,.gallery-item:first-child,.gallery-item:nth-child(4),.gallery-item:nth-child(5){grid-column:span 1;height:200px}.gallery-intro{flex-direction:column;align-items:flex-start}.gallery-intro-right{text-align:left;max-width:none}.review-card{flex:1 1 100%}.form-row{grid-template-columns:1fr;gap:0}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;text-align:center}.topbar-left .topbar-addr{display:none}.topbar-sep{display:none}.tour-form{padding:24px}.calc-month-day select,.form-group input,.form-group select,.form-group textarea{font-size:16px}}.hero h1{font-size:clamp(3rem, 5.2vw, 5rem);line-height:1.02;letter-spacing:-.025em;max-width:780px;margin-bottom:20px}.hero h1 em{color:#c8ded4;font-style:italic}.hero-overlay{background:linear-gradient(to right,rgba(26,23,21,.66) 0,rgba(26,23,21,.42) 42%,rgba(26,23,21,.06) 74%,rgba(26,23,21,0) 100%),linear-gradient(to top,rgba(26,23,21,.97) 0,rgba(26,23,21,.72) 36%,rgba(26,23,21,.3) 62%,rgba(26,23,21,.08) 100%);z-index:1}.hero-eyebrow{font-size:.75rem;letter-spacing:.22em;margin-bottom:18px;gap:16px;color:var(--accent-warm-tint);background:rgba(26,23,21,.82);padding:6px 16px 6px 12px;border-radius:999px}.hero-eyebrow::before{width:40px;height:1.5px;background:var(--accent-warm-tint)}.hero-sub{font-size:clamp(.97rem, 2vw, 1.08rem);max-width:560px;line-height:1.78}.hero-actions{margin-bottom:68px;gap:14px}.hero-deco{position:absolute;right:0;bottom:72px;font-family:var(--font-display);font-size:clamp(120px, 20vw, 280px);font-weight:700;font-style:italic;color:rgba(253,252,251,.042);line-height:1;pointer-events:none;user-select:none;z-index:2;padding-right:3vw}.hero-content{z-index:3}.hero-stats{z-index:3}.hero-stats{border-top-width:4px}.hero-stat{padding:24px 28px}.hero-stat-value{font-size:clamp(1.15rem, 2.4vw, 1.75rem);font-weight:700}.hero-stat-label{font-size:.67rem;letter-spacing:.12em;margin-bottom:6px}.plans-header-text h2{font-size:clamp(1.9rem, 3.5vw, 2.8rem);letter-spacing:-.02em;line-height:1.06}.plan-type{font-size:1.35rem;letter-spacing:-.01em}.plan-price-num{font-size:clamp(2.2rem, 4.5vw, 2.8rem);letter-spacing:-.025em;line-height:1}.plan-price{margin-bottom:22px;padding-bottom:22px;gap:11px}.plan-price-from,.plan-price-mo{padding-bottom:2px}.plan-card-2br{box-shadow:0 16px 56px rgba(0,49,83,.18),0 2px 10px rgba(0,49,83,.1)}.plan-card-2br:hover{box-shadow:0 24px 72px rgba(0,49,83,.24),0 4px 16px rgba(0,49,83,.13)}.reno-text h2{font-size:clamp(1.9rem, 3.5vw, 2.8rem);letter-spacing:-.022em;line-height:1.04}.reno-text p{font-size:.97rem;line-height:1.86}.reno-item-text strong{font-size:.94rem}.amenities-left h2{font-size:clamp(1.8rem, 3.2vw, 2.6rem);letter-spacing:-.02em;line-height:1.06}.gallery{position:relative}.gallery::before{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='0.12'/%3E%3C/svg%3E");background-size:220px;mix-blend-mode:screen;opacity:.6}.gallery .container{position:relative;z-index:2}.gallery-intro h2{font-size:clamp(1.8rem, 3.2vw, 2.6rem);letter-spacing:-.02em;line-height:1.05}.neighborhood-text h2{font-size:clamp(1.9rem, 3.5vw, 2.8rem);letter-spacing:-.022em;line-height:1.04}.commute-time{font-size:.9rem;font-weight:700}.commute-dest{font-size:.9rem}.faq-header h2{font-size:clamp(1.8rem, 3.2vw, 2.6rem);letter-spacing:-.02em}.faq-q{font-size:.97rem;font-weight:700}.tour-text h2{font-size:clamp(2rem, 4vw, 3rem);letter-spacing:-.024em;line-height:1.04}@media (prefers-reduced-motion:no-preference){.fade-up{opacity:0;transform:translateY(36px);transition:opacity .65s cubic-bezier(.16, 1, .3, 1),transform .65s cubic-bezier(.16, 1, .3, 1)}.fade-up.visible{opacity:1;transform:none}.fade-up:nth-child(2){transition-delay:0.10s}.fade-up:nth-child(3){transition-delay:0.20s}}.btn-primary{padding:14px 32px;letter-spacing:.03em}.btn-ghost{padding:14px 32px;letter-spacing:.03em}@media (max-width:768px){.hero h1{letter-spacing:-.02em}.plan-price-num{font-size:clamp(2.4rem, 8vw, 3rem)}.hero-deco{display:none}}.lightbox{position:fixed;inset:0;z-index:9999;background:rgba(26,23,21,.92);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s;cursor:zoom-out;overscroll-behavior:contain}.lightbox.open{opacity:1;pointer-events:auto}.lightbox img{max-width:90vw;max-height:88vh;border-radius:var(--radius-lg);box-shadow:0 20px 60px rgba(0,0,0,.5);object-fit:contain}.lightbox-close{position:absolute;top:20px;right:24px;background:0 0;border:none;color:rgba(253,252,251,.7);font-size:2rem;cursor:pointer;line-height:1;padding:8px;transition:color .2s}.lightbox-close:hover{color:var(--white)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(253,252,251,.1);border:1px solid rgba(253,252,251,.2);color:rgba(253,252,251,.8);font-size:1.4rem;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.lightbox-nav:hover{background:rgba(253,252,251,.2);color:var(--white)}.lightbox-prev{left:20px}.lightbox-next{right:20px}.gallery-item{cursor:zoom-in}.fair-housing{display:flex;align-items:center;gap:10px;margin-top:20px}.fair-housing-icon{width:32px;height:32px;flex-shrink:0;opacity:.6}.fair-housing-text{font-size:.72rem;color:#8a8480;line-height:1.5}.privacy{background:var(--off-white);padding:clamp(56px,8vw,96px) 0;border-top:1px solid var(--warm-gray)}.privacy-inner{max-width:720px;margin:0 auto;padding:0 24px}.privacy h2{font-family:var(--font-display);font-size:clamp(1.6rem, 3vw, 2.2rem);font-weight:700;color:var(--charcoal);margin:0 0 8px}.privacy-effective{font-size:.82rem;color:var(--mid-gray);margin:0 0 36px}.privacy h3{font-family:'Plus Jakarta Sans',sans-serif;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--accent);margin:32px 0 10px}.privacy p,.privacy ul{font-size:.95rem;line-height:1.75;color:var(--charcoal);margin:0 0 12px}.privacy ul{padding-left:1.25rem}.privacy ul li{margin-bottom:4px}.privacy a{color:var(--accent);text-decoration:underline}.privacy a:hover{color:var(--accent-hover)}.privacy-divider{border:none;border-top:1px solid var(--warm-gray);margin:40px 0}.privacy-back{display:inline-block;margin-top:36px;font-size:.85rem;font-weight:600;color:var(--accent);text-decoration:none;letter-spacing:.03em}.privacy-back:hover{color:var(--accent-hover);text-decoration:underline}@media (max-width:768px){.hero-stat{padding:16px 18px}.hero-sub{max-width:none}.hero-actions{margin-bottom:52px;gap:10px}.plan-card-body{padding:22px}.calc-results{padding:24px}}@media (max-width:480px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{justify-content:center;text-align:center}.hero h1{letter-spacing:-.015em}.hero h1{font-size:2.35rem;line-height:1.06}.hero-promo{font-size:.74rem;padding:7px 14px;margin-bottom:16px}.hero-eyebrow{margin-bottom:12px}.plan-card-body{padding:18px}.hero-stat-label{font-size:.63rem}.hero-eyebrow{letter-spacing:.12em}.hero-eyebrow::before{display:none}.hero-eyebrow{gap:0;padding:5px 14px}.hero-sub{line-height:1.6}.hero-actions{margin-bottom:40px}}@media (max-width:480px){.topbar{font-size:.72rem}.topbar>.container{padding:0 16px}.topbar-inner{gap:10px}.topbar-right{gap:10px}.topbar-inner a.topbar-cta{padding:6px 12px}.topbar-left a[href^="tel:"]{white-space:nowrap}}@media (max-width:359.98px){.topbar-inner a.topbar-cta{display:none}}@media (min-width:640px) and (max-width:960px){.plans-grid{grid-template-columns:1fr 1fr;gap:24px}.plans-header{flex-direction:row;align-items:flex-end}.plans-header-note{text-align:right}.reno-layout{grid-template-columns:1fr 1fr;gap:40px}.neighborhood-layout{grid-template-columns:1fr 1fr;gap:32px}.calc-layout{grid-template-columns:1fr 1fr;gap:40px}.calc-results{position:sticky;top:calc(var(--nav-h) + 16px)}.tour-layout{grid-template-columns:1fr 1fr;gap:40px}.amenities-wrap{grid-template-columns:1fr 1fr;gap:32px}}.reviews-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:auto auto;gap:16px}.review-card:first-child{grid-row:span 2;padding:36px 32px;border:none;background:var(--cream);position:relative}.review-card:first-child::before{content:'\201C';font-family:var(--font-display);color:var(--accent);position:static;display:block;font-size:3.4rem;line-height:1;opacity:.22;margin:0 0 -16px -4px}.review-card:first-child p{font-size:1.05rem;line-height:1.85;color:var(--charcoal);font-weight:400;flex:0 0 auto}.review-card:first-child{justify-content:center}.review-card:first-child .review-stars{font-size:1.15rem}.review-card:not(:first-child){padding:22px 24px}.review-card:not(:first-child) p{font-size:.84rem}.subpage-review .reviews-grid{grid-template-columns:minmax(0,720px)}.subpage-review .review-card:first-child{padding:28px 32px;justify-content:flex-start}.subpage-review .review-card:first-child::before{font-size:2.6rem;margin:0 0 -10px -3px}.subpage-review .reviews-header{text-align:left;margin-bottom:20px}.hero-stats-inner{display:grid;grid-template-columns:1.3fr 1.3fr 0.9fr 0.9fr}.hero-stat:first-child .hero-stat-value,.hero-stat:nth-child(2) .hero-stat-value{color:var(--accent)}.amenities-list{border:none;gap:10px;border-radius:0}.amenity-item{border:none!important;border-radius:var(--radius);padding:18px 20px;background:var(--cream);border-left:3px solid rgba(0,49,83,.2)!important;box-shadow:var(--shadow-sm);transition:background .2s,border-color .2s,transform .2s}.amenity-item:hover{background:var(--accent-light);border-left-color:var(--accent)!important;transform:translateX(4px)}.amenity-item:first-child{background:var(--accent-light);border-left-color:var(--accent)!important;grid-column:span 2}.amenity-item:first-child .amenity-name{color:var(--accent);font-size:.95rem}.amenity-item:last-child:nth-child(2n){grid-column:span 2}.commute{position:relative;overflow:hidden;transition:transform .15s;background-image:linear-gradient(var(--warm-gray),var(--warm-gray));background-size:100% 3px;background-position:0 100%;background-repeat:no-repeat}.commute::after{content:'';position:absolute;left:0;bottom:0;height:3px;background:var(--accent);opacity:.45;border-radius:0 3px 3px 0;transition:opacity .2s}.commute:first-child::after{width:94%}.commute:nth-child(2)::after{width:88%}.commute:nth-child(3)::after{width:76%}.commute:nth-child(4)::after{width:72%}.commute:nth-child(5)::after{width:60%}.commute:nth-child(6)::after{width:22%}.commute:hover::after{opacity:.65}.commute:hover{transform:translateX(3px)}.gallery-grid{grid-template-rows:300px 200px 230px;gap:6px}.gallery-item{position:relative}.gallery-item::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(26,23,21,.25) 0,transparent 40%);opacity:0;transition:opacity .35s;pointer-events:none;border-radius:var(--radius)}.gallery-item:hover::after{opacity:1}.gallery-item:hover img{transform:scale(1.08)}.reviews{padding:clamp(40px,6vw,64px) 0}.reno{padding:clamp(64px,9vw,112px) 0}.gallery{padding:clamp(48px,7vw,80px) 0}.neighborhood{padding:clamp(64px,9vw,112px) 0}.reno{border-left:4px solid var(--accent);border-top:none}details[open]>.faq-q{background:var(--accent-light);border-left:3px solid var(--accent)}.faq-a{background:var(--accent-light);border-left:3px solid transparent}footer{border-top:3px solid var(--accent)}@media (max-width:768px){.reviews-grid{grid-template-columns:1fr;grid-template-rows:auto}.review-card:first-child{grid-row:span 1;padding:28px 24px}.hero-stats-inner{grid-template-columns:1fr 1fr}.amenity-item:first-child{grid-column:span 1}.amenity-item:last-child:nth-child(2n){grid-column:span 1}.reno{border-left:none;border-top:3px solid var(--accent)}}.hero-promo{display:block;width:fit-content;background:var(--accent-warm-text);color:#fff;font-weight:600;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;padding:9px 20px;border-radius:999px;margin-bottom:22px;box-shadow:var(--shadow-md)}.plan-card-img.plan-card-img--plan{aspect-ratio:4/3;background:#fff}.plan-card-img.plan-card-img--plan img{object-fit:contain}.plan-card:hover .plan-card-img--plan img{transform:none}.mobile-cta-bar{display:none}@media (max-width:768px){.mobile-cta-bar{position:fixed;bottom:0;left:0;right:0;z-index:900;display:grid;grid-template-columns:1fr 1.4fr 1fr 1.1fr;gap:1px;background:var(--warm-gray);border-top:1px solid var(--warm-gray);box-shadow:0 -4px 16px rgba(45,41,38,.14)}.mobile-cta-bar a{display:block;padding:15px 8px;text-align:center;font-weight:600;font-size:.88rem;text-decoration:none;background:var(--white);color:var(--accent)}.mobile-cta-bar .mobile-cta-tour{background:var(--accent);color:#fff}.mobile-cta-bar{transition:transform .18s ease}body:has(#tour-form input:focus,#tour-form select:focus,#tour-form textarea:focus) .mobile-cta-bar{transform:translateY(100%)}body:has(.mobile-cta-bar){padding-bottom:56px}}.subpage-hero{background:var(--cream);border-bottom:1px solid var(--warm-gray);padding:clamp(44px,6vw,76px) 0 clamp(36px,5vw,56px)}.subpage-hero .container{max-width:700px}.subpage-hero h1{font-size:clamp(2.1rem,4.6vw,3rem);letter-spacing:-.022em;margin-bottom:14px}.subpage-hero .section-label{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;padding-left:14px;border-left:2.5px solid var(--accent)}.subpage-hero-spec{font-size:1.05rem;font-weight:600;color:var(--charcoal);margin-bottom:6px}.subpage-hero-promo{font-size:.92rem;font-weight:600;color:var(--accent-warm-text);margin-bottom:22px}.subpage-hero-actions{display:flex;flex-wrap:wrap;gap:12px}@media (max-width:600px){.subpage-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:stretch}.subpage-hero-actions .btn{width:auto;justify-content:center;text-align:center;white-space:normal;line-height:1.25;font-size:.88rem;padding:12px 8px}.subpage-hero-actions .btn:first-child{grid-column:1/-1;font-size:1rem;padding:14px 8px}}.subpage-hero-contact{margin-top:14px;font-size:.9rem;color:var(--mid-gray)}.hero-contact{margin-top:16px;font-size:.9rem;color:rgba(253,252,251,.8)}.hero-contact a{color:var(--white);text-decoration:underline;text-underline-offset:2px}.subpage-content{max-width:700px;margin:0 auto;padding:clamp(40px,6vw,72px) 28px clamp(48px,7vw,80px)}.subpage-content h2{font-size:clamp(1.4rem,2.6vw,1.75rem);letter-spacing:-.015em;margin-top:3.5rem;padding-top:1.6rem;border-top:1px solid var(--warm-gray)}.subpage-content h2:first-of-type{margin-top:2.25rem;padding-top:0;border-top:none}.subpage-content h3{font-family:var(--font-body);font-size:1.2rem;font-weight:700;color:var(--accent);margin-top:2.6rem;margin-bottom:0;line-height:1.35;letter-spacing:-.008em}.subpage-content h3+p{margin-top:.3rem}.subpage-content p,.subpage-content ul{font-size:1.0625rem;line-height:1.75;margin-top:.85rem}.subpage-content ul{padding-left:1.15rem}.subpage-content ul:not(.amenities-list){list-style:none;padding-left:0}.subpage-content ul:not(.amenities-list) li{position:relative;padding-left:20px}.subpage-content ul:not(.amenities-list) li::before{content:'';position:absolute;left:2px;top:.72em;width:5px;height:5px;border-radius:50%;background:var(--accent)}.subpage-content ul.amenities-list{list-style:none;padding-left:0;max-width:none;margin-top:1.25rem}.subpage-content li{margin-bottom:.45rem}.subpage-content a{text-decoration:underline;text-underline-offset:2px;text-decoration-color:rgba(0,49,83,.35)}.subpage-content>p>a:not(.btn),.subpage-content>ul>li>a{color:var(--accent);text-decoration-color:currentColor;text-decoration-thickness:1px;text-underline-offset:2px}.subpage-content>p>a:not(.btn):hover,.subpage-content>ul>li>a:hover{text-decoration-thickness:2px}.subpage-figure{margin:26px 0}.subpage-figure img{width:100%;border-radius:var(--radius-lg)}.subpage-figure figcaption{font-size:.8rem;color:var(--mid-gray);margin-top:8px}.subpage-content .subpage-midcta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:34px 0;max-width:none}.subpage-content .subpage-midcta a{text-decoration:none}.cta-band{background:var(--cream);border-top:1px solid var(--warm-gray);text-align:center;padding:clamp(52px,7vw,80px) 0}.cta-band h2{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:12px}.cta-band>.container>p:first-of-type{max-width:46ch;margin:0 auto 26px;color:var(--mid-gray)}.cta-band .btn{margin:0 5px 10px}.cta-band p:last-child{margin-top:18px;font-size:.9rem;color:var(--mid-gray)}.cta-band p:last-child a{color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(0,49,83,.35)}.breadcrumb ol{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;font-size:.78rem;color:var(--mid-gray);margin-bottom:1.25rem;padding:0}.breadcrumb a{color:var(--mid-gray);text-decoration:underline;text-underline-offset:2px}.breadcrumb a:hover{color:var(--accent)}.breadcrumb li+li::before{content:"/";margin-right:.5rem;opacity:.5}.subpage-hero .breadcrumb ol{margin-bottom:14px}.plan-card-actions{display:flex;flex-direction:column;gap:10px}.form-reassure{font-size:.85rem;color:var(--mid-gray);line-height:1.6;margin-bottom:16px}.form-qualify{margin-bottom:16px;font-size:.85rem;color:var(--mid-gray)}.form-qualify summary{cursor:pointer;font-weight:600;color:var(--accent)}.form-qualify ul{margin:10px 0 0;padding-left:1.15rem;line-height:1.65}.form-qualify li{margin-bottom:6px}.amenities-left h2,.calc h2,.faq-header h2,.gallery-intro h2,.neighborhood-text h2,.plans-header-text h2,.reno-text h2,.reviews-header h2,.tour-text h2{font-size:clamp(1.9rem, 3.5vw, 2.8rem);line-height:1.05;letter-spacing:-.022em}@media (min-width:640px){.tour-form{order:2}}@media (max-width:768px){.calc-day-display,.calc-line,.calc-total-row,.commute{gap:14px}.calc-line-amt{flex:0 0 auto;white-space:nowrap}.calc-day-display{flex-wrap:wrap}}@media (max-width:768px){.gallery-grid{grid-template-rows:none;grid-auto-rows:200px}.gallery-item:first-child{grid-row:span 1}}@media (hover:none){.btn:hover,.form-submit:hover{transform:none}.plan-card:hover{transform:none;box-shadow:var(--shadow-sm)}.gallery-item:hover img,.plan-card:hover .plan-card-img img{transform:none}.gallery-item:hover::after{opacity:0}.commute:hover{transform:none}.commute:hover::after{opacity:.45}}@media (max-width:768px){.calc-slider{height:44px;margin:0;touch-action:pan-y}.calc-slider::-webkit-slider-thumb{width:28px;height:28px;margin-top:-12px}.calc-slider::-moz-range-thumb{width:28px;height:28px}#calc-day-val{font-size:1.05rem}}@media (max-width:768px){.lightbox img{max-width:96vw;max-height:68vh}.lightbox-nav{top:auto;bottom:24px;transform:none;width:52px;height:52px;background:rgba(26,23,21,.72)}.lightbox-prev{left:50%;margin-left:-66px}.lightbox-next{right:50%;margin-right:-66px}.lightbox-close{top:12px;right:12px;padding:12px;min-width:48px;min-height:48px}}@media (max-width:768px){.calc-check{align-items:flex-start}.calc-check-box{margin-top:2px}}@media (max-width:768px){.footer-col ul{gap:0}.footer-col ul a{display:block;padding:7px 0}}.calc-mini{display:none}@media (max-width:639.98px){.calc-mini{display:none;justify-content:space-between;gap:12px;position:sticky;bottom:54px;z-index:10;margin-top:20px;padding:10px 14px;background:var(--accent);color:#fff;border-radius:var(--radius);box-shadow:0 -4px 14px rgba(0,0,0,.35)}.calc-mini.is-live{display:flex}.calc-mini small{display:block;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;opacity:.8}.calc-mini strong{font-size:1.05rem}}@media (max-width:768px){.topbar-lang{padding:12.5px 0;margin:-12.5px 0}}@media (hover:none){.gallery-item .gallery-open{position:relative}.gallery-item .gallery-open::after{content:'';position:absolute;right:8px;bottom:8px;width:32px;height:32px;border-radius:50%;background:rgba(26,23,21,.62) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23FDFCFB' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-4-4M11 8v6M8 11h6'/%3E%3C/svg%3E") center/18px no-repeat;pointer-events:none}}@media (max-width:639.98px){.calc-results-header{flex-wrap:wrap}.calc-promo-badge{white-space:normal}}@media (max-width:400px){.btn{white-space:normal;line-height:1.25;text-align:center}.cta-band .btn{margin:0 0 10px}}@media (max-width:639.98px){.calc-left{display:flex;flex-direction:column}.calc-left>.section-label{order:1}.calc-left>h2{order:2}.calc-left>p:first-of-type{order:3}.calc-left>.calc-form{order:4}.calc-left>p:nth-of-type(2){order:5;margin-top:24px!important}}@media (pointer:coarse){.calc-month-day select,.form-group input,.form-group select,.form-group textarea{font-size:16px}}@media (max-width:639.98px){.form-group label{order:1}.form-group .field-error{order:2;margin-top:0;margin-bottom:2px}.form-group input,.form-group select,.form-group textarea{order:3}.form-group .form-hint{order:4}}@media (max-width:639.98px){.gallery-grid{display:flex;grid-template-columns:none;grid-template-rows:none;grid-auto-rows:auto;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:10px;padding-bottom:8px;scrollbar-width:none}.gallery-grid::-webkit-scrollbar{display:none}.gallery-item,.gallery-item:first-child,.gallery-item:nth-child(4),.gallery-item:nth-child(5){flex:0 0 84%;height:250px;grid-column:auto;grid-row:auto;scroll-snap-align:center}}@media (max-width:768px){.topbar-left a[href^="tel:"]{padding:12.5px 0;margin:-12.5px 0}.topbar-inner a.topbar-cta{position:relative}.topbar-inner a.topbar-cta::after{content:'';position:absolute;left:0;right:0;top:-7px;bottom:-7px}}@media (hover:none){.btn{-webkit-tap-highlight-color:transparent}.btn:active,.form-submit:active{transform:scale(.98)}.plan-card:active{box-shadow:var(--shadow-md)}.gallery-item:active{-webkit-tap-highlight-color:transparent}.gallery-item:active img{transform:scale(1.03)}.mobile-cta-bar a:active{background:var(--cream)}.mobile-cta-bar .mobile-cta-tour:active{background:var(--accent-hover)}.nav-mobile a:active{background:var(--cream)}}@media (orientation:landscape) and (max-height:460px) and (max-width:960px){:root{--nav-h:56px}.topbar{padding:5px 0}.hero{min-height:0}.hero-content{padding:22px 0 0}.hero h1{font-size:1.9rem;line-height:1.08;margin-bottom:12px}.hero-eyebrow{display:none}.hero-promo{font-size:.72rem;padding:5px 12px}.hero-sub{font-size:.92rem;line-height:1.45;margin-bottom:16px}.hero-actions{flex-direction:row;gap:10px;margin-bottom:22px}.hero-actions .btn{padding:10px 18px}.subpage-hero{padding:24px 0 20px}.mobile-cta-bar a{padding:10px 8px}}@media (max-width:768px){.hero-overlay{background:linear-gradient(to top,rgba(26,23,21,.94) 0,rgba(26,23,21,.78) 34%,rgba(26,23,21,.46) 64%,rgba(26,23,21,.18) 100%)}}@media (max-width:768px){.gallery::before{display:none}}@media (max-width:480px){.container{padding:0 20px}.topbar>.container{padding:0 20px}.subpage-content{padding-left:20px;padding-right:20px}.tour-form{padding:20px}}.subpage-hero-photo{display:none}@media (max-width:639.98px){.subpage-hero-photo{display:block;margin:18px 0 20px;border-radius:var(--radius-lg);overflow:hidden}.subpage-hero-photo img{display:block;width:100%;height:210px;object-fit:cover}}.subpage-hero-spec{text-wrap:pretty}@media (max-width:480px){.subpage-hero-spec{font-size:1rem;line-height:1.45}}.plans-header-note small{font-size:.75rem}@media (max-width:768px){.plans-header-note{font-size:.95rem;line-height:1.6}.plans-header-note small{font-size:.85rem}.calc-disclaimer{font-size:.8rem}}
@media (min-width:769px) and (max-width:1023px){.nav-links{display:none}.nav-toggle{display:flex}.topbar-left .topbar-addr{display:none}.topbar-sep{display:none}}