/* ══════════════════════════════════════════════════════════════
   V2 — proposition « jeune & joyeuse » (inspirations : thegrind.nl + moremud.co)
   Chargé APRÈS store.css sur la home uniquement. store.css reste la base
   (nav, panier, boutique, carte, FAQ, footer) ; ce fichier ajoute les
   nouvelles sections + quelques overrides ciblés.
   Principes : jaune miel en couleur-bloc, sapin foncé en rythme sombre,
   displays uppercase serrés géants, script manuscrite très présente.
   ══════════════════════════════════════════════════════════════ */

/* ── Police script (Caveat, auto-hébergée — accent manuscrit joyeux) ── */
@font-face {
  font-family: 'Caveat';
  src: url('fonts/f27.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caveat';
  src: url('fonts/f28.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-script: 'Caveat', 'Comic Sans MS', cursive;
  /* tracking titres — cf. DESIGN-SYSTEM-PROPOSAL.html (t-display/t-h1 : -0.01em) */
  --v2-track: -0.01em;
  /* gris foncé intermédiaire (entre --text et --text-muted) — texte secondaire appuyé */
  --ink-70: rgba(28, 24, 18, 0.7);
}

/* utilitaires v2 — typographie ALIGNÉE sur DESIGN-SYSTEM-PROPOSAL.html :
   t-display (hero uniquement) = 800 uppercase -0.01em max 4rem ;
   t-h1/t-h2 (titres de section) = 700 SANS uppercase, comme boutique/carte ;
   t-fun (script Caveat) = terracotta, rotation -3deg. */
.v2-eyebrow {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1;
  color: var(--terracotta);
  transform: rotate(-3deg);
  display: inline-block;
  margin-bottom: 1rem;
}
.v2-display {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: var(--v2-track);
  line-height: 1.05;
  color: var(--text);
}

/* ══════════════════════════════════════════
   HERO v2 — panneau arrondi photo pleine hauteur (mud) + dézoom scroll conservé
══════════════════════════════════════════ */
.hero__media { background: var(--pine-deep); }   /* fallback pendant chargement photo */
.hero__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 62%;
}
.hero__shade {
  position: absolute; inset: 0;
  background: linear-gradient(78deg, rgba(28, 24, 18, 0.72) 0%, rgba(28, 24, 18, 0.38) 46%, rgba(28, 24, 18, 0.08) 78%);
}
/* le bloc texte remplace l'ancien wordmark+sub — toujours enfant de .hero__media
   (le scale scroll du panneau l'emporte avec lui, ne pas séparer) */
.hero__content {
  position: absolute;
  inset: 0;
  transform: none;   /* neutralise le translateY(-50%) de store.css */
  padding: 0;
  display: flex;
  align-items: center;
}
.hero__inner { padding: 0 clamp(2rem, 6vw, 6.25rem); max-width: 1100px; }   /* 1100 : le titre tient sur une ligne */
.hero__script {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  color: var(--accent);   /* jaune vif — met la mention Apiculteur-Récoltant en valeur */
  transform: rotate(-3deg);
  display: inline-block;
  margin-bottom: 1rem;
}
/* titre hero — MÊME typo que tous les titres (Schibsted 700, tracking -0.01em),
   seule la casse (uppercase) et l'échelle changent. Pas de 800 : le contraste
   de graisse lisait comme « une autre typo » (retour client). */
.hero__h {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--v2-track);
  line-height: 1;
  /* taille calée pour tenir sur UNE ligne desktop (~30 caractères) ;
     en mobile la phrase re-wrappe naturellement (pas de nowrap) */
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  color: var(--text-on-dark);
  margin: 0 0 1.3rem;
  max-width: none;
}
.hero__h em { font-style: normal; color: var(--accent); }
.hero__tagline {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  color: var(--text-on-dark-muted);
  max-width: 44ch;
  margin-bottom: 2rem;
}
.hero__ctas { display: flex; gap: 0.9rem; flex-wrap: wrap; align-items: center; }
/* bouton fantôme clair — MÊME technique de contour que .btn--ghost (fond = liseré,
   ::before clippé = face) : une bordure CSS classique serait coupée par le
   clip-path des chanfreins et disparaîtrait dans les angles. */
.btn--ghost-light {
  background: rgba(248, 243, 234, 0.6);          /* contour crème */
  color: var(--text-on-dark);
}
.btn--ghost-light::before {
  content: '';
  position: absolute;
  inset: 1.5px;
  z-index: -1;
  clip-path: polygon(
    var(--chamfer-btn-in) 0%,
    calc(100% - var(--chamfer-btn-in)) 0%,
    100% var(--chamfer-btn-in),
    100% calc(100% - var(--chamfer-btn-in)),
    calc(100% - var(--chamfer-btn-in)) 100%,
    var(--chamfer-btn-in) 100%,
    0% calc(100% - var(--chamfer-btn-in)),
    0% var(--chamfer-btn-in)
  );
  background: rgba(28, 24, 18, 0.45);            /* face sombre translucide */
  transition: background 0.2s;
}
.btn--ghost-light:hover::before { background: rgba(28, 24, 18, 0.7); }
/* badge « en ce moment » — pastille script joyeuse, coin bas gauche du panneau */
.hero__now {
  position: absolute;
  left: clamp(2rem, 6vw, 6.25rem);
  bottom: 2.2rem;
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.5rem 1.2rem 0.6rem;
  background: rgba(28, 24, 18, 0.5);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(248, 243, 234, 0.22);
  border-radius: var(--r-pill);
  font-family: var(--font-script);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--text-on-dark);
}
.hero__now .dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--accent);
  animation: v2blink 2s ease-in-out infinite;
}
@keyframes v2blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }

