/* ============================================================
   DAR SELMA — DA « Terre & Lac » v2
   Crème chaud / espresso / terracotta · Clash Display + General Sans
   ============================================================ */

:root {
  --bg:        #F5EFE4;
  --bg-deep:   #EDE3D2;
  --ink:       #241B12;
  --ink-soft:  #6B5D4C;
  --terra:     #B24E28;
  --terra-deep:#8F3D1F;
  --dark:      #1F1610;
  --dark-2:    #2A2018;
  --cream-on-dark: #F3ECDF;
  --line:      rgba(36, 27, 18, .14);
  --line-soft: rgba(36, 27, 18, .08);
  --radius-xl: 2rem;
  --radius-md: 1.25rem;
  --ease-out:  cubic-bezier(.32, .72, 0, 1);
  --font-display: 'Clash Display', 'Arial Narrow', sans-serif;
  --font-body: 'General Sans', system-ui, sans-serif;
  --z-header: 40;
  --z-overlay: 50;
  --z-grain: 60;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: inherit; text-decoration: none; }
p a, .footer-col a { border-bottom: 1px solid var(--line); transition: border-color .3s var(--ease-out), color .3s var(--ease-out); }
p a:hover, .footer-col a:hover { color: var(--terra); border-color: var(--terra); }

::selection { background: var(--terra); color: var(--cream-on-dark); }

.skip {
  position: absolute; left: -200vw; top: 0;
  background: var(--ink); color: var(--cream-on-dark);
  padding: .75rem 1.25rem; z-index: 100; border-radius: 0 0 .75rem 0;
}
.skip:focus { left: 0; }

/* Grain global */
.grain {
  position: fixed; inset: 0; z-index: var(--z-grain);
  pointer-events: none; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}

/* ------------------------------------------------------------
   Typographie
   ------------------------------------------------------------ */
h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.015em;
  text-wrap: balance;
}

.kicker {
  display: block;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--terra);
  margin-bottom: 1.25rem;
}
.section-h2 {
  font-size: clamp(2.4rem, 5.5vw, 4.25rem);
  max-width: 18ch;
}

.lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--ink-soft); max-width: 58ch; }

.prose p { max-width: 62ch; }
.prose p + p { margin-top: 1.25em; }

