.Hero-module__ZARIfG__hero{align-items:center;min-height:calc(100vh - 80px);display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroActionContainer{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.Hero-module__ZARIfG__mobileReserveBtn{display:none}.Hero-module__ZARIfG__desktopImageWrapper{display:block}.Hero-module__ZARIfG__mobileImageWrapper{display:none}.Hero-module__ZARIfG__overlay{z-index:2;background:linear-gradient(90deg,#000000b3 0%,#0006 50%,#0000001a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:3;flex-direction:column;justify-content:center;width:100%;padding:0 4rem;animation:1s ease-out forwards Hero-module__ZARIfG__fadeIn;display:flex;position:relative}.Hero-module__ZARIfG__textContent{text-align:left;flex:1;padding-right:2rem}.Hero-module__ZARIfG__title{font-size:clamp(3.5rem,6vw,5rem);font-family:var(--font-heading);color:#fff;text-shadow:0 4px 20px #0000004d;max-width:700px;margin-bottom:24px;font-weight:400;line-height:1.1}.Hero-module__ZARIfG__exploreBtn{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:none;background-color:#0000;border:1px solid #ffffff80;border-radius:50px;align-items:center;padding:16px 36px;font-weight:500;transition:all .3s;display:inline-flex}.Hero-module__ZARIfG__exploreBtn:hover{color:var(--accent-dark);box-shadow:var(--shadow-md);background-color:#fff;border-color:#fff;transform:translateY(-2px)}.Hero-module__ZARIfG__searchContainer{box-shadow:var(--shadow-md);background:#fff;border-radius:12px;flex:0 0 380px;margin-left:auto;padding:2.5rem}.Hero-module__ZARIfG__searchHeader{font-family:var(--font-heading);color:var(--accent-dark);text-align:center;margin-bottom:1.5rem;font-size:2.2rem}.Hero-module__ZARIfG__searchBar{flex-direction:column;gap:1.5rem;display:flex}.Hero-module__ZARIfG__inputGroup{text-align:left;width:100%}.Hero-module__ZARIfG__inputGroup .label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.Hero-module__ZARIfG__mellowInput{border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-family:var(--font-body);cursor:pointer;background:#fff;padding:12px 16px;font-size:.95rem;transition:border-color .2s}.Hero-module__ZARIfG__mellowInput:focus{border-color:var(--accent-primary);outline:none}.Hero-module__ZARIfG__searchAction{margin-top:.5rem}.Hero-module__ZARIfG__searchBtn{width:100%}@media (max-width:992px){.Hero-module__ZARIfG__hero{border-radius:0;min-height:100svh;margin:0;padding:0}.Hero-module__ZARIfG__content{grid-template-columns:1fr;padding:0 20px}.Hero-module__ZARIfG__textContent{text-align:center;flex-direction:column;justify-content:center;margin-bottom:0;padding-right:0;display:flex}.Hero-module__ZARIfG__heroActionContainer{flex-direction:column;gap:12px}.Hero-module__ZARIfG__exploreBtn{display:none}.Hero-module__ZARIfG__mobileReserveBtn{width:100%;margin-top:8px;display:flex}.Hero-module__ZARIfG__searchContainer,.Hero-module__ZARIfG__desktopImageWrapper{display:none}.Hero-module__ZARIfG__mobileImageWrapper{display:block}}
.RoomGrid-module__b4dN_W__grid{grid-template-columns:1fr;gap:2rem;width:100%;display:grid}@media (min-width:1024px){.RoomGrid-module__b4dN_W__grid{grid-template-columns:repeat(2,1fr)}}
.RoomCard-module__YyALZa__roomContainer{border-radius:var(--radius-xl);background:var(--bg-secondary);box-shadow:none;flex-direction:column;transition:box-shadow .4s,transform .4s;display:flex;overflow:hidden}.RoomCard-module__YyALZa__roomContainer:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.RoomCard-module__YyALZa__imageWrapper{height:260px;position:relative;overflow:hidden}.RoomCard-module__YyALZa__postImage{object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.RoomCard-module__YyALZa__roomContainer:hover .RoomCard-module__YyALZa__postImage{transform:scale(1.08)}.RoomCard-module__YyALZa__imageOverlay{z-index:1;pointer-events:none;background:linear-gradient(#0000 40%,#0000004d 100%);transition:background .5s;position:absolute;inset:0}.RoomCard-module__YyALZa__roomContainer:hover .RoomCard-module__YyALZa__imageOverlay{background:linear-gradient(#0000000d 20%,#00000080 100%)}.RoomCard-module__YyALZa__roomContent{flex-direction:column;flex:1;justify-content:space-between;gap:1rem;padding:1.4rem 1.5rem 1.5rem;display:flex}.RoomCard-module__YyALZa__roomName{font-family:var(--font-heading);color:var(--accent-dark);margin-bottom:.6rem;font-size:1.5rem;font-weight:400}.RoomCard-module__YyALZa__amenities{flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem;display:flex}.RoomCard-module__YyALZa__amenityText{letter-spacing:1px;color:var(--accent-primary);text-transform:uppercase;font-size:.72rem;font-weight:500}.RoomCard-module__YyALZa__priceRow{align-items:baseline;gap:2px;display:flex}.RoomCard-module__YyALZa__priceHighlight{color:var(--accent-primary);font-size:1.4rem;font-weight:600;font-family:var(--font-body)}.RoomCard-module__YyALZa__perNight{color:var(--text-muted);font-size:.85rem}.RoomCard-module__YyALZa__bookNowBtn{background:var(--accent-dark);color:#fff;width:100%;height:48px;font-family:var(--font-body);letter-spacing:.1em;cursor:pointer;text-transform:uppercase;border:none;justify-content:center;align-items:center;font-size:12px;font-weight:500;transition:all .25s ease-in-out;display:inline-flex}@media (max-width:767px){.RoomCard-module__YyALZa__bookNowBtn{height:52px}}.RoomCard-module__YyALZa__bookNowBtn:hover{background:var(--accent-gold);color:var(--charcoal-ink)}
.BookRoomModal-module__kiQEBW__overlay{-webkit-backdrop-filter:blur(40px);z-index:9999;background:#0000004d;justify-content:center;align-items:center;padding:1rem;animation:.25s forwards BookRoomModal-module__kiQEBW__overlayIn;display:flex;position:fixed;inset:0}@keyframes BookRoomModal-module__kiQEBW__overlayIn{0%{opacity:0}to{opacity:1}}.BookRoomModal-module__kiQEBW__modal{-webkit-backdrop-filter:blur(24px);background:#fcf9f8e6;border:none;border-radius:24px;width:100%;max-width:480px;padding:2.5rem 2.5rem 2rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards BookRoomModal-module__kiQEBW__modalIn;position:relative;box-shadow:0 32px 64px #0000001f}@keyframes BookRoomModal-module__kiQEBW__modalIn{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.BookRoomModal-module__kiQEBW__closeBtn{cursor:pointer;color:#555;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s;display:flex;position:absolute;top:1.2rem;right:1.2rem}.BookRoomModal-module__kiQEBW__closeBtn:hover{color:#222;background:#e8e3dc}.BookRoomModal-module__kiQEBW__header{margin-bottom:1.8rem}.BookRoomModal-module__kiQEBW__eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--accent-primary);margin-bottom:.4rem;font-size:.72rem;font-weight:600}.BookRoomModal-module__kiQEBW__title{font-family:var(--font-heading);color:var(--accent-dark);margin-bottom:.5rem;font-size:2.2rem;font-weight:400;line-height:1.1}.BookRoomModal-module__kiQEBW__subtitle{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.BookRoomModal-module__kiQEBW__options{flex-direction:column;align-items:stretch;gap:1rem;display:flex}.BookRoomModal-module__kiQEBW__optionCard{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;height:85px;padding:0;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 14px #00000026}.BookRoomModal-module__kiQEBW__optionCard:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.BookRoomModal-module__kiQEBW__mmtCard{background:#2a4781}.BookRoomModal-module__kiQEBW__bdcCard{background:#003680}.BookRoomModal-module__kiQEBW__fullImage{object-fit:contain;width:auto;height:100%;display:block}.BookRoomModal-module__kiQEBW__platformLogo{background:0 0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.BookRoomModal-module__kiQEBW__optionInfo{flex-direction:column;flex:1;gap:2px;display:flex}.BookRoomModal-module__kiQEBW__platformName{color:var(--accent-dark);font-size:.97rem;font-weight:600;font-family:var(--font-body)}.BookRoomModal-module__kiQEBW__platformDesc{color:var(--text-secondary);font-size:.78rem}.BookRoomModal-module__kiQEBW__arrowIcon{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.BookRoomModal-module__kiQEBW__optionCard:hover .BookRoomModal-module__kiQEBW__arrowIcon{color:var(--accent-dark);transform:translate(4px)}.BookRoomModal-module__kiQEBW__footer{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.82rem}.BookRoomModal-module__kiQEBW__footer a{color:var(--accent-primary);font-weight:500;text-decoration:none}.BookRoomModal-module__kiQEBW__footer a:hover{text-decoration:underline}@media (max-width:480px){.BookRoomModal-module__kiQEBW__modal{padding:2rem 1.5rem 1.5rem}}
.Footer-module__S6Hkya__footer{background-color:var(--accent-dark);color:#fff;padding-top:80px}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr 1fr;gap:60px;margin-bottom:60px;display:grid}.Footer-module__S6Hkya__brandSection{padding-right:2rem}.Footer-module__S6Hkya__logo{font-family:var(--font-heading);color:var(--accent-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:500}.Footer-module__S6Hkya__description{color:#ffffffb3;font-size:.95rem;line-height:1.8}.Footer-module__S6Hkya__socials{gap:1rem;margin-top:1.5rem;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__socials a{color:#fff;font-size:.9rem;font-weight:500;text-decoration:underline}.Footer-module__S6Hkya__heading{font-size:1.5rem;font-family:var(--font-heading);color:var(--accent-primary);margin-bottom:1.5rem;font-weight:400}.Footer-module__S6Hkya__linkList,.Footer-module__S6Hkya__contactList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__linkList li,.Footer-module__S6Hkya__linkList a{color:#ffffffb3;font-size:.95rem;transition:color .3s}.Footer-module__S6Hkya__contactList li{color:#ffffffb3;align-items:flex-start;gap:.5rem;font-size:.95rem;line-height:1.6;display:flex}.Footer-module__S6Hkya__contactIcon{flex-shrink:0;margin-top:2px;font-size:1rem}.Footer-module__S6Hkya__contactList a{color:#ffffffb3;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__contactList a:hover{color:var(--accent-primary)}.Footer-module__S6Hkya__contactList strong{color:#fff;font-weight:500}.Footer-module__S6Hkya__linkList a:hover,.Footer-module__S6Hkya__socials a:hover{color:var(--accent-primary)}.Footer-module__S6Hkya__newsletterForm{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.Footer-module__S6Hkya__input{color:#fff;border-radius:var(--radius-sm);background:0 0;border:1px solid #fff3;width:100%;padding:12px 16px}.Footer-module__S6Hkya__input::placeholder{color:#ffffff80}.Footer-module__S6Hkya__input:focus{border-color:var(--accent-primary);outline:none}.Footer-module__S6Hkya__submitBtn{border-radius:var(--radius-sm);width:100%}.Footer-module__S6Hkya__bottomBar{color:#ffffff80;border-top:1px solid #ffffff1a;padding:24px 0;font-size:.85rem}.Footer-module__S6Hkya__bottomContent{justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__bottomLinks{gap:2rem;display:flex}.Footer-module__S6Hkya__bottomLinks a{transition:color .3s}.Footer-module__S6Hkya__bottomLinks a:hover{color:var(--accent-primary)}.Footer-module__S6Hkya__mapSection{flex-direction:column;display:flex}.Footer-module__S6Hkya__mapWrapper{border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-sm);transition:transform .3s;overflow:hidden}.Footer-module__S6Hkya__mapWrapper:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}@media (max-width:992px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:768px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:40px}.Footer-module__S6Hkya__brandSection{padding-right:0}.Footer-module__S6Hkya__bottomContent{text-align:center;flex-direction:column;gap:1rem}}
.page-module___8aEwW__aboutGrid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.page-module___8aEwW__aboutTextContent{padding:0 2rem 2rem 0}.page-module___8aEwW__aboutImageStack{flex-direction:column;gap:1.5rem;display:flex}@media (max-width:992px){.page-module___8aEwW__aboutGrid{grid-template-columns:1fr;gap:3rem}.page-module___8aEwW__aboutTextContent{margin-bottom:2rem;padding:0}.page-module___8aEwW__aboutImageStack{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.page-module___8aEwW__aboutImageStack img{width:100%;height:300px!important}}@media (max-width:600px){.page-module___8aEwW__aboutGrid{gap:2rem}.page-module___8aEwW__aboutImageStack{grid-template-columns:1fr;gap:1rem}.page-module___8aEwW__aboutImageStack img{height:250px!important}}
.Preloader-module__-PvIBG__preloader{z-index:10000;background-color:#111;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.Preloader-module__-PvIBG__preloader.Preloader-module__-PvIBG__fadeOut{opacity:0;pointer-events:none;transform:translateY(-20px)}.Preloader-module__-PvIBG__logoContainer{flex-direction:column;align-items:center;animation:2s ease-in-out infinite Preloader-module__-PvIBG__logoPulse;display:flex}.Preloader-module__-PvIBG__logoImage{filter:brightness(0)invert();object-fit:contain;width:clamp(80px,20vw,120px);height:clamp(80px,20vw,120px);margin-bottom:2.5rem}.Preloader-module__-PvIBG__logoText{flex-direction:column;align-items:center;gap:.5rem;display:flex}.Preloader-module__-PvIBG__logoName{font-family:var(--font-heading);color:#fff;letter-spacing:4px;text-transform:uppercase;text-align:center;font-size:clamp(2rem,10vw,4rem);line-height:1.1}.Preloader-module__-PvIBG__logoSub{font-family:var(--font-body);color:var(--accent-primary);letter-spacing:6px;text-transform:uppercase;font-size:1.1rem;font-weight:500}.Preloader-module__-PvIBG__progress{background:#ffffff1a;border-radius:4px;width:150px;height:2px;margin-top:3rem;position:relative;overflow:hidden}.Preloader-module__-PvIBG__progressBar{background:var(--accent-primary);height:100%;animation:2.5s ease-in-out forwards Preloader-module__-PvIBG__progressAnimation;position:absolute;top:0;left:0}@keyframes Preloader-module__-PvIBG__logoPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes Preloader-module__-PvIBG__progressAnimation{0%{width:0%}to{width:100%}}
.HorizontalGallery-module__M3ApgW__galleryContainer{width:100vw;margin-left:-50vw;margin-right:-50vw;position:relative;left:50%;right:50%;overflow:hidden}.HorizontalGallery-module__M3ApgW__galleryWrapper{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:4px;width:100%;height:60vh;min-height:400px;max-height:700px;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.HorizontalGallery-module__M3ApgW__galleryWrapper::-webkit-scrollbar{display:none}.HorizontalGallery-module__M3ApgW__galleryCell{scroll-snap-align:center;cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;flex:0 0 85vw;height:100%;position:relative}@media (min-width:768px){.HorizontalGallery-module__M3ApgW__galleryCell{flex:0 0 70vw}}@media (min-width:1200px){.HorizontalGallery-module__M3ApgW__galleryCell{flex:0 0 60vw}}
