:root{
  --bg:#eef1ec;
  --card:#f8faf7;
  --text:#20362d;
  --muted:#617168;
  --line:#d7dfd7;
  --accent:#174c3b;
  --accent-2:#2b6b57;
  --shadow:0 18px 40px rgba(32,54,45,.08);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.6;
}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px, calc(100% - 32px)); margin:0 auto}
.section{padding:88px 0}
.section.compact{padding-top:56px}
.eyebrow{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:800;
  color:#50645a;
  font-size:.88rem;
  margin-bottom:14px;
}
h1,h2,h3{margin:0 0 16px 0;line-height:1.02}
h1{
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size:clamp(3.3rem, 8vw, 6.9rem);
  letter-spacing:-.04em;
  max-width:10ch;
}
h2{
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size:clamp(2.6rem, 5vw, 4.9rem);
  letter-spacing:-.04em;
}
h3{font-size:1.18rem}
p.lead{
  font-size:clamp(1.05rem, 1.55vw, 1.5rem);
  color:var(--muted);
  max-width:60ch;
}
p.lead.smaller{font-size:1.05rem}
.card{
  background:rgba(255,255,255,.62);
  border:1px solid rgba(32,54,45,.08);
  box-shadow:var(--shadow);
  border-radius:var(--radius);
  backdrop-filter: blur(6px);
}
.site-header{
  position:sticky; top:0; z-index:80;
  padding:14px 0 0;
  background:linear-gradient(to bottom, rgba(238,241,236,.92), rgba(238,241,236,.6) 75%, rgba(238,241,236,0));
  backdrop-filter: blur(10px);
}
.header-shell{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  padding:16px 18px;
  border-radius:28px;
}
.brand{display:flex; align-items:center; gap:12px; min-width:0}
.brand img{width:88px; height:auto; object-fit:contain}
.nav-desktop{
  display:flex; align-items:center; justify-content:center; gap:26px; flex-wrap:wrap;
}
.nav-desktop a{
  font-weight:700; color:#5e6c64; font-size:1.05rem;
  padding:8px 0;
}
.nav-desktop a:hover, .nav-desktop a.active{color:var(--accent)}
.socials{display:flex; align-items:center; gap:10px}
.social{
  width:42px; height:42px; border-radius:50%;
  display:grid; place-items:center;
  background:#fff;
  border:1px solid rgba(32,54,45,.1);
  color:var(--accent);
}
.social svg{width:18px; height:18px}
.menu-toggle{
  display:none; width:48px; height:48px; border-radius:50%;
  border:1px solid rgba(32,54,45,.1); background:#fff; color:var(--accent);
}
.menu-toggle span{display:block; width:22px; height:2px; background:currentColor; margin:4px auto; border-radius:2px}
.mobile-panel{
  display:none; position:fixed; inset:0; z-index:120;
  background:rgba(238,241,236,.96); backdrop-filter: blur(12px);
  padding:96px 24px 28px;
}
.mobile-panel.open{display:block}
.mobile-nav{
  display:flex; flex-direction:column; gap:14px;
  background:#fff; border-radius:24px; padding:18px;
  box-shadow: var(--shadow);
}
.mobile-nav a{
  font-size:1.2rem; font-weight:700; color:var(--accent);
  padding:10px 6px; border-bottom:1px solid var(--line);
}
.mobile-nav a:last-child{border-bottom:none}
.mobile-socials{display:flex; gap:12px; margin-top:18px}

.hero{padding:36px 0 24px}
.hero-shell{
  display:grid; grid-template-columns:1.1fr .9fr; gap:28px; align-items:stretch;
}
.hero-copy{padding:50px 44px}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin-top:28px}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  min-height:52px; padding:0 22px; border-radius:999px;
  font-weight:800; font-size:1rem;
  border:1px solid rgba(32,54,45,.12); background:#fff; color:var(--accent);
}
.btn.primary{background:var(--accent); color:#fff; border-color:transparent}
.btn svg{width:18px;height:18px}
.hero-visual{position:relative; overflow:hidden; min-height:640px}
.hero-visual::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(12,26,20,.05), rgba(12,26,20,.12));
}
.hero-visual .main-photo{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
}

