.navbar{align-items:center;background:var(--dark);display:flex;height:80px;justify-content:space-between;left:0;padding:0 2rem;position:fixed;right:0;top:0;transition:box-shadow .3s;z-index:1000}.navbar.scrolled{box-shadow:0 4px 30px #00000080}.navbar__logo{align-items:center;background:var(--gold);clip-path:polygon(0 0,100% 0,85% 100%,0 100%);display:flex;gap:.75rem;height:80px;margin-left:-2rem;padding:.5rem 1.5rem .5rem 2rem}.navbar__logo-icon svg{height:36px;width:36px}.navbar__logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-hotel{font-weight:700}.logo-hotel,.logo-lux{color:var(--dark);font-family:var(--font-serif);font-size:1.5rem}.logo-lux{font-weight:300}.navbar__logo-text small{color:var(--dark-2);font-family:var(--font-sans);font-size:.6rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.navbar__links{align-items:center;display:flex;gap:2.5rem}.navbar__links li{position:relative}.navbar__links a{align-items:center;color:#ccc;display:flex;font-family:var(--font-sans);font-size:.85rem;font-weight:500;gap:.25rem;letter-spacing:.05em;transition:color .3s}.navbar__links a.active,.navbar__links a:hover{color:var(--gold)}.navbar__links a.active{text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:4px}.chevron{display:inline-block;font-size:1.1rem;transform:rotate(90deg)}.dropdown{animation:fadeIn .2s ease;background:var(--dark-2);border:1px solid #c9a97a33;left:50%;min-width:160px;padding:.5rem 0;position:absolute;top:calc(100% + 1rem);transform:translateX(-50%)}.dropdown li a{color:#ccc;display:block;font-size:.8rem;padding:.6rem 1.2rem;white-space:nowrap}.dropdown li a:hover{background:#c9a97a0d;color:var(--gold)}.navbar__actions{gap:1rem}.icon-btn,.navbar__actions{align-items:center;display:flex}.icon-btn{background:none;border:none;color:#ccc;cursor:pointer;height:36px;justify-content:center;transition:color .3s;width:36px}.icon-btn svg{height:20px;width:20px}.icon-btn:hover{color:var(--gold)}.cart-btn{position:relative}.cart-badge{border-radius:50%;color:var(--dark);font-size:.55rem;font-weight:700;height:16px;position:absolute;right:-4px;top:-4px;width:16px}.cart-badge,.menu-toggle{align-items:center;background:var(--gold);display:flex;justify-content:center}.menu-toggle{border:none;border-radius:50%;cursor:pointer;flex-direction:column;gap:4px;height:40px;padding:8px;width:40px}.menu-toggle span{background:var(--dark);border-radius:2px;display:block;height:2px;width:18px}@media (max-width:900px){.navbar__links{align-items:flex-start;background:var(--dark-2);flex-direction:column;gap:1.5rem;left:0;padding:2rem;position:fixed;right:0;top:80px;transform:translateY(-100vh);transition:transform .3s}.navbar__links.open{transform:translateY(0)}}.hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding:120px 6vw 80px;position:relative}.hero__bg{inset:0;position:absolute;z-index:0}.hero__bg img{height:100%;object-fit:cover;object-position:center;width:100%}.hero__overlay{background:linear-gradient(90deg,#12111eeb 0,#12111eb3 55%,#12111e4d);inset:0;position:absolute}.hero__content{animation:fadeUp 1s ease forwards;max-width:700px;position:relative;z-index:1}.hero__label{align-items:center;color:#ccc;display:flex;font-size:.85rem;gap:.75rem;letter-spacing:.08em;margin-bottom:1.5rem}.label-circle{border:1.5px solid var(--gold);border-radius:50%;height:20px;width:20px}.hero__title{color:var(--white);font-family:var(--font-serif);font-size:clamp(2.2rem,5vw,4.2rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero__title span{color:var(--gold)}.hero__desc{color:#b0b0c0;font-size:.95rem;line-height:1.8;margin-bottom:2rem;max-width:560px}.hero__rating{align-items:center;display:flex;gap:.75rem;margin-bottom:2.5rem}.stars{display:flex;gap:2px}.hero__rating span{color:#ccc;font-size:.85rem}.hero__actions{gap:2rem}.hero__actions,.hero__play{align-items:center;display:flex}.hero__play{background:none;border:none;color:var(--white);cursor:pointer;font-family:var(--font-sans);font-size:.85rem;font-weight:500;gap:1rem}.play-circle{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;display:flex;height:52px;justify-content:center;transition:background .3s;width:52px}.hero__play:hover .play-circle{background:var(--gold)}.hero__dots{display:flex;flex-direction:column;gap:8px;position:absolute;right:2rem;top:50%;transform:translateY(-50%);z-index:1}.dot{background:#ffffff4d;border-radius:50%;height:6px;transition:background .3s,transform .3s;width:6px}.dot.active{background:var(--gold);transform:scale(1.5)}@media (max-width:768px){.hero{padding:100px 1.5rem 60px}.hero__title{font-size:2rem}.hero__actions{align-items:flex-start;flex-direction:column;gap:1rem}}.about{background:var(--dark);overflow:hidden;padding:6rem 6vw}.about__grid{grid-gap:5rem;align-items:start;display:grid;gap:5rem;grid-template-columns:1fr 1fr}.about__images,.about__main-img{position:relative}.about__main-img{height:440px;margin-bottom:1rem;overflow:hidden}.about__main-img img{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.about__main-img:hover img{transform:scale(1.04)}.about__img-accent{border:2px solid var(--gold);bottom:-20px;height:120px;left:-20px;position:absolute;width:120px;z-index:-1}.about__thumb-row{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr)}.about__thumb{height:120px;overflow:hidden;position:relative}.about__thumb img{height:100%;object-fit:cover;transition:transform .4s ease}.about__thumb:hover img{transform:scale(1.08)}.about__thumb span{background:linear-gradient(#0000,#000c);bottom:0;color:var(--white);font-size:.65rem;font-weight:600;left:0;letter-spacing:.05em;padding:.5rem .4rem .3rem;position:absolute;right:0;text-align:center}.about__content{padding-top:1rem}.about__desc{color:#9090a0;font-size:.9rem;line-height:1.9;margin-top:1.5rem;max-width:480px}.about__features{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:2rem}.about__feature{align-items:center;background:#c9a97a0a;border:1px solid #c9a97a40;display:flex;gap:.75rem;padding:.75rem 1rem;transition:border-color .3s,background .3s}.about__feature:hover{background:#c9a97a14;border-color:var(--gold)}.feature-icon{align-items:center;display:flex;flex-shrink:0;font-size:1.1rem;height:36px;justify-content:center;width:36px}.feature-label{color:var(--white);font-family:var(--font-sans);font-size:.8rem;font-weight:600;line-height:1.3}@media (max-width:900px){.about__grid{gap:3rem;grid-template-columns:1fr}.about__thumb-row{grid-template-columns:repeat(2,1fr)}}.facilities{background:var(--dark-2);overflow:hidden;padding:6rem 6vw;position:relative}.facilities__header{margin-bottom:4rem;position:relative;text-align:center;z-index:1}.facilities__header .section-label{justify-content:center}.facilities__header .section-label:after{display:none}.facilities__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);position:relative;z-index:1}.facility-card{text-align:center;transition:transform .3s}.facility-card:hover{transform:translateY(-6px)}.facility-card__img{height:200px;margin-bottom:1rem;overflow:hidden}.facility-card__img img{height:100%;object-fit:cover;transition:transform .5s ease}.facility-card:hover .facility-card__img img{transform:scale(1.08)}.facility-card__no-img{background:#c9a97a0f;border:1px dashed #c9a97a4d;height:200px;margin-bottom:1rem}.facility-card__icon{align-items:center;background:var(--dark);border:1px solid #c9a97a66;border-radius:50%;display:flex;font-size:1.4rem;height:60px;justify-content:center;margin:-30px auto 1rem;position:relative;transition:background .3s,border-color .3s;width:60px;z-index:1}.facility-card:hover .facility-card__icon{background:var(--gold);border-color:var(--gold)}.facility-card__title{color:var(--white);font-family:var(--font-serif);font-size:1.2rem;font-weight:600;margin-bottom:.6rem}.facility-card__desc{color:#8888a0;font-size:.82rem;line-height:1.8;padding:0 .5rem}.deco-circle{border:1px solid #c9a97a1a;border-radius:50%;position:absolute}.deco-circle.lg{height:300px;left:-80px;top:-80px;width:300px}.deco-circle.sm{bottom:80px;height:80px;left:15%;width:80px}@media (max-width:900px){.facilities__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:550px){.facilities__grid{grid-template-columns:1fr}}.rooms{background:var(--dark);padding:6rem 6vw}.rooms__header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:3rem}.rooms__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.room-card{background:var(--dark-2);border:1px solid #ffffff0f;position:relative;transition:transform .3s,border-color .3s,box-shadow .3s}.room-card:hover{border-color:#c9a97a4d;box-shadow:0 20px 60px #0006;transform:translateY(-8px)}.room-card.featured{background:var(--dark-3);border-color:#c9a97a40}.room-card__img{height:240px;overflow:hidden;position:relative}.room-card__img img{height:100%;object-fit:cover;transition:transform .5s ease}.room-card:hover .room-card__img img{transform:scale(1.06)}.room-card__price{background:#ffffffeb;color:var(--dark);font-size:.78rem;font-weight:600;padding:.35rem .75rem;position:absolute;right:1rem;top:1rem}.room-card__price strong{color:var(--dark)}.room-card__amenities{bottom:1rem;display:flex;flex-direction:column;gap:.5rem;position:absolute;right:1rem}.amenity-icon{align-items:center;background:#ffffffe6;color:var(--dark);cursor:default;display:flex;height:32px;justify-content:center;transition:background .2s;width:32px}.amenity-icon:hover{background:var(--gold)}.room-card__info{padding:1.25rem 1.5rem 1.5rem}.room-card__info h3{color:var(--white);font-family:var(--font-serif);font-size:1.25rem;font-weight:600;margin-bottom:.6rem}.room-card__meta{display:flex;gap:1.25rem;margin-bottom:1.25rem}.room-card__meta span{align-items:center;color:#8888a0;display:flex;font-size:.8rem;gap:.35rem}.room-btn{font-size:.75rem;padding:.65rem 1.5rem}@media (max-width:900px){.rooms__grid{grid-template-columns:1fr 1fr}.rooms__header{align-items:flex-start;flex-direction:column;gap:1rem}}@media (max-width:560px){.rooms__grid{grid-template-columns:1fr}}.testimonials{background:var(--dark-2);overflow:hidden;padding:6rem 6vw;position:relative}.testimonials__header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:3rem}.testimonials__nav{display:flex;gap:.5rem}.nav-arrow{align-items:center;background:#c9a97a26;border:1px solid #c9a97a4d;color:var(--gold);cursor:pointer;display:flex;height:44px;justify-content:center;transition:background .3s;width:44px}.nav-arrow:hover{background:var(--gold);color:var(--dark)}.testi-dot{border:1px solid #c9a97a66;border-radius:50%;height:14px;left:calc(6vw + 170px);position:absolute;top:3.5rem;width:14px}.testimonials__grid{grid-gap:1.5rem;animation:fadeIn .4s ease;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.testi-card{background:var(--dark);border:1px solid #ffffff0d;padding:2rem;transition:border-color .3s,transform .3s}.testi-card:hover{border-color:#c9a97a40;transform:translateY(-4px)}.testi-card__top{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.25rem}.testi-card__author{align-items:center;display:flex;gap:1rem}.testi-avatar{border:2px solid #c9a97a4d;flex-shrink:0;height:70px;overflow:hidden;width:70px}.testi-avatar img{height:100%;object-fit:cover;width:100%}.testi-card__author h4{color:var(--white);font-family:var(--font-serif);font-size:1.1rem;font-weight:600;margin-bottom:.2rem}.testi-card__author span{color:var(--gray);display:block;font-size:.78rem;margin-bottom:.3rem}.testi-stars{display:flex;gap:2px}.quote-mark{color:var(--gold);flex-shrink:0;opacity:.6}.testi-text{color:#9090a0;font-size:.87rem;line-height:1.85}@media (max-width:768px){.testimonials__grid{grid-template-columns:1fr}.testimonials__header{align-items:flex-start;flex-direction:column;gap:1rem}}.footer{background:var(--dark-2);border-top:1px solid #ffffff0d;overflow:hidden;padding:5rem 6vw 2rem;position:relative}.footer__main{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1.4fr 1fr 1fr 1.3fr;margin-bottom:3rem}.footer__logo{align-items:center;display:flex;gap:.75rem;margin-bottom:1.25rem}.footer-logo-text{color:var(--white);display:flex;flex-direction:column;font-family:var(--font-serif);font-size:1.4rem;line-height:1}.footer-logo-text b{font-weight:700}.footer-logo-text small{color:var(--gray);font-family:var(--font-sans);font-size:.6rem;font-weight:300;letter-spacing:.1em;text-transform:uppercase}.footer__tagline{color:#6a6a80;font-size:.82rem;line-height:1.8;margin-bottom:1.5rem;max-width:280px}.footer__socials{display:flex;gap:.6rem}.social-link{align-items:center;background:var(--dark-3);border:1px solid #ffffff14;border-radius:50%;color:#8888a0;display:flex;height:36px;justify-content:center;transition:background .3s,color .3s,border-color .3s;width:36px}.social-link:hover{background:var(--gold);border-color:var(--gold);color:var(--dark)}.footer__col h4{color:var(--white);font-family:var(--font-sans);font-size:.95rem;font-weight:600;letter-spacing:.04em;margin-bottom:1.25rem}.footer__col ul li{margin-bottom:.6rem}.footer__col ul li a{color:#6a6a80;font-size:.83rem;transition:color .3s}.footer__col ul li a:hover{color:var(--gold)}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:flex-start;display:flex;gap:.75rem}.contact-icon{align-items:center;background:#c9a97a1f;border:1px solid #c9a97a40;color:var(--gold);display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.contact-item div p{color:#6a6a80;font-size:.8rem;line-height:1.7}.footer__bottom{align-items:center;border-top:1px solid #ffffff0f;display:flex;justify-content:space-between;padding-top:1.5rem}.footer__bottom p{color:#5a5a70;font-size:.8rem}.footer__bottom p a{color:var(--gold);transition:opacity .3s}.footer__bottom p a:hover{opacity:.7}.footer__bottom-links{display:flex;gap:2rem}.footer__bottom-links a{color:#5a5a70;font-size:.78rem;transition:color .3s}.footer__bottom-links a:hover{color:var(--gold)}.footer-deco{border:1px solid #c9a97a14;border-radius:50%;bottom:30px;height:200px;position:absolute;right:10%;width:200px}@media (max-width:1024px){.footer__main{grid-template-columns:1fr 1fr}}@media (max-width:600px){.footer__main{grid-template-columns:1fr}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}.footer__bottom-links{flex-wrap:wrap;gap:1rem;justify-content:center}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--gold:#c9a97a;--gold-light:#e2c99e;--dark:#12111e;--dark-2:#1a1929;--dark-3:#22203a;--white:#fff;--gray:#8a8a9a;--font-serif:"Cormorant Garamond",Georgia,serif;--font-sans:"Jost",sans-serif}html{scroll-behavior:smooth}body{background:#12111e;background:var(--dark);color:#fff;color:var(--white);font-family:Jost,sans-serif;font-family:var(--font-sans);font-weight:300;overflow-x:hidden}img{display:block;object-fit:cover;width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}.section-label{align-items:center;color:#c9a97a;color:var(--gold);display:flex;font-family:Jost,sans-serif;font-family:var(--font-sans);font-size:.7rem;gap:.5rem;letter-spacing:.2em;margin-bottom:.75rem;text-transform:uppercase}.section-label:after{background:#c9a97a;background:var(--gold);content:"";display:block;height:1px;width:40px}.section-title{color:#fff;color:var(--white);font-family:Cormorant Garamond,Georgia,serif;font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.15}.section-title span{color:#c9a97a;color:var(--gold)}.btn-primary{background:#c9a97a;background:var(--gold);border:none;color:#12111e;color:var(--dark);cursor:pointer;display:inline-block;font-family:Jost,sans-serif;font-family:var(--font-sans);font-size:.8rem;font-weight:600;letter-spacing:.12em;padding:.85rem 2.2rem;text-transform:uppercase;transition:background .3s,color .3s}.btn-primary:hover{background:#e2c99e;background:var(--gold-light)}.btn-outline{background:#0000;border:1px solid #c9a97a;border:1px solid var(--gold);color:#c9a97a;color:var(--gold);cursor:pointer;display:inline-block;font-family:Jost,sans-serif;font-family:var(--font-sans);font-size:.8rem;font-weight:600;letter-spacing:.12em;padding:.85rem 2.2rem;text-transform:uppercase;transition:background .3s,color .3s}.btn-outline:hover{color:#12111e;color:var(--dark)}.btn-outline:hover,.chat-bubble{background:#c9a97a;background:var(--gold)}.chat-bubble{align-items:center;border-radius:4px;bottom:2rem;cursor:pointer;display:flex;height:48px;justify-content:center;left:2rem;position:fixed;transition:background .3s;width:48px;z-index:999}.chat-bubble:hover{background:#e2c99e;background:var(--gold-light)}.chat-bubble svg{color:#12111e;color:var(--dark);height:20px;width:20px}.go-top{align-items:center;bottom:40%;color:#8a8a9a;color:var(--gray);cursor:pointer;display:flex;font-size:.65rem;gap:.5rem;letter-spacing:.15em;position:fixed;right:-2px;text-transform:uppercase;transition:color .3s;writing-mode:vertical-rl;z-index:99}.go-top:hover{color:#c9a97a;color:var(--gold)}.go-top:after{background:#8a8a9a;background:var(--gray);content:"";height:40px;width:1px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-up{animation:fadeUp .8s ease forwards}.fade-in{animation:fadeIn .8s ease forwards}
/*# sourceMappingURL=main.49597796.css.map*/