*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
    scroll-behavior:smooth;
}
body{

font-family:Poppins,sans-serif;

background:#F8F4EC;

color:#2b2b2b;

}

nav{

display:flex;

justify-content:space-between;

align-items:center;

padding:25px 8%;

background:white;

box-shadow:0 2px 12px rgba(0,0,0,.08);

}

.logo{

font-size:34px;

font-family:Cinzel,serif;

font-weight:bold;

color:#7A1F1F;

}

nav ul{

display:flex;

gap:40px;

list-style:none;

}

nav a{

text-decoration:none;

color:#444;

font-weight:500;

}

.hero{

display:flex;

align-items:center;

justify-content:space-between;

padding:80px 8%;

min-height:90vh;

}

.left{

width:50%;

}

.right{

width:40%;

text-align:center;

}

.right img{
    width:430px;
    height: 430px;
    object-fit:cover;

    border-radius:38px;

    border:8px solid #f8f2ec;

    box-shadow:
        0 20px 45px rgba(0,0,0,.18),
        0 0 0 10px rgba(181,58,45,.08);

    transition:.35s ease;
}

.right img:hover{
    transform:translateY(-6px);
}

.small{

letter-spacing:3px;

font-size:13px;

color:#B53A2D;

margin-bottom:20px;

font-weight:600;

}

h1{

font-size:60px;

font-family:Cinzel,serif;

line-height:1.2;

color:#5B1919;

margin-bottom:25px;

}

.description{

font-size:18px;

line-height:1.8;

margin-bottom:35px;

color:#555;

}

.buttons{

display:flex;

gap:20px;

}

.primary{

background:#B53A2D;

color:white;

padding:16px 34px;

border-radius:50px;

text-decoration:none;

font-weight:600;

}

.secondary{

padding:16px 34px;

border:2px solid #B53A2D;

border-radius:50px;

text-decoration:none;

color:#B53A2D;

font-weight:600;

transition:.3s;

}

.secondary:hover{

background:#B53A2D;

color:white;

}

@media(max-width:900px){

.hero{

flex-direction:column;

text-align:center;

}

.left,.right{

width:100%;

}

h1{

font-size:40px;

}

nav{

flex-direction:column;

gap:20px;

}

nav ul{

gap:18px;

}

.buttons{

justify-content:center;

flex-wrap:wrap;

}

} .products{

padding:90px 8%;

background:white;

text-align:center;

}

.products h2{

font-family:Cinzel,serif;

font-size:42px;

color:#5B1919;

margin-bottom:15px;

}

.section-text{

max-width:700px;

margin:0 auto 60px;

color:#666;

font-size:18px;

line-height:1.8;

}

.product-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:40px;

}

.card{

background:#F8F4EC;

padding:30px;

border-radius:20px;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.35s;

}

.card:hover{

transform:translateY(-10px);

}

.card img{

width:100%;

border-radius:15px;

margin-bottom:20px;

}

.card h3{

font-size:24px;

margin-bottom:15px;

color:#5B1919;

}

.card p{

color:#555;
font-style: italic;
line-height:1.8;

margin-bottom:20px;

}

.card h4{

font-size:30px;

color:#B53A2D;

margin-bottom:20px;

}

.card button{

background:#B53A2D;

color:white;

border:none;

padding:15px 30px;

border-radius:50px;

cursor:pointer;

font-size:16px;

transition:.3s;

}

.card button:hover{

background:#7A1F1F;

} .shipping{
    color:#666;
    font-size:15px;
    line-height:1.6;
    margin-bottom:20px;
} /* WHY US */

.why-us{
    padding:90px 8%;
    background:#faf6f2;
    text-align:center;
}

.why-us h2{
    font-size:2.3rem;
    margin-bottom:50px;
    color:#5d1d17;
}

.features{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
    gap:30px;
}

