:root {
  --ink: #20120d;
  --text: #4d342b;
  --muted: #7c6257;
  --cream: #fff6e9;
  --paper: #fffbf4;
  --terracotta: #af3e24;
  --terracotta-dark: #7e2719;
  --gold: #d99a3a;
  --green: #183c2b;
  --line: rgba(57, 31, 20, 0.14);
  --shadow: 0 24px 70px rgba(65, 31, 16, 0.16);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  width: min(calc(100% - 32px), 1180px);
  min-height: 68px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #fff;
  background: rgba(32, 18, 13, 0.64);
  backdrop-filter: blur(18px);
  transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 251, 244, 0.92);
  box-shadow: 0 16px 50px rgba(40, 20, 12, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: var(--ink);
  background: var(--gold);
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-weight: 800;
}

.brand small {
  color: currentColor;
  font-size: 0.76rem;
  opacity: 0.78;
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: 6px;
}

.main-nav a {
  padding: 10px 13px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  opacity: 0.9;
}

.main-nav a:hover {
  background: rgba(217, 154, 58, 0.2);
  opacity: 1;
}

.header-action,
.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.header-action:hover,
.btn:hover {
  transform: translateY(-2px);
}

.header-action {
  padding: 0 18px;
  color: var(--ink);
  background: var(--gold);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lang-toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-weight: 800;
  font-size: 0.92rem;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.lang-toggle:hover {
  transform: translateY(-2px);
  background: rgba(217, 154, 58, 0.22);
  border-color: var(--gold);
}

.site-header.is-scrolled .lang-toggle {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 160px clamp(20px, 5vw, 72px) 58px;
  color: #fff;
  background: var(--ink);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroDrift 18s ease-in-out infinite alternate;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(20, 10, 6, 0.82) 0%, rgba(20, 10, 6, 0.52) 45%, rgba(20, 10, 6, 0.22) 100%),
    linear-gradient(0deg, rgba(20, 10, 6, 0.72) 0%, rgba(20, 10, 6, 0.05) 42%);
}

.hero-content {
  position: relative;
  width: min(780px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.02;
}

.hero h1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(4rem, 12vw, 9.8rem);
  letter-spacing: 0;
}

.hero-subtitle {
  width: min(640px, 100%);
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.38rem);
}

.hero-actions,
.info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  padding: 0 20px;
}

.btn.primary {
  color: #fff;
  background: var(--terracotta);
  box-shadow: 0 16px 32px rgba(126, 39, 25, 0.28);
}

.btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.54);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.btn.secondary.dark {
  border-color: var(--line);
  color: var(--ink);
  background: #fff;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(700px, 100%);
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-stats div {
  padding: 18px;
  background: rgba(32, 18, 13, 0.28);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 1.5rem;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
}

.section-pad {
  padding: 96px clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
}

.section-heading h2,
.reviews-summary h2,
.info-card h2 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
}

.section-heading p:not(.eyebrow),
.intro-copy p,
.feature-card p,
.menu-item p,
.info-card dd {
  color: var(--muted);
}

.intro-copy {
  font-size: 1.05rem;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.pill-row span,
.tag {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.pill-row span {
  padding: 8px 12px;
}

.feature-band {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 18px;
  padding: 0 clamp(20px, 5vw, 72px) 96px;
}

.feature-card {
  display: grid;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.feature-card.large {
  grid-row: span 2;
  grid-template-columns: 0.9fr 1fr;
}

.feature-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.feature-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 46px);
}

.feature-card h2,
.feature-card h3 {
  margin: 12px 0 12px;
  color: var(--ink);
}

.feature-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.04;
}

.feature-card h3 {
  font-size: 1.45rem;
}

.tag {
  align-self: flex-start;
  padding: 7px 11px;
  color: var(--terracotta-dark);
}

.menu {
  background:
    linear-gradient(rgba(255, 246, 233, 0.94), rgba(255, 246, 233, 0.94)),
    radial-gradient(circle at 12% 8%, rgba(217, 154, 58, 0.24), transparent 30%);
}

.section-heading.narrow {
  width: min(760px, 100%);
  margin-bottom: 34px;
}

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

.menu-item {
  display: grid;
  grid-template-columns: 124px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 150px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.menu-item img {
  width: 124px;
  height: 124px;
  border-radius: 8px;
  object-fit: cover;
}

.menu-item h3 {
  margin-bottom: 6px;
  color: var(--ink);
}

.menu-item p {
  margin-bottom: 0;
}

.menu-item strong {
  color: var(--terracotta-dark);
  text-align: right;
}

.reservation {
  background:
    linear-gradient(135deg, rgba(32, 18, 13, 0.94), rgba(24, 60, 43, 0.92)),
    url("assets/plat-poulet.jpeg") center / cover;
}

.reservation-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(340px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
  color: #fff;
}

.reservation-copy {
  position: sticky;
  top: 112px;
}

.reservation-copy h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.reservation-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.reservation-points {
  display: grid;
  gap: 10px;
  margin: 30px 0;
}

.reservation-points div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.reservation-points strong {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  color: var(--ink);
  background: var(--gold);
}

.reservation-points span {
  font-weight: 800;
}

.reservation-note {
  padding: 16px;
  border-left: 4px solid var(--gold);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.08);
}

