/* ============================================================
   LA ZAGARA — Cucina Siciliana
   Design system : minimalisme éditorial méditerranéen
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  /* Couleurs de marque */
  --olive:        #33432F;   /* vert cyprès — marque */
  --olive-deep:   #263524;
  --terracotta:   #B24A2C;   /* accent / CTA */
  --terracotta-d: #9C3E24;
  --amber:        #B8823A;   /* fleur d'oranger */
  --amber-soft:   #D8B27A;

  /* Neutres chauds */
  --cream:   #F8F4EC;
  --ivory:   #FCFAF4;
  --sand:    #EFE8DA;
  --ink:     #22201C;
  --muted:   #6E665A;
  --line:    #E4DBC9;

  /* Rôles sémantiques */
  --bg:        var(--cream);
  --surface:   var(--ivory);
  --text:      var(--ink);
  --text-soft: var(--muted);
  --primary:   var(--olive);
  --accent:    var(--terracotta);

  /* Typo */
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Espacement (échelle 8pt) */
  --sp-1: 4px;  --sp-2: 8px;  --sp-3: 16px; --sp-4: 24px;
  --sp-5: 32px; --sp-6: 48px; --sp-7: 64px; --sp-8: 96px; --sp-9: 128px;

  --radius: 4px;
  --radius-lg: 12px;
  --container: 1180px;
  --shadow-sm: 0 1px 2px rgba(34,32,28,.06), 0 4px 12px rgba(34,32,28,.05);
  --shadow-md: 0 12px 40px rgba(34,32,28,.12);
  --ease: cubic-bezier(.22,.61,.36,1);
  --nav-h: 76px;
}

/* ---------- Reset léger ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3 { margin: 0; font-weight: 500; letter-spacing: -.01em; }
p { margin: 0 0 1em; }

::selection { background: var(--amber-soft); color: var(--olive-deep); }

/* ---------- A11y ---------- */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 2000;
  background: var(--olive); color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 2px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(20px, 5vw, 48px); }
.section { padding-block: clamp(64px, 10vw, 128px); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }

.center { text-align: center; }
.section__head { max-width: 640px; margin: 0 auto clamp(40px, 6vw, 72px); }
.section__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.08;
  color: var(--olive-deep);
}
.section__desc { color: var(--text-soft); font-size: 1.05rem; margin-top: var(--sp-3); }
.lead { font-size: 1.15rem; line-height: 1.7; }

.eyebrow {
  font-size: .78rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--terracotta); margin: 0 0 var(--sp-3);
}
.eyebrow--light { color: var(--amber-soft); }
em { font-style: italic; color: var(--olive); }

/* ---------- Boutons ---------- */
.btn {
  --btn-bg: var(--olive); --btn-fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: .95rem; letter-spacing: .01em;
  padding: 13px 26px; min-height: 46px; border-radius: 100px; border: 1.5px solid transparent;
  background: var(--btn-bg); color: var(--btn-fg); cursor: pointer;
  transition: transform .18s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease), color .2s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }
.btn--accent { --btn-bg: var(--terracotta); }
.btn--accent:hover { background: var(--terracotta-d); }
.btn--ghost { --btn-bg: transparent; --btn-fg: #fff; border-color: rgba(255,255,255,.55); }
.btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn--lg { padding: 16px 32px; min-height: 54px; font-size: 1rem; }

/* ---------- Blossom (fleur d'oranger) ---------- */
.blossom {
  --s: 26px; width: var(--s); height: var(--s); display: inline-block; flex: none;
  background: var(--amber);
  -webkit-mask: var(--blossom) center / contain no-repeat;
          mask: var(--blossom) center / contain no-repeat;
}
:root {
  --blossom: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg%3E%3Ccircle cx='50' cy='50' r='12'/%3E%3Cg%3E%3Cellipse cx='50' cy='24' rx='11' ry='18'/%3E%3Cellipse cx='50' cy='24' rx='11' ry='18' transform='rotate(72 50 50)'/%3E%3Cellipse cx='50' cy='24' rx='11' ry='18' transform='rotate(144 50 50)'/%3E%3Cellipse cx='50' cy='24' rx='11' ry='18' transform='rotate(216 50 50)'/%3E%3Cellipse cx='50' cy='24' rx='11' ry='18' transform='rotate(288 50 50)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--nav-h);
  display: flex; align-items: center;
  background: transparent;
  transition: background .3s var(--ease), box-shadow .3s var(--ease), height .3s var(--ease);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.nav.is-solid { background: rgba(252,250,244,.92); backdrop-filter: saturate(140%) blur(14px); box-shadow: 0 1px 0 var(--line); }

.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark { width: 40px; height: 40px; object-fit: contain; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: #fff; letter-spacing: .01em; }
.brand__sub { font-size: .66rem; letter-spacing: .28em; text-transform: uppercase; color: var(--amber-soft); margin-top: 4px; }
.nav.is-solid .brand__name { color: var(--olive-deep); }
.nav.is-solid .brand__sub { color: var(--terracotta); }

.nav__links { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav__links > a:not(.btn) {
  font-size: .95rem; font-weight: 500; color: rgba(255,255,255,.92); position: relative; padding: 6px 0;
}
.nav__links > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0; background: var(--amber);
  transition: width .25s var(--ease);
}
.nav__links > a:not(.btn):hover::after { width: 100%; }
.nav.is-solid .nav__links > a:not(.btn) { color: var(--text); }
.nav__cta { padding: 10px 20px; min-height: 42px; }

.nav__toggle {
  display: none; width: 46px; height: 46px; border: 0; background: transparent; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav__toggle span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.nav.is-solid .nav__toggle span { background: var(--ink); }
.nav.is-open .nav__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.is-open .nav__toggle span:nth-child(2) { opacity: 0; }
.nav.is-open .nav__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  padding-top: var(--nav-h); overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0; z-index: -2;
  background:
    var(--olive-deep)
    url("assets/hero.jpg") center 42% / cover no-repeat;
}
/* Dégradé chaleureux visible même sans image */
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: linear-gradient(135deg, #3a4a34 0%, #6b5638 45%, #9c5a35 100%);
}
.hero__scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(95deg, rgba(20,26,18,.78) 0%, rgba(20,26,18,.5) 42%, rgba(20,26,18,.18) 78%, rgba(20,26,18,.12) 100%),
    linear-gradient(180deg, rgba(20,26,18,.35) 0%, rgba(20,26,18,.05) 40%, rgba(20,26,18,.55) 100%);
}
.hero__content { max-width: 760px; color: #fff; padding-block: 8vh; }
.hero__title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(3.4rem, 12vw, 7.5rem); line-height: .95; letter-spacing: -.02em;
  margin: 0 0 var(--sp-4); text-shadow: 0 2px 30px rgba(0,0,0,.25);
}
.hero__lead {
  font-size: clamp(1.05rem, 2.2vw, 1.4rem); line-height: 1.6; max-width: 560px;
  color: rgba(255,255,255,.94); margin-bottom: var(--sp-5);
}
.hero__lead em { color: var(--amber-soft); }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--sp-3); }
.hero__status {
  display: inline-flex; align-items: center; gap: 10px; margin-top: var(--sp-5);
  font-size: .92rem; font-weight: 500; color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  padding: 9px 16px; border-radius: 100px; backdrop-filter: blur(6px);
}
.dot { width: 9px; height: 9px; border-radius: 50%; background: #7bbf6a; box-shadow: 0 0 0 4px rgba(123,191,106,.25); }
.dot.is-closed { background: #d98a5a; box-shadow: 0 0 0 4px rgba(217,138,90,.25); }

.hero__scroll {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  color: rgba(255,255,255,.8); animation: bob 2.4s var(--ease) infinite;
}
@keyframes bob { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,8px); } }

