/* ————————————————————————————————————————————————
   Le Vineum — feuille de style unique
   Palette tirée de la boutique réelle : vitrines chêne
   rétroéclairées ambre, cave sombre, étiquettes crème.
   Lisibilité d'abord : gros texte, gros boutons, contrastes forts.
   ———————————————————————————————————————————————— */

:root {
  --cave:        #1a1410;
  --cave-2:      #241c15;
  --cave-3:      #322619;
  --ambre:       #e8a13d;
  --ambre-vif:   #f5b955;
  --chene:       #c89a5b;
  --creme:       #f2ead8;
  --creme-2:     #e9dfc8;
  --bordeaux:    #6b1f2a;
  --bordeaux-vif:#8e2b39;
  --vert-ok:     #4c7a4c;

  --display: "Fraunces", Georgia, serif;
  --body:    "Archivo", system-ui, sans-serif;
  --mono:    "IBM Plex Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  background: var(--cave);
  color: var(--creme);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

h1, h2, h3 { font-family: var(--display); font-weight: 500; line-height: 1.15; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.3rem); }
h3 { font-size: 1.25rem; }

a { color: var(--ambre); }
a:hover { color: var(--ambre-vif); }

a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--ambre);
  outline-offset: 2px;
}

.conteneur { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* ——— Boutons : larges, explicites, impossibles à rater ——— */
.btn {
  display: inline-block;
  font-family: var(--body);
  font-size: 1.05rem;
  font-weight: 600;
  background: var(--ambre);
  color: var(--cave);
  border: 2px solid var(--ambre);
  border-radius: 6px;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s, transform 0.15s;
}
.btn:hover { background: var(--ambre-vif); color: var(--cave); }
.btn-grand { font-size: 1.2rem; padding: 1rem 2.2rem; width: 100%; max-width: 420px; }
.btn-contour {
  background: transparent;
  color: var(--ambre);
}
.btn-contour:hover { background: var(--ambre); color: var(--cave); }
.btn-bordeaux { background: var(--bordeaux-vif); border-color: var(--bordeaux-vif); color: var(--creme); }
.btn-bordeaux:hover { background: var(--bordeaux); color: var(--creme); }

/* ——— Porte majeurs ——— */
.age-gate {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(16, 11, 8, 0.96);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.age-gate-box {
  background: var(--creme); color: var(--cave);
  border-radius: 10px; padding: 2.5rem 2rem;
  max-width: 480px; text-align: center;
  box-shadow: 0 0 80px color-mix(in srgb, var(--ambre) 25%, transparent);
}
.age-gate-marque { font-family: var(--mono); font-size: 0.85rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--bordeaux); margin-bottom: 0.8rem; }
.age-gate-box h1 { font-size: 1.9rem; margin-bottom: 0.8rem; }
.age-gate-actions { margin: 1.4rem 0 1rem; }
.age-gate-petit { font-size: 0.95rem; }
.age-gate-petit a { color: var(--bordeaux); }
.age-gate-loi { font-size: 0.8rem; color: #6b6154; margin-top: 1.2rem; }

/* ——— Bandeau + en-tête ——— */
.bandeau-livraison {
  background: var(--ambre); color: var(--cave);
  font-family: var(--mono); font-size: 0.85rem; font-weight: 500;
  text-align: center; padding: 0.45rem 1rem;
}
.entete {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--cave) 97%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--chene) 25%, transparent);
  backdrop-filter: blur(6px);
}
.entete-inner {
  max-width: 1240px; margin: 0 auto; padding: 0.7rem 20px;
  display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap;
}
.logo {
  font-family: var(--display); font-size: 1.7rem; color: var(--creme);
  text-decoration: none; letter-spacing: -0.01em;
}
.logo span { color: var(--ambre); }
.nav-principale { display: flex; gap: 1.1rem; flex: 1; }
.nav-principale a {
  color: color-mix(in srgb, var(--creme) 85%, transparent); text-decoration: none; font-size: 0.98rem;
  padding: 0.25rem 0; border-bottom: 2px solid transparent;
}
.nav-principale a:hover, .nav-principale a.actif { color: var(--ambre); border-bottom-color: var(--ambre); }
.entete-actions { display: flex; align-items: center; gap: 1rem; }
.tel-entete { color: var(--creme); text-decoration: none; font-size: 0.95rem; white-space: nowrap; }
.tel-entete:hover { color: var(--ambre); }
.lien-compte { color: color-mix(in srgb, var(--creme) 85%, transparent); text-decoration: none; font-size: 0.95rem; }
.btn-panier {
  border: 2px solid var(--ambre); color: var(--ambre); border-radius: 6px;
  padding: 0.45rem 1rem; text-decoration: none; font-weight: 600; font-size: 0.98rem;
  white-space: nowrap;
}
.btn-panier:hover { background: var(--ambre); color: var(--cave); }
.burger { display: none; background: none; border: 2px solid var(--chene); color: var(--creme); border-radius: 6px; padding: 0.4rem 0.9rem; font-size: 1rem; cursor: pointer; }
.nav-mobile { display: none; }