.reservation-note a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(217, 154, 58, 0.7);
  text-underline-offset: 4px;
}

.reservation-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 251, 244, 0.96);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.form-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.form-header h3 {
  margin-bottom: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.form-header span {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--terracotta-dark);
  background: rgba(175, 62, 36, 0.1);
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.reservation-form label,
.choice-group legend {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.reservation-form label {
  display: grid;
  gap: 8px;
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 600;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.reservation-form textarea {
  min-height: 112px;
  padding: 13px 14px;
  resize: vertical;
}

.reservation-form select {
  appearance: auto;
}

.reservation-form input:focus,
.reservation-form select:focus,
.reservation-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(217, 154, 58, 0.18);
}

.hidden-field {
  display: none;
}

.other-dish-field.is-visible {
  animation: fieldReveal 0.28s ease both;
}

.choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.choice-group legend {
  width: 100%;
  margin-bottom: 2px;
}

.choice-group label {
  display: inline-flex;
  flex: 1 1 170px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.choice-group input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.choice-group span {
  font-weight: 900;
}

.choice-group label:has(input:checked) {
  border-color: rgba(175, 62, 36, 0.42);
  color: #fff;
  background: var(--terracotta);
}

.consent-row {
  display: flex !important;
  grid-template-columns: auto 1fr;
  gap: 10px !important;
  align-items: flex-start;
  padding: 14px;
  border-radius: 8px;
  background: rgba(217, 154, 58, 0.1);
}

.consent-row input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--terracotta);
}

.consent-row span {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
}

.form-submit {
  width: 100%;
  min-height: 54px;
  border: 0;
  cursor: pointer;
  font-size: 1rem;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-card:nth-child(2),
.menu-item:nth-child(2),
.gallery img:nth-child(2) {
  transition-delay: 0.08s;
}

.feature-card:nth-child(3),
.menu-item:nth-child(3),
.gallery img:nth-child(3) {
  transition-delay: 0.16s;
}

.menu-item:nth-child(4),
.gallery img:nth-child(4) {
  transition-delay: 0.24s;
}

@keyframes heroDrift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.2%, -1%, 0);
  }
}

@keyframes fieldReveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reviews {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  color: #fff;
  background: var(--green);
}

.reviews h2 {
  color: #fff;
}

.rating-block {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 26px;
}

.rating-block strong {
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 5rem;
  line-height: 0.9;
}

.rating-block span {
  color: rgba(255, 255, 255, 0.72);
}

.review-grid {
  display: grid;
  gap: 14px;
}

blockquote {
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

blockquote p {
  color: rgba(255, 255, 255, 0.86);
}

blockquote cite {
  color: var(--gold);
  font-style: normal;
  font-weight: 800;
}

.gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr 0.8fr;
  grid-auto-rows: 260px;
  gap: 8px;
  padding: 8px;
  background: var(--ink);
}

.gallery img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.gallery img:first-child {
  grid-row: span 2;
}

.gallery img:nth-child(2) {
  grid-row: span 2;
}

.info {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
}

.info-card,
.map-card {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.info-card {
  padding: clamp(26px, 5vw, 48px);
  background: #fff;
}

dl {
  display: grid;
  gap: 18px;
  margin: 28px 0;
}

dt {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

dd {
  margin: 0;
}

.map-card {
  position: relative;
  display: grid;
  min-height: 520px;
  align-content: end;
  padding: clamp(26px, 5vw, 48px);
  color: #fff;
  background:
    linear-gradient(140deg, rgba(24, 60, 43, 0.94), rgba(126, 39, 25, 0.86)),
    radial-gradient(circle at 70% 20%, rgba(217, 154, 58, 0.34), transparent 32%);
}

.map-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.85;
}

.route-line {
  position: absolute;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transform-origin: left center;
}

.route-line.one {
  top: 34%;
  left: -8%;
  width: 112%;
  transform: rotate(-14deg);
}

.route-line.two {
  top: 58%;
  left: 12%;
  width: 98%;
  transform: rotate(19deg);
}

.map-pin {
  position: absolute;
  top: 38%;
  left: 52%;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 7px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  color: var(--ink);
  background: var(--gold);
  font-size: 1.8rem;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.map-copy {
  position: relative;
  width: min(520px, 100%);
}

.map-copy h3 {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.02;
}

.map-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: #fff;
  background: var(--ink);
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  color: var(--gold);
  font-weight: 800;
}

.thanks-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(32, 18, 13, 0.86), rgba(24, 60, 43, 0.82)),
    url("assets/grand-plat.jpeg") center / cover;
}

.thanks-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.thanks-card {
  width: min(720px, 100%);
  padding: clamp(28px, 6vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: rgba(255, 251, 244, 0.94);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.3);
}

.thanks-brand {
  width: max-content;
  margin-bottom: 42px;
  color: var(--ink);
}

.thanks-card h1 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 7vw, 5rem);
}