/* ══════════════════════════════════════════
   MANIFESTO — statement centré (mud)
══════════════════════════════════════════ */
/* manifesto — intro discrète sous le titre de « la vie du rucher » :
   corps de texte gris, les accents manuscrits gardent la vedette */
.v2-manifesto__txt {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.65;
  color: var(--text-muted);
}
.v2-manifesto__txt .mk {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: 1.35em;
  color: var(--accent);
  padding: 0 0.1em;
  white-space: nowrap;
}
.v2-manifesto__txt .mk--pine { color: var(--pine); }
.v2-life__head .v2-manifesto__txt { margin-bottom: 1.1rem; }

/* ══════════════════════════════════════════
   PRODUITS DU MOMENT — 3 cartes désaxées (rotations + décalages verticaux),
   parallaxe différenciée au scroll (JS, data-speed). Hover = langage commun.
══════════════════════════════════════════ */
.v2-moment { padding: clamp(2.5rem, 4vw, 3.5rem) var(--edge-x) 6rem; }
.v2-moment__head { text-align: center; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.v2-moment__title { font-size: clamp(2.25rem, 4vw, 3.5rem); margin: 0.4rem 0 0; }   /* t-h1 */
.v2-moment__hl {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: 1.18em;
  color: var(--accent);   /* jaune pétant — met « indispensables » en valeur */
  padding: 0 0.08em;
}

/* accents manuscrits colorés dans les titres — généralisation du retour flyers
   (07/07 : « toutes les typos qui changent de couleur passent en typo accent »).
   Même recette que .v2-moment__hl. Lexique : miel → jaune de marque ·
   nature/région → sapin · vigne → vert clair · notes fun → terracotta. */
.hl {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: 1.18em;
  padding: 0 0.08em;
  line-height: 1;
  text-transform: none;   /* le manuscrit reste en minuscules dans les titres uppercase */
}
.hl--miel  { color: var(--accent); }
.hl--pine  { color: var(--pine); }
.hl--vigne { color: var(--pine-light); }
.hl--terra { color: var(--terracotta); }
/* le manuscrit déborde de l'em box (italique, jambages) : jamais de masque sur
   ces mots — l'anim de révélation reste lisible grâce au fondu d'opacité */
.split-overflow:has(.hl) { overflow: visible; }

/* Avertissement Dar'Dard (alcool + verre) — popup non bloquante à l'ajout panier,
   oriente vers le retrait / la commande par téléphone (caisse calée). */
.dardard-notice { position: fixed; inset: 0; z-index: 1400; background: var(--ink-soft); display: flex; align-items: center; justify-content: center; padding: 1rem; }
.dardard-notice__box { background: var(--bg-card); border: 1px solid var(--border); border-radius: 1.125rem; width: min(27rem, 100%); max-height: 92vh; overflow: auto; padding: 1.5rem 1.5rem 1.25rem; }
.dardard-notice__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 0.4rem; }
.dardard-notice__title { font-family: var(--font-script); font-weight: 700; font-size: 1.7rem; color: var(--terracotta); line-height: 1; margin: 0; }
.dardard-notice__close { background: none; border: 0; font-size: 1.7rem; line-height: 1; color: var(--text-muted); cursor: pointer; padding: 0.1rem 0.4rem; }
.dardard-notice__body { color: var(--ink-70); font-size: 0.95rem; line-height: 1.6; }
.dardard-notice__body p { margin: 0 0 0.7rem; }
.dardard-notice__body strong { color: var(--text); }
.dardard-notice__phone { display: inline-block; font-weight: 700; font-size: 1.1rem; color: var(--pine); text-decoration: none; }
.dardard-notice__actions { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 1.1rem; }
.v2-moment__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.v2-moment__card {
  display: block;
  text-decoration: none;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1rem 1rem 1.5rem;
  color: var(--text);
}
/* désaxage : chaque carte a sa rotation et son décalage de départ */
.v2-moment__card:nth-child(1) { transform: rotate(-2deg); margin-top: 2.5rem; }
.v2-moment__card:nth-child(2) { transform: rotate(1.4deg); }
.v2-moment__card:nth-child(3) { transform: rotate(-1deg); margin-top: 4.5rem; }
.v2-moment__img {
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bg);
  margin-bottom: 1.1rem;
}
.v2-moment__img img { width: 100%; height: auto; display: block; }
.v2-moment__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;      /* t-h3 */
  margin-bottom: 0.4rem;
}
.v2-moment__pitch {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 0.9rem;
}
.v2-moment__cta {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--accent-deep);
}

