@font-face { font-family: "Bodoni Moda"; src: url("fonts/bodoni-moda-800.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Bodoni Moda"; src: url("fonts/bodoni-moda-800italic.woff2") format("woff2"); font-weight: 800; font-style: italic; font-display: swap; }
@font-face { font-family: "Bodoni Moda"; src: url("fonts/bodoni-moda-900.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Libre Franklin"; src: url("fonts/libre-franklin-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Libre Franklin"; src: url("fonts/libre-franklin-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Libre Franklin"; src: url("fonts/libre-franklin-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --soot: #1d1512;
  --soot-2: #2a1f1a;
  --brick: #8e3520;
  --brick-deep: #6c2515;
  --fire: #b0381f;
  --fire-hi: #962c17;
  --ember: #f29a4a;
  --gingham: #c21f2a;
  --mortar: #f4ede3;
  --paper: #fbf7f0;
  --walnut: #4a2e1d;
  --walnut-2: #5a3924;
  --ink: #231a16;
  --ink-soft: #62524a;
  --on-dark-soft: #d9cbbb;

  --display: "Bodoni Moda", "Didot", "Bodoni 72", Georgia, serif;
  --text: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;

  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --section: clamp(4rem, 9vw, 7.5rem);
  --radius: 6px;
  --ease-out: cubic-bezier(.16, 1, .3, 1);

  color-scheme: light;
  accent-color: var(--fire);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h, 0px) + 1rem); scrollbar-color: var(--brick) var(--mortar); }
body {
  margin: 0;
  background: var(--soot);
  color: var(--ink);
  font-family: var(--text);
  font-size: 1.0625rem;
  line-height: 1.6;
  caret-color: var(--fire);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
h1, h2, h3, h4 { margin: 0; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
::selection { background: var(--fire); color: var(--paper); }
:focus-visible { outline: 3px solid var(--ember); outline-offset: 3px; border-radius: 2px; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 1rem; top: -4rem; z-index: 20; background: var(--paper); color: var(--ink); padding: .6rem 1rem; border-radius: var(--radius); }
.skip:focus { top: 1rem; }

/* En-tête */
.top { position: sticky; top: 0; z-index: 40; background: var(--soot); color: var(--mortar); border-bottom: 1px solid rgba(244, 237, 227, .08); transition: background-color .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .5s var(--ease-out); }
.top.is-scrolled { background: #0b0908; border-color: transparent; box-shadow: 0 12px 30px -16px rgba(0, 0, 0, .8); }
.top__inner { display: flex; align-items: center; gap: 2rem; padding: .9rem var(--gutter); max-width: 1440px; margin: 0 auto; }
.brand { display: grid; gap: .3rem; text-decoration: none; line-height: 1.05; transform-origin: left center; transition: transform .6s var(--ease-out); }
.top.is-scrolled .brand { transform: scale(1.12); }
.top.is-scrolled .top__phone { transform: scale(1.08); }
.top__book {
  flex: none; overflow: hidden; white-space: nowrap; max-width: 0; padding: .6rem 0; margin-left: -2rem;
  border-radius: var(--radius); background: var(--fire); color: var(--paper); font-weight: 700; text-decoration: none;
  opacity: 0; transform: scale(.9); transform-origin: right center;
  transition: max-width .5s var(--ease-out), padding .5s var(--ease-out), margin .5s var(--ease-out), opacity .3s var(--ease-out), transform .5s var(--ease-out), background-color .25s var(--ease-out);
}
.top.show-book .top__book { max-width: 12rem; padding: .6rem 1.15rem; margin-left: -.6rem; opacity: 1; transform: scale(1.08); }
.top__book:hover { background: var(--fire-hi); }
.brand__name { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 1.45rem; letter-spacing: -.01em; }
.brand__tag { font-size: .8rem; color: var(--on-dark-soft); letter-spacing: .02em; }
.nav { display: flex; gap: 1.75rem; margin-left: auto; font-weight: 500; font-size: .98rem; }
.nav a { text-decoration: none; padding: .35rem 0; border-bottom: 2px solid transparent; transition: border-color .25s var(--ease-out); }
.nav a:hover { border-color: var(--ember); }
.top__phone { transform-origin: right center; font-weight: 700; text-decoration: none; font-variant-numeric: tabular-nums; padding: .55rem .95rem; border: 1.5px solid rgba(244, 237, 227, .35); border-radius: var(--radius); transition: background-color .25s var(--ease-out), border-color .25s var(--ease-out), transform .6s var(--ease-out); }
.top__phone:hover { background: rgba(244, 237, 227, .08); border-color: var(--mortar); }

/* Boutons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 3.1rem; padding: .8rem 1.4rem; border-radius: var(--radius); font-weight: 700; font-size: 1.02rem; text-decoration: none; line-height: 1.2; transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), background-color .25s var(--ease-out), color .25s var(--ease-out); }
.btn:active { transform: translateY(1px); }
.btn--fire { background: var(--fire); color: var(--paper); box-shadow: 0 4px 10px -4px rgba(0, 0, 0, .45); }
.btn--fire:hover { background: var(--fire-hi); transform: translateY(-2px); box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .55); text-decoration: none; }
.btn--line { color: var(--mortar); border: 1.5px solid rgba(244, 237, 227, .55); }
.btn--line:hover { border-color: var(--mortar); background: rgba(244, 237, 227, .08); text-decoration: none; }
.btn--wood { background: var(--mortar); color: var(--walnut); }
.btn--wood:hover { background: var(--paper); transform: translateY(-2px); text-decoration: none; }

/* Nappe vichy : photo de tissu à plat, découpée sur 15 × 15 carreaux exacts pour se raccorder sans miroir */
.nappe, .carte {
  background-color: #e9dcd8;
  background-image: url("images/nappe.webp");
  background-size: 540px 540px;
}
.carte {
  background-image:
    radial-gradient(120% 60% at 50% 35%, rgba(255, 244, 230, .12), transparent 60%),
    radial-gradient(140% 90% at 50% 50%, transparent 55%, rgba(50, 8, 6, .3) 100%),
    url("images/nappe.webp");
  background-size: 100% 100%, 100% 100%, 540px 540px;
}

/* Haut de page */
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); background: var(--soot); color: var(--mortar); min-height: min(86vh, 820px); }
.hero__text { display: flex; flex-direction: column; justify-content: center; gap: 1.6rem; padding: clamp(3rem, 7vw, 6rem) var(--gutter) clamp(4.5rem, 8vw, 7rem); max-width: 40rem; margin-left: auto; }
.hero__title { font-family: var(--display); font-weight: 900; font-size: clamp(2.7rem, 5.4vw, 5.2rem); line-height: .98; letter-spacing: -.025em; }
.hero__title span { display: block; font-style: italic; font-weight: 800; color: var(--ember); }
.hero__lead { font-size: clamp(1.05rem, 1.3vw, 1.2rem); color: var(--on-dark-soft); max-width: 32rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__actions[data-closed] { flex-direction: row-reverse; justify-content: flex-end; }
.hero__place { font-size: .95rem; color: var(--on-dark-soft); }
.hero__photo { position: relative; overflow: hidden; }
.hero__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: settle 1.8s var(--ease-out) both; }
.hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--soot) 0, rgba(29, 21, 18, 0) 22%); pointer-events: none; }
.hero .nappe { position: absolute; left: 0; right: 0; bottom: 0; height: 38px; border-top: 3px solid var(--soot); z-index: 1; box-shadow: inset 0 10px 14px -8px rgba(20, 5, 5, .55); }
@keyframes settle { from { transform: scale(1.07); } to { transform: scale(1); } }

.status { display: inline-flex; align-items: center; gap: .6rem; align-self: flex-start; padding: .45rem .9rem .45rem .75rem; border-radius: 999px; background: rgba(244, 237, 227, .07); border: 1px solid rgba(244, 237, 227, .14); font-weight: 500; font-size: .95rem; }
.status__dot { width: .6rem; height: .6rem; border-radius: 50%; background: #8c7d72; }
.status[data-open] { background: rgba(242, 154, 74, .12); border-color: rgba(242, 154, 74, .45); }
.status[data-open] .status__dot { background: var(--ember); box-shadow: 0 0 0 0 rgba(242, 154, 74, .6); animation: ember 2.4s ease-out infinite; }
@keyframes ember { 0% { box-shadow: 0 0 0 0 rgba(242, 154, 74, .55); } 70%, 100% { box-shadow: 0 0 0 .55rem rgba(242, 154, 74, 0); } }

/* Notes Google et TheFork */
.notes { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .9rem 2rem; }
.notes a { display: flex; align-items: center; gap: .75rem; color: var(--mortar); text-decoration: none; line-height: 1.2; }
.notes a:hover strong { color: var(--ember); }
.notes__logo { flex: none; display: grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: #fff; overflow: hidden; }
.notes__logo svg { width: 1.45rem; height: 1.45rem; stroke: none; }
.notes__logo img { width: 100%; height: 100%; object-fit: cover; }
.notes strong { font-family: var(--display); font-weight: 900; font-size: 1.4rem; font-variant-numeric: lining-nums; transition: color .25s var(--ease-out); }
.notes small { display: block; font-size: .82rem; color: var(--on-dark-soft); }

/* Le four */
.four {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(2rem, 5vw, 5rem);
  padding: var(--section) var(--gutter);
  background-color: var(--brick);
  background-image: linear-gradient(100deg, rgba(38, 14, 8, .62), rgba(60, 22, 12, .78) 55%, rgba(38, 14, 8, .86)), url("images/mur-brique.webp");
  background-size: cover;
  background-position: center;
  color: var(--mortar);
}
.four__photo { border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .8); max-width: 440px; justify-self: end; width: 100%; }
.four__photo img { aspect-ratio: 674 / 1092; object-fit: cover; width: 100%; }
.four__text { display: grid; gap: 1.2rem; max-width: 34rem; }
.four__text h2 { font-family: var(--display); font-weight: 900; font-size: clamp(2.1rem, 3.8vw, 3.4rem); line-height: 1.02; letter-spacing: -.02em; }
.four__text p { color: #f1e2d4; font-size: 1.08rem; }

/* La carte : une feuille posée sur la nappe */
.carte { padding: var(--section) clamp(.75rem, 4vw, 3rem); }
.carte__sheet { position: relative; max-width: 1120px; margin: 0 auto; background: var(--paper); border-radius: 4px; padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 5vw, 4.5rem); box-shadow: 0 2px 4px rgba(60, 15, 10, .12), 0 28px 60px -24px rgba(60, 15, 10, .45); }
.carte__head { text-align: center; padding-bottom: 1.8rem; border-bottom: 3px double rgba(35, 26, 22, .5); }
.carte__head h2 { font-family: var(--display); font-weight: 900; font-size: clamp(2.6rem, 5vw, 3.8rem); line-height: 1; letter-spacing: -.02em; }

.rail { position: sticky; top: var(--header-h, 0px); z-index: 5; display: flex; gap: .25rem 1.4rem; justify-content: center; flex-wrap: wrap; margin: 0 calc(-1 * clamp(1.25rem, 5vw, 4.5rem)); padding: .9rem clamp(1rem, 4vw, 3rem); background: var(--paper); border-bottom: 1px solid rgba(35, 26, 22, .12); font-weight: 700; font-size: .95rem; }
.rail a { text-decoration: none; padding: .3rem 0; color: var(--ink-soft); border-bottom: 2px solid transparent; transition: color .25s var(--ease-out), border-color .25s var(--ease-out); }
.rail a:hover { color: var(--ink); }
.rail a[aria-current="true"] { color: var(--fire); border-color: var(--fire); }

.menu { padding-top: clamp(2rem, 3.5vw, 2.6rem); scroll-margin-top: calc(var(--header-h, 0px) + 3.5rem); }
.menu > summary { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 1.1rem; list-style: none; cursor: default; }
.menu > summary::-webkit-details-marker { display: none; }
.menu__chev { display: none; }
.menu__icon { flex: none; width: 3.4rem; height: 3.4rem; color: var(--fire); stroke-width: 2; margin-top: -.9rem; }
.menu__intro { text-align: center; color: var(--ink-soft); font-size: .98rem; max-width: 40rem; margin: -.4rem auto .6rem; }
.menu h3 { font-family: var(--display); font-weight: 900; font-size: clamp(1.7rem, 3vw, 2.2rem); line-height: 1.1; text-align: center; }
.menu h3::after { content: ""; display: block; width: 3.5rem; height: 2px; margin: .7rem auto 0; background: var(--gingham); }
.menu__sub { font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--brick); margin: 1.4rem 0 .5rem; break-after: avoid; }
.menu__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .8rem; }
.menu__cols, .carte__rest { columns: 2; column-gap: clamp(2.5rem, 5vw, 4.5rem); }
.carte__col { display: contents; }
.carte__rest .menu { break-inside: avoid; }
@media (min-width: 1180px) {
  .carte__sheet { max-width: 1240px; padding-inline: 3.5rem; }
  .carte__rest { columns: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 3rem; }
  .carte__col { display: flex; flex-direction: column; }
  .carte__col .menu__list { gap: calc(.8rem + var(--extra, 0px)); }
  .carte__col > .menu + .menu { padding-top: 1.5rem; }
  .carte__col .menu__note { margin-top: 1rem; }
  .carte__rest .item { font-size: 1.05rem; }
  .carte__rest .menu h3 { font-size: 1.9rem; }
}
.menu__list li { break-inside: avoid; display: grid; grid-template-columns: minmax(0, auto) minmax(1.5rem, 1fr) auto; column-gap: .6rem; align-items: baseline; }
.menu__list li::after { content: ""; grid-column: 2; grid-row: 1; border-bottom: 2px dotted rgba(35, 26, 22, .3); transform: translateY(-.28em); }
.item { grid-column: 1; grid-row: 1; font-family: var(--display); font-style: italic; font-weight: 800; font-size: 1.22rem; line-height: 1.25; }
.price { grid-column: 3; grid-row: 1; font-weight: 700; font-variant-numeric: tabular-nums lining-nums; white-space: nowrap; }
.desc { grid-column: 1 / -1; grid-row: 2; color: var(--ink-soft); font-size: .96rem; margin-top: .15rem; max-width: 36rem; }
.menu__note { margin-top: 1.6rem; font-size: .82rem; color: var(--ink-soft); text-align: center; }

