:root {
  --bg: #140f0d;
  --panel: rgba(40, 28, 23, 0.86);
  --panel-2: rgba(30, 21, 18, 0.92);
  --text: #f1e3cf;
  --muted: #dbc4a2;
  --line: rgba(207, 171, 122, 0.35);
  --accent: #d4ae78;
  --accent-strong: #ebc796;
  --shadow: 0 20px 50px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",system-ui,sans-serif;
  background:
    radial-gradient(circle at top left, rgba(120,75,38,.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(155,104,47,.14), transparent 28%),
    linear-gradient(180deg,#120d0b 0%,#1b1411 100%);
  color:var(--text);
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1180px, calc(100% - 32px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:10;
  backdrop-filter: blur(10px);
  background:rgba(18,13,11,.74);
  border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}
.logo{font-family:"Cormorant Garamond", serif;font-weight:700;letter-spacing:.06em;font-size:2.1rem;color:#f4dec0}
.logo.small{font-size:1.4rem}
.tagline{font-size:.92rem;color:var(--muted)}
nav{display:flex;flex-wrap:wrap;gap:22px;font-size:.96rem;color:#f2ddbf}
nav a{opacity:.9}
nav a:hover{opacity:1;color:var(--accent-strong)}
.hero{position:relative;min-height:78svh;display:grid;align-items:center;overflow:hidden;border-bottom:1px solid var(--line)}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.85) brightness(.55)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg, rgba(16,11,9,.55), rgba(16,11,9,.28) 45%, rgba(16,11,9,.72))}
.hero-content{position:relative;z-index:1;padding:80px 0 96px;max-width:680px;margin-left:auto;text-align:left}
.eyebrow{text-transform:uppercase;letter-spacing:.24em;color:var(--muted);font-size:.82rem;margin:0 0 18px}
.hero h1,.section h2,.section-title{font-family:"Great Vibes", cursive;font-weight:400;line-height:.95;margin:0 0 12px;color:#f8dfb9}
.hero h1{font-size:clamp(3.4rem,8vw,6.2rem)}
.hero-subtitle{font-family:"Cormorant Garamond", serif;font-size:clamp(1.4rem,2.6vw,2.15rem);margin:0 0 12px;color:#f3e0c4}
.hero-text{max-width:56ch;font-size:1.05rem;line-height:1.75;color:#efdfca}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.btn{padding:14px 22px;border-radius:999px;border:1px solid var(--line);box-shadow:var(--shadow);font-weight:600}
.btn-primary{background:linear-gradient(180deg,#201711,#120d0b);color:#f5e7d0}
.btn-secondary{background:linear-gradient(180deg,#d8b47f,#b98e5a);color:#2f2017;border-color:rgba(255,229,190,.35)}
.section{padding:82px 0;border-bottom:1px solid rgba(207,171,122,.16)}
.section-title,.section h2{font-size:clamp(2.7rem,5vw,4.5rem);text-align:center}
.section-intro{text-align:center;color:var(--muted);margin:-4px auto 28px;max-width:48ch}
.grid-2{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}
.panel{background:linear-gradient(180deg,var(--panel),var(--panel-2));border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}
.text-panel{padding:34px}
.image-panel{overflow:hidden}
.image-panel img{width:100%;height:100%;object-fit:cover;min-height:360px}
.text-panel h3{font-family:"Cormorant Garamond", serif;font-size:1.45rem;color:#f6ddb8;margin:0 0 10px}
.text-panel p,.panel p, li, blockquote{line-height:1.8;color:#f1e0cb}
.divider{height:1px;background:linear-gradient(90deg, transparent, var(--line), transparent);margin:24px 0}
.cards.four{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{overflow:hidden;border-radius:22px;background:linear-gradient(180deg,var(--panel),var(--panel-2));border:1px solid var(--line);box-shadow:var(--shadow)}
.card img{height:230px;width:100%;object-fit:cover}
.card div{padding:18px}
.card h3{margin:0 0 8px;font-family:"Cormorant Garamond", serif;font-size:1.55rem;color:#f6ddb8}
.highlight-box{margin-top:20px;padding:18px 22px;border:1px solid var(--line);border-radius:20px;background:rgba(31,22,18,.7);color:#efdcc1}
.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0 24px}
.feature-strip img{border-radius:20px;height:210px;object-fit:cover;border:1px solid var(--line);box-shadow:var(--shadow)}
.product-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-columns .panel{padding:26px}
.product-columns h3{margin:0 0 10px;font-family:"Cormorant Garamond", serif;font-size:1.6rem;color:#f6ddb8}
.team-list{padding-left:18px;margin:18px 0 0}
.team-list li{margin:8px 0}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
blockquote.panel{padding:26px;font-size:1.02rem;margin:0}
blockquote cite{display:block;margin-top:14px;color:var(--muted);font-style:normal}
.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.contact-grid .panel{padding:30px}
.site-footer{padding:28px 0;background:rgba(14,10,8,.85)}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:20px}

@media (max-width: 980px){
  .grid-2,.product-columns,.testimonial-grid,.contact-grid,.cards.four,.feature-strip{grid-template-columns:1fr 1fr}
  .hero-content{margin:0;max-width:100%;padding-top:110px}
  nav{display:none}
}
@media (max-width: 680px){
  .grid-2,.product-columns,.testimonial-grid,.contact-grid,.cards.four,.feature-strip{grid-template-columns:1fr}
  .reverse-mobile .image-panel{order:-1}
  .hero{min-height:68svh}
  .hero-content{text-align:center}
  .hero-text{margin:0 auto}
  .hero-actions{justify-content:center}
  .text-panel,.contact-grid .panel,.product-columns .panel,blockquote.panel{padding:22px}
  .logo{font-size:1.7rem}
}
.logo img {
  height: 50px; /* ajuste si besoin */
  width: auto;
  display: block;
}

/* Mobile only enhancements */
.brand-block{min-width:0}
.menu-toggle{
  display:none;
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(20,15,13,.9);
  color:var(--text);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  padding:0;
  cursor:pointer;
  box-shadow:var(--shadow);
}
.menu-toggle span{
  display:block;
  width:18px;
  height:2px;
  background:currentColor;
  border-radius:2px;
}

@media (max-width: 980px){
  .site-header{position:sticky}
  .nav{
    position:relative;
    padding:14px 0;
    align-items:center;
  }
  .menu-toggle{display:inline-flex}
  nav{
    display:none;
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:0;
    flex-direction:column;
    gap:0;
    padding:12px;
    background:rgba(18,13,11,.97);
    border:1px solid var(--line);
    border-radius:18px;
    box-shadow:var(--shadow);
  }
  nav.is-open{display:flex}
  nav a{
    display:block;
    padding:14px 12px;
    border-bottom:1px solid rgba(207,171,122,.14);
  }
  nav a:last-child{border-bottom:0}
  .hero-content{
    padding-top:84px;
    padding-bottom:72px;
  }
}

@media (max-width: 680px){
  .container{width:min(1180px, calc(100% - 20px))}
  .site-header{border-bottom:1px solid var(--line)}
  .nav{gap:12px}
  .logo img{height:42px}
  .tagline{
    font-size:.78rem;
    line-height:1.35;
  }
  .hero{
    min-height:70svh;
  }
  .hero-overlay{
    background:linear-gradient(180deg, rgba(16,11,9,.72), rgba(16,11,9,.52) 45%, rgba(16,11,9,.82));
  }
  .hero-content{
    text-align:center;
    padding-top:88px;
    padding-bottom:58px;
  }
  .hero h1{
    font-size:clamp(3rem, 14vw, 4.6rem);
  }
  .hero-subtitle{
    font-size:1.45rem;
  }
  .hero-text{
    font-size:1rem;
    line-height:1.7;
    max-width:34ch;
  }
  .hero-actions{
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }
  .hero-actions .btn{
    text-align:center;
  }
  .section{
    padding:56px 0;
  }
  .section-intro{
    margin-bottom:22px;
  }
  .card img,
  .feature-strip img{
    height:auto;
    aspect-ratio:4/3;
  }
  .image-panel img{
    min-height:260px;
  }
  .footer-row{
    text-align:center;
    justify-content:center;
  }
}


/* Correction réelle — 4 images égales dans "Notre gamme de produits" */
#produits .feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

#produits .feature-strip img {
  width: 100%;
  height: 230px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

@media (max-width: 980px) {
  #produits .feature-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  #produits .feature-strip {
    grid-template-columns: 1fr;
  }

  #produits .feature-strip img {
    height: 220px;
  }
}
