@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/bitter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/bitter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/bitter-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/bitter-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/worksans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/worksans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --creme: #FAF6EB;
  --creme-fonce: #F1EAD8;
  --ambre-clair: #FBE3DA;
  --sauge-clair: #E1F0EE;
  --ambre: #E8563A;
  --framboise: #1C7A88;
  --bordeaux: #1B3A4B;
  --encre: #241318;
  --sauge: #D4A857;
  --blanc: #FFFFFF;
  --encre-rgb: 36, 19, 24;
  --creme-rgb: 250, 246, 235;
  --framboise-rgb: 28, 122, 136;
  --ambre-rgb: 232, 86, 58;
  --font-titres: 'Bitter', Georgia, 'Times New Roman', serif;
  --font-texte: 'Work Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --largeur-max: 72rem;
  --rayon: 10px;
  --ombre: 0 10px 30px rgba(var(--encre-rgb), 0.10);
  --transition: 180ms ease;
}

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

body {
  margin: 0;
  background: var(--creme);
  color: var(--encre);
  font-family: var(--font-texte);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 {
  font-family: var(--font-titres);
  font-weight: 700;
  line-height: 1.15;
  color: var(--encre);
  margin: 0 0 0.6em;
}

h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); }
h3 { font-size: 1.25rem; }

p { margin: 0 0 1em; }

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

a:hover { color: var(--bordeaux); }

address { font-style: normal; }

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

:root {
  --aquarelle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cdefs%3E%3Cfilter id='w' x='-30%25' y='-30%25' width='160%25' height='160%25'%3E%3CfeGaussianBlur stdDeviation='7'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23w)'%3E%3Cellipse cx='140' cy='210' rx='85' ry='48' fill='%23E8563A' opacity='.55' transform='rotate(-24 140 210)'/%3E%3Cellipse cx='240' cy='170' rx='60' ry='34' fill='%231C7A88' opacity='.5' transform='rotate(18 240 170)'/%3E%3Cellipse cx='300' cy='240' rx='48' ry='26' fill='%23D4A857' opacity='.55' transform='rotate(-40 300 240)'/%3E%3Cellipse cx='190' cy='120' rx='38' ry='20' fill='%23F0A878' opacity='.5' transform='rotate(30 190 120)'/%3E%3Cellipse cx='90' cy='140' rx='30' ry='16' fill='%23D4A857' opacity='.45' transform='rotate(60 90 140)'/%3E%3Cellipse cx='210' cy='260' rx='34' ry='18' fill='%231C7A88' opacity='.4' transform='rotate(-8 210 260)'/%3E%3C/g%3E%3C/svg%3E");
}

body { overflow-x: clip; }

.aquarelle { position: relative; }

.aquarelle > .container { position: relative; z-index: 1; }

.aquarelle::before {
  content: '';
  position: absolute;
  width: min(380px, 55vw);
  aspect-ratio: 1;
  background: var(--aquarelle) center / contain no-repeat;
  opacity: 0.3;
  pointer-events: none;
}

.aquarelle--gauche::before {
  left: max(-150px, -14vw);
  top: 8%;
  transform: rotate(-14deg);
}

.aquarelle--droite::before {
  right: max(-150px, -14vw);
  bottom: 6%;
  transform: scaleX(-1) rotate(10deg);
}

.container {
  max-width: var(--largeur-max);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--bordeaux);
  color: var(--creme);
  padding: 0.6rem 1rem;
  border-radius: 0 0 var(--rayon) var(--rayon);
  transition: top var(--transition);
}

.skip-link:focus { top: 0; }

.section {
  padding-block: clamp(3rem, 7vw, 5.5rem);
}

.section--ambre { background: var(--ambre-clair); }
.section--sauge { background: var(--sauge-clair); }

.section__eyebrow {
  display: block;
  font-family: var(--font-titres);
  font-style: italic;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ambre);
  margin-bottom: 0.6rem;
}

