html{overflow-y:scroll;scrollbar-gutter:stable}:root{--gold:#c9a96e;--gold-light:#e0c99a;--gold-dim:#8a7548;--dark:#0c0c0c;--dark2:#141414;--dark3:#1c1c1c;--dark4:#242424;--mid:#2e2e2e;--light:#f5f0eb;--white:#ffffff;--text-muted:#888;--text-mid:#bbb;--surface-rgb:12,12,12;--surface-2-rgb:20,20,20;--surface-3-rgb:28,28,28;--ink-rgb:245,240,235;--ink-strong-rgb:255,255,255}@media not print{html[data-theme=light]{--dark:#f5f0eb;--dark2:#fbf8f1;--dark3:#ffffff;--dark4:#ede6dc;--mid:#e6dfd2;--light:#1f1f1f;--white:#0c0c0c;--text-muted:#5a5a5a;--text-mid:#3a3a3a;--gold:#8a7548;--gold-light:#c9a96e;--gold-dim:#6e5a30;--surface-rgb:245,240,235;--surface-2-rgb:251,248,241;--surface-3-rgb:255,255,255;--ink-rgb:12,12,12;--ink-strong-rgb:0,0,0}}*,::after,::before{box-sizing:border-box;margin:0;padding:0}.mrg-theme-toggle{background:0 0;border:1.5px solid var(--gold);color:var(--gold);width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .3s,color .3s,background .3s;margin-left:14px;flex-shrink:0;padding:0;font-family:inherit}.mrg-theme-toggle:hover{background:var(--gold);color:var(--dark)}html[data-theme=light] .mrg-theme-toggle{border-color:var(--gold-dim);color:var(--gold-dim)}html[data-theme=light] .mrg-theme-toggle:hover{background:var(--gold-dim);color:var(--dark)}.mrg-theme-toggle svg{display:none}.mrg-theme-toggle .mrg-theme-icon-moon{display:block}html[data-theme=light] .mrg-theme-toggle .mrg-theme-icon-moon{display:none}html[data-theme=light] .mrg-theme-toggle .mrg-theme-icon-sun{display:block}.mrg-theme-toggle--floating{position:fixed;bottom:24px;right:24px;z-index:9999;background:var(--dark2);border-radius:50%;margin:0}body.theme-locked-dark .mrg-theme-toggle{display:none}html[data-theme=light] .neighborhood-img{filter:brightness(1)}html[data-theme=light] .neighborhood-card:hover .neighborhood-img{filter:brightness(.85)}html[data-theme=light] .neighborhood-overlay{background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.55) 25%,rgba(0,0,0,.15) 50%,transparent 70%)}html[data-theme=light] .neighborhood-name{color:#fff}html[data-theme=light] .neighborhood-link,html[data-theme=light] .neighborhood-tag{color:#e0c99a}html[data-theme=light] .neighborhood-desc{color:rgba(255,255,255,.85)}html[data-theme=light] .listing-img{filter:brightness(1)}html[data-theme=light] .listing-card:hover .listing-img{filter:brightness(.9)}html[data-theme=light] .listing-overlay{background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 35%,transparent 60%)}html[data-theme=light] .hero-img-wrap img{filter:brightness(.95)}html[data-theme=light] img.footer-logo-bh,html[data-theme=light] img.footer-logo-mo{filter:brightness(0)}html[data-theme=light] .hero::after{background:linear-gradient(to bottom,rgba(245,240,235,.9) 0%,rgba(245,240,235,.55) 12%,rgba(245,240,235,0) 22%),linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.5) 35%,rgba(0,0,0,.15) 60%,transparent 80%)!important}html[data-theme=light] .hero .community-title{color:#fff}html[data-theme=light] .hero .tagline{color:rgba(255,255,255,.85)}html[data-theme=light] .hero .breadcrumb{color:#e0c99a}html[data-theme=light] .hero .breadcrumb a{color:rgba(255,255,255,.7)}html[data-theme=light] .hero .breadcrumb a:hover{color:#e0c99a}html[data-theme=light] .hero .breadcrumb span{color:rgba(255,255,255,.4)}html[data-theme=light] .banner-eyebrow{color:#8a7548}@media (min-width:1025px){:not([data-theme=light]) .nav-links a{color:var(--white)}}.nav-links .nav-group{position:relative}.nav-links .nav-group>a::after{content:"";display:inline-block;margin-left:6px;width:0;height:0;border-left:3.5px solid transparent;border-right:3.5px solid transparent;border-top:3.5px solid currentColor;vertical-align:2px;transition:transform .2s}.nav-links .nav-group:focus-within>a::after,.nav-links .nav-group:hover>a::after{transform:rotate(180deg)}.nav-links .nav-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);min-width:180px;margin:0;padding:10px 0;list-style:none;background:rgba(var(--surface-2-rgb),.97);border:.5px solid rgba(201,169,110,.28);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility .2s;z-index:10000}.nav-links .nav-group::before{content:"";position:absolute;top:100%;left:0;right:0;height:12px}.nav-links .nav-group:focus-within .nav-dropdown,.nav-links .nav-group:hover .nav-dropdown{opacity:1;visibility:visible;pointer-events:auto}.nav-links .nav-dropdown li{list-style:none}.nav-links .nav-dropdown a{display:block;padding:9px 22px;color:var(--text-mid);font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;text-decoration:none;transition:color .2s}.nav-links .nav-dropdown a.active,.nav-links .nav-dropdown a:hover{color:var(--gold)}html[data-theme=light] .nav-links .nav-dropdown{border-color:rgba(138,117,72,.35)}.mobile-menu .mobile-cta{margin-top:8px;border:1px solid var(--gold);color:var(--gold);padding:12px 32px;font-size:.8rem;letter-spacing:.14em;font-family:Inter,sans-serif;text-transform:uppercase}