.Navbar-module__cJzEcG__navbar{z-index:100;color:#fff;background-color:#0000;justify-content:space-between;align-items:center;width:100%;padding:2rem 4rem;transition:all .3s;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(16px);background-color:#000000d9;padding:1.5rem 4rem}.Navbar-module__cJzEcG__logo{font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__logoIcon{background-color:var(--accent);clip-path:polygon(0 0,100% 0,100% 70%,70% 70%,70% 100%,0 100%);border-radius:2px;width:24px;height:24px}.Navbar-module__cJzEcG__navLinks{letter-spacing:.15em;text-transform:uppercase;gap:3rem;font-size:.75rem;font-weight:500;display:flex}.Navbar-module__cJzEcG__navLinks a:hover{color:var(--accent)}.Navbar-module__cJzEcG__mobileMenuBtn{cursor:pointer;flex-direction:column;gap:6px;display:none}.Navbar-module__cJzEcG__line{background-color:#fff;width:24px;height:1px}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks{z-index:99;background-color:#050505;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;height:100vh;transition:right .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-100%}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__mobileMenuOpen{right:0}.Navbar-module__cJzEcG__navLinks a{letter-spacing:.2em;font-size:1.5rem}.Navbar-module__cJzEcG__mobileMenuBtn{z-index:101;transition:all .3s;display:flex}.Navbar-module__cJzEcG__btnActive .Navbar-module__cJzEcG__line:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__btnActive .Navbar-module__cJzEcG__line:nth-child(2){opacity:0}.Navbar-module__cJzEcG__btnActive .Navbar-module__cJzEcG__line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__navbar,.Navbar-module__cJzEcG__scrolled{padding:.5rem 1.5rem}.Navbar-module__cJzEcG__logo{font-size:1rem}.Navbar-module__cJzEcG__logoIcon{width:18px;height:18px}.Navbar-module__cJzEcG__mobileMenuBtn{z-index:101;gap:4px;transition:all .3s;display:flex}.Navbar-module__cJzEcG__line{width:20px}}
.Footer-module__S6Hkya__footer{color:#fff;background-color:#000;padding:10rem 4rem 4rem}.Footer-module__S6Hkya__subscribeContainer{justify-content:center;margin-bottom:12rem;display:flex}.Footer-module__S6Hkya__subscribeLayout{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:900px;display:flex}.Footer-module__S6Hkya__titleArea{text-align:left;flex:1}.Footer-module__S6Hkya__journalTitle{font-family:var(--font-sans);color:#fff;margin:0 0 .5rem;font-size:3rem;font-weight:400;line-height:1}.Footer-module__S6Hkya__description{letter-spacing:.2em;text-transform:uppercase;color:var(--muted-foreground);max-width:400px;margin-top:0;font-size:.65rem;line-height:1.6}.Footer-module__S6Hkya__form{flex:1;max-width:500px;margin-top:0}.Footer-module__S6Hkya__inputGroup{flex-direction:column;gap:.5rem;width:100%;display:flex}.Footer-module__S6Hkya__labelSmall{letter-spacing:.1em;color:#444;text-transform:uppercase;margin-bottom:0;font-size:.6rem;font-weight:600}.Footer-module__S6Hkya__inputRow{border-bottom:1px solid #333;align-items:center;width:100%;padding-bottom:.5rem;display:flex}.Footer-module__S6Hkya__inputField{color:#fff;letter-spacing:.05em;background:0 0;border:none;outline:none;flex:1;padding-right:1rem;font-size:.85rem}.Footer-module__S6Hkya__subscribeBtn{color:var(--accent);letter-spacing:.3em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;padding:0;font-size:.7rem;font-weight:700;transition:opacity .3s}.Footer-module__S6Hkya__subscribeBtn:hover{opacity:.8}.Footer-module__S6Hkya__grid{border-top:1px solid var(--muted);grid-template-columns:1.5fr repeat(4,1fr);gap:4rem;padding-top:4rem;display:grid}.Footer-module__S6Hkya__brandColumn{flex-direction:column;gap:2rem;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.Footer-module__S6Hkya__logoIcon{background-color:var(--accent);clip-path:polygon(0 0,100% 0,100% 70%,70% 70%,70% 100%,0 100%);width:20px;height:20px}.Footer-module__S6Hkya__brandDesc{letter-spacing:.05em;color:var(--muted-foreground);text-transform:uppercase;max-width:250px;font-size:.7rem;line-height:1.6}.Footer-module__S6Hkya__column{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__S6Hkya__columnHeader{color:var(--accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.Footer-module__S6Hkya__link{letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground);font-size:.7rem;transition:color .3s}.Footer-module__S6Hkya__link:hover{color:#fff}@media (max-width:1024px){.Footer-module__S6Hkya__footer{padding:1rem 2rem 4rem}.Footer-module__S6Hkya__subscribeContainer{margin-bottom:6rem}.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:3rem}.Footer-module__S6Hkya__brandColumn{grid-column:span 2}.Footer-module__S6Hkya__subscribeLayout{flex-direction:column;align-items:flex-start;gap:2rem}.Footer-module__S6Hkya__form{width:100%}.Footer-module__S6Hkya__journalTitle{font-size:2.25rem}}@media (max-width:600px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr}.Footer-module__S6Hkya__brandColumn{grid-column:span 1}}
.PropertyHero-module__fkbN7a__hero{text-align:center;color:#fff;background-color:#000;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:80vh;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.PropertyHero-module__fkbN7a__heroImage{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.PropertyHero-module__fkbN7a__hero:after{content:"";z-index:1;background:#0006;position:absolute;inset:0}.PropertyHero-module__fkbN7a__content{z-index:10;position:relative}.PropertyHero-module__fkbN7a__location{letter-spacing:.25em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem;font-size:.875rem;display:block}.PropertyHero-module__fkbN7a__title{font-family:var(--font-sans);text-transform:uppercase;margin:0;font-size:clamp(2.5rem,8vw,6rem);font-weight:800;line-height:1.1}@media (min-width:1025px){.PropertyHero-module__fkbN7a__hero{min-height:100vh}}@media (max-width:768px){.PropertyHero-module__fkbN7a__hero{min-height:60vh}.PropertyHero-module__fkbN7a__title{font-size:2.3rem}}
.PropertyStats-module__VHNLuG__section{background-color:#050505;border-top:none;width:100%;padding:4rem 0}.PropertyStats-module__VHNLuG__container{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto;padding:0 4rem;display:grid}.PropertyStats-module__VHNLuG__statGroup{flex-direction:column;align-items:center;gap:.5rem;display:flex}.PropertyStats-module__VHNLuG__label{letter-spacing:.2em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.5rem;font-size:.7rem}.PropertyStats-module__VHNLuG__value{font-family:var(--font-sans);color:#fff;font-size:2.5rem;font-weight:400;line-height:1}.PropertyStats-module__VHNLuG__unit{color:var(--muted-foreground);letter-spacing:.1em;margin-left:.25rem;font-size:.8rem;font-weight:500}@media (max-width:1024px){.PropertyStats-module__VHNLuG__container{grid-template-columns:repeat(2,1fr);gap:4rem}}@media (max-width:600px){.PropertyStats-module__VHNLuG__container{grid-template-columns:1fr}}
.AboutHero-module__YnoRGq__hero{text-align:center;color:#fff;background-image:linear-gradient(#0009,#000c),url(https://images.unsplash.com/photo-1541888946425-d81bb19240f5?q=80&w=1200&auto=format&fit=crop);background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.AboutHero-module__YnoRGq__content{z-index:10;margin-top:4rem;position:relative}.AboutHero-module__YnoRGq__est{color:var(--accent);letter-spacing:.3em;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.AboutHero-module__YnoRGq__headline{font-family:var(--font-sans);text-transform:uppercase;z-index:2;margin:0;font-size:clamp(4rem,10vw,8rem);font-weight:900;line-height:.9;position:relative}.AboutHero-module__YnoRGq__outlineText{font-family:var(--font-sans);color:#0000;-webkit-text-stroke:1px #ffffff4d;text-transform:uppercase;z-index:1;pointer-events:none;opacity:.5;width:100%;font-size:clamp(4rem,10vw,8rem);font-weight:900;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.AboutHero-module__YnoRGq__subtext{color:#ccc;max-width:600px;margin-top:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.AboutHero-module__YnoRGq__scrollIndicator{border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-top:4rem;margin-left:auto;margin-right:auto;display:flex}.AboutHero-module__YnoRGq__arrow{border-bottom:2px solid #fff;border-right:2px solid #fff;width:8px;height:8px;margin-top:-4px;transform:rotate(45deg)}
.Hero-module__ZARIfG__hero{text-align:center;background-color:var(--background);color:#fff;background:linear-gradient(#00000080 0%,#000000b3 100%),url(https://images.unsplash.com/photo-1511818966892-d7d671e672a2?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80) 50%/cover no-repeat;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroContent{z-index:10;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.Hero-module__ZARIfG__title{font-family:var(--font-sans);letter-spacing:-.02em;opacity:0;font-size:clamp(3rem,10vw,8rem);font-weight:300;line-height:1;animation:1.5s ease-out .5s forwards Hero-module__ZARIfG__fadeIn}.Hero-module__ZARIfG__subtitle{font-family:var(--font-sans);letter-spacing:.25em;text-transform:uppercase;opacity:0;max-width:600px;font-size:.875rem;line-height:1.6;animation:1.5s ease-out 1s forwards Hero-module__ZARIfG__fadeIn}.Hero-module__ZARIfG__scrollIndicator{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.2em;text-transform:uppercase;opacity:.7;align-items:center;gap:1rem;font-size:.75rem;display:flex;position:absolute;bottom:3rem;left:3rem;transform:rotate(180deg)}.Hero-module__ZARIfG__scrollLine{background-color:var(--accent);width:1px;height:40px;margin-top:1rem}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__ZARIfG__scrollIndicator{display:none}}
.PropertyNarrative-module__k59Plq__section{background-color:var(--background);color:#fff;padding:10rem 0}.PropertyNarrative-module__k59Plq__container{grid-template-columns:1fr 1fr;align-items:start;gap:8rem;max-width:1400px;margin:0 auto;padding:0 4rem;display:grid}.PropertyNarrative-module__k59Plq__headline{font-family:var(--font-serif);margin-bottom:4rem;font-size:clamp(2.5rem,4vw,4rem);font-weight:400;line-height:1.1}.PropertyNarrative-module__k59Plq__accentLineContainer{align-items:center;gap:1.5rem;margin-bottom:6rem;display:flex}.PropertyNarrative-module__k59Plq__line{background-color:var(--accent);width:60px;height:1px}.PropertyNarrative-module__k59Plq__accentLabel{color:var(--accent);letter-spacing:.2rem;text-transform:uppercase;font-size:.75rem;font-weight:700}.PropertyNarrative-module__k59Plq__locationBadge{background-color:#111;border:1px solid #333;border-radius:8px;align-items:center;gap:1rem;width:fit-content;margin-top:auto;padding:1rem 1.5rem;display:flex}.PropertyNarrative-module__k59Plq__pinIcon{border:2px solid var(--accent);border-radius:50%;width:12px;height:12px;position:relative}.PropertyNarrative-module__k59Plq__pinIcon:after{content:"";border-left:3px solid #0000;border-right:3px solid #0000;border-top:6px solid var(--accent);width:0;height:0;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.PropertyNarrative-module__k59Plq__locationInfo{flex-direction:column;display:flex}.PropertyNarrative-module__k59Plq__locLabel{color:var(--muted-foreground);letter-spacing:.1em;margin-bottom:.2rem;font-size:.6rem}.PropertyNarrative-module__k59Plq__locCoords{font-family:var(--font-sans);letter-spacing:.05em;font-size:.8rem;font-weight:600}.PropertyNarrative-module__k59Plq__introParagraph{color:#eee;margin-bottom:2rem;font-size:1.5rem;line-height:1.4}.PropertyNarrative-module__k59Plq__text{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}@media (max-width:1024px){.PropertyNarrative-module__k59Plq__container{grid-template-columns:1fr;gap:4rem}}
.AboutIntro-module__Vsdbla__section{color:#fff;background-color:#050505;padding:8rem 4rem}.AboutIntro-module__Vsdbla__container{grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto 8rem;display:grid}.AboutIntro-module__Vsdbla__title{font-family:var(--font-sans);margin-bottom:2rem;font-size:4rem;font-weight:800;line-height:1.1}.AboutIntro-module__Vsdbla__highlight{color:var(--accent);font-style:italic;font-family:var(--font-serif);font-weight:400}.AboutIntro-module__Vsdbla__label{letter-spacing:.2rem;text-transform:uppercase;color:var(--muted-foreground);border-top:1px solid #333;width:fit-content;margin-top:2rem;padding-top:2rem;font-size:.75rem;font-weight:700;display:block}.AboutIntro-module__Vsdbla__quote{color:#ddd;font-size:2rem;line-height:1.4}.AboutIntro-module__Vsdbla__bold{color:#fff;font-weight:700}.AboutIntro-module__Vsdbla__accent{color:var(--accent)}.AboutIntro-module__Vsdbla__featureGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.AboutIntro-module__Vsdbla__imageCard{filter:grayscale();background-image:url(https://images.unsplash.com/photo-1518640165980-d3e0e2aa2c19?q=80&w=1000&auto=format&fit=crop);background-position:50%;background-size:cover;border-radius:8px;height:500px;position:relative}.AboutIntro-module__Vsdbla__textCard{padding-left:2rem}.AboutIntro-module__Vsdbla__textTitle{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.AboutIntro-module__Vsdbla__textDesc{color:var(--muted-foreground);max-width:500px;font-size:1.1rem;line-height:1.8}@media (max-width:1024px){.AboutIntro-module__Vsdbla__container,.AboutIntro-module__Vsdbla__featureGrid{grid-template-columns:1fr;gap:4rem}.AboutIntro-module__Vsdbla__title{font-size:3rem}.AboutIntro-module__Vsdbla__textCard{padding-left:0}}
.BrutalistSeries-module__ERpY-q__section{background-color:var(--background);color:#fff;padding:8rem 4rem}.BrutalistSeries-module__ERpY-q__header{justify-content:space-between;align-items:flex-end;margin-bottom:6rem;display:flex}.BrutalistSeries-module__ERpY-q__titleArea{max-width:600px}.BrutalistSeries-module__ERpY-q__seriesLabel{color:var(--accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:2rem;font-size:.875rem;display:block}.BrutalistSeries-module__ERpY-q__headline{font-family:var(--font-sans);margin:0;font-size:clamp(3rem,5vw,4.5rem);line-height:1.1}.BrutalistSeries-module__ERpY-q__description{text-align:right;letter-spacing:.1em;text-transform:uppercase;max-width:300px;color:var(--muted-foreground);font-size:.75rem;line-height:1.6}.BrutalistSeries-module__ERpY-q__contentGrid{grid-template-columns:repeat(2,1fr);align-items:flex-start;gap:2.5rem;max-width:1400px;margin-top:4rem;margin-left:auto;margin-right:auto;display:grid}.BrutalistSeries-module__ERpY-q__card{cursor:pointer;flex-direction:column;gap:1rem;max-width:550px;display:flex}.BrutalistSeries-module__ERpY-q__rightColumn{margin-top:8rem}.BrutalistSeries-module__ERpY-q__imageWrapper{border-radius:12px;width:100%;display:flex;position:relative;overflow:hidden}.BrutalistSeries-module__ERpY-q__imageWrapper img{object-fit:cover;width:100%;aspect-ratio:inherit;transition:transform .6s;display:block}.BrutalistSeries-module__ERpY-q__card:hover .BrutalistSeries-module__ERpY-q__imageWrapper img{transform:scale(1.05)}.BrutalistSeries-module__ERpY-q__landscapeRatio{aspect-ratio:16/9}.BrutalistSeries-module__ERpY-q__portraitRatio{aspect-ratio:3/2}.BrutalistSeries-module__ERpY-q__propertyName{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:.3rem;font-size:1rem;font-weight:500}.BrutalistSeries-module__ERpY-q__propertyMeta{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.1em;justify-content:space-between;align-items:baseline;font-size:.65rem;display:flex}.BrutalistSeries-module__ERpY-q__propertyPrice{color:var(--accent);font-size:.9rem;font-weight:600}@media (max-width:1024px){.BrutalistSeries-module__ERpY-q__section{padding:6rem 2rem}.BrutalistSeries-module__ERpY-q__header{flex-direction:column;align-items:flex-start;gap:3rem}.BrutalistSeries-module__ERpY-q__description{text-align:left;max-width:100%}.BrutalistSeries-module__ERpY-q__contentGrid{grid-template-columns:1fr;gap:4rem}.BrutalistSeries-module__ERpY-q__rightColumn{margin-top:0}}
.PropertyGallery-module__0TM2fW__section{background-color:var(--background);padding:2rem 0 10rem 4rem;overflow:hidden}.PropertyGallery-module__0TM2fW__header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;padding-right:4rem;display:flex}.PropertyGallery-module__0TM2fW__title{font-family:var(--font-serif);color:#fff;margin:0;font-size:clamp(2rem,3vw,3rem);font-weight:400}.PropertyGallery-module__0TM2fW__controls{gap:1rem;display:flex}.PropertyGallery-module__0TM2fW__button{color:#fff;cursor:pointer;background:0 0;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.PropertyGallery-module__0TM2fW__button:hover{color:#000;background-color:#fff;border-color:#fff}.PropertyGallery-module__0TM2fW__sliderContainer{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:2rem;padding-bottom:2rem;display:flex;overflow-x:auto}.PropertyGallery-module__0TM2fW__sliderContainer::-webkit-scrollbar{display:none}.PropertyGallery-module__0TM2fW__slide{border-radius:4px;flex:0 0 45vw;height:60vh;position:relative;overflow:hidden}.PropertyGallery-module__0TM2fW__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.PropertyGallery-module__0TM2fW__slide:hover .PropertyGallery-module__0TM2fW__image{transform:scale(1.05)}@media (max-width:1024px){.PropertyGallery-module__0TM2fW__section{padding:2rem 0 6rem 2rem}.PropertyGallery-module__0TM2fW__header{padding-right:2rem}.PropertyGallery-module__0TM2fW__slide{flex:0 0 70vw;height:50vh}}@media (max-width:600px){.PropertyGallery-module__0TM2fW__slide{flex:0 0 85vw;height:40vh}}
.AboutVisionaries-module__54MCAW__section{color:#fff;background-color:#080808;padding:6rem 4rem}.AboutVisionaries-module__54MCAW__header{max-width:1400px;margin:0 auto 6rem;position:relative}.AboutVisionaries-module__54MCAW__title{font-family:var(--font-sans);text-transform:uppercase;margin-bottom:1rem;font-size:4rem;font-weight:800}.AboutVisionaries-module__54MCAW__subtitle{color:var(--accent);letter-spacing:.2rem;text-transform:uppercase;margin-bottom:2rem;font-size:.75rem;font-weight:700;display:block}.AboutVisionaries-module__54MCAW__description{max-width:500px;color:var(--muted-foreground);text-align:right;margin-left:auto;line-height:1.6;position:absolute;top:50%;right:0;transform:translateY(-50%)}.AboutVisionaries-module__54MCAW__grid{grid-template-columns:repeat(2,1fr);gap:4rem;max-width:1400px;margin:0 auto;display:grid}.AboutVisionaries-module__54MCAW__card{flex-direction:column;display:flex}.AboutVisionaries-module__54MCAW__imageWrapper{border-radius:8px;width:100%;height:600px;margin-bottom:2rem;position:relative;overflow:hidden}.AboutVisionaries-module__54MCAW__image{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .3s}.AboutVisionaries-module__54MCAW__card:hover .AboutVisionaries-module__54MCAW__image{filter:grayscale(0%)}.AboutVisionaries-module__54MCAW__info{padding-right:2rem}.AboutVisionaries-module__54MCAW__name{margin-bottom:.5rem;font-size:2rem;font-weight:700}.AboutVisionaries-module__54MCAW__role{letter-spacing:.15em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:1.5rem;font-size:.75rem;display:block}.AboutVisionaries-module__54MCAW__quote{color:#ccc;font-style:italic;font-family:var(--font-serif);border-left:2px solid #333;padding-left:1rem;line-height:1.6}@media (max-width:1024px){.AboutVisionaries-module__54MCAW__grid{grid-template-columns:1fr}.AboutVisionaries-module__54MCAW__description{text-align:left;margin-top:2rem;margin-left:0;position:static;transform:none}}
.PropertyCard-module__F8wt-W__cardLink{color:inherit;text-decoration:none;display:block}.PropertyCard-module__F8wt-W__card{background-color:var(--card-bg);cursor:pointer;border:1px solid var(--border);aspect-ratio:1/1.3;border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.PropertyCard-module__F8wt-W__card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.PropertyCard-module__F8wt-W__imageWrapper{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.PropertyCard-module__F8wt-W__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.PropertyCard-module__F8wt-W__card:hover .PropertyCard-module__F8wt-W__image{transform:scale(1.05)}.PropertyCard-module__F8wt-W__badge{background-color:var(--accent);color:#fff;letter-spacing:.1em;z-index:10;border-radius:4px;padding:.25rem .75rem;font-size:.65rem;font-weight:700;position:absolute;top:1rem;left:1rem}.PropertyCard-module__F8wt-W__details{flex-direction:column;flex-grow:1;justify-content:center;gap:.5rem;padding:1.5rem;display:flex}.PropertyCard-module__F8wt-W__header{justify-content:space-between;align-items:flex-start;margin-bottom:.25rem;display:flex}.PropertyCard-module__F8wt-W__title{font-family:var(--font-sans);color:#fff;font-size:1.1rem;font-weight:600;line-height:1.2}.PropertyCard-module__F8wt-W__price{font-family:var(--font-sans);color:var(--accent);white-space:nowrap;font-size:1rem;font-weight:700}.PropertyCard-module__F8wt-W__location{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);margin-bottom:1rem;font-size:.75rem}.PropertyCard-module__F8wt-W__features{color:#ccc;letter-spacing:.05em;align-items:center;gap:.75rem;margin-top:auto;font-size:.7rem;font-weight:600;display:flex}.PropertyCard-module__F8wt-W__separator{background-color:var(--muted-foreground);border-radius:50%;width:4px;height:4px}
.PropertyAmenities-module__F1MvCa__section{color:#fff;text-align:center;background-color:#111;padding:10rem 4rem}.PropertyAmenities-module__F1MvCa__header{margin-bottom:8rem}.PropertyAmenities-module__F1MvCa__title{font-family:var(--font-serif);margin-bottom:1rem;font-size:3.5rem;font-weight:400}.PropertyAmenities-module__F1MvCa__subtitle{letter-spacing:.2em;text-transform:uppercase;color:var(--muted-foreground);font-size:.75rem;display:block}.PropertyAmenities-module__F1MvCa__grid{grid-template-columns:repeat(4,1fr);gap:6rem;max-width:1400px;margin:0 auto;display:grid}.PropertyAmenities-module__F1MvCa__card{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.PropertyAmenities-module__F1MvCa__iconWrapper{color:#fff;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;display:flex}.PropertyAmenities-module__F1MvCa__icon{width:28px;height:28px}.PropertyAmenities-module__F1MvCa__amenityTitle{letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.PropertyAmenities-module__F1MvCa__amenityDesc{color:var(--muted-foreground);max-width:250px;font-size:.8rem;line-height:1.6}@media (max-width:1024px){.PropertyAmenities-module__F1MvCa__grid{grid-template-columns:repeat(2,1fr);gap:4rem}}@media (max-width:600px){.PropertyAmenities-module__F1MvCa__grid{grid-template-columns:1fr}}
.Testimonials-module__ItA9Ha__section{color:#fff;background-color:#0f0f0f;padding:8rem 4rem}.Testimonials-module__ItA9Ha__label{color:var(--accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.75rem;display:block}.Testimonials-module__ItA9Ha__headline{font-family:var(--font-sans);margin-bottom:4rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.2}.Testimonials-module__ItA9Ha__content{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.Testimonials-module__ItA9Ha__quote{border:1px solid #ffffff26;flex-direction:column;gap:2rem;padding:3rem 2.5rem;transition:border-color .3s;display:flex}.Testimonials-module__ItA9Ha__quote:hover{border-color:#ffffff4d}.Testimonials-module__ItA9Ha__quoteText{font-family:var(--font-sans);color:#fff;margin:0;font-size:1.35rem;line-height:1.6}.Testimonials-module__ItA9Ha__author{font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.7rem;display:flex}.Testimonials-module__ItA9Ha__author:before{content:"";background-color:var(--accent);width:1px;height:24px}@media (max-width:768px){.Testimonials-module__ItA9Ha__section{padding:6rem 2rem}.Testimonials-module__ItA9Ha__content{grid-template-columns:1fr;gap:2rem}.Testimonials-module__ItA9Ha__quote{padding:2rem 1.5rem}}
.AboutTimeline-module__1rik9W__section{color:#fff;background-color:#050505;padding:8rem 4rem;overflow:hidden}.AboutTimeline-module__1rik9W__container{max-width:1400px;margin:0 auto;position:relative}.AboutTimeline-module__1rik9W__sectionTitle{font-family:var(--font-sans);color:#ffffff08;text-align:center;z-index:1;opacity:1;pointer-events:none;letter-spacing:-.02em;text-transform:uppercase;width:100%;font-size:20vw;font-weight:900;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AboutTimeline-module__1rik9W__timeline{z-index:2;margin-top:4rem;position:relative}.AboutTimeline-module__1rik9W__item{z-index:2;justify-content:space-between;align-items:center;gap:2rem;width:100%;margin-bottom:8rem;padding:0;display:flex;position:relative}.AboutTimeline-module__1rik9W__item:nth-child(2n){text-align:right;flex-direction:row-reverse}.AboutTimeline-module__1rik9W__line{background-color:#333;flex-grow:1;height:1px;margin:0 2rem}.AboutTimeline-module__1rik9W__year{font-family:var(--font-sans);color:#0000;-webkit-text-stroke:1px #ffffff4d;flex-shrink:0;font-size:clamp(6rem,10vw,8rem);font-weight:900;line-height:1;transition:all .3s}.AboutTimeline-module__1rik9W__item:hover .AboutTimeline-module__1rik9W__year{-webkit-text-stroke:1px #fff}.AboutTimeline-module__1rik9W__content{flex-shrink:0;max-width:500px}.AboutTimeline-module__1rik9W__title{margin-bottom:1rem;font-size:2rem;font-weight:700}.AboutTimeline-module__1rik9W__desc{color:var(--muted-foreground);line-height:1.6}@media (max-width:1024px){.AboutTimeline-module__1rik9W__item,.AboutTimeline-module__1rik9W__item:nth-child(2n){text-align:center;flex-direction:column;gap:2rem}.AboutTimeline-module__1rik9W__line{flex-grow:0;width:2px;height:4rem;margin:1rem 0}.AboutTimeline-module__1rik9W__content,.AboutTimeline-module__1rik9W__year{width:100%;max-width:100%}}
.ContactContent-module__R1NN3G__section{color:#fff;background-color:#050505;min-height:100vh;padding:10rem 4rem}.ContactContent-module__R1NN3G__container{max-width:1300px;margin:0 auto}.ContactContent-module__R1NN3G__header{margin-bottom:6rem}.ContactContent-module__R1NN3G__overline{text-transform:uppercase;letter-spacing:.3em;color:var(--accent);margin-bottom:1.5rem;font-size:.7rem;display:block}.ContactContent-module__R1NN3G__title{font-family:var(--font-sans);letter-spacing:-.02em;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.1}.ContactContent-module__R1NN3G__accentText{opacity:.4;font-style:italic;font-family:var(--font-serif);font-weight:400}.ContactContent-module__R1NN3G__contentGrid{grid-template-columns:1.5fr 1fr;align-items:flex-start;gap:8rem;display:grid}.ContactContent-module__R1NN3G__formContainer{width:100%}.ContactContent-module__R1NN3G__form{flex-direction:column;gap:2.5rem;display:flex}.ContactContent-module__R1NN3G__row{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.ContactContent-module__R1NN3G__inputGroup{flex-direction:column;gap:.75rem;display:flex}.ContactContent-module__R1NN3G__inputGroup label{text-transform:uppercase;letter-spacing:.15em;color:#666;font-size:.65rem}.ContactContent-module__R1NN3G__input,.ContactContent-module__R1NN3G__select,.ContactContent-module__R1NN3G__textarea{color:#fff;font-family:var(--font-sans);background:0 0;border:none;border-bottom:1px solid #222;outline:none;padding:1rem 0;font-size:1rem;font-weight:300;transition:all .3s}.ContactContent-module__R1NN3G__input::placeholder,.ContactContent-module__R1NN3G__textarea::placeholder{color:#333}.ContactContent-module__R1NN3G__input:focus,.ContactContent-module__R1NN3G__select:focus,.ContactContent-module__R1NN3G__textarea:focus{border-bottom-color:#fff}.ContactContent-module__R1NN3G__textarea{resize:none}.ContactContent-module__R1NN3G__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'%3E%3C/path%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;padding-right:2rem}.ContactContent-module__R1NN3G__select option{color:#fff;background:#111}.ContactContent-module__R1NN3G__submitBtn{color:#000;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:#fff;border:1px solid #fff;align-items:center;gap:1rem;width:fit-content;margin-top:1rem;padding:1.25rem 2.5rem;font-size:.8rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.ContactContent-module__R1NN3G__submitBtn:hover{color:#fff;background:0 0;gap:1.5rem}.ContactContent-module__R1NN3G__detailsContainer{flex-direction:column;gap:4rem;padding-top:2rem;display:flex}.ContactContent-module__R1NN3G__detailBlock h3{text-transform:uppercase;letter-spacing:.2em;color:#666;margin-bottom:1.5rem;font-size:.65rem}.ContactContent-module__R1NN3G__detailBlock p,.ContactContent-module__R1NN3G__detailBlock a{color:#fff;font-size:1.1rem;font-weight:300;line-height:1.6;text-decoration:none;transition:opacity .3s;display:block}.ContactContent-module__R1NN3G__detailBlock a:hover{opacity:.6}.ContactContent-module__R1NN3G__socialLinks{gap:1.5rem;display:flex}.ContactContent-module__R1NN3G__socialLinks a{color:#fff;transition:transform .3s}.ContactContent-module__R1NN3G__socialLinks a:hover{transform:translateY(-3px)}@media (max-width:1024px){.ContactContent-module__R1NN3G__contentGrid{grid-template-columns:1fr;gap:6rem}.ContactContent-module__R1NN3G__section{padding:8rem 2rem}.ContactContent-module__R1NN3G__title{font-size:2.5rem}}@media (max-width:768px){.ContactContent-module__R1NN3G__row{grid-template-columns:1fr}}
.LatestInsights-module__tpVpXW__section{color:#fff;background-color:#000;padding:8rem 4rem}.LatestInsights-module__tpVpXW__header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.LatestInsights-module__tpVpXW__label{color:var(--accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.LatestInsights-module__tpVpXW__headline{font-family:var(--font-sans);font-size:clamp(3rem,5vw,4.5rem);line-height:1}.LatestInsights-module__tpVpXW__viewAll{letter-spacing:.2em;text-transform:uppercase;color:var(--muted-foreground);font-size:.75rem;transition:color .3s}.LatestInsights-module__tpVpXW__viewAll:hover{color:var(--accent)}.LatestInsights-module__tpVpXW__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.LatestInsights-module__tpVpXW__card{cursor:pointer;flex-direction:column;gap:1.5rem;display:flex}.LatestInsights-module__tpVpXW__imageWrapper{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.LatestInsights-module__tpVpXW__image{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:transform .6s}.LatestInsights-module__tpVpXW__card:hover .LatestInsights-module__tpVpXW__image{filter:grayscale(0%);transform:scale(1.05)}.LatestInsights-module__tpVpXW__meta{letter-spacing:.15em;text-transform:uppercase;color:var(--muted-foreground);font-size:.65rem}.LatestInsights-module__tpVpXW__cardTitle{font-family:var(--font-sans);font-size:1.5rem;font-weight:400;line-height:1.3}@media (max-width:1024px){.LatestInsights-module__tpVpXW__section{padding:3rem 2rem 1rem}.LatestInsights-module__tpVpXW__grid{grid-template-columns:1fr;gap:3rem}.LatestInsights-module__tpVpXW__header{flex-direction:column;align-items:flex-start;gap:2rem;margin-bottom:3rem}}
.PropertiesGrid-module__XbqMlq__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:2rem 0;display:grid}@media (max-width:768px){.PropertiesGrid-module__XbqMlq__grid{grid-template-columns:1fr}}
.PropertyCTA-module__hfIj7G__section{text-align:center;color:#fff;background-color:#0a0a0a;justify-content:center;align-items:center;padding:12rem 4rem;display:flex;position:relative;overflow:hidden}.PropertyCTA-module__hfIj7G__section:before{content:"";filter:blur(40px);z-index:1;opacity:.6;background-image:linear-gradient(#00000080,#00000080),url(https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?q=80&w=1200&auto=format&fit=crop);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1.1)}.PropertyCTA-module__hfIj7G__content{z-index:10;max-width:800px;position:relative}.PropertyCTA-module__hfIj7G__title{font-family:var(--font-serif);margin-bottom:2rem;font-size:clamp(3rem,6vw,5rem);font-weight:400}.PropertyCTA-module__hfIj7G__subtitle{color:#ccc;margin-bottom:4rem;font-size:1rem;line-height:1.6}.PropertyCTA-module__hfIj7G__actions{justify-content:center;gap:2rem;display:flex}.PropertyCTA-module__hfIj7G__primaryBtn{background-color:var(--accent);color:#fff;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;border:none;padding:1.25rem 2.5rem;font-size:.75rem;font-weight:700;transition:background-color .3s}.PropertyCTA-module__hfIj7G__primaryBtn:hover{background-color:var(--accent-dark)}.PropertyCTA-module__hfIj7G__secondaryBtn{color:#fff;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;background-color:#0000;border:1px solid #555;padding:1.25rem 2.5rem;font-size:.75rem;font-weight:700;transition:border-color .3s}.PropertyCTA-module__hfIj7G__secondaryBtn:hover{border-color:#fff}@media (max-width:768px){.PropertyCTA-module__hfIj7G__actions{flex-direction:column;gap:1rem}}
