@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#142653;--blue:#345ce5;--ink:#172440;--muted:#657087;--pale:#f2f5fa;--line:#dde3ed;--white:#fff;--radius:6px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button,.button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #d39c29;outline-offset:4px}img{max-width:100%;display:block}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.12;letter-spacing:-.045em;margin:0 0 24px}h1{font-size:clamp(44px,5.2vw,76px);font-weight:500}h2{font-size:clamp(32px,3.3vw,48px);font-weight:500}h3{font-size:23px;font-weight:600;letter-spacing:-.025em}p{margin:0 0 24px}.wrap{width:min(1280px,calc(100% - 96px));margin:auto}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.17em;display:block;margin-bottom:23px}.muted{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;border:1px solid transparent;min-height:50px;padding:13px 23px;border-radius:4px;font-size:14px;font-weight:600;background:var(--blue);color:white}.button.light{background:white;color:var(--navy)}.button.outline{border-color:#c8cfdb;background:transparent;color:var(--navy)}.button.ghost{border-color:#ffffff80;background:#ffffff0a;color:white}.actions{display:flex;flex-wrap:wrap;gap:12px}.textlink{font-size:14px;font-weight:700;padding:12px 0;display:inline-block;border-bottom:1px solid currentColor}.header{height:94px;position:sticky;top:0;background:#fff;z-index:30;border-bottom:1px solid var(--line)}.header-inner{height:100%;display:flex;align-items:center;gap:32px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:36px;height:44px}.brand-name{font-family:Manrope,sans-serif;font-size:23px;font-weight:700;letter-spacing:-1px;line-height:1.15}.brand-name small{display:block;font-family:'DM Sans',sans-serif;font-size:9px;font-weight:600;letter-spacing:1.7px;margin-top:5px}.nav{display:flex;gap:27px;align-items:center;margin-left:auto}.nav>a,.login summary{font-size:14px;cursor:pointer}.login{position:relative}.login>div{position:absolute;right:0;top:36px;background:white;border:1px solid var(--line);min-width:185px;padding:10px;box-shadow:0 8px 25px #14265312}.login a{display:block;padding:10px}.header .button{font-size:13px;padding:12px 15px}.menu-toggle{display:none}.skip{position:fixed;top:-80px;left:20px;z-index:90;background:white;padding:14px}.skip:focus{top:10px}.hero{position:relative;min-height:640px;height:calc(100svh - 94px);max-height:900px;background:#172440;color:white;overflow:hidden}.hero-media,.hero canvas{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,23,42,.78),rgba(9,23,42,.29) 62%,rgba(9,23,42,.08)),linear-gradient(0deg,rgba(9,23,42,.35),transparent 40%)}.hero-inner{height:100%;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding-top:15px;padding-bottom:90px}.hero h1{max-width:670px;white-space:pre-line}.hero p{max-width:390px;color:#e1e6ed;font-size:18px;margin-bottom:30px}.hero .eyebrow{color:#dce5fb}.hero-bottom{position:absolute;z-index:3;bottom:29px;left:0;right:0;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#e0e5ef}.hero-bottom a{padding:10px 0}.story-count{display:flex;gap:10px;align-items:center}.story-count span{width:36px;height:2px;background:#ffffff66}.story-count span.active{background:white}.region-bar{border-bottom:1px solid var(--line);padding:25px 0}.region-bar .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}.region-bar p{font-size:12px;letter-spacing:.08em;margin:0;color:var(--muted)}.region-bar a{font-size:14px}.section{padding:100px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:40px}.section-head h2{margin:0;max-width:600px}.section-head p{max-width:440px;margin:0;color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.split-photo{height:490px;width:100%;object-fit:cover;border-radius:4px}.feature-row{border-top:1px solid var(--line);padding:22px 0;display:grid;grid-template-columns:45px 1fr;gap:10px}.feature-row span{font-size:12px;color:var(--blue)}.feature-row h3{font-size:19px;margin-bottom:7px}.feature-row p{color:var(--muted);font-size:15px;margin:0}.pale{background:var(--pale)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.card{border:1px solid var(--line);border-radius:6px;overflow:hidden;background:white}.card-photo{height:245px;width:100%;object-fit:cover;background:var(--pale)}.card-body{padding:25px}.card h3{font-size:20px;margin:8px 0}.card p{font-size:14px;color:var(--muted);margin-bottom:16px}.rent{font-size:22px;font-weight:600;letter-spacing:-.03em}.rent small{font-size:13px;font-weight:400;color:var(--muted)}.facts{display:flex;flex-wrap:wrap;gap:17px;border-top:1px solid var(--line);padding-top:16px;font-size:13px}.tag{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--blue)}.services{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service{padding:30px 24px;border-right:1px solid var(--line)}.service:first-child{padding-left:0}.service:last-child{border:0}.service .num{color:var(--blue);font-size:12px;display:block;margin-bottom:35px}.service h3{font-size:19px}.service p{font-size:14px;color:var(--muted);margin:0}.navy{background:var(--navy);color:white}.navy .muted,.navy p{color:#c4cfe5}.trust{display:flex;align-items:center;gap:38px;border-top:1px solid #ffffff25;margin-top:35px;padding-top:26px}.trust span{font-weight:600;font-size:18px}.trust small{font-size:12px;color:#bdc8df}.area-links{display:grid;grid-template-columns:1fr 1fr;gap:0 35px}.area-links a{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line);font-size:21px}.faq details{border-bottom:1px solid var(--line);padding:23px 0}.faq summary{cursor:pointer;list-style:none;font-size:17px;font-weight:500;padding-right:25px;position:relative}.faq summary:after{content:'+';position:absolute;right:0}.faq details[open] summary:after{content:'−'}.faq p{color:var(--muted);margin:17px 0 0}.lead-box{padding:44px;border:1px solid var(--line);background:white;border-radius:6px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:block;font-size:14px;font-weight:500}input,select,textarea{display:block;width:100%;border:1px solid #cbd2df;border-radius:4px;background:white;padding:12px;margin:6px 0 0;color:var(--ink);min-height:47px}textarea{min-height:105px}.full{grid-column:1/-1}.notice{font-size:13px!important;color:var(--muted);padding:13px 16px;background:var(--pale);border-left:2px solid var(--blue);margin:20px 0!important}.footer{background:#0d1b3b;color:#e0e7f3;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:50px}.footer .brand img{filter:brightness(0) invert(1)}.footer p{font-size:14px;color:#aebbd2;margin-top:22px;max-width:300px}.footer h3{font-size:14px;letter-spacing:0;margin:0 0 16px}.footer a:not(.brand){display:block;font-size:13px;color:#bdc8db;padding:5px 0}.footer-bottom{margin-top:45px;border-top:1px solid #ffffff20;padding-top:22px;display:flex;justify-content:space-between;gap:25px;font-size:12px;color:#aebbd2}.legal-links{display:flex;gap:22px;flex-wrap:wrap}.page-hero{padding:75px 0;background:var(--pale)}.page-hero h1{font-size:55px;max-width:800px}.page-hero p{max-width:650px;color:var(--muted);margin-bottom:0}.filters{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:14px;margin-bottom:30px}.results-status{margin-bottom:22px;color:var(--muted);font-size:14px}.prose{max-width:780px}.prose h2{font-size:30px;margin-top:35px}.prose a{text-decoration:underline}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px;margin:30px 0}.gallery img{height:270px;object-fit:cover;width:100%}.detail-layout{display:grid;grid-template-columns:2fr 1fr;gap:50px}.detail-layout aside{align-self:start;position:sticky;top:120px}.description{white-space:pre-line}.swatches{display:flex;gap:20px}.swatches div{padding:35px;flex:1;border-radius:5px}.empty{padding:45px;background:var(--pale);grid-column:1/-1}.hidden{display:none!important}.map{width:100%;height:340px;border:0}.story-enabled{height:400svh}.story-enabled .hero{position:sticky;top:94px}.story-enabled .hero-inner{transition:opacity .18s}.reduced-copy{display:none}
@media(min-width:1500px){.hero-inner{padding-left:10px}}@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.header-inner{gap:18px}.nav{gap:17px}.header .analysis-header{display:none}.split{gap:40px}.services{grid-template-columns:repeat(3,1fr)}.service:first-child{padding-left:24px}.service{border-bottom:1px solid var(--line)}.cards{gap:18px}.card-body{padding:20px}.filters{grid-template-columns:repeat(3,1fr)}}@media(max-width:850px){.header{height:78px}.header-inner{justify-content:space-between}.menu-toggle{display:block;background:none;border:1px solid var(--line);padding:8px 15px;min-height:44px;border-radius:4px;color:var(--navy)}.nav{display:none;position:absolute;top:78px;left:0;right:0;background:white;padding:25px 32px;border-bottom:1px solid var(--line);max-height:calc(100dvh - 78px);overflow:auto}.nav.open{display:flex;flex-direction:column;align-items:stretch;gap:5px}.nav>a{padding:10px 0}.nav .login>div{position:static;box-shadow:none;border:0}.nav .login summary{padding:10px 0}.hero{height:calc(100svh - 78px);min-height:590px}.story-enabled .hero{top:78px}.hero h1{font-size:60px}.split{grid-template-columns:1fr;gap:40px}.section{padding:70px 0}.section-head{align-items:start;flex-direction:column;gap:20px}.cards{grid-template-columns:repeat(2,1fr)}[data-featured] .card:nth-child(3){display:none}.footer-grid{grid-template-columns:1fr 1fr}.region-bar .wrap{flex-wrap:wrap;justify-content:center;gap:15px 25px}.region-bar p{width:100%;text-align:center}.services{grid-template-columns:repeat(2,1fr)}.detail-layout{grid-template-columns:1fr}.detail-layout aside{position:static}.gallery{grid-template-columns:1fr 1fr}.gallery img:first-child{grid-column:1/-1}.page-hero h1{font-size:44px}.hero-bottom{font-size:11px}.footer-bottom{flex-direction:column}.split-photo{height:360px}}@media(max-width:520px){.wrap{width:calc(100% - 40px)}.brand-name{font-size:21px}.brand img{width:31px;height:38px}.brand-name small{font-size:8px}.hero{min-height:650px;max-height:850px}.hero h1{font-size:49px}.hero p{font-size:16px;max-width:290px}.hero-inner{justify-content:center;padding-bottom:100px}.hero .eyebrow{font-size:10px;max-width:230px}.hero:after{background:linear-gradient(90deg,#09172ac9,#09172a35),linear-gradient(0deg,#09172a88,transparent)}.hero .actions{flex-direction:column;align-items:start}.hero .button{min-width:205px}.hero-bottom>span{display:none}.hero-bottom{bottom:20px}.cards{grid-template-columns:1fr}[data-featured] .card:nth-child(3){display:block}.card-photo{height:245px}.section{padding:60px 0}.services{grid-template-columns:1fr}.service{border-right:0;padding:24px 0!important}.service .num{margin-bottom:16px}.service h3{margin-bottom:12px}.form-grid{grid-template-columns:1fr}.lead-box{padding:23px}.filters{grid-template-columns:1fr 1fr}.filters label:first-child{grid-column:1/-1}.footer-grid{gap:35px 22px}.footer-grid>div:first-child{grid-column:1/-1}.footer .brand-name{font-size:24px}.footer-grid>div:last-child{grid-column:1/-1}.area-links{gap:0 22px}.area-links a{font-size:19px}.trust{gap:20px;flex-wrap:wrap}.page-hero{padding:55px 0}.page-hero h1{font-size:39px}.gallery img{height:190px}.swatches{flex-wrap:wrap}.split-photo{height:300px}.section-head .button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.story-enabled{height:auto}.story-enabled .hero{position:relative;top:auto}.hero-inner{transition:none!important}}@media(max-height:500px) and (orientation:landscape){.hero{min-height:550px}.story-enabled{height:auto}.story-enabled .hero{position:relative;top:0}}

.header-phone{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}button:disabled{cursor:not-allowed;opacity:.65} .lead-form a{text-decoration:underline}

.mobile-action{display:none}@media(max-width:850px){.mobile-action{display:block}}@media(max-width:520px){.header-phone{display:none}}

/* Decorative monogram texture for the homepage rental showcase. */
.featured-crown{position:relative;isolation:isolate}.featured-crown::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:url('/assets/crown-repeat.svg') repeat;background-size:320px 320px;opacity:.055;mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),#000 22%,#000 78%,rgba(0,0,0,.5))}.featured-crown>.wrap{position:relative}.featured-crown .section-head .button{background:var(--pale)}.featured-crown .section-head .button:hover{background:var(--navy)}@media(max-width:700px){.featured-crown::before{background-size:260px 260px}}

.services-visual{gap:10px;border:0;align-items:stretch}.services-visual .service{position:relative;isolation:isolate;overflow:hidden;min-height:370px;display:flex;flex-direction:column;justify-content:space-between;padding:25px 20px!important;border:0;background:var(--navy);color:#fff;transition:transform .45s ease,box-shadow .45s ease}.services-visual .service-photo,.services-visual .service-mask{position:absolute;inset:0;width:100%;height:100%;z-index:-2}.services-visual .service-photo{object-fit:cover;transition:transform .8s cubic-bezier(.2,.65,.3,1)}.services-visual .service-mask{z-index:-1;background:linear-gradient(180deg,rgba(9,23,49,.35) 0%,rgba(9,23,49,.56) 35%,rgba(9,23,49,.92) 100%)}.services-visual .service .num{color:#fff;margin:0;font-size:12px}.services-visual .service h3{color:#fff;font-size:21px;margin-bottom:16px}.services-visual .service p{color:#edf1f9;font-size:14px;line-height:1.65}.service-copy{transition:transform .45s ease}.services-visual .service:focus-visible{outline:3px solid var(--blue);outline-offset:4px}.services-visual .service:focus-visible .service-photo{transform:scale(1.075)}.services-visual .service:focus-visible .service-copy{transform:translateY(-5px)}@media(hover:hover) and (pointer:fine){.services-visual .service:hover{transform:translateY(-6px);box-shadow:0 14px 28px #14265324}.services-visual .service:hover .service-photo{transform:scale(1.075)}.services-visual .service:hover .service-copy{transform:translateY(-5px)}}@media(max-width:1100px){.services-visual .service{min-height:340px}}@media(max-width:600px){.services-visual .service{min-height:300px;padding:28px!important}.services-visual .service p{max-width:340px}.services-visual .service-photo{object-position:center 45%}}@media(prefers-reduced-motion:reduce){.services-visual .service,.services-visual .service-photo,.services-visual .service-copy{transition:none!important;transform:none!important}}

.trust-logos{gap:28px;padding-bottom:20px}.trust-logos>a{display:flex;align-items:center;flex:none}.trust-logos img{height:auto;object-fit:contain}.trust-logos .trust-narpm{width:120px}.trust-logos .trust-realtor{width:72px}.trust-logos>a:focus-visible{outline:2px solid white;outline-offset:6px}@media(max-width:600px){.trust-logos{gap:22px}.trust-logos small{flex-basis:100%}}

.home-audience{padding-top:70px}.audience-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:8px;background:var(--pale);border:1px solid var(--line);border-radius:8px}.audience-tabs button{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:80px;padding:22px 28px;border:0;border-radius:4px;background:transparent;color:var(--navy);font:inherit;font-size:19px;font-weight:600;text-align:left;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s}.audience-tabs button[aria-selected="true"]{background:var(--navy);color:white;box-shadow:0 4px 12px #14265318}.audience-tabs button:hover:not([aria-selected="true"]){background:#e3e9f3}.audience-tabs button:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.audience-tabs button span{font-size:23px}.audience-panel[hidden]{display:none!important}.audience-panel>.section:first-child{padding-top:65px}.audience-panel>.section+.section{padding-top:15px}.audience-panel:not([hidden]){animation:audience-in .25s ease-out}#renter-panel{margin-top:40px}#analysis{scroll-margin-top:110px}@keyframes audience-in{from{opacity:.65;transform:translateY(6px)}to{opacity:1;transform:none}}@media(max-width:700px){.home-audience{padding-top:38px}.audience-tabs{grid-template-columns:1fr;gap:6px;padding:6px}.audience-tabs button{min-height:64px;padding:16px 18px;font-size:16px}.audience-panel>.section:first-child{padding-top:40px}.audience-panel .actions{flex-wrap:wrap}#renter-panel{margin-top:24px}}@media(prefers-reduced-motion:reduce){.audience-panel:not([hidden]){animation:none}.audience-tabs button{transition:none}}

.audience-tabs .tab-caret{width:10px;height:10px;flex:0 0 10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);margin-right:4px;transition:transform .2s ease}.audience-tabs button[aria-selected="true"] .tab-caret{transform:rotate(45deg)}@media(prefers-reduced-motion:reduce){.audience-tabs .tab-caret{transition:none}}

.trust-logos .trust-trec{width:68px;height:auto;filter:brightness(0) invert(1)}