/* ══════════════════════════════════════════
   PRAIRIE — frise fine dessinée (rivière bord à bord, pont, ruche, arbre),
   trait crayon des assets illus/. PLEINE LARGEUR : la rivière sort de la page
   à gauche et à droite, marges quasi nulles (coupure de section discrète).
   Multiply : le fond de l'image se fond dans le crème de la page.
══════════════════════════════════════════ */
.v2-prairie { padding: clamp(0.25rem, 1vw, 0.75rem) 0; background: var(--bg, #F2EDE6); }
.v2-prairie img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1584 / 250;   /* réserve l'espace avant chargement — l'ancien flash blanc venait de là */
  mix-blend-mode: multiply;
}

/* abeilles de la prairie — butineuses en vol stationnaire (ruche, fleur, rivière).
   Opacité 95 % : encre gris très foncé, comme le trait de la frise (pas de noir pur). */
.v2-prairie__stage {
  position: relative;
  /* PAS d'isolation ici : mix-blend-mode:multiply doit fusionner avec le fond crème
     de la PAGE (pas juste ce calque) pour effacer le blanc du dessin — sinon le
     fond du dessin reste blanc opaque au lieu de se fondre. */
}

/* 🐝 Easter egg : l'abeille de face près de la ruche s'appelle Thaïs (demande client 12/07).
   Son prénom apparaît en écriture manuscrite au survol (zone de survol élargie ::before). */
.v2-prairie__bee--thais { pointer-events: auto; cursor: help; }
.v2-prairie__bee--thais::before { content: ''; position: absolute; inset: -10px; }
.v2-prairie__name {
  position: absolute; left: 50%; bottom: 118%;
  transform: translateX(-50%) rotate(-4deg) scale(0.8);
  font-family: var(--font-script);
  font-size: clamp(1rem, 1.5vw, 1.4rem);
  font-weight: 600;
  color: var(--terracotta-deep);
  background: rgba(254, 250, 246, 0.92);
  border: 1px solid rgba(28, 24, 18, 0.14);
  border-radius: 999px;
  padding: 0.02em 0.55em 0.08em;
  line-height: 1.25;
  white-space: nowrap;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.v2-prairie__bee--thais:hover .v2-prairie__name,
.v2-prairie__bee--thais:active .v2-prairie__name {
  opacity: 1;
  transform: translateX(-50%) rotate(-4deg) scale(1);
}

.v2-prairie__bee {
  position: absolute;
  translate: -50% -50%;
  min-width: clamp(22px, 5vw, 52px);   /* petites sur mobile (moins de chevauchement), bien visibles sur desktop */
  opacity: 0.95;
  mix-blend-mode: multiply;
  will-change: transform;
}
.v2-prairie__bee img { display: block; width: 100%; height: auto; }

/* ══════════════════════════════════════════
   VIE DU RUCHER — grille photos full-bleed (grind community grid)
══════════════════════════════════════════ */
.v2-life { padding: clamp(3rem, 6vw, 5rem) 0 clamp(2.5rem, 5vw, 4.5rem); }   /* respiration avant l'encart miel */
.v2-life__head { text-align: center; padding: 0 1.5rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.v2-life__title { font-size: clamp(2.25rem, 4vw, 3.5rem); margin: 0.4rem 0 1.2rem; }   /* t-h1 */
/* bande horizontale infinie — 2 lignes de tuiles, grab & drag gauche/droite */
.v2-life__stage {
  overflow: hidden;
  cursor: grab;
}
.v2-life__stage:active { cursor: grabbing; }
.v2-life__strip {
  display: flex;
  gap: 10px;
  width: max-content;
  padding: 0 0 10px;
  will-change: transform;
}
.v2-life__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 auto;
  width: clamp(180px, 17vw, 250px);
}
.v2-life__hint {
  font-family: var(--font-script);
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--terracotta);
  margin-top: 0.8rem;
}
.v2-life__tile {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--honey-wash);
}
.v2-life__tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-user-drag: none;
  user-select: none;
}
.v2-life__tile:hover img { transform: scale(1.06); }
/* légende script au survol */
.v2-life__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2.2rem 1rem 0.9rem;
  background: linear-gradient(180deg, rgba(28, 24, 18, 0) 0%, rgba(28, 24, 18, 0.62) 100%);
  font-family: var(--font-script);
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--text-on-dark);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.v2-life__tile:hover .v2-life__cap { opacity: 1; }
/* tuile stat : photo + voile + gros chiffre */
.v2-life__tile--stat::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(28, 24, 18, 0.52);
}
.v2-life__stat {
  position: absolute; inset: 0;
  z-index: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.3rem;
  text-align: center;
  padding: 1rem;
}
.v2-life__num {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: var(--v2-track);
  font-size: clamp(2.6rem, 4.4vw, 4rem);
  line-height: 1;
  color: var(--text-on-dark);
}
.v2-life__lbl {
  font-family: var(--font-script);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--accent);
}
/* tuile texte : sapin foncé + script crème */
.v2-life__tile--text {
  background: var(--pine-deep);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 1.4rem;
}
.v2-life__quote {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.9vw, 1.9rem);
  line-height: 1.25;
  color: var(--text-on-dark);
  transform: rotate(-2deg);
}
.v2-life__quote em { font-style: normal; color: var(--accent); }

