/* ═══════════════════════════════════════════════
   MIAM CAFÉ — feuille de style
   Palette tirée du logo (terracotta) et de la carte (crème, cacao).
   ═══════════════════════════════════════════════ */

@font-face { font-family: "Bodoni Moda"; src: url("fonts/bodoni-moda.woff2") format("woff2"); font-weight: 400 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Bodoni Moda"; src: url("fonts/bodoni-moda-italique.woff2") format("woff2"); font-weight: 400 700; font-style: italic; font-display: swap; }
@font-face { font-family: "Jost"; src: url("fonts/jost.woff2") format("woff2"); font-weight: 300 600; font-style: normal; font-display: swap; }

:root {
  --creme: #f5ede2;
  --creme-clair: #fbf6ef;
  --lin: #ece0cf;
  --sable: #dfcdb4;
  --espresso: #24160e;
  --terracotta: #b8673a;
  --terracotta-fonce: #95502b;
  --caramel: #e2b48f;
  --matcha: #6c8a4a;
  --encre: #24160e;
  --doux: #6f5b4b;
  --ligne: rgba(36, 22, 14, 0.14);
  --ligne-claire: rgba(245, 237, 226, 0.14);
  --serif: "Bodoni Moda", "Didot", "Bodoni 72", Georgia, serif;
  --sans: "Jost", "Futura", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --entete: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--creme); color: var(--encre); font: 400 17px/1.6 var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }
address { font-style: normal; }
p, li, summary { text-wrap: pretty; }
a, button, summary, label { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; color: inherit; }
::selection { background: var(--terracotta); color: var(--creme); }
:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 3px; }

.enveloppe { width: min(1240px, 100% - 2 * clamp(20px, 5vw, 56px)); margin-inline: auto; }
.vh { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.evitement { position: absolute; left: 12px; top: -80px; z-index: 100; background: var(--espresso); color: var(--creme); padding: 10px 16px; border-radius: 10px; }
.evitement:focus { top: 12px; }

/* ═══════ Boutons & liens ═══════ */
.bouton { display: inline-flex; align-items: center; justify-content: center; gap: 0.5em; min-height: 50px; padding: 0 28px; border: 0; border-radius: 999px; font: 500 15px/1 var(--sans); letter-spacing: 0.04em; text-decoration: none; text-align: center; cursor: pointer; transition: background 0.35s var(--ease), color 0.35s var(--ease), box-shadow 0.35s var(--ease), transform 0.35s var(--ease); }
.bouton:active { transform: scale(0.98); }
.bouton-plein { background: var(--espresso); color: var(--creme); }
.bouton-plein:hover { background: var(--terracotta-fonce); }
.bouton-ligne { background: transparent; color: var(--encre); box-shadow: inset 0 0 0 1px rgba(36, 22, 14, 0.35); }
.bouton-ligne:hover { background: var(--espresso); color: var(--creme); box-shadow: inset 0 0 0 1px var(--espresso); }
.bouton-clair { background: var(--creme); color: var(--espresso); }
.bouton-clair:hover { background: var(--caramel); }
.bouton-large { width: 100%; }
.lien-bouton { background: none; border: 0; padding: 0; font: inherit; color: inherit; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(36, 22, 14, 0.35); cursor: pointer; }
.lien-bouton:hover { color: var(--terracotta-fonce); }
.lien-clair { color: rgba(245, 237, 226, 0.75); text-decoration-color: rgba(245, 237, 226, 0.35); }
.lien-clair:hover { color: var(--creme); }

/* ═══════ Typographie ═══════ */
.surtitre { font: 500 12.5px/1.3 var(--sans); letter-spacing: 0.22em; text-transform: uppercase; color: var(--terracotta-fonce); margin: 0 0 20px; }
.surtitre-clair { color: var(--caramel); }
.titre { font-family: var(--serif); font-weight: 400; font-size: clamp(38px, 5.2vw, 70px); line-height: 1.04; letter-spacing: -0.015em; margin: 0; text-wrap: balance; }
.titre em, .accueil-titre em, .formule-titre em, .suite-titre em, .vitrine-piece em, .pied-signature em, .signature-main em { font-style: italic; color: var(--terracotta-fonce); }
.titre-clair { color: var(--creme); }
.titre-clair em, .formule-titre em, .suite-clair .suite-titre em { color: var(--caramel); }
.chapo { font-weight: 300; font-size: clamp(17px, 1.4vw, 19px); color: var(--doux); max-width: 56ch; margin: 24px 0 0; }
.chapo-clair { color: rgba(245, 237, 226, 0.76); }
.numero { display: flex; align-items: center; font: 500 13px/1 var(--sans); letter-spacing: 0.2em; text-transform: uppercase; color: var(--terracotta-fonce); margin: 0 0 24px; }
.numero span { display: inline-flex; align-items: center; color: var(--doux); }
.numero span::before { content: ""; width: 44px; height: 1px; background: var(--terracotta); margin: 0 14px; opacity: 0.7; }
.numero-clair { color: var(--caramel); }
.numero-clair span { color: rgba(245, 237, 226, 0.7); }

/* ═══════ Marque ═══════ */
.marque { display: grid; justify-items: center; text-decoration: none; color: var(--terracotta); line-height: 1; }
.marque-croissant { width: 34px; height: auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 3px; }
.marque-miam { font-family: var(--serif); font-weight: 500; font-size: 25px; letter-spacing: 0.14em; text-transform: uppercase; margin-right: -0.14em; }
.marque-cafe { font: 500 8.5px/1 var(--sans); letter-spacing: 0.52em; text-transform: uppercase; margin: 4px -0.52em 0 0; }

/* ═══════ En-tête ═══════ */
.entete { position: fixed; inset: 0 0 auto; z-index: 50; }
/* Le flou est porté par un calque : posé sur l'en-tête lui-même, il enfermerait
   le menu mobile (position fixed) dans les 78 px de l'en-tête. */
.entete::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(245, 237, 226, 0.86); -webkit-backdrop-filter: blur(16px) saturate(1.2); backdrop-filter: blur(16px) saturate(1.2); box-shadow: 0 1px 0 var(--ligne); opacity: 0; pointer-events: none; transition: opacity 0.45s var(--ease); }
.entete.est-defile::before { opacity: 1; }
.entete-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: var(--entete); }
.entete-gauche { display: flex; align-items: center; gap: 18px; min-width: 0; }

