*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#0d0c08;color:#fff;font-family:'Poppins',sans-serif;overflow-x:hidden}:root{--gold:#c99848;--border:rgba(201,152,72,.35)}a{text-decoration:none;color:white}header{position:fixed;top:0;left:0;width:100%;z-index:10000;padding:12px 7%;display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,.35);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.06)}.logo img{width:130px}.desktop-menu{display:flex;align-items:center;gap:38px}.desktop-menu a{color:#fff;font-size:15px;position:relative;transition:.3s}.desktop-menu a::after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--gold);transition:.3s}.desktop-menu a:hover{color:var(--gold)}.desktop-menu a:hover::after{width:100%}.menu-btn{display:none;width:48px;height:48px;border:1px solid var(--border);border-radius:50%;align-items:center;justify-content:center;color:var(--gold);font-size:22px;cursor:pointer;background:rgba(0,0,0,.45);position:relative;z-index:11000}.mobile-menu{position:fixed;top:86px;left:5%;width:90%;max-height:0;overflow:hidden;background:rgba(10,9,7,.97);backdrop-filter:blur(14px);border:1px solid var(--border);border-top:none;border-radius:0 0 18px 18px;padding:0 24px;transition:max-height .4s ease,padding .4s ease;z-index:9500;box-shadow:0 25px 60px rgba(0,0,0,.65)}.mobile-menu.active{max-height:380px;padding:18px 24px}.mobile-menu a{display:block;padding:14px 0;font-size:17px;font-weight:500;border-bottom:1px solid rgba(255,255,255,.08);transition:.3s}.mobile-menu a:hover{color:var(--gold);padding-left:10px}.reserve-fixed{position:fixed;right:30px;bottom:30px;z-index:10001;background:linear-gradient(135deg,#d8aa62,#9b6b2e);color:#fff;padding:15px 24px;border-radius:40px;font-weight:600;box-shadow:0 0 25px rgba(201,152,72,.45);animation:pulse 2s infinite;border:none;cursor:pointer}@keyframes pulse{0%{box-shadow:0 0 0 rgba(201,152,72,.7)}50%{box-shadow:0 0 35px rgba(201,152,72,.8)}100%{box-shadow:0 0 0 rgba(201,152,72,.7)}}.hero{min-height:48vh;padding:150px 7% 80px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(rgba(0,0,0,.80),rgba(0,0,0,.88)),var(--page-hero-image) center/cover no-repeat;border-bottom:1px solid var(--border)}.hero small{color:var(--gold);letter-spacing:3px;font-weight:600}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(42px,7vw,76px);margin:12px 0}.hero h2{font-family:'Great Vibes',cursive;color:var(--gold);font-size:clamp(38px,5vw,66px);font-weight:400}.legal-section{padding:85px 7%;border-top:1px solid var(--border)}.legal-box{max-width:1050px;margin:auto;background:linear-gradient(180deg,#1d1912,#11100c);border:1px solid var(--border);border-radius:22px;padding:45px;box-shadow:0 25px 60px rgba(0,0,0,.45)}.legal-box h2{font-family:'Playfair Display',serif;font-size:34px;margin:32px 0 15px;color:#fff}.legal-box h2:first-child{margin-top:0}.legal-box p{color:#ccc;line-height:1.9;margin-bottom:16px;font-size:15px}.legal-box strong{color:var(--gold);font-weight:600}.info-card{margin-top:25px;padding:22px;border-radius:16px;border:1px solid var(--border);background:rgba(201,152,72,.08)}footer{background:#090806;padding:45px 7% 20px;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1.4fr;gap:40px}footer img{width:150px;margin-bottom:15px}footer h3{font-family:'Playfair Display',serif;margin-bottom:15px;font-size:26px}footer a,footer p{display:block;color:#ccc;margin:8px 0}.footer-links{margin-top:12px;display:flex;align-items:center;justify-content:left;gap:14px;flex-wrap:wrap}.footer-links a{color:#ccc;font-size:14px;transition:.3s}.footer-links a:hover{color:var(--gold)}.footer-links span{color:#666}.copy{text-align:left;margin-top:35px;color:#aaa;border-top:1px solid rgba(255,255,255,.08);padding-top:18px}.image{margin-top:50px}.reserve-modal{position:fixed;inset:0;background:rgba(0,0,0,.82);z-index:30000;display:none;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.reserve-modal.active{display:flex}.reserve-box{width:100%;max-width:520px;max-height:92vh;overflow-y:auto;background:#11100c;border:1px solid rgba(201,152,72,.25);border-radius:24px;padding:28px;position:relative;color:#fff;box-shadow:0 30px 80px rgba(0,0,0,.65)}.reserve-box::-webkit-scrollbar{width:6px}.reserve-box::-webkit-scrollbar-thumb{background:#c99848;border-radius:10px}.reserve-close{position:absolute;top:14px;right:18px;background:none;border:none;color:#c99848;font-size:32px;cursor:pointer}.reserve-box h2{font-size:34px;margin-bottom:8px;font-family:'Playfair Display',serif}.reserve-box p{color:#bbb;margin-bottom:20px;font-size:14px}.reserve-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px;align-items:center}.reserve-options a,.reserve-options button{border:none;padding:14px 18px;border-radius:14px;background:linear-gradient(135deg,#d8aa62,#9b6b2e);color:#fff;font-weight:600;cursor:pointer;text-decoration:none;font-size:15px;display:flex;align-items:center;justify-content:center;gap:10px;text-align:center}.reserve-form{display:none;flex-direction:column;gap:12px}.reserve-form.active{display:flex}.reserve-form input,.reserve-form textarea{width:100%;padding:13px 15px;border-radius:14px;border:1px solid rgba(201,152,72,.25);background:#0d0c08;color:#fff;font-size:14px;outline:none}.reserve-form input{height:52px}.reserve-form textarea{min-height:100px;resize:vertical}.reserve-form button{border:none;background:linear-gradient(135deg,#d8aa62,#9b6b2e);color:#fff;padding:15px;border-radius:14px;font-weight:700;cursor:pointer;margin-top:5px}@media(max-width:900px){header{height:86px;padding:12px 5%;background:rgba(0,0,0,.65)}.logo img{width:120px}.desktop-menu{display:none}.menu-btn{display:flex;width:36px;height:46px}.legal-item{padding-bottom:28px;margin-bottom:28px;border-bottom:1px solid rgba(201,152,72,.18)}.legal-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.legal-item h2{display:flex;align-items:center;gap:12px}.legal-item h2::before{content:"";width:10px;height:10px;border-radius:50%;background:var(--gold);box-shadow:0 0 12px rgba(201,152,72,.7);flex-shrink:0}}@media(max-width:600px){.reserve-box{padding:22px;border-radius:20px}.reserve-options{grid-template-columns:1fr}.reserve-box h2{font-size:28px}.reserve-form input{height:48px}}