/* =========================================================================
   VidoloPizza · site de demonstration (portfolio Sam Fabre)
   Charte : vert profond, creme, rose et corail. Titres en serif douce
   (Fraunces, substitut libre de Souvenir), interface en geometrique
   (Jost, substitut libre de Century Gothic / Forma DJR).
   ========================================================================= */

:root {
  --vert: #00513e;
  --vert-fonce: #003b2d;
  --vert-clair: #00694f;
  --rose: #f18b9b;
  --rose-clair: #f9d3da;
  --corail: #ed6e67;
  --creme: #fffbee;
  --creme-2: #f7f0d9;
  --sable: #f4e7bd;
  --peche: #f3dbc8;
  --encre: #1a171b;
  --gris: #6b6560;

  --titre: "Fraunces", "Souvenir", Georgia, "Times New Roman", serif;
  --texte: "Jost", "Century Gothic", "Avenir Next", system-ui, sans-serif;

  --r-s: 12px;
  --r-m: 20px;
  --r-l: 32px;
  --r-xl: 48px;

  --ombre: 0 2px 4px rgba(0, 60, 45, .04), 0 12px 32px rgba(0, 60, 45, .07);
  --ombre-forte: 0 4px 8px rgba(0, 60, 45, .06), 0 24px 56px rgba(0, 60, 45, .13);

  --wrap: 1180px;
  --gouttiere: clamp(20px, 5vw, 40px);
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
  -webkit-text-size-adjust: 100%;
}

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

body {
  margin: 0;
  background: var(--creme);
  color: var(--encre);
  font-family: var(--texte);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

h1, h2, h3, h4 {
  font-family: var(--titre);
  font-variation-settings: "SOFT" 40, "WONK" 1;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.015em;
  margin: 0 0 .5em;
  color: var(--vert);
  text-wrap: balance;
}

h1 { font-size: clamp(2.3rem, 6.2vw, 4.1rem); font-weight: 700; }
h2 { font-size: clamp(1.85rem, 4.2vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.6rem); }
h4 { font-size: 1.05rem; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--vert); text-decoration-thickness: 1px; text-underline-offset: 3px; }

::selection { background: var(--rose); color: var(--vert-fonce); }

:focus-visible {
  outline: 3px solid var(--corail);
  outline-offset: 3px;
  border-radius: 6px;
}

.wrap {
  width: min(var(--wrap), 100% - var(--gouttiere) * 2);
  margin-inline: auto;
}

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--vert); color: var(--creme);
  padding: 12px 18px; border-radius: 0 0 var(--r-s) var(--r-s);
  font-weight: 500; text-decoration: none;
  transition: top .18s ease;
}
.skip-link:focus { top: 0; }

/* ---- Boutons ----------------------------------------------------------- */

.btn {
  --btn-fond: var(--vert);
  --btn-texte: var(--creme);
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  min-height: 50px;
  border: 2px solid var(--btn-fond);
  border-radius: 999px;
  background: var(--btn-fond);
  color: var(--btn-texte);
  font-family: var(--texte);
  font-size: .96rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s cubic-bezier(.2, .8, .3, 1), box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--ombre-forte); }
.btn:active { transform: translateY(0); }

.btn-rose { --btn-fond: var(--rose); --btn-texte: var(--vert-fonce); }
.btn-corail { --btn-fond: var(--corail); --btn-texte: #fff; }

.btn-ghost {
  background: transparent;
  color: var(--vert);
  border-color: var(--vert);
}
.btn-ghost:hover { background: var(--vert); color: var(--creme); }

.btn-ghost-clair {
  background: transparent;
  color: var(--creme);
  border-color: rgba(255, 251, 238, .5);
}
.btn-ghost-clair:hover { background: var(--creme); color: var(--vert); border-color: var(--creme); }

.btn svg { width: 18px; height: 18px; flex: none; }

/* ---- Bandeau demo ------------------------------------------------------ */

.bandeau-demo {
  position: relative; z-index: 60;
  background: var(--corail);
  color: #fff;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
  padding: 9px var(--gouttiere);
}
.bandeau-demo button {
  appearance: none; background: none; border: 0; padding: 0;
  color: inherit; font: inherit; cursor: pointer;
  text-decoration: underline; text-underline-offset: 3px;
}

/* ---- En-tete ----------------------------------------------------------- */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--creme);
  border-bottom: 1px solid rgba(0, 81, 62, .1);
  transition: box-shadow .25s ease;
}
.site-header.est-collee { box-shadow: 0 6px 24px rgba(0, 60, 45, .09); }