.thanks-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    justify-self: end;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 0;
    border-radius: 8px;
    color: inherit;
    background: rgba(255, 255, 255, 0.14);
  }

  .nav-toggle span {
    width: 20px;
    height: 2px;
    background: currentColor;
  }

  .main-nav,
  .header-action {
    display: none;
  }

  .main-nav.is-open {
    grid-column: 1 / -1;
    display: grid;
    justify-self: stretch;
    gap: 2px;
    padding-top: 8px;
  }

  .main-nav.is-open a {
    padding: 13px;
    background: rgba(217, 154, 58, 0.14);
  }

  .intro,
  .feature-band,
  .reservation-panel,
  .reviews,
  .info {
    grid-template-columns: 1fr;
  }

  .reservation-copy {
    position: static;
  }

  .feature-card.large {
    grid-row: auto;
    grid-template-columns: 1fr;
  }

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

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 86px;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 92vh;
    padding: 130px 20px 36px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .section-pad {
    padding: 68px 20px;
  }

  .feature-band {
    padding: 0 20px 68px;
  }

  .menu-item {
    grid-template-columns: 88px 1fr;
  }

  .menu-item img {
    width: 88px;
    height: 88px;
  }

  .menu-item strong {
    grid-column: 1 / -1;
    text-align: left;
  }

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

  .form-header {
    display: grid;
  }

  .form-header span {
    justify-self: start;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .gallery img:first-child,
  .gallery img:nth-child(2) {
    grid-row: auto;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

/* ============================================================
   PAGE MERCI : top avec bouton de langue
   ============================================================ */
.thanks-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 42px;
}

.thanks-brand {
  margin-bottom: 0;
}

.thanks-lang {
  border-color: var(--line);
  background: rgba(217, 154, 58, 0.14);
  color: var(--ink);
}

/* ============================================================
   MODE ARABE (RTL)
   ============================================================ */
.is-rtl {
  font-family: "Cairo", "Manrope", system-ui, sans-serif;
}

/* Police arabe pour les titres aussi (Playfair n'a pas l'arabe) */
.is-rtl h1,
.is-rtl h2,
.is-rtl h3,
.is-rtl .map-copy h3,
.is-rtl .form-header h3,
.is-rtl .reservation-copy h2,
.is-rtl .thanks-card h1 {
  font-family: "Cairo", "Playfair Display", Georgia, serif;
  font-weight: 800;
  letter-spacing: 0;
}

/* Le mot-marque Chez TIFA reste en latin */
.is-rtl .brand strong,
.is-rtl .brand-mark,
.is-rtl blockquote cite,
.is-rtl .hero-stats strong,
.is-rtl .rating-block strong,
.is-rtl .map-pin {
  font-family: "Playfair Display", "Manrope", Georgia, serif;
}

/* eyebrow : pas d'uppercase en arabe (l'arabe n'a pas de capitales) */
.is-rtl .eyebrow,
.is-rtl dt,
.is-rtl .choice-group legend,
.is-rtl .reservation-form label > span,
.is-rtl .form-header span {
  letter-spacing: 0;
  text-transform: none;
}

/* Rétablir le sens LTR pour les téléphones, dates, heures et adresses email */
.is-rtl a[href^="tel:"],
.is-rtl a[href^="mailto:"],
.is-rtl input[type="tel"],
.is-rtl input[type="date"],
.is-rtl input[type="number"],
.is-rtl input[type="email"],
.is-rtl .hero-stats strong,
.is-rtl .rating-block strong {
  direction: ltr;
  unicode-bidi: embed;
}

/* Le champ téléphone reçoit la saisie de gauche à droite */
.is-rtl input[type="tel"],
.is-rtl input[type="number"],
.is-rtl input[type="date"] {
  text-align: right;
}

/* Inverser la flèche du select en RTL */
.is-rtl .reservation-form select {
  background-position: left 14px center;
}

/* Le bouton "mode de retrait" inversé proprement */
.is-rtl .reservation-points div {
  grid-template-columns: 44px 1fr;
}

/* Page merci en RTL : bouton lang à gauche, brand à droite */
.is-rtl .thanks-top {
  flex-direction: row-reverse;
}

/* Le formulaire reste lisible : labels alignés à droite naturellement */
.is-rtl .form-header {
  flex-direction: row-reverse;
}

/* Les puces du menu (image à droite en RTL) */
.is-rtl .menu-item {
  direction: rtl;
}

.is-rtl .menu-item strong {
  text-align: left;
}

/* Le hero garde son alignement (le texte arabe s'aligne naturellement à droite) */
.is-rtl .hero-content {
  text-align: right;
}

.is-rtl .hero-stats strong,
.is-rtl .hero-stats span {
  text-align: right;
}

/* La consent-row checkbox : la case reste à droite du texte en RTL */
.is-rtl .consent-row {
  flex-direction: row-reverse;
}

/* Le toggle de menu mobile reste à droite (= début en RTL = OK) */
.is-rtl .nav-toggle {
  justify-self: start;
}

/* Le header en RTL : ordre brand / nav / actions inversé naturellement par dir=rtl */
/* mais on garde l'apparence visuelle ordonnée */
.is-rtl .header-actions {
  flex-direction: row-reverse;
}