.page-head h1::after,
.intro h2::after,
.commitments h2::after,
.dishes__intro h2::after,
.reviews h2::after,
.cta-resa h2::after,
.galerie h2::after,
.groupes-cta h2::after,
.about-block h2::after {
  content: '';
  display: block;
  width: 150px;
  height: 13px;
  margin-top: 0.4em;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 14'%3E%3Cpath d='M4 9 C 45 4, 95 3, 135 6 S 200 10, 216 6' stroke='black' stroke-width='5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M14 12 C 60 8, 120 7, 205 10' stroke='black' stroke-width='2.5' fill='none' stroke-linecap='round' opacity='.55'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 14'%3E%3Cpath d='M4 9 C 45 4, 95 3, 135 6 S 200 10, 216 6' stroke='black' stroke-width='5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M14 12 C 60 8, 120 7, 205 10' stroke='black' stroke-width='2.5' fill='none' stroke-linecap='round' opacity='.55'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--ambre);
}

.page-head h1::after,
.intro h2::after,
.commitments h2::after,
.dishes__intro h2::after,
.reviews h2::after,
.cta-resa h2::after,
.groupes-cta h2::after {
  margin-inline: auto;
}

.divider {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  padding-block: 0.5rem;
}

.divider span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.divider span:nth-child(1) { background: var(--ambre); }
.divider span:nth-child(2) { background: var(--framboise); }
.divider span:nth-child(3) { background: var(--sauge); }

.btn {
  display: inline-block;
  font-family: var(--font-texte);
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.btn--primary {
  background: var(--ambre);
  color: var(--blanc);
}

.btn--primary:hover {
  background: var(--bordeaux);
  color: var(--creme);
}

.btn--outline {
  background: transparent;
  color: var(--encre);
  border-color: var(--encre);
}

.btn--outline:hover {
  background: var(--encre);
  color: var(--creme);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(var(--creme-rgb), 0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--creme-fonce);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.5rem;
}

.site-header__brand {
  display: block;
  flex-shrink: 0;
}

.site-header__brand img {
  height: 62px;
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-nav__list {
  display: flex;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__list a {
  font-weight: 500;
  color: var(--encre);
  text-decoration: none;
  padding-block: 0.4rem;
  border-bottom: 2px solid transparent;
}

.site-nav__list a:hover {
  color: var(--framboise);
}

.site-nav__list a[aria-current='page'] {
  color: var(--framboise);
  border-bottom-color: var(--framboise);
}

.site-nav__cta { white-space: nowrap; }

.site-header__burger {
  display: none;
  background: none;
  border: none;
  padding: 0.75rem;
  cursor: pointer;
}

.site-header__burger-bar,
.site-header__burger-bar::before,
.site-header__burger-bar::after {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: var(--encre);
  transition: transform var(--transition), opacity var(--transition);
}

.site-header__burger-bar { position: relative; }

.site-header__burger-bar::before,
.site-header__burger-bar::after {
  content: '';
  position: absolute;
  left: 0;
}

.site-header__burger-bar::before { top: -8px; }
.site-header__burger-bar::after { top: 8px; }

.site-header__burger[aria-expanded='true'] .site-header__burger-bar {
  background: transparent;
}

.site-header__burger[aria-expanded='true'] .site-header__burger-bar::before {
  transform: translateY(8px) rotate(45deg);
}

.site-header__burger[aria-expanded='true'] .site-header__burger-bar::after {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 1020px) {
  .site-header__burger { display: block; }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--creme);
    border-bottom: 1px solid var(--creme-fonce);
    box-shadow: var(--ombre);
    display: none;
    padding: 1rem 1.25rem 1.5rem;
  }
  .site-nav.is-open { display: flex; }
  .site-nav__list {
    flex-direction: column;
    gap: 0;
  }
  .site-nav__list a {
    display: block;
    padding: 0.8rem 0;
    font-size: 1.1rem;
    border-bottom: 1px solid var(--creme-fonce);
  }
  .site-nav__cta {
    margin-top: 1.1rem;
    text-align: center;
  }
}

.hero {
  position: relative;
  min-height: min(88vh, 46rem);
  display: grid;
  place-items: center;
  text-align: center;
  isolation: isolate;
  padding-block: 4rem;
}

.hero__slides img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.hero__slides img:first-child { opacity: 1; }

.hero__slides img:nth-child(1) { object-position: center 65%; }
.hero__slides img:nth-child(2) { object-position: center 68%; }
.hero__slides img:nth-child(3) { object-position: 68% 65%; }

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(var(--creme-rgb), 0.55) 0%,
    rgba(var(--creme-rgb), 0.15) 45%,
    rgba(var(--creme-rgb), 0.35) 100%
  );
}

.hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 48px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48' preserveAspectRatio='none'%3E%3Cpath d='M0,48 C360,0 1080,0 1440,48 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48' preserveAspectRatio='none'%3E%3Cpath d='M0,48 C360,0 1080,0 1440,48 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--creme);
}

.hero__panel {
  position: relative;
  max-width: 40rem;
  margin-inline: auto;
  padding: 1rem;
}

.hero__brand {
  width: min(360px, 85%);
  height: auto;
  margin-inline: auto;
  margin-bottom: 0.9rem;
  filter: drop-shadow(0 0 14px rgba(var(--creme-rgb), 0.95))
    drop-shadow(0 0 34px rgba(var(--creme-rgb), 0.8));
}

.hero__panel .section__eyebrow,
.hero__tagline {
  display: inline-block;
  background: rgba(var(--creme-rgb), 0.92);
  border-radius: 999px;
  padding: 0.3rem 1.1rem;
}

.hero__panel .section__eyebrow {
  margin-bottom: 0.7rem;
}

.hero__tagline {
  margin-bottom: 1.1rem;
}

.hero .btn--outline {
  background: rgba(var(--creme-rgb), 0.92);
}

.hero__tagline {
  font-family: var(--font-titres);
  font-style: italic;
  font-size: clamp(1.15rem, 2.8vw, 1.45rem);
  color: var(--encre);
  margin-bottom: 1.1rem;
}

.hero .divider { margin-bottom: 1.8rem; }

.hero__tagline .dot { color: var(--ambre); }

.hero__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.intro {
  text-align: center;
  max-width: 44rem;
  margin-inline: auto;
}

.intro p {
  font-size: 1.15rem;
}

.commitments {
  position: relative;
  overflow: clip;
  background: var(--bordeaux);
  color: var(--creme);
}

.commitments::after {
  content: '';
  position: absolute;
  width: min(420px, 60vw);
  aspect-ratio: 1;
  right: -110px;
  bottom: -160px;
  background: var(--aquarelle) center / contain no-repeat;
  opacity: 0.14;
  pointer-events: none;
}

.commitments .container { position: relative; z-index: 1; }

.commitments h2 {
  color: var(--creme);
  text-align: center;
  margin-bottom: 2.5rem;
}

.commitments__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: engagement;
}

.commitments__grid li {
  counter-increment: engagement;
}

.commitments__grid li::before {
  content: counter(engagement, decimal-leading-zero);
  display: block;
  font-family: var(--font-titres);
  font-style: italic;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ambre);
  margin-bottom: 0.35rem;
}

