.HeroSection-module__sBkrQG__hero{text-align:center;background-color:var(--color-background);justify-content:center;align-items:center;min-height:100dvh;padding:2rem;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__floatingDecor{pointer-events:none;z-index:1;filter:grayscale();transition:opacity 1s;position:absolute}.HeroSection-module__sBkrQG__decor1{opacity:.12;filter:blur(8px)grayscale();animation:15s ease-in-out infinite alternate HeroSection-module__sBkrQG__drift;top:10%;left:-5%}.HeroSection-module__sBkrQG__decor2{opacity:.08;filter:blur(12px)grayscale();animation:20s ease-in-out infinite alternate-reverse HeroSection-module__sBkrQG__drift;bottom:5%;right:-5%}.HeroSection-module__sBkrQG__decor3{opacity:.05;filter:blur(25px)grayscale();animation:25s ease-in-out infinite alternate HeroSection-module__sBkrQG__drift;top:40%;right:-10%}.HeroSection-module__sBkrQG__decor4{opacity:.1;filter:blur(4px)grayscale();animation:18s ease-in-out infinite alternate-reverse HeroSection-module__sBkrQG__drift;bottom:15%;left:5%}.HeroSection-module__sBkrQG__leaf1{opacity:.2;filter:blur(4px);z-index:3;animation:12s ease-in-out infinite alternate HeroSection-module__sBkrQG__drift;top:15%;right:15%}.HeroSection-module__sBkrQG__leaf2{opacity:.15;filter:blur(10px);animation:22s ease-in-out infinite alternate-reverse HeroSection-module__sBkrQG__drift;bottom:20%;left:10%}@keyframes HeroSection-module__sBkrQG__drift{0%{transform:translate(0)rotate(0)}50%{transform:translate(20px,-30px)rotate(5deg)}to{transform:translate(-10px,15px)rotate(-3deg)}}.HeroSection-module__sBkrQG__heroContent{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:800px;animation:1.5s cubic-bezier(.16,1,.3,1) HeroSection-module__sBkrQG__fadeIn;display:flex}.HeroSection-module__sBkrQG__eidGreeting{font-family:var(--font-heading);letter-spacing:.4em;color:var(--color-primary);text-transform:uppercase;justify-content:center;margin-bottom:2rem;font-size:1.1rem;font-style:italic;display:flex}.HeroSection-module__sBkrQG__title{font-family:var(--font-heading);color:var(--color-text-dark);letter-spacing:-.02em;text-wrap:balance;margin-bottom:3rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:300;line-height:1.1}.HeroSection-module__sBkrQG__buttonGroup{gap:2rem;margin-top:1rem;display:flex}.HeroSection-module__sBkrQG__primaryBtn,.HeroSection-module__sBkrQG__secondaryBtn{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;padding:1.2rem 3.5rem;font-size:.85rem;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1)}.HeroSection-module__sBkrQG__primaryBtn{background:var(--bg-gold);color:#000;border-radius:0!important}.HeroSection-module__sBkrQG__primaryBtn:hover{color:var(--color-text-dark);background-color:#0000}.HeroSection-module__sBkrQG__secondaryBtn{color:var(--color-text-dark);border:1px solid rgba(var(--color-rgb-overlay), .2);background-color:#0000;border-radius:0!important}.HeroSection-module__sBkrQG__secondaryBtn:hover{border-color:var(--color-text-dark);background-color:rgba(var(--color-rgb-overlay), .05)}@keyframes HeroSection-module__sBkrQG__fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.HeroSection-module__sBkrQG__hero{min-height:100dvh;padding:2rem 1.5rem}.HeroSection-module__sBkrQG__eidGreeting{font-size:.9rem}.HeroSection-module__sBkrQG__buttonGroup{flex-direction:column;gap:1rem;width:100%}.HeroSection-module__sBkrQG__primaryBtn,.HeroSection-module__sBkrQG__secondaryBtn{text-align:center;width:100%;padding:1.2rem}}
.Gallery-module__3QxX8q__gallerySection{background-color:var(--color-background);padding:10rem 0}.Gallery-module__3QxX8q__isHidden{opacity:0;transform:translateY(60px)}.Gallery-module__3QxX8q__isVisible{opacity:1;transition:opacity 1.2s cubic-bezier(.2,.8,.2,1),transform 1.2s cubic-bezier(.2,.8,.2,1);transform:translateY(0)}.Gallery-module__3QxX8q__header{text-align:center;margin-bottom:8rem}.Gallery-module__3QxX8q__subtitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.3em;color:rgba(var(--color-rgb-overlay),.5);margin-bottom:1.5rem;font-size:.85rem;display:block}.Gallery-module__3QxX8q__title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-dark);font-size:3.5rem}.Gallery-module__3QxX8q__editorialGrid{grid-template-columns:repeat(2,1fr);gap:8rem 10rem;max-width:1600px;margin:0 auto;padding:0 15vw;display:grid}.Gallery-module__3QxX8q__galleryItem{flex-direction:column;gap:2rem;display:flex}.Gallery-module__3QxX8q__galleryItem:nth-child(2n){margin-top:15rem}.Gallery-module__3QxX8q__imageWrapper{aspect-ratio:4/5;width:100%;position:relative;overflow:hidden}.Gallery-module__3QxX8q__realImage{filter:grayscale(10%);transition:transform 1.2s cubic-bezier(.2,.8,.2,1)}.Gallery-module__3QxX8q__galleryItem:hover .Gallery-module__3QxX8q__realImage{filter:grayscale(0%);transform:scale(1.05)}.Gallery-module__3QxX8q__meta{border-bottom:1px solid rgba(var(--color-rgb-overlay),.1);flex-direction:column;align-items:flex-start;padding-bottom:1.5rem;transition:border-color .4s;display:flex}.Gallery-module__3QxX8q__galleryItem:hover .Gallery-module__3QxX8q__meta{border-bottom-color:rgba(var(--color-rgb-overlay),1)}.Gallery-module__3QxX8q__metaHeader{justify-content:space-between;width:100%;margin-bottom:.8rem;display:flex}.Gallery-module__3QxX8q__id{font-family:var(--font-body);letter-spacing:.2em;color:rgba(var(--color-rgb-overlay),.4);font-size:.8rem}.Gallery-module__3QxX8q__discoverText{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-dark);opacity:0;font-size:.75rem;transition:all .4s cubic-bezier(.2,.8,.2,1);transform:translate(-10px)}.Gallery-module__3QxX8q__galleryItem:hover .Gallery-module__3QxX8q__discoverText{opacity:1;transform:translate(0)}.Gallery-module__3QxX8q__designTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-dark);font-size:1.8rem;font-weight:400}.Gallery-module__3QxX8q__mobileIndicators{display:none}@media (max-width:1024px){.Gallery-module__3QxX8q__editorialGrid{gap:6rem 3rem;padding:0 5vw}}@media (max-width:768px){.Gallery-module__3QxX8q__editorialGrid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;gap:2rem;padding:0 1.5rem 1rem;display:flex;overflow-x:auto}.Gallery-module__3QxX8q__editorialGrid::-webkit-scrollbar{display:none}.Gallery-module__3QxX8q__galleryItem{scroll-snap-align:center;flex:0 0 75vw}.Gallery-module__3QxX8q__galleryItem:nth-child(2n){margin-top:0}.Gallery-module__3QxX8q__title{font-size:2.2rem}.Gallery-module__3QxX8q__gallerySection{padding:8rem 0 3rem}.Gallery-module__3QxX8q__header{margin-bottom:2rem}.Gallery-module__3QxX8q__designTitle{font-size:1.5rem}.Gallery-module__3QxX8q__mobileIndicators{justify-content:center;gap:.6rem;margin-top:1rem;display:flex}.Gallery-module__3QxX8q__dot{background-color:rgba(var(--color-rgb-overlay),.2);border-radius:50%;width:6px;height:6px;transition:all .4s cubic-bezier(.2,.8,.2,1)}.Gallery-module__3QxX8q__dotActive{background-color:rgba(var(--color-rgb-overlay),.8);border-radius:3px;width:20px}}
.Packages-module__ZuoChq__packagesSection{background-color:var(--color-secondary);padding:8rem 0}.Packages-module__ZuoChq__introText{text-align:center;max-width:700px;font-family:var(--font-body);color:rgba(var(--color-rgb-overlay), .5);letter-spacing:.03em;margin:-2rem auto 4rem;font-size:1rem;font-weight:300;line-height:1.8}.Packages-module__ZuoChq__packageList{flex-direction:column;gap:4rem;max-width:1000px;margin:0 auto;display:flex}.Packages-module__ZuoChq__card{background-color:var(--color-background);border:1px solid rgba(var(--color-rgb-overlay), .1);flex-direction:column;width:100%;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;border-radius:0!important}.Packages-module__ZuoChq__card:hover{border-color:var(--color-primary);box-shadow:0 20px 50px #0003}.Packages-module__ZuoChq__cardTop{cursor:pointer;z-index:10;color:inherit;background-color:#0000;grid-template-columns:1fr 400px;text-decoration:none;display:grid}.Packages-module__ZuoChq__cardInfo{flex-direction:column;padding:4rem;display:flex;position:relative}.Packages-module__ZuoChq__badge{background:var(--bg-gold);color:#000;font-size:.65rem;font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;align-self:flex-start;margin-bottom:2rem;padding:.5rem 1rem;font-weight:600;display:inline-block;border-radius:0!important}.Packages-module__ZuoChq__cardTitle{font-family:var(--font-heading);color:var(--color-text-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-size:2rem}.Packages-module__ZuoChq__priceContainer{align-items:baseline;gap:1.5rem;margin-bottom:3rem;display:flex}.Packages-module__ZuoChq__oldPrice{font-family:var(--font-body);color:rgba(var(--color-rgb-overlay), .3);font-size:1.2rem;text-decoration:line-through}.Packages-module__ZuoChq__newPrice{font-family:var(--font-heading);color:var(--color-text-dark);font-size:3.5rem;font-weight:400}.Packages-module__ZuoChq__features{grid-template-columns:1fr 1fr;gap:1rem 2rem;margin-bottom:2.5rem;list-style:none;display:grid}.Packages-module__ZuoChq__featureItem{color:var(--color-text-dark);letter-spacing:.05em;font-size:1rem;font-family:var(--font-body);align-items:center;gap:.75rem;display:flex}.Packages-module__ZuoChq__checkIcon{width:18px;height:18px;color:var(--color-primary);flex-shrink:0}.Packages-module__ZuoChq__expandHint{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--color-primary);align-items:center;gap:.5rem;margin-top:2rem;font-size:.75rem;font-weight:500;display:flex}.Packages-module__ZuoChq__cardImage{background:rgba(var(--color-rgb-overlay), .02);height:100%;position:relative;overflow:hidden}.Packages-module__ZuoChq__cardImage img{object-fit:contain;transition:transform 1s cubic-bezier(.16,1,.3,1)}.Packages-module__ZuoChq__card:hover .Packages-module__ZuoChq__cardImage img{transform:scale(1.05)}.Packages-module__ZuoChq__bookingContainer{border-top:1px solid rgba(var(--color-rgb-overlay), .05);background-color:rgba(var(--color-rgb-overlay), .01);padding:3rem 4rem}.Packages-module__ZuoChq__bookNowBtn{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;cursor:pointer;border:none;width:100%;padding:1.5rem 3rem;font-size:1rem;font-weight:600;transition:all .4s;background:var(--bg-gold)!important;color:#000!important;border-radius:0!important}.Packages-module__ZuoChq__bookNowBtn:hover{background-color:var(--color-text-dark);color:var(--color-background)}.Packages-module__ZuoChq__bookingInfo{text-align:center;color:var(--color-text-dark);opacity:.5;letter-spacing:.15em;text-transform:uppercase;margin-top:1.5rem;font-size:.7rem;display:block}@media (max-width:1024px){.Packages-module__ZuoChq__cardTop{grid-template-columns:1fr}.Packages-module__ZuoChq__cardImage{order:-1;height:400px}.Packages-module__ZuoChq__cardInfo{padding:2.5rem}.Packages-module__ZuoChq__features{grid-template-columns:1fr}}@media (max-width:768px){.Packages-module__ZuoChq__newPrice{font-size:2.5rem}.Packages-module__ZuoChq__cardImage{height:300px}.Packages-module__ZuoChq__packageList{gap:2rem}}