.menu--drinks .item { font-size: 1.08rem; }

/* Avis Google : une ligne qui défile seule et se fait glisser */
.avis { background: var(--paper); padding: var(--section) 0; overflow: hidden; }
.avis__head { max-width: 44rem; margin: 0 auto; padding: 0 var(--gutter); text-align: center; display: grid; gap: .9rem; }
.avis__head h2 { font-family: var(--display); font-weight: 900; font-size: clamp(2.2rem, 4.4vw, 3.4rem); line-height: 1.02; letter-spacing: -.02em; }
.avis__head p { color: var(--ink-soft); font-size: .95rem; }
.avis__head a { color: var(--fire); font-weight: 700; }
.avis__rail {
  display: flex; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none;
  margin-top: clamp(2.2rem, 4vw, 3.2rem); padding: .5rem 0 1.5rem;
  cursor: grab; user-select: none; -webkit-user-select: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.avis__rail::-webkit-scrollbar { display: none; }
.avis__rail.is-dragging { cursor: grabbing; }
.avis__rail:focus-visible { outline-offset: -3px; }
.review { flex: none; width: min(22rem, 80vw); margin: 0 .625rem; background: #fff; border-radius: 10px; padding: 1.4rem 1.5rem; display: grid; gap: .8rem; align-content: start; box-shadow: 0 1px 2px rgba(60, 15, 10, .08), 0 14px 30px -20px rgba(60, 15, 10, .45); }
.review__stars { display: flex; gap: .15rem; }
.review__stars svg { width: 1.05rem; height: 1.05rem; fill: #e0a031; stroke: none; }
.review__text { margin: 0; font-size: .98rem; line-height: 1.55; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; line-clamp: 6; overflow: hidden; }
.review figcaption { font-size: .88rem; color: var(--ink-soft); }
.review__name { font-weight: 700; color: var(--ink); }

/* Infos : la table en bois */
.infos { background: var(--walnut); color: var(--mortar); padding: var(--section) var(--gutter); }
.infos__inner { max-width: 1180px; margin: 0 auto; display: grid; gap: 2.4rem; }
.infos h2 { font-family: var(--display); font-weight: 900; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.02em; }
.infos__grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; grid-template-rows: auto 1fr; gap: 2.2rem clamp(2rem, 4vw, 3.5rem); }
.infos__block:first-child { grid-row: 1 / 3; }
.infos__map { grid-column: 2 / 4; grid-row: 2; height: 100%; min-height: 220px; }
.infos__block { display: grid; align-content: start; gap: .9rem; }
.infos h3 { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 1.4rem; }
.infos address { font-style: normal; line-height: 1.55; }
.infos__near { color: var(--on-dark-soft); font-size: .96rem; }
.link-strong { font-weight: 700; font-size: 1.15rem; font-variant-numeric: tabular-nums; }
.infos .btn { justify-self: start; margin-top: .3rem; }
.hours { border-collapse: collapse; width: 100%; font-variant-numeric: tabular-nums; }
.hours th, .hours td { padding: .5rem 0; border-bottom: 1px solid rgba(244, 237, 227, .14); text-align: left; font-weight: 400; }
.hours th { vertical-align: top; }
.hours td { text-align: right; }
.hours td span { display: block; }
.hours tr.is-today th, .hours tr.is-today td { color: var(--ember); font-weight: 700; }
.services { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.services li { padding-left: 1.2rem; position: relative; }
.services li::before { content: ""; position: absolute; left: 0; top: .62em; width: .45rem; height: .45rem; background: var(--gingham); border: 1.5px solid var(--mortar); transform: rotate(45deg); }
.map { position: relative; z-index: 0; overflow: hidden; width: 100%; border-radius: var(--radius); background: var(--walnut-2); }
.map__unlock {
  position: absolute; left: 50%; top: .9rem; z-index: 1000; transform: translateX(-50%); white-space: nowrap;
  padding: .6rem 1.15rem; border: 0; border-radius: 999px; background: rgba(11, 9, 8, .82); color: var(--mortar);
  font: 600 .9rem/1.2 var(--text); cursor: pointer; box-shadow: 0 6px 16px -8px rgba(0, 0, 0, .6);
  transition: opacity .3s var(--ease-out), background-color .25s var(--ease-out);
}
.map__unlock:hover { background: rgba(11, 9, 8, .95); }
.map.is-active .map__unlock { opacity: 0; pointer-events: none; }
.map__frame { display: block; width: 100%; height: 100%; border: 0; }
.map:not(.is-active) { cursor: pointer; }
.map:not(.is-active) .map__frame { pointer-events: none; }

/* Apparitions discrètes au défilement : le contenu reste visible si le script ne tourne pas */
.js-reveal [data-reveal].is-in { transition: opacity .9s ease-out var(--delay, 0s), transform 1.1s var(--ease-out) var(--delay, 0s); }
.js-reveal [data-reveal]:not(.is-in) { opacity: 0; }
.js-reveal [data-reveal="rise"]:not(.is-in) { transform: translateY(18px); }
.js-reveal [data-reveal="slide"]:not(.is-in) { transform: translateX(-28px); }
.js-reveal [data-reveal="paper"]:not(.is-in) { transform: translateY(34px) rotate(-.6deg); }

/* Pied de page */
.foot { background: #140e0c; color: var(--on-dark-soft); padding: 2.5rem var(--gutter); font-size: .92rem; }
.foot__inner { max-width: 1180px; margin: 0 auto; display: grid; gap: .5rem; justify-items: center; text-align: center; }
.foot__brand { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 1.3rem; color: var(--mortar); }
.foot__tel { white-space: nowrap; }
.foot__links { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 1.4rem; margin-top: .4rem; }
.foot__copy { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(244, 237, 227, .1); font-size: .82rem; color: #a8998c; }

/* Barre d'actions mobile */
.dock { display: none; }

@media (max-width: 1080px) {
  .infos__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto; }
  .infos__map { grid-column: 1 / -1; grid-row: 3; height: 260px; }
}

@media (max-width: 900px) {
  .foot { padding-bottom: calc(2.5rem + 4.1rem + env(safe-area-inset-bottom)); }
  .nav { display: none; }
  .top__inner { justify-content: space-between; gap: 1rem; }
  .top__phone { display: none; }
  .brand__name { font-size: 1.25rem; white-space: nowrap; }
  .top.is-scrolled .brand { transform: scale(1.04); }
  .top.show-book .top__book { transform: none; padding: .55rem .95rem; }

  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero__photo { order: -1; aspect-ratio: 4 / 3; }
  .hero__photo::after { background: linear-gradient(0deg, var(--soot) 0, rgba(29, 21, 18, 0) 30%); }
  .hero__text { margin: 0; max-width: none; padding-top: 1.5rem; }
  .hero__actions .btn { flex: 1 1 14rem; }

  .four { grid-template-columns: 1fr; }
  .four__photo { justify-self: stretch; max-width: none; }
  .four__photo img { aspect-ratio: 4 / 5; }

  /* Carte : rubriques repliables, une colonne */
  .menu__cols, .carte__rest { columns: 1; }
  .menu { padding-top: 0; border-bottom: 1px solid rgba(35, 26, 22, .14); }
  .menu > summary { justify-content: flex-start; gap: .8rem; margin-bottom: 0; padding: 1.15rem 0; cursor: pointer; -webkit-tap-highlight-color: transparent; }
  .menu__icon { width: 2.4rem; height: 2.4rem; margin-top: 0; }
  .menu > summary h3 { margin: 0; text-align: left; font-size: 1.55rem; }
  .menu > summary h3::after { display: none; }
  .menu__chev { display: block; margin-left: auto; width: 1.5rem; height: 1.5rem; color: var(--fire); transition: transform .35s var(--ease-out); }
  .menu[open] > summary .menu__chev { transform: rotate(180deg); }
  .menu[open] { padding-bottom: 1.6rem; }
  .menu__intro { text-align: left; margin: 0 0 .4rem; }
  .menu__sub:first-child { margin-top: .4rem; }

  .dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--soot); border-top: 3px solid var(--gingham); padding-bottom: env(safe-area-inset-bottom); }
  .dock a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem; min-height: 3.9rem; color: var(--mortar); text-decoration: none; font-size: .8rem; font-weight: 700; -webkit-tap-highlight-color: transparent; }
  .dock a:first-child { background: var(--fire); }
  .dock a:active { background: var(--soot-2); }
  .dock a:first-child:active { background: var(--brick-deep); }
  .dock svg { width: 1.35rem; height: 1.35rem; }
}

@media (max-width: 640px) {
  .infos__grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .infos__block:first-child, .infos__map { grid-row: auto; grid-column: auto; }
  .infos__map { height: 240px; }
  .rail { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; gap: 1.2rem; -webkit-mask-image: linear-gradient(90deg, #000 80%, transparent); mask-image: linear-gradient(90deg, #000 80%, transparent); padding-right: 3rem; }
  .rail::-webkit-scrollbar { display: none; }
  .rail a { flex: none; }
  .item { font-size: 1.12rem; }
}

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