/* ------------------------------------------------------------
   Boutons — pill + orbe interne
   ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; gap: .8rem;
  font-family: var(--font-body); font-weight: 500; font-size: 1rem;
  border-radius: 999px; padding: .55rem .55rem .55rem 1.5rem;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .5s var(--ease-out), background .5s var(--ease-out),
              color .5s var(--ease-out), border-color .5s var(--ease-out);
  will-change: transform;
}
.btn:active { transform: scale(.97); }

.btn-orb {
  width: 2.25rem; height: 2.25rem; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1rem; line-height: 1;
  transition: transform .5s var(--ease-out);
}
.btn:hover .btn-orb { transform: translate(2px, -2px) scale(1.06); }

.btn-primary { background: var(--terra); color: var(--cream-on-dark); }
.btn-primary:hover { background: var(--terra-deep); }
.btn-primary .btn-orb { background: rgba(255, 255, 255, .16); }

.btn-dark { background: var(--ink); color: var(--cream-on-dark); }
.btn-dark:hover { background: var(--dark-2); }
.btn-dark .btn-orb { background: rgba(255, 255, 255, .12); }

.btn-ghost {
  background: transparent; color: inherit; border-color: currentColor;
}
.btn-ghost:hover { background: var(--ink); color: var(--cream-on-dark); border-color: var(--ink); }
.btn-ghost .btn-orb { background: rgba(36, 27, 18, .08); }
.btn-ghost:hover .btn-orb { background: rgba(255, 255, 255, .12); }

.btn-lg { font-size: 1.1rem; padding-left: 1.8rem; }
.btn-lg .btn-orb { width: 2.6rem; height: 2.6rem; }

/* ------------------------------------------------------------
   Header — barre classique pleine largeur
   (transparente sur le hero, crème au scroll)
   ------------------------------------------------------------ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: var(--z-header);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .5s var(--ease-out), border-color .5s var(--ease-out);
}
.site-header.is-scrolled {
  background: rgba(245, 239, 228, .92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--line-soft);
}
.header-inner {
  width: min(1280px, 100%); margin: 0 auto;
  display: flex; align-items: center; gap: 1.75rem;
  padding: .9rem clamp(1.25rem, 4vw, 3rem);
}
.header-inner .nav { margin-left: auto; }

.brand { display: flex; align-items: center; gap: .65rem; }
.brand img { border-radius: 999px; }
.brand span {
  font-family: var(--font-display); font-weight: 600; font-size: 1.2rem;
  letter-spacing: .01em; color: var(--cream-on-dark);
  transition: color .5s var(--ease-out);
}
.site-header.is-scrolled .brand span { color: var(--ink); }

.nav { display: flex; gap: 1.4rem; }
.nav a {
  position: relative; font-size: .95rem; font-weight: 500;
  color: rgba(243, 236, 223, .85);
  padding: .35rem 0;
  transition: color .4s var(--ease-out);
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 2px; background: var(--terra); border-radius: 2px;
  transition: right .5s var(--ease-out);
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--cream-on-dark); }
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }
.site-header.is-scrolled .nav a { color: var(--ink-soft); }
.site-header.is-scrolled .nav a:hover,
.site-header.is-scrolled .nav a[aria-current="page"] { color: var(--ink); }

.btn-reserve {
  background: rgba(243, 236, 223, .12); color: var(--cream-on-dark);
  border-color: rgba(243, 236, 223, .45); font-size: .95rem;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.btn-reserve:hover { background: var(--terra); border-color: var(--terra); }
.btn-reserve .btn-orb { background: rgba(255, 255, 255, .14); width: 2rem; height: 2rem; }
.site-header.is-scrolled .btn-reserve { background: var(--ink); border-color: var(--ink); }
.site-header.is-scrolled .btn-reserve:hover { background: var(--terra); border-color: var(--terra); }

.burger {
  display: none; position: relative;
  width: 2.75rem; height: 2.75rem; border-radius: 999px;
  background: var(--ink); border: 0; cursor: pointer;
}
.burger span {
  position: absolute; left: 50%; top: 50%;
  width: 1.1rem; height: 2px; background: var(--cream-on-dark); border-radius: 2px;
  transition: transform .5s var(--ease-out);
}
.burger span:first-child { transform: translate(-50%, calc(-50% - 3.5px)); }
.burger span:last-child  { transform: translate(-50%, calc(-50% + 3.5px)); }
.burger[aria-expanded="true"] span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child  { transform: translate(-50%, -50%) rotate(-45deg); }

/* Overlay menu */
.menu-overlay {
  position: fixed; inset: 0; z-index: calc(var(--z-header) - 1);
  background: rgba(31, 22, 16, .96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  color: var(--cream-on-dark);
  display: flex; flex-direction: column; justify-content: center; gap: 3rem;
  padding: 6rem 2rem 3rem;
  opacity: 0; visibility: hidden;
  transition: opacity .6s var(--ease-out), visibility 0s .6s;
}
.menu-overlay.is-open { opacity: 1; visibility: visible; transition-delay: 0s; }
.menu-overlay nav { display: flex; flex-direction: column; gap: .25rem; }
.menu-overlay nav a {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.2rem, 9vw, 3.6rem); line-height: 1.15;
  display: flex; align-items: baseline; gap: 1rem;
  opacity: 0; transform: translateY(2.5rem);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out), color .4s var(--ease-out);
}
.menu-overlay.is-open nav a { opacity: 1; transform: none; }
.menu-overlay.is-open nav a:nth-child(1) { transition-delay: .08s; }
.menu-overlay.is-open nav a:nth-child(2) { transition-delay: .16s; }
.menu-overlay.is-open nav a:nth-child(3) { transition-delay: .24s; }
.menu-overlay.is-open nav a:nth-child(4) { transition-delay: .32s; }
.menu-overlay nav a em {
  font-family: var(--font-body); font-style: normal; font-size: .8rem;
  letter-spacing: .2em; color: var(--terra); font-weight: 600;
}
.menu-overlay nav a:hover, .menu-overlay nav a[aria-current="page"] { color: var(--terra); }
.overlay-foot { border-top: 1px solid rgba(243, 236, 223, .15); padding-top: 1.5rem; color: rgba(243, 236, 223, .65); }
.overlay-tel {
  font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: var(--cream-on-dark);
  display: inline-block; margin-bottom: .5rem;
}

