:root{--color-bg:#fbfcfd;--color-surface:#ffffff;--color-warm:#edf5fb;--color-ink:#0a62a6;--color-ink-soft:#084478;--color-blue-bright:#0980d3;--color-heading:#253036;--color-text:#253036;--color-muted:#5d6a70;--color-accent:#d55429;--color-accent-dark:#a63f1f;--color-focus:#f2a24a;--color-border:#d6e3ee;--shadow-card:0 12px 32px rgba(10, 98, 166, 0.10);--shadow-float:0 14px 38px rgba(8, 68, 120, 0.20);--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--container:1240px;--section-space:clamp(4rem, 7vw, 6.5rem);--header-height:74px;--font-body:"Lato", ui-sans-serif, system-ui, sans-serif;--font-display:"Bitter", Georgia, serif;color-scheme:light}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{display:flex;min-height:100vh;min-height:100dvh;margin:0;min-width:320px;flex-direction:column;overflow-x:hidden;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:1rem;line-height:1.6;text-rendering:optimizeLegibility}main{flex:1 0 auto}body.modal-open,body.menu-open{overflow:hidden}img{display:block;max-width:100%}figure,p,h1,h2,h3,dl,dd{margin:0}address{font-style:normal}button,input,select,textarea{font:inherit}button{color:inherit}a{color:var(--color-ink);text-underline-offset:.2em}a:hover{color:var(--color-accent-dark)}h1,h2,h3{color:var(--color-heading);font-family:var(--font-display);font-weight:700;line-height:1.08;text-wrap:balance}h1{font-size:clamp(2.5rem,6vw,5.5rem);letter-spacing:-.025em}h2{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.015em}h3{font-size:clamp(1.3rem,2vw,1.7rem)}[id]{scroll-margin-top:calc(var(--header-height) + 22px)}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}.container{width:min(calc(100% - 2rem),var(--container));margin-inline:auto}.section{padding-block:var(--section-space)}.section--warm{background:var(--color-warm)}.section--ink{background:var(--color-ink);color:#eef7fb}.section--ink h2,.section--ink h3,.section--ink .eyebrow{color:#fff}.section--ink .section-intro{color:#cfe4ee}.eyebrow{margin-bottom:.65rem;color:var(--color-accent-dark);font-size:.75rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.section-heading{max-width:680px}.section-heading--split{display:grid;gap:1.25rem;max-width:none;margin-bottom:2.4rem}.section-intro{margin-top:1rem;color:var(--color-muted);font-size:clamp(1.05rem,2vw,1.2rem)}.skip-link{position:fixed;z-index:1000;top:.5rem;left:.5rem;padding:.75rem 1rem;transform:translateY(-150%);border-radius:var(--radius-sm);background:#fff}.skip-link:focus{transform:none}.tracking-pixel{display:none}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:.75rem 1.15rem;border:1px solid var(--color-ink);border-radius:999px;background:var(--color-ink);color:#fff;font-size:.92rem;font-weight:750;line-height:1.15;text-align:center;text-decoration:none;cursor:pointer;transition:background-color 160ms ease,border-color 160ms ease,transform 160ms ease}.button:hover{border-color:var(--color-ink-soft);background:var(--color-ink-soft);color:#fff;transform:translateY(-1px)}.button:active{transform:translateY(0)}.button--secondary{border-color:var(--color-accent);background:var(--color-accent)}.button--secondary:hover{border-color:var(--color-accent-dark);background:var(--color-accent-dark)}.button--outline{border-color:var(--color-ink);background:0 0;color:var(--color-ink)}.button--outline:hover{border-color:var(--color-ink);background:var(--color-ink)}.button--small{min-height:44px;padding:.65rem 1rem;font-size:.84rem}.special-popover{position:fixed;z-index:90;right:0;bottom:0;left:0;max-height:min(82dvh,560px);overflow-y:auto;border-top:6px solid var(--color-accent);box-shadow:0 -18px 50px rgba(8,68,120,.24);background:var(--color-surface);transform:translateY(105%);transition:transform 280ms ease}.special-popover.is-visible{transform:translateY(0)}.special-popover__inner{position:relative;display:grid;gap:1.35rem;padding-block:clamp(1.35rem,4vw,2.25rem);padding-right:clamp(3.5rem,7vw,5rem)}.special-popover__close{position:absolute;top:.85rem;right:0;display:grid;width:48px;height:48px;place-items:center;border:1px solid var(--color-border);border-radius:50%;background:var(--color-surface);color:var(--color-heading);cursor:pointer;font-size:1.75rem;line-height:1}.special-popover__deadline{display:inline-flex;margin-bottom:.65rem;padding:.28rem .7rem;border-radius:999px;background:#fde7de;color:#8b3517;font-size:.74rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.special-popover__copy h2{font-size:clamp(1.8rem,4vw,3rem)}.special-popover__copy>p:last-child{max-width:650px;margin-top:.7rem;color:var(--color-muted)}.special-popover__form{display:grid;gap:.85rem;align-content:center}.special-popover__form label{display:grid;gap:.3rem;color:var(--color-heading);font-size:.82rem;font-weight:800}.special-popover__form input:not([type=hidden]){width:100%;min-height:48px;padding:.7rem .8rem;border:1px solid #adb8b4;border-radius:var(--radius-sm);background:#fff;color:var(--color-text)}.special-popover__form .button{width:100%}.special-offer-trigger{position:fixed;z-index:89;right:clamp(1rem,3vw,2rem);bottom:max(1rem,env(safe-area-inset-bottom));display:inline-flex;min-height:48px;max-width:calc(100% - 2rem);align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1.05rem;border:0;border-radius:999px;box-shadow:0 10px 30px rgba(139,67,14,.3);background:var(--color-accent);color:#fff;cursor:pointer;font-size:.9rem;font-weight:850;line-height:1.15;transition:background-color 160ms ease,transform 160ms ease}.special-offer-trigger[hidden]{display:none}.special-offer-trigger:hover{background:var(--color-accent-dark);transform:translateY(-2px)}.special-offer-trigger svg{width:22px;height:22px;flex:none}.site-header{position:sticky;z-index:50;top:0;border-bottom:1px solid rgba(10,98,166,.14);background:rgba(251,252,253,.96);backdrop-filter:blur(14px)}.site-header__inner{display:flex;min-height:var(--header-height);align-items:center;justify-content:space-between;gap:1rem}.site-brand{display:inline-flex;min-height:44px;flex-direction:column;justify-content:center;color:var(--color-ink);line-height:.95;text-decoration:none}.site-brand span{font-family:var(--font-display);font-size:1.34rem;font-weight:700;letter-spacing:-.02em}.site-brand small{margin-top:.3rem;color:var(--color-blue-bright);font-size:.58rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.desktop-nav{display:none;align-items:center;gap:1.1rem}.desktop-nav>a:not(.button){min-height:44px;display:inline-flex;align-items:center;color:var(--color-heading);font-size:.86rem;font-weight:700;text-decoration:none}.desktop-nav>a:not(.button):hover{color:var(--color-ink)}.desktop-nav>a.nav-language{padding-left:1rem;border-left:1px solid var(--color-border);font-size:.76rem}.header-mobile-actions{display:flex;align-items:center;gap:.25rem}.header-phone{min-height:44px;display:inline-flex;align-items:center;padding-inline:.8rem;font-weight:800;text-decoration:none}.nav-toggle{display:grid;width:48px;height:48px;place-content:center;gap:5px;border:0;background:0 0;cursor:pointer}.nav-toggle span{width:23px;height:2px;background:var(--color-ink);transition:transform 160ms ease,opacity 160ms ease}.nav-toggle[aria-expanded=true] span:nth-child(1){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)}.mobile-menu{border-top:1px solid var(--color-border);background:var(--color-bg)}.mobile-menu__nav{display:grid;padding-block:.8rem 1.3rem}.mobile-menu__nav>a:not(.button){min-height:48px;display:flex;align-items:center;border-bottom:1px solid var(--color-border);color:var(--color-heading);font-weight:700;text-decoration:none}.mobile-menu__nav>a.nav-language{font-size:.86rem}.mobile-menu__nav>a:not(.button):hover{color:var(--color-ink)}.mobile-menu__nav .button{margin-top:1rem}.conversion-header{display:flex;min-height:var(--header-height);align-items:center;justify-content:space-between;gap:1rem}.conversion-header__actions{display:flex;align-items:center;gap:clamp(.7rem,2.4vw,1.5rem)}.conversion-header__actions a{min-height:44px;display:inline-flex;align-items:center;color:var(--color-heading);font-size:.82rem;font-weight:750;text-decoration:none}.conversion-header__actions a:hover{color:var(--color-ink)}.conversion-header__language{padding-left:clamp(.7rem,2vw,1.1rem);border-left:1px solid var(--color-border);font-size:.76rem!important}.conversion-header__phone{color:#fff!important;font-weight:850!important}.conversion-page{min-height:calc(100vh - var(--header-height) - 92px);display:grid;place-items:center;padding-block:clamp(1.5rem,5vw,4rem);background:linear-gradient(135deg,#fbf7f0 0%,var(--color-warm) 100%)}.conversion-card{display:grid;max-width:980px;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-float);background:var(--color-surface)}.conversion-card__intro{display:flex;min-height:100%;flex-direction:column;justify-content:center;padding:clamp(1.8rem,5vw,3.5rem);background:var(--color-ink);color:#fff}.conversion-card__intro .eyebrow{color:#fff}.conversion-card__intro h2{color:#fff;font-size:clamp(2rem,4vw,3.3rem)}.conversion-card__intro>p:last-of-type{margin-top:1rem;color:#e6f3fa}.conversion-card__reassurance{display:grid;gap:.85rem;margin:2rem 0 0;padding:0;list-style:none}.conversion-card__reassurance li{display:flex;align-items:center;gap:.7rem;font-size:.9rem;font-weight:750}.conversion-card__reassurance span{display:grid;width:24px;height:24px;flex:none;place-items:center;border-radius:50%;background:var(--color-accent);color:#fff;font-size:.78rem}.conversion-card__form{min-width:0;padding:clamp(1.6rem,5vw,3.5rem)}.conversion-card__form h1{margin:0;font-size:clamp(2.1rem,4.5vw,3.5rem)}.conversion-card__form-intro{margin-top:.65rem;color:var(--color-muted)}.conversion-card__form .site-form{margin-top:1.75rem}.conversion-card__form .site-form h2{margin-block:1.5rem .75rem;font-size:clamp(1.35rem,2.5vw,1.85rem)}.conversion-card__form .site-form>h2:first-child{margin-top:0}.conversion-card__form .site-form .button{width:100%}.conversion-footer{padding-block:1.1rem;background:var(--color-ink-soft);color:#d9ebf3}.conversion-footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem 1.4rem;font-size:.76rem;text-align:center}.conversion-footer a{color:#f2f8fb}.equal-housing-mark{display:inline-flex;align-items:center;gap:.4rem}.equal-housing-mark svg{width:22px;height:22px;flex:none}.hero-gallery{padding-block:clamp(1.5rem,4vw,3.5rem)1.25rem}.hero-gallery__heading{margin-bottom:1.5rem}.hero-gallery__heading .eyebrow{max-width:580px}.hero-gallery__heading h1{font-size:clamp(1.875rem,4.5vw,4.125rem)}.hero-gallery__stage{position:relative}.hero-gallery__mosaic{display:flex;overflow-x:auto;gap:.65rem;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.hero-gallery__mosaic::-webkit-scrollbar{display:none}.hero-gallery__item{flex:0 0 84%;aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius-md);scroll-snap-align:start;background:#dceaf0}.hero-gallery__item button{width:100%;height:100%;padding:0;border:0;background:0 0;cursor:zoom-in}.hero-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform 350ms ease}.hero-gallery__item button:hover img{transform:scale(1.025)}.gallery-open-button{position:absolute;right:1rem;bottom:2.6rem;display:inline-flex;min-height:44px;align-items:center;gap:.5rem;padding:.65rem .9rem;border:0;border-radius:999px;box-shadow:var(--shadow-float);background:rgba(255,255,255,.95);color:var(--color-ink);cursor:pointer;font-weight:800}.gallery-open-button__icon{color:var(--color-blue-bright)}.gallery-dots{display:flex;min-height:44px;align-items:center;justify-content:center;gap:0}.gallery-dots button{position:relative;width:44px;height:44px;padding:0;border:0;background:0 0;cursor:pointer}.gallery-dots button::after{position:absolute;top:50%;left:50%;width:10px;height:10px;transform:translate(-50%,-50%);border-radius:50%;background:#b8cbd4;content:""}.gallery-dots button[aria-current=true]::after{width:24px;border-radius:99px;background:var(--color-accent)}.leasing-summary{padding-block:1rem 2rem}.leasing-summary__card{display:grid;gap:1.35rem;padding:clamp(1.4rem,3vw,2.2rem);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:var(--color-surface)}.leasing-summary__copy h2{margin-bottom:.65rem;font-size:clamp(1.7rem,3vw,2.5rem)}.leasing-summary__copy>p:last-child{color:var(--color-muted)}.leasing-summary__actions{display:grid;width:100%;max-width:390px;gap:.6rem;align-content:start}.leasing-summary__button-row{display:flex;gap:.6rem}.leasing-summary__offer-note{color:var(--color-muted);font-size:.82rem;text-align:center}.leasing-summary__details{padding-top:.85rem;border-top:1px solid var(--color-border);color:var(--color-muted);font-size:.92rem}.leasing-summary__details p{display:flex;align-items:center;gap:.5rem;margin:0}.leasing-summary__details svg{width:18px;height:18px;flex:none;fill:none;stroke:var(--color-ink);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.overview-grid{display:grid;gap:2.5rem}.overview-grid__content{display:grid;gap:1.75rem}.overview-grid__content article p{margin-top:.65rem;color:var(--color-muted)}.fact-list{display:grid;gap:.7rem;margin:0;padding:1.25rem 1.25rem 1.25rem 2.5rem;border-radius:var(--radius-md);background:var(--color-warm)}.feature-grid{display:grid;gap:1.1rem}.feature-card{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 8px 22px rgba(10,98,166,7%);background:var(--color-surface)}.feature-card__media{aspect-ratio:4/3;overflow:hidden}.feature-card__media img{width:100%;height:100%;object-fit:cover}.feature-card__body{padding:1.25rem}.feature-card__body p{margin-top:.55rem;color:var(--color-muted)}.amenity-card-grid{display:grid;gap:1rem;margin-top:2.4rem}.amenity-card{min-height:100%;padding:1.4rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.amenity-card__icon{display:grid;width:48px;height:48px;margin-bottom:1rem;place-items:center;border-radius:50%;background:var(--color-warm);color:var(--color-ink)}.amenity-card__icon svg{width:24px;height:24px}.amenity-card p{margin-top:.55rem;color:var(--color-muted)}.tour-grid{display:grid;gap:1rem}.tour-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-md);background:#063a66}.tour-card__player{position:relative;aspect-ratio:4/3;background:#063a66}.tour-card__player>button{position:relative;width:100%;height:100%;padding:0;overflow:hidden;border:0;background:0 0;cursor:pointer}.tour-card__player>button::after{position:absolute;z-index:1;inset:0;background:linear-gradient(to top,rgba(4,44,76,.94) 0%,rgba(4,44,76,.42) 42%,rgba(4,44,76,4%) 72%);content:""}.tour-card__player img{width:100%;height:100%;object-fit:cover;transition:transform 320ms ease}.tour-card__player button:hover img{transform:scale(1.02)}.tour-card__player iframe{width:100%;height:100%;border:0}.tour-card__play{position:absolute;z-index:2;top:42%;left:50%;display:grid;width:64px;height:64px;place-items:center;transform:translate(-50%,-50%);border-radius:50%;box-shadow:var(--shadow-float);background:#fff;color:var(--color-blue-bright);font-size:1.2rem}.tour-card__body{position:absolute;z-index:2;right:1.25rem;bottom:1.25rem;left:1.25rem;color:#fff;pointer-events:none}.tour-card__body p{margin-bottom:.3rem;color:#fff;font-size:.75rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.tour-card__body h3{color:#fff}.tour-card__body>span{display:inline-block;margin-top:.55rem;font-weight:800}.tour-card--loaded .tour-card__body{display:none}.floorplan-explorer{display:grid;gap:1rem;margin-top:2.4rem}.floorplan-explorer__types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.floorplan-explorer__types button{min-height:64px;padding:.75rem .9rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-heading);text-align:left;cursor:pointer}.floorplan-explorer__types button:hover{border-color:var(--color-blue-bright)}.floorplan-explorer__types button[aria-pressed=true]{border-color:var(--color-blue-bright);background:var(--color-blue-bright);color:#fff}.floorplan-explorer__types span,.floorplan-explorer__types small{display:block}.floorplan-explorer__types span{font-weight:800}.floorplan-explorer__types small{margin-top:.12rem;color:var(--color-muted);font-size:.74rem;font-weight:750}.floorplan-explorer__types button[aria-pressed=true] small{color:rgba(255,255,255,.82)}.floorplan-explorer__viewer{display:grid;gap:1rem}.floorplan-explorer__media{position:relative;aspect-ratio:4/3;min-width:0;overflow:hidden;padding:clamp(.85rem,3vw,1.75rem);border-radius:var(--radius-md);background:var(--color-warm)}.floorplan-explorer__media figure{width:100%;height:100%}.floorplan-explorer__media img{width:100%;height:100%;padding:clamp(.45rem,1.5vw,.8rem);border-radius:var(--radius-sm);box-shadow:0 8px 24px rgba(8,68,120,8%);background:#fff;object-fit:contain}.floorplan-explorer__controls{position:absolute;right:.8rem;bottom:.8rem;left:.8rem;display:grid;grid-template-columns:48px minmax(0,auto)48px;align-items:center;justify-content:space-between;gap:.6rem;pointer-events:none}.floorplan-explorer__controls button{display:grid;width:48px;height:48px;padding:0;place-items:center;border:1px solid var(--color-border);border-radius:50%;box-shadow:var(--shadow-card);background:rgba(255,255,255,.96);color:var(--color-ink);cursor:pointer;font-size:1.35rem;pointer-events:auto}.floorplan-explorer__controls button:hover{border-color:var(--color-ink);background:var(--color-ink);color:#fff}.floorplan-explorer__position{justify-self:center;padding:.45rem .75rem;border-radius:999px;box-shadow:var(--shadow-card);background:rgba(255,255,255,.96);color:var(--color-heading);font-size:.78rem;font-weight:800;pointer-events:auto}.floorplan-explorer__details{display:flex;min-height:190px;align-items:center;padding:clamp(1.35rem,4vw,2rem);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.floorplan-explorer__details article{width:100%}.floorplan-explorer__details h3{margin-top:.35rem}.floorplan-explorer__availability{display:inline-flex;margin-top:.85rem;padding:.3rem .65rem;border-radius:999px;background:#fde7de;color:#8b3517;font-size:.74rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.floorplan-explorer__facts{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;margin-top:.85rem;color:var(--color-muted)}.floorplan-explorer__price{margin-top:.45rem;color:var(--color-ink);font-weight:800}.floorplan-explorer__actions{display:grid;gap:.55rem;margin-top:1rem}.floorplan-explorer__actions .button{width:100%}.fine-print{margin-top:1rem;color:var(--color-muted);font-size:.84rem}.location-grid{display:grid;overflow:hidden;border-radius:var(--radius-lg);background:var(--color-surface)}.location-grid__map{min-height:320px;background:#e8edf0}.location-grid__map iframe{display:block;width:100%;height:100%;min-height:320px;border:0}.location-grid__content{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:clamp(1.5rem,5vw,3.5rem)}.location-grid__content>p:not(.eyebrow){margin-top:1rem;color:var(--color-muted)}.location-grid__content address{margin-block:1.2rem;font-weight:750}.final-cta{background:var(--color-warm)}.final-cta__inner{display:grid;gap:1.5rem;align-items:center}.final-cta__inner p{margin-top:.75rem;color:var(--color-muted)}.final-cta__actions{display:grid;width:100%;max-width:390px;gap:.6rem}.final-cta__button-row{display:flex;gap:.6rem}.final-cta__offer-note{color:var(--color-muted);font-size:.82rem;text-align:center}.site-footer{padding-block:3rem 1.25rem;background:var(--color-ink);color:#c9dce5}.site-brand--footer{color:#fff}.site-footer address{margin-top:1rem}.site-footer address a{color:#eef7fb}.site-footer address a:hover{color:#fff}.site-footer__hours{margin-top:1rem;color:#c9dce5;font-size:.88rem}.site-footer__hours p{margin:0}.site-footer__grid{display:grid;gap:2rem}.site-footer nav{display:grid;align-content:start}.site-footer nav a{min-height:44px;display:flex;align-items:center;color:#eef7fb}.site-footer__legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.5rem;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.16);font-size:.8rem}.modal{position:fixed;z-index:200;inset:0;padding:.5rem}.modal__backdrop{position:absolute;inset:0;background:rgba(4,44,76,.78);backdrop-filter:blur(6px)}.modal__dialog{position:relative;width:min(100%,1100px);max-height:calc(100dvh - 1rem);margin:0 auto;overflow-y:auto;border-radius:var(--radius-md);box-shadow:var(--shadow-float);background:var(--color-bg)}.modal__toolbar{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;border-bottom:1px solid var(--color-border);background:rgba(251,252,253,.97)}.modal__toolbar h2{font-size:clamp(1.6rem,3vw,2.4rem)}.modal__close{width:48px;height:48px;flex:none;border:1px solid var(--color-border);border-radius:50%;background:#fff;cursor:pointer;font-size:1.8rem}.gallery-modal__filters{display:flex;overflow-x:auto;gap:.45rem;padding:1rem 1.2rem}.gallery-modal__filters button{min-height:44px;flex:none;padding:.55rem .9rem;border:1px solid var(--color-border);border-radius:999px;background:#fff;cursor:pointer;font-weight:750}.gallery-modal__filters button[aria-pressed=true]{border-color:var(--color-ink);background:var(--color-ink);color:#fff}.gallery-modal__grid{display:grid;gap:.8rem;padding:0 1.2rem 1.2rem}.gallery-modal__grid figure{width:100%;margin:0;overflow:hidden;border-radius:var(--radius-sm);background:#fff}.gallery-modal__grid img{display:block;width:100%;height:auto}.gallery-modal__grid img.gallery-modal__image--landscape{aspect-ratio:3/2;object-fit:cover}.gallery-modal__grid figcaption{display:flex;gap:.8rem;padding:.7rem .8rem;color:var(--color-muted)}.gallery-modal__grid figcaption span{color:var(--color-accent-dark);font-weight:800}.page-shell{min-height:55vh;padding-block:clamp(3rem,8vw,6rem)}.page-shell--wide{width:min(calc(100% - 1rem),1440px)}.page-card{width:min(calc(100% - 2rem),760px);padding:clamp(1.4rem,5vw,3rem);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:var(--color-surface)}.page-card--compact{max-width:680px}.page-card h1{margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.7rem)}.page-card h2{margin-block:1.5rem .75rem;font-size:clamp(1.4rem,3vw,2rem)}.page-card p+p{margin-top:1rem}.thankyou-actions{display:grid;justify-items:start;gap:.8rem;margin-top:1.5rem}.thankyou-actions p{color:var(--color-muted);font-size:.88rem}.container-fluid,.page-card .row,.page-card [class*=col-]{width:100%}.site-form{display:grid;gap:1.15rem;margin-top:1.5rem}.site-form .row,.site-form .mb-3,.site-form .mb-4{display:grid;gap:.4rem;margin:0}.site-form label{font-weight:750}.tour-wizard__progress>p{color:var(--color-muted);font-size:.75rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.tour-wizard__progress ol{position:relative;display:grid;grid-template-columns:repeat(3,1fr);margin:.75rem 0 0;padding:0;list-style:none}.tour-wizard__progress ol::before{position:absolute;top:14px;right:16%;left:16%;height:2px;background:var(--color-border);content:""}.tour-wizard__progress li{position:relative;display:grid;justify-items:center;gap:.35rem;color:var(--color-muted);text-align:center}.tour-wizard__progress li>span{z-index:1;display:grid;width:30px;height:30px;place-items:center;border:2px solid var(--color-border);border-radius:50%;background:#fff;font-size:.78rem;font-weight:850}.tour-wizard__progress li small{font-size:.68rem;font-weight:750;line-height:1.25}.tour-wizard__progress li[aria-current=step]{color:var(--color-ink)}.tour-wizard__progress li[aria-current=step]>span{border-color:var(--color-ink);background:var(--color-ink);color:#fff}.tour-wizard__progress li.is-complete>span{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.tour-wizard__summary{display:grid;gap:.5rem}.tour-wizard__summary button{position:relative;display:grid;width:100%;gap:.05rem;padding:.7rem 4rem .7rem .85rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-warm);color:var(--color-heading);cursor:pointer;text-align:left}.tour-wizard__summary button>span{color:var(--color-muted);font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.tour-wizard__summary button>strong{overflow:hidden;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.tour-wizard__summary button>small{position:absolute;top:50%;right:.85rem;transform:translateY(-50%);color:var(--color-ink);font-size:.72rem;font-weight:800}.tour-wizard__panel{display:grid;gap:1.15rem}.tour-wizard__field-grid{display:grid;gap:1.15rem}.tour-wizard__hint{color:var(--color-muted);font-size:.78rem}.tour-wizard__actions{display:grid;gap:.65rem;padding-top:.2rem}.form-control,.form-select{width:100%;min-height:52px;padding:.75rem .85rem;border:1px solid #adb8b4;border-radius:var(--radius-sm);background:#fff;color:var(--color-text);line-height:1.25}.form-control:not(textarea),.form-select{height:52px}textarea.form-control{min-height:120px;resize:vertical}.d-none{display:none!important}.resman-frame{display:block;min-height:700px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}@media(min-width:640px){.container{width:min(calc(100% - 3rem),var(--container))}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card:last-child{grid-column:1/-1}.amenity-card-grid{grid-template-columns:repeat(2,1fr)}.gallery-modal__grid{grid-template-columns:repeat(2,1fr)}.site-footer__grid{grid-template-columns:1fr 1fr}.site-footer nav{grid-template-columns:1fr 1fr}.tour-wizard__field-grid{grid-template-columns:1fr 1fr}}@media(min-width:768px){.special-popover__inner{grid-template-columns:minmax(0,1.1fr)minmax(360px,.9fr);align-items:center}.special-popover__form{grid-template-columns:repeat(2,minmax(0,1fr))}.special-popover__form .button{grid-column:1/-1}.section-heading--split{grid-template-columns:minmax(0,1.2fr)minmax(280px,.8fr);align-items:end}.overview-grid{grid-template-columns:minmax(0,.85fr)minmax(0,1.15fr);gap:clamp(3rem,7vw,6rem)}.leasing-summary__details{grid-column:1/-1;grid-template-columns:1fr 1fr}.tour-grid{grid-template-columns:repeat(2,1fr)}.floorplan-explorer__types{grid-template-columns:repeat(4,minmax(0,1fr))}.floorplan-explorer__viewer{grid-template-columns:minmax(0,1.2fr)minmax(240px,.8fr);align-items:stretch}.location-grid{grid-template-columns:1.05fr .95fr}.location-grid__map iframe{min-height:100%}.final-cta__inner{grid-template-columns:1fr auto}.conversion-card{grid-template-columns:minmax(280px,.85fr)minmax(0,1.15fr)}}@media(min-width:1024px){.leasing-summary__card{grid-template-columns:minmax(0,1fr)minmax(360px,auto);align-items:center}.hero-gallery__mosaic{display:grid;height:clamp(430px,42vw,560px);grid-template-columns:repeat(12,1fr);grid-template-rows:1fr 1fr;overflow:hidden;gap:.55rem}.hero-gallery__item{width:auto;height:auto;aspect-ratio:auto;border-radius:var(--radius-sm)}.hero-gallery__item--1{grid-column:1/8;grid-row:1/3}.hero-gallery__item--2{grid-column:8/11;grid-row:1}.hero-gallery__item--3{grid-column:11/13;grid-row:1}.hero-gallery__item--4{grid-column:8/10;grid-row:2}.hero-gallery__item--5{grid-column:10/12;grid-row:2}.hero-gallery__item--6{grid-column:12/13;grid-row:2}.gallery-open-button{bottom:1rem}.gallery-dots{display:none}.feature-grid{grid-template-columns:repeat(3,1fr)}.feature-card:last-child{grid-column:auto}.amenity-card-grid{grid-template-columns:repeat(3,1fr)}.gallery-modal__grid{grid-template-columns:repeat(3,1fr)}.floorplan-explorer{grid-template-columns:180px minmax(0,1fr);align-items:stretch}.floorplan-explorer__types{grid-template-columns:1fr;align-content:start}.floorplan-explorer__types button{min-height:72px}}@media(min-width:1120px){.desktop-nav{display:flex}.header-mobile-actions{display:none}}@media(max-width:639px){.special-popover__inner{padding-right:3.6rem}.special-offer-trigger{right:50%;transform:translateX(50%);white-space:nowrap}.special-offer-trigger:hover{transform:translate(50%,-2px)}.hero-gallery__heading{align-items:start}.hero-gallery__heading h1{font-size:clamp(1.95rem,10.5vw,3rem)}.leasing-summary__actions,.final-cta__actions{max-width:none}.leasing-summary__button-row,.final-cta__button-row{display:grid}.button{width:100%}.gallery-open-button{right:1.4rem}.conversion-header__back{display:none!important}.conversion-header__actions{gap:.55rem}.conversion-header__language{padding-left:0;border-left:0}.conversion-header__phone{font-size:.76rem!important}.conversion-page{place-items:start center;padding-block:1rem}.conversion-card__intro{padding-block:2rem}.conversion-card__reassurance{display:none}.conversion-card__form .site-form .button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}