/* ══════════════════════════════════════════
   SECTIONS ATELIER — produit détouré flottant au centre, étapes de
   fabrication en cartes éparpillées autour. miel = crème + nappes douces ;
   dard = bande sapin foncé, cartes crème, accents jaune miel.
══════════════════════════════════════════ */
.v2-atelier { padding: clamp(4rem, 7vw, 6rem) var(--edge-x); }
/* encart sapin foncé du miel (même traitement que Dar'Dard) — toute la section (tête, scène, CTA) vit dedans */
.v2-atelier__box {
  background: var(--pine-deep);
  border-radius: var(--r-lg);
  padding: clamp(1.75rem, 3vw, 2.75rem);
}
.v2-atelier__head { text-align: center; margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.v2-atelier__title { font-size: clamp(2.25rem, 4vw, 3.5rem); margin: 0.4rem 0 0; }   /* t-h1 */
.v2-atelier--miel .v2-eyebrow { color: var(--accent); }   /* jaune miel — lisible sur sapin foncé (comme Dar'Dard) */
.v2-atelier--miel .v2-atelier__title { color: var(--text-on-dark); }   /* blanc crème sur sapin foncé */

.v2-atelier__stage {
  position: relative;
  min-height: clamp(540px, 82vh, 660px);
}
.v2-atelier--dard .v2-atelier__stage { min-height: clamp(760px, 102vh, 850px); }   /* colonne droite : 3 cartes sans chevauchement */
.v2-atelier__blob {
  position: absolute; z-index: 0;
  border-radius: 52% 48% 60% 40% / 55% 45% 58% 42%;
}
.v2-atelier__blob--halo { width: 46%; height: 76%; left: 50%; top: 50%; translate: -50% -50%; background: var(--pine-wash); rotate: -8deg; }
.v2-atelier__blob--dard { width: 46%; height: 74%; left: 50%; top: 50%; translate: -50% -50%; background: rgba(143, 168, 118, 0.13); rotate: -8deg; }

.v2-atelier__center {
  position: absolute; z-index: 2;
  left: 50%; top: 50%;
  translate: -50% -50%;
  text-align: center;
}
.v2-atelier__product { height: clamp(340px, 52vh, 430px); width: auto; display: block; margin: 0 auto; }
.v2-atelier--dard .v2-atelier__product { height: clamp(540px, 82vh, 680px); }   /* nettement > pot : vraie échelle */
.v2-atelier__shadow {
  width: 58%; height: 22px;
  margin: 10px auto 0;
  background: radial-gradient(ellipse at center, rgba(28, 24, 18, 0.3), transparent 68%);
  filter: blur(3px);
}
.v2-atelier--dard .v2-atelier__shadow { background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55), transparent 68%); }

.v2-atelier__illu { position: absolute; z-index: 1; mix-blend-mode: multiply; }   /* encre blanche sur sapin */

/* annotation manuscrite + petite flèche courbe vers le produit */
.v2-atelier__note {
  position: absolute; z-index: 3;
  display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
  max-width: 170px;
  font-family: var(--font-script);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.15;
  color: var(--terracotta);
}
.v2-atelier--dard .v2-atelier__note { color: var(--accent); }
.v2-atelier--miel .v2-atelier__note { color: var(--accent); }   /* jaune miel — lisible sur sapin foncé */
.v2-atelier__note-arrow { width: 40px; margin-left: -4px; }
/* variante une ligne : texte et flèche côte à côte (zones horizontales étroites) */
.v2-atelier__note--wide { max-width: none; white-space: nowrap; flex-direction: row; align-items: flex-end; gap: 4px; }
.v2-atelier__note-arrow--right { margin: 0 0 -6px 2px; }   /* pointe vers le produit, à droite */

/* CTA des cartes produits du moment — manuscrit */
.v2-moment__cta { font-family: var(--font-script); font-weight: 700; font-size: 1.3rem; }

/* FAQ — 8 questions sur 2 colonnes (importance décroissante, lecture par colonne) */
.faq { max-width: 1160px; }
.faq__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

/* prix au kilo (obligation denrées préemballées) + mentions alcool */
.product-card__perkg {
  display: block;
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--text-muted);
  margin-top: 1px;
}
.pdp__alcohol, .age-note {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0.8rem 0 0;
}
.age-check {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  cursor: pointer;
}
.age-check input { width: 18px; height: 18px; accent-color: var(--accent); }

/* bille « live » des points de vente : verte = on y est aujourd'hui, rouge sinon */
.event-item__live {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #C0453A;
  margin-right: 7px;
  vertical-align: 1px;
  flex: none;
}
.event-item__live.is-live { background: #43A047; animation: v2blink 2s ease-in-out infinite; }

/* prénom du contact en manuscrit */
.contact-bar__maya {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: 1.25em;
  color: var(--terracotta);
  padding-left: 0.08em;
}

.v2-atelier__card {
  position: absolute; z-index: 3;
  width: clamp(230px, 23vw, 300px);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 1.05rem 1.25rem 1.15rem;
  box-shadow: 0 22px 44px -30px rgba(28, 24, 18, 0.28);
  rotate: var(--tilt, 0deg);   /* propriété séparée : ne se bat pas avec les tweens GSAP */
}
.v2-atelier__num {
  font-family: var(--font-script);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--terracotta);
  margin: 0;
}
.v2-atelier__card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: var(--v2-track);
  color: var(--pine-deep);
  margin: 0.2rem 0 0.4rem;
}
.v2-atelier__card p:last-child {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-70);
  margin: 0;
}
.v2-atelier__cta { text-align: center; margin-top: clamp(1.5rem, 3vw, 2.5rem); }

/* tooltip « info » — mot souligné + pastille i ; l'explication apparaît au survol
   ou au focus clavier/tap (tabindex=0 sur le mot) */
