/* =========================
GLOBAL STYLES
========================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#0d0d0d;
color:#fff;
overflow-x:hidden;
}

img{
width:100%;
display:block;
}

a{
text-decoration:none;
color:white;
}

ul{
list-style:none;
}

.section{
padding:100px 8%;
}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title h2{
font-size:42px;
font-family:'Playfair Display',serif;
margin-bottom:15px;
color:#D4AF37;
}

.section-title p{
color:#ccc;
max-width:700px;
margin:auto;
line-height:1.7;
}

/* =========================
BUTTONS
========================= */

.primary-btn{
display:inline-block;
padding:14px 32px;
background:#8B0000;
border-radius:50px;
font-weight:600;
transition:0.3s ease;
}

.primary-btn:hover{
background:#D4AF37;
color:#000;
transform:translateY(-3px);
}

.secondary-btn{
display:inline-block;
padding:14px 32px;
border:1px solid #D4AF37;
border-radius:50px;
font-weight:600;
transition:0.3s ease;
}

.secondary-btn:hover{
background:#D4AF37;
color:#000;
}

/* =========================
HEADER
========================= */

.header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:1000;
padding:20px 8%;
background:rgba(0,0,0,0.5);
backdrop-filter:blur(10px);
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo h1{
font-size:32px;
font-family:'Playfair Display',serif;
color:#D4AF37;
}

.logo span{
font-size:12px;
letter-spacing:2px;
color:#ccc;
}

.nav-links{
display:flex;
gap:30px;
}

.nav-links a{
font-size:15px;
transition:0.3s;
}

.nav-links a:hover{
color:#D4AF37;
}

.reserve-btn{
padding:12px 25px;
background:#8B0000;
border-radius:40px;
font-size:14px;
}

.menu-toggle{
display:none;
font-size:28px;
cursor:pointer;
}

/* =========================
HERO SECTION
========================= */

.hero{
height:100vh;
background:
linear-gradient(rgba(0,0,0,0.65),
rgba(0,0,0,0.75)),
url('../images/hero/hero-bg.jpg');

background-size:cover;
background-position:center;
display:flex;
align-items:center;
padding:0 8%;
position:relative;
}

.hero-content{
max-width:700px;
}

.hero-subtitle{
color:#D4AF37;
letter-spacing:3px;
margin-bottom:20px;
font-size:14px;
text-transform:uppercase;
}

.hero h1{
font-size:75px;
line-height:1.1;
font-family:'Playfair Display',serif;
margin-bottom:25px;
}

.hero-text{
font-size:18px;
line-height:1.8;
color:#ddd;
margin-bottom:35px;
max-width:600px;
}

.hero-buttons{
display:flex;
gap:20px;
margin-bottom:40px;
}

.hero-info{
display:flex;
gap:25px;
flex-wrap:wrap;
}

.info-box{
display:flex;
align-items:center;
gap:10px;
background:rgba(255,255,255,0.08);
padding:12px 20px;
border-radius:40px;
backdrop-filter:blur(8px);
}

.info-box i{
color:#D4AF37;
}

/* =========================
FEATURES
========================= */

.features-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:30px;
}

.feature-card{
background:#161616;
padding:40px 30px;
border-radius:20px;
transition:0.4s;
text-align:center;
border:1px solid rgba(255,255,255,0.05);
}

.feature-card:hover{
transform:translateY(-10px);
border-color:#D4AF37;
}

.feature-card i{
font-size:45px;
color:#D4AF37;
margin-bottom:25px;
}

.feature-card h3{
margin-bottom:15px;
font-size:24px;
}

.feature-card p{
color:#bbb;
line-height:1.7;
}

/* =========================
SIGNATURE DISHES
========================= */

.dish-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
}

.dish-card{
background:#161616;
border-radius:20px;
overflow:hidden;
transition:0.4s;
}

.dish-card:hover{
transform:translateY(-10px);
}

.dish-card img{
height:260px;
object-fit:cover;
}

.dish-content{
padding:25px;
}

.dish-content h3{
margin-bottom:15px;
font-size:24px;
}

.dish-content p{
color:#bbb;
line-height:1.7;
margin-bottom:20px;
}

.dish-content span{
color:#D4AF37;
font-weight:700;
font-size:18px;
}

/* =========================
ABOUT PREVIEW
========================= */

.about-preview{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.about-image img{
border-radius:20px;
height:550px;
object-fit:cover;
}

.small-title{
color:#D4AF37;
letter-spacing:3px;
margin-bottom:20px;
}

.about-content h2{
font-size:50px;
font-family:'Playfair Display',serif;
margin-bottom:25px;
}

.about-content p{
color:#bbb;
line-height:1.9;
margin-bottom:20px;
}

/* =========================
CTA SECTION
========================= */

.reservation-cta{
padding:120px 8%;
background:
linear-gradient(rgba(0,0,0,0.7),
rgba(0,0,0,0.8)),
url('../images/interior/cta-bg.jpg');

background-size:cover;
background-position:center;
text-align:center;
}

.cta-content h2{
font-size:60px;
font-family:'Playfair Display',serif;
margin-bottom:25px;
}

.cta-content p{
max-width:700px;
margin:auto;
line-height:1.8;
color:#ddd;
margin-bottom:35px;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:20px;
}

/* =========================
REVIEWS
========================= */

.reviews-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
}