@media (max-width: 1000px) {
  .nav-principale, .lien-compte, .tel-entete { display: none; }
  /* En-tête sur UNE seule ligne : logo à gauche, panier + menu à droite. */
  .entete-inner { flex-wrap: nowrap; gap: 0.7rem; padding: 0.6rem 14px; }
  .logo { font-size: 1.35rem; white-space: nowrap; }
  .entete-actions { margin-left: auto; gap: 0.5rem; }
  .btn-panier { padding: 0.42rem 0.7rem; font-size: 0.88rem; }
  .burger { display: block; margin-left: 0; padding: 0.42rem 0.7rem; font-size: 0.9rem; white-space: nowrap; }
  .menu-ouvert .nav-mobile {
    display: flex; flex-direction: column; border-top: 1px solid color-mix(in srgb, var(--chene) 25%, transparent);
  }
  .nav-mobile a {
    padding: 0.9rem 20px; text-decoration: none; color: var(--creme); font-size: 1.1rem;
    border-bottom: 1px solid color-mix(in srgb, var(--chene) 12%, transparent);
  }
  .nav-mobile a:hover { background: var(--cave-2); color: var(--ambre); }
}

/* ——— Messages ——— */
.flash {
  max-width: 1160px; margin: 1rem auto 0; padding: 1rem 1.3rem; border-radius: 8px;
  font-weight: 500;
}
.flash-ok { background: #23381f; color: #cde8c4; border: 1px solid #4c7a4c; }
.flash-erreur { background: #3d1a1a; color: #f0c4c4; border: 1px solid var(--bordeaux-vif); }

/* ——— Héros ——— */
.hero {
  position: relative; min-height: 74vh;
  display: flex; align-items: flex-end;
  background-size: cover; background-position: center;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--cave) 5%, transparent) 0%, color-mix(in srgb, var(--cave) 30%, transparent) 45%, color-mix(in srgb, var(--cave) 82%, transparent) 82%, var(--cave) 100%);
}
.hero-inner { position: relative; max-width: 1160px; margin: 0 auto; padding: 4rem 20px 3.5rem; width: 100%; }
.hero-eyebrow {
  font-family: var(--mono); font-size: 0.85rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ambre-vif); margin-bottom: 1rem;
}
.hero h1 { max-width: 17ch; text-shadow: 0 2px 30px rgba(0,0,0,0.6); }
.hero p.hero-sous {
  font-size: 1.2rem; max-width: 52ch; margin: 1.2rem 0 1.8rem; color: color-mix(in srgb, var(--creme) 92%, transparent);
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ——— Sections ——— */
.section { padding: 4.5rem 0; }
.section-titre { margin-bottom: 0.6rem; }
.section-sous { color: color-mix(in srgb, var(--creme) 75%, transparent); max-width: 60ch; margin-bottom: 2.2rem; }
.eyebrow {
  font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ambre); margin-bottom: 0.7rem;
}

