/* ============================================================
   O'YEMMA — "Soleil de minuit" design system
   Retro street-food: ink outlines, sticker shadows, warm sun palette
   ============================================================ */

/* ---------- Fonts locales ----------
   Bigola Display = police des TITRES demandée au CDC.
   TODO: déposer le fichier dans /assets/fonts/ (voir /assets/fonts/README.md).
   Tant qu'il est absent, le navigateur ignore ce @font-face et la pile
   --font-display retombe sur "Anton" (rendu actuel, majuscules conservées). */
@font-face {
  font-family: "Bigola Display";
  /* TODO: fournir BigolaDisplay.woff2 (+ .woff optionnel) dans /assets/fonts/ */
  src: url("/assets/fonts/BigolaDisplay.woff2") format("woff2"),
       url("/assets/fonts/BigolaDisplay.woff") format("woff");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
/* Polices fournies par le client (remplacent Bigola Display pour les titres) */
@font-face {
  font-family: "GlowBetter Serif";
  src: url("/assets/fonts/GlowBetter-Serif.otf") format("opentype");
  font-weight: 400 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Magic Retro";
  src: url("/assets/fonts/MagicRetro.ttf") format("truetype");
  font-weight: 400 800; font-style: normal; font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  /* light (crème) — default */
  --bg:        #FBF1E0;
  --bg-2:      #F6E5CC;
  --rose:      #E7A59B;
  --rose-deep: #D6857A;
  --paper:     #FFFFFF;
  --paper-2:   #FFF8EC;

  --ink:       #1B1410;
  --ink-soft:  rgba(27,20,16,0.66);
  --ink-faint: rgba(27,20,16,0.42);
  --line:      #1B1410;

  --red:       #E23A2C;
  --red-deep:  #C12A1E;
  --sun:       #FFC72C;
  --sun-deep:  #F2A40F;
  --teal:      #1F9E86;
  --teal-deep: #157A68;
  /* tons repris des illustrations O'YEMMA (jaune/rouge/rose existants + vert + marron) */
  --vert:       #2F8F5E; /* vert émeraude des illustrations (à valider) */
  --vert-deep:  #246F49;
  --marron:     #7A3A1E; /* marron cacao des contours d'illustrations (à valider) */
  --marron-deep:#5E2C16;

  /* accent (tweakable) */
  --accent:      var(--red);
  --accent-deep: var(--red-deep);
  --accent-ink:  #FFFFFF;

  /* fonts (tweakable heading) — Bigola Display d'abord, repli Anton tant que le fichier manque */
  --font-display: "GlowBetter Serif", "Anton", sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;

  /* mascot scale (tweakable) */
  --mascot: 340px;

  /* type scale — single source of truth for every title/text size */
  --fs-display: clamp(25px, 4vw, 50px); /* hero h1 — calibré pour tenir sur 2 lignes (GlowBetter, large) */
  --fs-title:   clamp(40px, 7.5vw, 84px); /* page hero titles (Carte, Contact…) */
  --fs-h2:      clamp(36px, 6vw, 72px);   /* section headings */
  --fs-h3:      27px;                      /* card / sub headings */
  --fs-lead:    20px;                      /* intro paragraphs */
  --fs-body:    17px;
  --fs-eyebrow: 13px;

  /* spacing scale */
  --gap-section: 84px;
  --gap-head:    44px;

  --shadow-pop: 5px 5px 0 var(--line);
  --shadow-pop-lg: 8px 8px 0 var(--line);
  --radius: 22px;
  --radius-lg: 34px;
  --maxw: 1200px;
}

html.theme-dark {
  --bg:        #1C140F;
  --bg-2:      #251A12;
  --rose:      #5E322C;
  --rose-deep: #743E36;
  --paper:     #2A1D15;
  --paper-2:   #33241A;

  --ink:       #FBF1E0;
  --ink-soft:  rgba(251,241,224,0.70);
  --ink-faint: rgba(251,241,224,0.45);
  --line:      #FBF1E0;

  --red:       #FF5343;
  --red-deep:  #E23A2C;
  --sun:       #FFC72C;
  --sun-deep:  #F2A40F;
  --teal:      #36C2A6;
  --vert:       #44B377;
  --vert-deep:  #2F8F5E;
  --marron:     #B06A45;
  --marron-deep:#8A4E2E;

  --shadow-pop: 5px 5px 0 rgba(0,0,0,0.55);
  --shadow-pop-lg: 8px 8px 0 rgba(0,0,0,0.55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* a11y — focus clavier toujours visible */
a:focus-visible, button:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* film-grain-free warm dot texture, very subtle */
body::before {
  content: "";
  position: fixed; inset: 0;
  background-image: radial-gradient(var(--ink) 0.6px, transparent 0.6px);
  background-size: 22px 22px;
  opacity: 0.05;
  pointer-events: none;
  z-index: 1;
}

/* ---------- Type ---------- */
h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.01em;
  margin: 0;
  text-transform: uppercase;
}
.font-bagel  h1, .font-bagel  h2, .font-bagel  h3, .font-bagel  .display,
.font-shrikhand h1, .font-shrikhand h2, .font-shrikhand h3, .font-shrikhand .display {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.0;
}
p { margin: 0; }

/* shared text roles — reuse these classes instead of inline font-size */
.title-xl { font-size: var(--fs-title); }
.lead { font-size: var(--fs-lead); color: var(--ink-soft); line-height: 1.5; }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: var(--fs-eyebrow);
  color: var(--accent);
}
/* eyebrows over a rose section flip to ink automatically (no inline override needed) */
.section-rose .eyebrow { color: var(--ink); }
/* small uppercase label (form sections, "Allergènes"…) */
.label { font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; font-size: var(--fs-eyebrow); color: var(--ink-soft); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; position: relative; z-index: 2; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.01em;
  padding: 15px 26px;
  border-radius: 999px;
  border: 2.5px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--shadow-pop);
  transition: transform .12s ease, box-shadow .12s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translate(-2px,-2px); box-shadow: var(--shadow-pop-lg); }