.grid-2{display:grid; grid-template-columns:1fr 1fr; gap:26px; align-items:center}
.grid-2.stretch{align-items:stretch}
.media{position:relative; overflow:hidden; min-height:440px}
.media img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover}
.info-stack{display:grid; gap:18px}
.info-card{padding:22px 22px}
.info-large{margin:0; color:var(--muted); font-size:1.3rem; line-height:1.45}
.pill-title{
  display:inline-flex; padding:8px 16px; border-radius:999px;
  background:#f2f4f1; border:1px solid var(--line); font-weight:800;
  letter-spacing:.12em; text-transform:uppercase; font-size:.85rem;
  margin-bottom:14px;
}
.action-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}
.hours-card{background:linear-gradient(180deg, rgba(255,255,255,.76), rgba(242,246,241,.86))}
.hours-grid{
  display:grid; grid-template-columns:minmax(110px, 150px) 1fr;
  gap:10px 14px; align-items:start;
  color:var(--muted); font-weight:600; font-size:1rem;
}
.hours-grid div:nth-child(odd){color:var(--text); font-weight:800}
.map-wrap iframe{width:100%; height:380px; border:0; border-radius:24px}
.split-order{display:grid; grid-template-columns:1.03fr .97fr; gap:26px; margin-top:20px}
ul.clean{list-style:none; margin:10px 0 0; padding:0; display:grid; gap:14px}
ul.clean li{position:relative; padding-left:22px; color:var(--muted)}
ul.clean li::before{
  content:""; width:10px; height:10px; border-radius:50%;
  background:linear-gradient(135deg, #78978a, var(--accent)); position:absolute; left:0; top:.6em;
}

.gallery-strip{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:16px}
.gallery-strip-4{grid-template-columns:repeat(4,1fr)}
.gallery-strip img, .gallery-placeholder{
  border-radius:20px; aspect-ratio:4/5; object-fit:cover; width:100%; height:100%;
}
.gallery-placeholder{
  display:grid; place-items:center; border:2px dashed var(--line);
  background:rgba(255,255,255,.5); color:var(--muted); font-weight:700;
}
.gallery-placeholder span{padding:16px; text-align:center}
.shop-gallery{grid-template-columns:repeat(3,1fr)}

.activity-list{display:grid; gap:14px; margin-top:14px}
.activity-item{padding:16px 0; border-bottom:1px solid var(--line)}
.activity-item:last-child{border-bottom:none}
.activity-item strong{display:block; font-size:1.1rem; margin-bottom:4px}
.media-list{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin-top:20px}
.atelier-list{grid-template-columns:1fr; gap:14px}
.atelier-row{
  grid-template-columns:100px 1fr;
  gap:16px;
  padding:16px;
  min-width:0;
}
.atelier-row img{
  width:100px;
  height:100px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:var(--shadow);
}
.atelier-copy{
  min-width:0;
  display:block;
}
.atelier-copy strong{
  display:block;
  font-size:1.08rem;
  margin-bottom:6px;
}
.atelier-copy span{
  display:block;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.45;
  overflow-wrap:anywhere;
}
.activity-item.with-thumb{display:grid; grid-template-columns:120px 1fr; gap:18px; align-items:center; padding:18px; border:1px solid rgba(32,54,45,.08); border-radius:24px; background:rgba(255,255,255,.62)}
.activity-item.with-thumb img{width:120px; height:120px; object-fit:cover; border-radius:20px; box-shadow:var(--shadow)}
.activity-item.with-thumb strong{font-size:1.15rem; margin-bottom:6px}
.activity-item.with-thumb span{display:block; color:var(--muted)}

.products-top{margin-bottom:26px}
.category{margin-top:30px}
.category-head{display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:16px}
.category-head h3{font-size:1.4rem}
.product-grid{display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:16px}
.product-grid-3{grid-template-columns:repeat(3, minmax(0,1fr))}
.product-card{overflow:hidden; padding:12px}
.product-media{
  border-radius:22px; overflow:hidden; background:#fff; aspect-ratio:1/1;
  display:grid; place-items:center;
}
.product-media.contain img{
  object-fit:contain; padding:12px;
}
.product-media img{width:100%; height:100%; object-fit:cover}
.product-name{font-weight:600; padding:12px 6px 2px; font-size:1rem}

.repop-grid{display:grid; grid-template-columns:1fr 1fr; gap:26px; align-items:stretch}
#repeuplement .media img{object-position:center center;}
#repeuplement .media{min-height:560px;}

.footer{padding:38px 0 56px}
.footer-inner{display:grid; gap:18px; justify-items:center; text-align:center}
.footer-banner{
  width:min(1100px, 100%); border-radius:22px; overflow:hidden;
  border:1px solid rgba(32,54,45,.08); background:#fff;
}
.footer-banner img{width:100%; height:auto}
.footer-brand{display:grid; gap:10px; justify-items:center}
.footer-brand img{width:96px; height:auto}
.footer-text{font-weight:700; color:#5d6c64}
.partner-logos{
  display:flex; gap:24px; flex-wrap:wrap; align-items:center; justify-content:center;
}
.partner-logos img{
  max-height:72px; width:auto; object-fit:contain;
  filter:saturate(.95);
}

.mobile-actions{
  position:fixed; left:12px; right:12px; bottom:12px; z-index:70;
  display:none; grid-template-columns:repeat(3,1fr); gap:10px;
  transition:transform .28s ease, opacity .28s ease;
}
.mobile-actions.hidden{transform:translateY(120%); opacity:0}
.mobile-action{
  min-height:58px; border-radius:999px; background:var(--accent); color:#fff;
  display:flex; align-items:center; justify-content:center; gap:8px; font-weight:800;
  box-shadow:0 12px 28px rgba(23,76,59,.22);
}
.mobile-action svg{width:18px;height:18px}
.reveal{opacity:0; transform:translateY(28px); transition:opacity .7s ease, transform .7s ease}
.reveal.visible{opacity:1; transform:none}

@keyframes scroll{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 8px))}
}
@media (max-width: 1100px){
  .nav-desktop{gap:18px}
  .nav-desktop a{font-size:.98rem}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .product-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gallery-strip-4{grid-template-columns:repeat(2,1fr)}
  .shop-gallery{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 900px){
  .site-header{padding-top:10px}
  .header-shell{grid-template-columns:auto auto; justify-content:space-between}
  .nav-desktop,.socials{display:none}
  .menu-toggle{display:inline-grid; place-content:center}
  .hero-shell,.grid-2,.split-order,.repop-grid{grid-template-columns:1fr}
  .hero-copy{padding:34px 24px}
  .hero-visual{min-height:520px}
  .gallery-strip{grid-template-columns:repeat(2,1fr)}
  .product-grid,.product-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .map-wrap{order:1}
  .dist-wrap{order:2}
  .mobile-actions{display:grid}
  .hours-grid{grid-template-columns:1fr}
  .hours-grid div:nth-child(odd){padding-top:8px}
}
@media (max-width: 640px){
  .container{width:min(1180px, calc(100% - 22px))}
  .section{padding:72px 0}
  .gallery-strip,.gallery-strip-4{grid-template-columns:1fr}
  .shop-gallery{grid-template-columns:1fr}
  .product-grid,.product-grid-3{grid-template-columns:1fr}
  .gallery-card{width:min(82vw, 300px)}
  .media-list{grid-template-columns:1fr}
  .activity-item.with-thumb{grid-template-columns:92px 1fr; gap:14px}
  .atelier-row{grid-template-columns:84px 1fr; gap:12px; padding:14px}
  .atelier-row img{width:84px; height:84px; border-radius:16px}
  .atelier-copy strong{font-size:1rem}
  .atelier-copy span{font-size:.94rem; line-height:1.4}
  .activity-item.with-thumb img{width:92px; height:92px}
}


/* Bannière footer */
.footer-banner{
  width:min(1120px, 100%);
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(32,54,45,.08);
  background:rgba(255,255,255,.78);
  box-shadow:var(--shadow);
  padding:12px;
}
.footer-banner img{
  width:100%;
  height:auto;
  display:block;
  border-radius:20px;
}

/* Produits : rendu plus léger et lisible sur mobile */
.product-card{
  transition:transform .18s ease;
}
.product-name{
  line-height:1.3;
}
@media (max-width: 900px){
  .mobile-actions{
    grid-template-columns:repeat(2,1fr);
  }
  .product-card{padding:10px}
  .product-name{
    font-size:.98rem;
    padding:10px 4px 2px;
  }
  .product-media.contain img{
    padding:10px;
  }
}
@media (max-width: 640px){
  .product-grid,.product-grid-3{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .product-card{
    padding:8px;
    border-radius:22px;
  }
  .product-media{
    border-radius:18px;
    aspect-ratio:1/1;
  }
  .product-media.contain img{
    padding:8px;
  }
  .product-name{
    font-size:.9rem;
    padding:8px 2px 2px;
  }
  .category-head h3{
    font-size:1.22rem;
  }
}


/* Délimitation élégante entre rubriques */
.section{
  position:relative;
}
.section + .section::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:min(200px, 38vw);
  height:1px;
  background:linear-gradient(90deg, rgba(23,76,59,0), rgba(23,76,59,.35), rgba(23,76,59,0));
}
.section + .section::after{
  content:"";
  position:absolute;
  top:-4px;
  left:50%;
  transform:translateX(-50%);
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(23,76,59,.18);
  box-shadow:0 0 0 6px rgba(23,76,59,.05);
}

/* Boutons rapides mobile sur points de vente */
.mobile-quick-actions{
  display:none;
  gap:12px;
  margin-top:14px;
}
.mobile-info-btn{
  flex:1 1 0;
}

/* Fenêtre horaires mobile */
.hours-modal{
  position:fixed;
  inset:0;
  z-index:220;
  display:none;
}
.hours-modal.open{
  display:block;
}
.hours-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(12,26,20,.45);
  backdrop-filter:blur(6px);
}
.hours-modal-card{
  position:relative;
  width:min(92vw, 520px);
  max-height:80vh;
  overflow:auto;
  margin:10vh auto 0;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(32,54,45,.08);
  border-radius:28px;
  box-shadow:0 20px 60px rgba(12,26,20,.18);
  padding:22px 20px;
}
.hours-modal-close{
  position:absolute;
  top:12px;
  right:12px;
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid rgba(32,54,45,.12);
  background:#fff;
  color:var(--accent);
  font-size:1.5rem;
  line-height:1;
}
.hours-grid-modal{
  margin-top:10px;
}

