.Hero-module__JgYmMq__hero{background:radial-gradient(circle at 100% 0,#c147e90d,#0000);align-items:center;min-height:100vh;padding-top:120px;display:flex}.Hero-module__JgYmMq__heroContainer{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.Hero-module__JgYmMq__badge{color:var(--primary);background:#2d033b0d;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;display:inline-block}.Hero-module__JgYmMq__content h1{color:var(--primary);margin-bottom:1.5rem;font-size:4rem}.Hero-module__JgYmMq__highlight{color:var(--gold);position:relative}.Hero-module__JgYmMq__content p{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.2rem}.Hero-module__JgYmMq__actions{gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__JgYmMq__stats{border-top:1px solid #0000000d;gap:3rem;padding-top:2rem;display:flex}.Hero-module__JgYmMq__statItem{flex-direction:column;display:flex}.Hero-module__JgYmMq__statItem strong{color:var(--primary);font-size:1.5rem}.Hero-module__JgYmMq__statItem span{color:var(--text-muted);font-size:.9rem}.Hero-module__JgYmMq__imageContainer{position:relative}.Hero-module__JgYmMq__imageWrapper{aspect-ratio:1;width:100%;box-shadow:var(--shadow-lg);transition:var(--transition);border-radius:30px;position:relative;overflow:hidden;transform:rotate(2deg)}.Hero-module__JgYmMq__imageWrapper:hover{transform:rotate(0)scale(1.02)}.Hero-module__JgYmMq__image{object-fit:cover}.Hero-module__JgYmMq__floatingCard{background:var(--white);box-shadow:var(--shadow-md);border-radius:20px;align-items:center;gap:1rem;padding:1.2rem;animation:3s ease-in-out infinite Hero-module__JgYmMq__float;display:flex;position:absolute;bottom:-20px;left:-20px}.Hero-module__JgYmMq__icon{background:var(--grey);border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.5rem;display:flex}.Hero-module__JgYmMq__floatingCard strong{font-size:1rem;display:block}.Hero-module__JgYmMq__floatingCard span{color:var(--text-muted);font-size:.8rem}@keyframes Hero-module__JgYmMq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:992px){.Hero-module__JgYmMq__heroContainer{text-align:center;grid-template-columns:1fr}.Hero-module__JgYmMq__content h1{font-size:3rem}.Hero-module__JgYmMq__content p{margin-left:auto;margin-right:auto}.Hero-module__JgYmMq__actions,.Hero-module__JgYmMq__stats{justify-content:center}.Hero-module__JgYmMq__imageContainer{max-width:500px;margin:0 auto}}
.ProductGrid-module__I0z52G__products{background:var(--grey)}.ProductGrid-module__I0z52G__header{text-align:center;margin-bottom:4rem}.ProductGrid-module__I0z52G__header h2{color:var(--primary);margin-bottom:1rem;font-size:2.5rem}.ProductGrid-module__I0z52G__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.ProductGrid-module__I0z52G__card{background:var(--white);box-shadow:var(--shadow-sm);transition:var(--transition);border-radius:24px;overflow:hidden}.ProductGrid-module__I0z52G__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.ProductGrid-module__I0z52G__imageWrapper{aspect-ratio:16/10;width:100%;position:relative}.ProductGrid-module__I0z52G__image{object-fit:cover}.ProductGrid-module__I0z52G__tag{background:var(--gold);color:var(--primary);border-radius:50px;padding:.3rem .8rem;font-size:.8rem;font-weight:700;position:absolute;top:1rem;right:1rem}.ProductGrid-module__I0z52G__content{padding:1.5rem}.ProductGrid-module__I0z52G__content h3{color:var(--primary);margin-bottom:.5rem;font-size:1.3rem}.ProductGrid-module__I0z52G__content p{color:var(--text-muted);height:3rem;margin-bottom:1.5rem;font-size:.95rem;overflow:hidden}.ProductGrid-module__I0z52G__footer{justify-content:space-between;align-items:center;display:flex}.ProductGrid-module__I0z52G__price{color:var(--primary);font-size:1.1rem;font-weight:700}.ProductGrid-module__I0z52G__addBtn{background:var(--primary);color:var(--white);width:40px;height:40px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.ProductGrid-module__I0z52G__addBtn:hover{background:var(--secondary);transform:scale(1.1)}
.InstagramGallery-module__YZC4uW__instagram{background:var(--white)}.InstagramGallery-module__YZC4uW__header{text-align:center;margin-bottom:3rem}.InstagramGallery-module__YZC4uW__atSign{color:var(--secondary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600;display:block}.InstagramGallery-module__YZC4uW__header h2{color:var(--primary);margin-bottom:1rem;font-size:2.5rem}.InstagramGallery-module__YZC4uW__gallery{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem;display:grid}.InstagramGallery-module__YZC4uW__post{aspect-ratio:1;cursor:pointer;border-radius:12px;position:relative;overflow:hidden}.InstagramGallery-module__YZC4uW__image{object-fit:cover;transition:var(--transition)}.InstagramGallery-module__YZC4uW__overlay{width:100%;height:100%;color:var(--white);opacity:0;transition:var(--transition);background:#2d033b99;justify-content:center;align-items:center;gap:1.5rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.InstagramGallery-module__YZC4uW__post:hover .InstagramGallery-module__YZC4uW__overlay{opacity:1}.InstagramGallery-module__YZC4uW__post:hover .InstagramGallery-module__YZC4uW__image{transform:scale(1.1)}.InstagramGallery-module__YZC4uW__footer{text-align:center}@media (max-width:768px){.InstagramGallery-module__YZC4uW__gallery{grid-template-columns:repeat(2,1fr)}}
.Location-module__m0aHnW__location{background:var(--grey)}.Location-module__m0aHnW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Location-module__m0aHnW__content h2{color:var(--primary);margin-bottom:1.5rem;font-size:2.5rem}.Location-module__m0aHnW__content p{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem}.Location-module__m0aHnW__units{flex-direction:column;gap:2rem;display:flex}.Location-module__m0aHnW__unitCard{background:var(--white);box-shadow:var(--shadow-sm);border-left:5px solid var(--gold);border-radius:20px;padding:1.5rem}.Location-module__m0aHnW__unitCard h3{color:var(--primary);margin-bottom:.8rem}.Location-module__m0aHnW__unitCard p{color:var(--text-muted);margin-bottom:.5rem;font-size:.95rem}.Location-module__m0aHnW__mapWrapper{width:100%;height:400px}.Location-module__m0aHnW__mapMock{width:100%;height:100%;color:var(--text-muted);background:#e0e0e0;border:2px dashed #ccc;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;font-weight:600;display:flex}.Location-module__m0aHnW__mapPin{margin-bottom:1rem;font-size:3rem}@media (max-width:992px){.Location-module__m0aHnW__grid{grid-template-columns:1fr}.Location-module__m0aHnW__mapWrapper{height:300px}}