.btn:active { transform: translate(3px,3px); box-shadow: 1px 1px 0 var(--line); }
.btn-accent { background: var(--accent); color: var(--accent-ink); }
.btn-sun { background: var(--sun); color: var(--ink); }
.btn-lg { font-size: 18px; padding: 18px 32px; }
.btn-ghost { background: transparent; }
.btn .ico { width: 20px; height: 20px; display: block; }

/* ---------- Chips / tags ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 700; font-size: 13.5px;
  padding: 7px 15px;
  border-radius: 999px;
  border: 2px solid var(--line);
  background: var(--paper-2);
  color: var(--ink);
}
.chip-sun { background: var(--sun); }
.chip-teal { background: var(--teal); color: #fff; }

/* ---------- Card ---------- */
.card {
  background: var(--paper);
  border: 2.5px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-pop);
}

/* ---------- Sections ---------- */
.section { padding: var(--gap-section) 0; position: relative; }
.section-rose { background: var(--rose); }
.section-sun  { background: var(--sun); }
.section-ink  { background: var(--ink); color: var(--paper); }
.section-tight { padding: 56px 0; }

.section-head { display: flex; flex-direction: column; gap: 14px; margin-bottom: var(--gap-head); }
.section-head h2 { font-size: var(--fs-h2); }
.section-head .lead { max-width: 56ch; }
.section-head.center { align-items: center; text-align: center; }
.section-head.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Marquee ---------- */
.marquee {
  background: var(--ink);
  color: var(--bg);
  border-top: 3px solid var(--line);
  border-bottom: 3px solid var(--line);
  overflow: hidden;
  padding: 14px 0;
  position: relative; z-index: 2;
}
.marquee.alt { background: var(--accent); color: var(--accent-ink); border-color: var(--line); }
/* track = 2 copies identiques ; -50% == exactement 1 copie → boucle continue sans saut.
   L'espace de séparation vit DANS chaque copie (padding-right), pas en gap de track. */
.marquee-track { display: inline-flex; align-items: center; white-space: nowrap; animation: scrollx 26s linear infinite; will-change: transform; }
.marquee-item { font-family: var(--font-display); text-transform: uppercase; font-size: 22px; letter-spacing: 0.04em; display: inline-flex; align-items: center; gap: 26px; padding-right: 26px; }
.marquee .star { width: 20px; height: 20px; flex: none; }
/* Soleil de bandeau (remplace les étoiles) : PNG blanc sur transparent appliqué en
   masque → recoloré via currentColor pour matcher le texte de chaque bande. Même 20px. */
.marquee .sun-mark {
  width: 20px; height: 20px; flex: none; display: inline-block;
  background-color: currentColor;
  -webkit-mask: url("/assets/illustrations/soleil-bandeau.png") center / contain no-repeat;
          mask: url("/assets/illustrations/soleil-bandeau.png") center / contain no-repeat;
}
@keyframes scrollx { to { transform: translateX(-50%); } }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: blur(10px);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 74px; }
.nav-brand { display: flex; align-items: center; gap: 12px; cursor: pointer; background: none; border: none; padding: 0; }
/* Vignette header : cercle noir retiré (CDC). NB : /assets/logo.png contient encore
   un anneau + le texte "O'YEMMA" cuits dans l'image → fournir une vignette propre. */