/* ------------------------------------------------------------
   Hero
   ------------------------------------------------------------ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--cream-on-dark);
  overflow: clip;
}
.hero-media { position: absolute; inset: 0; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover;
  transform-origin: center;
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(31, 22, 16, .42) 0%, rgba(31, 22, 16, 0) 30%),
    linear-gradient(to top, rgba(31, 22, 16, .9) 0%, rgba(31, 22, 16, .4) 45%, rgba(31, 22, 16, 0) 75%);
}
.hero-content {
  position: relative; z-index: 2;
  width: min(1280px, 100%); margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.5rem);
}
.hero-tag {
  font-size: .8rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: .28em; color: rgba(243, 236, 223, .85);
  margin-bottom: 1.25rem;
}
.hero-title {
  font-size: clamp(3.6rem, 11.5vw, 9.5rem);
  font-weight: 700; text-transform: uppercase;
  letter-spacing: .01em; line-height: .95;
  margin-bottom: 1.25rem;
  text-shadow: 0 2px 34px rgba(0, 0, 0, .4);
}
.hero-title .mask { display: block; overflow: hidden; }
.hero-title .line { display: block; }
.hero-lead {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  max-width: 46ch; color: var(--cream-on-dark);
  margin-bottom: 1.75rem;
  text-shadow: 0 1px 16px rgba(0, 0, 0, .55);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.hero .btn-ghost { color: var(--cream-on-dark); border-color: rgba(243, 236, 223, .5); }
.hero .btn-ghost:hover { background: var(--cream-on-dark); color: var(--ink); border-color: var(--cream-on-dark); }
.hero .btn-ghost .btn-orb { background: rgba(243, 236, 223, .14); }

.hero-proof {
  position: relative; z-index: 2;
  border-top: 1px solid rgba(243, 236, 223, .22);
  background: rgba(31, 22, 16, .32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero-proof-inner {
  width: min(1280px, 100%); margin: 0 auto;
  padding: 1.1rem clamp(1.25rem, 4vw, 3rem);
  display: flex; flex-wrap: wrap; gap: 1rem 3rem;
  font-size: .95rem; color: rgba(243, 236, 223, .9);
}
.hero-proof-inner > div { display: flex; align-items: center; gap: .6rem; }
.hero-proof-inner a { border-bottom: 1px solid rgba(243, 236, 223, .35); transition: color .3s var(--ease-out), border-color .3s var(--ease-out); }
.hero-proof-inner a:hover { color: #E8A13C; border-color: #E8A13C; }
.hero-proof-inner strong { font-weight: 600; }
.stars { color: #E8A13C; letter-spacing: .1em; font-size: .9rem; }

/* ------------------------------------------------------------
   Sections communes
   ------------------------------------------------------------ */
.section {
  width: min(1280px, 100%); margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 4vw, 3rem);
}
.section--flush { padding-left: 0; padding-right: 0; width: 100%; }