.statut { display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px 8px 12px; border-radius: 999px; background: rgba(251, 246, 239, 0.7); box-shadow: inset 0 0 0 1px var(--ligne); font: 500 13px/1 var(--sans); letter-spacing: 0.02em; color: var(--encre); text-decoration: none; white-space: nowrap; transition: background 0.3s; }
a.statut:hover { background: var(--creme-clair); }
.statut-point { position: relative; flex: none; width: 8px; height: 8px; border-radius: 50%; background: #b04a3a; }
.statut.est-ouvert .statut-point { background: var(--matcha); }
.statut.est-ouvert .statut-point::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 1.5px solid var(--matcha); animation: pouls 2.2s ease-out infinite; }
.statut.est-bientot .statut-point { background: #cf932a; }
@keyframes pouls { 0% { transform: scale(0.6); opacity: 0.9; } 100% { transform: scale(1.9); opacity: 0; } }

.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 32px); }
.nav a:not(.bouton) { position: relative; padding: 6px 0; font-size: 15px; text-decoration: none; color: var(--encre); }
.nav a:not(.bouton)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--terracotta); transform: scaleX(0); transform-origin: right; transition: transform 0.45s var(--ease); }
.nav a:not(.bouton):hover::after, .nav a.est-actif::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { min-height: 42px; padding: 0 22px; }