/* Actions flottantes discrètes */
.mobile-actions{
  left:auto;
  right:16px;
  bottom:16px;
  display:none;
  grid-template-columns:1fr;
  gap:10px;
  width:auto;
}
.mobile-action-fab{
  width:58px;
  height:58px;
  min-height:58px;
  padding:0;
  border-radius:50%;
  box-shadow:0 12px 28px rgba(23,76,59,.22);
}
.mobile-action-fab svg{
  width:24px;
  height:24px;
}
.mobile-action-fab{
  font-size:0;
}

/* Atelier : on ne garde que les titres */
.atelier-copy span{
  display:block;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.45;
  overflow-wrap:anywhere;
}

@media (max-width: 900px){
  .hours-card,
  .map-wrap{
    display:none;
  }
  .mobile-quick-actions{
    display:flex;
  }
  .mobile-actions{
    display:grid;
  }
}
@media (max-width: 640px){
  .hero{
    padding-top:18px;
  }
  .hero-shell{
    grid-template-columns:1fr;
    gap:0;
  }
  .hero-copy{
    position:relative;
    overflow:hidden;
    min-height:560px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:28px 22px 26px;
    color:#fff;
    background-image:
      linear-gradient(180deg, rgba(12,26,20,.12), rgba(12,26,20,.58) 50%, rgba(12,26,20,.72)),
      url('assets/photo_accueil.jpeg');
    background-size:cover;
    background-position:center;
  }
  .hero-copy::before{
    content:"";
    position:absolute;
    inset:-16px;
    background:inherit;
    filter:blur(8px);
    transform:scale(1.05);
    z-index:0;
  }
  .hero-copy > *{
    position:relative;
    z-index:1;
  }
  .hero-copy .eyebrow,
  .hero-copy p.lead{
    color:rgba(255,255,255,.9);
  }
  .hero-copy h1{
    max-width:8.5ch;
  }
  .hero-actions{
    flex-direction:column;
    align-items:flex-start;
  }
  .hero-actions .btn{
    width:100%;
  }
  .hero-visual{
    display:none;
  }

  .mobile-quick-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .mobile-info-btn{
    justify-content:center;
    min-height:48px;
    padding:0 16px;
    font-size:.98rem;
  }
  .mobile-actions{
    right:12px;
    bottom:12px;
  }
  .shop-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .shop-gallery .gallery-placeholder{
    min-height:160px;
  }
}