.section-head { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-head .lead { margin-top: 1.25rem; }

/* ------------------------------------------------------------
   Accueil — expérience (split éditorial)
   ------------------------------------------------------------ */
.experience { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.experience-text { position: sticky; top: 7rem; }
.experience-text .section-h2 { margin-bottom: 1.5rem; }
.experience-text .prose { color: var(--ink-soft); }

.pillars { margin-top: 2.25rem; max-width: 54ch; }
.pillars p { padding: 1.1rem 0; border-top: 1px solid var(--line); color: var(--ink-soft); }
.pillars p:last-child { border-bottom: 1px solid var(--line); }
.pillars strong { color: var(--ink); font-weight: 600; }

.experience-media { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.experience-media figure { position: relative; overflow: clip; border-radius: var(--radius-md); margin: 0; }
.experience-media img { width: 100%; height: 100%; object-fit: cover; }
.exp-a { grid-column: 1 / 9; aspect-ratio: 3 / 4; }
.exp-b { grid-column: 6 / 13; aspect-ratio: 4 / 3; margin-top: -22%; z-index: 2; box-shadow: 0 30px 60px -30px rgba(36, 27, 18, .5); border: 6px solid var(--bg); border-radius: calc(var(--radius-md) + 6px); }
.exp-c { grid-column: 2 / 8; aspect-ratio: 4 / 3; margin-top: 1rem; }

/* ------------------------------------------------------------
   Accueil — teaser carte
   ------------------------------------------------------------ */
.carte-teaser { background: var(--bg-deep); }
.carte-teaser-inner {
  width: min(1280px, 100%); margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 4vw, 3rem);
}
.carte-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }

.dish-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.dish-card {
  background: rgba(36, 27, 18, .045);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-xl);
  padding: .55rem;
}
.dish-card-core {
  background: var(--bg); border-radius: calc(var(--radius-xl) - .55rem);
  overflow: clip;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6);
  height: 100%;
  display: flex; flex-direction: column;
}
.dish-card figure { margin: 0; overflow: clip; aspect-ratio: 1 / 1; }
.dish-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1s var(--ease-out);
}
.dish-card:hover img { transform: scale(1.05); }
.dish-meta { padding: 1.1rem 1.25rem 1.3rem; display: flex; flex-direction: column; gap: .3rem; flex: 1; }
.dish-meta h3 { font-size: 1.15rem; font-weight: 600; }
.dish-meta p { font-size: .92rem; color: var(--ink-soft); flex: 1; }
.dish-price {
  font-family: var(--font-display); font-weight: 600; font-size: 1.2rem;
  color: var(--terra); font-variant-numeric: tabular-nums;
  margin-top: .4rem;
}
.dish-price small { font-size: .7em; font-weight: 500; }

/* ------------------------------------------------------------
   Accueil — bande signature
   ------------------------------------------------------------ */