/* ============================================================
   HISTOIRE
   ============================================================ */
.histoire { background: var(--surface); }
.histoire__facts { display: flex; gap: var(--sp-5); margin-top: var(--sp-5); flex-wrap: wrap; }
.fact { display: flex; flex-direction: column; }
.fact__num { font-family: var(--font-display); font-size: 1.9rem; color: var(--terracotta); line-height: 1; }
.fact__label { font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: var(--text-soft); margin-top: 6px; }

.histoire__media { position: relative; margin: 0; }
.histoire__media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.blossom--badge {
  position: absolute; bottom: -22px; right: -18px; --s: 84px;
  background: var(--amber); padding: 0; filter: drop-shadow(0 8px 16px rgba(178,74,44,.3));
}

/* Fallback quand une image manque : dégradé + motif */
.media--fallback img { display: none; }
.media--fallback {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background: linear-gradient(135deg, var(--olive) 0%, #5a6b3f 50%, var(--amber) 100%);
  min-height: 300px;
}
.media--fallback::after {
  content: ""; position: absolute; inset: 0; opacity: .35;
  background: var(--blossom) center / 120px no-repeat;
  -webkit-mask: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23FCFAF4'%3E%3Ccircle cx='50' cy='50' r='12'/%3E%3Cellipse cx='50' cy='24' rx='11' ry='18'/%3E%3Cellipse cx='50' cy='24' rx='11' ry='18' transform='rotate(72 50 50)'/%3E%3Cellipse cx='50' cy='24' rx='11' ry='18' transform='rotate(144 50 50)'/%3E%3Cellipse cx='50' cy='24' rx='11' ry='18' transform='rotate(216 50 50)'/%3E%3Cellipse cx='50' cy='24' rx='11' ry='18' transform='rotate(288 50 50)'/%3E%3C/svg%3E");
}

/* ============================================================
   SIGNATURE / CARDS
   ============================================================ */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-4); }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: var(--sp-5) var(--sp-4); display: flex; flex-direction: column; gap: 10px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--amber-soft); }
.card__kicker { font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--amber); }
.card__title { font-family: var(--font-display); font-size: 1.4rem; color: var(--olive-deep); }
.card__text { font-size: .95rem; color: var(--text-soft); flex: 1; margin: 0; }
.card__price { font-family: var(--font-display); font-size: 1.25rem; color: var(--terracotta); }

/* ============================================================
   MENU
   ============================================================ */
.menu { background: var(--bg); }
.menu__tabs {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
  margin-bottom: clamp(40px, 6vw, 64px); position: sticky; top: var(--nav-h); z-index: 40;
  padding: 12px; background: rgba(248,244,236,.9); backdrop-filter: blur(10px);
  border-radius: 100px; width: fit-content; margin-inline: auto;
}
.tab {
  font-family: var(--font-body); font-size: .9rem; font-weight: 600; color: var(--text-soft);
  background: transparent; border: 0; padding: 9px 18px; border-radius: 100px; cursor: pointer;
  transition: color .2s, background .2s; white-space: nowrap;
}
.tab:hover { color: var(--olive-deep); }
.tab.is-active { background: var(--olive); color: #fff; }

.menu__panel { animation: fade .4s var(--ease); }
.menu__panel[hidden] { display: none; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.menu__group { max-width: 820px; margin-inline: auto; }
.menu__cat {
  font-family: var(--font-display); font-size: 1.7rem; color: var(--olive-deep);
  padding-bottom: var(--sp-3); margin-bottom: var(--sp-4); border-bottom: 1.5px solid var(--line);
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
}
.menu__cat span { font-family: var(--font-body); font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); }

.dishes { display: grid; gap: var(--sp-4); }
.dishes--pizza { grid-template-columns: repeat(2, 1fr); gap: var(--sp-4) var(--sp-6); }
.dish { display: flex; flex-direction: column; gap: 4px; }
.dish__head { display: flex; align-items: baseline; gap: 8px; }
.dish__name { font-weight: 600; color: var(--ink); font-size: 1.05rem; }
.dish__head::before {
  content: ""; order: 1; flex: 1; height: 1px; align-self: center;
  background-image: linear-gradient(to right, var(--line) 40%, transparent 40%);
  background-size: 7px 1px; background-repeat: repeat-x; margin: 0 4px;
}
.dish__price { order: 2; font-family: var(--font-display); font-weight: 500; color: var(--terracotta); white-space: nowrap; font-variant-numeric: tabular-nums; }
.dish__desc { color: var(--text-soft); font-size: .95rem; line-height: 1.45; }
.dish__desc em { font-size: .85rem; color: var(--amber); }
.dish--star .dish__name { color: var(--terracotta); }
.dish--star .dish__name::after { content: "★"; margin-left: 8px; color: var(--amber); font-size: .8em; }

.menu__note, .menu__legal { text-align: center; color: var(--text-soft); font-size: .85rem; margin-top: var(--sp-5); }
.menu__legal { font-style: italic; }

.vini__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(32px, 5vw, 56px); max-width: 960px; margin-inline: auto; }