.feature{
    background:white;
    padding:30px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.feature:hover{
    transform:translateY(-8px);
}

.feature h3{
    margin-bottom:15px;
    color:#8c2f25;
}

.feature p{
    line-height:1.7;
    color:#555;
} /* OUR STORY */

.our-story{
    padding:100px 8%;
    background-image:
        linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
        url("../images/hometown.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}


.story-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.story-text span{
    display:inline-block;
    color:#B53A2D;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:12px;
    font-size:0.95rem;
}
.story-text{
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(10px);
    padding:45px;
    border-radius:22px;
}

.story-text h2{
    font-size:2.6rem;
    color:white;
    margin:18px 0;
}

.story-text p{
    margin-bottom:20px;
    line-height:1.9;
    color:rgba(255,255,255,0.92);
}

.story-image img{
    width:100%;
    border-radius:22px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

@media(max-width:900px){

.story-grid{
    grid-template-columns:1fr;
}

.story-image{
    order:-1;
}

}.logo-main{
    font-size:32px;
    font-weight:700;
    letter-spacing:2px;
    color:#5b1f1f;
}

.logo-sub{
    font-size:12px;
    color:#777;
    margin-top:2px;
    line-height:1.3;
}

.logo-sub em{
    font-style:italic;
}

.logo-sub span{
    color:#999;
}/* PAIRING SUGGESTIONS */

.pairings{
    padding:100px 8%;
    background:#faf7f2;
}

.pairings h2{
    text-align:center;
    font-size:2.5rem;
    color:#5b1f1f;
}

.pairing-intro{
    text-align:center;
    max-width:700px;
    margin:20px auto 60px;
    color:#666;
    font-style:italic;
    line-height:1.8;
}

.pairing-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:30px;
}

.pairing-card{
    background:white;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.pairing-card:hover{
    transform:translateY(-8px);
}

.pairing-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.pairing-card h3{
    padding:20px;
    text-align:center;
    color:#5b1f1f;
}/* FAQ */

.faq{
    padding:100px 8%;
    background:#faf7f2;
}

.faq h2{
    text-align:center;
    color:#5d1d17;
    font-size:2.5rem;
    margin-bottom:60px;
}

.faq-item{
    background:white;
    padding:28px;
    margin-bottom:22px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.faq-item h3{
    color:#5d1d17;
    margin-bottom:12px;
}

.faq-item p{
    color:#555;
    line-height:1.8;
}/* ===========================
        FOOTER
=========================== */

.footer{

    background:#5B1919;
    color:#F8F4EC;

    padding:70px 8% 25px;

}

.footer-container{

    display:grid;
    grid-template-columns:2fr 1fr 1fr;

    gap:60px;

    align-items:flex-start;

}

.footer-logo{

    display:flex;

    align-items:center;

    gap:14px;

    margin-bottom:18px;

}

.footer-logo img{
    width:70px;
    height:70px;
    object-fit:contain;
}

.footer-logo h2{
    font-size:2.2rem;
    color:white;
    margin:0;
    letter-spacing:1px;
}

.footer-brand p{

    max-width:420px;

    line-height:1.8;

    color:#E8DCD2;

}

.footer-links h4,
.footer-contact h4{

    margin-bottom:18px;

    color:white;

}

.footer-links{

    display:flex;

    flex-direction:column;

}

.footer-links a{

    color:#E8DCD2;

    text-decoration:none;

    margin-bottom:12px;

    transition:.3s;

}

.footer-links a:hover{

    color:white;

    transform:translateX(5px);

}

.footer-contact p{

    margin-bottom:12px;

    color:#E8DCD2;

}
.footer-contact a{

    display:block;

    margin-bottom:12px;

    color:#E8DCD2;

    text-decoration:none;

    transition:.3s;

}

.footer-contact a:hover{

    color:white;

}
.footer-bottom{

    margin-top:55px;

    padding-top:25px;

    border-top:1px solid rgba(255,255,255,.15);

    text-align:center;

    color:#d8c6b7;

    font-size:.95rem;

}
/* ===========================================
        MOBILE RESPONSIVE
=========================================== */

@media screen and (max-width:768px){

body{
    overflow-x:hidden;
}

/* NAVIGATION */

nav{
    flex-direction:column;
    text-align:center;
    padding:20px 6%;
}

nav ul{
    flex-wrap:wrap;
    justify-content:center;
    gap:18px;
    margin-top:20px;
}

/* HERO */

.hero{
    flex-direction:column-reverse;
    text-align:center;
    padding:60px 6%;
    min-height:auto;
}

.left,
.right{
    width:100%;
}

.right{
    margin-bottom:35px;
}

.right img{
    width:85%;
    max-width:340px;
    height:auto;
}

h1{
    font-size:2.5rem;
}

.description{
    font-size:1rem;
}

.buttons{
    justify-content:center;
    flex-wrap:wrap;
}

.primary,
.secondary{
    width:100%;
    max-width:260px;
}

/* PRODUCTS */

.products{
    padding:70px 6%;
}

.products h2{
    font-size:2rem;
}

.product-grid{
    grid-template-columns:1fr;
}

/* WHY CHAMEIN */

.why-us{
    padding:70px 6%;
}

.features{
    grid-template-columns:1fr;
}

/* STORY */

.our-story{
    padding:70px 6%;
}

.story-grid{
    grid-template-columns:1fr;
}

.story-text{
    padding:30px;
}

.story-text h2{
    font-size:2rem;
}

/* PAIRINGS */

.pairings{
    padding:70px 6%;
}

.pairing-grid{
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.pairing-card img{
    height:150px;
}

/* FAQ */

.faq{
    padding:70px 6%;
}

.faq h2{
    font-size:2rem;
}

/* FOOTER */

.footer{
    padding:60px 6% 25px;
}

.footer-container{
    grid-template-columns:1fr;
    gap:40px;
    text-align:center;
}

.footer-brand p{
    margin:auto;
}

.footer-logo{
    justify-content:center;
}

.footer-links,
.footer-contact{
    align-items:center;
}

.footer-logo img{
    width:60px;
    height:60px;
}

}