:root {
  /* Couleurs & surfaces (usage historique du site) */
  --zenchef-blue: #336ef5;
  --bg: #f5f1eb;
  --text: #1c1b1b;
  --muted: #5e5e5b;
  --gold: #a57d18;
  --cta: #f08f00;
  --line: rgba(28, 27, 27, 0.1);
  --card-blue: rgba(0, 122, 255, 0.1);
  --review-date: #3e54c1;

  /* Alias design system (même rendu, nommage réutilisable) */
  --color-bg: var(--bg);
  --color-text: var(--text);
  --color-muted: var(--muted);
  --color-accent: var(--cta);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;
  --radius-pill: 9999px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;
  --font-ui: "Inter", sans-serif;
  --font-display: "Noto Serif", serif;
  --font-brand: "Monsieur La Doulaise", cursive;
  --font-tagline: var(--font-display);
  /* CHABADA — Figma accueil 2:2363 */
  --brand-hero-size: 80px;
  --brand-hero-leading: 88px;
  --brand-hero-tracking: -0.48px;
  --brand-nav-size: 42px;
  --brand-nav-leading: 48px;
  --brand-footer-size: 48px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Logo script — Figma accueil 2:2363 (Monsieur La Doulaise) */
.logo-chabada,
.brand,
.footer-brand,
.opening-brand {
  font-family: "Monsieur La Doulaise", cursive;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

.logo-chabada--nav,
.brand {
  font-size: var(--brand-nav-size);
  line-height: var(--brand-nav-leading);
  letter-spacing: var(--brand-hero-tracking);
}

.logo-chabada--hero,
.home-page .hero .hero-brand,
.opening-brand {
  font-size: var(--brand-hero-size);
  line-height: var(--brand-hero-leading);
  letter-spacing: var(--brand-hero-tracking);
}

.footer-brand {
  font-size: var(--brand-footer-size);
  line-height: 1.2;
  letter-spacing: var(--brand-hero-tracking);
}

.gallery-title .logo-chabada {
  font-size: 1em;
  line-height: 1.1;
  letter-spacing: var(--brand-hero-tracking);
}

.skip-link {
  position: absolute;
  left: var(--space-2);
  top: var(--space-2);
  z-index: 200;
  padding: var(--space-1) var(--space-2);
  background: var(--text);
  color: var(--bg);
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-sm);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
  outline: none;
}

/* Contours de focus uniquement sur les contrôles interactifs — évite un cadre / « barre » sur tout le texte au clic ou au tab */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
[role="button"]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 2px solid var(--cta);
  outline-offset: 3px;
}

:focus:not(:focus-visible) {
  outline: none;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
}

main {
  max-width: 100%;
  overflow-x: clip;
}

.container {
  width: min(1152px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
}

.top-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(253, 248, 247, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  max-width: 100%;
  overflow-x: clip;
}

.nav-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 100%;
  min-width: 0;
}

.nav-trailing {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 9999px;
  background: var(--cta);
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 10px 26px -14px rgba(240, 143, 0, 0.65);
  transition:
    transform 0.45s var(--ease-out),
    box-shadow 0.45s var(--ease-out),
    letter-spacing 0.45s var(--ease-out),
    filter 0.25s ease;
}

.btn-nav-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 28%, rgba(255, 255, 255, 0.42) 50%, transparent 72%);
  transform: translateX(-100%);
  transition: transform 0.8s var(--ease-out);
  z-index: 1;
  pointer-events: none;
}

.btn-nav-cta:hover {
  transform: translateY(-2px);
  letter-spacing: 0.14em;
  box-shadow: 0 16px 36px -12px rgba(240, 143, 0, 0.55);
  filter: none;
}

.btn-nav-cta:hover::before {
  transform: translateX(100%);
}

.brand {
  color: var(--text);
  text-decoration: none;
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #484740;
  text-decoration: none;
  border: 0;
  background: transparent;
  font-weight: 500;
  transition: font-weight 0.25s ease, color 0.25s ease;
}

.nav-links a:hover {
  font-weight: 600;
}

.nav-links a.active {
  color: var(--cta);
  border-bottom: 1px solid var(--cta);
  font-weight: 600;
}

.nav-mobile-actions {
  display: none;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.btn-nav-cta--compact {
  padding: 10px 14px;
  font-size: 11px;
}

.nav-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.nav-menu-toggle:hover {
  opacity: 0.85;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: var(--bg);
  display: none;
  flex-direction: column;
  padding: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu.is-open {
  display: flex;
  min-height: 100dvh;
}

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 0;
}

.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.brand--mobile-menu {
  font-size: clamp(28px, 9vw, 36px);
}

.mobile-menu-top-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 0 32px;
}

.mobile-menu-link {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #484740;
  text-decoration: none;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 500;
  transition: font-weight 0.25s ease, color 0.25s ease;
}

.mobile-menu-link:hover {
  font-weight: 600;
}

.mobile-menu-link.active {
  color: var(--cta);
  font-weight: 600;
}

.mobile-menu-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: var(--text);
}

.mobile-menu-close:hover {
  opacity: 0.75;
}

.mobile-menu-cta-bottom {
  flex-shrink: 0;
  align-self: stretch;
  text-align: center;
  padding: 18px 28px;
  margin-top: auto;
}

body.mobile-nav-open {
  overflow: hidden;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background-color: #1a1410;
  background-image:
    radial-gradient(ellipse 120% 80% at 50% 18%, rgba(240, 143, 0, 0.18) 0%, transparent 52%),
    radial-gradient(ellipse 85% 65% at 78% 58%, rgba(51, 110, 245, 0.12) 0%, transparent 48%),
    linear-gradient(180deg, #2a221c 0%, #14110f 50%, #0a0908 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.78));
}

.hero-content {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-top: clamp(72px, 12vh, 120px);
  padding-bottom: clamp(48px, 8vh, 80px);
  box-sizing: border-box;
}

.home-page .hero-content {
  align-items: flex-start;
  text-align: left;
  width: 100%;
  max-width: 768px;
  margin-inline: 0;
  gap: 20px;
}

.home-page .hero .hero-kicker {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3.6px;
  line-height: 20px;
  color: #f08f00;
  text-transform: uppercase;
}

.home-page .hero .hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-family: var(--font-tagline);
  font-weight: 400;
  color: #fff;
  font-size: clamp(40px, 6.5vw, var(--brand-hero-size));
  line-height: var(--brand-hero-leading);
  letter-spacing: -1.6px;
}