.review-card{
background:#161616;
padding:40px;
border-radius:20px;
}

.stars{
color:#D4AF37;
margin-bottom:20px;
font-size:22px;
}

.review-card p{
line-height:1.9;
color:#ccc;
margin-bottom:20px;
}

/* =========================
GALLERY
========================= */

.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.gallery-grid img{
height:300px;
object-fit:cover;
border-radius:15px;
transition:0.4s;
}

.gallery-grid img:hover{
transform:scale(1.05);
}

/* =========================
LOCATION
========================= */

.location{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.location-content h2{
font-size:50px;
margin-bottom:25px;
font-family:'Playfair Display',serif;
}

.location-content p{
margin-bottom:15px;
color:#ccc;
font-size:18px;
}

.location-buttons{
display:flex;
gap:20px;
margin-top:30px;
}

.map{
height:450px;
border-radius:20px;
overflow:hidden;
}

/* =========================
FOOTER
========================= */

.footer{
background:#080808;
padding:80px 8% 20px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:40px;
margin-bottom:50px;
}

.footer h2,
.footer h3{
margin-bottom:20px;
color:#D4AF37;
}

.footer p{
color:#aaa;
line-height:1.8;
}

.footer ul li{
margin-bottom:15px;
}

.footer ul li a{
color:#aaa;
transition:0.3s;
}

.footer ul li a:hover{
color:#D4AF37;
}

.socials{
display:flex;
gap:15px;
margin-top:20px;
}

.socials a{
width:45px;
height:45px;
display:flex;
align-items:center;
justify-content:center;
background:#161616;
border-radius:50%;
transition:0.3s;
}

.socials a:hover{
background:#D4AF37;
color:#000;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,0.08);
padding-top:20px;
text-align:center;
color:#777;
}

/* =========================
WHATSAPP BUTTON
========================= */

.whatsapp-btn{
position:fixed;
right:25px;
bottom:25px;
width:65px;
height:65px;
background:#25D366;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:32px;
z-index:1000;
box-shadow:0 10px 25px rgba(0,0,0,0.4);
}

/* =========================
SCROLLBAR
========================= */

::-webkit-scrollbar{
width:10px;
}

::-webkit-scrollbar-thumb{
background:#8B0000;
border-radius:20px;
}

::-webkit-scrollbar-track{
background:#111;
}


/* =========================
MENU HERO
========================= */

.menu-hero{
height:70vh;
background:
linear-gradient(rgba(0,0,0,0.7),
rgba(0,0,0,0.8)),
url('../images/hero/menu-hero.jpg');

background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:0 8%;
}

.menu-hero-content{
max-width:800px;
}

.menu-subtitle{
color:#D4AF37;
letter-spacing:3px;
margin-bottom:20px;
font-size:14px;
}

.menu-hero h1{
font-size:70px;
font-family:'Playfair Display',serif;
margin-bottom:20px;
}

.menu-hero p{
color:#ddd;
line-height:1.8;
font-size:18px;
}

/* =========================
MENU NAVIGATION
========================= */

.menu-nav-section{
padding:30px 8%;
background:#111;
position:sticky;
top:90px;
z-index:900;
}

.menu-nav{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.menu-nav a{
padding:12px 24px;
border:1px solid rgba(255,255,255,0.1);
border-radius:40px;
transition:0.3s;
font-size:14px;
}

.menu-nav a:hover{
background:#D4AF37;
color:#000;
}

/* =========================
MENU SECTION SPACING
========================= */

.menu-section{
padding-top:90px;
}

/* =========================
MENU RESPONSIVE
========================= */

@media(max-width:768px){

.menu-hero h1{
font-size:48px;
}

.menu-nav{
justify-content:flex-start;
overflow-x:auto;
padding-bottom:10px;
}

.menu-nav::-webkit-scrollbar{
height:5px;
}

.menu-nav::-webkit-scrollbar-thumb{
background:#D4AF37;
border-radius:20px;
}

}

@media(max-width:500px){

.menu-hero{
height:auto;
padding-top:180px;
padding-bottom:100px;
}

.menu-hero h1{
font-size:38px;
}

.menu-hero p{
font-size:16px;
}

}

/* =========================
REMOVE BUTTON
========================= */

.remove-btn{
padding:8px 14px;
background:#8B0000;
border:none;
color:#fff;
border-radius:20px;
cursor:pointer;
font-size:12px;
transition:0.3s;
}

.remove-btn:hover{
background:#D4AF37;
color:#000;
}

/* =========================
NAV ACTIONS
========================= */

.nav-actions{
display:flex;
align-items:center;
gap:20px;
}

.cart-btn{
padding:12px 20px;
border:none;
background:linear-gradient(135deg,#8B0000,#D4AF37);
color:#fff;
border-radius:50px;
cursor:pointer;
transition:0.4s ease;
font-weight:600;
font-size:14px;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
min-width:150px;
box-shadow:0 8px 20px rgba(0,0,0,0.3);
}

.cart-btn i{
font-size:14px;
}

.cart-btn:hover{
transform:translateY(-4px) scale(1.03);
box-shadow:0 12px 25px rgba(212,175,55,0.35);
}