/* Ajustements mobile plus compacts */
@media (max-width: 640px){
  .gallery-strip,
  .shop-gallery,
  .gallery-strip-4{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px;
  }
  .gallery-strip img,
  .gallery-placeholder{
    aspect-ratio:1/1.15;
    border-radius:18px;
  }
  .hero-actions .btn{
    width:100%;
  }
  .mobile-quick-actions{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:10px;
  }
  .action-row{
    margin-bottom:10px;
  }
}

/* Icônes flottantes un peu plus modernes */
.mobile-action-fab{
  background:rgba(23,76,59,.96);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 10px 24px rgba(23,76,59,.24);
}
.mobile-action-fab svg{
  width:23px;
  height:23px;
}


/* Mobile-only quick actions under boutique buttons */
.mobile-quick-actions{
  display:none;
}
@media (max-width: 900px){
  .mobile-quick-actions{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:12px;
  }
  .mobile-info-btn{
    min-height:48px;
    justify-content:center;
    padding:0 14px;
    font-size:.98rem;
  }
}
@media (min-width: 901px){
  .mobile-quick-actions{
    display:none !important;
  }
}


/* Galerie swipe mobile pour les photos de fin de rubrique */
@media (max-width: 640px){
  .mobile-swipe-gallery{
    display:flex !important;
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:2px 4px 10px 2px;
    margin-top:14px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  .mobile-swipe-gallery::-webkit-scrollbar{
    display:none;
  }
  .mobile-swipe-gallery img,
  .mobile-swipe-gallery .gallery-placeholder{
    flex:0 0 78%;
    width:78%;
    aspect-ratio:4 / 5;
    scroll-snap-align:start;
    border-radius:20px;
  }
  .mobile-swipe-gallery .gallery-placeholder{
    display:grid;
    place-items:center;
    min-height:auto;
  }
}


/* Bloc savoir-faire */
.savoir-faire-card{
  padding:34px 30px;
}
.savoir-faire-card h2{margin-bottom:20px;}
.savoir-faire-card .lead{margin:0 0 16px;}
.savoir-faire-card .lead:last-child{
  margin-bottom:0;
}
@media (max-width: 640px){
  .savoir-faire-card{
    padding:24px 20px;
    border-radius:24px;
  }
  .savoir-faire-card h2{margin-bottom:20px;}
}

.savoir-faire-card{
  max-width:100%;
}


/* FIX pleine largeur notre métier */
.section-metier,
.section-metier .container,
.section-metier .content {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
}

.section-metier {
    padding-left: 5%;
    padding-right: 5%;
}


/* Bloc notre métier : desktop texte + photo */
.savoir-faire-card{
  padding:34px 30px;
  overflow:hidden;
}
.savoir-faire-layout{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr);
  gap:30px;
  align-items:stretch;
}
.savoir-faire-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.savoir-faire-copy h2{
  margin-bottom:20px;
}
.savoir-faire-copy .lead{
  margin:0 0 16px;
}
.savoir-faire-copy .lead:last-child{
  margin-bottom:0;
}
.savoir-faire-media{
  min-height:100%;
}
.savoir-faire-media img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  border-radius:28px;
  display:block;
}