.commitments__grid h3 {
  color: var(--creme);
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.commitments__grid p {
  margin: 0;
  color: rgba(var(--creme-rgb), 0.85);
  font-size: 0.98rem;
}

.dishes__intro {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

.dishes__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.75rem;
}

.dish-card {
  display: block;
  background: var(--blanc);
  border-radius: var(--rayon);
  overflow: hidden;
  box-shadow: var(--ombre);
  color: inherit;
  text-decoration: none;
}

.dish-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.dish-card__body {
  padding: 1.1rem 1.25rem 1.35rem;
}

.dish-card__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.dish-card__desc {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  color: rgba(var(--encre-rgb), 0.75);
}

.dish-card__name {
  font-family: var(--font-titres);
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
}

.dish-card__price {
  font-weight: 600;
  color: var(--ambre);
  white-space: nowrap;
}

.dishes__more {
  text-align: center;
  margin-top: 2.5rem;
}

.reviews {
  background: var(--sauge-clair);
}

.reviews h2 { text-align: center; margin-bottom: 1.25rem; }

.reviews__score {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
}

.reviews__score-stars {
  color: var(--ambre);
  font-size: 1.3rem;
  margin-right: 0.15rem;
}

.reviews__more {
  text-align: center;
  margin: 2.5rem 0 0;
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.75rem;
}

.review-card {
  background: var(--blanc);
  border-radius: var(--rayon);
  padding: 1.5rem;
  box-shadow: var(--ombre);
}

.review-card blockquote {
  margin: 0 0 1rem;
  font-family: var(--font-titres);
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.55;
}

.review-card__stars {
  display: block;
  color: var(--ambre);
  font-size: 0.95rem;
  letter-spacing: 0.22em;
  margin-bottom: 0.6rem;
}

.review-card__star-off { color: rgba(var(--encre-rgb), 0.22); }

.review-card figcaption {
  font-weight: 600;
  color: var(--bordeaux);
  font-size: 0.95rem;
}

.cta-resa {
  text-align: center;
}

.cta-resa p {
  max-width: 34rem;
  margin-inline: auto;
}

.cta-resa .btn { margin-top: 0.5rem; }

.page-head {
  position: relative;
  overflow: clip;
  background: var(--creme-fonce);
  text-align: center;
  padding-block: clamp(2.5rem, 6vw, 4rem);
}

.page-head::before,
.page-head::after {
  content: '';
  position: absolute;
  width: clamp(200px, 28vw, 320px);
  aspect-ratio: 1;
  background: var(--aquarelle) center / contain no-repeat;
  pointer-events: none;
}

.page-head::before {
  top: -22%;
  right: -70px;
  transform: rotate(16deg);
  opacity: 0.34;
}

.page-head::after {
  bottom: -38%;
  left: -80px;
  transform: scaleX(-1) rotate(-12deg);
  opacity: 0.26;
}

.page-head .container { position: relative; z-index: 1; }

.page-head h1 { color: var(--bordeaux); margin-bottom: 0.3em; }

.page-head p {
  max-width: 38rem;
  margin-inline: auto;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.services {
  background: var(--ambre-clair);
  padding-block: clamp(1.5rem, 3vw, 2.25rem);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 1.25rem;
  max-width: 52rem;
}

.service-card {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  background: var(--blanc);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  padding: 0.9rem 1.1rem;
}

.service-card img {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: 50% 62%;
  border-radius: 50%;
}

.service-card h2 {
  font-size: 1.1rem;
  margin-bottom: 0.15rem;
}

.service-card__time {
  display: inline-block;
  font-family: var(--font-texte);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--blanc);
  background: var(--ambre);
  border-radius: 999px;
  padding: 0.1rem 0.6rem;
  margin-left: 0.35rem;
  vertical-align: middle;
}

.service-card p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(var(--encre-rgb), 0.75);
}

.menu-toc {
  position: sticky;
  top: 89px;
  z-index: 40;
  background: rgba(var(--creme-rgb), 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--creme-fonce);
  padding-block: 0.6rem;
}

.menu-toc ul {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0 auto;
  padding: 0 1.25rem;
  max-width: var(--largeur-max);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.menu-toc a {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--encre);
  background: var(--creme-fonce);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  transition: background var(--transition), color var(--transition);
}

.menu-toc a:hover {
  background: var(--framboise);
  color: var(--blanc);
}

.menu-wrap {
  max-width: 52rem;
  margin-inline: auto;
}

.menu-category {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  scroll-margin-top: 150px;
}

.menu-category__title {
  color: var(--framboise);
  border-bottom: 2px solid var(--creme-fonce);
  padding-bottom: 0.35rem;
}

.menu-category__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-category__intro {
  font-family: var(--font-titres);
  font-style: italic;
  color: rgba(var(--encre-rgb), 0.75);
  margin: -0.2rem 0 1.1rem;
}

.menu-category__footnote {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: rgba(var(--encre-rgb), 0.65);
}

.menu-category__list--compact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 0.35rem 2rem;
}

.menu-item--list { margin-bottom: 0.5rem; }

.menu-item { margin-bottom: 1.15rem; }

.menu-item__row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.menu-item__name {
  font-weight: 600;
  font-family: var(--font-titres);
}

.menu-item__dots {
  flex: 1;
  border-bottom: 2px dotted rgba(var(--encre-rgb), 0.25);
  transform: translateY(-4px);
}

.menu-item__price {
  font-weight: 600;
  color: var(--ambre);
  white-space: nowrap;
}

