/* ==================================================================
   O'DÉLICES — feuille de style unique
   Identité : papier kraft (sac de fast-food), moutarde, ketchup, grill.
   Typographie : TeX Gyre Heros Cn (titres), TeX Gyre Heros (texte).
   ================================================================== */

@font-face { font-family: "OD Cond"; src: url("/assets/fonts/heros-cn-bold.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "OD Cond"; src: url("/assets/fonts/heros-cn-bolditalic.woff") format("woff"); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: "OD Sans"; src: url("/assets/fonts/heros-regular.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "OD Sans"; src: url("/assets/fonts/heros-bold.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --kraft: #E8CFA6;
  --kraft-fonce: #D6B684;
  --moutarde: #FFB81C;
  --ketchup: #C62118;
  --ketchup-fonce: #9E150F;
  --grill: #2A1307;
  --grill-doux: #5B3A22;
  --salade: #2F7D32;
  --pain: #D9822B;
  --cheddar: #FFD23F;
  --ticket: #FFFFFF;

  --cond: "OD Cond", "Arial Narrow", "Helvetica Neue Condensed", Impact, sans-serif;
  --sans: "OD Sans", "Helvetica Neue", Arial, sans-serif;

  --shell: 1180px;
  --gut: clamp(1rem, 4vw, 2.5rem);
  --r: 14px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  margin: 0;
  background: var(--kraft);
  color: var(--grill);
  font: 400 1.0625rem/1.6 var(--sans);
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--ketchup-fonce); text-underline-offset: .18em; }
a:hover { color: var(--ketchup); }
:focus-visible { outline: 3px solid var(--grill); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { font-family: var(--cond); font-weight: 700; line-height: .95; margin: 0 0 .4em; letter-spacing: -.01em; }
h1 { font-size: clamp(3rem, 7.5vw, 6.2rem); font-style: italic; }
h2 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); font-style: italic; }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1em; }
.lead { font-size: 1.2rem; max-width: 34em; }
.shell { width: min(100% - 2 * var(--gut), var(--shell)); margin-inline: auto; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ico { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.skip { position: absolute; left: 1rem; top: -4rem; z-index: 100; background: var(--grill); color: #fff; padding: .6rem 1rem; border-radius: 8px; }
.skip:focus { top: 1rem; color: #fff; }

/* ------------------------------------------------------------------
   Boutons
   ------------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font: 700 1.3rem/1 var(--cond);
  padding: .8em 1.3em .7em;
  border-radius: 999px;
  border: 3px solid var(--grill);
  background: transparent; color: var(--grill);
  text-decoration: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { color: var(--grill); transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--grill); }
.btn:active { transform: none; box-shadow: none; }
.btn-red { background: var(--ketchup); border-color: var(--ketchup); color: #fff; }
.btn-red:hover { color: #fff; box-shadow: 4px 4px 0 var(--grill); }
.btn-sm { font-size: 1.05rem; padding: .6em 1em .5em; border-width: 2px; }
.btn-block { width: 100%; }

/* ------------------------------------------------------------------
   Bandeau d'annonce (réouverture, fermeture exceptionnelle…)
   ------------------------------------------------------------------ */
.annonce {
  background: var(--ketchup); color: #fff;
  font: 700 italic clamp(1.1rem, 2.4vw, 1.45rem)/1.15 var(--cond);
  text-align: center; padding: .7rem var(--gut);
}
.annonce p { margin: 0; }
.annonce strong { color: var(--cheddar); }
.prepa { background: var(--grill); color: var(--cheddar); text-align: center; font-size: .9rem; padding: .4rem var(--gut); margin: 0; }

/* ------------------------------------------------------------------
   En-tête
   ------------------------------------------------------------------ */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: var(--kraft);
  border-bottom: 3px solid transparent;
  transition: border-color .2s ease;
}
.site-head.is-stuck { border-bottom-color: var(--grill); }
.scroll-sentinel { position: absolute; top: 0; height: 1px; width: 1px; }
.head-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4.6rem; }
.brand { display: flex; align-items: center; gap: .9rem; color: var(--grill); text-decoration: none; }
.brand svg { width: 150px; height: auto; }
.brand:hover { color: var(--grill); }

.statut {
  display: inline-flex; align-items: center; gap: .45em;
  font: 700 .95rem/1 var(--sans);
  padding: .45em .8em; border-radius: 999px; margin: 0;
  background: var(--grill); color: #fff; white-space: nowrap;
}
.nav { margin-left: auto; }
@media (max-width: 1080px) and (min-width: 901px) { .nav a:not(.btn) { padding-inline: .55rem; font-size: 1.15rem; } }
@media (max-width: 420px) { .statut { font-size: .8rem; } .head-in { gap: .6rem; } }
.statut::before { content: ""; width: .6em; height: .6em; border-radius: 50%; background: var(--ketchup); box-shadow: 0 0 0 2px rgba(255,255,255,.25); }
.statut.is-open::before { background: #53C75A; }

.nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: .3rem; }
.nav a:not(.btn) {
  display: block; padding: .5rem .8rem;
  font: 700 1.25rem/1 var(--cond); color: var(--grill); text-decoration: none;
  border-radius: 999px;
}
.nav a:not(.btn):hover { background: var(--kraft-fonce); }
.nav a[aria-current="page"] { background: var(--grill); color: var(--kraft); }

.burger { display: none; width: 48px; height: 48px; border: 2px solid var(--grill); border-radius: 50%; background: transparent; cursor: pointer; padding: 0; place-content: center; gap: 4px; }
.burger span { display: block; width: 20px; height: 3px; background: var(--grill); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-open .burger span:nth-child(2) { opacity: 0; }
.nav-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .burger { display: grid; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--kraft); border-bottom: 3px solid var(--grill); padding: 1rem var(--gut) 1.5rem; display: none; }
  .nav-open .nav { display: block; }
  .nav ul { flex-direction: column; align-items: stretch; gap: .2rem; }
  .nav a:not(.btn) { font-size: 1.8rem; padding: .6rem .8rem; }
  .nav .btn { margin-top: .6rem; width: 100%; font-size: 1.4rem; }
  .statut { margin-left: auto; }
  .brand svg { width: 128px; }
}

/* ------------------------------------------------------------------
   Héros de l'accueil : le burger-menu
   ------------------------------------------------------------------ */
.hero { background: var(--moutarde); padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 7vw, 6rem); overflow: hidden; }
.hero-in { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero h1 { margin-bottom: .25em; }
.hero h1 small { display: block; font-size: .42em; line-height: 1.1; margin-top: .25em; color: var(--ketchup-fonce); }
.hero .lead { margin-bottom: 1.6rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-horaire { margin-top: 1.6rem; display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; font-weight: 700; }

.pile { display: grid; gap: 7px; width: 100%; max-width: 540px; justify-self: center; }
.pile a {
  position: relative; display: block;
  font: 700 italic clamp(2rem, 4.8vw, 3.5rem)/1 var(--cond);
  text-align: center; text-decoration: none;
  padding: .28em 1em .22em;
  transition: transform .18s ease;
}
.pile a:hover, .pile a:focus-visible { transform: translateX(14px) rotate(-1deg); }
.pile a span { position: relative; }
.pile .prix-mini { display: inline-block; vertical-align: middle; font: 700 .32em/1 var(--sans); font-style: normal; padding: .35em .6em; border-radius: 999px; margin-left: .6em; background: rgba(0,0,0,.18); transform: translateY(-.3em); }

.l-pain-haut {
  background-color: var(--pain);
  background-image:
    radial-gradient(ellipse 5px 3px at 20% 30%, #FBE7C6 90%, transparent),
    radial-gradient(ellipse 5px 3px at 34% 18%, #FBE7C6 90%, transparent),
    radial-gradient(ellipse 5px 3px at 50% 12%, #FBE7C6 90%, transparent),
    radial-gradient(ellipse 5px 3px at 66% 20%, #FBE7C6 90%, transparent),
    radial-gradient(ellipse 5px 3px at 80% 32%, #FBE7C6 90%, transparent),
    radial-gradient(ellipse 5px 3px at 42% 34%, #FBE7C6 90%, transparent),
    radial-gradient(ellipse 5px 3px at 60% 36%, #FBE7C6 90%, transparent);
  color: #FFF2DC;
  border-radius: 50% 50% 16px 16px / 100% 100% 16px 16px;
  padding-top: .95em !important;
  margin-inline: 2%;
}
.l-salade {
  background: var(--salade); color: #fff;
  margin-inline: -3%;
  -webkit-mask: radial-gradient(circle 11px at 50% 100%, transparent 98%, #000) 0 0 / 30px 100% repeat-x;
          mask: radial-gradient(circle 11px at 50% 100%, transparent 98%, #000) 0 0 / 30px 100% repeat-x;
  padding-bottom: .42em !important;
}
.l-cheddar {
  background: var(--cheddar); color: var(--grill);
  margin-inline: -1%;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 94% 72%, 90% 100%, 86% 72%, 64% 72%, 58% 92%, 52% 72%, 30% 72%, 25% 100%, 20% 72%, 0 72%);
  padding-bottom: .55em !important;
  margin-bottom: -.35em;
}
.l-tomate { background: var(--ketchup); color: #fff; border-radius: 999px; margin-inline: 4%; }
.l-steak {
  background-color: #5A2A12;
  background-image: repeating-linear-gradient(-58deg, transparent 0 34px, rgba(0,0,0,.28) 34px 40px);
  color: #FFD9A6; border-radius: 22px;
  margin-inline: 1%;
}
.l-pain-bas { background: var(--pain); color: #FFF2DC; border-radius: 12px 12px 50px 50px; margin-inline: 2%; padding-bottom: .4em !important; }
.l-pain-bas, .l-pain-haut { box-shadow: inset 0 -6px 0 rgba(0,0,0,.12); }

@media (prefers-reduced-motion: no-preference) {
  .pile a { animation: tombe .55s cubic-bezier(.3, 1.4, .5, 1) both; }
  .pile a:nth-child(6) { animation-delay: .05s; }
  .pile a:nth-child(5) { animation-delay: .17s; }
  .pile a:nth-child(4) { animation-delay: .29s; }
  .pile a:nth-child(3) { animation-delay: .41s; }
  .pile a:nth-child(2) { animation-delay: .53s; }
  .pile a:nth-child(1) { animation-delay: .65s; }
}
@keyframes tombe { from { opacity: 0; transform: translateY(-60px); } to { opacity: 1; transform: none; } }

@media (max-width: 860px) {
  .hero-in { grid-template-columns: 1fr; }
  .pile { max-width: 460px; }
}

/* ------------------------------------------------------------------
   Sections
   ------------------------------------------------------------------ */
.section { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.section-head { max-width: 40rem; margin-bottom: 2.4rem; }
.section-head p { font-size: 1.12rem; }

/* Incontournables */
.plats { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.4rem; }
.plat { position: relative; margin: 0; }
.plat:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.plat:nth-child(2) { grid-column: span 5; }
.plat:nth-child(3) { grid-column: span 5; }
.plat:nth-child(4) { grid-column: span 12; }
.plat-photo { border-radius: var(--r); overflow: hidden; border: 3px solid var(--grill); background: var(--grill); height: 100%; }
.plat-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.plat:nth-child(4) .plat-photo img { aspect-ratio: 21 / 7; }
.plat figcaption {
  position: absolute; left: 1rem; bottom: 1rem; right: 1rem;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem;
  pointer-events: none;
}
.plat-nom { background: var(--ticket); padding: .5rem .9rem .45rem; border-radius: 8px; border: 2px solid var(--grill); max-width: 70%; }
.plat-nom b { display: block; font: 700 italic 1.6rem/1 var(--cond); }
.plat-nom span { font-size: .92rem; line-height: 1.3; display: block; margin-top: .2rem; }
.pastille {
  flex: none; display: grid; place-content: center; text-align: center;
  width: 5.2rem; height: 5.2rem; border-radius: 50%;
  background: var(--ketchup); color: #fff; border: 3px solid var(--grill);
  font: 700 1.55rem/1 var(--cond);
  transform: rotate(-10deg);
}
.pastille small { display: block; font: 400 .7rem/1.1 var(--sans); }
@media (max-width: 760px) {
  .plats { grid-template-columns: 1fr; }
  .plat:nth-child(n) { grid-column: auto; grid-row: auto; }
  .plat:nth-child(4) .plat-photo img { aspect-ratio: 4 / 3; }
}

/* Formule menu : une ligne d'addition géante */
.formule { background: var(--grill); color: var(--kraft); }
.formule-in { display: grid; grid-template-columns: auto 1fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.formule h2 { color: var(--moutarde); margin: 0; }
.equation { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .9rem; font: 700 italic clamp(1.7rem, 3.6vw, 2.8rem)/1 var(--cond); margin: 0; }
.equation .op { color: var(--moutarde); }
.equation .total { background: var(--moutarde); color: var(--grill); padding: .15em .45em .1em; border-radius: 10px; font-style: normal; }
.formule-note { grid-column: 1 / -1; margin: 0; color: #E9D6B8; }
@media (max-width: 760px) { .formule-in { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------
   Tickets (carte, horaires)
   ------------------------------------------------------------------ */
.ticket {
  position: relative;
  background: var(--ticket);
  padding: 1.6rem 1.5rem 1.4rem;
  margin-bottom: 14px;
  filter: drop-shadow(0 2px 0 var(--kraft-fonce));
}
.ticket::before, .ticket::after {
  content: ""; position: absolute; left: 0; right: 0; height: 12px;
  background:
    linear-gradient(135deg, var(--ticket) 50%, transparent 50%) 0 0 / 16px 12px repeat-x,
    linear-gradient(-135deg, var(--ticket) 50%, transparent 50%) 0 0 / 16px 12px repeat-x;
}
.ticket::after { bottom: -12px; }
.ticket::before { top: -12px; transform: scaleY(-1); }
.ticket-tete { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; border-bottom: 2px dashed var(--grill); padding-bottom: .6rem; margin-bottom: .9rem; }
.ticket-tete h2, .ticket-tete h3 { margin: 0; font-size: clamp(2rem, 3.4vw, 2.6rem); }
.ticket-tete p { margin: 0; font-size: .92rem; color: var(--grill-doux); text-align: right; }

.lignes { list-style: none; margin: 0; padding: 0; }
.lignes li { padding: .55rem 0; }
.lignes li + li { border-top: 1px solid #EFE3D0; }
.ligne { display: flex; align-items: baseline; gap: .5rem; }
.ligne .nom { font-weight: 700; }
.ligne .pts { flex: 1; border-bottom: 2px dotted var(--grill-doux); transform: translateY(-.25em); min-width: 1.5rem; }
.ligne .prix { font: 700 1.35rem/1 var(--cond); white-space: nowrap; font-variant-numeric: tabular-nums; }
.lignes .desc { margin: .15rem 0 0; font-size: .95rem; color: var(--grill-doux); max-width: 36em; }
.tag { display: inline-block; font: 700 .72rem/1 var(--sans); padding: .3em .55em; border-radius: 4px; margin-left: .4em; vertical-align: .15em; background: var(--moutarde); color: var(--grill); }
.tag-veg { background: var(--salade); color: #fff; }
.ticket-pied { margin: 1rem 0 0; padding-top: .7rem; border-top: 2px dashed var(--grill); font-size: .92rem; }

/* Carte : navigation des rubriques */
.rubriques { position: sticky; top: calc(4.6rem + 3px); z-index: 40; background: var(--kraft); padding: .7rem 0; border-bottom: 3px solid var(--grill); }
.rubriques ul { list-style: none; margin: 0; padding: 0 0 .15rem; display: flex; gap: .5rem; overflow-x: auto; scrollbar-width: thin; }
.rubriques a { display: block; white-space: nowrap; font: 700 1.15rem/1 var(--cond); padding: .5em .95em .42em; border: 2px solid var(--grill); border-radius: 999px; color: var(--grill); text-decoration: none; background: var(--ticket); }
.rubriques a:hover { background: var(--moutarde); color: var(--grill); }

.carte { columns: 2 440px; column-gap: 2.2rem; }
.carte .ticket { break-inside: avoid; margin: 12px 0 2.8rem; }
@media (min-width: 900px) {
  .carte .ticket:nth-child(odd) { transform: rotate(-.5deg); }
  .carte .ticket:nth-child(even) { transform: rotate(.45deg); }
}
.carte-intro { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.carte-intro .equation { font-size: clamp(1.4rem, 2.6vw, 2rem); }
@media (max-width: 760px) { .carte-intro { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------
   Page de titre des pages internes
   ------------------------------------------------------------------ */
.page-top { background: var(--moutarde); padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 5vw, 3.5rem); }
.page-top h1 { margin-bottom: .2em; }
.page-top .lead { margin: 0; }

/* ------------------------------------------------------------------
   Horaires et accès
   ------------------------------------------------------------------ */
.infos { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
@media (max-width: 860px) { .infos { grid-template-columns: 1fr; } }
.semaine { width: 100%; border-collapse: collapse; }
.semaine th, .semaine td { padding: .6rem .3rem; text-align: left; border-top: 1px solid #EFE3D0; vertical-align: top; }
.semaine tr:first-child th, .semaine tr:first-child td { border-top: 0; }
.semaine th { font: 700 1.3rem/1.1 var(--cond); width: 38%; }
.semaine td { text-align: right; font-variant-numeric: tabular-nums; }
.semaine .ferme { color: var(--grill-doux); font-style: italic; }
.semaine .auj { background: var(--moutarde); }
.semaine .auj th::after { content: " (aujourd’hui)"; font: 400 .8rem var(--sans); }

.acces { display: grid; gap: 1.2rem; }
.bloc { background: var(--ticket); border: 3px solid var(--grill); border-radius: var(--r); padding: 1.3rem 1.4rem; }
.bloc h2, .bloc h3 { font-size: 1.9rem; }
.bloc p:last-child { margin-bottom: 0; }
.bloc-rouge { background: var(--ketchup); color: #fff; border-color: var(--ketchup); }
.bloc-rouge a { color: #fff; }
.tel-geant { display: inline-flex; align-items: center; gap: .4em; font: 700 italic clamp(2rem, 5vw, 2.9rem)/1 var(--cond); color: inherit; text-decoration: none; }
.tel-geant:hover { color: inherit; text-decoration: underline; }
.coord { list-style: none; margin: 0; padding: 0; display: grid; gap: .8rem; }
.coord li { display: flex; gap: .7rem; align-items: flex-start; }
.coord .ico { margin-top: .25em; color: var(--ketchup); }
.coord h3 { font: 700 1rem/1.3 var(--sans); margin: 0; }
.coord p { margin: 0; }

/* Accueil : ticket horaires + accès côte à côte */
.maintenant { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
@media (max-width: 860px) { .maintenant { grid-template-columns: 1fr; } }

/* Affiche de l'événement */
.affiche-bloc { display: grid; grid-template-columns: minmax(0, 360px) 1fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.affiche-bloc picture, .affiche-bloc > img { transform: rotate(-2deg); border: 6px solid var(--ticket); box-shadow: 8px 8px 0 var(--grill); }
@media (max-width: 760px) { .affiche-bloc { grid-template-columns: 1fr; } .affiche-bloc picture { max-width: 300px; } }

/* ------------------------------------------------------------------
   FAQ
   ------------------------------------------------------------------ */
.faq { max-width: 50rem; }
.faq details { border-top: 3px solid var(--grill); }
.faq details:last-child { border-bottom: 3px solid var(--grill); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1.05rem 0; font: 700 1.5rem/1.1 var(--cond); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 2rem; height: 2rem; display: grid; place-content: center; border-radius: 50%; background: var(--grill); color: var(--kraft); font: 700 1.4rem/1 var(--sans); transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--ketchup); color: #fff; }
.faq details p { margin: 0 0 1.2rem; max-width: 40em; }

/* ------------------------------------------------------------------
   Formulaire
   ------------------------------------------------------------------ */
.contact-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.field { margin-bottom: 1.1rem; }
.field label { display: flex; align-items: center; gap: .45rem; font-weight: 700; margin-bottom: .35rem; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; color: var(--grill);
  background: #FFFDF8; border: 2px solid var(--grill); border-radius: 10px;
  padding: .75rem .9rem;
}
.field textarea { min-height: 9rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--moutarde); outline-offset: 0; }
.field [aria-invalid="true"] { border-color: var(--ketchup); background: #FFF1EF; }
.duo-champs { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
@media (max-width: 560px) { .duo-champs { grid-template-columns: 1fr; } }
.hint { display: block; color: var(--ketchup-fonce); font-size: .9rem; margin-top: .3rem; }
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.note { font-size: .9rem; color: var(--grill-doux); margin-top: 1rem; }
.alert { display: flex; gap: .8rem; align-items: flex-start; padding: 1rem 1.1rem; border-radius: 10px; margin-bottom: 1.2rem; border: 2px solid; }
.alert p { margin: 0; }
.alert-ok { background: #E6F4E3; border-color: var(--salade); }
.alert-ko { background: #FFF1EF; border-color: var(--ketchup); }
.alert .ico { width: 1.5rem; height: 1.5rem; margin-top: .1rem; }

/* ------------------------------------------------------------------
   Textes longs (mentions légales)
   ------------------------------------------------------------------ */
.prose { max-width: 44rem; }
.prose h2 { font-size: 2.2rem; margin-top: 2.2rem; }
.prose h3 { font-size: 1.45rem; margin-top: 1.5rem; }
.prose ul { padding-left: 1.2rem; }
.a-completer { background: var(--cheddar); padding: 0 .3em; }

/* 404 */
.oops { text-align: center; padding-block: clamp(4rem, 10vw, 8rem); }
.oops b { display: block; font: 700 italic clamp(7rem, 22vw, 14rem)/.85 var(--cond); color: var(--ketchup); }
.oops .lead { margin-inline: auto; }
.oops .hero-actions { justify-content: center; }

/* ------------------------------------------------------------------
   Appel final + pied de page
   ------------------------------------------------------------------ */
.appel { background: var(--ketchup); color: #fff; text-align: center; padding-block: clamp(3rem, 7vw, 5rem); }
.appel h2 { color: #fff; }
.appel p { max-width: 34em; margin-inline: auto; font-size: 1.15rem; }
.appel .tel-geant { margin-top: .4rem; }
.appel .btn { border-color: #fff; color: #fff; }
.appel .btn:hover { box-shadow: 4px 4px 0 var(--grill); }

.site-foot { background: var(--grill); color: #E9D6B8; padding-top: clamp(3rem, 6vw, 4.5rem); }
.site-foot a { color: #fff; }
.site-foot h2 { font-size: 1.7rem; color: var(--moutarde); font-style: normal; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.5rem; }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-brand svg { width: 200px; color: var(--kraft); margin-bottom: 1rem; }
.foot-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.foot-grid address { font-style: normal; }
.foot-grid address p { display: flex; gap: .55rem; align-items: flex-start; margin: 0 0 .6rem; }
.foot-grid address .ico { margin-top: .25em; color: var(--moutarde); }
.foot-horaires li { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(233,214,184,.18); padding-bottom: .35rem; font-variant-numeric: tabular-nums; }
.foot-horaires span:last-child { text-align: right; }
.foot-social { display: flex; gap: .7rem; margin-top: 1rem; }
.foot-social a { display: grid; place-content: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; border: 2px solid #E9D6B8; color: #E9D6B8; }
.foot-social a:hover { background: var(--moutarde); border-color: var(--moutarde); color: var(--grill); }
.foot-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; border-top: 1px solid rgba(233,214,184,.25); padding-block: 1.2rem; font-size: .9rem; }
.foot-base p { margin: 0; }

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

@media print {
  .site-head, .rubriques, .site-foot, .annonce, .appel { display: none; }
  body { background: #fff; }
  .carte .ticket { transform: none !important; filter: none; border: 1px solid #000; }
}
.plat:nth-child(1) .plat-photo img { aspect-ratio: auto; }
@media (max-width: 760px) { .plat:nth-child(1) .plat-photo img { aspect-ratio: 4 / 3; } }

/* Carte : deux colonnes de prix (seul / menu) */
.deux-prix .entetes { display: flex; justify-content: flex-end; gap: 0; padding: 0 0 .2rem; border: 0; font: 700 .8rem/1 var(--sans); color: var(--grill-doux); }
.deux-prix .entetes span, .deux-prix .prix { width: 4.6rem; text-align: right; }
.deux-prix .entetes + li { border-top: 0; }
.prix-menu { color: var(--ketchup-fonce); }
.extra { margin-top: 1rem; padding-top: .8rem; border-top: 2px dashed var(--grill); }
.extra h3 { font-size: 1.35rem; margin: 0 0 .25rem; font-style: italic; }
.extra p { margin: 0; font-size: .95rem; }
.pastille { width: 5.8rem; height: 5.8rem; }
.pastille small { margin-top: .2rem; }
.page-top .equation .op { color: var(--ketchup); }
.page-top .equation .total { background: var(--grill); color: var(--moutarde); }