/* Section claire « papier étiquette » */
.papier { background: var(--creme); color: var(--cave); }
.papier .section-sous { color: #4d4335; }
.papier .eyebrow { color: var(--bordeaux); }

/* ——— Signature : la vitrine rétroéclairée ———
   Chaque carte produit repose sur une étagère lumineuse,
   comme les vraies vitrines à whiskies de la boutique. */
.grille-produits {
  display: grid; gap: 1.4rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.vitrine-card {
  position: relative;
  display: flex; flex-direction: column;
  background:
    radial-gradient(120% 85% at 50% 92%, color-mix(in srgb, var(--ambre) 30%, transparent) 0%, color-mix(in srgb, var(--ambre) 8%, transparent) 48%, transparent 78%),
    linear-gradient(180deg, var(--cave-2) 0%, var(--cave-3) 100%);
  border: 1px solid color-mix(in srgb, var(--chene) 22%, transparent);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: var(--creme);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.vitrine-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--ambre) 45%, transparent);
  color: var(--creme);
}
.vitrine-photo {
  aspect-ratio: 4 / 3.4; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.vitrine-photo img { width: 100%; height: 100%; object-fit: cover; }
/* Les images individuelles (bouteille détourée de nos photos, illustration cubi)
   s'affichent entières sur le fond lumineux de la vitrine, jamais recadrées. */
.vitrine-photo img[src*="/images/produits/"] { object-fit: contain; padding: 0.7rem 0.7rem 0; }
.vitrine-etagere {
  height: 2px; margin: 0 10%;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--ambre) 65%, transparent), transparent);
}
.vitrine-infos { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: 0.35rem; flex: 1; }
.vitrine-cat {
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--chene);
}
.vitrine-nom { font-family: var(--display); font-size: 1.18rem; line-height: 1.25; }
.vitrine-sub { font-size: 0.9rem; color: color-mix(in srgb, var(--creme) 65%, transparent); flex: 1; }
.vitrine-bas { display: flex; align-items: center; justify-content: space-between; margin-top: 0.7rem; }
.etiquette-prix {
  font-family: var(--mono); font-weight: 600; font-size: 0.95rem;
  background: var(--creme); color: var(--cave);
  padding: 0.18rem 0.6rem; border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.45);
}
.vitrine-ajouter {
  font-size: 0.9rem; font-weight: 600; color: var(--ambre);
}