.menu-item__desc {
  margin: 0.15rem 0 0;
  font-size: 0.95rem;
  color: rgba(var(--encre-rgb), 0.75);
}

.menu-item__origin {
  margin: 0.1rem 0 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--sauge);
}

.menu-tiered {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.98rem;
}

.menu-tiered th,
.menu-tiered td {
  text-align: right;
  padding: 0.5rem 0.4rem;
  border-bottom: 1px solid var(--creme-fonce);
  white-space: nowrap;
}

.menu-tiered th {
  font-family: var(--font-texte);
  font-weight: 600;
  color: var(--bordeaux);
  font-size: 0.85rem;
}

.menu-tiered__name {
  text-align: left !important;
  font-weight: 500;
  white-space: normal !important;
  width: 100%;
}

.menu-formula {
  background: var(--blanc);
  border: 2px solid var(--ambre);
  border-radius: var(--rayon);
  padding: 1.5rem 1.75rem;
  box-shadow: var(--ombre);
}

.menu-formula__price {
  font-family: var(--font-titres);
  font-size: 2rem;
  font-weight: 700;
  color: var(--ambre);
  margin-bottom: 0.2rem;
}

.menu-formula__subtitle {
  font-weight: 600;
  color: var(--bordeaux);
  margin-bottom: 0.8rem;
}

.menu-formula__components {
  margin: 0 0 0.8rem;
  padding-left: 1.2rem;
}

.menu-formula__supplement {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(var(--encre-rgb), 0.75);
}

.menu-note {
  background: var(--creme-fonce);
  border-left: 4px solid var(--sauge);
  border-radius: 0 var(--rayon) var(--rayon) 0;
  padding: 1rem 1.25rem;
  font-style: italic;
  margin: 0;
}

.menu-disclaimers {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--creme-fonce);
  font-size: 0.85rem;
  color: rgba(var(--encre-rgb), 0.65);
}

.about-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.about-block img {
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.about-block--reverse > :first-child { order: 2; }

.about-block--reverse {
  background: var(--sauge-clair);
  border-radius: 24px;
  padding: clamp(1.25rem, 3vw, 2.5rem);
}

@media (max-width: 700px) {
  .about-block--reverse > :first-child { order: 0; }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(110px, 15vw, 185px);
  grid-auto-flow: dense;
  gap: 12px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--rayon);
}

