*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

body{
font-family:'Montserrat',sans-serif;
background:#f7f1e8;
color:#2c211c;
overflow-x:hidden;
}

img{
width:100%;
display:block;
}

a{
text-decoration:none;
color:inherit;
}

h1,h2,h3{
font-family:'Cormorant Garamond',serif;
font-weight:600;
}

:root{
--verde:#35593a;
--verde2:#486b4a;
--vinho:#9d2c2b;
--bege:#f7f1e8;
--bege2:#f8f3eb;
--escuro:#1f1f1f;
}

/* HERO GLOBAL */
.hero,.final{
position:relative;
min-height:100vh;
overflow:hidden;
}

.hero-bg,.final-bg{
width:100%;
height:100vh;
object-fit:cover;
}

.hero-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,0.45);
}

/* TOPO */
.topbar{
position:absolute;
top:18px;
left:0;
width:100%;
padding:0 20px;
display:flex;
justify-content:space-between;
align-items:center;
z-index:20;
}

.top-logo{
width:110px;
border-radius:10px;
}

.menu-toggle{
font-size:24px;
color:#fff;
cursor:pointer;
}

/* MENU HAMBURGUER */
.mobile-menu{
position:fixed;
top:0;
right:-100%;
width:78%;
height:100vh;
background:rgba(25,25,25,.97);
z-index:9999;
padding:80px 30px;
transition:.35s;
display:flex;
flex-direction:column;
gap:22px;
}

.mobile-menu.active{
right:0;
}

.mobile-menu a{
color:#fff;
font-size:18px;
border-bottom:1px solid rgba(255,255,255,.08);
padding-bottom:14px;
}

.close-menu{
position:absolute;
top:22px;
right:24px;
font-size:24px;
color:#fff;
cursor:pointer;
}

/* HERO TEXT */
.hero-content,.final-content{
position:absolute;
z-index:5;
top:52%;
left:50%;
transform:translate(-50%,-50%);
width:88%;
text-align:center;
color:#fff;
}

.hero-content h1,.final-content h2{
font-size:42px;
line-height:1.05;
margin-bottom:15px;
}

.hero-content p,.final-content p{
font-size:16px;
margin-bottom:25px;
line-height:1.7;
}

/* ICONS HERO */
.hero-icons,
.icons{
display:flex;
justify-content:space-between;
margin:25px 0;
gap:8px;
}

.hero-icons div,
.icons div{
flex:1;
background:rgba(255,255,255,0.08);
padding:12px 6px;
border-radius:12px;
backdrop-filter:blur(4px);
-webkit-backdrop-filter:blur(4px);
font-size:12px;
line-height:1.25;
}

.hero-icons i,
.icons i{
display:block;
font-size:18px;
margin-bottom:6px;
color:#e1c887;
}

/* BOTÕES */
.btn,
.btn-main{
display:block;
width:100%;
max-width:320px;
margin:10px auto;
padding:15px;
border-radius:40px;
text-decoration:none;
color:white;
font-weight:600;
font-size:14px;
text-align:center;
}

.green{background:var(--verde);}
.green2{background:#244728;}
.black{background:#1e1e1e;}
.winebtn{background:#7d1f2d;}
.btn-main{background:var(--verde2);}

/* SECTIONS */
.section,
.story,.sabores,.vinhos,.reviews,.horarios{
padding:60px 22px;
text-align:center;
}

.section h2,
.story h2,.sabores h2,.vinhos h2,.reviews h2,.horarios h2{
font-size:38px;
color:var(--vinho);
margin-bottom:18px;
line-height:1.15;
}

.section p,
.story p{
line-height:1.8;
margin-bottom:14px;
}

/* CARDS */
.grid-cards,
.grid,
.seq-grid,
.menu-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
margin-top:25px;
}

.food-card,.card,.seq-card,.menu-card{
background:var(--bege2);
border:1px solid #e6ddd1;
border-radius:16px;
overflow:hidden;
padding:20px;
box-shadow:0 3px 10px rgba(0,0,0,.03);
}

.food-card img{
height:180px;
object-fit:cover;
}

.food-card span{
display:block;
margin-top:10px;
font-weight:600;
font-size:13px;
}

.card h3,.seq-card h3,.menu-card h3{
font-size:30px;
color:var(--vinho);
margin-bottom:12px;
}

.card p,.seq-card ul,.menu-card p{
font-size:14px;
line-height:1.7;
color:#5a4a42;
}

.seq-card ul{
list-style:none;
}

.menu-item{
display:flex;
justify-content:space-between;
gap:15px;
padding:8px 0;
border-bottom:1px solid rgba(0,0,0,.05);
font-size:13px;
text-align:left;
}

/* BENEFITS */
.quote-box,.notice{
margin-top:22px;
background:#ece1ce;
padding:18px;
border-radius:14px;
font-size:14px;
line-height:1.8;
}

/* GALLERY */
.gallery{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
margin-top:25px;
}

.gallery img{
height:130px;
object-fit:cover;
border-radius:14px;
}

/* CTA FINAL */
.cta-final,.cta{
position:relative;
min-height:320px;
overflow:hidden;
border-radius:18px;
margin-top:25px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#fff;
}

.cta-final img,.cta img{
position:absolute;
width:100%;
height:100%;
object-fit:cover;
filter:brightness(45%);
}

.cta-content{
position:relative;
z-index:3;
padding:20px;
}

/* BOTTOM FIXED */
.bottom-fixed{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#1f1f1f;
display:flex;
justify-content:space-around;
padding:12px 5px;
z-index:999;
}

.bottom-fixed a{
color:white;
font-size:11px;
text-align:center;
}

.bottom-fixed i{
display:block;
font-size:18px;
margin-bottom:4px;
}

/* DESKTOP */
@media(min-width:900px){

.hero-content,.final-content{
width:60%;
}

.hero-content h1,.final-content h2{
font-size:62px;
}

.hero-content p,.final-content p{
font-size:19px;
}

.grid-cards,.grid,.seq-grid,.menu-grid{
grid-template-columns:repeat(3,1fr);
max-width:1100px;
margin:30px auto;
}

.gallery{
grid-template-columns:repeat(4,1fr);
max-width:1100px;
margin:30px auto;
}

.section,.story,.sabores,.vinhos,.reviews,.horarios{
padding:90px 30px;
max-width:1200px;
margin:auto;
}

.bottom-fixed{
max-width:430px;
left:50%;
transform:translateX(-50%);
border-radius:14px 14px 0 0;
}
}