.signature-band { position: relative; overflow: clip; color: var(--cream-on-dark); }
.signature-band .band-media { position: absolute; inset: -12% 0; }
.signature-band .band-media img { width: 100%; height: 100%; object-fit: cover; }
.signature-band .band-shade {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(31, 22, 16, .78) 0%, rgba(31, 22, 16, .62) 100%);
}
.signature-inner {
  position: relative; z-index: 2;
  width: min(1280px, 100%); margin: 0 auto;
  padding: clamp(6rem, 12vw, 11rem) clamp(1.25rem, 4vw, 3rem);
  text-align: center;
}
.signature-inner .kicker { color: #E8A13C; text-shadow: 0 1px 10px rgba(0, 0, 0, .5); }
.signature-inner h2 {
  font-size: clamp(2.2rem, 5vw, 3.8rem); max-width: 22ch; margin: 0 auto 1.25rem;
  text-shadow: 0 2px 26px rgba(0, 0, 0, .5);
}
.signature-inner p {
  max-width: 52ch; margin: 0 auto; color: var(--cream-on-dark);
  font-size: 1.08rem; font-weight: 500;
  text-shadow: 0 1px 14px rgba(0, 0, 0, .6);
}
.band-cta { margin-top: 2.25rem; display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }
.signature-band .btn-ghost { color: var(--cream-on-dark); border-color: rgba(243, 236, 223, .5); }
.signature-band .btn-ghost:hover { background: var(--cream-on-dark); color: var(--ink); border-color: var(--cream-on-dark); }

/* ------------------------------------------------------------
   Galerie — carrés uniformes
   ------------------------------------------------------------ */
.mosaic { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.mosaic figure {
  position: relative; overflow: clip; border-radius: var(--radius-md); margin: 0;
  aspect-ratio: 1 / 1;
}
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.mosaic figure:hover img { transform: scale(1.06); }

/* ------------------------------------------------------------
   Avis Google — style Trustindex
   ------------------------------------------------------------ */
.reviews-head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 1.5rem; margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.reviews-score { display: grid; gap: .35rem; justify-items: start; }
.reviews-score > strong { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; }
.reviews-src {
  display: inline-flex; align-items: center; gap: .5rem;
  color: var(--ink-soft); font-size: .92rem;
}

.g-stars { display: inline-flex; gap: 3px; }
.g-stars i {
  width: 22px; height: 22px; display: inline-block;
  background: #F6BB06;
  clip-path: polygon(50% 2%, 63% 34%, 98% 37%, 71% 60%, 80% 95%, 50% 75%, 20% 95%, 29% 60%, 2% 37%, 37% 34%);
}
.g-stars--sm i { width: 15px; height: 15px; }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: stretch; }
.review-card {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 1.5rem 1.6rem;
  box-shadow: 0 10px 34px -18px rgba(36, 27, 18, .35);
  display: flex; flex-direction: column; gap: 1rem;
}
.review-top { display: flex; align-items: center; gap: .85rem; }
.review-avatar {
  width: 44px; height: 44px; border-radius: 999px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 600; font-size: 1.15rem;
}
.review-who { display: grid; gap: .2rem; }
.review-who strong { font-size: .98rem; line-height: 1.2; }
.review-top .g-logo { margin-left: auto; flex: none; }
.review-text { font-size: .98rem; color: #3D3428; }

/* ------------------------------------------------------------
   Bande réservation (sombre)
   ------------------------------------------------------------ */
.reserve-band { background: var(--dark); color: var(--cream-on-dark); }
.reserve-inner {
  width: min(1280px, 100%); margin: 0 auto;
  padding: clamp(6rem, 12vw, 10rem) clamp(1.25rem, 4vw, 3rem);
  text-align: center;
}
.reserve-inner .kicker { color: #E8A13C; }
.reserve-inner h2 { font-size: clamp(2.4rem, 5vw, 4rem); margin-bottom: 1rem; }
.reserve-inner > p { color: rgba(243, 236, 223, .75); max-width: 50ch; margin: 0 auto 2.25rem; }
.reserve-tel {
  display: inline-block;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.6rem, 8vw, 5.5rem);
  letter-spacing: .02em; font-variant-numeric: tabular-nums;
  color: var(--cream-on-dark);
  margin-bottom: 2rem;
  transition: color .4s var(--ease-out), transform .6s var(--ease-out);
}
.reserve-tel:hover { color: var(--terra); transform: scale(1.02); }
.reserve-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2.5rem; color: rgba(243, 236, 223, .65); font-size: .95rem; }

/* ------------------------------------------------------------
   Pages internes — hero court
   ------------------------------------------------------------ */
.page-hero {
  position: relative; min-height: 62svh;
  display: flex; align-items: flex-end;
  color: var(--cream-on-dark); overflow: clip;
}
.page-hero .hero-media { position: absolute; inset: -10% 0; }
.page-hero .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .hero-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(31, 22, 16, .9), rgba(31, 22, 16, .3) 55%, rgba(31, 22, 16, .12)); }
.page-hero-content {
  position: relative; z-index: 2;
  width: min(1280px, 100%); margin: 0 auto;
  padding: 8rem clamp(1.25rem, 4vw, 3rem) clamp(2.5rem, 5vw, 3.5rem);
}
.page-hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem); text-transform: uppercase; margin-bottom: .75rem;
  text-shadow: 0 2px 30px rgba(0, 0, 0, .4);
}
.page-hero p { max-width: 55ch; color: var(--cream-on-dark); text-shadow: 0 1px 14px rgba(0, 0, 0, .55); }

/* ------------------------------------------------------------
   Page carte
   ------------------------------------------------------------ */
.menu-anchors {
  position: sticky; top: 5.25rem; z-index: 10;
  display: flex; gap: .5rem; flex-wrap: wrap;
  padding: .6rem .6rem;
  background: rgba(245, 239, 228, .85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--line-soft); border-radius: 999px;
  width: max-content; max-width: 100%;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}