.home-page .hero .hero-brand {
  margin: 0;
  color: #fff;
}

.home-page .hero .hero-tagline {
  font-family: var(--font-tagline);
  font-size: 1em;
  line-height: var(--brand-hero-leading);
  letter-spacing: -1.6px;
  margin: 0;
  font-weight: 400;
  color: #fff;
}

.home-page .hero-content .btn-gold {
  align-self: flex-start;
  width: min(560px, 100%);
  min-height: 48px;
  padding: 0 40px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 20px;
  text-transform: none;
}

.hero-kicker {
  color: var(--cta);
  letter-spacing: 0.22em;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 clamp(20px, 3.5vh, 40px);
}

h1,
h2 {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: clamp(52px, 7vw, 80px);
  line-height: 1.05;
  color: #fff;
  margin-bottom: 26px;
}

h1 span {
  font-family: var(--font-brand);
  display: block;
}

.btn {
  display: inline-block;
  border: 0;
  border-radius: 9999px;
  padding: 18px 40px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.btn-gold {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--cta);
  color: #fff;
  box-shadow: 0 14px 32px -14px rgba(240, 143, 0, 0.55);
  transition:
    transform 0.45s var(--ease-out),
    box-shadow 0.45s var(--ease-out),
    letter-spacing 0.45s var(--ease-out);
}

.btn-gold::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 28%, rgba(255, 255, 255, 0.42) 50%, transparent 72%);
  transform: translateX(-100%);
  transition: transform 0.85s var(--ease-out);
  z-index: 1;
  pointer-events: none;
}

.btn-gold:hover {
  transform: translateY(-2px);
  letter-spacing: 0.15em;
  box-shadow: 0 20px 44px -12px rgba(240, 143, 0, 0.5);
}

.btn-gold:hover::before {
  transform: translateX(100%);
}

.btn-outline {
  margin-top: 64px;
  border: 1px solid var(--cta);
  color: var(--cta);
  background: #fff;
}

.menu-section .btn-outline.btn-link {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.45s var(--ease-out),
    box-shadow 0.45s var(--ease-out),
    border-color 0.3s ease;
}

.menu-section .btn-outline.btn-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 22%, rgba(255, 255, 255, 0.65) 50%, transparent 78%);
  transform: translateX(-100%);
  transition: transform 0.75s var(--ease-out);
  pointer-events: none;
  z-index: 1;
}

.menu-section .btn-outline.btn-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -12px rgba(240, 143, 0, 0.38);
  border-color: var(--cta);
  color: var(--cta);
  background: #fff;
}

.menu-section .btn-outline.btn-link:hover::before {
  transform: translateX(100%);
}

.section {
  padding-top: 84px;
}

.infos-head h2,
.menu-section h2,
.contact-head h2 {
  font-size: clamp(44px, 6vw, 80px);
  line-height: 1.1;
}

.infos-head p,
.menu-intro,
.contact-head p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
  max-width: 760px;
}

.contact-head p {
  margin-left: 0;
  margin-right: auto;
  max-width: none;
}

.infos-head .infos-lead {
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.3;
}

.infos-intro {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
  margin: 0 0 32px;
  max-width: none;
}

.infos-band {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  margin-top: 8px;
  border-radius: 32px;
  background: var(--card-blue);
  backdrop-filter: blur(32px);
  box-shadow: 0 20px 60px rgba(94, 94, 91, 0.05);
}

.infos-card {
  flex: 1 1 280px;
  max-width: calc(50% - 12px);
  padding: 24px;
  border-radius: 32px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: transform 0.55s var(--ease-out), box-shadow 0.55s var(--ease-out);
}

.infos-band .infos-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(180deg, var(--cta), rgba(240, 143, 0, 0.35));
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.55s var(--ease-out);
  border-radius: 3px 0 0 3px;
}

.infos-band .infos-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 48px -32px rgba(28, 27, 27, 0.18);
}

.infos-band .infos-card:hover::before {
  transform: scaleY(1);
}

.infos-card--hours {
  backdrop-filter: blur(12px);
  background: rgba(252, 248, 247, 0.55);
  border: 1px solid rgba(119, 120, 113, 0.12);
  box-shadow: 0 20px 20px rgba(94, 94, 91, 0.05);
}

.infos-card h3 {
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 24px;
}

.services-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.services-icons li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #464742;
  font-size: 16px;
}

.service-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cta);
  flex-shrink: 0;
}

.infos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 56px;
}

.intro p {
  color: var(--muted);
  line-height: 1.65;
}

.intro h3,
.hours-card h3 {
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-weight: 400;
  margin: 54px 0 20px;
}

.services {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.services li {
  color: #464742;
}

.hours-card {
  border: 1px solid rgba(119, 120, 113, 0.15);
  border-radius: 32px;
  padding: 42px 40px;
  background: rgba(252, 248, 247, 0.65);
  align-self: end;
}

.hours-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.open-now {
  color: #d4af37;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  color: #464742;
  padding: 12px 0;
}

.hours-row span:first-child {
  color: var(--text);
}

.menu-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
}

.menu-section-head {
  text-align: left;
  max-width: 896px;
}

.menu-section-brand {
  margin: 0 0 6px;
  font-family: var(--font-brand);
  font-size: var(--brand-hero-size);
  line-height: var(--brand-hero-leading);
  letter-spacing: var(--brand-hero-tracking);
  font-weight: 400;
  font-style: normal;
  color: var(--text);
}

.menu-section-head h2 {
  margin-top: 0;
}

.menu-section .menu-intro {
  margin-top: 14px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  max-width: 672px;
}

.menu-section .btn-outline.btn-link {
  align-self: center;
}

.menu-section .menu-section-head h2 {
  font-size: clamp(40px, 5vw, 48px);
}

.menu-grid {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.menu-grid-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
}

.menu-card {
  margin: 0;
  position: relative;
  border-radius: 32px;
  background: #f7f3f1;
  overflow: hidden;
}

.menu-link {
  display: block;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  isolation: isolate;
  height: 300px;
  min-height: 300px;
  color: inherit;
  text-decoration: none;
}

