html,body{margin:0;padding:0;box-sizing:border-box;font-family:'Lato',sans-serif;color:#494949;background-color:#F9F9F9;overflow-x:hidden;width:100%;}h1,h2,h3,h4,h5,h6,.nav-logo a,.nav-links a{font-family:'Cinzel',serif;color:#403635;}.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,h1.text-white,h2.text-white,h3.text-white,h4.text-white,h5.text-white,h6.text-white{color:#ffffff;}.navbar{display:flex;justify-content:space-between;align-items:center;width:95%;max-width:1369px;height:60px;position:absolute;top:25px;left:50%;transform:translateX(-50%);z-index:10;padding:0 20px;box-sizing:border-box;}.nav-logo{position:absolute;left:50%;transform:translateX(-50%);text-align:center;white-space:nowrap;max-width:60vw;display:flex;justify-content:center;align-items:center;}.nav-logo a{color:#FFFFFF;text-decoration:none;font-family:'Cinzel',serif;font-weight:700;font-size:30px;line-height:100%;letter-spacing:2px;text-transform:uppercase;opacity:1;transition:opacity 0.3s ease;}.nav-logo a:hover{opacity:0.8;}.menuicon{width:20px;height:auto;display:block;cursor:pointer;}.nav-links{margin:0;padding:0;list-style:none;display:flex;align-items:center;margin-left:auto;}.nav-links li a{display:flex;align-items:center;}@keyframes heroSlideshowFade{0%{opacity:0;transform:scale(1);}6%,20%{opacity:1;}26%,100%{opacity:0;transform:scale(1.16);}}.hero{height:100vh;background-color:#0a0a0a;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;isolation:isolate;transition:background-color 1.5s ease-in-out;}.hero.first-visit-hide{background-color:#e5e7eb !important;}.hero.first-visit-hide .hero-slideshow{opacity:0 !important;}.hero-slideshow{z-index:0;overflow:hidden;transition:opacity 1.5s ease-in-out;}.hero-slideshow,.hero-slide{position:absolute;inset:0;}.hero-slideshow::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.4);z-index:1;}.hero-slide{display:block;opacity:0;background-image:var(--hero-bg);background-size:cover;background-position:center;transform-origin:center center;z-index:0;animation:heroSlideshowFade 25s linear infinite both;animation-delay:calc((var(--slide-index) * 5s) - 1.5s);}.hero-content h1,.hero-content p{transition:color 1.5s ease-in-out;}.hero.first-visit-hide .hero-content h1,.hero.first-visit-hide .hero-content p{color:#403635 !important;}.hero-content{position:relative;text-align:center;color:#fff;font-weight:400;padding:0 16px;z-index:2;}.hero-content h1{font-size:clamp(28px,6vw,70px);text-transform:uppercase;font-weight:400;text-align:center;margin:0;color:#ffffff;line-height:1.2;}.hero-content p{font-family:"Lato",sans-serif;font-size:clamp(16px,3vw,40px);letter-spacing:2px;color:#fff;font-weight:400;text-transform:uppercase;text-align:center;margin:5px 0 30px 0;}.hero-content button{box-sizing:border-box;padding:12px 30px;background-color:#AE814A;color:white;border:none;font-family:'Cinzel',serif;font-size:14px;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:background-color 0.3s ease;margin-top:0;}.navbutton{margin-right:auto;}.navbutton button{background-color:#AE814A;color:white;border:none;padding:10px 20px;font-family:'Cinzel',serif;font-size:12px;text-transform:uppercase;cursor:pointer;white-space:nowrap;}.hero-content button:hover{background-color:#8c6d43;}.explore-section{text-align:center;background-color:#F9F9F9;padding-top:80px;padding-bottom:20px;}.explore-section h6{font-family:'Lato';font-size:14px;color:#000000;margin-top:0;margin-bottom:16px;letter-spacing:2px;}.explore-section h2{font-family:'Cinzel';font-size:48px;text-transform:uppercase;color:#403635;margin:0;}@media (max-width:1024px){.navbar{display:grid !important;grid-template-cols:1fr auto 1fr !important;align-items:center !important;position:absolute !important;width:100% !important;left:0 !important;right:0 !important;transform:none !important;padding:0 16px !important;}.nav-logo{position:static !important;transform:none !important;max-width:100% !important;}.navbutton{justify-self:start !important;margin-right:0 !important;}.nav-links{justify-self:end !important;margin-left:0 !important;}.text-\[48px\],[class*="text-[48px]"]{font-size:clamp(24px,5.5vw,36px) !important;line-height:1.2 !important;}.text-\[60px\],[class*="text-[60px]"]{font-size:clamp(28px,6.5vw,42px) !important;line-height:1.2 !important;}.text-\[54px\],[class*="text-[54px]"]{font-size:clamp(26px,6vw,38px) !important;line-height:1.2 !important;}.gap-\[90px\],[class*="gap-[90px]"]{gap:2.5rem !important;}}@media (prefers-reduced-motion:reduce){.hero-slide{animation:none;transform:none;}.hero-slide:first-child{opacity:1;}}@media (max-width:768px){.navbar{display:flex !important;justify-content:space-between !important;align-items:center !important;position:absolute !important;width:100% !important;left:0 !important;right:0 !important;transform:none !important;padding:0 16px !important;height:60px !important;top:15px !important;}.nav-logo{position:static !important;transform:none !important;max-width:calc(100% - 50px) !important;white-space:nowrap !important;display:flex !important;justify-content:flex-start !important;align-items:center !important;}.nav-logo a{font-size:16px !important;letter-spacing:1px !important;}.navbutton{display:none !important;}.menuicon{width:24px !important;}.hero{height:100svh !important;}.hero-content h1{font-size:32px !important;line-height:1.25 !important;padding:0 8px !important;}.hero-content p{font-size:16px !important;margin-bottom:20px !important;}.hero-content button{font-size:11px !important;padding:10px 22px !important;letter-spacing:1.5px !important;}.explore-section h2{font-size:26px !important;padding:0 12px !important;line-height:1.3 !important;}section h2.font-cinzel{font-size:clamp(20px,6vw,36px) !important;}#booking-form,.booking-form-card,[id="booking-form"]{padding:1.5rem 1.25rem !important;}#calendar-range{font-size:15px !important;}#fullscreen-menu{overflow-y:auto !important;-webkit-overflow-scrolling:touch;}#fullscreen-menu div.h-\[calc\(100vh-150px\)\]{height:auto !important;min-height:calc(100svh - 130px) !important;padding-bottom:40px !important;padding-top:10px !important;display:flex !important;flex-direction:column !important;justify-content:center !important;}#fullscreen-menu div.h-\[calc\(100vh-150px\)\]>*+*{margin-top:1.25rem !important;}#fullscreen-menu a{font-size:16px !important;letter-spacing:0.15em !important;}#fullscreen-menu a.mt-12{margin-top:1.5rem !important;padding:12px 24px !important;font-size:12px !important;}#fullscreen-menu .px-12{padding-left:1.5rem !important;padding-right:1.5rem !important;padding-top:1.5rem !important;padding-bottom:1.5rem !important;}}@media (max-width:480px){.nav-logo a{font-size:13px !important;letter-spacing:0.5px !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}.nav-logo{max-width:calc(100% - 40px) !important;}}.exp-card:hover .exp-card-title,.exp-card:hover .exp-card-desc{color:#AE814A !important;transition:color 0.3s ease;}.exp-card:hover .exp-card-btn{border-color:#AE814A !important;color:#ffffff !important;background-color:#AE814A !important;transition:all 0.3s ease;}.exp-card-btn:hover{background-color:#AE814A !important;color:#ffffff !important;border-color:#AE814A !important;}.exp-card-btn{margin-top:auto !important;align-self:flex-start !important;width:fit-content !important;display:inline-block !important;}.exp-card-title{font-size:1.5rem !important;line-height:2rem !important;}.scrollbar-none::-webkit-scrollbar{display:none;}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none;}.exp-card{display:flex;flex-direction:column;}.exp-card>div:first-child{flex-shrink:0;}.exp-card>div:last-child{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;margin-top:0 !important;}.card-image-container{aspect-ratio:16 / 10;width:100%;position:relative;}.card-image-container a{display:block;width:100%;height:100%;}.card-image-container>a>img{width:100% !important;height:100% !important;object-fit:cover !important;}.card-content-section{padding-top:20px !important;}.gallery-image-container{position:relative;width:100%;}.gallery-image-container img{width:100% !important;height:100% !important;object-fit:cover !important;}.absolute.inset-0 img{width:100% !important;height:100% !important;object-fit:cover !important;}@media (min-width:768px) and (max-width:1024px){.navbar{display:flex !important;justify-content:space-between !important;align-items:center !important;position:absolute !important;width:100% !important;max-width:100% !important;left:0 !important;right:0 !important;transform:none !important;padding:0 32px !important;box-sizing:border-box !important;height:80px !important;top:24px !important;z-index:50 !important;}.navbutton{flex:1 1 0% !important;display:flex !important;justify-content:flex-start !important;margin:0 !important;}.navbutton button{padding:10px 18px !important;font-size:11px !important;white-space:nowrap !important;display:inline-block !important;}.nav-logo{flex:0 0 auto !important;position:static !important;transform:none !important;left:auto !important;right:auto !important;max-width:100% !important;display:flex !important;justify-content:center !important;align-items:center !important;margin:0 16px !important;text-align:center !important;}.nav-logo a{font-size:22px !important;letter-spacing:1.5px !important;white-space:nowrap !important;display:block !important;text-align:center !important;}.nav-links{flex:1 1 0% !important;display:flex !important;justify-content:flex-end !important;margin:0 !important;}.menuicon{width:24px !important;height:auto !important;display:block !important;}.hero,.h-screen,div.relative.w-full.h-screen{height:100svh !important;min-height:100svh !important;display:flex !important;align-items:center !important;justify-content:center !important;}.h-\[60vh\],[class*="h-[60vh]"],div.relative.w-full.h-\[60vh\]{height:50svh !important;min-height:50svh !important;display:flex !important;align-items:center !important;justify-content:center !important;}.hero-content,.relative.z-10.text-center.text-white,div.relative.z-10.text-center.text-white{padding-top:0 !important;padding-bottom:0 !important;margin-top:40px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:90% !important;box-sizing:border-box !important;}}@media (max-width:767px){.navbar{display:flex !important;justify-content:space-between !important;align-items:center !important;position:absolute !important;width:100% !important;left:0 !important;right:0 !important;transform:none !important;padding:0 16px !important;height:60px !important;top:15px !important;z-index:50 !important;}.navbutton{display:none !important;}.nav-logo{position:static !important;transform:none !important;left:auto !important;right:auto !important;max-width:calc(100% - 50px) !important;display:flex !important;justify-content:flex-start !important;align-items:center !important;flex:1 1 auto !important;}.nav-logo a{font-size:16px !important;letter-spacing:1px !important;}.nav-links{display:flex !important;justify-content:flex-end !important;flex:0 0 auto !important;}.menuicon{width:24px !important;height:auto !important;display:block !important;}}@media (max-width:1024px){.subpage-header{display:grid !important;grid-template-columns:clamp(80px,20vw,150px) 1fr clamp(80px,20vw,150px) !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important;margin:0 auto 24px auto !important;padding:0 16px !important;box-sizing:border-box !important;}.subpage-header a{position:static !important;transform:none !important;margin:0 !important;display:inline-flex !important;align-items:center !important;justify-self:start !important;gap:6px !important;font-size:clamp(9px,1.8vw,13px) !important;white-space:nowrap !important;}.subpage-header h1{margin:0 !important;width:100% !important;max-width:100% !important;font-size:clamp(9px,2.4vw,24px) !important;line-height:1.2 !important;text-align:center !important;justify-self:center !important;letter-spacing:1px !important;white-space:nowrap !important;overflow-wrap:normal !important;}.exp-card{border-radius:16px !important;display:flex !important;flex-direction:column !important;height:100% !important;}.card-image-container{aspect-ratio:16 / 10 !important;}.card-content-section{padding:12px !important;display:flex !important;flex-direction:column !important;justify-content:space-between !important;flex-grow:1 !important;}.card-content-section a{margin-bottom:8px !important;}.exp-card-title{font-size:clamp(10px,2.8vw,15px) !important;line-height:1.25 !important;margin-bottom:4px !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}.card-content-section div.font-cinzel.text-\[\#AE814A\],.card-content-section span.font-cinzel.text-\[\#AE814A\]{font-size:clamp(8px,2vw,10px) !important;margin-bottom:4px !important;}.exp-card-desc{font-size:clamp(8px,2.2vw,11px) !important;line-height:1.3 !important;margin-bottom:0 !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}.exp-card-btn{font-size:clamp(8px,2.2vw,10px) !important;padding:6px 12px !important;width:auto !important;align-self:flex-start !important;display:inline-block !important;box-sizing:border-box !important;}}