.header-inner {
  display: flex; align-items: center; gap: 20px;
  min-height: var(--header-h);
}

.brand {
  display: inline-flex; align-items: center; gap: 11px;
  text-decoration: none; margin-right: auto;
  flex: none;
}
.brand img { width: 40px; height: 40px; border-radius: 12px; }
.brand-nom {
  font-family: var(--titre);
  font-variation-settings: "SOFT" 60, "WONK" 1;
  font-weight: 700;
  font-size: 1.42rem;
  letter-spacing: -.02em;
  color: var(--vert);
  line-height: 1;
}
.brand-nom em { font-style: normal; color: var(--corail); }

.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav > a {
  position: relative;
  padding: 8px 13px;
  font-size: .87rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--vert);
  border-radius: 999px;
  transition: color .18s ease, background .18s ease;
}
.site-nav > a::after {
  content: ""; position: absolute; left: 13px; right: 13px; bottom: 4px;
  height: 2px; background: var(--rose);
  transform: scaleX(0); transform-origin: left;
  transition: transform .28s cubic-bezier(.2, .8, .3, 1);
}
.site-nav > a:hover::after,
.site-nav > a.est-active::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 10px; flex: none; }
.header-actions .btn { padding: 11px 20px; min-height: 44px; font-size: .8rem; gap: 0; }

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  border: 1px solid rgba(0, 81, 62, .22);
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  align-items: center; justify-content: center;
}
.burger, .burger::before, .burger::after {
  display: block; width: 20px; height: 2px;
  background: var(--vert); border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
}
.burger { position: relative; }
.burger::before, .burger::after { content: ""; position: absolute; left: 0; }
.burger::before { top: -6px; }
.burger::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .burger { background: transparent; }
.nav-toggle[aria-expanded="true"] .burger::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .burger::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1080px) {
  .header-actions .btn span { display: none; }
}

/* En dessous de 620 px l'en-tete ne peut plus loger marque + bouton + burger :
   le bouton de commande bascule dans le panneau de navigation. */
.nav-cta-mobile { display: none; }

@media (max-width: 620px) {
  .header-actions .btn[data-demo="commande"] { display: none; }
  .brand img { width: 34px; height: 34px; border-radius: 10px; }
  .brand-nom { font-size: 1.22rem; }
  .nav-cta-mobile { display: inline-flex; margin-top: 18px; }
}

@media (max-width: 940px) {
  .nav-toggle { display: inline-flex; order: 3; }
  .header-actions { order: 2; }
  .site-nav {
    order: 4;
    position: fixed; inset: calc(var(--header-h) + 38px) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--creme);
    padding: 8px var(--gouttiere) 26px;
    border-bottom: 1px solid rgba(0, 81, 62, .12);
    box-shadow: 0 24px 40px rgba(0, 60, 45, .12);
    max-height: 0; overflow: hidden;
    visibility: hidden;
    transition: max-height .3s ease, visibility .3s;
  }
  .site-nav.est-ouverte { max-height: 70vh; visibility: visible; overflow-y: auto; }
  .site-nav > a { padding: 15px 4px; font-size: 1rem; border-bottom: 1px solid rgba(0, 81, 62, .09); border-radius: 0; }
  .site-nav > a::after { display: none; }
}

/* ---- Heros ------------------------------------------------------------- */