.nav-brand img { width: 50px; height: 50px; object-fit: contain; }
/* header : logo écrit "O'YEMMA" (wordmark) */
.nav-brand-wordmark img { width: auto; height: 28px; max-width: 220px; }
@media (max-width: 720px) { .nav-brand-wordmark img { height: 22px; max-width: 156px; } }
.nav-brand .wordmark { font-family: var(--font-display); font-size: 26px; letter-spacing: 0.01em; color: var(--ink); }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-link {
  font-weight: 700; font-size: 15px; padding: 9px 16px; border-radius: 999px;
  background: none; border: 2px solid transparent; color: var(--ink); cursor: pointer; font-family: var(--font-body);
}
.nav-link:hover { background: var(--paper-2); border-color: var(--line); }
.nav-link.active { background: var(--sun); border-color: var(--line); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-burger { display: none; }
/* onglet "Yemma" sorti à droite, juste avant le bouton Commander (un peu excentré) */
.nav-yemma-cta { margin-right: 4px; }
@media (min-width: 721px) { .nav-yemma-inline { display: none; } }
@media (max-width: 720px)  { .nav-yemma-cta { display: none; } }

/* ---------- Hero ---------- */
/* nav (76px) + hero + 1er marquee (68px) = 100vh ; contenu centré verticalement */
.hero { position: relative; padding: 40px 0; overflow: hidden;
  min-height: calc(100vh - 144px); display: grid; align-content: center; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 30px; align-items: center; }
.hero h1 { font-size: 57px; white-space: nowrap; }
.hero h1 .red { color: var(--accent); }
.hero h1 .hl { color: var(--accent); }   /* 1re ligne du titre — accent charte (rouge-vermillon du bouton Commander) */
.hero .kicker { display:flex; gap:10px; flex-wrap:wrap; margin-bottom: 22px; }
.hero .lead { max-width: 46ch; margin: 22px 0 30px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-mascot-wrap { position: relative; display: grid; place-items: center; }
.hero-mascot { width: min(var(--mascot), 76vw); height: auto; aspect-ratio: 1 / 1; max-width: 100%; position: relative; z-index: 2;
  filter: drop-shadow(8px 10px 0 rgba(0,0,0,.18)); }
.sunburst { position: absolute; inset: 50% auto auto 50%; translate: -50% -50%; width: calc(var(--mascot) * 1.5); height: calc(var(--mascot) * 1.5); z-index: 1; animation: spin 60s linear infinite; }
/* soleil "vignette" (illustration) derrière la mascotte — remplace le Sunburst SVG */
.hero-sun { position: absolute; inset: 50% auto auto 50%; translate: -50% -50%;
  width: min(calc(var(--mascot) * 1.32), 92vw); height: auto; z-index: 1; animation: spin 90s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .sunburst, .hero-sun { animation: none; } .marquee-track { animation: none; } .hand-tile img { animation: none; } }

/* ---------- Illustrations décoratives ---------- */
/* positionnées dans la colonne de contenu (.wrap) pour rester dans le viewport */
.deco { position: absolute; pointer-events: none; user-select: none; z-index: 0; opacity: 0.96; }
.deco-mascot-plats { width: 132px; right: 150px; bottom: calc(100% + 21px); transform: rotate(6deg); z-index: 4; }
.deco-sticker-zones { width: 104px; top: -14px; right: 4px; transform: rotate(-10deg); filter: drop-shadow(3px 3px 0 var(--line)); }
@media (max-width: 980px) { .deco-mascot-plats, .deco-sticker-zones { display: none; } }
/* mobile : mascotte masquée (positionnement propre impossible sur petit écran) */
@media (max-width: 600px) {
  .plats-phares .deco-mascot-plats { display: none; }
  .plats-phares .section-head { margin-bottom: 24px; }
  .plats-phares .section-head h2 { font-size: 30px; }
  .plats-phares .section-head .lead { font-size: 14.5px; }
  /* cartes plus étroites → la suivante dépasse à droite (indice de scroll) */
  .carousel .pcard { flex-basis: 74vw; max-width: 74vw; }
}

/* ---------- Product carousel ---------- */
.carousel { position: relative; }
.carousel-track {
  display: flex; align-items: flex-start; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 8px 4px 28px; scroll-padding-left: 4px;
  scrollbar-width: none;
  /* fondu sur le bord droit : la dernière carte s'estompe au lieu d'être tranchée net */
  -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 100px), transparent);
  mask-image: linear-gradient(to right, #000 calc(100% - 100px), transparent);
}
.carousel-track::-webkit-scrollbar { display: none; }
.pcard {
  scroll-snap-align: start; flex: 0 0 320px; max-width: 84vw;
  background: var(--paper); border: 2.5px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-pop); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .14s ease, box-shadow .14s ease;
}
.pcard:hover { transform: translate(-3px,-3px); box-shadow: var(--shadow-pop-lg); }
.pcard-media { aspect-ratio: 4/5; position: relative; border-bottom: 2.5px solid var(--line);
  display:grid; place-items:center; overflow: hidden; background: #F1E9DD; }
.pcard-media .ph { color: var(--ink); }
.pcard-img { width: 100%; height: 100%; object-fit: contain; display: block; }
.pcard-img-cover { object-fit: cover; object-position: center; }
.ph { width: 100%; height: 100%; display: grid; place-items: center; color: var(--ink); }
.pcard-badge { position: absolute; top: 12px; left: 12px; z-index: 3; }
.pcard-fav { position: absolute; top: 12px; right: 12px; z-index: 3; background: var(--paper); border: 2px solid var(--line); border-radius: 999px; width: 34px; height: 34px; display:grid; place-items:center; }
.pcard-body { padding: 14px 18px 16px; display: flex; flex-direction: column; gap: 6px; min-height: 118px; }
.pcard-body h3 { font-size: var(--fs-h3); }
.pcard-body .desc { color: var(--ink-soft); font-size: 14.5px; line-height: 1.45; flex: 1; }
.pcard-title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.pcard-note { flex-shrink: 0; white-space: nowrap; color: var(--ink-soft); font-size: 12.5px; font-weight: 600;
  line-height: 1; padding: 4px 9px; border: 1.5px solid var(--line); border-radius: 999px; }
.pcard-foot-wrap { margin-top: auto; }
/* onglets de goûts (desserts) sur la fiche produit */
.flavor-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.pcard-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 0; }
.pcard-price { font-family: var(--font-display); font-size: 26px; }
.pcard-link { align-self: flex-start; background: none; border: none; padding: 0; cursor: pointer;
  font-family: var(--font-body); font-weight: 800; font-size: 13.5px; color: var(--accent);
  display: inline-flex; align-items: center; gap: 6px; }
.pcard-link:hover { gap: 10px; }

/* ---------- Product detail ---------- */
.crumbs { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; color: var(--ink-soft); margin-bottom: 22px; flex-wrap: wrap; }
.crumbs button { background: none; border: none; padding: 0; cursor: pointer; color: var(--ink-soft); font: inherit; }
.crumbs button:hover { color: var(--accent); }
.crumbs .sep { opacity: 0.5; }
.crumbs .cur { color: var(--ink); }

/* 2e colonne en minmax(0,1fr) : un min de 720px forçait la grille à dépasser le
   viewport entre 921px et ~1092px (scroll horizontal) avant le passage en 1 colonne */