.menu-anchors a {
  font-size: .9rem; font-weight: 500; color: var(--ink-soft);
  padding: .45rem 1.1rem; border-radius: 999px;
  transition: background .4s var(--ease-out), color .4s var(--ease-out);
}
.menu-anchors a:hover, .menu-anchors a.is-active { background: var(--ink); color: var(--cream-on-dark); }

.menu-cat { display: grid; grid-template-columns: 4fr 7fr; gap: clamp(1.5rem, 4vw, 4rem); padding: clamp(2.5rem, 5vw, 4rem) 0; border-top: 1px solid var(--line); }
.menu-cat:first-of-type { border-top: 0; padding-top: 0; }
.menu-cat-head { position: sticky; top: 10rem; align-self: start; }
.menu-cat-head .cat-index {
  font-family: var(--font-display); font-weight: 600; font-size: .95rem;
  color: var(--terra); display: block; margin-bottom: .5rem;
}
.menu-cat-head h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); margin-bottom: .6rem; }
.menu-cat-head p { color: var(--ink-soft); font-size: .98rem; max-width: 34ch; }

.menu-list { list-style: none; }
.menu-list li { padding: 1.2rem 0; border-bottom: 1px solid var(--line-soft); }
.menu-list li:first-child { padding-top: .25rem; }
.menu-row { display: flex; align-items: baseline; gap: .9rem; }
.menu-row h3 { font-size: 1.15rem; font-weight: 600; font-family: var(--font-body); letter-spacing: 0; }
.menu-row .dots { flex: 1; border-bottom: 1px dotted rgba(36, 27, 18, .35); transform: translateY(-.25em); }
.menu-row .price {
  font-family: var(--font-display); font-weight: 600; font-size: 1.15rem;
  color: var(--terra); font-variant-numeric: tabular-nums; white-space: nowrap;
}
.menu-row .price small { font-size: .72em; font-weight: 500; }
.menu-list li > p { color: var(--ink-soft); font-size: .95rem; margin-top: .3rem; max-width: 52ch; }
.menu-list .note { color: var(--terra); font-size: .85rem; font-weight: 500; }

.menu-aside {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  border: 1px solid var(--line); border-radius: var(--radius-xl);
  padding: 1.75rem 2rem; color: var(--ink-soft);
  background: var(--bg-deep);
}

/* ------------------------------------------------------------
   Page contact
   ------------------------------------------------------------ */
.contact-grid { display: grid; grid-template-columns: 5fr 6fr; gap: 1.5rem; align-items: start; }

.contact-card {
  background: var(--dark); color: var(--cream-on-dark);
  border-radius: var(--radius-xl); padding: clamp(2rem, 4vw, 3rem);
}
.contact-card h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: .9rem; }
.contact-card > p { color: rgba(243, 236, 223, .75); margin-bottom: 1.75rem; max-width: 40ch; }
.contact-tel {
  display: inline-block;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 3.2rem); font-variant-numeric: tabular-nums;
  margin-bottom: 2rem;
  transition: color .4s var(--ease-out);
}
.contact-tel:hover { color: var(--terra); }
.facts { display: grid; gap: 1.1rem; border-top: 1px solid rgba(243, 236, 223, .15); padding-top: 1.5rem; }
.facts dt { font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; color: rgba(243, 236, 223, .55); margin-bottom: .15rem; }
.facts dd { margin: 0; }
.contact-card .maps-link { display: inline-flex; margin-top: 1.75rem; color: var(--cream-on-dark); border-bottom: 1px solid rgba(243, 236, 223, .4); }
.contact-card .maps-link:hover { color: var(--terra); border-color: var(--terra); }

