@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Montserrat:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:hsl(var(--cream));color:hsl(var(--foreground));line-height:1.5;-webkit-font-smoothing:antialiased}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}ul,ol{list-style:none}:root{--navy: 210 50% 11%;--cream: 38 33% 93%;--terracotta: 22 38% 53%;--foreground: 0 0% 4%;--font-heading: "Cormorant Garamond", Georgia, serif;--font-sans: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:2rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:hsl(var(--navy) / .85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .5s}.site-header__inner{max-width:1200px;margin-inline:auto;padding-inline:2rem}.site-header__desktop{display:none;align-items:center;height:6rem;grid-template-columns:1fr auto 1.4fr}@media(min-width:768px){.site-header__desktop{display:grid}.site-header__mobile{display:none!important}}.site-header__brand{display:flex;flex-direction:column;align-items:center;line-height:1;padding-inline:1.5rem;text-decoration:none}.site-header__brand-name{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;font-variant:small-caps;letter-spacing:.2em;text-transform:uppercase;color:#fff;white-space:nowrap}.site-header__brand-rule{display:block;width:100%;height:1px;background:#ffffff4d;margin-block:.4rem}.site-header__brand-sub{font-family:var(--font-sans);font-size:.62rem;font-weight:300;letter-spacing:.35em;text-transform:uppercase;color:#fff9;white-space:nowrap}.site-header__nav{display:flex;align-items:center;justify-content:flex-end;gap:2rem}.site-header__nav a{font-family:var(--font-sans);font-size:.75rem;font-weight:300;letter-spacing:.18em;color:#ffffffb3;text-transform:uppercase;transition:color .2s}.site-header__nav a:hover{color:#fff}.site-header__mobile{display:flex;align-items:center;justify-content:space-between;height:5rem}.site-header__mobile-brand{display:flex;flex-direction:column;align-items:center;line-height:1;text-decoration:none;min-width:0;overflow:hidden}.site-header__mobile-brand .site-header__brand-name{font-size:.78rem;letter-spacing:.14em;white-space:nowrap}.site-header__mobile-brand .site-header__brand-sub{font-size:.52rem;letter-spacing:.22em}.site-header__menu-btn{color:#fff;padding:.5rem;line-height:0}.site-header__menu-btn svg{display:block}.mobile-drawer{position:fixed;inset:0;z-index:100;pointer-events:none}.mobile-drawer.open{pointer-events:all}.mobile-drawer__backdrop{position:absolute;inset:0;background:#0009;opacity:0;transition:opacity .3s}.mobile-drawer.open .mobile-drawer__backdrop{opacity:1}.mobile-drawer__panel{position:absolute;top:0;right:0;width:75vw;max-width:320px;height:100vh;background:hsl(var(--navy));transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;padding:2rem 1.5rem}.mobile-drawer.open .mobile-drawer__panel{transform:translate(0)}.mobile-drawer__close{align-self:flex-end;color:#ffffffb3;margin-bottom:2.5rem;padding:.25rem;line-height:0;transition:color .2s}.mobile-drawer__close:hover{color:#fff}.mobile-drawer__nav{display:flex;flex-direction:column;gap:1.75rem}.mobile-drawer__nav a{font-family:var(--font-sans);font-size:.75rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;color:#ffffffbf;transition:color .2s}.mobile-drawer__nav a:hover{color:#fff}.hero{position:relative;height:100svh;min-height:600px;overflow:hidden}.hero__slides{position:absolute;inset:0;display:flex;transition:transform .8s cubic-bezier(.77,0,.175,1)}.hero__slide{flex:0 0 100%;position:relative}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,hsl(var(--navy) / .35),hsl(var(--navy) / .2) 40%,hsl(var(--navy) / .55))}.hero__content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;z-index:10;pointer-events:none}.hero__inner{max-width:44rem;padding-inline:1.5rem}.hero__eyebrow{font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:hsl(var(--terracotta));margin-bottom:1.5rem;animation:fadeUp .9s ease .2s both;display:inline-block;background:#00000073;padding:.35em .9em;border-radius:2px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero__title{font-family:var(--font-heading);font-size:clamp(2.25rem,5vw,4rem);font-weight:500;line-height:1.15;color:#fff;margin-bottom:1.5rem;animation:fadeUp .9s ease .4s both}.hero__subtitle{font-family:var(--font-sans);font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:300;color:#ffffffbf;line-height:1.6;animation:fadeUp .9s ease .6s both}.hero__dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.hero__dot{width:6px;height:6px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:background .3s,width .3s;padding:0}.hero__dot.active{background:#fff;width:22px;border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.pillars{background:hsl(var(--navy));padding-block:4rem}.pillars__grid{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:768px){.pillars__grid{grid-template-columns:repeat(3,1fr);divide-x:1px solid rgba(255,255,255,.1)}}.pillars__item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;border-top:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.pillars__item{border-top:none;border-right:1px solid rgba(255,255,255,.1)}.pillars__item:last-child{border-right:none}}.pillars__icon{color:hsl(var(--terracotta));margin-bottom:1rem}.pillars__title{font-family:var(--font-sans);font-size:.875rem;font-weight:500;letter-spacing:.05em;color:#fff;margin-bottom:.5rem}.pillars__desc{font-family:var(--font-sans);font-size:.8rem;font-weight:400;line-height:1.75;color:#ffffffe0}.clientele{background:hsl(var(--navy));padding-block:6rem;border-top:1px solid rgba(255,255,255,.1)}.clientele__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.clientele__grid{grid-template-columns:1fr 1fr}}.clientele__eyebrow{font-family:var(--font-sans);font-size:.75rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:hsl(var(--terracotta));margin-bottom:1.25rem}.clientele__title{font-family:var(--font-heading);font-size:clamp(2.25rem,4vw,3.5rem);font-weight:400;line-height:1.15;color:#fff;margin-bottom:2rem}.clientele__body{font-family:var(--font-sans);font-size:.9rem;font-weight:400;line-height:1.8;color:#ffffffe0;margin-bottom:1.25rem}.clientele__stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.stat-box{border:1px solid rgba(255,255,255,.1);padding:2rem;display:flex;flex-direction:column;justify-content:center}.stat-box__number{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;color:#fff;margin-bottom:.75rem}.stat-box__label{font-family:var(--font-sans);font-size:.7rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--terracotta))}.properties{background:hsl(var(--cream));padding-block:6rem}.section-eyebrow{font-family:var(--font-sans);font-size:.75rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:hsl(var(--terracotta));margin-bottom:3rem}.properties__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.properties__grid{grid-template-columns:repeat(3,1fr)}}.property-card{cursor:pointer}.property-card__img-wrap{position:relative;overflow:hidden;aspect-ratio:4/3}.property-card__img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;display:block}.property-card:hover .property-card__img{transform:scale(1.05)}.property-card__badge{position:absolute;top:1rem;left:1rem;font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#fff;background:hsl(var(--terracotta));padding:.25rem .75rem}.property-card__price{position:absolute;bottom:1rem;left:1rem;font-family:var(--font-sans);font-size:.875rem;font-weight:500;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.4)}.property-card__info{padding-top:1rem;padding-bottom:1.25rem;border-bottom:1px solid hsl(var(--foreground) / .1);transition:border-color .2s}.property-card:hover .property-card__info{border-color:hsl(var(--foreground) / .3)}.property-card__name{font-family:var(--font-heading);font-size:1rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.25rem}.property-card__details{font-family:var(--font-sans);font-size:.75rem;font-weight:300;color:hsl(var(--foreground) / .5)}.services{background:hsl(var(--navy));padding-block:6rem}.services__header{margin-bottom:4rem}.services__title{font-family:var(--font-heading);font-size:clamp(2.25rem,4vw,3.5rem);font-weight:400;color:#fff}.services__grid{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:768px){.services__grid{grid-template-columns:repeat(3,1fr)}}.service-item{border-top:1px solid rgba(255,255,255,.15);padding-top:2rem;padding-bottom:2.5rem;padding-right:2.5rem}.service-item__num{font-family:var(--font-heading);font-size:2.5rem;font-weight:300;color:hsl(var(--terracotta));margin-bottom:1.5rem;line-height:1}.service-item__title{font-family:var(--font-sans);font-size:1rem;font-weight:600;letter-spacing:.02em;color:#fff;margin-bottom:1rem}.service-item__desc{font-family:var(--font-sans);font-size:.9rem;font-weight:400;line-height:1.8;color:#ffffffe0}.broker{position:relative;background:hsl(var(--navy));min-height:60vh;padding-top:7rem;padding-bottom:6rem;display:flex;align-items:flex-end;scroll-margin-top:5rem}.broker__photo-desktop{display:none;position:absolute;right:0;bottom:0;top:0;width:45%;overflow:hidden}@media(min-width:768px){.broker__photo-desktop{display:block}}.broker__photo-desktop img{height:100%;width:100%;object-fit:cover;object-position:30% 5%;opacity:.38}.broker__photo-desktop-fade{position:absolute;inset:0;background:linear-gradient(to right,hsl(var(--navy)) 0%,transparent 40%)}.broker__photo-mobile{display:block;position:absolute;right:0;top:0;width:55%;height:220px;overflow:hidden}@media(min-width:768px){.broker__photo-mobile{display:none}}.broker__photo-mobile img{position:absolute;top:0;left:0;height:220px;width:100%;object-fit:cover;object-position:center top}.broker__photo-mobile-fade-left{position:absolute;inset:0;background:linear-gradient(to left,hsl(var(--navy)) 0%,transparent 30%)}.broker__photo-mobile-fade-bottom{position:absolute;inset:0;background:linear-gradient(to top,hsl(var(--navy)) 0%,hsl(var(--navy) / .85) 20%,hsl(var(--navy) / .4) 40%,transparent 55%)}.broker__content{position:relative;z-index:10;max-width:56rem;padding-inline:2rem;width:100%;margin-inline:auto}.broker__eyebrow{font-family:var(--font-sans);font-size:.75rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:hsl(var(--terracotta));margin-bottom:1.25rem}.broker__title{font-family:var(--font-heading);font-size:clamp(2.8rem,6vw,5rem);font-weight:400;color:#fff;margin-bottom:1.5rem}.broker__rule{width:4rem;height:1px;background:hsl(var(--terracotta));margin-bottom:1.5rem}.broker__sub{font-family:var(--font-sans);font-size:.875rem;font-weight:400;color:#ffffffd9;line-height:1.7;margin-bottom:2rem;max-width:36rem}.broker__quote{font-family:var(--font-heading);font-size:1rem;font-weight:500;font-style:italic;color:#fff;margin-bottom:1.25rem;max-width:36rem}.broker__body{font-family:var(--font-sans);font-size:.875rem;font-weight:400;line-height:1.8;color:#ffffffeb;margin-bottom:1.25rem;max-width:36rem}.voices{background:hsl(var(--cream));padding-block:6rem;border-top:1px solid hsl(var(--foreground) / .1)}.voices__eyebrow{font-family:var(--font-sans);font-size:.875rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--foreground));text-align:center;margin-bottom:2rem}.voices__inner{max-width:48rem;margin-inline:auto;overflow:hidden}.voices__track{display:flex;transition:transform .7s ease-in-out}.voices__track-page{flex-shrink:0;width:100%}.testimonial{margin-bottom:3.5rem}.testimonial--right{text-align:right;margin-left:auto;max-width:80%}.testimonial--left{text-align:left;max-width:80%}.testimonial__quote-mark{font-family:var(--font-heading);font-size:3rem;line-height:1;color:hsl(var(--terracotta) / .6);margin-bottom:.5rem;-webkit-user-select:none;user-select:none}.testimonial__body{font-family:var(--font-sans);font-size:clamp(.95rem,1.5vw,1.05rem);font-weight:400;font-style:normal;line-height:1.85;color:hsl(var(--foreground));margin-bottom:1.25rem}.testimonial__attribution{font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--foreground) / .6)}.voices__dots{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.voices__dot{height:6px;border-radius:3px;background:hsl(var(--foreground) / .2);border:none;cursor:pointer;padding:0;transition:background .3s,width .3s;width:6px}.voices__dot.active{width:24px;background:hsl(var(--terracotta))}@keyframes contact-flash{0%,to{color:inherit}50%{color:hsl(var(--terracotta))}}.flash,.flash a,.flash p{animation:contact-flash .48s ease-in-out 5}.site-footer{background:hsl(var(--navy));padding-block:4rem 2.5rem}.site-footer__rule{width:100%;height:1px;background:#ffffff26;margin-bottom:3.5rem}.site-footer__brand{display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.site-footer__brand-name{font-family:var(--font-heading);font-size:2rem;font-weight:600;font-variant:small-caps;letter-spacing:.22em;text-transform:uppercase;color:#fff;text-align:center}.site-footer__brand-rule{display:block;width:52%;height:1px;background:#ffffff40;margin-block:.75rem}.site-footer__brand-sub{font-family:var(--font-sans);font-size:.72rem;font-weight:300;letter-spacing:.35em;text-transform:uppercase;color:#ffffff8c;text-align:center}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:4rem}}#footer-contact{scroll-margin-top:6rem}.site-footer__desc{font-family:var(--font-sans);font-size:1rem;font-weight:400;line-height:1.7;color:#ffffffe0;max-width:22rem}.site-footer__referral{font-family:var(--font-sans);font-size:.875rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--terracotta));margin-top:1.5rem}.site-footer__contact-label{font-family:var(--font-sans);font-size:.875rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--terracotta));margin-bottom:1.5rem}.site-footer__contact-links{display:flex;flex-direction:column;gap:1rem}.site-footer__contact-links a{font-family:var(--font-sans);font-size:1.05rem;font-weight:400;color:#ffffffeb;transition:color .2s}.site-footer__contact-links a:hover{color:#fff}.site-footer__dre{font-family:var(--font-sans);font-size:.85rem;font-weight:400;color:#ffffffbf;margin-top:.25rem}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:3.5rem;padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}@media(min-width:768px){.site-footer__bottom{flex-direction:row;justify-content:space-between}}.site-footer__copy,.site-footer__license{font-family:var(--font-sans);font-size:.75rem;font-weight:400;color:#ffffffb3}.not-found{background:hsl(var(--navy));min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.not-found__code{font-family:var(--font-heading);font-size:clamp(5rem,15vw,10rem);font-weight:400;color:#ffffff14;line-height:1;margin-bottom:1rem}.not-found__title{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;color:#fff;margin-bottom:1rem}.not-found__body{font-family:var(--font-sans);font-size:.875rem;font-weight:300;color:#fff9;margin-bottom:2.5rem}.not-found__link{font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--terracotta));border:1px solid hsl(var(--terracotta) / .5);padding:.75rem 1.75rem;transition:background .2s,color .2s;text-decoration:none}.not-found__link:hover{background:hsl(var(--terracotta));color:#fff}.cookie-banner{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);width:min(calc(100vw - 2rem),640px);background:hsl(var(--navy));border:1px solid rgba(255,255,255,.12);padding:1.25rem 1.5rem;z-index:200;box-shadow:0 8px 40px #00000073}.cookie-banner__title{font-family:var(--font-sans);font-size:.8rem;font-weight:600;color:#fff;margin-bottom:.5rem}.cookie-banner__body{font-family:var(--font-sans);font-size:.78rem;font-weight:300;color:#ffffffa6;line-height:1.6;margin-bottom:1rem}.cookie-banner__actions{display:flex;gap:.75rem}.cookie-banner__btn{font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1.25rem;border:1px solid rgba(255,255,255,.3);color:#ffffffb3;cursor:pointer;background:transparent;transition:all .2s}.cookie-banner__btn:hover{border-color:#fff9;color:#fff}.cookie-banner__btn--accept{background:hsl(var(--terracotta));border-color:hsl(var(--terracotta));color:#fff}.cookie-banner__btn--accept:hover{background:#a6653f;border-color:#a6653f}.page{min-height:100vh;display:flex;flex-direction:column}.page main{flex:1}