.burger { display: none; position: relative; z-index: 60; width: 46px; height: 46px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.burger span { position: absolute; left: 12px; right: 12px; height: 1.5px; background: var(--encre); transition: transform 0.4s var(--ease); }
.burger span:first-child { top: 19px; }
.burger span:last-child { top: 26px; }
.burger[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* ═══════ Fil du parcours ═══════ */
.rail { position: fixed; right: 20px; top: 50%; z-index: 40; display: none; flex-direction: column; gap: 6px; transform: translateY(-50%); color: var(--encre); transition: color 0.4s; }
.rail.sur-sombre { color: var(--creme); }
.rail a { display: flex; align-items: center; justify-content: flex-end; gap: 12px; height: 22px; text-decoration: none; color: inherit; }
.rail a::after { content: ""; flex: none; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: 0.3; transition: all 0.4s var(--ease); }
.rail span { font-size: 12px; letter-spacing: 0.08em; white-space: nowrap; opacity: 0; transform: translateX(8px); transition: all 0.4s var(--ease); pointer-events: none; background: var(--creme); color: var(--encre); padding: 4px 10px; border-radius: 999px; }
.rail a:hover span, .rail a:focus-visible span { opacity: 1; transform: none; }
.rail a.est-actif::after { opacity: 1; background: var(--terracotta); box-shadow: 0 0 0 4px rgba(184, 103, 58, 0.2); }

/* ═══════ Accueil ═══════ */
.accueil { position: relative; display: flex; align-items: center; min-height: 100vh; min-height: 100svh; padding: calc(var(--entete) + 48px) 0 96px; background: radial-gradient(ellipse 70% 60% at 85% 15%, #efdfc8 0%, transparent 70%), var(--creme); overflow: hidden; }
.accueil-in { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.accueil-titre { font-family: var(--serif); font-weight: 400; font-size: clamp(46px, 6.4vw, 94px); line-height: 0.98; letter-spacing: -0.02em; margin: 0; text-wrap: balance; }
.accueil-chapo { font-weight: 300; font-size: clamp(17px, 1.5vw, 20px); color: var(--doux); max-width: 46ch; margin: 30px 0 38px; }
.accueil-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.accueil-tags { list-style: none; padding: 0; margin: 44px 0 0; display: flex; flex-wrap: wrap; gap: 10px 28px; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--doux); }
.accueil-tags li::before { content: "✦"; margin-right: 10px; font-size: 9px; color: var(--terracotta); vertical-align: 2px; }

.accueil-texte > * { animation: monter 1.1s var(--ease) both; }
.accueil-texte > :nth-child(2) { animation-delay: 0.08s; }
.accueil-texte > :nth-child(3) { animation-delay: 0.18s; }
.accueil-texte > :nth-child(4) { animation-delay: 0.28s; }
.accueil-texte > :nth-child(5) { animation-delay: 0.38s; }
@keyframes monter { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

.accueil-media { position: relative; justify-self: end; width: min(100%, 490px); }
.arche { margin: 0; aspect-ratio: 4 / 5; border-radius: 999px 999px 30px 30px; overflow: hidden; background: var(--sable); box-shadow: 0 50px 90px -45px rgba(36, 22, 14, 0.55); animation: arche 1.4s var(--ease) 0.1s both; }
.arche-video { width: 100%; height: 100%; object-fit: cover; }
@keyframes arche { from { clip-path: inset(100% 0 0 0 round 999px 999px 30px 30px); } to { clip-path: inset(0 0 0 0 round 999px 999px 30px 30px); } }

.assiette { position: relative; }
.assiette img { width: 100%; will-change: transform; }
.assiette-accueil { position: absolute; width: 54%; left: -24%; bottom: -9%; animation: poser 1.4s var(--ease) 0.5s both; }
.assiette-accueil::before { content: ""; position: absolute; inset: 20% 18% 12% 22%; border-radius: 50%; box-shadow: 0 34px 50px -12px rgba(36, 22, 14, 0.5); }
.assiette-accueil img { position: relative; clip-path: circle(34.6% at 50.4% 50.2%); }
@keyframes poser { from { opacity: 0; transform: translate(-30px, 30px) rotate(-25deg); } to { opacity: 1; transform: none; } }
.signature-main { position: absolute; right: -4%; top: 9%; margin: 0; padding: 12px 20px; border-radius: 999px; background: var(--creme); font: italic 400 17px/1 var(--serif); color: var(--encre); box-shadow: 0 16px 40px -18px rgba(36, 22, 14, 0.45); transform: rotate(-4deg); animation: monter 1.1s var(--ease) 0.9s both; }
.signature-main em { font-style: italic; }

.defiler { position: absolute; left: 50%; bottom: 26px; width: 1px; height: 54px; transform: translateX(-50%); overflow: hidden; }
.defiler span { position: absolute; inset: 0; background: linear-gradient(transparent, var(--terracotta)); animation: goutte 2.4s var(--ease) infinite; }
@keyframes goutte { 0% { transform: translateY(-100%); } 100% { transform: translateY(100%); } }

/* ═══════ Sections ═══════ */
.section { padding: clamp(92px, 11vw, 160px) 0; }
.section-tete { margin-bottom: clamp(44px, 5vw, 68px); }
.section-tete-centre { text-align: center; }
.section-tete-centre .numero { justify-content: center; }
.section-tete-centre .chapo { margin-inline: auto; }

.suite { display: flex; flex-direction: column; align-items: center; gap: 10px; width: fit-content; margin: clamp(70px, 8vw, 112px) auto 0; text-align: center; text-decoration: none; color: var(--encre); }
.suite-lib { font: 500 12px/1 var(--sans); letter-spacing: 0.22em; text-transform: uppercase; color: var(--terracotta-fonce); }
.suite-titre { font-family: var(--serif); font-size: clamp(26px, 3vw, 40px); line-height: 1.1; transition: color 0.3s; }
.suite:hover .suite-titre { color: var(--terracotta-fonce); }
.suite::after { content: ""; width: 1px; height: 56px; margin-top: 12px; background: linear-gradient(currentColor, transparent); transition: height 0.6s var(--ease); }
.suite:hover::after { height: 84px; }
.suite-clair { align-items: flex-start; margin: 52px 0 0; text-align: left; color: var(--creme); }
.suite-clair .suite-lib { color: var(--caramel); }
.suite-clair:hover .suite-titre { color: var(--creme); }

/* ═══════ 01 · La carte ═══════ */
.signatures { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(14px, 1.8vw, 24px); }
.signature { display: block; width: 100%; padding: 0; border: 0; background: none; text-align: left; cursor: pointer; }
.signature-img { position: relative; display: block; aspect-ratio: 4 / 5; border-radius: 20px; overflow: hidden; background: var(--sable); }
.signature-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.signature-img::after { content: "Voir le plat"; position: absolute; left: 12px; bottom: 12px; padding: 7px 13px; border-radius: 999px; background: rgba(245, 237, 226, 0.92); font-size: 12.5px; letter-spacing: 0.04em; opacity: 0; transform: translateY(8px); transition: all 0.45s var(--ease); }
.signature:hover .signature-img img, .signature:focus-visible .signature-img img { transform: scale(1.06); }
.signature:hover .signature-img::after, .signature:focus-visible .signature-img::after { opacity: 1; transform: none; }
.signature-nom { display: block; margin-top: 14px; font-family: var(--serif); font-size: clamp(18px, 1.6vw, 21px); line-height: 1.2; }
.signature-prix { display: block; margin-top: 2px; font-size: 14px; color: var(--doux); font-variant-numeric: tabular-nums; }

.formule { position: relative; margin: clamp(60px, 7vw, 100px) 0; padding: clamp(28px, 4.6vw, 64px); border-radius: 34px; background: radial-gradient(ellipse 60% 80% at 100% 0%, rgba(184, 103, 58, 0.28), transparent 70%), var(--espresso); color: var(--creme); overflow: hidden; scroll-margin-top: 90px; }
.formule-tete { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 20px 32px; }
.formule-titre { font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 3.4vw, 46px); line-height: 1.08; margin: 0; max-width: 17ch; }
.formule-prix { margin: 0; font-family: var(--serif); font-size: clamp(58px, 7vw, 100px); line-height: 0.9; font-variant-numeric: lining-nums; white-space: nowrap; }
.formule-prix small { font-size: 0.38em; margin-left: 6px; vertical-align: 0.9em; }
.formule-prix span { display: inline-block; }
.formule-prix span.est-change { animation: pop 0.5s var(--ease); }
@keyframes pop { 40% { transform: translateY(-6px); color: var(--caramel); } }
.formule-pied { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 32px; margin-top: 26px; }
.formule-aide { margin: 0; max-width: 52ch; font-weight: 300; color: rgba(245, 237, 226, 0.7); }
.formule-ouvrir { gap: 14px; padding: 0 12px 0 28px; min-height: 54px; }
.formule-ouvrir-icone { position: relative; flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--espresso); transition: background 0.35s var(--ease); }
.formule-ouvrir-icone::before, .formule-ouvrir-icone::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.5px; margin: -0.75px 0 0 -6px; background: var(--creme); transition: transform 0.45s var(--ease); }
.formule-ouvrir-icone::after { transform: rotate(90deg); }
.formule-ouvrir:hover .formule-ouvrir-icone { background: var(--terracotta-fonce); }
.formule-ouvrir[aria-expanded="true"] .formule-ouvrir-icone::after { transform: rotate(0deg); }

.composeur { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 36px; border-top: 1px solid var(--ligne-claire); animation: fondu 0.7s var(--ease); }
.etape { min-width: 0; margin: 0; padding: 26px 18px 10px; border: 0; border-left: 1px solid var(--ligne-claire); }
.etape:first-child { border-left: 0; padding-left: 0; }
.etape:nth-child(4) { padding-right: 0; }
.etape legend { float: left; width: 100%; padding: 0; margin-bottom: 16px; font: 500 12px/1 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--caramel); }
.etape legend span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 8px; border-radius: 50%; border: 1px solid currentColor; font-size: 11px; letter-spacing: 0; }
.etape.est-fait legend span { background: var(--caramel); color: var(--espresso); }
.choix-liste { clear: both; display: flex; flex-direction: column; gap: 4px; }
.choix { position: relative; display: block; cursor: pointer; }
.choix input { position: absolute; inset: 0; margin: 0; opacity: 0; cursor: pointer; }
.choix span { display: block; padding: 9px 14px; border-radius: 12px; font-size: 15px; line-height: 1.3; color: rgba(245, 237, 226, 0.86); transition: background 0.25s, color 0.25s; }
.choix:hover span { background: rgba(245, 237, 226, 0.08); }
.choix input:checked + span { background: var(--creme); color: var(--espresso); }
.choix input:focus-visible + span { outline: 2px solid var(--caramel); outline-offset: 2px; }
.choix b { font-weight: 500; font-size: 12.5px; color: var(--caramel); margin-left: 4px; white-space: nowrap; }
.choix input:checked + span b { color: var(--terracotta-fonce); }
.choix-doux span { font-family: var(--serif); font-style: italic; font-size: 16px; }
.recap { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 24px; margin-top: 20px; padding-top: 24px; border-top: 1px solid var(--ligne-claire); }
.recap-texte { margin: 0; max-width: 64ch; font-family: var(--serif); font-size: clamp(18px, 1.8vw, 22px); line-height: 1.35; }
.recap-texte em { color: var(--caramel); }
.recap-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.bouton-ligne-clair { background: transparent; color: var(--creme); box-shadow: inset 0 0 0 1px rgba(245, 237, 226, 0.4); }
.bouton-ligne-clair:hover { background: var(--creme); color: var(--espresso); box-shadow: inset 0 0 0 1px var(--creme); }