.form-shell {
  background: rgba(36, 27, 18, .045);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-xl); padding: .55rem;
}
.form-core {
  background: var(--bg); border-radius: calc(var(--radius-xl) - .55rem);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6);
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
}
.form-core h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 1.5rem; }
.contact-form { display: grid; gap: 1.2rem; }
.contact-form label { display: grid; gap: .4rem; font-weight: 500; font-size: .95rem; }
.contact-form input, .contact-form textarea {
  font: inherit; color: inherit;
  background: transparent;
  border: 1px solid var(--line); border-radius: .9rem;
  padding: .85rem 1.1rem;
  transition: border-color .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--terra);
  box-shadow: 0 0 0 3px rgba(178, 78, 40, .15);
}
.contact-form textarea { resize: vertical; min-height: 8rem; }
.contact-form .btn { justify-self: start; }
.hp { position: absolute; left: -200vw; }
.form-ok {
  background: rgba(71, 119, 111, .12); border: 1px solid rgba(71, 119, 111, .4);
  color: #2F5A52; border-radius: var(--radius-md); padding: 1.25rem 1.5rem;
}
.form-err {
  background: rgba(178, 78, 40, .1); border: 1px solid rgba(178, 78, 40, .4);
  color: var(--terra-deep); border-radius: var(--radius-md); padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
}

/* ------------------------------------------------------------
   Page maison (à propos)
   ------------------------------------------------------------ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.split.reverse > .split-media { order: -1; }
.split-media { overflow: clip; border-radius: var(--radius-md); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-text .section-h2 { margin-bottom: 1.4rem; }
.split-text .prose { color: var(--ink-soft); }
.split-text .btn { margin-top: 2rem; }

.big-quote {
  text-align: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 4vw, 3rem);
}
.big-quote blockquote {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem); line-height: 1.25;
  max-width: 30ch; margin: 0 auto;
}
.big-quote blockquote strong { color: var(--terra); font-weight: 600; }

/* ------------------------------------------------------------
   Footer
   ------------------------------------------------------------ */
.site-footer { background: var(--dark); color: var(--cream-on-dark); overflow: clip; }
.footer-top { border-bottom: 1px solid rgba(243, 236, 223, .12); }
.footer-word {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(4rem, 14vw, 13rem); line-height: .85;
  text-align: center; letter-spacing: .02em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(243, 236, 223, .22);
  transform: translateY(.12em);
  user-select: none;
}
.footer-grid {
  width: min(1280px, 100%); margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 3rem) 2rem;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem;
}
.footer-brand img { border-radius: 999px; margin-bottom: 1rem; }
.footer-brand p { color: rgba(243, 236, 223, .7); }
.footer-col h3 {
  font-size: .78rem; text-transform: uppercase; letter-spacing: .2em;
  color: rgba(243, 236, 223, .5); margin-bottom: 1rem; font-family: var(--font-body); font-weight: 600;
}
.footer-col p { margin-bottom: .5rem; }
.footer-col a { border-bottom: 1px solid transparent; color: rgba(243, 236, 223, .85); }
.footer-col a:hover { color: var(--terra); border-color: var(--terra); }
.footer-tel { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; }
.footer-copy {
  width: min(1280px, 100%); margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem) 2rem;
  color: rgba(243, 236, 223, .45); font-size: .88rem;
}

/* ------------------------------------------------------------
   Responsive
   ------------------------------------------------------------ */
@media (max-width: 1020px) {
  .nav { display: none; }
  .btn-reserve { display: none; }
  .burger { display: block; }
  .experience { grid-template-columns: 1fr; }
  .experience-text { position: static; }
  .dish-row { grid-template-columns: repeat(2, 1fr); }
  .reviews { grid-template-columns: 1fr; }
  .menu-cat { grid-template-columns: 1fr; }
  .menu-cat-head { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split.reverse > .split-media { order: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 700px) {
  .dish-row { grid-template-columns: 1fr; }
  .mosaic { grid-template-columns: 1fr 1fr; gap: .75rem; }
  .exp-b { margin-top: -14%; }
  .hero-proof-inner { flex-direction: column; gap: .6rem; }
  .menu-anchors { top: 4.6rem; border-radius: var(--radius-md); }
}

/* ------------------------------------------------------------
   Motion / accessibilité
   ------------------------------------------------------------ */
:focus-visible { outline: 2px solid var(--terra); outline-offset: 3px; border-radius: 4px; }

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