.hero {
  position: relative;
  padding: clamp(48px, 8vw, 96px) 0 clamp(56px, 8vw, 100px);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; z-index: 0;
  width: 62vw; height: 62vw; max-width: 720px; max-height: 720px;
  right: -18vw; top: -22vw;
  background: radial-gradient(circle, var(--sable) 0%, rgba(244, 231, 189, 0) 68%);
  border-radius: 50%;
  pointer-events: none;
}

.fil-ariane {
  position: relative; z-index: 1;
  font-size: .82rem; color: var(--gris);
  margin-bottom: 22px; letter-spacing: .04em;
}
.fil-ariane a { color: var(--gris); text-decoration: none; }
.fil-ariane a:hover { color: var(--vert); text-decoration: underline; }

.hero-grille {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--rose-clair); color: var(--vert-fonce);
  padding: 7px 16px 7px 11px; border-radius: 999px;
  font-size: .78rem; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-eyebrow .pastille {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--corail);
  box-shadow: 0 0 0 0 rgba(237, 110, 103, .6);
  animation: pouls 2.4s ease-out infinite;
}
@keyframes pouls {
  70% { box-shadow: 0 0 0 9px rgba(237, 110, 103, 0); }
  100% { box-shadow: 0 0 0 0 rgba(237, 110, 103, 0); }
}

.hero h1 em {
  font-style: normal;
  color: var(--corail);
  font-variation-settings: "SOFT" 80, "WONK" 1;
}

.hero-chapo {
  font-size: clamp(1.02rem, 1.6vw, 1.15rem);
  color: #443f3c;
  max-width: 46ch;
  margin-bottom: 26px;
}

.hero-faits {
  list-style: none; margin: 0 0 30px; padding: 0;
  display: grid; gap: 12px;
}
.hero-faits li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: .95rem; color: #443f3c;
}
.hero-faits svg {
  width: 21px; height: 21px; flex: none; margin-top: 2px;
  color: var(--vert); stroke-width: 1.7;
}
.hero-faits strong { color: var(--vert); font-weight: 600; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-photo {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--ombre-forte);
  background: var(--sable);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }

.hero-badge {
  position: absolute; left: 22px; bottom: 22px; right: 22px;
  display: flex; align-items: center; gap: 14px;
  background: rgba(255, 251, 238, .94);
  backdrop-filter: blur(8px);
  padding: 14px 18px;
  border-radius: var(--r-m);
}
.hero-badge-note {
  font-family: var(--titre);
  font-variation-settings: "SOFT" 60, "WONK" 1;
  font-size: 1.9rem; font-weight: 700; line-height: 1;
  color: var(--vert);
}
.hero-badge-texte { font-size: .82rem; line-height: 1.35; color: #4a4542; }
.hero-badge-texte strong { display: block; color: var(--vert); font-weight: 600; }
.etoiles { color: var(--corail); letter-spacing: 2px; font-size: .8rem; }

@media (max-width: 860px) {
  .hero-grille { grid-template-columns: 1fr; }
  .hero-photo { aspect-ratio: 5 / 4; order: -1; }
}

/* ---- Bandeau defilant -------------------------------------------------- */

.marquee {
  background: var(--vert);
  color: var(--creme);
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}
.marquee-piste { display: inline-flex; gap: 0; animation: defile 34s linear infinite; }
.marquee:hover .marquee-piste { animation-play-state: paused; }
.marquee span {
  display: inline-flex; align-items: center; gap: 26px;
  padding-right: 26px;
  font-family: var(--titre);
  font-variation-settings: "SOFT" 60, "WONK" 1;
  font-size: 1.12rem; font-weight: 600; letter-spacing: .01em;
}
.marquee span::after {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--rose); flex: none;
}
@keyframes defile { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-piste { animation: none; } }

/* ---- Sections generiques ---------------------------------------------- */

.section { padding: clamp(56px, 8vw, 104px) 0; }
.section-creme { background: var(--creme-2); }
.section-vert { background: var(--vert); color: var(--creme); }
.section-vert h2, .section-vert h3 { color: var(--creme); }