.pd-grid { display: grid; grid-template-columns: minmax(320px, 390px) minmax(0, 1fr); gap: 32px; align-items: start; }
.pd-media { border: 2.5px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-pop-lg); position: relative; aspect-ratio: 4/5; min-height: 0; }
.pd-media .ph-wrap { aspect-ratio: 1/1; }
.pd-media .ph-wrap { width: 100%; }
.pd-media .ph { aspect-ratio: 1 / 1; height: auto; }
.pd-img { display: block; width: 100%; height: 100%; object-fit: cover; background: #F1E9DD; }
.pd-head { min-width: 0; }
.pd-media .pcard-badge { position: absolute; top: 16px; left: 16px; z-index: 3; }
.pd-head .eyebrow { display: block; margin-bottom: 12px; }
.pd-head h1 { font-size: clamp(40px, 7vw, 76px); line-height: 1; margin-bottom: 20px; }
.pd-accroche { font-size: 21px; color: var(--ink-soft); line-height: 1.45; margin-bottom: 24px; }
.pd-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 26px; }
.pd-price { font-family: var(--font-display); font-size: 52px; line-height: 1; white-space: nowrap; }
.pd-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.pd-cta { display: flex; gap: 14px; flex-wrap: wrap; }
/* composition + allergènes vivent dans le header produit, sous le prix/badges */
.pd-head .pd-block-label { margin-bottom: 12px; }
/* la composition doit toujours pouvoir revenir à la ligne : en nowrap une liste
   d'ingrédients longue débordait dès que la colonne se resserrait (tablette + desktop) */
.pd-head .ing-grid { margin-bottom: 24px; flex-wrap: wrap; }
.pd-head .pd-cta { margin-top: 28px; }

.ing-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.ing { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border-radius: 999px;
  border: 2px solid var(--line); background: var(--paper); font-weight: 600; font-size: 15px; white-space: nowrap; flex: 0 0 auto; }
.ing .dot { width: 22px; height: 22px; border-radius: 999px; background: var(--sun); border: 2px solid var(--line);
  display: grid; place-items: center; flex: none; color: var(--ink); }

.recipe-steps { display: flex; flex-direction: column; gap: 0; max-width: 760px; }
.rstep { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding-bottom: 30px; position: relative; }
.rstep:not(:last-child)::before { content: ""; position: absolute; left: 31px; top: 60px; bottom: -2px; width: 3px; background: var(--line); opacity: 0.35; }
.rstep .rnum { width: 62px; height: 62px; border-radius: 999px; border: 2.5px solid var(--line); background: var(--accent);
  color: var(--accent-ink); font-family: var(--font-display); font-size: 28px; display: grid; place-items: center; box-shadow: var(--shadow-pop); z-index: 2; }
.rstep .rbody h3 { font-size: 25px; margin-bottom: 6px; }
.rstep .rbody p { color: var(--ink-soft); font-size: 16.5px; }

.allerg { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.allerg .tag { padding: 7px 14px; border-radius: 10px; border: 2px solid var(--line); background: var(--paper-2); font-weight: 700; font-size: 13.5px; }

/* flèches en haut à droite du carrousel (au-dessus des cartes) */
.carousel-nav { position: absolute; right: 4px; bottom: 100%; margin-bottom: 14px; display: flex; gap: 10px; z-index: 5; }
.cbtn { width: 50px; height: 50px; border-radius: 999px; border: 2.5px solid var(--line); background: var(--paper); display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow-pop); transition: transform .1s; }
.cbtn:hover { background: var(--sun); }
.cbtn:active { transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--line); }
/* Sous 1024px, le lead de la section s'élargit jusqu'à passer derrière les flèches
   flottantes (top-right) → on ajoute de la marge au-dessus du carrousel pour que
   les flèches retombent dans un espace vide, au lieu de chevaucher le texte. */
@media (max-width: 1024px) {
  .carousel { margin-top: 84px; }
}

/* ---------- How it works ---------- */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step { padding: 30px 26px; display: flex; flex-direction: column; gap: 14px; }
.step-num { font-family: var(--font-display); font-size: 56px; line-height: 1; color: var(--accent); -webkit-text-stroke: 2px var(--line); }
.step h3 { font-size: 26px; }
.step p { color: var(--ink-soft); font-size: 15.5px; }
.step .ic { width: 54px; height: 54px; border-radius: 14px; border: 2.5px solid var(--line); display: grid; place-items: center; background: var(--sun); }

/* ---------- Hours ---------- */
.hours-card { padding: 34px 36px; }
.hours-card h3 { font-size: 32px; margin-bottom: 8px; }
.hours-list { display: flex; flex-direction: column; gap: 2px; margin-top: 18px; }
.hours-row { display: flex; align-items: baseline; gap: 12px; font-weight: 600; font-size: 18px; }
.hours-row .day { font-family: var(--font-display); font-size: 22px; letter-spacing: 0.02em; }
.hours-row .dots { flex: 1; border-bottom: 3px dotted var(--ink-faint); transform: translateY(-5px); }
.hours-row .time { font-family: var(--font-display); font-size: 22px; color: var(--accent); white-space: nowrap; }
.hours-row.closed { opacity: 0.45; }
.hours-row.closed .time { color: var(--ink-soft); }
/* petits téléphones : "Vendredi / Samedi" + "20h – 05h" ne tenaient plus sur une ligne
   et se coupaient en plein milieu (bug signalé). On réduit la police des horaires Contact. */
@media (max-width: 430px) {
  .info-card .hours-row { gap: 8px; }
  .info-card .hours-row .day  { font-size: 15px !important; letter-spacing: 0; white-space: nowrap; }
  .info-card .hours-row .time { font-size: 15px !important; }
}

/* ---------- Zones map ---------- */
.zones-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 36px; align-items: stretch; }
.zone-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
/* colonne droite (carte + filtre) étirée à la hauteur de la colonne gauche */
.zones-col { display: flex; flex-direction: column; height: 100%; }
.zones-col .map-card { flex: 1 1 auto; }
.zone-legend { margin: 0 0 16px; display: flex; flex-direction: column; gap: 10px; }
.zone-legend-label { display: inline-flex; align-items: center; gap: 7px; font-weight: 800;
  font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-soft); }