.v2-tip {
  position: relative;
  border-bottom: 2px dotted var(--accent);
  cursor: help;
  white-space: nowrap;
}
.v2-tip__i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px; height: 14px;
  margin-left: 3px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--pine-deep);
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  vertical-align: 2px;
}
.v2-tip__pop {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  translate: -50%;
  width: 240px;
  padding: 0.7rem 0.9rem;
  background: var(--pine-deep);
  color: var(--text-on-dark);
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.55;
  white-space: normal;
  border-radius: var(--r-md);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, translate 0.25s ease;
  z-index: 6;
}
.v2-tip:hover .v2-tip__pop,
.v2-tip:focus .v2-tip__pop { opacity: 1; translate: -50% -4px; }
/* variante « i livraison » — popup plus large, ancrée à gauche (tient dans le tiroir panier) */
.v2-tip--ship { border-bottom-color: var(--text-muted); }
.v2-tip__pop--wide { width: min(280px, 78vw); left: 0; translate: 0 0; }
.v2-tip:hover .v2-tip__pop--wide,
.v2-tip:focus .v2-tip__pop--wide { translate: 0 -4px; }
/* variante Dar'Dard — bande sombre, tête en jaune miel */
.v2-atelier--dard { background: var(--pine-deep); }
.v2-atelier--dard .v2-eyebrow { color: var(--accent); }
.v2-atelier--dard .v2-atelier__title { color: var(--text-on-dark); }
.v2-atelier--dard .v2-atelier__title em { color: var(--accent); font-style: normal; }

.v2-fact {
  position: relative;   /* pleine largeur : le décor flottant vit sur les côtés,
                           le texte reste contraint à 760px (règles ci-dessous) */
  padding: clamp(4.5rem, 9vw, 7.5rem) 1.5rem;
  text-align: center;
}
.v2-fact__deco {
  position: absolute;
  mix-blend-mode: multiply;
  opacity: 0.9;
  pointer-events: none;
}
.v2-fact__title { font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.1; margin: 0.4rem auto 1rem; max-width: 760px; }   /* t-h2 */
.v2-fact__title em { font-style: normal; color: var(--accent); }
.v2-fact__sub {
  font-family: var(--font-script);
  font-weight: 600;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  color: var(--text-muted);
  max-width: 760px;
  margin-inline: auto;
}

/* séparateur montagne inversé (haut Dar'Dard) : ciel = crème (fin de la section
   « le saviez-vous »), montagnes = sapin foncé (annonce la bande Dar'Dard) */
.mtn-sep--to-dark { background: var(--bg); }
.mtn-sep--to-dark .mtn-sep__fill { fill: var(--pine-deep); }


/* ══════════════════════════════════════════
   BOUTIQUE (gardée) — grille 3 colonnes + eyebrow script + hover dynamique
══════════════════════════════════════════ */
.products__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }

/* ── HOVER UNIQUE (design system) — le même langage sur TOUTES les cartes et
   photos du site : léger lift (-4px), bordure miel, photo qui zoome doucement
   (1.04, 0.7s). Sobre, premium, pas de rotation ni d'excès. ── */
.product-card {
  transition: transform 0.5s var(--ease-out), border-color 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}