.menu-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 133.33%;
  top: -16.67%;
  object-fit: cover;
  display: block;
  transition: transform 1s var(--ease-out), filter 0.5s var(--ease-out);
}

.menu-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(252, 248, 247, 0.2);
  z-index: 1;
  pointer-events: none;
}

.menu-link::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 1;
  pointer-events: none;
}

.menu-link:hover img {
  transform: scale(1.04);
  filter: brightness(1.04);
}

.menu-card h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 32px;
  z-index: 2;
  color: #fff;
  text-align: left;
  font-family: var(--font-tagline);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: normal;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: transform 0.45s var(--ease-out);
}

.menu-link:hover h3 {
  transform: translateY(-3px);
}

.menu-link:hover h3::after {
  transform: scaleX(1);
  width: 52px;
}

.btn-link {
  display: inline-block;
}

.contact-head {
  padding-bottom: 36px;
  text-align: left;
  max-width: none;
}

.contact-split {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 48px;
  align-items: start;
  padding-bottom: 84px;
}

.contact-split--stacked {
  grid-template-columns: 1fr;
  max-width: none;
  margin-inline: 0;
}

.contact-aside--below-map {
  margin-top: 40px;
}

.contact-aside--below-map .contact-aside-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(28, 27, 27, 0.1);
  transition: padding-left 0.35s var(--ease-out), color 0.25s ease;
}

.contact-aside--below-map .contact-aside-links a::after {
  content: "→";
  opacity: 0.45;
  font-weight: 400;
  transition: transform 0.35s var(--ease-out), opacity 0.25s ease;
}

.contact-aside--below-map .contact-aside-links a:hover {
  padding-left: 8px;
  color: var(--text);
  text-decoration: none;
}

.contact-aside--below-map .contact-aside-links a:hover::after {
  transform: translateX(5px);
  opacity: 0.9;
}

.contact-aside--below-map .contact-aside-links a:last-child {
  border-bottom: 0;
}

.contact-map-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-map-wrap {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(119, 120, 113, 0.1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.contact-map-wrap iframe {
  width: 100%;
  height: 560px;
  border: 0;
  display: block;
  vertical-align: top;
}

.contact-details-block {
  padding: 36px 0 0 0;
  text-align: left;
}

.contact-details-block .map-label {
  margin: 0 0 8px;
}

.contact-details-block .map-value {
  margin: 0 0 32px;
}

.contact-details-block .phone-label {
  margin: 0 0 8px;
  color: #5e5e5c;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-details-block .phone-value {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.contact-aside {
  backdrop-filter: blur(32px);
  background: var(--card-blue);
  border: 1px solid rgba(119, 120, 113, 0.1);
  border-radius: 48px;
  padding: 48px;
  box-shadow: 0 20px 60px rgba(94, 94, 91, 0.05);
}

.contact-aside h3 {
  font-family: "Noto Serif", serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 400;
  margin: 0 0 16px;
  line-height: 1.2;
}

.contact-aside > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 28px;
}

.contact-aside-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-aside-links a {
  color: var(--cta);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.contact-aside-links a:hover {
  text-decoration: underline;
}

.map-section {
  width: 100%;
  padding-bottom: 84px;
}

.map-embed {
  width: 100%;
  border-top: 1px solid rgba(119, 120, 113, 0.15);
  border-bottom: 1px solid rgba(119, 120, 113, 0.15);
}

.map-embed iframe {
  width: 100%;
  height: 460px;
  border: 0;
  display: block;
}

.map-address {
  width: min(1152px, calc(100% - 48px));
  margin: 28px auto 0;
}

.map-label {
  margin: 0 0 8px;
  color: #79776f;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.map-value {
  margin: 0 0 14px;
  font-family: "Noto Serif", serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
}

.map-address a {
  color: var(--cta);
  text-decoration: none;
  border-bottom: 1px solid var(--cta);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
}

.footer {
  margin-top: 24px;
  padding: 42px 0;
  border-top: 1px solid rgba(28, 27, 27, 0.05);
  background: #e5e2e0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 4fr 2fr 2fr 3fr;
  gap: 24px;
}

.footer-grid > div {
  transition: transform 0.35s var(--ease-out);
}

.footer-grid > div:hover {
  transform: translateY(-2px);
}

.footer-brand {
  margin: 0 0 16px;
}

.footer-title {
  font-size: 12px;
  letter-spacing: 0.14em;
  margin: 8px 0 24px;
  transition: letter-spacing 0.28s var(--ease-out), color 0.28s var(--ease-out);
}

.footer-grid > div:hover .footer-title {
  letter-spacing: 0.18em;
  color: var(--cta);
}

.footer a {
  display: block;
  margin-bottom: 10px;
  color: rgba(72, 71, 64, 0.85);
  text-decoration: none;
  position: relative;
  width: fit-content;
  transition: color 0.25s ease, transform 0.28s var(--ease-out);
}

.footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s var(--ease-out);
}

.footer a:hover {
  transform: translateX(3px);
  color: var(--cta);
}

.footer a:hover::after {
  transform: scaleX(1);
}

.muted {
  color: #484740;
  line-height: 1.5;
}

.addr {
  margin-top: 22px;
}

.reserve {
  border-radius: 0;
  width: 100%;
  padding: 16px 24px;
  background: transparent;
  border: 1px solid var(--text);
  margin-top: 12px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    color 0.35s var(--ease-out),
    transform 0.35s var(--ease-out),
    border-color 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out);
}

.reserve::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--cta);
  transform: translateY(102%);
  transition: transform 0.45s var(--ease-out);
  z-index: -1;
}

.reserve:hover {
  color: #fff;
  border-color: var(--cta);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -14px rgba(240, 143, 0, 0.55);
}

.reserve:hover::before {
  transform: translateY(0);
}