.zone-legend-label svg { color: var(--accent); }
.zone-legend-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.zone-legend .chip { font-size: 14.5px; padding: 9px 18px; }
.zone-reset { background: var(--paper); }
/* pastilles de zone cliquables (filtrent la carte) */
.zone-toggle { cursor: pointer; font-family: inherit; font-size: inherit;
  transition: transform .1s, box-shadow .1s, opacity .15s; }
.zone-toggle:hover { transform: translate(-1px, -1px); box-shadow: 2px 2px 0 var(--line); }
.zone-toggle.is-active { box-shadow: var(--shadow-pop); transform: translate(-2px, -2px); }
.zone-toggle.is-dim { opacity: 0.45; }
.map-card { padding: 14px; display: grid; place-items: center; }
.map-card svg { width: 100%; height: auto; }
.zone-map { width: 100%; height: 100%; min-height: 380px; border-radius: calc(var(--radius) - 12px); overflow: hidden; border: 2.5px solid var(--line); z-index: 0; }
.zone-map.leaflet-container { background: var(--paper-2); font-family: var(--font-body); }
.zone-map .leaflet-bottom.leaflet-right { display: none; }
/* brand-styled marker labels */
.leaflet-tooltip.zone-tip {
  background: var(--paper); color: var(--ink); border: 2px solid var(--line);
  border-radius: 999px; padding: 1px 9px; font-weight: 700; font-size: 12px;
  box-shadow: 2px 2px 0 var(--line); white-space: nowrap;
}
.leaflet-tooltip.zone-tip::before { display: none; }
.leaflet-tooltip.zone-tip-hub {
  background: var(--accent); color: var(--accent-ink, #fff); font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: 0.03em; font-size: 13px;
}
/* code couleur des zones : l'ombre de chaque étiquette reprend la couleur de sa zone */
.leaflet-tooltip.zone-tip-nord { box-shadow: 2px 2px 0 var(--teal); }
.leaflet-tooltip.zone-tip-sud  { box-shadow: 2px 2px 0 var(--sun-deep); }

/* ---------- Phone CTA ---------- */
.phone-cta {
  display: inline-flex; align-items: center; gap: 16px;
  background: var(--paper); border: 3px solid var(--line); border-radius: 999px;
  padding: 12px 24px 12px 16px; box-shadow: var(--shadow-pop-lg); text-decoration: none; color: var(--ink);
}
.phone-cta .num { font-family: var(--font-display); font-size: clamp(20px, 3.2vw, 30px); color: var(--accent); letter-spacing: 0.02em; white-space: nowrap; display: block; }
.phone-cta .pico { width: 48px; height: 48px; border-radius: 999px; background: var(--accent); color: var(--accent-ink); display: grid; place-items: center; flex: none; }
.phone-cta:hover { transform: translate(-2px,-2px); }

/* ---------- Social ---------- */
.social-row { display: flex; gap: 12px; }
.sbtn { width: 52px; height: 52px; border-radius: 14px; border: 2.5px solid var(--line); background: var(--paper); display: grid; place-items: center; box-shadow: var(--shadow-pop); transition: transform .1s, background .15s; color: var(--ink); }
.sbtn:hover { transform: translate(-2px,-2px); background: var(--sun); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--bg); border-top: 3px solid var(--line); padding: 60px 0 30px; }
.footer a { color: var(--bg); text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
.footer-logo { display: block; width: min(260px, 100%); height: auto; margin-bottom: 14px; filter: brightness(0) invert(1); }
.footer h4 { font-family: var(--font-display); font-size: 22px; text-transform: uppercase; margin-bottom: 16px; }
.footer .links { display: flex; flex-direction: column; gap: 10px; }
.footer .links button { background: none; border: none; color: var(--bg); text-align: left; cursor: pointer; font: inherit; opacity: 0.82; padding: 0;}
.footer .links button:hover { opacity: 1; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.15); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; opacity: 0.66; }
/* social buttons : jaune soleil sur le footer sombre (sinon icône crème ~invisible) */
.footer .sbtn { background: var(--sun); color: var(--ink); }
.footer .sbtn:hover { background: var(--sun-deep); }

/* ---------- Menu (Carte) ---------- */
/* Barre de filtres : collée sous le header (74px) sur toute la zone catégories
   (Plats → Boissons). Fond opaque pour que le contenu défile proprement dessous. */
.carte-menu-wrap { position: relative; }
.cat-nav-bar { position: sticky; top: 74px; z-index: 25;
  background: var(--bg);
  padding: 14px 0; }
.cat-nav { display: flex; gap: 10px; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; }
.cat-nav::-webkit-scrollbar { display: none; }
.cat-nav .chip { white-space: nowrap; flex: 0 0 auto; }
/* bouton flottant "revenir en haut" (page Carte) */
.back-to-top { position: fixed; bottom: 22px; left: 50%; z-index: 60;
  display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 999px;
  background: var(--accent); color: var(--accent-ink); border: 2.5px solid var(--line); box-shadow: var(--shadow-pop);
  font-family: var(--font-body); font-weight: 800; font-size: 14px; cursor: pointer;
  opacity: 0; pointer-events: none; transform: translateX(-50%) translateY(16px); transition: opacity .2s ease, transform .2s ease; }