.product-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 22px 44px -28px rgba(28, 24, 18, 0.22);
}
.product-card__img { overflow: hidden; }
.product-card__photo { transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.product-card:hover .product-card__photo { transform: scale(1.04); }
.product-card:hover .product-card__add { background: var(--accent); color: var(--bg-dark); }

/* même hover sur les tuiles photos de la bande (même courbe, même durée) */
.v2-life__tile img { transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.v2-life__tile:hover img { transform: scale(1.04); }

/* même hover sur les cartes avis */
.v2-review {
  transition: transform 0.5s var(--ease-out), border-color 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}
.v2-review:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 22px 44px -28px rgba(28, 24, 18, 0.22);
}

/* même hover sur les cartes produits du moment */
.v2-moment__card {
  transition: transform 0.5s var(--ease-out), border-color 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}
.v2-moment__card:hover { border-color: var(--accent); box-shadow: 0 22px 44px -28px rgba(28, 24, 18, 0.22); }
.v2-moment__img img { transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.v2-moment__card:hover .v2-moment__img img { transform: scale(1.04); }
/* eyebrows script : MÊME taille partout (home + pages) — cf. .v2-eyebrow */
.products__eyebrow,
.shop__eyebrow {
  font-family: var(--font-script);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  color: var(--terracotta);
  transform: rotate(-3deg);
  display: inline-block;
  margin-bottom: 0.6rem;
}

/* hiérarchie typo unifiée (t-h1 du design system) : titres de section boutique,
   FAQ et page boutique alignés sur les 56px des autres sections */
.products__title { font-size: clamp(2.25rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: var(--v2-track); }
.faq__title { font-size: clamp(2.25rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: var(--v2-track); }
.shop__title { font-size: clamp(2.25rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: var(--v2-track); }

/* ══════════════════════════════════════════
   AVIS — encart posé (même langage que la carte miel), vert sapin soutenu
   pour décrocher du fond crème. Textes inversés, cartes crème par-dessus.
══════════════════════════════════════════ */
.v2-reviews { padding: clamp(3rem, 6vw, 5rem) var(--edge-x); }   /* marges = --edge-x partout (carte, contact, boutique) */
.v2-reviews__card {
  background: var(--pine-light);    /* vert sauge doux — apaise et rassure, sans agresser */
  border-radius: var(--r-lg);
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 3vw, 3rem);
}
.v2-reviews__head { text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem); }
.v2-reviews__head .v2-eyebrow { color: var(--pine-deep); }   /* sapin très foncé — lisible sur la sauge */
.v2-reviews__title { font-size: clamp(2.25rem, 4vw, 3.5rem); margin: 0.4rem 0 0; color: var(--text-on-dark); }   /* t-h1, blanc crème */
.v2-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
}
.v2-review {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2rem;
  display: flex; flex-direction: column; gap: 1rem;
}
.v2-review__stars { color: var(--accent); font-size: 1.1rem; letter-spacing: 0.2em; }
.v2-review__txt { font-family: var(--font-body); line-height: 1.65; color: var(--text); flex: 1; }
.v2-review__who {
  font-family: var(--font-script);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--pine);
}

/* ══════════════════════════════════════════
   CARTE (gardée) — panneau filtres/liste SORTI de la carte, à sa gauche.
   Deux cartes séparées : liste (gauche, fixe) + carte (droite, fluide).
══════════════════════════════════════════ */
.events-content { width: 100%; max-width: none; }   /* pleine largeur dans les marges de .grid-section */
.events-map {
  height: auto;
  border: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  display: flex;
  gap: 1.25rem;
  justify-content: stretch;
}
.events-map__sidebar {
  order: -1;                    /* panneau à GAUCHE de la carte */
  flex: 0 0 370px;
  height: 620px;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.events-map__canvas {
  position: relative;
  inset: auto;
  flex: 1;
  min-width: 0;
  height: 620px;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
}

/* barre contact : version claire d'origine conservée (store.css) — la version
   sapin foncé testée faisait doublon de couleur avec l'encart avis juste après */

/* ══════════════════════════════════════════
   FOOTER v2 (structure moremud) — manifesto + colonnes de liens en haut ;
   logo montagnes géant à gauche / inscription newsletter à droite ; barre légale.
══════════════════════════════════════════ */
.v2-footer { padding: 4.5rem var(--edge-x) 2rem; }
.v2-footer__top {
  display: grid;
  grid-template-columns: 1.1fr 1.6fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(242, 237, 230, 0.12);
}
.v2-footer__manifesto {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(242, 237, 230, 0.72);
  max-width: 44ch;
}
.v2-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.v2-footer__main {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 440px);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  padding: 3rem 0 3.5rem;
}
.v2-footer__logo img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
}
.v2-footer__signup-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.25rem, 2vw, 1.75rem);      /* t-h3 — même échelle que « Contactez la ferme » */
  line-height: 1.2;
  color: var(--text-on-dark);
  margin-bottom: 0.6rem;
}
.v2-footer .newsletter__form { margin: 0; max-width: none; }
.v2-footer .newsletter__sub { margin-bottom: 1.2rem; }
.v2-footer.is-done .newsletter__form,
.v2-footer.is-done .newsletter__note { display: none; }
.v2-footer.is-done .newsletter__success { display: block; }

/* Bandeau réseaux sociaux sous la newsletter (« suivre les ruches au quotidien ») */
.v2-footer__social { margin-top: 1.6rem; display: flex; align-items: center; gap: 0.9rem; flex-wrap: wrap; }
.v2-footer__social-label { font-family: var(--font-body); font-size: 0.875rem; color: rgba(248, 243, 234, 0.6); }
.v2-footer__social-links { display: flex; gap: 0.55rem; }
.soc-ico {
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(248, 243, 234, 0.2);
  color: var(--text-on-dark);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.soc-ico svg { width: 1.15rem; height: 1.15rem; fill: currentColor; display: block; }
.soc-ico:hover { background: var(--accent); color: var(--bg-dark); border-color: var(--accent); transform: translateY(-2px); }

/* Barre du bas alignée sur les marges du footer (--edge-x) — sigles paiement à gauche
   (l'ancien .footer__bottom la centrait sur 1200px → décalée par rapport au contenu). */
.v2-footer .footer__bottom { max-width: none; margin: 0; }
@media (max-width: 640px) {
  .v2-footer .footer__bottom { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

/* ══════════════════════════════════════════
   PDP — pictos d'usage + annotation culture (fiches produits 2026-07-05)
══════════════════════════════════════════ */
.pdp__pictos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.9rem 0 0.2rem;
}
.pdp__picto {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.38rem 0.85rem 0.38rem 0.6rem;
  border: 1px solid rgba(74, 106, 48, 0.25);
  border-radius: 999px;
  background: var(--pine-wash);
  color: var(--pine-deep);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.pdp__picto svg { width: 16px; height: 16px; stroke: var(--pine); flex: none; }

/* Prix au kilo affiché SOUS chaque format (dégressif visible = incitation
   au grand pot) — remplace l'ancien €/kg unique sous le prix principal. */
.pdp__variants .variant-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  line-height: 1.25;
}
.variant-pill small {
  font-size: 0.68rem;
  font-weight: 400;
  opacity: 0.62;
  letter-spacing: 0.01em;
}
.variant-pill.is-active small { opacity: 0.75; }

.pdp__desc { display: grid; gap: 0.7rem; }
.pdp__desc p { margin: 0; }

.pdp__annotation {
  margin-top: 1.1rem;
  padding-top: 0.9rem;
  border-top: 1px dashed var(--ink-soft);
  font-style: italic;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--ink-70);
  max-width: 60ch;
}
.pdp__annotation svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.4rem;
  vertical-align: -2px;
  stroke: var(--pine-light);
}

/* Produits « retrait uniquement » (pain d'épices, gelée royale) :
   trop fragiles pour l'expédition → commande par téléphone, pas de panier. */