.legal {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(28, 27, 27, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(72, 71, 64, 0.7);
  font-size: 14px;
}

.legal div,
.legal .legal-links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .nav-trailing {
    display: none;
  }

  .nav-mobile-actions {
    display: flex;
  }

  .nav-inner {
    min-height: 64px;
    gap: 12px;
  }

  .container {
    width: min(1152px, calc(100% - 32px));
  }

  .home-page .hero-content {
    padding-top: clamp(52px, 10vh, 88px);
    align-items: flex-start;
    gap: 20px;
  }

  .home-page .hero-kicker {
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 1.25;
    margin: 0;
  }

  .home-page .hero .hero-title {
    margin: 0;
    max-width: 100%;
    font-size: clamp(34px, 9vw, var(--brand-hero-size));
    line-height: 1.1;
    letter-spacing: -1.6px;
  }

  .logo-chabada--hero,
  .home-page .hero .hero-brand,
  .opening-brand {
    font-size: clamp(40px, 12vw, var(--brand-hero-size));
    line-height: 1.1;
    letter-spacing: var(--brand-hero-tracking);
  }

  .home-page .hero .hero-tagline {
    font-size: 1em;
    line-height: 1.1;
    letter-spacing: -1.6px;
  }

  .home-page .hero-content .btn-gold {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    padding: 0 28px;
    font-size: 15px;
    letter-spacing: 1.6px;
  }

  .home-page .section {
    padding-top: 64px;
  }

  .home-page .infos-head h2,
  .home-page .infos-card h3,
  .home-page .menu-section .menu-section-head h2,
  .home-page .contact-head h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }

  .home-page .infos-head .infos-lead {
    font-size: 20px;
    line-height: 1.2;
  }

  .home-page .infos-intro {
    font-size: 20px;
    line-height: 1.2;
  }

  .home-page .menu-intro {
    font-size: 18px;
  }

  .home-page .menu-section-brand {
    font-size: clamp(40px, 10vw, var(--brand-hero-size));
    line-height: 1.1;
  }

  .home-page .menu-card h3 {
    font-size: 26px;
    padding: 24px;
  }

  .home-page .menu-link {
    min-height: 220px;
  }

  .home-page .infos-band {
    padding-left: 16px;
    padding-right: 16px;
  }

  .infos-grid,
  .menu-grid-row,
  .services {
    grid-template-columns: 1fr;
  }

  .menu-grid-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .menu-link {
    height: 260px;
    min-height: 260px;
  }

  .menu-card h3 {
    font-size: 26px;
    padding: 24px;
  }

  .infos-card {
    max-width: 100%;
  }

  .services-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .services-icons li {
    font-size: 15px;
    gap: 12px;
    min-width: 0;
  }

  .brand {
    font-size: 32px;
    line-height: 1.14;
    letter-spacing: var(--brand-hero-tracking);
  }

  .btn-nav-cta--compact {
    padding: 8px 12px;
    min-height: 40px;
    font-size: 12px;
    letter-spacing: 0.15em;
  }

  .contact-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-map-wrap iframe {
    height: 420px;
  }

  .map-embed iframe {
    height: 320px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .legal {
    flex-direction: column;
  }
}

.menu-page {
  padding-top: 76px;
}

.menu-hero-title {
  text-align: left;
  font-size: clamp(52px, 8vw, 80px);
  color: #1c1b1b;
  margin: 0 0 48px;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.menu-toolbar {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 4px;
  padding-bottom: 5px;
  margin-bottom: 48px;
}

.menu-toolbar--ruled {
  border-bottom: 1px solid #c7c7bf;
}

.menu-search {
  position: relative;
  flex-shrink: 0;
  width: min(256px, 100%);
}

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

.menu-search-field {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 8px 14px;
  box-sizing: border-box;
  border: 1px solid var(--cta);
  border-radius: 999px;
  background: rgba(252, 248, 247, 0.65);
}

.menu-search-icon {
  flex-shrink: 0;
  color: #464742;
  opacity: 0.9;
}

.menu-search-input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-family: var(--font-ui);
  font-size: 16px;
  color: #464742;
  outline: none;
}

.menu-search-input::placeholder {
  color: #464742;
  opacity: 0.85;
}

.menu-tabs {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* Masque la barre de défilement (sinon elle ressemble à un champ de saisie) */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.menu-tabs::-webkit-scrollbar {
  display: none;
  height: 0;
}

.menu-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid transparent;
  color: #484740;
  text-decoration: none;
  border-radius: 9999px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 24px;
  min-height: 44px;
  box-sizing: border-box;
  flex-shrink: 0;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    font-weight 0.2s ease;
}

.menu-tab:hover:not(.active) {
  font-weight: 800;
}

.menu-tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.menu-tab.active {
  background: var(--cta);
  color: #fff;
  padding: 8px 14px;
  min-height: 48px;
}

.menu-tab.active .menu-tab-label {
  color: #fff;
}

/* Spécificité : évite qu’un autre lien globale écrase la pilule */
a.menu-tab.active {
  background-color: var(--cta);
  color: #fff;
}

.menu-block--blank h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.menu-layout {
  padding-bottom: 84px;
}

.menu-layout--split {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 400px);
  gap: clamp(40px, 5vw, 64px);
  align-items: start;
}

.menu-layout--split .menu-content {
  min-width: 0;
}

.menu-visuals {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.menu-showcase {
  position: relative;
  margin: 0;
  border-radius: 32px;
  overflow: hidden;
  background: #e8e2db;
  max-width: 444px;
  width: 100%;
}

.menu-showcase-media {
  position: relative;
  aspect-ratio: 444 / 592;
  overflow: hidden;
}

.menu-showcase-media img {
  width: 133.33%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-left: -16.67%;
}

.menu-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.62) 100%);
  z-index: 1;
  pointer-events: none;
}

.menu-showcase-caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  z-index: 2;
  margin: 0;
}