/* ============================================================
   GALERIE
   ============================================================ */
.galerie { background: var(--surface); }
.gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: var(--sp-3);
}
.gallery__item { margin: 0; border-radius: var(--radius-lg); overflow: hidden; position: relative; background: var(--sand); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }

/* ============================================================
   INFOS
   ============================================================ */
.infos { background: var(--olive-deep); color: #fff; }
.grid-2--info { align-items: stretch; }
.infos .eyebrow { color: var(--amber-soft); }
.infos .section__title { color: #fff; }
.infos__card { display: flex; flex-direction: column; }

.info-list { display: grid; gap: var(--sp-4); margin: var(--sp-5) 0; }
.info-list li { display: flex; gap: 16px; align-items: flex-start; }
.info-list__icon { color: var(--amber-soft); flex: none; margin-top: 2px; }
.info-list__label { display: block; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--amber-soft); margin-bottom: 3px; }
.info-list a, .info-list__value { color: rgba(255,255,255,.95); font-size: 1.05rem; }
.info-list a:hover { color: var(--amber-soft); text-decoration: underline; }

.hours { width: 100%; border-collapse: collapse; margin-bottom: var(--sp-5); font-size: .95rem; }
.hours th, .hours td { text-align: left; padding: 10px 4px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.85); font-weight: 400; }
.hours th { font-weight: 600; color: #fff; width: 34%; }
.hours td { font-variant-numeric: tabular-nums; }
.hours td:last-child { text-align: right; }
.hours tr.is-today th, .hours tr.is-today td { color: var(--amber-soft); font-weight: 700; }
.hours tr.is-today th::before { content: "●"; margin-right: 8px; font-size: .6em; vertical-align: middle; }

.infos__map { border-radius: var(--radius-lg); overflow: hidden; min-height: 420px; box-shadow: var(--shadow-md); }
.infos__map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; filter: grayscale(.2) contrast(1.05); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--olive); color: rgba(255,255,255,.85); padding-top: var(--sp-7); }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: var(--sp-5); padding-bottom: var(--sp-6); }
.footer__brand { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.footer__logo {
  width: 66px; height: 66px; object-fit: contain; padding: 9px; margin-bottom: 10px;
  background: var(--ivory); border-radius: 50%; box-shadow: 0 6px 18px rgba(0,0,0,.22);
}
.footer__brand .brand__name { font-family: var(--font-display); font-size: 1.6rem; color: #fff; }
.footer__brand .brand__sub { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--amber-soft); }
.footer__nav { display: flex; flex-direction: column; gap: 12px; }
.footer__nav a:hover, .footer__contact a:hover { color: var(--amber-soft); }
.footer__contact { display: flex; flex-direction: column; gap: 10px; }
.footer__contact a, .footer__contact span { color: rgba(255,255,255,.85); }
.footer__bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-block: var(--sp-4); border-top: 1px solid rgba(255,255,255,.14);
  font-size: .8rem; color: rgba(255,255,255,.6);
}
.footer__legal { font-style: italic; }