.section-titre { max-width: 62ch; margin-bottom: clamp(32px, 4vw, 52px); }
.section-titre.centre { margin-inline: auto; text-align: center; }
.eyebrow {
  display: block;
  font-size: .78rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--corail);
  margin-bottom: 14px;
}
.section-vert .eyebrow { color: var(--rose); }
.section-titre p { color: var(--gris); font-size: 1.03rem; }
.section-vert .section-titre p { color: rgba(255, 251, 238, .78); }

/* ---- Avis Google ------------------------------------------------------- */

.avis-entete {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: clamp(20px, 4vw, 48px);
  margin-bottom: 34px;
}
.avis-score {
  display: flex; align-items: center; gap: 18px;
  background: var(--creme); border-radius: var(--r-l);
  padding: 20px 28px; box-shadow: var(--ombre);
  flex: none;
}
.avis-score-chiffre {
  font-family: var(--titre);
  font-variation-settings: "SOFT" 70, "WONK" 1;
  font-size: 3.1rem; font-weight: 700; line-height: .95;
  color: var(--vert);
}
.avis-score-detail { font-size: .86rem; color: var(--gris); line-height: 1.4; }
.avis-score-detail .etoiles { display: block; font-size: 1rem; margin-bottom: 3px; }
.avis-score-logo {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 6px; font-weight: 500; color: #4a4542;
}
.avis-score-logo svg { width: 15px; height: 15px; }

.avis-piste {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(292px, 1fr);
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  margin-inline: calc(var(--gouttiere) * -1);
  padding-inline: var(--gouttiere);
  scrollbar-width: thin;
  scrollbar-color: var(--rose) transparent;
}
.avis-piste::-webkit-scrollbar { height: 6px; }
.avis-piste::-webkit-scrollbar-thumb { background: var(--rose); border-radius: 99px; }

.avis-carte {
  scroll-snap-align: start;
  background: var(--creme);
  border: 1px solid rgba(0, 81, 62, .09);
  border-radius: var(--r-l);
  padding: 26px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .25s cubic-bezier(.2, .8, .3, 1), box-shadow .25s ease;
}
.avis-carte:hover { transform: translateY(-4px); box-shadow: var(--ombre); }
.section-creme .avis-carte { background: var(--creme); }

