@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:1rem;line-height:1.6;color:#2d2d2d;background-color:#fff;-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color .3s ease}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-family:Montserrat,Segoe UI,system-ui,sans-serif;line-height:1.1;font-weight:700}.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:2rem}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width: 768px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.section{padding-block:5rem}.section__title{font-size:2rem;margin-bottom:1rem;text-align:center}.section__subtitle{font-size:1.125rem;color:#a0a0b0;text-align:center;max-width:600px;margin-inline:auto;margin-bottom:3rem}body{background-color:#0a0a0a;color:#ede8df;font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.15}:root{--nav-height: 66px;--blur-height: 66px}#siteHeader:after{content:"";position:fixed;top:0;left:0;right:0;height:var(--blur-height, 66px);backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);background:#0000;z-index:150;pointer-events:none;transition:backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease,background .4s ease,height .35s ease}#siteHeader.nav--scrolled:after{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#0006}.nav{position:fixed;top:0;left:0;right:0;z-index:200;padding:1.5rem 0;transition:padding .3s ease,border-color .4s ease;border-bottom:1px solid rgba(201,168,76,0)}.nav--scrolled{padding:.85rem 0;border-bottom-color:#c9a84c40}.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1280px;margin-inline:auto;padding-inline:2rem}.nav__logo{display:flex;flex-direction:row;align-items:flex-start;line-height:1;text-decoration:none;gap:10px}.nav__logo-img{height:34px;width:34px;flex-shrink:0}.nav__logo-text{display:flex;flex-direction:column;gap:3px}.nav__logo-main{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:700;color:#fff;letter-spacing:.18em;text-transform:uppercase}.nav__logo-sub{font-size:.5rem;font-weight:400;color:#c9a84c;letter-spacing:.45em;text-transform:uppercase}.nav__links{display:flex;align-items:center;gap:3rem;list-style:none;margin:0;padding:0}.nav__links a{color:#ffffffa6;font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;transition:color .15s ease;position:relative}.nav__links a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:#c9a84c;transition:width .3s ease}.nav__links a:hover,.nav__links a.active{color:#fff}.nav__links a:hover:after,.nav__links a.active:after{width:100%}@media (max-width: 992px){.nav__links{display:none}}.nav__cta{font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#c9a84c;border:1px solid rgba(201,168,76,.4);padding:.5rem 1.25rem;text-decoration:none;transition:all .15s ease;white-space:nowrap}.nav__cta:hover{background:#c9a84c;color:#000;border-color:#c9a84c}@media (max-width: 992px){.nav__cta{display:none}}.nav__burger{display:none;flex-direction:column;gap:6px;cursor:pointer;background:none;border:none;padding:.5rem;position:relative;z-index:200}.nav__burger span{display:block;width:22px;height:1px;background:#fff;transition:transform .3s ease,opacity .2s ease,width .3s ease;transform-origin:center}.nav__burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav__burger.open span:nth-child(2){opacity:0;width:0}.nav__burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 992px){.nav__burger{display:flex}}.nav__mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:190;gap:3rem;background:radial-gradient(ellipse at center,#0000004d,#000 70%);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);visibility:hidden;opacity:0;pointer-events:none;transition:opacity .38s ease,visibility .38s ease}.nav__mobile.open{visibility:visible;opacity:1;pointer-events:auto}.nav__mobile a{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:2.2rem;font-weight:400;color:#fffc;text-decoration:none;letter-spacing:.02em;opacity:0;transform:translateY(14px);transition:color .15s ease,opacity .5s ease,transform .5s ease}.nav__mobile a:hover{color:#e5ca82}.nav__mobile.open a{opacity:1;transform:translateY(0)}.nav__mobile.open a:nth-child(1){transition-delay:.1s}.nav__mobile.open a:nth-child(2){transition-delay:.2s}.nav__mobile.open a:nth-child(3){transition-delay:.3s}.nav__mobile .nav__mobile-close{position:absolute;top:2rem;right:2rem;font-size:1.5rem;color:#ffffffa6;cursor:pointer;background:none;border:none;line-height:1}.nav__mobile .nav__mobile-close:hover{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;padding:.9rem 2rem;cursor:pointer;border:none;transition:all .3s ease;white-space:nowrap}.btn--gold{background:#c9a84c;color:#000}.btn--gold:hover{background:#e5ca82;transform:translateY(-1px)}.btn--outline{border:1px solid rgba(201,168,76,.4);color:#c9a84c;background:none}.btn--outline:hover{background:#c9a84c14;border-color:#c9a84c}.btn--outline-light{border:1px solid rgba(255,255,255,.25);color:#ffffffd9;background:none}.btn--outline-light:hover{background:#ffffff12;border-color:#ffffff80}.btn--lg{padding:1.1rem 2.5rem;font-size:.72rem}.gold-line{width:40px;height:1px;background:#c9a84c;display:inline-block}.section{padding-block:8rem}.section__eyebrow{display:flex;align-items:center;gap:.5rem;color:#c9a84c;font-size:.65rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem}.section__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c9a84c;flex-shrink:0}.section__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:400;color:#fff;line-height:1.15;margin-bottom:2rem}.section__title em{font-style:italic;color:#e5ca82}.section__header{margin-bottom:5rem}.section__cta{display:flex;justify-content:center;margin-top:5rem}.btn-label--mobile{display:none}.btn-label--desktop{display:inline}@media (max-width: 576px){.btn-label--mobile{display:inline}.btn-label--desktop{display:none}}@media (max-width: 768px){.section{padding-block:5rem}}@media (max-width: 576px){.section{padding-block:3rem}}@property --card-hover{syntax: "<number>"; inherits: false; initial-value: 0;}@keyframes anim-img1{0%{opacity:1;transform:scale(1)}16.5%{opacity:1;transform:scale(1.2)}17.5%{opacity:0}49%{opacity:0}50%{opacity:1;transform:scale(1.2)}66.5%{opacity:1;transform:scale(1)}67.5%{opacity:0}to{opacity:0}}@keyframes anim-img2{0%,15.6%{opacity:0}16.6%{opacity:1;transform:scale(1.2)}33.1%{opacity:1;transform:scale(1)}34.1%{opacity:0}65.6%{opacity:0}66.6%{opacity:1;transform:scale(1)}83.1%{opacity:1;transform:scale(1.2)}84.1%{opacity:0}to{opacity:0}}@keyframes anim-img3{0%,32.3%{opacity:0}33.3%{opacity:1;transform:scale(1)}49.8%{opacity:1;transform:scale(1.2)}50.8%{opacity:0}82.3%{opacity:0}83.3%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.prop-card{background:#121212;border:1px solid rgba(255,255,255,.07);overflow:hidden;text-decoration:none;display:block;position:relative;transform:translateY(calc(var(--card-hover) * -5px));box-shadow:0 calc(var(--card-hover) * 24px) calc(var(--card-hover) * 60px) rgb(0,0,0,calc(var(--card-hover) * .55));border-color:rgb(calc(255 - var(--card-hover) * 54),calc(255 - var(--card-hover) * 87),calc(255 - var(--card-hover) * 179),calc(.07 + var(--card-hover) * .18))}@media (hover: hover){.prop-card{transition:--card-hover .3s ease}}.prop-card:hover{--card-hover: 1}.prop-card:hover .prop-card__slide:nth-child(1){animation:anim-img1 18s ease-in-out both infinite}.prop-card:hover .prop-card__slide:nth-child(2){animation:anim-img2 18s ease-in-out both infinite}.prop-card:hover .prop-card__slide:nth-child(3){animation:anim-img3 18s ease-in-out both infinite}.prop-card__img{position:relative;height:260px;overflow:hidden;background:#1c1c1c}.prop-card__img .prop-card__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .65s ease,transform .5s ease;transform-origin:center center;will-change:transform,opacity}.prop-card__img .prop-card__slide--active{opacity:1}.prop-card__img-type{position:absolute;top:1rem;left:1rem;background:#c9a84c;color:#000;font-size:.58rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:3px 10px}.prop-card__img-status{position:absolute;top:1rem;right:1rem;font-size:.58rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:3px 10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.prop-card__img-status--sale{background:#0009;color:#ffffffe6;border:1px solid rgba(255,255,255,.12)}.prop-card__img-status--rent{background:#c9a84c26;color:#e5ca82;border:1px solid rgba(201,168,76,.3)}.prop-card__body{padding:1.5rem 2rem}.prop-card__price{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:400;color:#fff;margin-bottom:.35rem;line-height:1}.prop-card__price small{font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.72rem;color:#a0a0b0;font-weight:400;margin-left:4px}.prop-card__visit-btn{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#c9a84c;border:1px solid rgba(201,168,76,.4);padding:.4rem .9rem;margin-bottom:.5rem;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease}.prop-card__visit-btn:hover{background:#c9a84c;color:#000;border-color:#c9a84c}.prop-card__title{font-size:.92rem;font-weight:500;color:#ffffffd9;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prop-card__location{font-size:.75rem;color:#a0a0b0;margin-bottom:1rem;display:flex;align-items:center;gap:5px}.prop-card__location:before{content:"◎";color:#c9a84c;font-size:.65rem}.prop-card__stats{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.07);flex-wrap:wrap}.prop-card__stats span{font-size:.72rem;color:#a0a0b0;display:flex;align-items:center;gap:4px;white-space:nowrap}@media (max-width: 768px){.prop-card__img{height:220px}}@media (max-width: 767px) and (orientation: portrait){.prop-card:hover .prop-card__slide:nth-child(1),.prop-card:hover .prop-card__slide:nth-child(2),.prop-card:hover .prop-card__slide:nth-child(3){animation:none}.prop-card.prop-card--animated .prop-card__slide:nth-child(1){animation:anim-img1 24s ease-in-out both infinite}.prop-card.prop-card--animated .prop-card__slide:nth-child(2){animation:anim-img2 24s ease-in-out both infinite}.prop-card.prop-card--animated .prop-card__slide:nth-child(3){animation:anim-img3 24s ease-in-out both infinite}}.page-hero{padding-top:130px;padding-bottom:5rem;text-align:center;background:#121212;border-bottom:1px solid rgba(255,255,255,.07);position:relative}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(201,168,76,.04) 0%,transparent 70%);pointer-events:none}.page-hero__eyebrow{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#c9a84c;font-size:.65rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem}.page-hero__eyebrow:before,.page-hero__eyebrow:after{content:"";display:block;width:20px;height:1px;background:#c9a84c}.page-hero__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:400;color:#fff;margin-bottom:1rem;line-height:1.1}.page-hero__title em{font-style:italic;color:#e5ca82}.page-hero__sub{color:#a0a0b0;font-size:.9rem;font-weight:300;max-width:500px;margin-inline:auto}@media (max-width: 768px){.page-hero{padding-top:110px;padding-bottom:3rem;padding-inline:1.5rem}}.footer{background:#060606;border-top:1px solid rgba(255,255,255,.07);padding-top:5rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:5rem;padding-bottom:5rem;border-bottom:1px solid rgba(255,255,255,.07);max-width:1280px;margin-inline:auto;padding-inline:2rem}@media (max-width: 992px){.footer__grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width: 576px){.footer__grid{grid-template-columns:1fr}}.footer__logo{display:flex;flex-direction:row;align-items:flex-start;line-height:1;margin-bottom:1.5rem;gap:10px}.footer__logo-img{height:34px;width:34px;flex-shrink:0}.footer__logo-text{display:flex;flex-direction:column;gap:3px}.footer__logo span:first-child{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:700;color:#fff;letter-spacing:.18em;text-transform:uppercase}.footer__logo span:last-child{font-size:.5rem;font-weight:400;color:#c9a84c;letter-spacing:.45em;text-transform:uppercase}.footer__desc{color:#a0a0b0;font-size:.82rem;line-height:1.9;max-width:280px}.footer h3{font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:#c9a84c;margin-bottom:1.5rem}.footer__links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer__links ul a{color:#a0a0b0;font-size:.82rem;text-decoration:none;transition:color .15s ease;font-weight:300}.footer__links ul a:hover{color:#fffc}.footer__contact p{color:#a0a0b0;font-size:.82rem;line-height:2;font-weight:300}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-block:1.5rem;max-width:1280px;margin-inline:auto;padding-inline:2rem}.footer__bottom p{color:#ffffff80;font-size:.72rem;letter-spacing:.05em}@media (max-width: 768px){.footer__bottom{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width: 576px){.footer__grid{gap:3rem}.footer__logo span:first-child{font-size:1.1rem}}.skeleton{background:linear-gradient(90deg,#121212 25%,#1c1c1c,#121212 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.spinner{width:36px;height:36px;border:2px solid rgba(255,255,255,.07);border-top-color:#c9a84c;border-radius:50%;animation:spin .7s linear infinite;margin-inline:auto}@keyframes spin{to{transform:rotate(360deg)}}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.2)}}.carousel-dots{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:2rem}.carousel-dot{width:7px;height:7px;border-radius:50%;background:#ffffff2e;border:none;cursor:pointer;padding:0;transition:all .3s ease;flex-shrink:0}.carousel-dot.active{background:#c9a84c;width:24px;border-radius:4px}.carousel-dot:hover:not(.active){background:#ffffff59}.carousel-btn{display:none;position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;align-items:center;justify-content:center;background:#0a0a0ab3;border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;z-index:20;transition:all .15s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.carousel-btn svg{pointer-events:none}.carousel-btn--prev{left:1rem}.carousel-btn--next{right:1rem}.carousel-btn.disabled{opacity:.25;pointer-events:none}.carousel-btn:hover:not(.disabled){background:#c9a84c;color:#000;border-color:#c9a84c}@media (max-width: 768px){.carousel-btn{display:flex}}.swipe-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;gap:0}.swipe-track::-webkit-scrollbar{display:none}.swipe-track>*{flex-shrink:0;scroll-snap-align:start}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;padding-bottom:8rem;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#1a1a2e;overflow:hidden}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(160deg,#00000026,#00000073 45%,#000000e0)}.hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.5s ease}.hero__video--active{opacity:1}.hero__content{position:relative;z-index:2;max-width:1280px;margin-inline:auto;padding-inline:2rem;width:100%}.hero__eyebrow{display:flex;align-items:center;gap:1rem;color:#e5ca82;font-size:.65rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1.5rem;text-shadow:0 1px 8px rgba(0,0,0,.6);opacity:0;animation:fadeUp .8s .3s ease forwards}.hero__eyebrow:before{content:"";display:block;width:36px;height:1px;background:#c9a84c;flex-shrink:0}.hero__title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(3rem,6.5vw,5.5rem);font-weight:400;color:#fff;line-height:1.05;margin-bottom:2rem;max-width:720px;text-shadow:0 2px 20px rgba(0,0,0,.55);opacity:0;animation:fadeUp .8s .5s ease forwards}.hero__title em{font-style:italic;color:#e5ca82}.hero__subtitle{font-size:1rem;color:#fff;font-weight:300;line-height:1.8;margin-bottom:3rem;max-width:500px;text-shadow:0 1px 4px rgba(0,0,0,.35);opacity:0;animation:fadeUp .8s .7s ease forwards}.hero__search{display:flex;max-width:820px;background:#00000073;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);overflow:hidden;opacity:0;animation:fadeUp .8s .9s ease forwards}@media (max-width: 768px){.hero__search{flex-direction:column}}.hero__search-field{display:flex;align-items:center;flex:1;border-right:1px solid rgba(255,255,255,.08)}@media (max-width: 768px){.hero__search-field{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}}.hero__search-field input{width:100%;background:none;border:none;color:#fff;font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.82rem;font-weight:300;padding:1.1rem 2rem;outline:none}.hero__search-field input::placeholder{color:#ffffff80}.hero__search-select{border-right:1px solid rgba(255,255,255,.08)}@media (max-width: 768px){.hero__search-select{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}}.hero__search-select select{background:none;border:none;color:#fff;font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.78rem;font-weight:300;padding:1.1rem 2.5rem 1.1rem 2rem;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='rgba(255,255,255,0.4)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center}.hero__search-select select option{background:#1a1a1a;color:#fff}.hero__search-btn{background:#c9a84c;color:#000;font-family:Montserrat,Segoe UI,system-ui,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;padding:1.1rem 2rem;border:none;cursor:pointer;transition:background .15s ease;white-space:nowrap}.hero__search-btn:hover{background:#e5ca82}@media (max-width: 768px){.hero__search-btn{padding:1rem}}.hero__scroll{position:absolute;bottom:2rem;right:3rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ffffff8c;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;text-shadow:0 1px 6px rgba(0,0,0,.5);animation:float 3s ease-in-out infinite}.hero__scroll:after{content:"";display:block;width:1px;height:50px;background:linear-gradient(to bottom,rgba(255,255,255,.3),transparent)}@media (max-width: 768px){.hero__scroll{display:none}}@media (max-width: 992px){.hero{align-items:flex-end;padding-bottom:5rem}.hero__title{font-size:clamp(2.2rem,8vw,4rem)}.hero__subtitle{font-size:.9rem}.hero__search{flex-direction:column}.hero__search-field,.hero__search-select{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.hero__search-btn{padding:1rem 2rem}}@media (max-width: 768px){.hero{align-items:stretch;text-align:left}.hero__bg{transform:none!important}.hero__content{display:flex;flex-direction:column;padding-top:calc(var(--nav-height, 66px) + 3rem);padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px))}.hero__eyebrow{font-size:.6rem;margin-bottom:1rem}.hero__title{font-size:clamp(2rem,10vw,3rem);margin-bottom:0}.hero__search{margin-top:auto;padding-top:2rem}.hero__subtitle,.hero__scroll{display:none}}.featured{background:#0a0a0a}.featured__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff12}@media (max-width: 992px){.featured__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.featured__grid{grid-template-columns:1fr}}.featured__grid .prop-card{border:none}.featured__loading{min-height:400px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.featured{position:relative;overflow-x:clip}.featured__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.featured__grid::-webkit-scrollbar{display:none}.featured__grid .prop-card{flex:0 0 88vw;max-width:400px;scroll-snap-align:start;border:none;border-right:1px solid rgba(255,255,255,.07)}.featured__grid .prop-card:hover{transform:none;box-shadow:none}.featured__grid .prop-card:last-child{border-right:none}}@media (min-width: 769px) and (max-width: 992px){.featured__grid{grid-template-columns:repeat(2,1fr)!important}}@media (min-width: 1400px){.featured__grid{max-width:1600px;margin-inline:auto}}.stats{background:#121212;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);padding-block:5rem}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1280px;margin-inline:auto;padding-inline:2rem}@media (max-width: 768px){.stats__grid{grid-template-columns:repeat(2,1fr)}}.stats__item{text-align:center;padding:2rem;border-right:1px solid rgba(255,255,255,.07)}.stats__item:last-child{border-right:none}@media (max-width: 768px){.stats__item:nth-child(2){border-right:none}.stats__item:nth-child(3){border-right:1px solid rgba(255,255,255,.07);border-top:1px solid rgba(255,255,255,.07)}.stats__item:nth-child(4){border-right:none;border-top:1px solid rgba(255,255,255,.07)}}.stats__number{display:block;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:400;color:#c9a84c;line-height:1;margin-bottom:.5rem}.stats__label{display:block;font-size:.72rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:#a0a0b0}@media (max-width: 768px){.stats{padding-block:3rem}.stats__grid{grid-template-columns:repeat(2,1fr)}.stats__item{border-right:1px solid rgba(255,255,255,.07);padding:1.5rem 1rem}.stats__item:nth-child(2n){border-right:none}.stats__item:nth-child(n+3){border-top:1px solid rgba(255,255,255,.07)}.stats__number{font-size:2.2rem}}.services{background:#0a0a0a}.services .container{max-width:1280px;margin-inline:auto;padding-inline:2rem}.services__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff12}@media (max-width: 992px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.services__grid{grid-template-columns:1fr}}.service-card{background:#0a0a0a;padding:3rem 2rem;transition:background .3s ease;position:relative}.service-card:hover{background:#121212}.service-card:hover .service-card__icon{color:#c9a84c}.service-card:hover .service-card__arrow{opacity:1;transform:translate(0)}.service-card__icon{font-size:1.5rem;color:#9a7928;margin-bottom:1.5rem;transition:color .3s ease;display:block}.service-card h3{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:400;color:#fff;margin-bottom:1rem;line-height:1.3}.service-card p{font-size:.82rem;color:#a0a0b0;line-height:1.85;font-weight:300}.service-card__arrow{display:block;margin-top:1.5rem;color:#c9a84c;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;opacity:0;transform:translate(-8px);transition:all .3s ease}@media (max-width: 768px){.services{position:relative;overflow-x:clip}.services__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.services__grid::-webkit-scrollbar{display:none}.services__grid .service-card{flex:0 0 82vw;max-width:360px;scroll-snap-align:start;border-right:1px solid rgba(255,255,255,.07)}.services__grid .service-card:last-child{border-right:none}}@media (min-width: 769px) and (max-width: 992px){.services__grid{grid-template-columns:repeat(2,1fr)!important}}.about{position:relative;min-height:620px;overflow:hidden;display:flex;align-items:stretch;justify-content:flex-end}.about__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.about:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1}.about__content{position:relative;z-index:2;width:50%;max-width:560px;background:#0a0a0a80;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:8rem 5rem;display:flex;flex-direction:column;justify-content:center}@media (max-width: 1200px){.about__content{padding:5rem 3rem}}@media (max-width: 992px){.about__content{width:65%}}@media (max-width: 768px){.about__content{width:100%;max-width:100%;padding:3rem 2rem;background:#0a0a0aa6}}.about__content p{color:#ffffffbf;font-size:.88rem;line-height:2;font-weight:300;margin-bottom:1.5rem}.about__content .section__eyebrow{justify-content:flex-start}.about__content .section__title{margin-bottom:2rem;text-align:left}.testimonials{background:#121212}.testimonials .container{max-width:1280px;margin-inline:auto;padding-inline:2rem}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff12}@media (max-width: 768px){.testimonials__grid{grid-template-columns:1fr}}.testimonial{background:#121212;padding:3rem 2rem;position:relative}.testimonial:before{content:"“";font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:5rem;color:#c9a84c26;position:absolute;top:1rem;left:2rem;line-height:1}.testimonial p{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:.95rem;font-style:italic;color:#ffffffb3;line-height:1.8;margin-bottom:2rem;position:relative;font-weight:400}.testimonial__stars{color:#c9a84c;font-size:.8rem;letter-spacing:2px;margin-bottom:1rem;display:block}.testimonial__author{display:flex;flex-direction:column;gap:2px;padding-top:1rem;border-top:1px solid rgba(255,255,255,.07)}.testimonial__author strong{font-size:.82rem;font-weight:600;color:#fff;letter-spacing:.05em}.testimonial__author span{font-size:.72rem;color:#c9a84c;letter-spacing:.1em}@media (max-width: 768px){.testimonials{position:relative;overflow-x:clip}.testimonials__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.testimonials__grid::-webkit-scrollbar{display:none}.testimonials__grid .testimonial{flex:0 0 90vw;max-width:420px;scroll-snap-align:start;border-right:1px solid rgba(255,255,255,.07)}.testimonials__grid .testimonial:last-child{border-right:none}}.latest{background:#0a0a0a}.latest .container{max-width:1280px;margin-inline:auto;padding-inline:2rem}.latest__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 992px){.latest__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.latest__grid{grid-template-columns:1fr}}@media (max-width: 768px){.latest{position:relative;overflow-x:clip}.latest__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;gap:0}.latest__grid::-webkit-scrollbar{display:none}.latest__grid .prop-card{flex:0 0 88vw;max-width:400px;scroll-snap-align:start;margin-right:1px}.latest__grid .prop-card:last-child{margin-right:0}}@media (min-width: 769px) and (max-width: 992px){.latest__grid{grid-template-columns:repeat(2,1fr)!important}}.cta-banner{padding-block:8rem;background:#121212;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);text-align:center;position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(201,168,76,.05) 0%,transparent 70%);pointer-events:none}.cta-banner .container{position:relative;max-width:1280px;margin-inline:auto;padding-inline:2rem}.cta-banner__line{width:1px;height:60px;background:linear-gradient(to bottom,transparent,#c9a84c,transparent);margin:0 auto 3rem}.cta-banner h2{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;color:#fff;margin-bottom:1.5rem;line-height:1.2}.cta-banner h2 em{font-style:italic;color:#e5ca82}.cta-banner p{color:#a0a0b0;font-size:.88rem;font-weight:300;margin-bottom:3rem;max-width:440px;margin-inline:auto}.cta-banner__actions{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}@media (max-width: 768px){.cta-banner{padding-block:5rem;padding-inline:1.5rem}.cta-banner h2{font-size:clamp(1.8rem,7vw,2.5rem)}.cta-banner__actions{flex-direction:column;align-items:stretch}.cta-banner__actions .btn{width:100%;justify-content:center}}