/* ——— Cartes info (livraison, abonnements, ateliers) ——— */
.grille-cartes { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.carte {
  background: var(--cave-2); border: 1px solid color-mix(in srgb, var(--chene) 22%, transparent);
  border-radius: 10px; padding: 1.8rem;
}
.carte h3 { color: var(--ambre-vif); margin-bottom: 0.6rem; }
.carte .gros-chiffre { font-family: var(--display); font-size: 2.6rem; color: var(--creme); line-height: 1; }
.papier .carte { background: #fbf6ea; border-color: #d8c9a8; }
.papier .carte h3 { color: var(--bordeaux); }

/* ——— Étapes (comment ça marche) ——— */
.etapes { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); counter-reset: etape; }
.etape {
  padding: 0.4rem 0; position: relative;
}
.etape::before {
  counter-increment: etape; content: counter(etape);
  font-family: var(--display); font-size: 2.4rem; color: var(--ambre);
  display: block; margin-bottom: 0.4rem;
}
.etape strong { display: block; font-size: 1.15rem; margin-bottom: 0.3rem; }
.etape p { font-size: 0.98rem; color: color-mix(in srgb, var(--creme) 78%, transparent); }

/* ——— Formulaires : gros champs, gros libellés ——— */
form .champ { margin-bottom: 1.3rem; }
label { display: block; font-weight: 600; margin-bottom: 0.35rem; font-size: 1.02rem; }
.aide { font-size: 0.9rem; color: color-mix(in srgb, var(--creme) 60%, transparent); margin-top: 0.25rem; }
input[type="text"], input[type="email"], input[type="tel"], input[type="password"],
input[type="number"], input[type="date"], select, textarea {
  width: 100%; font-size: 1.1rem; font-family: var(--body);
  padding: 0.85rem 1rem; border-radius: 6px;
  border: 2px solid color-mix(in srgb, var(--chene) 40%, transparent);
  background: var(--creme); color: var(--cave);
}
input:focus, select:focus, textarea:focus { border-color: var(--ambre); }
.papier input, .papier select, .papier textarea { background: #fff; border-color: #c9b993; }

fieldset { border: 1px solid color-mix(in srgb, var(--chene) 35%, transparent); border-radius: 10px; padding: 1.4rem; margin-bottom: 1.6rem; }
legend { font-family: var(--display); font-size: 1.3rem; padding: 0 0.6rem; color: var(--ambre-vif); }

/* Choix type « grosses tuiles radio » (mode livraison, créneaux, paiement) */
.choix-tuiles { display: grid; gap: 0.9rem; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.choix-tuile { position: relative; }
.choix-tuile input { position: absolute; opacity: 0; }
.choix-tuile label {
  display: block; cursor: pointer; border: 2px solid color-mix(in srgb, var(--chene) 40%, transparent);
  border-radius: 8px; padding: 1rem 1.1rem; font-weight: 500;
  background: var(--cave-2); height: 100%;
}
.choix-tuile label strong { display: block; font-size: 1.08rem; margin-bottom: 0.2rem; }
.choix-tuile label small { color: color-mix(in srgb, var(--creme) 65%, transparent); font-size: 0.88rem; }
.choix-tuile input:checked + label { border-color: var(--ambre); background: color-mix(in srgb, var(--ambre) 12%, transparent); }
.choix-tuile input:focus-visible + label { outline: 3px solid var(--ambre); outline-offset: 2px; }
.papier .choix-tuile label { background: #fff; }
.papier .choix-tuile input:checked + label { background: #fdf3df; }

/* ——— Tableaux (panier, admin, horaires) ——— */
table.liste { width: 100%; border-collapse: collapse; }
table.liste th, table.liste td { padding: 0.85rem 0.7rem; text-align: left; border-bottom: 1px solid color-mix(in srgb, var(--chene) 25%, transparent); }
table.liste th { font-family: var(--mono); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--chene); }
.horaires td { padding: 0.15rem 0.6rem 0.15rem 0; color: color-mix(in srgb, var(--creme) 80%, transparent); font-size: 0.95rem; }
.horaires td:first-child { font-weight: 600; color: var(--creme); }

/* ——— Quantité (panier) ——— */
.qte { display: inline-flex; align-items: center; gap: 0.4rem; }
.qte button {
  width: 2.4rem; height: 2.4rem; font-size: 1.3rem; font-weight: 700;
  border-radius: 6px; border: 2px solid var(--chene);
  background: transparent; color: var(--creme); cursor: pointer;
}
.qte button:hover { border-color: var(--ambre); color: var(--ambre); }
.qte input { width: 3.6rem; text-align: center; padding: 0.5rem 0.2rem; }

/* ——— Suivi de livraison ——— */
.suivi-carte { border: 2px solid color-mix(in srgb, var(--chene) 35%, transparent); border-radius: 10px; overflow: hidden; }
#carte-suivi { height: 420px; }
.leaflet-container { background: var(--cave-2); font-family: var(--mono); }
.suivi-bandeau {
  display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; align-items: center;
  background: var(--cave-2); border: 1px solid color-mix(in srgb, var(--chene) 25%, transparent);
  border-radius: 10px; padding: 1.3rem 1.6rem; margin: 1.4rem 0;
  font-family: var(--mono);
}
.suivi-donnee small { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--chene); }
.suivi-donnee strong { font-size: 1.35rem; font-weight: 600; }
.timeline { list-style: none; margin: 1.5rem 0; }
.timeline li {
  position: relative; padding: 0 0 1.4rem 2.2rem;
  border-left: 2px solid color-mix(in srgb, var(--chene) 35%, transparent); margin-left: 0.6rem;
}
.timeline li:last-child { border-left-color: transparent; padding-bottom: 0; }
.timeline li::before {
  content: ""; position: absolute; left: -0.55rem; top: 0.1rem;
  width: 1rem; height: 1rem; border-radius: 50%;
  background: var(--cave-3); border: 2px solid var(--chene);
}
.timeline li.fait::before { background: var(--ambre); border-color: var(--ambre); }
.timeline li.encours::before { background: var(--ambre-vif); border-color: var(--ambre-vif); box-shadow: 0 0 12px color-mix(in srgb, var(--ambre) 80%, transparent); }
.timeline .heure { font-family: var(--mono); font-size: 0.82rem; color: var(--chene); display: block; }
.sms-demo {
  background: var(--cave-2); border: 1px dashed color-mix(in srgb, var(--chene) 50%, transparent); border-radius: 10px;
  padding: 1rem 1.3rem; font-size: 0.95rem; margin: 0.6rem 0;
}
.sms-demo .de { font-family: var(--mono); font-size: 0.75rem; color: var(--chene); text-transform: uppercase; letter-spacing: 0.12em; }

/* ——— Pied de page ——— */
.pied { background: var(--cave-2); border-top: 1px solid color-mix(in srgb, var(--chene) 25%, transparent); margin-top: 5rem; }
.pied-inner {
  max-width: 1160px; margin: 0 auto; padding: 3rem 20px;
  display: grid; gap: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.pied-titre { font-family: var(--display); font-size: 1.3rem; color: var(--ambre-vif); margin-bottom: 0.7rem; }
.pied p, .pied li { color: color-mix(in srgb, var(--creme) 80%, transparent); font-size: 0.98rem; }
.pied-tel a { font-size: 1.25rem; font-weight: 600; color: var(--ambre); text-decoration: none; }
.pied-note { font-size: 0.88rem; margin-top: 0.4rem; font-style: italic; }
.pied-liens { list-style: none; }
.pied-liens li { margin-bottom: 0.45rem; }
.pied-liens a { color: color-mix(in srgb, var(--creme) 85%, transparent); }
.pied-loi {
  text-align: center; font-size: 0.85rem; color: color-mix(in srgb, var(--creme) 55%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--chene) 15%, transparent); padding: 1.2rem 20px;
}

/* ——— Divers ——— */
.deux-colonnes { display: grid; gap: 3rem; grid-template-columns: 1fr 1fr; align-items: center; }
@media (max-width: 800px) { .deux-colonnes { grid-template-columns: 1fr; } }
.photo-cadre { border-radius: 10px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--chene) 30%, transparent); }
.encart-tel {
  border: 1px solid color-mix(in srgb, var(--chene) 30%, transparent); border-radius: 10px;
  padding: 1.6rem 2rem; display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between;
}
.encart-tel a.btn { background: transparent; border-color: var(--ambre); color: var(--ambre); }
.encart-tel a.btn:hover { background: var(--ambre); color: var(--cave); }
.papier .encart-tel { border-color: #d8c9a8; }

.lien-discret {
  color: color-mix(in srgb, var(--creme) 85%, transparent); text-decoration: underline;
  text-underline-offset: 4px; align-self: center; font-size: 1.05rem;
}
.lien-discret:hover { color: var(--ambre); }
.recap-total { font-size: 1.3rem; font-weight: 600; }
.recap-total .etiquette-prix { font-size: 1.15rem; }
.centre { text-align: center; }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mb-2 { margin-bottom: 2rem; }

/* ——— Notes & carnet de dégustation ——— */
.etoiles { color: var(--ambre); letter-spacing: 0.1em; }
.papier .etoiles, .carte .etoiles { color: #c58a2a; }
.vitrine-note { font-size: 0.9rem; }
.vitrine-note small { color: color-mix(in srgb, var(--creme) 60%, transparent); }
.note-moyenne { font-size: 1.05rem; margin-bottom: 0.4rem; }
.note-moyenne small { color: color-mix(in srgb, var(--creme) 65%, transparent); }
.nav-bouteilles { display: flex; flex-wrap: wrap; gap: 0.6rem 1.6rem; justify-content: space-between; }
.notes-grille { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); align-items: start; }
.choix-etoiles { display: inline-flex; flex-direction: row-reverse; gap: 0.15rem; margin-bottom: 1rem; }
.choix-etoiles input { position: absolute; opacity: 0; }
.choix-etoiles label { cursor: pointer; font-size: 2.1rem; line-height: 1; color: color-mix(in srgb, var(--chene) 35%, transparent); }
.choix-etoiles label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.choix-etoiles input:checked ~ label,
.choix-etoiles label:hover, .choix-etoiles label:hover ~ label { color: var(--ambre); }
.choix-etoiles input:focus-visible + label { outline: 3px solid var(--ambre); outline-offset: 2px; border-radius: 4px; }
.liste-avis { list-style: none; }
.liste-avis li { border-bottom: 1px solid color-mix(in srgb, var(--chene) 20%, transparent); padding: 0.8rem 0; }
.liste-avis p { font-size: 0.95rem; color: color-mix(in srgb, var(--creme) 80%, transparent); margin-top: 0.2rem; }
.papier .liste-avis p { color: #4d4335; }
.grille-a-noter { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); margin-top: 1rem; }
.carte-a-noter { padding: 1.1rem 1.2rem; }
.a-noter-nom { font-weight: 600; margin-bottom: 0.4rem; }
.note-rapide { display: inline-flex; gap: 0.1rem; }
.note-rapide button {
  background: none; border: none; cursor: pointer; font-size: 1.7rem; line-height: 1;
  color: color-mix(in srgb, var(--chene) 40%, transparent); padding: 0.1rem;
}
.note-rapide button:hover, .note-rapide button:hover ~ button { color: #c58a2a; }
.note-rapide { flex-direction: row-reverse; justify-content: flex-end; }

/* ——— Cubis : formats 3/5/10 L ——— */
.vitrine-formats { display: flex; gap: 0.35rem; flex-wrap: wrap; }
.pastille-format {
  font-family: var(--mono); font-size: 0.72rem; font-weight: 600;
  border: 1px solid color-mix(in srgb, var(--ambre) 50%, transparent); color: var(--ambre-vif);
  border-radius: 3px; padding: 0.08rem 0.45rem;
}
.prix-litre { color: color-mix(in srgb, var(--creme) 65%, transparent); margin-left: 0.6rem; font-size: 0.88rem; }
.formats-cubi { margin: 1.2rem 0; }
.formats-titre { font-weight: 600; margin-bottom: 0.5rem; }
.formats-liste { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.format-tuile {
  display: flex; flex-direction: column; align-items: center; gap: 0.1rem;
  min-width: 6.5rem; padding: 0.7rem 1rem; border-radius: 8px;
  border: 2px solid color-mix(in srgb, var(--chene) 40%, transparent); background: var(--cave-2);
  color: var(--creme); text-decoration: none; text-align: center;
  transition: border-color 0.2s;
}
.format-tuile strong { font-size: 1.15rem; }
.format-tuile span { font-family: var(--mono); font-size: 0.9rem; color: color-mix(in srgb, var(--creme) 75%, transparent); }
.format-tuile:hover { border-color: var(--ambre); color: var(--creme); }
.format-tuile.actif { border-color: var(--ambre); background: color-mix(in srgb, var(--ambre) 14%, transparent); }

/* ——— Ajustements mobiles (hauteurs et alignements) ——— */
@media (max-width: 700px) {
  .bandeau-livraison { font-size: 0.72rem; padding: 0.32rem 0.8rem; line-height: 1.45; }
  .section { padding: 2.8rem 0; }
  .section-sous { margin-bottom: 1.6rem; }
  .hero { min-height: 62vh; }
  .hero-inner { padding: 3rem 20px 2.5rem; }
  .flash { margin: 0.8rem 14px 0; }
  .grille-produits { gap: 1rem; }
  .carte { padding: 1.3rem; }
  .etapes, .grille-cartes { gap: 1rem; }
  .encart-tel { padding: 1.3rem 1.4rem; }
  .encart-tel .btn { width: 100%; }
  .pied-inner { padding: 2.2rem 20px; gap: 1.8rem; }
  .formats-liste { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.6rem; }
  .format-tuile { min-width: 0; padding: 0.6rem 0.4rem; }
  .btn-grand { max-width: none; }
}
@media (max-width: 480px) {
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.45rem; }
  .hero h1 { font-size: 1.9rem; }
  body { font-size: 17px; }
}