.pdp__retrait {
  margin: 1.1rem 0 0.4rem;
  padding: 1.1rem 1.25rem 1.25rem;
  border: 1px solid rgba(74, 106, 48, 0.25);
  border-radius: 14px;
  background: var(--pine-wash);
}
.pdp__retrait-title {
  font-weight: 700;
  color: var(--pine-deep);
  margin-bottom: 0.35rem;
}
.pdp__retrait p:not(.pdp__retrait-title) {
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 0.85rem;
}
.pdp__retrait-btn { width: 100%; text-align: center; }

/* Unification (relecture 2026-07-06) : le titre de la carte suivait sa propre
   échelle (54px) — aligné sur le t-h1 commun à toutes les sections. */
.grid-section__title { font-size: clamp(2.25rem, 4vw, 3.5rem); letter-spacing: var(--v2-track); }

/* Aperçu rapide : description tronquée (1er paragraphe + garde-fou 4 lignes) —
   les fiches longues débordaient et rendaient « En découvrir plus » inatteignable. */
.qv-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Loader d'arrivée (logo verre + miel) — voir assets/loader.js ── */
html.ldr-lock { overflow: hidden; }
.ldr {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background-color: var(--bg, #F8F3EA);   /* même crème que le site — révélation sans couture */
  display: grid;
  place-items: center;         /* logo et panneau empilés sur le même centre (grind) */
}
.ldr__logo {
  grid-area: 1 / 1;
  z-index: 2;                  /* le logo est PAR-DESSUS le panneau */
  width: min(52vw, 240px);
  will-change: transform;
  filter: drop-shadow(0 10px 24px rgba(28, 24, 18, 0.28));
}
.ldr__logo svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.ldr__panel {
  grid-area: 1 / 1;
  position: relative;
  width: min(36vw, 480px);
  aspect-ratio: 1.72;          /* proche du panneau héros final — zoom sans déformation visible */
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(28, 24, 18, 0.22);
}
.ldr__panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;   /* même cadrage que le héros */
  opacity: 0;                    /* le défilé se fait par coupes franches (JS) */
}
@media (max-width: 820px) {
  .ldr__logo { width: 44vw; }
  .ldr__panel { width: 68vw; }
}

/* ── Comptes clients (compte.html / mon-compte.html) — cf. CONCEPTION-COMPTES.md ── */
.account { max-width: 560px; margin: 0 auto; padding: 8.5rem 1.4rem 5rem; }
.account--dash { max-width: 680px; }
.account__script {
  font-family: var(--font-script, 'Caveat', cursive);
  font-weight: 600;
  font-size: 1.55rem;
  color: var(--pine);
  display: block;
  margin-bottom: 0.4rem;
}
.account__title { font-size: clamp(1.8rem, 5vw, 2.4rem); letter-spacing: -0.02em; margin-bottom: 0.5rem; }
.account__sub { color: var(--ink-70); line-height: 1.6; margin-bottom: 1.4rem; }
.account__tabs { display: flex; gap: 0.5rem; margin-bottom: 1.6rem; }
.account__tab {
  flex: 1;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(28, 24, 18, 0.18);
  background: transparent;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
}
.account__tab.is-active { background: var(--text); color: var(--bg); border-color: var(--text); }
.account__pane .form-field { margin-bottom: 0.9rem; }
.account__check {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--ink-70);
  margin: 0.7rem 0;
}
.account__check input { margin-top: 3px; accent-color: var(--accent); }
.account__submit { width: 100%; justify-content: center; margin-top: 0.6rem; }
.account__alt { text-align: center; margin-top: 1.1rem; font-size: 0.9rem; }
.account__alt a, .account__logout { color: var(--ink-70); text-decoration: underline; background: none; border: 0; font: inherit; cursor: pointer; }
.account__msg {
  background: #F8E3DE;
  color: #8C3B2E;
  padding: 0.6rem 0.9rem;
  border-radius: 10px;
  font-size: 0.9rem;
  margin: 0.7rem 0;
}
.account__msg.is-ok { background: var(--pine-wash); color: var(--pine-deep); }
.account__card {
  border: 1px solid rgba(28, 24, 18, 0.12);
  border-radius: 14px;
  padding: 1.3rem 1.4rem 1.4rem;
  margin-bottom: 1.2rem;
  background: rgba(255, 255, 255, 0.45);
}
.account__card-title { font-size: 1.05rem; margin-bottom: 0.9rem; }
.account__points-num { font-size: 2.1rem; font-weight: 800; letter-spacing: -0.02em; }
.account__points-num small { font-size: 1rem; font-weight: 600; color: var(--ink-70); }
.account__gauge {
  height: 10px;
  border-radius: 999px;
  background: rgba(28, 24, 18, 0.1);
  overflow: hidden;
  margin: 0.7rem 0;
}
.account__gauge span { display: block; height: 100%; background: var(--accent); border-radius: 999px; transition: width 0.6s ease; }
.account__gauge-txt { font-size: 0.92rem; line-height: 1.5; }
.account__gauge-note { font-size: 0.8rem; color: var(--ink-70); margin-top: 0.3rem; }
.account__empty { color: var(--ink-70); font-size: 0.95rem; }
.account__empty a { text-decoration: underline; color: inherit; }
.account__order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0;
  border-bottom: 1px dashed rgba(28, 24, 18, 0.12);
  font-size: 0.93rem;
}
.account__order:last-child { border-bottom: 0; }
.account__order-date { display: block; font-size: 0.8rem; color: var(--ink-70); }
.account__order-status { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--pine); }
.account__order-total { font-weight: 700; }
.account__rgpd-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.account__danger { color: #8C3B2E; }

/* Page merci — confirmation de commande */
.merci { max-width: 640px; margin: 0 auto; padding: 9rem 1.4rem 5rem; }
.merci__box { text-align: center; }
.merci__demo {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink, #1C1812);
  margin-bottom: 1.4rem;
}
.merci__script {
  font-family: var(--font-script, 'Caveat', cursive);
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--pine);
  display: block;
  margin-bottom: 0.5rem;
}
.merci__title {
  font-size: clamp(1.7rem, 5vw, 2.4rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 0.7rem;
}
.merci__num { color: var(--ink-70); margin-bottom: 1rem; }
.merci__sub { color: var(--ink-70); line-height: 1.6; max-width: 46ch; margin: 0 auto 2rem; }
.merci__recap {
  text-align: left;
  border: 1px solid rgba(28, 24, 18, 0.12);
  border-radius: 14px;
  padding: 1.2rem 1.4rem;
  margin-bottom: 1.8rem;
  background: rgba(255, 255, 255, 0.45);
}
.merci__row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.35rem 0; font-size: 0.95rem; }
.merci__row--total { border-top: 1px solid rgba(28, 24, 18, 0.14); margin-top: 0.5rem; padding-top: 0.75rem; font-weight: 700; font-size: 1.05rem; }
.merci__contact { font-size: 0.9rem; color: var(--ink-70); margin-bottom: 1.6rem; }
.merci__contact a { text-decoration: underline; color: inherit; }

