@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cinzel+Decorative:wght@400;700&display=swap";@import"https://fonts.cdnfonts.com/css/rosemartin";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body{margin:0;padding:0;font-family:Cinzel,serif;background:#0a0a0a;color:#fff}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:1px}p,a,span,li{font-weight:400;line-height:1.6}.heroSection{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;color:#fff;z-index:1;overflow:hidden}.heroBackgroundVideo{position:absolute;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:-1;opacity:.85;filter:brightness(65%)}.heroSection h1{font-family:Cinzel,serif;font-size:5.5rem;font-weight:700;color:#f5f5f5;letter-spacing:2px;line-height:1.2;text-transform:uppercase;text-shadow:0 5px 15px rgba(0,0,0,.7);margin-bottom:1.2rem;z-index:2}.heroSection p{font-family:Cinzel,serif;font-size:1.7rem;font-weight:400;max-width:750px;margin:0 auto;line-height:1.8;color:#eaeaea;text-shadow:0 3px 10px rgba(0,0,0,.6);z-index:2}@media (max-width: 768px){.heroSection h1{font-size:2.8rem;letter-spacing:1px}.heroSection p{font-size:1.1rem;padding:0 1rem}}@media (max-width: 480px){.heroSection h1{font-size:2.2rem}.heroSection p{font-size:1rem;line-height:1.6}}.gold{color:#f9dd83;font-family:Cinzel,serif}.navbar{position:fixed;top:env(safe-area-inset-top,10px);left:0;width:100vw;padding:.5rem 1rem;display:flex;justify-content:space-between;align-items:center;background:#ffffff14;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.18);z-index:1000;box-sizing:border-box}.logo-img{height:70px;width:150px;max-width:100%;max-height:100%;object-fit:contain;display:block;background:transparent}.logo-text{font-family:Cinzel,serif;font-size:2rem;font-weight:700;color:#d4af37;letter-spacing:2px;text-shadow:0 0 10px rgba(212,175,55,.5)}.nav-links{display:flex;gap:2rem;max-width:100%;box-sizing:border-box}.nav-link{font-family:Cinzel,sans-serif;font-size:1rem;font-weight:500;color:#fff;cursor:pointer;position:relative;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:#d4af37}.hamburger{display:hidden;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;background:none;border:none;z-index:3000;position:relative;padding:.25rem;margin:0}.hamburger span{width:22px;height:3px;background:#fff;box-shadow:0 0 3px #0006;margin:4px 0;border-radius:2px;transition:all .4s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(9px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-47deg) translate(10px,-6px)}@media (max-width: 768px){.hamburger{display:flex}.nav-links{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transform:translateY(-100%);transition:transform .4s ease;z-index:2000;overflow-y:auto}.nav-links.open{transform:translateY(0)}.nav-link{font-size:1.8rem;color:#fff;opacity:0;transform:translateY(20px);animation:slideDown .5s forwards;animation-fill-mode:both}.nav-links.open .nav-link:nth-child(1){animation-delay:.1s}.nav-links.open .nav-link:nth-child(2){animation-delay:.2s}.nav-links.open .nav-link:nth-child(3){animation-delay:.3s}.nav-links.open .nav-link:nth-child(4){animation-delay:.4s}@keyframes slideDown{to{opacity:1;transform:translateY(0)}}.logo-img{height:50px;width:auto;max-width:120px}.navbar{padding:.5rem 1rem}}.about{width:100%;padding:6rem 2rem;background:#05211a;display:flex;justify-content:center;align-items:center;overflow:hidden}.about-container{display:flex;align-items:center;gap:4rem;max-width:1200px;width:100%;flex-wrap:wrap}.about-text{flex:1;min-width:300px}.about-text .heading{font-family:Cinzel,serif;font-size:3rem;font-weight:700;color:#f9dd83;margin-bottom:1rem;text-transform:uppercase;padding-top:10px}.gold-highlight{font-size:2.12rem;font-weight:700;color:#f9dd83;text-shadow:0 0 10px rgba(212,175,55,.6)}.subtitle{font-family:Cinzel,serif;font-size:1.5rem;color:#a8d5ba;margin-bottom:1rem;padding-top:10px}.description{font-family:Rosemartin,serif;font-weight:100;font-size:1.01rem;color:#cfcfcf;line-height:1.9;margin-bottom:1rem;padding-top:10px}.highlight{color:#f9dd83;font-weight:600}.explore-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.8rem;font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;color:#fff;background:#d4af37;border-radius:30px;text-decoration:none;transition:all .3s ease}.explore-btn:hover{background:#b9972f;transform:scale(1.05);box-shadow:0 6px 15px #0000004d}.about-image{flex:1;min-width:300px;text-align:center}.about-image img{max-width:100%;border-radius:15px;box-shadow:0 15px 40px #000000b3;transition:transform .5s ease,opacity .5s ease}.about-image img:hover{transform:scale(1.05)}@media (max-width: 900px){.about-container{flex-direction:column-reverse;gap:2rem;text-align:center}.about-text .heading{font-size:2rem;font-weight:400}.subtitle{font-size:1.1rem}.description{font-size:.85rem;font-weight:50}.explore-btn{font-size:.95rem;padding:.65rem 1.5rem}}.menu-section{width:100%;padding:6rem 2rem;background:#05211a;color:#fff}.menu-container{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.menu-title{text-align:center;font-size:3rem;font-family:Cinzel,serif;font-weight:700;color:#f9dd83;margin-bottom:3rem;letter-spacing:2px;text-transform:uppercase}.luxury-card{position:relative;flex:1 1 400px;max-width:500px;height:400px;margin:0 auto;border-radius:20px;overflow:hidden;background:#000;box-shadow:0 8px 20px #0000004d;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease;transform:translateZ(0);backface-visibility:hidden;-webkit-transform:translateZ(0)}.luxury-card:hover{transform:scale(1.05);box-shadow:0 10px 25px #0006}.card-video{position:absolute;width:100%;height:100%;object-fit:cover;display:block;background:transparent}.luxury-card-text-overlay{position:absolute;bottom:0;left:0;width:100%;padding:1rem;background:#05211a66;color:#d4af37;font-family:Cinzel,serif;font-size:18px;text-align:center;font-weight:bolder;z-index:1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.2);transform:translateZ(0);-webkit-transform:translateZ(0)}.explore-menu-btn{margin:2rem auto 0;padding:12px 28px;font-size:1.1rem;border-radius:30px;background:#d4af37;color:#05211a;font-family:Cinzel,serif;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;line-height:1;width:fit-content;height:auto}.explore-menu-btn:hover{background:#b9972f;transform:scale(1.05)}@media (max-width: 900px){.menu-container{flex-direction:column;gap:1.5rem}.luxury-card{width:100%;height:260px}.explore-menu-btn{margin-top:2rem;width:80%}.menu-title{text-align:center;font-size:2rem;font-weight:400}}.reservation-section{width:100%;padding:6rem 2rem;background:#a41a1a;color:#fff;position:relative;z-index:1}.reservation-container{display:flex;justify-content:space-between;gap:3rem;max-width:1200px;margin:0 auto;flex-wrap:wrap;position:relative;z-index:2}.reservation-left{flex:1;min-width:280px;font-family:Cormorant Garamond,serif;animation:fadeInLeft 1s ease forwards}.reservation-left h1{font-family:Cinzel,serif;font-size:3rem;margin-bottom:1rem}.gold-text{color:#f9dd83;text-shadow:0 0 15px #f9dd83}.reservation-left p{font-family:Rosemartin,serif;font-size:1.01rem;font-weight:100;line-height:1.8;max-width:500px}.reservation-right{flex:1;min-width:300px;background:#ffffff0d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:2rem;border-radius:20px;display:flex;flex-direction:column;position:relative;z-index:5;pointer-events:auto}.reservation-form h2{font-family:Cinzel,serif;font-size:2.5rem;color:#f9dd83;margin-bottom:1.5rem;text-align:center}.reservation-form select{flex:1;width:100%;padding:.85rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.15);outline:none;font-size:1.1rem;font-family:Cormorant Garamond,serif;background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;transition:all .3s ease}.reservation-form select:focus{border-color:#f9dd83;background:#ffffff26;box-shadow:0 0 0 2px #f9dd8340}.reservation-form select{background-image:url("data:image/svg+xml;utf8,<svg fill='%23f9dd83' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 7.5l4.5 5 4.5-5z'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;padding-right:40px}.reservation-form select:invalid{color:#ffffffb3}.reservation-form select option{background:#a41a1a;color:#fff}.form-row{display:flex;gap:1rem;margin-bottom:1rem}input[type=text],input[type=email],input[type=tel],input[type=date],input[type=time],input[type=number]{flex:1;width:100%;padding:.85rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.15);outline:none;font-size:1.1rem;font-family:Cormorant Garamond,serif;background:#ffffff1a;color:#fff;position:relative;z-index:6;transition:all .3s ease}input:focus{border-color:#f9dd83;background:#ffffff26;box-shadow:0 0 0 2px #f9dd8340}input::placeholder{color:#ffffffb3}input[type=date]:not(:focus):not(:valid):before{content:attr(placeholder);color:#ffffffb3;font-family:Cormorant Garamond,serif}input[type=date]:focus:before,input[type=date]:valid:before{content:""}input[type=time]:not(:focus):not(:valid):before{content:attr(placeholder);color:#ffffffb3;font-family:Cormorant Garamond,serif}input[type=time]:focus:before,input[type=time]:valid:before{content:""}.reserve-btn{padding:12px 30px;font-size:1.2rem;font-weight:600;font-family:Cinzel,serif;color:#fff;background:#d4af37;border:none;border-radius:30px;cursor:pointer;margin:1.5rem auto 0;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;position:relative;z-index:10;pointer-events:auto;align-self:center}.reserve-btn:hover{background:#b9972f;transform:scale(1.05);box-shadow:0 6px 15px #0000004d}.retry-box{margin-top:1.5rem;padding:1rem 1.2rem;border-radius:14px;text-align:center;background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);animation:fadeIn .4s ease-in-out}.retry-box p{margin-bottom:.8rem;font-family:Cormorant Garamond,serif;font-size:1rem;color:#fff}.retry-btn{padding:10px 26px;font-size:1rem;font-family:Cinzel,serif;font-weight:600;color:#fff;background:linear-gradient(135deg,#d4af37,#b9972f);border:none;border-radius:25px;cursor:pointer;transition:all .3s ease}.retry-btn:hover{transform:scale(1.05);box-shadow:0 6px 15px #00000040}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.popup-overlay{position:fixed;font-family:Cinzel,serif;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.popup-box{background:#05211a;padding:2rem;border-radius:20px;text-align:center;max-width:400px;width:90%}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.popup-box h2{color:#d4af37;font-family:Cinzel,serif;font-size:1.8rem;margin-bottom:1rem}.popup-box p{color:#fff;margin-bottom:1.5rem}.popup-box button{padding:10px 25px;font-size:1rem;border-radius:20px;border:none;background:#d4af37;color:#fff;cursor:pointer}.popup-box button:hover{background:#b9972f}@media (max-width: 768px){.reservation-container{flex-direction:column;align-items:center}.reservation-left,.reservation-right{width:100%}.reservation-left h1{font-size:2.2rem}.reservation-left p{font-size:.9rem}.form-row{flex-direction:column;gap:.75rem}.reserve-btn{width:100%;justify-content:center}}.slot-container{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;margin-bottom:20px;width:100%;justify-content:flex-start}.slot-btn{padding:10px 18px 10px 10px;border:1px solid #b9972f;background:transparent;color:#fff;border-radius:8px;font-size:14px;cursor:pointer;transition:.3s ease;white-space:nowrap}.slot-btn:hover,.slot-btn.active{background:#fff;color:#a41a1a;border-color:#fff}.slot-btn.active{background:linear-gradient(135deg,#bfa37c,#8d6e3f);color:#111;border:none;box-shadow:0 8px 20px #bfa37c66}.slot-title{color:#bfa37c;margin-bottom:8px;font-size:17px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.reserve-btn:disabled{opacity:.5;cursor:not-allowed}.terms-container{margin:20px 0;text-align:left}.terms-text{font-weight:700;color:#fff;margin-bottom:5px}.terms-link{color:#d4af37;text-decoration:underline;cursor:pointer;font-size:.95rem}.terms-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.terms-popup-box{background-color:#1a1a1a;width:80%;max-height:85%;padding:25px;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.terms-popup-box h2{font-size:1.5rem}.terms-popup-content{overflow-y:auto;margin-top:15px;flex-grow:1;color:#fff;font-size:1rem;line-height:1.6;padding-right:12px}.terms-close-btn{margin-top:20px;padding:10px 18px;background-color:#d4af37;color:#000;border:none;border-radius:6px;font-weight:700;cursor:pointer;align-self:flex-end;transition:.2s}.terms-close-btn:hover{background-color:#bfa37c}.footer{width:100%;background:#a41a1a;color:#fff;padding:3rem 2rem 2rem;font-family:Cinzel,serif}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.footer-top,.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo-text{font-size:2rem;font-weight:700;color:#d4af37;letter-spacing:2px}.footer-right p,.footer-left p{font-size:.9rem;line-height:1.5;color:#f5f5f5}.footer-bottom{border-top:1px solid rgba(212,175,55,.3);padding-top:2rem}.footer-bottom .footer-right p{font-size:12px;padding-top:0rem;text-align:right}.footer-bottom .footer-left p{text-align:left;padding-bottom:0rem}@media (max-width: 768px){.footer-top,.footer-bottom{flex-direction:column;text-align:center}.footer-bottom .footer-right p,.footer-bottom .footer-left p{text-align:center}}.footer-right.social-links{display:flex;gap:40px}.footer-icon{color:#fff;font-size:12px;transition:transform .3s ease,color .3s ease}.footer-icon:hover{color:gold;transform:scale(1.3)}@media (max-width: 768px){.heroSection{min-height:calc(100vh - 60px)!important;overflow:visible!important}body,html{overflow-y:auto!important}}