/* Mobile : texte sur photo floutée */
@media (max-width: 640px){
  .savoir-faire-card{
    padding:0;
    background:none;
    border:none;
    box-shadow:none;
    overflow:visible;
  }
  .savoir-faire-layout{
    grid-template-columns:1fr;
    gap:0;
  }
  .savoir-faire-media{
    display:none;
  }
  .savoir-faire-copy{
    position:relative;
    overflow:hidden;
    padding:26px 20px;
    border-radius:24px;
    color:#fff;
    background-image:
      linear-gradient(180deg, rgba(12,26,20,.24), rgba(12,26,20,.62) 50%, rgba(12,26,20,.78)),
      url('assets/notre_metier.jpeg');
    background-size:cover;
    background-position:center;
    min-height:440px;
    justify-content:flex-end;
  }
  .savoir-faire-copy::before{
    content:"";
    position:absolute;
    inset:-16px;
    background:inherit;
    filter:blur(8px);
    transform:scale(1.05);
    z-index:0;
  }
  .savoir-faire-copy > *{
    position:relative;
    z-index:1;
  }
  .savoir-faire-copy .eyebrow,
  .savoir-faire-copy .lead{
    color:rgba(255,255,255,.92);
  }
  .savoir-faire-copy h2{
    color:#fff;
    max-width:none;
  }
}