.avis-tete { display: flex; align-items: center; gap: 12px; }
.avis-pastille {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--titre); font-weight: 700; font-size: 1.05rem;
  color: var(--vert-fonce); flex: none;
}
.avis-nom { font-weight: 500; font-size: .96rem; color: var(--encre); line-height: 1.2; }
.avis-date { font-size: .78rem; color: var(--gris); }
.avis-carte p { font-size: .94rem; color: #443f3c; line-height: 1.6; }
.avis-carte .etoiles { font-size: .92rem; }

.avis-pied {
  margin-top: auto; padding-top: 12px;
  border-top: 1px solid rgba(0, 81, 62, .09);
  display: flex; align-items: center; gap: 7px;
  font-size: .76rem; color: var(--gris);
}
.avis-pied svg { width: 13px; height: 13px; }

.avis-fleches { display: flex; gap: 10px; margin-top: 22px; }
.avis-fleche {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid rgba(0, 81, 62, .25);
  background: transparent; color: var(--vert);
  cursor: pointer; display: grid; place-items: center;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.avis-fleche:hover { background: var(--vert); color: var(--creme); transform: translateY(-2px); }
.avis-fleche svg { width: 18px; height: 18px; }

/* ---- Mur Instagram ----------------------------------------------------- */

.insta-entete {
  display: flex; flex-wrap: wrap; align-items: flex-end;
  justify-content: space-between; gap: 20px;
  margin-bottom: 30px;
}
.insta-compte {
  display: inline-flex; align-items: center; gap: 9px;
  appearance: none; background: none; padding: 9px 18px;
  border: 1px solid rgba(255, 251, 238, .3); border-radius: 999px;
  font-family: var(--texte); font-weight: 500; font-size: .95rem;
  color: var(--creme); text-decoration: none; cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.insta-compte:hover { background: var(--rose); color: var(--vert-fonce); border-color: var(--rose); }
.insta-compte svg { width: 20px; height: 20px; }

.insta-grille {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 900px) { .insta-grille { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .insta-grille { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

.insta-item {
  position: relative;
  display: block;
  aspect-ratio: 1;
  border-radius: var(--r-m);
  overflow: hidden;
  background: var(--vert-fonce);
  border: 0; padding: 0;
  cursor: pointer;
  font: inherit; color: inherit; text-align: left;
}
.insta-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .8, .3, 1), filter .35s ease;
}
.insta-item:hover img, .insta-item:focus-visible img { transform: scale(1.07); filter: brightness(.55); }

.insta-voile {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; padding: 16px;
  color: #fff; text-align: center;
  opacity: 0;
  transition: opacity .3s ease;
}
.insta-item:hover .insta-voile, .insta-item:focus-visible .insta-voile { opacity: 1; }
.insta-voile svg { width: 26px; height: 26px; }
.insta-voile-texte {
  font-size: .78rem; font-weight: 500;
  letter-spacing: .06em; text-transform: uppercase;
}
.insta-stats {
  display: flex; gap: 14px; font-size: .8rem;
  align-items: center;
}
.insta-stats span { display: inline-flex; align-items: center; gap: 5px; }
.insta-stats svg { width: 14px; height: 14px; }

.insta-video::before {
  content: ""; position: absolute; z-index: 2; right: 12px; top: 12px;
  width: 22px; height: 22px;
  background: #fff;
  clip-path: polygon(4% 12%, 96% 12%, 96% 88%, 4% 88%, 4% 12%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='m23 7-7 5 7 5V7z'/%3E%3Crect x='1' y='5' width='15' height='14' rx='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='m23 7-7 5 7 5V7z'/%3E%3Crect x='1' y='5' width='15' height='14' rx='2'/%3E%3C/svg%3E") center / contain no-repeat;
  clip-path: none;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .5));
  transition: opacity .3s ease;
}
.insta-item:hover.insta-video::before { opacity: 0; }

/* ---- Carte / menu ------------------------------------------------------ */

.filtres {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 34px;
}
.filtre {
  appearance: none;
  padding: 10px 22px;
  border: 1px solid rgba(0, 81, 62, .22);
  border-radius: 999px;
  background: transparent;
  color: var(--vert);
  font-family: var(--texte); font-size: .87rem; font-weight: 500;
  letter-spacing: .05em; text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.filtre:hover { transform: translateY(-2px); border-color: var(--vert); }
.filtre[aria-pressed="true"] { background: var(--vert); border-color: var(--vert); color: var(--creme); }

.carte-grille {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.plat {
  display: flex; flex-direction: column;
  background: var(--creme);
  border-radius: var(--r-l);
  overflow: hidden;
  border: 1px solid rgba(0, 81, 62, .08);
  transition: transform .28s cubic-bezier(.2, .8, .3, 1), box-shadow .28s ease;
}
.plat:hover { transform: translateY(-6px); box-shadow: var(--ombre-forte); }
.plat.est-masque { display: none; }

.plat-photo { position: relative; aspect-ratio: 1; background: var(--sable); overflow: hidden; }
.plat-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2, .8, .3, 1); }
.plat:hover .plat-photo img { transform: scale(1.05); }

.plat-tags { position: absolute; left: 12px; top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.tag {
  padding: 5px 11px; border-radius: 999px;
  font-size: .68rem; font-weight: 500;
  letter-spacing: .07em; text-transform: uppercase;
  background: var(--creme); color: var(--vert);
  box-shadow: 0 2px 6px rgba(0, 60, 45, .12);
}
.tag-vege { background: #d9ecd8; color: #23603a; }
.tag-nouveau { background: var(--corail); color: #fff; }
.tag-piquant { background: var(--rose); color: var(--vert-fonce); }

.plat-corps { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.plat-tete { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.plat-tete h3 { margin: 0; font-size: 1.24rem; }
.plat-prix {
  font-family: var(--titre);
  font-variation-settings: "SOFT" 60, "WONK" 1;
  font-weight: 700; font-size: 1.12rem;
  color: var(--corail); white-space: nowrap;
}
.plat-corps p { font-size: .89rem; color: var(--gris); line-height: 1.55; margin: 0; }

.carte-note {
  margin-top: 34px;
  font-size: .84rem; color: var(--gris);
  border-top: 1px solid rgba(0, 81, 62, .12);
  padding-top: 18px;
}

/* ---- Promo ------------------------------------------------------------- */

.promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  background: var(--vert);
  color: var(--creme);
  border-radius: var(--r-xl);
  overflow: hidden;
  padding: clamp(32px, 5vw, 64px);
  position: relative;
}
.promo::before {
  content: ""; position: absolute; inset: auto auto -30% -12%;
  width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 139, 155, .28) 0%, rgba(241, 139, 155, 0) 70%);
}
.promo > * { position: relative; }
.promo h2 { color: var(--creme); }
.promo p { color: rgba(255, 251, 238, .82); }
.promo-prix {
  display: flex; align-items: baseline; gap: 12px;
  font-family: var(--titre);
  font-variation-settings: "SOFT" 70, "WONK" 1;
  font-size: 3.4rem; font-weight: 700; line-height: 1;
  color: var(--rose);
  margin-bottom: 18px;
}
.promo-prix small { font-size: .95rem; font-family: var(--texte); font-weight: 400; color: rgba(255, 251, 238, .8); }
.promo-photo { border-radius: var(--r-l); overflow: hidden; aspect-ratio: 1; box-shadow: var(--ombre-forte); }
.promo-photo img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 820px) { .promo { grid-template-columns: 1fr; } .promo-photo { order: -1; } }

/* ---- Texte editorial --------------------------------------------------- */

.edito { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(28px, 4vw, 56px); }
.edito h2 { font-size: clamp(1.5rem, 2.6vw, 1.95rem); }
.edito p { font-size: .96rem; color: #4a4542; line-height: 1.72; }

/* ---- Infos pratiques --------------------------------------------------- */

.infos { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 860px) { .infos { grid-template-columns: 1fr; } }

.info-bloc + .info-bloc { margin-top: 28px; }
.info-bloc h3 { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; margin-bottom: 10px; }
.info-bloc h3 svg { width: 20px; height: 20px; color: var(--corail); flex: none; }
.info-bloc p, .info-bloc a { font-size: .97rem; color: #4a4542; }
.info-bloc a { font-weight: 500; color: var(--vert); }

.horaires { list-style: none; margin: 0; padding: 0; }
.horaires li {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0, 81, 62, .2);
  font-size: .94rem;
}
.horaires li:last-child { border-bottom: 0; }
.horaires .jour { color: #4a4542; }
.horaires .heures { color: var(--vert); font-weight: 500; text-align: right; }
.horaires li.est-aujourdhui .jour { font-weight: 600; color: var(--vert); }
.horaires li.est-aujourdhui { background: rgba(241, 139, 155, .16); border-radius: 10px; padding-inline: 12px; border-bottom-color: transparent; }

.plan {
  position: relative;
  border-radius: var(--r-l);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--sable);
  box-shadow: var(--ombre);
  display: grid; place-items: center;
  padding: 28px; text-align: center;
}
.plan img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.plan-voile {
  position: relative;
  background: rgba(255, 251, 238, .93);
  backdrop-filter: blur(6px);
  border-radius: var(--r-m);
  padding: 24px 26px;
  max-width: 340px;
}
.plan-voile h3 { font-size: 1.1rem; margin-bottom: 6px; }
.plan-voile p { font-size: .9rem; color: #4a4542; margin-bottom: 16px; }

/* ---- Pied de page ------------------------------------------------------ */

.site-footer { background: var(--vert); color: var(--creme); padding: clamp(48px, 6vw, 78px) 0 0; }
.footer-haut {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 44px;
}
@media (max-width: 900px) { .footer-haut { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .footer-haut { grid-template-columns: 1fr; } }

.footer-marque { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 16px; text-decoration: none; }
.footer-marque img { width: 40px; height: 40px; border-radius: 12px; }
.footer-marque .brand-nom { color: var(--creme); }
.footer-marque .brand-nom em { color: var(--rose); }
.footer-haut p { color: rgba(255, 251, 238, .76); font-size: .93rem; }

.footer-titre {
  font-size: .78rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--rose); margin-bottom: 16px;
}
.footer-liens { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-liens a, .footer-liens button {
  appearance: none; background: none; border: 0; padding: 0;
  font: inherit; font-size: .93rem; cursor: pointer;
  color: rgba(255, 251, 238, .82); text-decoration: none; text-align: left;
  transition: color .18s ease;
}
.footer-liens a:hover, .footer-liens button:hover { color: var(--rose); }

.newsletter { display: flex; gap: 10px; margin: 16px 0 12px; flex-wrap: wrap; }
.newsletter input {
  flex: 1 1 190px;
  min-height: 50px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 251, 238, .32);
  background: rgba(255, 251, 238, .07);
  color: var(--creme);
  font: inherit; font-size: .93rem;
}
.newsletter input::placeholder { color: rgba(255, 251, 238, .5); }
.newsletter .btn { --btn-fond: var(--rose); --btn-texte: var(--vert-fonce); }
.footer-mentions-nl { font-size: .74rem; color: rgba(255, 251, 238, .55); line-height: 1.5; }

.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(255, 251, 238, .3);
  display: grid; place-items: center; color: var(--creme);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.footer-social a:hover { background: var(--rose); color: var(--vert-fonce); border-color: var(--rose); transform: translateY(-2px); }
.footer-social svg { width: 18px; height: 18px; }

.footer-bas {
  border-top: 1px solid rgba(255, 251, 238, .16);
  padding: 22px 0 26px;
  display: flex; flex-wrap: wrap; gap: 10px 22px;
  justify-content: space-between; align-items: center;
  font-size: .82rem; color: rgba(255, 251, 238, .62);
}
.footer-bas a { color: rgba(255, 251, 238, .62); }

/* ---- Modale demo ------------------------------------------------------- */

.modale-demo {
  width: min(520px, calc(100vw - 32px));
  border: 0;
  border-radius: var(--r-l);
  padding: 0;
  background: var(--creme);
  color: var(--encre);
  box-shadow: 0 30px 80px rgba(0, 40, 30, .35);
}
.modale-demo::backdrop { background: rgba(0, 45, 34, .55); backdrop-filter: blur(4px); }
.modale-demo[open] { animation: modale-entre .28s cubic-bezier(.2, .8, .3, 1); }
@keyframes modale-entre {
  from { opacity: 0; transform: translateY(14px) scale(.97); }
  to { opacity: 1; transform: none; }
}

.modale-demo-corps { padding: 32px 32px 28px; text-align: center; }
.modale-demo-icone {
  width: 58px; height: 58px; margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--rose-clair);
  display: grid; place-items: center;
  color: var(--vert);
}
.modale-demo-icone svg { width: 28px; height: 28px; stroke-width: 1.8; }
.modale-demo h3 { font-size: 1.5rem; margin-bottom: 10px; }
.modale-demo p { font-size: .96rem; color: #4a4542; line-height: 1.62; }
.modale-demo-actions {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  margin-top: 24px;
}
.modale-demo-actions .btn { flex: 1 1 auto; }

/* ---- Apparition au defilement ------------------------------------------ */

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2, .8, .3, 1);
}
.js .reveal.est-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; }
}