/* ============================================================
   REVEAL (scroll animations)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__scroll { animation: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nav__toggle { display: flex; }
  .nav__links {
    position: fixed; inset: var(--nav-h) 0 auto 0; flex-direction: column; align-items: stretch;
    gap: 0; background: rgba(252,250,244,.98); backdrop-filter: blur(16px);
    padding: var(--sp-3); box-shadow: var(--shadow-md);
    transform: translateY(-12px); opacity: 0; pointer-events: none; visibility: hidden;
    transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
    max-height: calc(100svh - var(--nav-h)); overflow-y: auto;
  }
  .nav.is-open .nav__links { opacity: 1; transform: none; pointer-events: auto; visibility: visible; }
  .nav__links > a:not(.btn) { color: var(--text); padding: 14px 12px; border-bottom: 1px solid var(--line); }
  .nav__links > a:not(.btn)::after { display: none; }
  .nav__cta { margin-top: var(--sp-3); justify-content: center; }

  .grid-2 { grid-template-columns: 1fr; }
  .histoire__media { order: -1; }
  .blossom--badge { --s: 60px; bottom: -16px; right: 8px; }
  .vini__grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gallery__item--wide { grid-column: span 2; }
  .gallery__item--tall { grid-row: span 1; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .cards { grid-template-columns: 1fr; }
  .dishes--pizza { grid-template-columns: 1fr; }
  .hero__actions .btn { flex: 1; }
  .menu__tabs { width: 100%; overflow-x: auto; justify-content: flex-start; flex-wrap: nowrap; border-radius: 14px; -webkit-overflow-scrolling: touch; }
  .footer__inner { grid-template-columns: 1fr; gap: var(--sp-5); }
  .hours th { width: 30%; }
}

/* ============================================================
   SÉLECTEUR DE LANGUE
   ============================================================ */
.lang-switch {
  display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;
  margin: 0 auto clamp(28px, 4vw, 44px);
}
.lang-switch__label {
  font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--text-soft);
}
.lang-switch__btns {
  display: flex; gap: 4px; background: var(--surface);
  border: 1px solid var(--line); border-radius: 100px; padding: 5px;
}
.lang-btn {
  min-width: 48px; min-height: 40px; padding: 8px 14px; border: 0; background: transparent; cursor: pointer;
  font-family: var(--font-body); font-weight: 700; font-size: .85rem; letter-spacing: .04em; color: var(--text-soft);
  border-radius: 100px; transition: color .2s var(--ease), background .2s var(--ease);
}
.lang-btn:hover { color: var(--olive-deep); }
.lang-btn.is-active { background: var(--olive); color: #fff; }

/* ============================================================
   NOS PLATS — CARROUSEL
   ============================================================ */
.plats { background: var(--surface); overflow: hidden; }
.carousel { position: relative; margin-top: 8px; }
.carousel__viewport {
  position: relative; overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scroll-behavior: smooth;
  scroll-padding-left: clamp(20px, 5vw, 48px); scrollbar-width: none;
}
.carousel__viewport::-webkit-scrollbar { display: none; }
.carousel__viewport:focus-visible { outline: 3px solid var(--amber); outline-offset: -4px; border-radius: 10px; }
.carousel__track {
  display: flex; gap: var(--sp-3); width: max-content; margin: 0; list-style: none;
  padding: 10px clamp(20px, 5vw, 48px) 28px;
}
.carousel__slide {
  flex: 0 0 auto; width: clamp(258px, 30vw, 340px); aspect-ratio: 4 / 5;
  scroll-snap-align: start; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--sand); box-shadow: var(--shadow-sm);
  transition: box-shadow .4s var(--ease);
}
.carousel__slide img {
  width: 100%; height: 100%; object-fit: cover; user-select: none; -webkit-user-drag: none;
  transition: transform .6s var(--ease);
}
.carousel__slide.is-active { box-shadow: var(--shadow-md); }
.carousel__slide:hover img { transform: scale(1.05); }