.menu-showcase-kicker {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.menu-showcase-title {
  font-family: "Noto Serif", serif;
  font-size: clamp(26px, 3.2vw, 32px);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}

.menu-showcase--secondary::after {
  opacity: 0.35;
}

.menu-block h2 {
  font-size: 40px;
  margin-bottom: 24px;
}

.menu-items {
  display: grid;
  gap: 18px;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(28, 27, 27, 0.09);
  background: transparent;
  box-shadow: none;
  overflow: visible;
  padding: 22px 0;
  margin: 0;
  transition: opacity 0.2s ease;
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-item:hover {
  box-shadow: none;
  transform: none;
  border-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .menu-item {
    transition: none;
  }
}

.menu-item:not(.menu-item--with-image) .menu-item-body {
  border-left: none;
  padding-left: 0;
}

.menu-item-body {
  padding: 22px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.menu-item--with-image {
  grid-template-columns: clamp(112px, 20vw, 200px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.menu-item-media {
  position: relative;
  min-height: 0;
  background: rgba(119, 120, 113, 0.06);
  border-radius: 14px;
  overflow: hidden;
}

.menu-item--with-image .menu-item-image {
  width: 100%;
  height: 100%;
  min-height: 120px;
  aspect-ratio: 1 / 1;
  max-width: none;
  margin: 0;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.menu-item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(28, 27, 27, 0.07);
}

/* Ligne pointillée entre nom et prix (maquette menu Figma) */
.menu-item-leader {
  flex: 1;
  min-width: 16px;
  height: 0;
  align-self: center;
  border-bottom: 1px dashed rgba(199, 199, 191, 0.9);
  opacity: 0.55;
}

/* Page menu « La Carte » — liste Sanity comme Figma 2:3857 */
.menu-page .menu-items {
  gap: 40px;
}

.menu-page .menu-item {
  border-bottom: none;
  padding: 0 0 40px;
}

.menu-page .menu-item:last-child {
  padding-bottom: 0;
}

.menu-page .menu-item-body {
  padding: 0;
  gap: 4px;
}

.menu-page .menu-item-head {
  align-items: center;
  padding: 0;
  margin: 0 0 4px;
  border-bottom: none;
  gap: 16px;
  min-height: 28px;
}

.menu-page .menu-item-name {
  flex: 0 1 auto;
  max-width: 72%;
  font-family: var(--font-ui);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.6;
}

.menu-page .menu-item-price {
  font-size: 18px;
  font-weight: 400;
}

.menu-page .menu-item-desc {
  max-width: 512px;
  margin: 0;
  padding-top: 2px;
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.6;
  color: #464742;
}

.menu-page .menu-item-allergens {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #5e5e5c;
}

.menu-item-name {
  margin: 0;
  font-family: "Noto Serif", serif;
  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1.28;
  flex: 1;
  min-width: 0;
}

.menu-item-price {
  font-family: var(--font-ui);
  font-size: 1.2rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: #1c1b1b;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 2px;
  letter-spacing: -0.02em;
}

.menu-item-desc {
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.65;
  color: #5e5e5c;
}

.menu-item-allergens {
  margin: 0;
  margin-top: auto;
  padding: 7px 12px;
  align-self: flex-start;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #5a5853;
  background: rgba(235, 231, 230, 0.55);
  border-radius: 999px;
}

.menu-item-image--placeholder {
  background: rgba(119, 120, 113, 0.12);
  border: 1px dashed rgba(119, 120, 113, 0.3);
}

.menu-empty {
  margin: 0;
  color: #5e5e5b;
  font-size: 16px;
  line-height: 1.6;
}

.menu-placeholder {
  min-height: 320px;
}

.menu-placeholder h2 {
  margin-bottom: 0;
}

.gallery-page {
  padding: 155px 0 84px;
}

.gallery-hero {
  margin-bottom: 64px;
}

.gallery-kicker {
  margin: 0 0 16px;
  color: var(--cta);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.gallery-title {
  margin: 0;
  color: #1c1b1b;
  font-family: var(--font-tagline);
  font-size: clamp(32px, 6vw, 80px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.6px;
}

.gallery-title .gallery-title-serif {
  font-family: inherit;
  letter-spacing: inherit;
}

.gallery-title span {
  display: inline;
}

.gallery-title .gallery-title-serif {
  font-family: inherit;
  letter-spacing: inherit;
}

.gallery-title .logo-chabada {
  font-family: var(--font-brand);
  font-size: 1em;
  line-height: 0.9;
  letter-spacing: var(--brand-hero-tracking);
}

.gallery-intro {
  margin: 16px 0 0;
  max-width: 576px;
  color: #5e5e5b;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.gallery-masonry {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 24px;
  align-items: start;
}

.gallery-masonry-col {
  display: flex;
  flex-direction: column;
  gap: 96px;
  min-width: 0;
}

.gallery-masonry-col--offset {
  padding-top: 96px;
}

.gallery-masonry-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.gallery-card {
  margin: 0;
  border-radius: 32px;
  overflow: hidden;
  background: #f7f3f1;
  position: relative;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-card--xl {
  height: clamp(420px, 52vw, 924px);
}

.gallery-card--half {
  height: clamp(220px, 28vw, 475px);
}

.gallery-card--wide {
  height: clamp(200px, 24vw, 414px);
}

.gallery-card--tall {
  height: clamp(320px, 40vw, 700px);
}

.gallery-card--glass {
  height: clamp(260px, 32vw, 519px);
}

.gallery-card--dessert {
  height: clamp(300px, 38vw, 649px);
}

.opening-page {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
}

.opening-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  justify-content: center;
  padding: clamp(32px, 6vw, 64px) 0;
  box-sizing: border-box;
}

.opening-stage.opening-home-main {
  justify-content: flex-start;
  padding-top: clamp(72px, 16vh, 160px);
}

.opening-media {
  display: none;
}

.opening-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--text);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.opening-page .opening-kicker {
  color: var(--cta);
}

.opening-page .opening-brand,
.opening-page .opening-tagline {
  color: #1c1b1b;
}

.opening-page .opening-brand {
  text-shadow: none;
}

.opening-kicker {
  margin: 0 0 clamp(16px, 3vh, 24px);
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.opening-hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: var(--font-tagline);
  font-weight: 400;
  font-size: clamp(40px, 6.5vw, var(--brand-hero-size));
  line-height: var(--brand-hero-leading);
  letter-spacing: -1.6px;
}

.opening-home-title.menu-hero-title {
  margin-bottom: clamp(32px, 5vh, 48px);
  text-align: center;
}

.opening-brand {
  margin: 0;
  font-size: 1em;
  line-height: var(--brand-hero-leading);
  text-shadow: 0 8px 40px rgba(51, 110, 245, 0.25);
}

.opening-tagline {
  font-family: var(--font-tagline);
  font-size: 1em;
  line-height: var(--brand-hero-leading);
  letter-spacing: -1.6px;
  margin: 0;
  font-weight: 400;
}

.opening-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-top: 0;
}

.opening-content .opening-actions .zenchef-fab--inline {
  margin-top: 0;
}

.opening-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 32px;
  width: min(100%, 268px);
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid rgba(51, 110, 245, 0.45);
  background: rgba(51, 110, 245, 0.12);
  color: var(--zenchef-blue);
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    background 0.25s var(--ease-out),
    border-color 0.25s var(--ease-out),
    transform 0.25s var(--ease-out),
    color 0.25s var(--ease-out);
}

.opening-menu-btn:hover {
  background: var(--zenchef-blue);
  border-color: var(--zenchef-blue);
  color: #fff;
  transform: translateY(-2px);
}

.opening-menu-btn--secondary {
  border-color: rgba(51, 110, 245, 0.35);
  background: transparent;
}

.opening-menu-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(253, 248, 247, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.opening-menu-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 16px;
}

.opening-menu-header-inner--home {
  justify-content: center;
}

.opening-menu-back {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  text-decoration: none;
}

.opening-menu-back:hover {
  color: var(--cta);
}

.opening-menu-brand {
  font-size: clamp(32px, 6vw, var(--brand-nav-size));
  line-height: var(--brand-nav-leading);
  color: var(--text);
  text-decoration: none;
}

.opening-menu-main {
  padding-top: 24px;
}

.opening-menu-layout {
  display: block;
  max-width: 720px;
  padding-bottom: 64px;
}

button.menu-tab {
  cursor: pointer;
  font-family: var(--font-ui);
  background: transparent;
}

/* Pied de page pages ouverture (menu, localisation, accueil ouverture) */
.opening-site-footer {
  padding: 32px 24px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.opening-site-footer--overlay {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-bottom: max(24px, env(safe-area-inset-bottom, 0px));
}

.opening-social-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  width: min(100%, 420px);
  padding: 18px 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(253, 248, 247, 0.92);
  box-shadow: 0 12px 40px rgba(28, 27, 27, 0.08);
}

.opening-social-box a {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text);
  transition: color 0.2s ease;
}

.opening-social-box a:hover {
  color: var(--zenchef-blue);
}

.opening-legal-link {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.opening-legal-link a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.opening-localisation-main {
  flex: 1;
}

.opening-loc-page {
  padding-top: 76px;
}

.opening-localisation-page {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.opening-loc-page .menu-hero-title {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.opening-loc-layout {
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  padding-bottom: 48px;
}

.opening-loc-aside {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.opening-loc-details {
  padding: 0;
  text-align: left;
}

.opening-loc-details .map-value {
  margin-bottom: 8px;
}

.opening-loc-city {
  margin: 0 0 28px;
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
}

.opening-loc-map-col {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
}

.opening-loc-map-col .contact-map-wrap {
  width: 100%;
  max-width: 100%;
}

.opening-loc-map-col .contact-map-wrap iframe {
  height: min(560px, 70vh);
}

.opening-localisation-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  border-radius: 10px;
  background: var(--zenchef-blue);
  color: #fff;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 0.2s var(--ease-out),
    box-shadow 0.2s var(--ease-out);
}

.opening-localisation-map-link:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(51, 110, 245, 0.35);
}

@media (max-width: 900px) {
  .opening-loc-layout {
    grid-template-columns: 1fr;
  }

  .opening-loc-page .menu-hero-title {
    margin-bottom: 28px;
  }

  .opening-loc-map-col .contact-map-wrap iframe {
    height: min(400px, 55vh);
  }
}

/* Bouton Zenchef (CSS pur, sans fond blanc) */
.zenchef-fab {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #336ef5;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(33, 102, 232, 0.4);
  transition:
    transform 0.2s var(--ease-out),
    box-shadow 0.2s var(--ease-out);
}

.zenchef-reserve-anchor {
  position: fixed;
  right: max(16px, env(safe-area-inset-right, 0px));
  bottom: max(16px, env(safe-area-inset-bottom, 0px));
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.zenchef-reserve-anchor .zenchef-fab--fixed {
  position: relative;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  flex-direction: row-reverse;
}

.zenchef-fab--fixed {
  position: fixed;
  left: auto !important;
  right: max(16px, env(safe-area-inset-right, 0px)) !important;
  bottom: max(16px, env(safe-area-inset-bottom, 0px)) !important;
  top: auto !important;
  flex-direction: row-reverse;
  z-index: 9999;
}

.opening-page .zenchef-fab--fixed,
.opening-menu-page .zenchef-fab--fixed,
.opening-localisation-page .zenchef-fab--fixed {
  left: auto !important;
  right: max(16px, env(safe-area-inset-right, 0px)) !important;
}

/* Masquer le bouton natif Zenchef (souvent petit, en bas à gauche) */
body .zc-widget-button,
body .zc-floating-button,
body [data-zc-floating],
body button[class*="zc-"]:not(.zenchef-fab),
body a[class*="zc-"][class*="button"]:not(.zenchef-fab),
body div[class*="zc-floating"]:not(.zenchef-fab),
body div[class*="zc-button"]:not(.zenchef-fab) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Panneau réservation — au-dessus du bouton bleu (position finée en JS) */
.zc-booking-panel-positioned {
  pointer-events: auto !important;
  visibility: visible !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

html.zc-panel-above-fab iframe.zc-booking-panel-positioned {
  min-height: 440px;
  background: transparent !important;
}

html.zc-panel-above-fab .zc-booking-panel-positioned {
  transform-origin: bottom right;
}

html.zc-panel-above-fab body > div[class*="zc"],
html.zc-panel-above-fab body > div[id*="zc"] {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Mobile : pas d’affichage du widget tant qu’aucun clic utilisateur */
html:not(.zc-user-opened) iframe[src*="zenchef"],
html:not(.zc-user-opened) iframe[src*="bookings.zenchef"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.zenchef-fab--fixed,
.zenchef-reserve-anchor {
  pointer-events: auto;
  cursor: pointer;
}

.zenchef-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(33, 102, 232, 0.5);
  color: #fff;
}

.zenchef-fab:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 3px;
}

.zenchef-fab__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  flex-shrink: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.zenchef-fab__divider {
  width: 1px;
  height: 28px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.35);
}

.zenchef-fab__text {
  padding: 0 18px 0 14px;
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: #fff;
}

@media (max-width: 480px) {
  .zenchef-fab {
    min-height: 44px;
  }

  .zenchef-fab__icon {
    width: 46px;
    font-size: 26px;
  }

  .zenchef-fab__text {
    padding: 0 14px 0 12px;
    font-size: 14px;
  }
}

.opening-page .zenchef-fab:focus-visible {
  outline-color: var(--text);
}

.opening-address {
  margin: 20px 0 0;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.opening-divider {
  width: min(120px, 40%);
  height: 1px;
  margin: 28px 0 24px;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(240, 143, 0, 0.85), transparent);
}

.opening-instagram-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  width: min(100%, 480px);
  border-radius: var(--radius-pill);
  border: 1px solid rgba(240, 143, 0, 0.65);
  background: rgba(240, 143, 0, 0.12);
  color: #fff;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  transition:
    background 0.28s var(--ease-out),
    border-color 0.28s var(--ease-out),
    transform 0.28s var(--ease-out);
}

.opening-instagram-btn:hover {
  background: var(--cta);
  border-color: var(--cta);
  color: #1c1b1b;
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .opening-content {
    padding: 0;
  }

  .opening-home-title.menu-hero-title {
    font-size: clamp(40px, 11vw, 56px);
    margin-bottom: 28px;
  }

  .opening-divider {
    margin: 22px 0 20px;
  }

  .opening-instagram-btn {
    font-size: 12px;
    letter-spacing: 0.06em;
    padding: 14px 20px;
  }
}

/* Page mentions légales */
.legal-page {
  min-height: 100vh;
}

.legal-page main.legal-doc {
  padding-top: 100px;
  padding-bottom: 64px;
  max-width: min(720px, calc(100% - 48px));
  margin: 0 auto;
}

.legal-doc-title {
  font-family: "Noto Serif", serif;
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 400;
  margin: 0 0 8px;
  color: var(--text);
}

.legal-doc-updated {
  margin: 0 0 40px;
  font-size: 14px;
  color: var(--muted);
}

.legal-section {
  margin-bottom: 36px;
  scroll-margin-top: 96px;
}

.legal-section h2 {
  font-family: "Noto Serif", serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 14px;
  color: var(--text);
}

.legal-section p,
.legal-section li {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}

.legal-section ul {
  margin: 12px 0;
  padding-left: 1.25rem;
}

.legal-section li {
  margin-bottom: 8px;
}

.legal-section a {
  color: var(--cta);
}

.legal-doc-back {
  margin-top: 48px;
}

.legal-doc-back a {
  color: var(--cta);
  font-weight: 600;
  text-decoration: none;
}

.legal-doc-back a:hover {
  text-decoration: underline;
}

/* --- Page Avis (maquette Figma 2:4200, titre « Avis des clients ») --- */

.reviews-page main {
  padding-top: 76px;
}

.reviews-hero {
  padding: 72px 0 0;
  position: relative;
}

.reviews-hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 0 0 24px;
  box-sizing: border-box;
}

.reviews-title {
  margin: 0 0 14px;
  width: 100%;
  max-width: 100%;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-size: clamp(44px, 8vw, 80px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text);
  text-align: left;
}

.reviews-lead {
  margin: 0;
  max-width: 672px;
  font-size: 20px;
  line-height: 1.4;
  color: #5e5e5c;
  text-align: left;
}

.reviews-cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  align-self: flex-start;
  padding: 10px 24px;
  min-height: 48px;
  border-radius: 9999px;
  border: 1px solid var(--cta);
  background: rgba(252, 248, 247, 0.8);
  backdrop-filter: blur(12px);
  color: var(--cta);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}

.reviews-cta-pill:hover {
  background: rgba(240, 143, 0, 0.08);
}

.reviews-quote-mark {
  position: absolute;
  right: clamp(8px, 2vw, 32px);
  top: 0;
  margin: 0;
  font-family: Georgia, "Noto Serif", serif;
  font-size: clamp(72px, 12vw, 120px);
  line-height: 0.85;
  color: rgba(240, 143, 0, 0.22);
  font-weight: 400;
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}

.reviews-bento-section {
  padding: 72px 0 84px;
}

.reviews-bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.review-card {
  margin: 0;
  padding: 41px;
  border-radius: 32px;
  border: 1px solid rgba(199, 199, 191, 0.2);
  background: var(--card-blue);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.review-stars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.review-star {
  color: #f08f00;
  font-size: 20px;
  line-height: 1;
}

.review-star--half {
  opacity: 0.4;
}

.review-quote {
  margin: 0;
  font-family: "Noto Serif", serif;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.3;
  font-weight: 400;
  color: var(--text);
}

.review-meta {
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid rgba(62, 84, 193, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}

.review-name {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cta);
}

.review-tag {
  margin: 0;
  font-size: 16px;
  color: var(--cta);
}

.review-date {
  margin: 0;
  font-size: 16px;
  color: var(--review-date);
  white-space: nowrap;
}

.review-card--offset {
  margin-top: 96px;
}

.reviews-feature {
  margin-top: 96px;
}

.reviews-feature-figure {
  position: relative;
  margin: 0;
  border-radius: 32px;
  overflow: hidden;
}

.reviews-feature-figure img {
  width: 100%;
  height: auto;
  min-height: 320px;
  max-height: 564px;
  object-fit: cover;
  display: block;
}

.reviews-feature-caption {
  position: absolute;
  left: 32px;
  bottom: 32px;
  margin: 0;
  font-family: "Noto Serif", serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

@media (max-width: 980px) {
  .reviews-bento {
    grid-template-columns: 1fr;
  }

  .review-card--offset,
  .reviews-feature {
    margin-top: 0;
  }

  /* Avis — maquette 34:4522 */
  .reviews-page .reviews-hero {
    padding: 32px 0 0;
  }

  .reviews-page .reviews-hero-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .reviews-page .reviews-title {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }

  .reviews-page .reviews-lead {
    max-width: none;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    padding: 0;
  }

  .reviews-page .reviews-cta-pill {
    margin-top: 16px;
    min-height: 40px;
    padding: 10px 28px;
    letter-spacing: 0.1em;
  }

  .reviews-page .reviews-quote-mark {
    display: block;
    opacity: 0.5;
    right: 8px;
    top: 8px;
    width: 85px;
  }

  .reviews-page .reviews-bento-section {
    padding: 24px 0 56px;
  }

  .reviews-page .review-card {
    padding: 24px;
    gap: 24px;
  }

  .reviews-page .review-quote {
    font-size: 20px;
    line-height: 1.2;
  }

  .reviews-page .reviews-feature-figure {
    max-height: 279px;
    border-radius: 32px;
  }

  .reviews-page .reviews-feature-figure img {
    min-height: 0;
    max-height: 279px;
    height: 279px;
    object-fit: cover;
  }

  .reviews-page .reviews-feature-caption {
    left: 24px;
    bottom: 24px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  .menu-item--with-image {
    grid-template-columns: 1fr;
  }

  .menu-item-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
    max-height: 220px;
  }

  .menu-item--with-image .menu-item-image {
    min-height: 0;
    height: 100%;
    max-height: 220px;
  }

  .menu-item-body {
    padding: 18px 20px 20px;
  }
}

.menu-block:has(.menu-item) .menu-empty-static {
  display: none;
}

@media (max-width: 980px) {
  /* Menu — maquette 34:2492 */
  .menu-page {
    padding-top: 72px;
  }

  .menu-page .menu-hero-title {
    display: none;
  }

  .menu-page .menu-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 24px 0 14px;
    margin-bottom: 24px;
  }

  .menu-page .menu-search {
    width: 100%;
    max-width: none;
  }

  .menu-page .menu-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    overflow: visible;
    -webkit-overflow-scrolling: auto;
  }

  .menu-page .menu-tab {
    width: 100%;
    justify-content: flex-start;
    padding: 8px 10px;
    min-height: 40px;
    box-sizing: border-box;
    gap: 8px;
    letter-spacing: 0.15em;
  }

  .menu-page .menu-tab.active {
    min-height: 40px;
    padding: 8px 10px;
  }

  .menu-page .menu-layout--split {
    grid-template-columns: 1fr;
  }

  .menu-page .menu-visuals {
    display: none;
  }

  .menu-page .menu-layout {
    padding-bottom: 64px;
  }

  .menu-page .menu-block h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 18px;
    font-weight: 400;
  }

  .menu-page .menu-items {
    gap: 28px;
  }

  .menu-page .menu-item-head {
    padding: 0;
    margin: 0 0 4px;
    border-bottom: none;
  }

  .menu-page .menu-item-name {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
    max-width: 85%;
  }

  .menu-page .menu-item-price {
    font-size: 16px;
    font-weight: 400;
    color: #1c1b1b;
  }

  .menu-page .menu-item-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #464742;
    margin-bottom: 0;
  }

  .menu-page .menu-item-allergens {
    padding: 0;
    background: none;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  /* Galerie — maquette 34:4417 */
  .gallery-page {
    padding: 96px 0 64px;
  }

  .gallery-page .gallery-hero {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-page .gallery-kicker {
    color: var(--cta);
    letter-spacing: 0.3em;
    margin-bottom: 16px;
  }

  .gallery-page .gallery-title {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }

  .gallery-page .gallery-title span {
    font-size: inherit;
    line-height: inherit;
  }

  .gallery-page .gallery-intro {
    margin-top: 16px;
    max-width: none;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }

  .gallery-page .gallery-masonry {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gallery-page .gallery-masonry-col {
    gap: 24px;
  }

  .gallery-page .gallery-masonry-col--offset {
    padding-top: 0;
  }

  .gallery-page .gallery-masonry-pair {
    gap: 16px;
  }

  .gallery-page .gallery-card--xl {
    height: auto;
    aspect-ratio: 1;
  }

  .gallery-page .gallery-card--half,
  .gallery-page .gallery-card--wide,
  .gallery-page .gallery-card--tall,
  .gallery-page .gallery-card--glass,
  .gallery-page .gallery-card--dessert {
    height: auto;
    aspect-ratio: 1;
  }

  .gallery-page .gallery-title span {
    font-size: inherit;
    line-height: inherit;
  }

  /* Mentions légales — lecture mobile */
  .legal-page main.legal-doc {
    padding-top: 88px;
    padding-bottom: 48px;
    max-width: min(720px, calc(100% - 32px));
  }

  .legal-page .legal-doc-title {
    font-size: 32px;
    line-height: 1.15;
  }

  .legal-page .legal-doc-updated {
    margin-bottom: 28px;
  }

  .legal-page .legal-section {
    margin-bottom: 28px;
    scroll-margin-top: 80px;
  }

  .legal-page .legal-section h2 {
    font-size: 20px;
  }

  .legal-page .legal-section p,
  .legal-page .legal-section li {
    font-size: 15px;
    line-height: 1.65;
  }
}

/* ========= Animations (accessibilité : respect prefers-reduced-motion) ========= */

@keyframes ch-reveal-up {
  from {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ch-hero-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ch-nav-soft-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ch-card-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .top-nav {
    animation: ch-nav-soft-in 0.6s ease backwards;
  }

  .hero-content > .hero-kicker {
    animation: ch-hero-rise 0.78s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .hero-content > .hero-title {
    animation: ch-hero-rise 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.12s backwards;
  }

  .hero-content > .btn {
    animation: ch-hero-rise 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.26s backwards;
  }

  .menu-page .menu-hero-title {
    animation: ch-reveal-up 0.65s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .menu-page .menu-toolbar {
    animation: ch-reveal-up 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.06s backwards;
  }

  .menu-items .menu-item {
    animation: ch-card-enter 0.52s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .opening-page .opening-content > * {
    animation: ch-hero-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .opening-page .opening-content > .opening-kicker {
    animation-delay: 0s;
  }

  .opening-page .opening-content > .opening-hero-title {
    animation-delay: 0.08s;
  }

  .opening-page .opening-content > .opening-actions {
    animation-delay: 0.16s;
  }
}

[data-reveal].reveal-pending:not(.is-visible) {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].reveal-pending.is-visible {
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .top-nav,
  .hero-content > .hero-kicker,
  .hero-content > .hero-title,
  .hero-content > .btn,
  .menu-page .menu-hero-title,
  .menu-page .menu-toolbar,
  .menu-items .menu-item,
  .opening-page .opening-content > * {
    animation: none !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .btn-nav-cta::before,
  .btn-gold::before,
  .menu-section .btn-outline.btn-link::before,
  .reserve::before {
    transition: none !important;
    transform: none !important;
  }

  .btn-nav-cta:hover,
  .btn-gold:hover,
  .menu-section .btn-outline.btn-link:hover,
  .reserve:hover,
  .infos-band .infos-card:hover,
  .menu-link:hover h3 {
    transform: none !important;
  }

  .menu-link:hover img {
    transform: none !important;
  }
}
