.Hero-module___w2HtG__hero{width:100%;height:90vh;min-height:600px;color:var(--white);background-position:50%;background-size:cover;align-items:center;display:flex;position:relative}.Hero-module___w2HtG__overlay{z-index:1;background:linear-gradient(90deg,#000c 0%,#0006 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module___w2HtG__content{z-index:2;max-width:800px;position:relative}.Hero-module___w2HtG__subtitle{letter-spacing:4px;color:var(--primary-gold);margin-bottom:20px;font-size:.8rem;font-weight:600;animation:1s ease-out Hero-module___w2HtG__fadeInUp;display:block}.Hero-module___w2HtG__title{color:var(--white);margin-bottom:24px;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1;animation:1s ease-out .2s both Hero-module___w2HtG__fadeInUp}.Hero-module___w2HtG__description{color:#fffc;max-width:600px;margin-bottom:40px;font-size:1.1rem;animation:1s ease-out .4s both Hero-module___w2HtG__fadeInUp}.Hero-module___w2HtG__actions{gap:20px;animation:1s ease-out .6s both Hero-module___w2HtG__fadeInUp;display:flex}.Hero-module___w2HtG__primaryBtn{background:var(--primary-gold);color:var(--white);letter-spacing:1px;text-transform:uppercase;padding:16px 36px;font-size:.9rem;font-weight:600}.Hero-module___w2HtG__primaryBtn:hover{background:var(--secondary-gold);transform:translateY(-3px)}.Hero-module___w2HtG__secondaryBtn{border:1px solid var(--white);color:var(--white);letter-spacing:1px;text-transform:uppercase;padding:16px 36px;font-size:.9rem;font-weight:600}.Hero-module___w2HtG__secondaryBtn:hover{background:var(--white);color:var(--black);transform:translateY(-3px)}@keyframes Hero-module___w2HtG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module___w2HtG__hero{text-align:center;height:80vh}.Hero-module___w2HtG__content{margin:0 auto}.Hero-module___w2HtG__actions{flex-direction:column;justify-content:center}.Hero-module___w2HtG__title{font-size:clamp(2rem,8vw,2.5rem)}}
.PropertyCard-module__qE_AdG__card{background:var(--white);transition:var(--transition-smooth);border:1px solid #eee;overflow:hidden}.PropertyCard-module__qE_AdG__card:hover{border-color:var(--primary-gold);transform:translateY(-10px);box-shadow:0 20px 40px #0000000d}.PropertyCard-module__qE_AdG__imageWrapper{background:#f8f6f1;justify-content:center;align-items:center;height:250px;display:flex;position:relative;overflow:hidden}.PropertyCard-module__qE_AdG__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.PropertyCard-module__qE_AdG__card:hover .PropertyCard-module__qE_AdG__image{transform:scale(1.1)}.PropertyCard-module__qE_AdG__typeTag{background:var(--black);color:var(--white);letter-spacing:1px;text-transform:uppercase;z-index:2;padding:5px 12px;font-size:.7rem;position:absolute;top:15px;left:15px}.PropertyCard-module__qE_AdG__details{padding:25px}.PropertyCard-module__qE_AdG__location{color:var(--primary-gold);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:.8rem;font-weight:600;display:block}.PropertyCard-module__qE_AdG__title{-webkit-line-clamp:2;word-wrap:break-word;overflow-wrap:break-word;-webkit-box-orient:vertical;margin-bottom:15px;font-size:1.25rem;line-height:1.4;display:-webkit-box;overflow:hidden}.PropertyCard-module__qE_AdG__features{color:#777;border-bottom:1px solid #eee;gap:20px;margin-bottom:25px;padding-bottom:20px;font-size:.8rem;display:flex}.PropertyCard-module__qE_AdG__feature{align-items:center;gap:6px;display:flex}.PropertyCard-module__qE_AdG__feature svg{color:var(--primary-gold)}.PropertyCard-module__qE_AdG__footer{justify-content:space-between;align-items:center;display:flex}.PropertyCard-module__qE_AdG__price{font-family:var(--font-heading);color:var(--black);font-size:1.1rem;font-weight:700}.PropertyCard-module__qE_AdG__inquireBtn{text-transform:uppercase;letter-spacing:1px;color:var(--primary-gold);font-size:.8rem;font-weight:600}.PropertyCard-module__qE_AdG__inquireBtn:hover{color:var(--black)}
.FeaturedProperties-module__DxmwUW__header{justify-content:space-between;align-items:flex-end;margin-bottom:50px;display:flex}.FeaturedProperties-module__DxmwUW__title{margin-top:10px;font-size:2.5rem}.FeaturedProperties-module__DxmwUW__viewAll{border-bottom:1px solid var(--primary-gold);padding-bottom:5px;font-size:.9rem;font-weight:600}.FeaturedProperties-module__DxmwUW__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}@media (max-width:992px){.FeaturedProperties-module__DxmwUW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.FeaturedProperties-module__DxmwUW__header{flex-direction:column;align-items:flex-start;gap:20px}.FeaturedProperties-module__DxmwUW__grid{grid-template-columns:1fr}}
.ServicesTeaser-module__Cf8wvG__section{background:var(--off-white)}.ServicesTeaser-module__Cf8wvG__header{text-align:center;margin-bottom:60px}.ServicesTeaser-module__Cf8wvG__header span{letter-spacing:3px;margin-bottom:10px;font-size:.8rem;font-weight:600;display:block}.ServicesTeaser-module__Cf8wvG__header h2{font-size:2.5rem}.ServicesTeaser-module__Cf8wvG__grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.ServicesTeaser-module__Cf8wvG__card{background:var(--white);text-align:center;transition:var(--transition-smooth);border:1px solid #0000;padding:40px 30px}.ServicesTeaser-module__Cf8wvG__card:hover{border-color:var(--primary-gold);transform:translateY(-5px);box-shadow:0 15px 30px #0000000d}.ServicesTeaser-module__Cf8wvG__icon{margin-bottom:20px;font-size:2.5rem}.ServicesTeaser-module__Cf8wvG__card h3{margin-bottom:15px;font-size:1.25rem}.ServicesTeaser-module__Cf8wvG__card p{color:#666;font-size:.9rem;line-height:1.6}@media (max-width:992px){.ServicesTeaser-module__Cf8wvG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ServicesTeaser-module__Cf8wvG__grid{grid-template-columns:1fr}}
.page-module__yZmEsa__header{text-align:center;margin-bottom:50px}.page-module__yZmEsa__title{margin-bottom:15px;font-size:3rem}.page-module__yZmEsa__subtitle{color:#666;max-width:600px;margin:0 auto}.page-module__yZmEsa__filters{border-bottom:1px solid #eee;flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:40px;padding-bottom:20px;display:flex}.page-module__yZmEsa__filters button{color:#777;padding:8px 16px;font-size:.9rem;font-weight:500}.page-module__yZmEsa__filters button:hover{color:var(--primary-gold)}.page-module__yZmEsa__activeFilter{border-bottom:2px solid var(--primary-gold);color:var(--primary-gold)!important}.page-module__yZmEsa__spacer{flex-grow:1}.page-module__yZmEsa__sort{font-family:var(--font-body);color:#555;border:1px solid #eee;outline:none;padding:8px 15px}.page-module__yZmEsa__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.page-module__yZmEsa__noResults{text-align:center;color:#666;grid-column:1/-1;padding:100px 0}.page-module__yZmEsa__noResults button{color:var(--primary-gold);margin-top:20px;font-weight:600;text-decoration:underline}@media (max-width:992px){.page-module__yZmEsa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__yZmEsa__title{font-size:2.5rem}.page-module__yZmEsa__filters{justify-content:center;gap:10px}.page-module__yZmEsa__filters button{padding:6px 12px;font-size:.85rem}.page-module__yZmEsa__grid{grid-template-columns:1fr}}
.Testimonials-module__X7R5sW__section{background:var(--white)}.Testimonials-module__X7R5sW__header{text-align:center;margin-bottom:60px}.Testimonials-module__X7R5sW__header span{letter-spacing:3px;margin-bottom:10px;font-size:.8rem;font-weight:600;display:block}.Testimonials-module__X7R5sW__header h2{font-size:2.5rem}.Testimonials-module__X7R5sW__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.Testimonials-module__X7R5sW__card{background:var(--off-white);transition:var(--transition-smooth);border:1px solid #eee;padding:40px;position:relative}.Testimonials-module__X7R5sW__card:hover{border-color:var(--primary-gold);transform:translateY(-5px)}.Testimonials-module__X7R5sW__quote{font-family:var(--font-heading);color:var(--primary-gold);opacity:.3;margin-bottom:-20px;font-size:4rem;line-height:1}.Testimonials-module__X7R5sW__text{color:#555;z-index:2;margin-bottom:30px;font-size:1rem;font-style:italic;line-height:1.8;position:relative}.Testimonials-module__X7R5sW__meta{flex-direction:column;display:flex}.Testimonials-module__X7R5sW__meta strong{color:var(--black);font-size:1rem}.Testimonials-module__X7R5sW__meta span{color:var(--primary-gold);text-transform:uppercase;letter-spacing:1px;font-size:.85rem}@media (max-width:992px){.Testimonials-module__X7R5sW__grid{grid-template-columns:1fr}}