.carousel__arrow {
  position: absolute; top: calc(50% - 14px); z-index: 3;
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line);
  background: rgba(252,250,244,.92); backdrop-filter: blur(6px); color: var(--olive-deep);
  display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow-md);
  transition: background .2s var(--ease), transform .2s var(--ease), opacity .2s;
}
.carousel__arrow:hover { background: #fff; transform: scale(1.06); }
.carousel__arrow:active { transform: scale(.95); }
.carousel__arrow--prev { left: clamp(8px, 2vw, 24px); }
.carousel__arrow--next { right: clamp(8px, 2vw, 24px); }
.carousel__arrow:disabled { opacity: 0; pointer-events: none; }

.carousel__dots { display: flex; justify-content: center; gap: 2px; margin-top: 4px; flex-wrap: wrap; }
.carousel__dot { width: 24px; height: 24px; padding: 0; border: 0; background: transparent; cursor: pointer; position: relative; }
.carousel__dot::before {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 9px; height: 9px; border-radius: 50%; background: var(--line);
  transition: background .2s var(--ease), width .2s var(--ease), height .2s var(--ease);
}
.carousel__dot:hover::before { background: var(--amber-soft); }
.carousel__dot.is-active::before { background: var(--terracotta); width: 11px; height: 11px; }

/* Touch targets onglets carte */
.tab { min-height: 44px; }
.fact__num { font-size: clamp(1.3rem, 4vw, 1.75rem); }

/* ============================================================
   RESPONSIVE — carrousel & langue
   ============================================================ */
@media (max-width: 860px) {
  .carousel__slide { width: 80vw; max-width: 360px; }
  .carousel__arrow { display: none; } /* balayage tactile sur mobile */
}
@media (max-width: 560px) {
  .lang-switch { gap: 10px; }
  .lang-switch__label { width: 100%; text-align: center; }
  .lang-switch__btns { width: 100%; justify-content: space-between; }
  .lang-btn { flex: 1; }
  .tab { padding: 11px 16px; }
}

/* ============================================================
   AVIS
   ============================================================ */
.avis { background: var(--bg); }
.reviews { columns: 3; column-gap: var(--sp-4); }
.review {
  position: relative; break-inside: avoid; margin: 0 0 var(--sp-4);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: var(--sp-5) var(--sp-4) var(--sp-4);
  display: flex; flex-direction: column; gap: 14px; box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.review:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--amber-soft); }
.review__mark {
  position: absolute; top: 4px; right: 18px; font-family: var(--font-display);
  font-size: 3.6rem; line-height: 1; color: var(--amber-soft); opacity: .5; pointer-events: none;
}
.review__stars { color: var(--amber); letter-spacing: 3px; font-size: 1rem; }
.review__text { color: var(--text); font-size: 1.02rem; line-height: 1.65; margin: 0; }
.review__author { display: flex; align-items: center; gap: 12px; margin-top: 2px; }
.review__avatar {
  width: 44px; height: 44px; border-radius: 50%; flex: none; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; color: #fff;
}
.review__avatar--olive { background: var(--olive); }
.review__avatar--terra { background: var(--terracotta); }
.review__id { display: flex; flex-direction: column; line-height: 1.25; }
.review__name { font-weight: 700; color: var(--olive-deep); }
.review__meta { font-size: .78rem; color: var(--text-soft); }

@media (max-width: 1024px) { .reviews { columns: 2; } }
@media (max-width: 640px) { .reviews { columns: 1; } }