.back-to-top.show { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.back-to-top .ico { transform: rotate(-90deg); width: 17px; height: 17px; }
.menu-cat { margin-bottom: 56px; scroll-margin-top: 156px; }
.carte-anchor { scroll-margin-top: 150px; }
.menu-cat-head { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.menu-cat-head h2 { font-size: clamp(30px,5vw,52px); }
.menu-cat-head .rule { flex: 1; height: 3px; background: var(--line); }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 22px; align-items: start; }

/* En-tête Carte — produits détourés présentés à la main, alignés par le bas, hauteur constante */
.hands-row { display: flex; justify-content: center; align-items: flex-end;
  gap: clamp(24px, 6vw, 90px); flex-wrap: wrap; }
.hand-tile { padding: 0; border: 0; background: none; box-shadow: none; cursor: pointer; display: block;
  transition: transform .18s ease; }
.hand-tile:hover { transform: translateY(-8px); }
.hand-tile img { display: block; height: clamp(300px, 42vw, 560px); width: auto; max-width: 92vw;
  filter: drop-shadow(8px 14px 20px rgba(0,0,0,.22));
  animation: handRise .8s cubic-bezier(.2,.8,.25,1.05) both; }
/* la main monte du bas pour présenter le produit, en cascade */
.hand-tile:nth-child(1) img { animation-delay: .05s; }
.hand-tile:nth-child(2) img { animation-delay: .22s; }
.hand-tile:nth-child(3) img { animation-delay: .39s; }
@keyframes handRise {
  from { transform: translateY(110%); opacity: 0; }
  55%  { opacity: 1; }
  to   { transform: translateY(0); opacity: 1; }
}

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.info-card { padding: 30px 32px; display: flex; flex-direction: column; gap: 8px; height: 100%; }
.info-card .ic { width: 50px; height: 50px; border-radius: 14px; border: 2.5px solid var(--line); display: grid; place-items: center; background: var(--sun); margin-bottom: 8px; }
/* icônes PNG (téléphone, mail, horaires) — ratio préservé dans le carré */
.ic-img { display: block; object-fit: contain; }
.info-card .ic .ic-img { width: 27px; height: 27px; }
.footer .sbtn .ic-img { width: 24px; height: 24px; }
.info-card h3 { font-size: 26px; }
.info-card p { color: var(--ink-soft); }

/* ---------- Badges (halal etc) ---------- */
.trust-row { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 30px 16px;
  justify-items: center; align-items: start; }
@media (max-width: 920px) { .trust-row { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .trust-row { grid-template-columns: repeat(2, 1fr); } }
.trust { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; max-width: 200px; }
.trust .badge { width: 76px; height: 76px; border-radius: 999px; border: 3px solid var(--line); display: grid; place-items: center; background: var(--paper); color: var(--ink); }
.trust b { font-family: var(--font-display); font-size: 19px; text-transform: uppercase; }
.trust span { font-size: 14px; color: var(--ink-soft); }

/* ---------- Formules ---------- */
.formula-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 760px; margin: 0 auto; }
.formula-card { padding: 30px 30px 34px; display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.formula-name { font-family: var(--font-display); font-size: 30px; text-transform: uppercase; line-height: 1; }
.formula-price { font-family: var(--font-display); font-size: 56px; line-height: 1; color: var(--accent); }
.formula-items { list-style: none; padding: 0; margin: 2px 0 6px; display: flex; flex-direction: column; gap: 9px; }
.formula-items li { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.formula-card .btn { margin-top: auto; align-self: stretch; justify-content: center; }

/* ---------- Sauces ---------- */
.sauce-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 880px; margin: 0 auto; }
.sauce-card { display: flex; gap: 22px; align-items: center; padding: 22px 24px; }
.sauce-card img { width: 118px; height: 118px; object-fit: contain; flex: none; }
.sauce-body { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.sauce-body p { color: var(--ink-soft); }

/* ---------- Boissons ---------- */
.drinks { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 840px; margin: 0 auto; }
.drink-chip { padding: 10px 18px; border: 2.5px solid var(--line); border-radius: 999px; background: var(--paper); font-weight: 700; font-size: 15px; box-shadow: var(--shadow-pop); }

/* ---------- Thé offert ---------- */
.tea-band { display: grid; grid-template-columns: 190px 1fr; gap: 34px; align-items: center;
  background: var(--paper); border: 3px solid var(--line); border-radius: var(--radius-lg);
  padding: 32px 40px; box-shadow: var(--shadow-pop-lg); }
.tea-illu { width: 100%; max-width: 190px; height: auto; }
.tea-text { display: flex; flex-direction: column; gap: 12px; }

/* ---------- Page Yemma (storytelling) ---------- */
.yemma-hero-grid { display: grid; grid-template-columns: 1fr 0.8fr; gap: 40px; align-items: center; }
.yemma-hero-illu { display: grid; place-items: center; }
.yemma-hero-illu img { width: 100%; max-width: 320px; height: auto; }
.yemma-sub { font-family: var(--font-display); font-size: 24px; color: var(--accent); margin: 4px 0 12px; }
/* titre Yemma encadré de feuilles de menthe */
.yemma-title { display: flex; justify-content: flex-start; align-items: center; gap: clamp(10px, 2vw, 18px); }
.yemma-leaf { width: clamp(26px, 4.4vw, 44px); height: auto; flex: none; transform: rotate(-12deg); }
.yemma-leaf-r { transform: scaleX(-1) rotate(-12deg); }
@media (max-width: 920px) { .yemma-title { justify-content: center; } }
.yemma-hero .hero-cta { margin-top: 14px; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.story-card { padding: 30px 28px; display: flex; flex-direction: column; gap: 12px; }
.story-num { font-family: var(--font-display); font-size: 42px; line-height: 1; color: var(--accent); }
.story-card h3 { font-size: 24px; }
.story-card p { color: var(--ink-soft); }

/* ---------- Page Pro (professionnels) ---------- */
.pro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pro-card { padding: 30px 28px; display: flex; flex-direction: column; gap: 14px; }
.pro-card .ic { width: 54px; height: 54px; border-radius: 14px; border: 2.5px solid var(--line); display: grid; place-items: center; background: var(--sun); }
.pro-card h3 { font-size: 24px; }
.pro-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.pro-card li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-soft); line-height: 1.45; }
.pro-card li svg { flex: none; margin-top: 3px; color: var(--accent); }

.pro-form { max-width: 760px; margin: 0 auto; padding: 30px 32px; display: flex; flex-direction: column; gap: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field span { font-weight: 700; font-size: 14px; }
.field-full { grid-column: 1 / -1; }
.field input, .field textarea {
  font-family: var(--font-body); font-size: 16px; padding: 12px 14px; width: 100%;
  border: 2.5px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink);
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 3px 3px 0 var(--accent); }
.field textarea { resize: vertical; }
.form-note { font-size: 13px; color: var(--ink-soft); }
.pro-form .btn { align-self: flex-start; }
.pro-form-done { max-width: 640px; margin: 0 auto; padding: 34px 32px; text-align: center; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.pro-form-done .hero-cta { justify-content: center; }

/* ---------- Hero Carte (présentation des formules) ---------- */
/* fond crème plat identique au crème uniforme de la scène photo (#F7E5D7) → le masque
   radial de la photo s'estompe dans un fond de même teinte, raccord totalement invisible */
.carte-hero { position: relative; overflow: hidden;
  background: #F7E5D7;
  padding: clamp(38px, 5.5vh, 66px) 0 clamp(28px, 4.5vh, 48px); }
.carte-hero .wrap { position: relative; z-index: 2; width: 100%; max-width: 1600px; }
.carte-hero-head { text-align: center; max-width: 1080px; margin: 0 auto;
  position: relative; z-index: 6; pointer-events: none;
  display: flex; flex-direction: column; align-items: center; gap: 12px; }
.carte-hero-head a, .carte-hero-head button { pointer-events: auto; }
.carte-hero-title { margin: 0; font-size: clamp(38px, 5.8vw, 78px); line-height: 0.98; letter-spacing: 0;
  white-space: nowrap; }
/* soulignage jaune tracé à la main sous la 2e ligne du titre */
.ch-underline { position: relative; display: inline-block; }
.ch-underline::after { content: ""; position: absolute; left: -2%; right: -2%; bottom: 0.02em; height: 0.30em;
  background: var(--sun); border-radius: 999px; z-index: -1; transform: rotate(-1deg); }
.carte-hero-head .lead { margin: 2px auto 40px; max-width: 56ch; font-size: 17px; color: rgba(27,20,16,0.64); }

/* scène : photo centrée (grande), mascottes en flanc, deux cards dans les gouttières */
.carte-formules-stage { position: relative; z-index: 1; max-width: 1560px;
  margin: clamp(-36px, -2.5vh, -6px) auto 0; min-height: 60px; }
/* la photo est estompée sur ses bords → plus aucun liséré visible sur le fond */
.cfs-photo { display: block; width: min(1288px, 100%); height: auto; margin: 0 auto;
  -webkit-mask-image: radial-gradient(120% 118% at 50% 48%, #000 72%, transparent 96%);
          mask-image: radial-gradient(120% 118% at 50% 48%, #000 72%, transparent 96%); }
/* dimensionnées par la HAUTEUR (pas la largeur) : les 2 mascottes font 600px de haut
   mais des largeurs différentes → à hauteur égale elles s'alignent en haut (sinon la
   rouge, plus étroite, était rendue plus haute et descendait ~30px plus bas). */
.cfs-mascot { position: absolute; top: 0; height: clamp(112px, 12vw, 168px); width: auto; z-index: 4;
  filter: drop-shadow(3px 4px 0 rgba(27,20,16,0.10)); }
.cfs-mascot-l { left: 1%; transform: rotate(-5deg); }
.cfs-mascot-r { right: 1%; transform: rotate(5deg); }

.formule-tag { position: absolute; bottom: 18%; width: 244px; z-index: 5;
  display: flex; flex-direction: column; gap: 2px; text-decoration: none; text-align: left;
  padding: 18px 22px 20px; background: var(--paper); border: 3px solid var(--line);
  border-radius: var(--radius);
  transition: transform .16s ease, box-shadow .16s ease; }
/* position calée sur le bord de la photo (demi-largeur 644px) → gap constant quelle
   que soit la largeur d'écran, tant que la photo fait sa taille pleine (≥1548px) */
.ft-left  { left: calc(50% - 770px);  border-color: var(--vert-deep); box-shadow: 5px 5px 0 var(--vert-deep); }
.ft-right { right: calc(50% - 770px); border-color: var(--accent);        box-shadow: 5px 5px 0 var(--accent); }
.ft-left:hover  { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--vert-deep); }
.ft-right:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--accent); }
.ft-badge { position: absolute; top: -17px; width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center; color: #fff; border: 2.5px solid var(--paper); }
.ft-left  .ft-badge { left: auto; right: 18px; box-shadow: 3px 3px 0 var(--vert-deep); }
.ft-right .ft-badge { left: auto; right: 18px; top: -26px; box-shadow: 3px 3px 0 var(--accent); }
.ft-badge-ic { width: 19px; height: 19px; background: #fff;
  -webkit-mask: url(/assets/illustrations/sun-badge.png) center / contain no-repeat;
          mask: url(/assets/illustrations/sun-badge.png) center / contain no-repeat; }
.ft-left  .ft-badge { left: auto; right: 18px; }
.ft-right .ft-badge { left: auto; right: 18px; }
.ft-green { background: var(--vert-deep); }
.ft-red   { background: var(--accent); }
.ft-green-tx { color: var(--vert-deep); }
.ft-red-tx   { color: var(--accent); }
.ft-eyebrow { font-family: var(--font-body); font-size: 11px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ink-soft); }
.ft-name { font-family: var(--font-display); font-size: 28px; line-height: 1; text-transform: uppercase; }
.ft-rule { display: block; height: 0; border-top: 2px dotted currentColor; opacity: .5; margin: 9px 0 8px; }
.ft-rule-green { color: var(--vert-deep); }
.ft-rule-red { color: var(--accent); }
.ft-price { font-family: var(--font-display); font-size: 36px; line-height: 1; margin: 0 0 6px; }
.ft-items { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); }
/* flèche dessinée à la main (masque recoloré), orientée vers la scène */
.ft-arrow { position: absolute; width: 82px; aspect-ratio: 311 / 218; height: auto;
  -webkit-mask: url(/assets/illustrations/arrow-hand.png) center / contain no-repeat;
          mask: url(/assets/illustrations/arrow-hand.png) center / contain no-repeat; }
.ft-arrow-l { background: var(--vert-deep); left: 74%; bottom: calc(100% + 28px); transform: scaleY(-1); }
.ft-arrow-r { background: var(--accent); right: 74%; bottom: calc(100% + 28px); transform: scale(-1, -1); }

/* sous 1548px la photo pleine (1288px) ne laisse plus de gouttière pour les cards :
   on réduit la photo (proportionnelle) + cards plus petites, calées près de la photo */
@media (max-width: 1547px) {
  .cfs-photo { width: 74%; }
  .formule-tag { width: 216px; padding: 15px 17px 17px; }
  /* photo = 74% du stage → bord photo à 13%, on cale les cards juste dessus */
  .ft-left  { left: calc(20% - 220px); }
  .ft-right { right: calc(20% - 220px); }
}
@media (max-width: 980px) {
  .cfs-mascot { height: 104px; }
}
/* passage en pile : photo, puis les 2 cards, mascottes masquées.
   Dès 1024px : en dessous la photo pleine ne laisse plus la place aux cards à côté. */
@media (max-width: 1024px) {
  .carte-hero-title { white-space: normal; }
  .cfs-mascot { display: none; }
  .carte-formules-stage { display: flex; flex-direction: column; align-items: center; gap: 20px; margin-top: 10px; }
  .cfs-photo { width: min(667px, 100%); order: -1; }
  .formule-tag { position: relative; width: 100%; max-width: 420px; bottom: auto; left: auto; right: auto; }
  .ft-left .ft-badge, .ft-right .ft-badge { right: 18px; left: auto; }
  .ft-arrow { display: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
  .carte-hero { padding-top: 50px; }
  .carte-hero-head { gap: 10px; }
  .carte-hero-title { font-size: clamp(34px, 11vw, 50px); }
  .carte-hero-head .lead { font-size: 16px; }
}
@media (max-width: 920px) {
  .pro-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .yemma-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .yemma-hero-illu { order: -1; }
  .yemma-hero-illu img { max-width: 220px; }
  .yemma-hero .hero-cta { justify-content: center; }
  .story-grid { grid-template-columns: 1fr; }
  .formula-grid, .sauce-grid { grid-template-columns: 1fr; }
  .sauce-card { flex-direction: column; text-align: center; align-items: center; }
  .sauce-body { align-items: center; }
  .tea-band { grid-template-columns: 1fr; text-align: center; padding: 20px 18px; gap: 12px; border-radius: var(--radius); }
  .tea-illu { max-width: 104px; margin: 0 auto; }
  .tea-text { align-items: center; gap: 8px; }
  .tea-text h2 { font-size: 28px; }
  .tea-text .lead { font-size: 15px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  /* titre calibré pour tenir chaque ligne du <br> sur UNE ligne (nowrap) */
  .hero h1 { font-size: clamp(22px, 6.4vw, 42px); white-space: nowrap; }
  .hero .kicker, .hero-cta { justify-content: center; }
  .hero .lead { margin-left: auto; margin-right: auto; }
  .hero-mascot-wrap { order: -1; margin-bottom: 14px; }
  /* soleil plus grand et bien visible autour d'un logo un peu réduit */
  .hero-mascot { width: min(56vw, 230px); }
  .hero-sun { width: min(74vw, 300px); }
  .pd-grid { grid-template-columns: 1fr; }
  .pd-media { max-width: 460px; height: auto; min-height: 0; aspect-ratio: 4/5; }
  .pd-head .ing-grid { flex-wrap: wrap; }
  .pd-cta { width: 100%; }
  .pd-cta .btn { width: 100%; justify-content: center; }
  .steps { grid-template-columns: 1fr; }
  .zones-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 74px; left: 0; right: 0;
    background: var(--bg); border-bottom: 2.5px solid var(--line); padding: 14px; gap: 8px;
  }
  .nav-links.open .nav-link { width: 100%; }
  .nav-burger { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; border: 2.5px solid var(--line); background: var(--paper); cursor: pointer; box-shadow: 3px 4px 0 var(--line); }
  .nav-cta .btn-label { display: none; }
  /* bouton téléphone : icône seule compacte, assorti au burger */
  .nav-cta .btn-accent { width: 46px; height: 46px; padding: 0; justify-content: center; border-radius: 12px; box-shadow: 3px 4px 0 var(--line); }
  .nav-cta .btn-accent .ico { margin: 0; }
  .nav-cta { gap: 8px; }
  .section { padding: 60px 0; }
  body { font-size: 16px; }
}