/* Tablet: slightly narrower image */
@media (max-width: 980px) and (min-width: 641px){
  .savoir-faire-layout{
    grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);
    gap:22px;
  }
  .savoir-faire-media img{
    min-height:360px;
  }
}


/* Correctif final boutons points de vente */
.info-card .action-row,
.info-card .mobile-quick-actions{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
  width:100%;
}
.info-card .action-row{
  margin-top:18px;
}
.info-card .mobile-quick-actions{
  display:grid !important;
  margin-top:14px;
}
.info-card .action-row > *,
.info-card .mobile-quick-actions > *{
  width:100% !important;
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
@media (max-width: 640px){
  .info-card .action-row,
  .info-card .mobile-quick-actions{
    gap:12px;
  }
}


/* Correction : boutons horaires / itinéraire uniquement mobile */
.mobile-quick-actions{
  display:none !important;
}

@media (max-width: 900px){
  .mobile-quick-actions{
    display:grid !important;
  }
}


/* Correctif fort : Horaires / Itinéraire visibles uniquement sur mobile */
.info-card .mobile-quick-actions,
.card.info-card .mobile-quick-actions {
  display: none !important;
}

@media (max-width: 900px) {
  .info-card .mobile-quick-actions,
  .card.info-card .mobile-quick-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin-top: 14px;
  }
}


/* Atelier : titres + phrases */
.atelier-copy strong{
  display:block;
  font-size:1.08rem;
  margin-bottom:6px;
}
.atelier-copy span{
  display:block !important;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.45;
  overflow-wrap:anywhere;
}

.nav a { font-weight: 400; }


/* Infos produits */
.product-card{
  position:relative;
}
.product-media{
  position:relative;
}
.product-name-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 6px 2px;
}
.product-name{
  font-weight:600;
  padding:0;
  font-size:1rem;
  line-height:1.3;
}
.product-info-btn{
  flex:0 0 auto;
  width:30px;
  height:30px;
  border:none;
  border-radius:999px;
  display:grid;
  place-items:center;
  cursor:pointer;
  color:#fff;
  background:var(--accent);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 8px 18px rgba(12,26,20,.18);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  z-index:2;
}
.product-info-btn span{
  font-family:"Cormorant Garamond", Georgia, serif;
  font-size:1.05rem;
  font-weight:700;
  line-height:1;
  transform:translateY(-.5px);
}
.product-info-btn:hover{
  transform:translateY(-1px) scale(1.04);
  box-shadow:0 12px 22px rgba(12,26,20,.20), inset 0 1px 0 rgba(255,255,255,.24);
  background:var(--accent-2);
}
.product-info-btn:focus-visible{
  outline:2px solid rgba(23,76,59,.32);
  outline-offset:2px;
}
.product-info-modal{
  position:fixed;
  inset:0;
  z-index:230;
  display:none;
}
.product-info-modal.open{
  display:block;
}
.product-info-backdrop{
  position:absolute;
  inset:0;
  background:rgba(12,26,20,.45);
  backdrop-filter:blur(6px);
}
.product-info-card{
  position:relative;
  width:min(92vw, 520px);
  max-height:80vh;
  overflow:auto;
  margin:10vh auto 0;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.4);
  border-radius:28px;
  box-shadow:0 24px 60px rgba(12,26,20,.18);
  backdrop-filter:blur(14px) saturate(135%);
  -webkit-backdrop-filter:blur(14px) saturate(135%);
  padding:22px 20px;
}
.product-info-close{
  position:absolute;
  top:12px;
  right:12px;
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid rgba(32,54,45,.12);
  background:rgba(255,255,255,.82);
  color:var(--accent);
  font-size:1.5rem;
  line-height:1;
}
.product-info-title{
  font-family:"Cormorant Garamond", Georgia, serif;
  font-size:clamp(2rem, 4vw, 2.6rem);
  letter-spacing:-.03em;
  margin:8px 0 12px;
}
.product-info-body{
  color:var(--muted);
}
.product-info-body p{
  margin:0 0 10px;
}
.product-info-body strong{
  color:var(--text);
}
@media (max-width: 640px){
  .product-name-row{
    gap:8px;
    padding:8px 2px 2px;
  }
  .product-info-btn{
    width:28px;
    height:28px;
  }
}