.gallery__item--big {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery__item--wide { grid-column: span 2; }

.gallery__item--tall { grid-row: span 2; }

@media (max-width: 700px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
}

.booking {
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}

.booking__phone {
  background: var(--blanc);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  padding: 2rem;
  margin-bottom: 2.5rem;
}

.booking__phone .btn { font-size: 1.2rem; }

.booking__widget {
  background: var(--blanc);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  padding: 1.5rem;
  text-align: left;
}

.booking__groups-link { margin: 2rem 0 0; }

.groupes-args {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.5rem;
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.arg-card {
  background: var(--blanc);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  padding: 1.75rem 1.5rem;
}

.arg-card h3 {
  color: var(--framboise);
  margin-bottom: 0.5rem;
}

.arg-card p { margin: 0; }

.groupes-cta {
  text-align: center;
}

.groupes-cta p {
  max-width: 34rem;
  margin-inline: auto;
}

.groupes-cta__note {
  margin-top: 1.5rem;
  font-size: 0.95rem;
  color: rgba(var(--encre-rgb), 0.75);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.contact-card {
  background: var(--blanc);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.contact-card > :last-child { margin-bottom: 0; }

.contact-map {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.contact-map iframe {
  width: 100%;
  height: 380px;
  border: 0;
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  display: block;
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  font: inherit;
  color: var(--encre);
  background: var(--creme);
  border: 1px solid var(--creme-fonce);
  border-radius: var(--rayon);
  padding: 0.7rem 0.9rem;
  margin-bottom: 1.1rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--ambre);
  outline-offset: 1px;
}

.form-notice {
  font-size: 0.85rem;
  color: rgba(var(--encre-rgb), 0.65);
}

.form-erreur {
  background: rgba(var(--framboise-rgb), 0.12);
  border-left: 4px solid var(--framboise);
  border-radius: 0 var(--rayon) var(--rayon) 0;
  padding: 0.8rem 1rem;
}

.legal {
  max-width: 46rem;
  margin-inline: auto;
}

.legal h2 {
  font-size: 1.3rem;
  color: var(--framboise);
  margin-top: 2rem;
}

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    translate: 0 26px;
    transition: opacity 0.65s ease-out, translate 0.65s ease-out;
    transition-delay: var(--reveal-delay, 0s);
  }
  .reveal.is-visible {
    opacity: 1;
    translate: 0 0;
  }
  .hero { overflow: hidden; }
  .hero__slides img,
  .hero__slides img:first-child {
    opacity: 0;
    animation: hero-slide 18s infinite;
  }
  .hero__slides img:nth-child(2) { animation-delay: 6s; }
  .hero__slides img:nth-child(3) { animation-delay: 12s; }
  @keyframes hero-slide {
    0% { opacity: 0; scale: 1.07; }
    7% { opacity: 1; }
    33% { opacity: 1; }
    41% { opacity: 0; scale: 1; }
    100% { opacity: 0; scale: 1.07; }
  }
  .btn {
    transition: background var(--transition), color var(--transition),
      border-color var(--transition), translate var(--transition),
      box-shadow var(--transition);
  }
  .btn:hover {
    translate: 0 -2px;
    box-shadow: 0 8px 18px rgba(var(--encre-rgb), 0.18);
  }
  .btn:active {
    translate: 0 0;
    box-shadow: none;
  }
  .dish-card,
  .service-card {
    transition: translate 0.25s ease, box-shadow 0.25s ease;
  }
  .dish-card:hover,
  .service-card:hover {
    translate: 0 -6px;
    box-shadow: 0 16px 36px rgba(var(--encre-rgb), 0.16);
  }
  .dish-card img {
    transition: scale 0.45s ease;
  }
  .dish-card:hover img {
    scale: 1.05;
  }
  .gallery img {
    transition: scale 0.3s ease, filter 0.3s ease;
  }
  .gallery img:hover {
    scale: 1.025;
    filter: brightness(1.06);
  }
  .menu-toc a {
    transition: background var(--transition), color var(--transition),
      translate var(--transition);
  }
  .menu-toc a:hover {
    translate: 0 -1px;
  }
}

.site-footer {
  background: var(--bordeaux);
  color: var(--creme);
  margin-top: clamp(3rem, 7vw, 5rem);
}

.site-footer__wave {
  position: relative;
  height: 48px;
  background-color: var(--creme);
}

.site-footer__wave::after {
  content: '';
  position: absolute;
  inset: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48' preserveAspectRatio='none'%3E%3Cpath d='M0,48 C360,0 1080,0 1440,48 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48' preserveAspectRatio='none'%3E%3Cpath d='M0,48 C360,0 1080,0 1440,48 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--bordeaux);
}

.site-footer a { color: var(--creme); }

.site-footer a:hover { color: var(--ambre); }

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 2.5rem;
  padding-block: 3rem;
}

.site-footer__logo {
  width: 150px;
  height: auto;
  border-radius: var(--rayon);
}

.site-footer__tagline {
  font-family: var(--font-titres);
  margin-top: 1rem;
}

.site-footer__title {
  font-size: 1.05rem;
  color: var(--ambre);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.9rem;
}

.site-footer__social,
.site-footer__nav,
.site-footer__legal {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1.5px solid rgba(var(--creme-rgb), 0.4);
  border-radius: 50%;
  color: var(--creme);
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.site-footer__social a:hover {
  background: var(--ambre);
  border-color: var(--ambre);
  color: var(--blanc);
}

.site-footer__nav li,
.site-footer__legal li { margin-bottom: 0.35rem; }

.site-footer__legal {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(var(--creme-rgb), 0.25);
  font-size: 0.9rem;
}

.site-footer__hours { margin-bottom: 0; }

.site-footer__bottom {
  border-top: 1px solid rgba(var(--creme-rgb), 0.25);
  padding-block: 1rem;
  font-size: 0.85rem;
}

.site-footer__bottom p { margin: 0; }
