@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap";:root{--white:#fff;--black:#111;--gray:#686868;--gold:#b99a5b;--gold-dark:#96783f;--gold-light:#d9c28f;--cream:#f7f3ea;--border:#e9e7e2;--font-body:"DM Sans", sans-serif;--font-display:"Playfair Display", serif;font-family:var(--font-body);color:var(--black);background:var(--white);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);min-width:320px;margin:0}body,button,select{font-family:var(--font-body)}button,select{cursor:pointer}button{border:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}p,h1,h2,h3,blockquote{overflow-wrap:break-word}::selection{background:var(--gold);color:var(--black)}.site-header{z-index:1000;color:var(--white);border-bottom:1px solid #0000;transition:background-color .22s,border-color .22s,box-shadow .22s,color .22s,-webkit-backdrop-filter .22s,backdrop-filter .22s;position:fixed;top:0;left:0;right:0}.site-header--scrolled,.site-header--menu-open{color:var(--black);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff0;border-bottom-color:#11111114;box-shadow:0 12px 45px #11111112}.site-header__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:40px;min-height:92px;transition:min-height .22s;display:grid}.site-header--scrolled .site-header__inner{min-height:76px}.site-header__brand{flex-direction:column;justify-content:center;align-items:center;display:inline-flex}.site-header__brand span{font-family:var(--font-display);letter-spacing:.14em;font-size:1.25rem;font-weight:500;line-height:1}.site-header__brand small{text-align:center;width:100%;color:var(--gold-dark);letter-spacing:.38em;margin-top:6px;font-size:.52rem;font-weight:700;line-height:1;display:block}.site-header__logo{object-fit:contain;width:100%;max-width:200px;height:auto;transition:all .22s;display:block}.site-header--scrolled .site-header__logo{height:90px}.site-navigation{justify-content:center;align-items:center;display:flex}.site-navigation__links{align-items:center;gap:clamp(20px,2.4vw,36px);display:flex}.site-navigation__links a{color:inherit;letter-spacing:.11em;text-transform:uppercase;padding:12px 0;font-size:.7rem;font-weight:700;position:relative}.site-navigation__links a:after{background:var(--gold);content:"";transform-origin:100%;height:1px;transition:transform .2s;position:absolute;bottom:5px;left:0;right:0;transform:scaleX(0)}.site-navigation__links a:hover:after,.site-navigation__links a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.site-header__actions{align-items:center;gap:15px;display:flex}.site-header__cta,.site-navigation__mobile-cta{background:var(--gold);min-height:48px;color:var(--black);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 21px;font-size:.67rem;font-weight:700;transition:background-color .18s,transform .18s,box-shadow .18s;display:inline-flex}.site-header__cta:hover,.site-navigation__mobile-cta:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 14px 35px #00000026}.header-arrow{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:16px;height:16px}.site-header__menu-button{width:46px;height:46px;color:inherit;background:0 0;border:1px solid;border-radius:50%;justify-content:center;align-items:center;display:none}.menu-icon{width:19px;height:13px;display:block;position:relative}.menu-icon span{background:currentColor;width:100%;height:1.5px;transition:top .18s,transform .18s;position:absolute;left:0}.menu-icon span:first-child{top:2px}.menu-icon span:last-child{top:10px}.menu-icon--open span:first-child{top:6px;transform:rotate(45deg)}.menu-icon--open span:last-child{top:6px;transform:rotate(-45deg)}.site-navigation__mobile-cta{display:none}.site-header a:focus-visible,.site-header button:focus-visible{outline-offset:4px;outline:3px solid #b99a5b73}@media (width<=980px){.site-header__inner{grid-template-columns:1fr auto;min-height:78px}.site-navigation{z-index:-1;background:var(--white);min-height:100vh;color:var(--black);opacity:0;pointer-events:none;flex-direction:column;justify-content:center;align-items:flex-start;padding:120px 28px 55px;transition:opacity .22s,transform .22s;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-18px)}.site-navigation--open{opacity:1;pointer-events:auto;transform:translateY(0)}.site-navigation__links{flex-direction:column;align-items:flex-start;gap:0;width:100%}.site-navigation__links a{border-bottom:1px solid var(--border);width:100%;font-family:var(--font-display);letter-spacing:-.025em;text-transform:none;padding:17px 0;font-size:clamp(2rem,8vw,3rem);font-weight:500}.site-navigation__links a:after{display:none}.site-navigation__mobile-cta{width:100%;margin-top:32px;display:inline-flex}.site-header__cta{display:none}.site-header__menu-button{display:inline-flex}}@media (width<=480px){.site-header__inner{min-height:72px}.site-header__brand span{font-size:1rem}.site-header__brand small{font-size:.45rem}.site-header__logo{height:140px}.site-header__menu-button{width:42px;height:42px}}.site-footer{color:var(--white);background:#0d0d0d;padding:90px 0 30px}.site-footer__top{grid-template-columns:minmax(250px,.8fr) minmax(0,1.6fr);gap:clamp(60px,10vw,145px);display:grid}.site-footer__brand{align-items:center;display:inline-flex}.site-footer__logo{object-fit:contain;width:100%;max-width:280px;height:auto;display:block}.site-footer__brand-column>p{color:#ffffff8c;max-width:340px;margin:28px 0 0;font-size:.9rem;line-height:1.75}.site-footer__socials{gap:10px;margin-top:28px;display:flex}.site-footer__socials a{width:43px;height:43px;color:var(--white);border:1px solid #ffffff2e;border-radius:50%;place-items:center;transition:background-color .18s,border-color .18s,color .18s,transform .18s;display:grid}.site-footer__socials a:hover{border-color:var(--gold);background:var(--gold);color:var(--black);transform:translateY(-3px)}.site-footer__socials svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:17px;height:17px}.site-footer__socials svg path,.site-footer__socials .social-dot{fill:currentColor;stroke:none}.site-footer__navigation{grid-template-columns:.8fr .9fr 1.35fr;gap:42px;display:grid}.footer-column{flex-direction:column;align-items:flex-start;display:flex}.footer-column__title{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;margin:0 0 24px;font-size:.67rem;font-weight:700}.footer-column a{color:#ffffffab;margin-bottom:13px;font-size:.85rem;line-height:1.5;transition:color .18s,transform .18s}.footer-column a:hover{color:var(--white);transform:translate(3px)}.footer-column--contact>p:last-child{color:#fff6;max-width:315px;margin:12px 0 0;font-size:.78rem;line-height:1.7}.site-footer__contact-row{border-top:1px solid #ffffff21;border-bottom:1px solid #ffffff21;justify-content:space-between;align-items:end;gap:35px;margin-top:80px;padding:48px 0;display:flex}.site-footer__contact-row p{color:var(--gold);letter-spacing:.16em;text-transform:uppercase;margin:0 0 12px;font-size:.68rem;font-weight:700}.site-footer__contact-row h2{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(2.1rem,4vw,4.2rem);font-weight:400;line-height:1}.site-footer__contact-button{background:var(--gold);min-height:55px;color:var(--black);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:11px;padding:0 24px;font-size:.68rem;font-weight:700;transition:background-color .18s,transform .18s;display:inline-flex}.site-footer__contact-button:hover{background:var(--gold-light);transform:translateY(-3px)}.footer-arrow{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:17px;height:17px}.site-footer__legal{justify-content:space-between;align-items:center;gap:30px;padding-top:28px;display:flex}.site-footer__legal p,.site-footer__legal a{color:#ffffff6e;font-size:.7rem}.site-footer__legal p{margin:0}.site-footer__legal>div{flex-wrap:wrap;justify-content:flex-end;gap:24px;display:flex}.site-footer__legal a:hover{color:var(--white)}.site-footer__disclaimer{color:#ffffff47;max-width:900px;margin:24px 0 0;font-size:.66rem;line-height:1.65}.site-footer__credit{color:#ffffff4d;letter-spacing:.06em;text-transform:uppercase;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;margin-top:25px;font-size:.63rem;display:flex}.site-footer__credit a{color:#ffffffb8;letter-spacing:.1em;font-weight:700;transition:color .18s}.site-footer__credit a:hover{color:var(--gold)}.site-footer__credit-message{color:#ffffff6b;letter-spacing:.04em;text-transform:none}.site-footer a:focus-visible{outline-offset:4px;outline:3px solid #b99a5b73}@media (width<=900px){.site-footer__top{grid-template-columns:1fr}.site-footer__navigation{grid-template-columns:repeat(3,1fr)}.site-footer__contact-row{flex-direction:column;align-items:flex-start}}@media (width<=650px){.site-footer{padding-top:70px}.site-footer__navigation{grid-template-columns:repeat(2,1fr);gap:45px 25px}.footer-column--contact{grid-column:1/-1}.site-footer__contact-row{margin-top:55px}.site-footer__contact-button{width:100%}.site-footer__legal{flex-direction:column;align-items:flex-start}.site-footer__legal>div,.site-footer__credit{justify-content:flex-start}}@media (width<=420px){.site-footer__navigation{grid-template-columns:1fr}.footer-column--contact{grid-column:auto}}.home-page{overflow:hidden}.container{width:min(1180px,100% - 40px);margin-inline:auto}.section{padding:110px 0}.section-heading{max-width:680px}.section-heading--center{text-align:center;margin-inline:auto}.section-eyebrow{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;margin:0 0 18px;font-size:.75rem;font-weight:700;line-height:1.4}.section-heading h2{max-width:760px;color:var(--black);font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(2.5rem,5vw,4.7rem);font-weight:500;line-height:.98}.section-description{max-width:610px;color:var(--gray);margin:24px 0 0;font-size:1rem;line-height:1.8}.section-heading--center .section-description{margin-inline:auto}.button{min-height:54px;font:inherit;letter-spacing:.08em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:0 25px;font-size:.78rem;font-weight:700;line-height:1;transition:background-color .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:focus-visible,.property-card__favorite:focus-visible,.property-search__button:focus-visible,.text-link:focus-visible{outline-offset:4px;outline:3px solid #b99a5b66}.button--gold{background:var(--gold);color:var(--black);box-shadow:0 15px 40px #00000029}.button--gold:hover{background:var(--gold-light)}.button--dark{background:var(--black);color:var(--white)}.button--dark:hover{background:#2a2a2a}.button--light{background:var(--white);color:var(--black)}.button--light:hover{background:var(--gold-light)}.button--outline-light{color:var(--white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border-color:#fff9}.button--outline-light:hover{border-color:var(--white);background:var(--white);color:var(--black)}.button--outline-dark{border-color:var(--black);color:var(--black);background:0 0}.button--outline-dark:hover{background:var(--black);color:var(--white)}.button-arrow{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:17px;height:17px}.hero{min-height:920px;color:var(--white);background:#111;align-items:center;display:flex;position:relative}.hero__background,.contact-cta__background{background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.02)}.hero__background{background-image:url(https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=2200&q=90)}.hero__overlay{background:linear-gradient(90deg,#040404e0 0%,#04040494 49%,#0404042e 100%),linear-gradient(#04040400 55%,#040404ad 100%);position:absolute;inset:0}.hero__container{z-index:2;flex-direction:column;justify-content:flex-start;min-height:960px;padding:190px 0 250px;display:flex;position:relative}.hero__content{max-width:800px}.hero__eyebrow{color:var(--gold-light);letter-spacing:.25em;text-transform:uppercase;margin:0 0 25px;font-size:.75rem;font-weight:700}.hero h1{font-family:var(--font-display);letter-spacing:-.055em;margin:0;font-size:clamp(4rem,8vw,7.8rem);font-weight:400;line-height:.88}.hero h1 span{color:#ffffffad;font-style:italic;display:block}.hero__description{color:#ffffffc7;max-width:610px;margin:32px 0 0;font-size:1.05rem;line-height:1.8}.hero__actions{flex-wrap:wrap;gap:13px;margin-top:38px;display:flex}.property-search{color:var(--black);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#fffffff0;border:1px solid #ffffff38;border-radius:22px;padding:27px;position:absolute;bottom:32px;left:0;right:0;box-shadow:0 30px 80px #0000003d}.property-search__heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px;display:flex}.property-search__heading p{font-family:var(--font-display);margin:0;font-size:1.55rem;font-weight:600}.property-search__heading span{color:var(--gray);font-size:.84rem}.property-search__fields{grid-template-columns:1.1fr 1fr 1fr auto;gap:12px;display:grid}.search-field{border:1px solid var(--border);background:var(--white);border-radius:14px;flex-direction:column;gap:9px;min-width:0;padding:14px 17px;display:flex}.search-field span{color:var(--black);letter-spacing:.1em;text-transform:uppercase;font-size:.67rem;font-weight:700}.search-field select{width:100%;color:var(--gray);cursor:pointer;font:inherit;background:0 0;border:0;outline:0;font-size:.88rem}.property-search__button{background:var(--black);min-width:135px;color:var(--white);font:inherit;letter-spacing:.09em;text-transform:uppercase;border:0;border-radius:14px;justify-content:center;align-items:center;gap:10px;font-size:.73rem;font-weight:700;transition:background-color .18s,transform .18s;display:inline-flex}.property-search__button:hover{background:var(--gold);color:var(--black);transform:translateY(-2px)}.featured-listings{background:var(--white);position:relative}.featured-listings:before{background:var(--white);content:"";height:3px;position:absolute;top:-2px;left:0;right:0}.section-top{justify-content:space-between;align-items:end;gap:30px;margin-bottom:52px;display:flex}.section-top__button{flex:none}.property-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.property-card{border:1px solid var(--border);background:var(--white);border-radius:20px;transition:transform .22s,box-shadow .22s,border-color .22s;overflow:hidden;box-shadow:0 18px 55px #1111110f}.property-card:hover{border-color:#b99a5b8c;transform:translateY(-7px);box-shadow:0 26px 70px #1111111c}.property-card__image-wrap{aspect-ratio:1.18;position:relative;overflow:hidden}.property-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.property-card:hover .property-card__image{transform:scale(1.045)}.property-card__status{color:var(--black);letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-radius:999px;padding:9px 12px;font-size:.63rem;font-weight:700;position:absolute;top:17px;left:17px}.property-card__favorite{width:40px;height:40px;color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#11111147;border:1px solid #ffffff8c;border-radius:50%;place-items:center;transition:background-color .18s,color .18s;display:grid;position:absolute;top:15px;right:15px}.property-card__favorite:hover{background:var(--white);color:var(--black)}.property-card__favorite svg{fill:none;stroke:currentColor;stroke-width:1.6px;width:18px;height:18px}.property-card__content{padding:25px}.property-card__price{color:var(--black);font-family:var(--font-display);letter-spacing:-.025em;margin:0 0 12px;font-size:1.9rem;font-weight:600}.property-card h3{margin:0;font-size:1rem;font-weight:700}.property-card__location{color:var(--gray);margin:7px 0 0;font-size:.88rem}.property-card__details{border-top:1px solid var(--border);flex-wrap:wrap;gap:10px 18px;margin-top:22px;padding-top:19px;display:flex}.property-card__details span{color:var(--gray);align-items:center;gap:7px;font-size:.76rem;display:inline-flex}.property-card__details svg{fill:none;width:16px;height:16px;stroke:var(--gold-dark);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}.personal-service{background:var(--cream)}.personal-service__grid{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);align-items:center;gap:clamp(55px,7vw,105px);display:grid}.personal-service__visual{position:relative}.personal-service__visual>img{object-fit:cover;border-radius:22px;width:100%;min-height:690px;box-shadow:0 30px 80px #11111121}.personal-service__note{width:min(290px,72%);color:var(--white);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#111111e8;border:1px solid #ffffff80;border-radius:18px;padding:25px;position:absolute;bottom:40px;right:-35px}.personal-service__note span{color:var(--gold);letter-spacing:.15em;font-size:.7rem;font-weight:700}.personal-service__note p{font-family:var(--font-display);margin:13px 0 0;font-size:1.2rem;line-height:1.35}.value-list{margin:38px 0;display:grid}.value-item{border-top:1px solid var(--border);grid-template-columns:42px 1fr;gap:17px;padding:23px 0;display:grid}.value-item:last-child{border-bottom:1px solid var(--border)}.value-item>span{color:var(--gold-dark);letter-spacing:.12em;padding-top:2px;font-size:.68rem;font-weight:700}.value-item h3{color:var(--black);margin:0;font-size:.98rem}.value-item p{color:var(--gray);margin:8px 0 0;font-size:.88rem;line-height:1.7}.communities{background:#f7f5f0}.communities .section-heading{margin-bottom:52px}.community-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.community-card{background:var(--black);min-height:550px;color:var(--white);border-radius:21px;position:relative;overflow:hidden;box-shadow:0 22px 60px #1111111a}.community-card__image,.editorial-card img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1);position:absolute}.community-card:hover .community-card__image,.editorial-card:hover img{transform:scale(1.055)}.community-card__overlay{background:linear-gradient(#0000001f 28%,#000000d6 100%);position:absolute;inset:0}.community-card__content{z-index:2;padding:30px;position:absolute;bottom:0;left:0;right:0}.community-card__label{color:var(--gold-light);letter-spacing:.17em;text-transform:uppercase;margin:0 0 12px;font-size:.65rem;font-weight:700}.community-card h3{font-family:var(--font-display);margin:0;font-size:clamp(2.1rem,3vw,3rem);font-weight:500}.community-card__content>p:not(.community-card__label){color:#ffffffbf;max-width:320px;margin:13px 0 22px;font-size:.88rem;line-height:1.65}.text-link{font:inherit;letter-spacing:.11em;text-transform:uppercase;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-size:.7rem;font-weight:700;display:inline-flex}.text-link--light{color:var(--white)}.buying-selling{background:var(--white)}.buying-selling .section-heading{margin-bottom:52px}.editorial-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.editorial-card{background:var(--black);min-height:640px;color:var(--white);border-radius:22px;position:relative;overflow:hidden}.editorial-card__overlay{background:linear-gradient(#00000029 30%,#000000e0 100%),linear-gradient(90deg,#00000059,#0000);position:absolute;inset:0}.editorial-card__content{z-index:2;padding:clamp(28px,5vw,48px);position:absolute;bottom:0;left:0;right:0}.editorial-card__content>p{color:var(--gold-light);letter-spacing:.19em;text-transform:uppercase;margin:0 0 16px;font-size:.67rem;font-weight:700}.editorial-card h3{max-width:520px;font-family:var(--font-display);letter-spacing:-.035em;margin:0;font-size:clamp(2.5rem,4vw,4rem);font-weight:500;line-height:1}.editorial-card__content>span{color:#ffffffbf;max-width:480px;margin:22px 0 28px;font-size:.92rem;line-height:1.7;display:block}.service-principles{background:var(--black);color:var(--white);padding:100px 0}.service-principles__intro{border-bottom:1px solid #ffffff29;grid-template-columns:.5fr 1.5fr;align-items:end;gap:30px;padding-bottom:45px;display:grid}.service-principles__intro p{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;margin:0 0 9px;font-size:.69rem;font-weight:700}.service-principles__intro h2{max-width:730px;font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(2.7rem,5vw,5rem);font-weight:500;line-height:.98}.principles-grid{grid-template-columns:repeat(4,1fr);display:grid}.principle{min-height:260px;padding:38px 28px 15px 0}.principle+.principle{border-left:1px solid #ffffff29;padding-left:28px}.principle>span{color:var(--gold);letter-spacing:.12em;font-size:.67rem;font-weight:700}.principle h3{font-family:var(--font-display);margin:48px 0 14px;font-size:1.5rem;font-weight:500}.principle p{color:#ffffff94;margin:0;font-size:.83rem;line-height:1.7}.testimonial-card__quote{color:var(--gold);font-family:var(--font-display);font-size:5rem;line-height:.6}.testimonial-card blockquote{color:var(--black);font-family:var(--font-display);margin:28px 0;font-size:1.25rem;line-height:1.45}.testimonial-card--featured blockquote{max-width:620px;color:var(--white);letter-spacing:-.025em;font-size:clamp(2rem,3.5vw,3.4rem);line-height:1.15}.testimonial-card strong{letter-spacing:.04em;font-size:.82rem}.testimonial-card div p{color:var(--gray);margin:7px 0 0;font-size:.75rem}.testimonial-card--featured div p{color:#ffffff85}.contact-cta{background:var(--black);min-height:710px;color:var(--white);text-align:center;place-items:center;display:grid;position:relative;overflow:hidden}.contact-cta__background{background-image:url(https://images.unsplash.com/photo-1600566753051-f0b89df2dd90?auto=format&fit=crop&w=2200&q=90);background-position:50% 62%;transform:scale(1.12)}.contact-cta__overlay{background:#000000b3;position:absolute;inset:0}.contact-cta__content{z-index:2;flex-direction:column;align-items:center;padding:100px 0;display:flex;position:relative}.contact-cta h2{max-width:900px;font-family:var(--font-display);letter-spacing:-.05em;margin:0;font-size:clamp(3.2rem,7vw,6.5rem);font-weight:400;line-height:.94}.contact-cta__content>p:not(.section-eyebrow){color:#ffffffb8;max-width:630px;margin:28px 0 0;font-size:1rem;line-height:1.8}.contact-cta__actions{flex-wrap:wrap;justify-content:center;gap:13px;margin-top:36px;display:flex}@media (width<=1050px){.hero,.hero__container{min-height:990px}.property-search__fields{grid-template-columns:repeat(2,1fr)}.property-search__button{min-height:66px}.property-grid{grid-template-columns:repeat(2,1fr)}.property-card:last-child{grid-column:1/-1;width:calc(50% - 12px)}.personal-service__grid{grid-template-columns:1fr}.personal-service__visual{max-width:760px}.personal-service__note{right:25px}.community-grid{grid-template-columns:repeat(2,1fr)}.community-card:last-child{grid-column:1/-1}.principles-grid{grid-template-columns:repeat(2,1fr)}.principle:nth-child(3){border-top:1px solid #ffffff29;border-left:0}.principle:nth-child(4){border-top:1px solid #ffffff29}}@media (width<=760px){.container{width:min(100% - 28px,1180px)}.section{padding:78px 0}.section-heading h2{font-size:clamp(2.4rem,12vw,3.7rem)}.hero,.hero__container{min-height:1160px}.hero__background{background-position:61%}.hero__overlay{background:linear-gradient(90deg,#040404db,#04040480),linear-gradient(#04040426 35%,#040404c7 100%)}.hero__container{justify-content:flex-start;padding-top:185px;padding-bottom:530px}.hero h1{font-size:clamp(3.7rem,16vw,5.5rem)}.hero__description{font-size:.94rem}.hero__actions{flex-direction:column;align-items:stretch}.property-search{padding:19px;bottom:28px}.property-search__heading{display:block}.property-search__heading span{margin-top:7px;line-height:1.5;display:block}.property-search__fields{grid-template-columns:1fr}.property-search__button{min-height:58px}.section-top{display:block}.section-top__button{margin-top:28px}.property-grid,.community-grid,.editorial-grid{grid-template-columns:1fr}.property-card:last-child,.community-card:last-child{grid-column:auto;width:auto}.property-card__image-wrap{aspect-ratio:1.25}.personal-service__visual>img{min-height:520px}.personal-service__note{width:calc(100% - 30px);bottom:20px;right:15px}.community-card{min-height:470px}.editorial-card{min-height:570px}.service-principles{padding:78px 0}.service-principles__intro,.principles-grid{grid-template-columns:1fr}.principle{min-height:auto;padding:30px 0}.principle+.principle,.principle:nth-child(3),.principle:nth-child(4){border-top:1px solid #ffffff29;border-left:0;padding-left:0}.principle h3{margin-top:28px}.contact-cta{min-height:650px}.contact-cta__actions{flex-direction:column;width:100%}.contact-cta__actions .button{width:100%}}@media (width<=430px){.hero,.hero__container{min-height:1080px}.hero__container{padding-top:170px}.hero h1{font-size:3.7rem}.property-card__details{gap:10px 13px}.community-card__content,.testimonial-card{padding:26px}.editorial-card h3{font-size:2.5rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