/* Ticket à montrer au comptoir */
.ticket { width: min(420px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 36px 32px 28px; border: 0; border-radius: 28px; background: var(--creme-clair); color: var(--encre); text-align: center; box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.6); overflow-y: auto; }
.ticket::backdrop { background: rgba(36, 22, 14, 0.64); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.ticket[open] { animation: ticket 0.55s var(--ease); }
@keyframes ticket { from { opacity: 0; transform: translateY(24px) scale(0.98); } }
.ticket-marque { margin: 0; font: 500 22px/1 var(--serif); letter-spacing: 0.14em; text-transform: uppercase; color: var(--terracotta); }
.ticket-marque span { display: block; margin: 5px -0.52em 0 0; font: 500 8px/1 var(--sans); letter-spacing: 0.52em; }
.ticket-sur { margin: 24px 0 6px; font: 500 11.5px/1 var(--sans); letter-spacing: 0.22em; text-transform: uppercase; color: var(--doux); }
.ticket-titre { margin: 0; font: 400 34px/1.1 var(--serif); }
.ticket-titre em { font-style: italic; color: var(--terracotta-fonce); }
.ticket-lignes { list-style: none; display: grid; gap: 14px; margin: 24px 0 0; padding: 20px 0; border-block: 1px dashed rgba(36, 22, 14, 0.3); text-align: left; }
.ticket-lignes li { display: grid; gap: 3px; }
.ticket-lignes small { font: 500 11px/1.2 var(--sans); letter-spacing: 0.16em; text-transform: uppercase; color: var(--terracotta-fonce); }
.ticket-lignes span { font: 400 22px/1.2 var(--serif); }
.ticket-total { display: flex; justify-content: space-between; align-items: baseline; margin: 16px 0 26px; font: 500 12px/1 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--doux); }
.ticket-total b { font: 400 42px/1 var(--serif); letter-spacing: 0; color: var(--encre); font-variant-numeric: lining-nums; }
.ticket-actions { display: grid; justify-items: center; gap: 14px; }
.ticket-actions .bouton { width: 100%; }

