/* =========================================================================
   Café Rogo — feuille signature de la refonte 2026
   Portée : tout est scopé sous .cr-refonte (posé sur le conteneur racine
   des pages/sections refonte). Aucune collision avec le CSS du site live.
   Les 4 couleurs de marque sont branchées sur les variables globales du Kit
   Elementor (#691) : ajuster une couleur globale se répercute ici.
   Source de vérité design : refonte-2026/maquette-src.html
   ========================================================================= */

.cr-refonte {
  /* Couleurs de marque, branchées sur les globales Elementor (fallback = valeur maquette) */
  --brun: var(--e-global-color-primary, #311F15);
  --or: var(--e-global-color-secondary, #E5D2AA);
  --rouge: var(--e-global-color-accent, #B61315);
  --creme: var(--e-global-color-4cc472d, #FFF8E8);
  /* Nuances propres à la refonte (pas de globale dédiée) */
  --brun-fonce: #241710;
  --or-clair: #F0E4C4;
  --texte: #4a3a2e;
  --texte-doux: #7d6a59;
  --kraft: #cfae7e;
  --kraft-fonce: #b8946a;
  --etoile: #d9a441;
  /* Typos (déjà chargées par le Kit : Roboto + Roboto Slab) */
  --slab: 'Roboto Slab', Georgia, serif;
  --sans: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* Tokens d'espacement */
  --pad-section: 72px;
  --gap-grille: 22px;
  --radius: 10px;

  color: var(--texte);
  font: 16px/1.6 var(--sans);
}
.cr-refonte * { box-sizing: border-box; }
.cr-refonte img { max-width: 100%; }
.cr-refonte .wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

.cr-refonte h1, .cr-refonte h2, .cr-refonte h3 {
  font-family: var(--slab); color: var(--brun); margin: 0; text-wrap: balance;
}
.cr-refonte .eyebrow {
  font: 600 0.72rem/1 var(--sans);
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--rouge); margin: 0 0 14px;
}
.cr-refonte .dark .eyebrow { color: var(--or); }

.cr-refonte .btn {
  display: inline-block; background: var(--rouge); color: var(--creme);
  font: 600 0.95rem/1 var(--sans); padding: 15px 28px; border-radius: 4px;
  text-decoration: none; border: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.cr-refonte .btn:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(182,19,21,.3); }
.cr-refonte .btn.ghost { background: transparent; color: var(--creme); border: 1.5px solid rgba(255,248,232,.45); }
.cr-refonte .btn.ghost:hover { box-shadow: none; border-color: var(--creme); }

.cr-refonte .stars { color: var(--etoile); letter-spacing: 2px; }

/* ---------- bandeau annonce ---------- */
.cr-refonte .annonce { background: var(--rouge); color: var(--creme); text-align: center; font-size: 0.85rem; padding: 9px 16px; }
.cr-refonte .annonce b { font-weight: 600; }

/* ---------- hero ---------- */
.cr-refonte .hero {
  background:
    radial-gradient(1100px 480px at 82% -10%, rgba(229,210,170,.14), transparent 60%),
    radial-gradient(700px 420px at -8% 110%, rgba(182,19,21,.18), transparent 55%),
    var(--brun-fonce);
  color: var(--creme); overflow: hidden;
}
.cr-refonte .hero .wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.cr-refonte .hero h1 { color: var(--creme); font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 700; line-height: 1.15; letter-spacing: -0.01em; }
.cr-refonte .hero h1 em { font-style: normal; color: var(--or); }
.cr-refonte .hero p.pitch { color: rgba(255,248,232,.78); margin: 18px 0 8px; max-width: 46ch; }
.cr-refonte .hero .preuve { display: flex; align-items: center; gap: 10px; margin: 14px 0 26px; font-size: .92rem; color: rgba(255,248,232,.85); }
.cr-refonte .hero .ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- réassurance ---------- */
.cr-refonte .reassurance { background: var(--or); }
.cr-refonte .reassurance .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: 22px; padding-bottom: 22px; }
.cr-refonte .reassurance .item { display: flex; align-items: center; gap: 12px; color: var(--brun); font: 500 0.88rem/1.3 var(--sans); }
.cr-refonte .reassurance svg { flex: none; width: 26px; height: 26px; stroke: var(--rouge); }

/* ---------- sections communes ---------- */
.cr-refonte .section { padding: var(--pad-section) 0; }
.cr-refonte .section-head { max-width: 60ch; margin-bottom: 40px; }
.cr-refonte .section-head h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; }
.cr-refonte .section-head p { color: var(--texte-doux); margin: 10px 0 0; }
.cr-refonte .center { text-align: center; }
.cr-refonte .center .section-head { margin-left: auto; margin-right: auto; }

/* ---------- frise 3 étapes ---------- */
.cr-refonte .frise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cr-refonte .etape { background: #fff; border: 1px solid rgba(49,31,21,.1); border-radius: var(--radius); padding: 28px 26px; position: relative; }
.cr-refonte .etape .num { font: 700 0.8rem/1 var(--slab); color: var(--creme); background: var(--rouge); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.cr-refonte .etape h3 { font-size: 1.05rem; margin-bottom: 8px; }
.cr-refonte .etape p { margin: 0; font-size: .9rem; color: var(--texte-doux); }
.cr-refonte .etape p b { color: var(--brun); }

/* ---------- guidage (sélecteur) ---------- */
.cr-refonte .guidage { background: var(--or-clair); }
.cr-refonte .pills { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 8px 0 22px; }
.cr-refonte .pill { font: 500 0.9rem/1 var(--sans); color: var(--brun); background: #fff; border: 1.5px solid rgba(49,31,21,.18); border-radius: 100px; padding: 11px 20px; cursor: pointer; }
.cr-refonte .pill.on { background: var(--brun); color: var(--creme); border-color: var(--brun); }
.cr-refonte .q { font: 600 0.78rem/1 var(--sans); text-transform: uppercase; letter-spacing: .12em; color: var(--texte-doux); margin: 26px 0 12px; }

/* ---------- grille produits ---------- */
.cr-refonte .grille { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap-grille); }
.cr-refonte .carte { background: #fff; border: 1px solid rgba(49,31,21,.1); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .15s ease, box-shadow .15s ease; position: relative; }
.cr-refonte .carte:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(49,31,21,.12); }
.cr-refonte .badge-fav { position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--rouge); color: var(--creme); font: 600 0.66rem/1 var(--sans); text-transform: uppercase; letter-spacing: .06em; padding: 6px 10px; border-radius: 3px; }
.cr-refonte .sachet { background: linear-gradient(170deg, var(--or-clair), var(--or)); padding: 26px 0 18px; display: flex; align-items: flex-end; justify-content: center; height: 190px; }
.cr-refonte .sac { width: 96px; height: 128px; background: linear-gradient(165deg, var(--kraft), var(--kraft-fonce)); border-radius: 7px 7px 10px 10px; position: relative; box-shadow: 0 8px 16px rgba(49,31,21,.22); }
.cr-refonte .sac::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 14px; background: rgba(49,31,21,.18); border-radius: 7px 7px 0 0; }
.cr-refonte .sac .etiq { position: absolute; left: 12px; right: 12px; top: 34px; bottom: 22px; width: auto; height: auto; background: var(--creme); border-radius: 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; font-family: var(--slab); }
.cr-refonte .sac .etiq .n { font-weight: 700; font-size: .82rem; color: var(--brun); }
.cr-refonte .sac .etiq .r { width: 18px; height: 3px; background: var(--rouge); border-radius: 2px; }
.cr-refonte .sac .etiq .g { font-size: .56rem; color: var(--texte-doux); font-family: var(--sans); text-align: center; padding: 0 4px; }
.cr-refonte .carte .infos { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.cr-refonte .carte h3 { font-size: 1.1rem; }
.cr-refonte .carte .gout { font-size: .82rem; color: var(--texte-doux); }
.cr-refonte .carte .note { font-size: .8rem; color: var(--texte-doux); }
.cr-refonte .carte .prix { margin-top: auto; font-family: var(--slab); font-weight: 700; color: var(--brun); font-size: 1rem; padding-top: 8px; }
.cr-refonte .carte .prix small { font-family: var(--sans); font-weight: 400; color: var(--texte-doux); font-size: .78rem; display: block; margin-top: 2px; }

/* ---------- abonnement ---------- */
.cr-refonte .abo { background: radial-gradient(800px 400px at 105% 10%, rgba(182,19,21,.22), transparent 55%), var(--brun); border-radius: 14px; color: var(--creme); padding: 52px 56px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.cr-refonte .abo h2 { color: var(--creme); font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.cr-refonte .abo p { color: rgba(255,248,232,.75); margin: 14px 0 24px; max-width: 48ch; }
.cr-refonte .abo .visuel { border: 1px dashed rgba(229,210,170,.4); border-radius: var(--radius); padding: 26px; text-align: center; color: var(--or); font-size: .85rem; }

/* ---------- bloc Ludo ---------- */
.cr-refonte .ludo { background: var(--or-clair); }
.cr-refonte .ludo .wrap { display: grid; grid-template-columns: 1fr 1.3fr; gap: 52px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.cr-refonte .portrait { aspect-ratio: 4/5; border-radius: var(--radius); background: linear-gradient(160deg, rgba(74,58,46,.14) 0%, rgba(51,34,21,.28) 100%), var(--or); border: 1px dashed rgba(49,31,21,.3); display: flex; align-items: center; justify-content: center; color: var(--texte-doux); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; text-align: center; padding: 20px; }
.cr-refonte .ludo blockquote { margin: 22px 0; padding: 0 0 0 18px; border-left: 3px solid var(--rouge); font-family: var(--slab); font-size: 1.05rem; color: var(--brun); }
.cr-refonte .signature { font-family: 'Snell Roundhand', 'Segoe Script', cursive; font-size: 1.7rem; color: var(--brun); }
.cr-refonte .signature small { display: block; font: 600 .7rem/1.4 var(--sans); text-transform: uppercase; letter-spacing: .12em; color: var(--texte-doux); }

/* ---------- avis ---------- */
.cr-refonte .avis-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cr-refonte .avis-carte { background: #fff; border: 1px solid rgba(49,31,21,.1); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; gap: 12px; }
.cr-refonte .avis-carte p { margin: 0; font-size: .92rem; color: var(--texte); }
.cr-refonte .avis-carte .qui { font: 600 .82rem/1.4 var(--sans); color: var(--brun); margin-top: auto; }
.cr-refonte .avis-carte .qui small { display: block; font-weight: 400; color: var(--texte-doux); }
.cr-refonte .avis-google { border: 1.5px dashed rgba(49,31,21,.25); background: transparent; align-items: flex-start; justify-content: center; }

/* ---------- bande pro ---------- */
.cr-refonte .pro { background: var(--brun-fonce); color: var(--creme); }
.cr-refonte .pro .wrap { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; padding-top: 30px; padding-bottom: 30px; }
.cr-refonte .pro p { margin: 0; font-size: .95rem; color: rgba(255,248,232,.85); }
.cr-refonte .pro b { color: var(--or); }
.cr-refonte .pro a { margin-left: auto; color: var(--creme); font-weight: 600; font-size: .9rem; }

/* ---------- footer ---------- */
.cr-refonte .footer { background: var(--brun); color: rgba(255,248,232,.7); }
.cr-refonte .footer .wrap { padding-top: 56px; padding-bottom: 40px; }
.cr-refonte .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.4fr; gap: 36px; }
.cr-refonte .footer h4 { font: 600 .75rem/1 var(--sans); text-transform: uppercase; letter-spacing: .14em; color: var(--or); margin: 0 0 16px; }
.cr-refonte .footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; font-size: .88rem; }
.cr-refonte .footer a { color: rgba(255,248,232,.7); text-decoration: none; }
.cr-refonte .footer a:hover { color: var(--creme); }
.cr-refonte .marque { font-family: var(--slab); font-weight: 700; font-size: 1.3rem; color: var(--creme); margin-bottom: 10px; }
.cr-refonte .footer .pitch-f { font-size: .85rem; max-width: 30ch; }
.cr-refonte .news { display: flex; gap: 8px; margin-top: 6px; }
.cr-refonte .news input { flex: 1; min-width: 0; background: rgba(255,248,232,.08); border: 1px solid rgba(255,248,232,.25); border-radius: 4px; color: var(--creme); padding: 11px 14px; font: 400 .88rem/1 var(--sans); }
.cr-refonte .news input::placeholder { color: rgba(255,248,232,.45); }
.cr-refonte .news .btn { padding: 11px 18px; font-size: .85rem; }
.cr-refonte .legal { border-top: 1px solid rgba(255,248,232,.12); margin-top: 44px; padding-top: 22px; font-size: .78rem; display: flex; gap: 20px; flex-wrap: wrap; }

/* ---------- liste ---------- */
.cr-refonte .liste-head { padding: 48px 0 8px; }
.cr-refonte .liste-head h1 { font-size: clamp(1.7rem, 3.4vw, 2.3rem); font-weight: 700; color: var(--brun); font-family: var(--slab); }
.cr-refonte .liste-head p { color: var(--texte-doux); max-width: 60ch; margin: 12px 0 0; }
.cr-refonte .filtres { display: flex; gap: 10px; flex-wrap: wrap; padding: 22px 0 34px; }
.cr-refonte .filtres .sep { width: 1px; background: rgba(49,31,21,.15); margin: 4px 6px; }
.cr-refonte .interlude { background: var(--or); border-radius: 8px; margin: 26px 0; padding: 16px 24px; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; color: var(--brun); font: 500 .92rem/1.4 var(--sans); text-align: center; }
.cr-refonte .interlude b { font-family: var(--slab); }
.cr-refonte .carte-offre { border-radius: var(--radius); padding: 30px 26px; display: flex; flex-direction: column; gap: 10px; justify-content: center; }
.cr-refonte .carte-offre.sombre { background: var(--brun); color: var(--creme); }
.cr-refonte .carte-offre.sombre h3 { color: var(--creme); }
.cr-refonte .carte-offre.dore { background: var(--or); }
.cr-refonte .carte-offre p { margin: 0; font-size: .88rem; opacity: .85; }
.cr-refonte .carte-offre a { font-weight: 600; font-size: .9rem; color: var(--rouge); text-decoration: none; margin-top: 6px; }
.cr-refonte .carte-offre.sombre a { color: var(--or); }
.cr-refonte .seo-avis { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; padding: 20px 0 40px; }
.cr-refonte .seo-avis .seo-txt { font-size: .88rem; color: var(--texte-doux); max-width: 65ch; }
.cr-refonte .seo-avis h3 { font-size: 1rem; margin-bottom: 10px; }

/* ---------- fiche produit ---------- */
.cr-refonte .fil { font-size: .8rem; color: var(--texte-doux); padding: 20px 0 6px; }
.cr-refonte .fil a { color: var(--texte-doux); text-decoration: none; }
.cr-refonte .fil a:hover { color: var(--brun); }
.cr-refonte .achat { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 22px 0 56px; align-items: start; }
.cr-refonte .galerie .grand { background: linear-gradient(170deg, var(--or-clair), var(--or)); border-radius: 12px; height: 400px; display: flex; align-items: center; justify-content: center; position: relative; }
.cr-refonte .badge-date { position: absolute; top: 16px; left: 16px; background: var(--brun); color: var(--or); font: 600 .74rem/1 var(--sans); padding: 8px 12px; border-radius: 4px; }
.cr-refonte .sac.grand { width: 170px; height: 226px; border-radius: 10px 10px 14px 14px; }
.cr-refonte .sac.grand::before { height: 24px; border-radius: 10px 10px 0 0; }
.cr-refonte .sac.grand .etiq { top: 58px; bottom: 38px; left: 20px; right: 20px; gap: 7px; }
.cr-refonte .sac.grand .etiq .n { font-size: 1.15rem; }
.cr-refonte .sac.grand .etiq .g { font-size: .72rem; }
.cr-refonte .vignettes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.cr-refonte .vignettes .v { aspect-ratio: 1; border: 1px dashed rgba(49,31,21,.25); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: .68rem; color: var(--texte-doux); text-align: center; padding: 8px; background: var(--or-clair); }
.cr-refonte .f-titre h1 { font-family: var(--slab); font-weight: 700; color: var(--brun); font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 0; }
.cr-refonte .f-note { display: flex; align-items: center; gap: 8px; font-size: .88rem; color: var(--texte-doux); margin: 10px 0 14px; }
.cr-refonte .f-note a { color: var(--texte-doux); }
.cr-refonte .badges-gout { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.cr-refonte .badge-gout { font: 500 .78rem/1 var(--sans); background: var(--or-clair); color: var(--brun); border-radius: 100px; padding: 7px 13px; }
.cr-refonte .f-prix { font-family: var(--slab); font-weight: 700; font-size: 1.9rem; color: var(--brun); margin: 6px 0 2px; }
.cr-refonte .f-prix small { font: 400 .85rem/1 var(--sans); color: var(--texte-doux); }
.cr-refonte .opt { margin: 18px 0; }
.cr-refonte .opt .q { margin: 0 0 10px; }
.cr-refonte .opt .pills { justify-content: flex-start; margin: 0; }
.cr-refonte .hint { font-size: .8rem; color: var(--rouge); font-weight: 500; margin: 8px 0 0; }
.cr-refonte .cta-row { display: flex; flex-direction: row; gap: 12px; align-items: center; margin: 26px 0 14px; }
.cr-refonte .cta-row .btn { padding: 17px 34px; font-size: 1rem; }
.cr-refonte .qte { display: flex; align-items: center; gap: 14px; border: 1.5px solid rgba(49,31,21,.2); border-radius: 4px; padding: 13px 16px; font-weight: 600; color: var(--brun); }
.cr-refonte .sous-cta { display: flex; gap: 16px; flex-wrap: wrap; font-size: .78rem; color: var(--texte-doux); }
.cr-refonte .sous-cta span::before { content: '✓ '; color: var(--rouge); font-weight: 700; }
.cr-refonte .mini-frise { background: var(--or); border-radius: 8px; padding: 14px 20px; text-align: center; font-size: .88rem; color: var(--brun); margin-top: 22px; }
.cr-refonte .desc { display: grid; grid-template-columns: 1.3fr 1fr; gap: 44px; padding: 14px 0 30px; }
.cr-refonte .desc h2, .cr-refonte .marie h2, .cr-refonte .avis-prod h2 { font-size: 1.35rem; margin-bottom: 16px; }
.cr-refonte .desc p { max-width: 62ch; }
.cr-refonte .conseil-box { background: #fff; border: 1px solid rgba(49,31,21,.1); border-radius: var(--radius); padding: 24px; }
.cr-refonte .conseil-box h3 { font-size: .95rem; margin-bottom: 10px; }
.cr-refonte .conseil-box ul { margin: 0; padding-left: 18px; font-size: .88rem; color: var(--texte-doux); display: flex; flex-direction: column; gap: 6px; }
.cr-refonte .marie { padding: 26px 0 10px; }
.cr-refonte .marie-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cr-refonte .avis-prod { padding: 40px 0 10px; }
.cr-refonte .avis-layout { display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: start; }
.cr-refonte .score { text-align: center; background: #fff; border: 1px solid rgba(49,31,21,.1); border-radius: var(--radius); padding: 26px 20px; }
.cr-refonte .score .g-note { font-family: var(--slab); font-weight: 700; font-size: 2.6rem; color: var(--brun); line-height: 1; }
.cr-refonte .score p { margin: 8px 0 0; font-size: .78rem; color: var(--texte-doux); }
.cr-refonte .barres { display: flex; flex-direction: column; gap: 6px; margin-top: 16px; }
.cr-refonte .barre { display: grid; grid-template-columns: 24px 1fr 20px; gap: 8px; align-items: center; font-size: .7rem; color: var(--texte-doux); }
.cr-refonte .barre .track { height: 6px; border-radius: 3px; background: rgba(49,31,21,.1); overflow: hidden; }
.cr-refonte .barre .fill { height: 100%; background: var(--etoile); border-radius: 3px; }
.cr-refonte .avis-item { border-bottom: 1px solid rgba(49,31,21,.1); padding: 18px 0; }
.cr-refonte .avis-item:first-child { padding-top: 0; }
.cr-refonte .avis-item .qui { font: 600 .85rem/1 var(--sans); color: var(--brun); }
.cr-refonte .avis-item .quand { font-size: .75rem; color: var(--texte-doux); margin-left: 8px; }
.cr-refonte .avis-item p { margin: 8px 0 0; font-size: .9rem; }
.cr-refonte .photo-avis { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin-top: 10px; border: 1px dashed rgba(49,31,21,.25); border-radius: 6px; font-size: .58rem; color: var(--texte-doux); text-align: center; }
.cr-refonte .rappel-ludo { display: flex; align-items: center; gap: 16px; background: var(--or-clair); border-radius: var(--radius); padding: 18px 24px; margin: 36px 0; font-size: .92rem; color: var(--texte); }
.cr-refonte .rappel-ludo .rond { flex: none; width: 52px; height: 52px; border-radius: 50%; background: var(--or); border: 1px dashed rgba(49,31,21,.3); display: flex; align-items: center; justify-content: center; font-size: .5rem; color: var(--texte-doux); text-align: center; }
.cr-refonte .rappel-ludo a { color: var(--rouge); font-weight: 600; }

/* ---------- pages intérieures communes ---------- */
.cr-refonte .page-head { padding: 48px 0 34px; max-width: 62ch; }
.cr-refonte .page-head h1 { font-family: var(--slab); font-weight: 700; color: var(--brun); font-size: clamp(1.7rem, 3.4vw, 2.3rem); margin: 0; }
.cr-refonte .page-head p { color: var(--texte-doux); margin: 14px 0 0; }
.cr-refonte .bientot { display: inline-block; font: 600 .68rem/1 var(--sans); text-transform: uppercase; letter-spacing: .1em; background: var(--or); color: var(--brun); border-radius: 100px; padding: 6px 12px; margin-bottom: 14px; }

/* ---------- formulaires ---------- */
.cr-refonte .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cr-refonte .champ { display: flex; flex-direction: column; gap: 6px; }
.cr-refonte .champ.large { grid-column: 1 / -1; }
.cr-refonte .champ label { font: 600 .78rem/1 var(--sans); color: var(--brun); }
.cr-refonte .champ input, .cr-refonte .champ select, .cr-refonte .champ textarea { font: 400 .92rem/1.4 var(--sans); color: var(--brun); background: #fff; border: 1.5px solid rgba(49,31,21,.2); border-radius: 5px; padding: 12px 14px; }
.cr-refonte .champ textarea { min-height: 110px; resize: vertical; }
.cr-refonte .champ input:focus, .cr-refonte .champ select:focus, .cr-refonte .champ textarea:focus { outline: 2px solid var(--rouge); outline-offset: 1px; }

/* ---------- panier ---------- */
.cr-refonte .panier-item { display: grid; grid-template-columns: 92px 1fr auto auto; gap: 20px; align-items: center; background: #fff; border: 1px solid rgba(49,31,21,.1); border-radius: var(--radius); padding: 18px 22px; }
.cr-refonte .panier-item .visu { background: var(--or-clair); border-radius: 8px; height: 92px; display: flex; align-items: center; justify-content: center; }
.cr-refonte .panier-item h3 { font-size: 1rem; }
.cr-refonte .panier-item .var { font-size: .8rem; color: var(--texte-doux); }
.cr-refonte .progress-franco { background: #fff; border: 1px solid rgba(49,31,21,.1); border-radius: var(--radius); padding: 18px 22px; margin: 18px 0; font-size: .88rem; color: var(--texte); }
.cr-refonte .progress-franco .track { height: 8px; border-radius: 4px; background: rgba(49,31,21,.1); margin-top: 10px; overflow: hidden; }
.cr-refonte .progress-franco .fill { height: 100%; background: var(--rouge); border-radius: 4px; }
.cr-refonte .totaux { background: #fff; border: 1px solid rgba(49,31,21,.1); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; gap: 12px; font-size: .92rem; }
.cr-refonte .totaux .ligne { display: flex; justify-content: space-between; color: var(--texte-doux); }
.cr-refonte .totaux .ligne.total { color: var(--brun); font-family: var(--slab); font-weight: 700; font-size: 1.15rem; border-top: 1px solid rgba(49,31,21,.12); padding-top: 12px; }
.cr-refonte .panier-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 28px; align-items: start; padding-bottom: 40px; }

/* ---------- article conseil ---------- */
.cr-refonte .art-layout { display: grid; grid-template-columns: 220px 1fr; gap: 48px; padding: 10px 0 40px; align-items: start; }
.cr-refonte .sommaire { position: sticky; top: 20px; border-left: 2px solid rgba(49,31,21,.12); padding-left: 18px; display: flex; flex-direction: column; gap: 10px; font-size: .84rem; }
.cr-refonte .sommaire a { color: var(--texte-doux); text-decoration: none; }
.cr-refonte .sommaire a:hover { color: var(--rouge); }
.cr-refonte .sommaire .t { font: 600 .7rem/1 var(--sans); text-transform: uppercase; letter-spacing: .12em; color: var(--brun); }
.cr-refonte .art-body { max-width: 65ch; }
.cr-refonte .art-body h2 { font-size: 1.3rem; margin: 34px 0 12px; }
.cr-refonte .art-body p { margin: 0 0 16px; }
.cr-refonte .auteur { display: flex; align-items: center; gap: 14px; padding: 16px 0; margin: 18px 0; border-top: 1px solid rgba(49,31,21,.12); border-bottom: 1px solid rgba(49,31,21,.12); font-size: .85rem; color: var(--texte-doux); }
.cr-refonte .auteur .rond { flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--or); border: 1px dashed rgba(49,31,21,.3); display: flex; align-items: center; justify-content: center; font-size: .45rem; color: var(--texte-doux); }
.cr-refonte .auteur b { color: var(--brun); }
.cr-refonte .encart-produit { display: flex; gap: 18px; align-items: center; background: var(--or-clair); border-radius: var(--radius); padding: 18px 22px; margin: 26px 0; }
.cr-refonte .encart-produit .visu { flex: none; width: 64px; height: 84px; background: linear-gradient(165deg, var(--kraft), var(--kraft-fonce)); border-radius: 5px; }
.cr-refonte .encart-produit p { margin: 0; font-size: .85rem; color: var(--texte-doux); }
.cr-refonte .encart-produit b { color: var(--brun); display: block; font-size: .95rem; }
.cr-refonte .encart-produit .btn { margin-left: auto; padding: 11px 18px; font-size: .85rem; white-space: nowrap; }
.cr-refonte .placeholder-texte { border: 1.5px dashed rgba(49,31,21,.2); border-radius: 8px; padding: 22px; color: var(--texte-doux); font-size: .85rem; text-align: center; margin: 0 0 16px; }
.cr-refonte details.faq { background: #fff; border: 1px solid rgba(49,31,21,.1); border-radius: 8px; padding: 16px 20px; margin-bottom: 10px; }
.cr-refonte details.faq summary { font: 600 .92rem/1.4 var(--sans); color: var(--brun); cursor: pointer; }
.cr-refonte details.faq p { margin: 12px 0 0; font-size: .88rem; color: var(--texte-doux); }

/* ---------- revendeur / torréfacteur ---------- */
.cr-refonte .bande-sombre { background: radial-gradient(900px 400px at 90% -20%, rgba(229,210,170,.12), transparent 60%), var(--brun-fonce); color: var(--creme); }
.cr-refonte .bande-sombre .wrap { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; padding-top: 64px; padding-bottom: 64px; }
.cr-refonte .bande-sombre h1 { font-family: var(--slab); font-weight: 700; color: var(--creme); font-size: clamp(1.6rem, 3.2vw, 2.2rem); margin: 0; }
.cr-refonte .bande-sombre p { color: rgba(255,248,232,.78); }
.cr-refonte .media-ph { border: 1px dashed rgba(229,210,170,.4); border-radius: var(--radius); min-height: 260px; display: flex; align-items: center; justify-content: center; color: var(--or); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; text-align: center; padding: 20px; }
.cr-refonte .logos-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cr-refonte .logos-strip .l { border: 1.5px dashed rgba(49,31,21,.2); border-radius: 8px; padding: 22px 10px; text-align: center; color: var(--texte-doux); font-size: .75rem; }
.cr-refonte .galerie-atelier { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cr-refonte .galerie-atelier .v { aspect-ratio: 4/3; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .cr-refonte .hero .wrap, .cr-refonte .ludo .wrap, .cr-refonte .abo { grid-template-columns: 1fr; }
  .cr-refonte .grille, .cr-refonte .reassurance .wrap { grid-template-columns: repeat(2, 1fr); }
  .cr-refonte .avis-grille, .cr-refonte .frise { grid-template-columns: 1fr; }
  .cr-refonte .footer-grid { grid-template-columns: 1fr 1fr; }
  .cr-refonte .achat, .cr-refonte .desc, .cr-refonte .seo-avis, .cr-refonte .avis-layout { grid-template-columns: 1fr; }
  .cr-refonte .marie-grille { grid-template-columns: 1fr; }
  .cr-refonte .galerie .grand { height: 320px; }
  .cr-refonte .panier-layout, .cr-refonte .bande-sombre .wrap, .cr-refonte .form-grid { grid-template-columns: 1fr; }
  .cr-refonte .art-layout { grid-template-columns: 1fr; }
  .cr-refonte .sommaire { position: static; }
  .cr-refonte .logos-strip { grid-template-columns: repeat(2, 1fr); }
  .cr-refonte .galerie-atelier { grid-template-columns: 1fr; }
  .cr-refonte .panier-item { grid-template-columns: 72px 1fr; }
}
@media (max-width: 560px) {
  .cr-refonte .grille, .cr-refonte .reassurance .wrap { grid-template-columns: 1fr; }
  .cr-refonte .abo { padding: 32px 24px; }
}

/* =========================================================================
   Adaptations widgets Elementor natifs pour header / footer refonte
   (le Nav Menu et le Button produisent un markup .elementor-*, pas .nav/.panier)
   ========================================================================= */
/* barre header */
.cr-refonte .cr-header-bar { display: flex; align-items: center; gap: 28px; }
.cr-refonte .cr-header-bar .elementor-widget-theme-site-logo img,
.cr-refonte .cr-header-bar .elementor-widget-image img { width: 168px; height: auto; display: block; border-radius: 5px; }

/* nav menu widget -> look .nav de la maquette */
.cr-refonte .elementor-nav-menu { display: flex; gap: 26px; flex-wrap: wrap; }
.cr-refonte .elementor-nav-menu .elementor-item {
  color: var(--brun); font: 500 0.92rem/1 var(--sans);
  padding: 6px 0 !important; border-bottom: 2px solid transparent; text-decoration: none;
  fill: var(--brun);
}
.cr-refonte .elementor-nav-menu .elementor-item:hover,
.cr-refonte .elementor-nav-menu .elementor-item.elementor-item-active,
.cr-refonte .elementor-nav-menu .current-menu-item .elementor-item {
  color: var(--brun); background: transparent; border-bottom-color: var(--rouge);
}
/* toggle mobile (burger) */
.cr-refonte .elementor-menu-toggle { color: var(--brun); border: 1.5px solid var(--brun); border-radius: 4px; }
.cr-refonte .elementor-nav-menu--dropdown { background: var(--creme); }
.cr-refonte .elementor-nav-menu--dropdown .elementor-item { color: var(--brun); border-bottom: 1px solid rgba(49,31,21,.08); }

/* bouton panier */
.cr-refonte .cr-panier .elementor-button {
  background: transparent; color: var(--brun);
  border: 1.5px solid var(--brun); border-radius: 4px;
  padding: 9px 14px; font: 600 0.85rem/1 var(--sans);
}
.cr-refonte .cr-panier .elementor-button:hover { background: var(--brun); color: var(--creme); }

/* bouton rouge plein (CTA) rendu par le widget Button */
.cr-refonte .cr-btn-rouge .elementor-button {
  background: var(--rouge); color: var(--creme); border: none; border-radius: 4px;
  font: 600 0.95rem/1 var(--sans); padding: 15px 28px;
}
.cr-refonte .cr-btn-rouge .elementor-button:hover { box-shadow: 0 6px 18px rgba(182,19,21,.3); transform: translateY(-1px); }

/* champ + bouton newsletter footer rendus par widgets */
.cr-refonte .cr-news-form input[type="email"] {
  background: rgba(255,248,232,.08); border: 1px solid rgba(255,248,232,.25);
  border-radius: 4px; color: var(--creme); padding: 11px 14px; font: 400 .88rem/1 var(--sans);
}

/* newsletter footer : formulaire Elementor branché ParPigeon */
.cr-refonte .cr-news-form .elementor-field-group { margin-bottom: 0; }
.cr-refonte .cr-news-form input[type="email"] {
  background: rgba(255,248,232,.08) !important; border: 1px solid rgba(255,248,232,.25) !important;
  border-radius: 4px; color: var(--creme) !important; padding: 11px 14px !important; font: 400 .88rem/1 var(--sans); width: 100% !important;
}
.cr-refonte .cr-news-form .elementor-field-group { width: 100%; }
.cr-refonte .cr-news-form .elementor-field-group.e-form__buttons { margin-top: 8px; }
.cr-refonte .cr-news-form input[type="email"]::placeholder { color: rgba(255,248,232,.45); }
.cr-refonte .cr-news-form .elementor-button {
  background: var(--rouge); color: var(--creme); border: none; border-radius: 4px;
  font: 600 .85rem/1 var(--sans); padding: 12px 18px; height: 100%;
}
.cr-refonte .cr-news-form .elementor-message { color: var(--creme); font-size: .82rem; }

/* panier : widget WooCommerce Menu Cart -> bouton bordé brun */
.cr-refonte .cr-cart .elementor-menu-cart__toggle .elementor-button {
  background: transparent; color: var(--brun); border: 1.5px solid var(--brun);
  border-radius: 4px; padding: 9px 14px; font: 600 .85rem/1 var(--sans);
}
.cr-refonte .cr-cart .elementor-menu-cart__toggle .elementor-button:hover { background: var(--brun); color: var(--creme); }
.cr-refonte .cr-cart .elementor-button-icon-qty { background: var(--rouge); color: var(--creme); }

/* formulaire pro (revendeur) rendu par le widget Form Elementor */
.cr-refonte .cr-form-pro .elementor-field-group > label { font: 600 .78rem/1 var(--sans); color: var(--brun); margin-bottom: 6px; }
.cr-refonte .cr-form-pro .elementor-field-textual,
.cr-refonte .cr-form-pro select.elementor-field-textual {
  font: 400 .92rem/1.4 var(--sans); color: var(--brun); background: #fff;
  border: 1.5px solid rgba(49,31,21,.2); border-radius: 5px; padding: 12px 14px;
}
.cr-refonte .cr-form-pro textarea.elementor-field-textual { min-height: 110px; }
.cr-refonte .cr-form-pro .elementor-field-type-acceptance .elementor-field-subgroup { font-size: .82rem; color: var(--texte-doux); }
.cr-refonte .cr-form-pro .elementor-button {
  background: var(--rouge); color: var(--creme); border: none; border-radius: 4px;
  font: 600 .95rem/1 var(--sans); padding: 15px 28px;
}
.cr-refonte .cr-form-pro .elementor-button:hover { box-shadow: 0 6px 18px rgba(182,19,21,.3); }

/* vidéo hero (média réel médiathèque) */
.cr-refonte .hero-video {
  display: block; width: 100%; border-radius: 10px;
  border: 1px solid rgba(229,210,170,.25); background: #241710;
  aspect-ratio: 848 / 480; object-fit: cover;
}

/* image du bloc torréfacteur (remplace le placeholder .portrait) */
.cr-refonte .portrait-img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 10px; }