/* Checkout — sélecteur relais / domicile / retrait + nudge livraison offerte */
.delivery-opt.is-disabled { opacity: 0.45; cursor: not-allowed; }
.delivery-opt__desc strong { color: var(--pine); font-weight: 700; }
.delivery-note,
.addr-relais-note {
  margin-top: 0.7rem;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--ink-70);
  padding: 0.6rem 0.85rem;
  background: var(--pine-wash);
  border-radius: 10px;
}
.summary__nudge {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--pine);
  margin: 0.2rem 0 0.4rem;
}
.summary__row--muted { opacity: 0.55; font-size: 0.85rem; }

.product-card__foot { flex-wrap: wrap; }   /* cartes étroites (vitrine index) : le badge « Sur commande » passe sous le prix au lieu de déborder de la carte */
.product-card__retrait {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(74, 106, 48, 0.3);
  color: var(--pine-deep);
  background: var(--pine-wash);
  white-space: nowrap;
}

/* ══════════════════════════════════════════
   MOBILE ≤ 820px
══════════════════════════════════════════ */
@media (max-width: 820px) {
  .hero__inner { padding: 0 1.4rem; }
  .hero__h { font-size: clamp(2.4rem, 11vw, 3.2rem); }
  .hero__now { left: 1.4rem; bottom: 1.4rem; font-size: 1.05rem; padding: 0.4rem 0.9rem 0.5rem; }
  .hero__shade { background: linear-gradient(180deg, rgba(28,24,18,0.30) 0%, rgba(28,24,18,0.72) 78%); }

  .v2-life__col { width: 160px; gap: 8px; }
  .v2-life__strip { gap: 8px; }

  .v2-moment__row { grid-template-columns: 1fr; gap: 1.5rem; max-width: 420px; }
  .v2-moment__card:nth-child(1),
  .v2-moment__card:nth-child(3) { margin-top: 0; }

  /* marges mobiles unifiées (--edge-x = desktop uniquement) */
  .v2-moment, .v2-reviews {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .v2-path-sep__bee { width: 30px; }

  .v2-atelier { padding-left: 1.25rem; padding-right: 1.25rem; }
  .v2-atelier__stage { min-height: 0; display: flex; flex-direction: column; gap: 1rem; }
  .v2-atelier__center { position: static; translate: none; order: -1; margin-bottom: 1rem; }
  .v2-atelier__product { height: 300px; }
  .v2-atelier--dard .v2-atelier__product { height: 420px; }
  .v2-atelier__card { position: static; width: 100%; rotate: none; translate: none; }
  .v2-atelier__box { padding: 1.25rem; }
  .v2-atelier__blob, .v2-atelier__note, .v2-atelier__illu, .v2-fact__deco { display: none; }
  .faq__cols { grid-template-columns: 1fr; gap: 0; }

  .products__grid { grid-template-columns: repeat(2, 1fr); gap: 0.875rem; }

  .v2-reviews__grid { grid-template-columns: 1fr; }

  .events-map { flex-direction: column; }
  .events-map__canvas { height: 300px; }
  .events-map__sidebar { order: 1; flex: none; width: 100%; height: auto; max-height: 480px; }

  .v2-footer { padding: 3.5rem 1.25rem 2rem; }
  .v2-footer__top { grid-template-columns: 1fr; gap: 2rem; }
  .v2-footer__cols { grid-template-columns: repeat(2, 1fr); }
  .v2-footer__main { grid-template-columns: 1fr; gap: 2.5rem; }
  .v2-footer__logo { order: 1; }   /* mobile : inscription d'abord, logo en signature */
  .v2-footer__logo img { max-width: 320px; }
}