.onglets { display: flex; gap: 0 clamp(18px, 3vw, 40px); margin-bottom: 44px; border-bottom: 1px solid var(--ligne); overflow-x: auto; scrollbar-width: none; }
.onglets::-webkit-scrollbar { display: none; }
.onglet { position: relative; flex: none; padding: 16px 2px; border: 0; background: none; font: 400 clamp(19px, 1.9vw, 25px)/1 var(--serif); color: var(--doux); cursor: pointer; transition: color 0.3s; }
.onglet::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--terracotta); transform: scaleX(0); transition: transform 0.5s var(--ease); }
.onglet:hover { color: var(--encre); }
.onglet[aria-selected="true"] { color: var(--encre); }
.onglet[aria-selected="true"]::after { transform: scaleX(1); }
.panneau { animation: fondu 0.6s var(--ease); }
.panneau:focus-visible { outline-offset: 12px; border-radius: 12px; }
@keyframes fondu { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.colonnes { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(40px, 7vw, 110px); }
.rubrique { margin: 0 0 14px; font: 500 12.5px/1.3 var(--sans); letter-spacing: 0.2em; text-transform: uppercase; color: var(--terracotta-fonce); }
.rubrique em { font: italic 400 15px var(--serif); letter-spacing: 0; text-transform: none; color: var(--doux); }
.plats { list-style: none; padding: 0; margin: 0 0 52px; }
.plat { margin: 0 -14px; padding: 16px 14px; border-radius: 14px; border-bottom: 1px solid var(--ligne); scroll-margin-top: 140px; }
.plat.est-cible { animation: cible 2.6s var(--ease); }
@keyframes cible { 0%, 35% { background: rgba(184, 103, 58, 0.2); } 100% { background: transparent; } }
.plat-ligne { display: flex; align-items: baseline; gap: 12px; }
.plat-ligne h4 { margin: 0; font: 400 clamp(20px, 1.8vw, 23px)/1.2 var(--serif); }
.plat-ligne::after { content: ""; order: 1; flex: 1; min-width: 20px; border-bottom: 1px dotted rgba(36, 22, 14, 0.3); transform: translateY(-5px); }
.prix { order: 2; font: 500 16px/1 var(--sans); font-variant-numeric: tabular-nums; }
.plat p { margin: 6px 0 0; max-width: 54ch; font-weight: 300; font-size: 15px; color: var(--doux); }
.extras { padding: 26px 28px; border-radius: 22px; background: var(--lin); }
.extras ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; }
.extras li { display: flex; justify-content: space-between; gap: 10px; font-size: 15px; }
.extras li span { font-variant-numeric: tabular-nums; color: var(--doux); }
.boissons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px clamp(40px, 7vw, 110px); }
.pastilles { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.pastilles li { padding: 9px 17px; border-radius: 999px; background: rgba(251, 246, 239, 0.7); box-shadow: inset 0 0 0 1px var(--ligne); font-size: 15px; }
.pastilles-matcha li { background: #dde5cc; box-shadow: none; color: #3d5227; }

/* Boissons illustrées */
.boissons-tete { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; margin-bottom: 14px; }
.boissons-tete .rubrique { margin: 0; }
.tasses { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(112px, 1fr)); gap: 4px 10px; margin: 0; padding: 0; }
.tasse { display: flex; flex-direction: column; align-items: center; padding: 14px 6px 12px; border-radius: 22px; text-align: center; transition: background 0.4s var(--ease); }
.tasse:hover { background: var(--lin); }
.tasse img { width: auto; height: 104px; object-fit: contain; mix-blend-mode: multiply; transition: transform 0.7s var(--ease); }
.tasses-froides .tasse img, .tasses.est-glace .tasse img { height: 128px; }
/* Fondus : aucun bord de découpe visible (tasses rondes, pied des verres) */
.tasses:not(.tasses-froides):not(.est-glace) .tasse img, .tasse img[src$="caramel-macchiato.webp"] { -webkit-mask-image: radial-gradient(circle closest-side, #000 86%, transparent 100%); mask-image: radial-gradient(circle closest-side, #000 86%, transparent 100%); }
.tasses-froides .tasse img, .tasses.est-glace .tasse img:not([src$="caramel-macchiato.webp"]) { -webkit-mask-image: linear-gradient(#000 82%, transparent 100%); mask-image: linear-gradient(#000 82%, transparent 100%); }
.tasse:hover img { transform: translateY(-4px) scale(1.05); }
.tasse img.est-bascule { animation: fondu 0.5s var(--ease); }
.tasse span { margin-top: 10px; font: 400 16.5px/1.2 var(--serif); text-wrap: balance; }
.boissons-aussi { margin: 12px 0 0; font-size: 14.5px; color: var(--doux); }
.bascule { display: inline-flex; padding: 4px; border-radius: 999px; background: var(--creme-clair); box-shadow: inset 0 0 0 1px var(--ligne); }
.bascule button { padding: 7px 16px; border: 0; border-radius: 999px; background: none; font-size: 13.5px; letter-spacing: 0.04em; color: var(--doux); cursor: pointer; transition: background 0.35s var(--ease), color 0.35s var(--ease); }
.bascule button[aria-pressed="true"] { background: var(--espresso); color: var(--creme); }
.mentions-carte { margin: 30px 0 0; padding-top: 22px; border-top: 1px solid var(--ligne); font-size: 13.5px; color: var(--doux); }

/* ═══════ 02 · La maison (fait maison + coworking) ═══════ */
.maison { background: var(--lin); }
.maison-grille { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(18px, 2.4vw, 32px); align-items: stretch; }
.maison-bloc { position: relative; display: flex; flex-direction: column; margin: 0; padding: clamp(26px, 3.4vw, 48px); border-radius: 34px; background: var(--creme-clair); box-shadow: 0 50px 90px -70px rgba(36, 22, 14, 0.55); overflow: hidden; }
.maison-bloc + .maison-bloc { background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(184, 103, 58, 0.3), transparent 70%), var(--espresso); color: var(--creme); }
.maison-bloc .vitrine, .maison-bloc .coworking-photo { margin-bottom: clamp(28px, 3vw, 40px); }
.maison-bloc .vitrine { flex: 1; align-items: center; }
.maison-titre { margin: auto 0 0; padding-top: 22px; border-top: 1px solid var(--ligne); font: 400 clamp(26px, 2.5vw, 36px)/1.1 var(--serif); letter-spacing: -0.01em; text-wrap: balance; }
.maison-titre em { font-style: italic; color: var(--terracotta-fonce); }
.maison-bloc + .maison-bloc .maison-titre { border-top-color: var(--ligne-claire); }
.maison-bloc + .maison-bloc .maison-titre em { color: var(--caramel); }
.maison-texte { margin: 12px 0 0; max-width: 48ch; font-weight: 300; font-size: 16px; line-height: 1.6; color: var(--doux); }
.maison-bloc + .maison-bloc .maison-texte { color: rgba(245, 237, 226, 0.72); }

.vitrine { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2.4vw, 36px); }
.vitrine-piece { text-align: center; }
.vitrine .assiette { aspect-ratio: 1; }
.vitrine .assiette img { mix-blend-mode: multiply; -webkit-mask-image: radial-gradient(circle closest-side, #000 84%, transparent 100%); mask-image: radial-gradient(circle closest-side, #000 84%, transparent 100%); transition: scale 0.9s var(--ease); }
.vitrine-piece:hover .assiette img { scale: 1.05; }
.vitrine-piece p { margin: 12px 0 0; font-family: var(--serif); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.2; }
.vitrine-note { max-width: 50ch; margin: 44px auto 0; text-align: center; font: italic 400 clamp(17px, 1.6vw, 19px)/1.5 var(--serif); color: var(--doux); }

.coworking-photo { margin: 0; aspect-ratio: 16 / 10; border-radius: 24px; overflow: hidden; background: var(--sable); }
.coworking-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.maison-bloc:hover .coworking-photo img { transform: scale(1.04); }

/* ═══════ 04 · Avis ═══════ */
.avis-grille { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.avis-resume { position: sticky; top: 110px; padding: 30px; border-radius: 28px; background: var(--lin); }
.note-site { display: flex; align-items: center; gap: 18px; }
.note-chiffre { margin: 0; font: 400 72px/1 var(--serif); }
.etoiles { margin: 0; font-size: 18px; letter-spacing: 3px; color: var(--terracotta); }
.note-total { margin: 4px 0 0; font-size: 14px; color: var(--doux); }
.repartition { list-style: none; padding: 0; margin: 22px 0 24px; display: grid; gap: 6px; }
.repartition:empty { display: none; }
.repartition li { display: grid; grid-template-columns: 28px 1fr 26px; align-items: center; gap: 10px; font-size: 13px; color: var(--doux); }
.repartition .barre { height: 5px; border-radius: 5px; background: rgba(36, 22, 14, 0.1); overflow: hidden; }
.repartition i { display: block; width: 0; height: 100%; background: var(--terracotta); transition: width 1.2s var(--ease); }
.google { margin: 22px 0 16px; padding-top: 20px; border-top: 1px solid var(--ligne); }
.google-titre, .itineraires-titre { margin: 0 0 12px; font: 500 12px/1 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--doux); }
.google-liens { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.google-liens .bouton { min-height: 44px; padding: 0 10px; font-size: 14px; }

.filtres { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.filtre { padding: 10px 18px; border: 0; border-radius: 999px; background: transparent; box-shadow: inset 0 0 0 1px rgba(36, 22, 14, 0.2); font-size: 14px; cursor: pointer; transition: all 0.3s; }
.filtre:hover { box-shadow: inset 0 0 0 1px var(--encre); }
.filtre[aria-pressed="true"] { background: var(--espresso); color: var(--creme); box-shadow: none; }
.avis-liste { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.avis-item { padding: 24px; border-radius: 22px; background: var(--creme-clair); box-shadow: inset 0 0 0 1px var(--ligne); }
.avis-tete { display: flex; align-items: center; gap: 12px; }
.avis-initiale { flex: none; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--terracotta); color: var(--creme); font: 400 19px/1 var(--serif); }
.avis-auteur { margin: 0; font-weight: 500; }
.avis-meta { margin: 0; font-size: 13px; color: var(--doux); }
.avis-tete .etoiles { margin-left: auto; font-size: 14px; letter-spacing: 2px; }
.avis-texte { margin: 14px 0 0; font: 400 18px/1.5 var(--serif); white-space: pre-line; overflow-wrap: anywhere; }
.avis-reponse { margin: 14px 0 0; padding: 12px 14px; border-left: 2px solid var(--terracotta); border-radius: 0 12px 12px 0; background: var(--lin); font-size: 14.5px; color: var(--doux); }
.avis-reponse b { display: block; margin-bottom: 2px; font-weight: 500; color: var(--encre); }
.avis-vide { margin: 8px 0 0; font: italic 400 22px/1.4 var(--serif); color: var(--doux); }
[data-avis-plus] { margin-top: 20px; }
.avis-grille.est-vide .note-site, .avis-grille.est-vide .repartition, .avis-grille.est-vide .filtres { display: none; }
.avis-grille.est-vide .google { margin-top: 0; padding-top: 0; border-top: 0; }
.avis-grille.est-vide .avis-vide { position: relative; margin: 0; padding: clamp(36px, 5vw, 64px) clamp(28px, 4vw, 56px); border-radius: 28px; background: var(--creme-clair); box-shadow: inset 0 0 0 1px var(--ligne); font-size: clamp(24px, 2.4vw, 32px); line-height: 1.25; color: var(--encre); text-wrap: balance; }
.avis-grille.est-vide .avis-vide::before { content: "★★★★★"; display: block; margin-bottom: 18px; font: 400 16px/1 var(--sans); letter-spacing: 6px; color: var(--terracotta); }
.avis-grille.est-vide .avis-vide::after { content: "Chaque avis est lu par l'équipe avant d'être publié. Aucun avis n'est acheté ni inventé."; display: block; max-width: 44ch; margin-top: 16px; font: 300 15px/1.6 var(--sans); color: var(--doux); }

.avis-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 32px; margin-top: clamp(60px, 7vw, 100px); padding: clamp(26px, 4vw, 54px); border-radius: 32px; background: var(--creme-clair); box-shadow: inset 0 0 0 1px var(--ligne); scroll-margin-top: 100px; }
.avis-form-tete h3 { margin: 0; font: 400 clamp(30px, 3.2vw, 42px)/1.1 var(--serif); }
.avis-form-tete p { margin: 6px 0 0; color: var(--doux); }
.champ { position: relative; display: flex; flex-direction: column; gap: 8px; min-width: 0; margin: 0; padding: 0; border: 0; }
.champ-large { grid-column: 1 / -1; }
.champ legend, .champ > label { padding: 0; margin-bottom: 8px; font: 500 12.5px/1.2 var(--sans); letter-spacing: 0.14em; text-transform: uppercase; color: var(--doux); }
.champ input[type="text"], .champ textarea { width: 100%; padding: 14px 16px; border: 1px solid rgba(36, 22, 14, 0.2); border-radius: 14px; background: var(--creme); font: inherit; font-size: 16px; color: var(--encre); transition: border-color 0.25s, box-shadow 0.25s; }
.champ textarea { resize: vertical; min-height: 130px; padding-bottom: 30px; }
.champ input[type="text"]:focus, .champ textarea:focus { outline: 0; border-color: var(--terracotta); box-shadow: 0 0 0 4px rgba(184, 103, 58, 0.16); }
.champ .est-invalide { border-color: #b04a3a; }
.compteur { position: absolute; right: 14px; bottom: 10px; font-size: 12px; color: var(--doux); }
.notation { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: 2px; }
.notation input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.notation label { padding: 0 3px; font-size: 36px; line-height: 1; color: rgba(36, 22, 14, 0.16); cursor: pointer; transition: color 0.15s, transform 0.2s var(--ease); }
.notation label:hover, .notation label:hover ~ label, .notation input:checked ~ label { color: var(--terracotta); }
.notation label:hover { transform: scale(1.12); }
.notation input:focus-visible + label { outline: 2px solid var(--terracotta); outline-offset: 2px; border-radius: 6px; }
.moments { display: flex; flex-wrap: wrap; gap: 8px; }
.moments label { position: relative; }
.moments input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.moments span { display: block; padding: 10px 16px; border-radius: 999px; box-shadow: inset 0 0 0 1px rgba(36, 22, 14, 0.2); font-size: 14.5px; cursor: pointer; transition: all 0.25s; }
.moments input:checked + span { background: var(--espresso); color: var(--creme); box-shadow: none; }
.moments input:focus-visible + span { outline: 2px solid var(--terracotta); outline-offset: 2px; }
.piege { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.accord { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--doux); cursor: pointer; }
.accord input { flex: none; width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--terracotta); }
.avis-message { margin: 0; padding: 12px 16px; border-radius: 12px; font-size: 15px; }
.avis-message.est-ok { background: #e2ead5; color: #3b5222; }
.avis-message.est-erreur { background: #f4dcd4; color: #7a2b18; }

/* ═══════ 05 · Venir ═══════ */
.venir { padding-bottom: clamp(92px, 10vw, 140px); }
.venir-in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); align-items: stretch; }
.statut-grand { margin: 28px 0 6px; padding: 10px 18px 10px 15px; font-size: 15px; }
.horaires { width: 100%; max-width: 440px; margin: 16px 0 38px; border-collapse: collapse; font-size: 16px; }
.horaires th, .horaires td { padding: 10px 0; border-bottom: 1px solid var(--ligne); text-align: left; font-weight: 400; }
.horaires td { text-align: right; font-variant-numeric: tabular-nums; }
.horaires .est-aujourdhui th, .horaires .est-aujourdhui td { font-weight: 500; color: var(--terracotta-fonce); }
.horaires .est-aujourdhui th::after { content: " · aujourd'hui"; font-weight: 300; font-size: 13px; color: var(--doux); }
.horaires .est-ferme td { color: var(--doux); }
.itineraires-liens { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.acces { list-style: none; padding: 0; margin: 0 0 32px; display: grid; gap: 10px; font-size: 15px; color: var(--doux); }
.acces b { display: inline-block; min-width: 96px; font-weight: 500; color: var(--encre); }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-top: 26px; border-top: 1px solid var(--ligne); font-size: 15.5px; }
.contact p, .contact address { margin: 0; line-height: 1.8; }
.contact a { color: var(--encre); text-underline-offset: 3px; text-decoration-color: rgba(36, 22, 14, 0.3); }
.contact a:hover { color: var(--terracotta-fonce); }
.contact .contact-tel { font: 400 23px/1.6 var(--serif); text-decoration: none; }
.adresse .lien-bouton { margin-top: 4px; font-size: 14px; color: var(--doux); }

.plan { position: relative; min-height: 560px; border-radius: 32px; overflow: hidden; background: var(--sable); }
.plan iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(0.9) sepia(0.3) contrast(0.92) brightness(1.03); }
.plan-pin { position: absolute; left: 50%; top: 50%; z-index: 2; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50% 50% 50% 0; background: var(--terracotta); color: var(--creme); transform: translate(-50%, -100%) rotate(-45deg); box-shadow: 0 14px 30px -10px rgba(36, 22, 14, 0.6); pointer-events: none; }
.plan-pin svg { width: 30px; transform: rotate(45deg); fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.plan-agrandir { position: absolute; left: 16px; top: 16px; z-index: 2; padding: 11px 18px; border-radius: 999px; background: var(--creme); font-size: 14px; text-decoration: none; color: var(--encre); box-shadow: 0 12px 30px -12px rgba(36, 22, 14, 0.45); transition: background 0.3s; }
.plan-agrandir:hover { background: var(--creme-clair); }

/* Questions fréquentes */
.faq { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); gap: 28px clamp(40px, 6vw, 96px); align-items: start; margin-top: clamp(72px, 8vw, 116px); padding-top: clamp(44px, 5vw, 68px); border-top: 1px solid var(--ligne); }
.faq-titre { position: sticky; top: 110px; margin: 0; font: 400 clamp(32px, 3.4vw, 46px)/1.05 var(--serif); letter-spacing: -0.01em; }
.faq-titre em { display: block; font-style: italic; color: var(--terracotta-fonce); }
.faq-liste { border-top: 1px solid var(--ligne); }
.faq-item { border-bottom: 1px solid var(--ligne); }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; font: 400 clamp(19px, 1.7vw, 22px)/1.3 var(--serif); list-style: none; cursor: pointer; transition: color 0.3s; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; flex: none; width: 34px; height: 34px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(36, 22, 14, 0.2); background: linear-gradient(var(--terracotta-fonce), var(--terracotta-fonce)) center / 11px 1.5px no-repeat, linear-gradient(var(--terracotta-fonce), var(--terracotta-fonce)) center / 1.5px 11px no-repeat; transition: transform 0.45s var(--ease), background-color 0.3s, box-shadow 0.3s; }
.faq-item summary:hover { color: var(--terracotta-fonce); }
.faq-item[open] summary::after { transform: rotate(45deg); background-color: var(--lin); box-shadow: none; }
.faq-item p { margin: -6px 0 24px; max-width: 58ch; font-weight: 300; font-size: 16px; color: var(--doux); animation: fondu 0.5s var(--ease); }

/* Page 404 */
.introuvable { min-height: 60vh; }
.introuvable-liens { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }

/* ═══════ Pied de page ═══════ */
.pied { padding: 76px 0 calc(40px + env(safe-area-inset-bottom)); background: var(--espresso); color: rgba(245, 237, 226, 0.72); font-size: 15px; }
.pied-in { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 36px; align-items: start; }
.pied-marque { color: var(--caramel); }
.pied-marque .marque-croissant { width: 46px; }
.pied-nom { margin: 6px 0 0; font-family: var(--serif); font-size: 34px; line-height: 1; letter-spacing: 0.14em; text-transform: uppercase; color: var(--caramel); }
.pied-nom span { display: block; margin-top: 6px; font: 500 10.5px/1 var(--sans); letter-spacing: 0.52em; }
.pied-signature { margin: 16px 0 0; font: italic 400 17px var(--serif); color: rgba(245, 237, 226, 0.72); }
.pied-signature em { color: var(--caramel); }
.pied-texte { margin: 0; line-height: 1.9; }
.pied a { color: inherit; text-underline-offset: 3px; }
.pied a:hover { color: var(--creme); }
.pied-liens { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.pied-liens .lien-bouton { text-decoration-color: rgba(245, 237, 226, 0.35); }
.pied-credit { grid-column: 1 / -1; margin: 20px 0 0; padding-top: 22px; border-top: 1px solid var(--ligne-claire); font-size: 13px; }

/* ═══════ Barre mobile ═══════ */
.barre-mobile { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 45; display: none; gap: 6px; padding: 7px; border-radius: 999px; background: rgba(245, 237, 226, 0.9); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: 0 18px 44px -16px rgba(36, 22, 14, 0.55), inset 0 0 0 1px var(--ligne); transform: translateY(150%); transition: transform 0.55s var(--ease); }
.barre-mobile.est-visible { transform: none; }
.barre-mobile .bouton { min-height: 46px; padding: 0 8px; font-size: 14px; }

/* ═══════ Apparition au défilement ═══════ */
.revele { opacity: 0; transform: translateY(30px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.revele.est-vu { opacity: 1; transform: none; }

/* ═══════ Bandeau cookies (actif seulement si un service tiers est configuré) ═══════ */
.consentement { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 80; max-width: 520px; padding: 24px; border-radius: 24px; background: var(--espresso); color: var(--creme); box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5); opacity: 0; transform: translateY(20px); transition: all 0.45s var(--ease); }
.consentement.est-visible { opacity: 1; transform: none; }
.consentement-titre { margin: 0 0 8px; font: 400 24px/1.2 var(--serif); }
.consentement-titre em { color: var(--caramel); }
.consentement-texte { margin: 0 0 16px; font-size: 14.5px; font-weight: 300; color: rgba(245, 237, 226, 0.78); }
.consentement-options { display: grid; gap: 10px; margin-bottom: 16px; }
.consentement-options label { display: flex; gap: 12px; font-size: 14px; }
.consentement-options b { display: block; }
.consentement-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.consentement .bouton { min-height: 42px; padding: 0 16px; font-size: 14px; }
.consentement .btn-ligne { background: transparent; color: var(--creme); box-shadow: inset 0 0 0 1px rgba(245, 237, 226, 0.35); }
.consentement .btn-accepter { background: var(--creme); color: var(--espresso); }

/* ═══════ Pages légales ═══════ */
.page-legale .entete { position: sticky; background: rgba(245, 237, 226, 0.92); box-shadow: 0 1px 0 var(--ligne); }
.legale { max-width: 760px; padding: 64px 0 96px; }
.legale h1 { margin-bottom: 36px; }
.legale h2 { margin: 42px 0 10px; font: 400 26px/1.2 var(--serif); }
.legale p, .legale li { color: var(--doux); font-weight: 300; }
.legale b, .legale strong { color: var(--encre); font-weight: 500; }
.legale a:not(.bouton) { color: var(--terracotta-fonce); }
.legale-maj { margin-top: 48px; font-size: 14px; }
.lien-retour { font-size: 15px; text-decoration: none; }
.lien-retour:hover { color: var(--terracotta-fonce); }
.sans-bandeau { font-style: italic; }
.lien-bouton:not([hidden]) + .sans-bandeau { display: none; }

/* ═══════ Écrans moyens ═══════ */
@media (min-width: 1240px) {
  .rail { display: flex; }
}

@media (max-width: 1100px) {
  .composeur { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .etape:nth-child(3) { border-left: 0; padding-left: 0; }
  .etape:nth-child(2), .etape:nth-child(4) { padding-right: 0; }
  .etape:nth-child(n + 3) { border-top: 1px solid var(--ligne-claire); }
  .avis-liste { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .burger { display: block; }
  .nav { position: fixed; inset: 0; z-index: 55; flex-direction: column; justify-content: center; gap: 18px; background: var(--creme); opacity: 0; visibility: hidden; transition: opacity 0.45s var(--ease), visibility 0.45s; }
  .nav.est-ouvert { opacity: 1; visibility: visible; }
  .nav a:not(.bouton) { font: 400 34px/1.2 var(--serif); }
  .nav-cta { margin-top: 14px; min-height: 52px; padding: 0 34px; }
  .entete-gauche { position: relative; z-index: 60; }
}

@media (max-width: 900px) {
  .accueil { min-height: 0; padding: calc(var(--entete) + 30px) 0 100px; }
  .accueil-in { grid-template-columns: 1fr; gap: 64px; }
  .accueil-media { justify-self: center; width: min(78%, 420px); }
  .assiette-accueil { left: -18%; }
  .signature-main { right: -10%; }
  .defiler { display: none; }
  .signatures { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(200px, 44%); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: none; }
  .signatures::-webkit-scrollbar { display: none; }
  .signatures li { scroll-snap-align: start; }
  .colonnes, .boissons { grid-template-columns: 1fr; }
  .maison-grille { grid-template-columns: 1fr; }
  .avis-grille { grid-template-columns: 1fr; }
  .avis-resume { position: static; }
  .avis-grille.est-vide .avis-liste-bloc { order: -1; }
  .venir-in { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; }
  .faq-titre { position: static; }
  .faq-titre em { display: inline; }
  .plan { min-height: 400px; }
  .pied-in { grid-template-columns: 1fr 1fr; }
  .pied-marque { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .barre-mobile { display: grid; grid-template-columns: 1fr 1fr 1.25fr; }
  .pied { padding-bottom: calc(110px + env(safe-area-inset-bottom)); }
}

@media (max-width: 600px) {
  :root { --entete: 68px; }
  body { font-size: 16px; }
  .entete-gauche { gap: 12px; }
  .marque-croissant { width: 28px; }
  .marque-miam { font-size: 20px; }
  .marque-cafe { font-size: 7.5px; }
  .entete .statut { padding: 7px 11px 7px 10px; font-size: 12px; gap: 7px; }
  .accueil-media { width: 84%; }
  .accueil .surtitre { font-size: 10.5px; letter-spacing: 0.12em; white-space: nowrap; }
  .signature-main { font-size: 14px; padding: 10px 14px; right: -8%; }
  .signatures { grid-auto-columns: 64%; }
  .formule { border-radius: 26px; margin-inline: -6px; }
  .composeur { grid-template-columns: 1fr; }
  .etape, .etape:first-child, .etape:nth-child(3) { padding: 22px 0 8px; border-left: 0; }
  .etape:not(:first-child) { border-top: 1px solid var(--ligne-claire); }
  .choix-liste { flex-direction: row; flex-wrap: wrap; gap: 6px; }
  .choix span { padding: 8px 12px; font-size: 14px; box-shadow: inset 0 0 0 1px var(--ligne-claire); border-radius: 999px; }
  .extras ul { grid-template-columns: 1fr; }
  .tasses { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px 4px; }
  .tasse { padding: 10px 2px; }
  .tasse img { height: 80px; }
  .tasses-froides .tasse img, .tasses.est-glace .tasse img { height: 100px; }
  .tasse span { margin-top: 8px; font-size: 14.5px; }
  .formule-ouvrir { width: 100%; justify-content: space-between; }
  .maison-bloc { border-radius: 26px; }
  .vitrine { gap: 8px; }
  .vitrine-piece p { margin-top: 8px; font-size: 14.5px; }
  .vitrine-piece p em { display: block; }
  .avis-form { grid-template-columns: 1fr; }
  .google-liens { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .pied-in { grid-template-columns: 1fr; }
  .recap-actions { width: 100%; }
  .recap-actions .bouton { flex: 1 1 100%; }
  .recap-actions .lien-bouton { order: 3; margin-inline: auto; }
  .ticket { padding: 30px 24px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .revele { opacity: 1; transform: none; }
}
