/* ============================================================
   Suite Soixante — Menu mobile (page du code QR)
   Conçue d'abord pour téléphone ; centrée sur grand écran.
   ============================================================ */

:root {
  --ink: #16110d;
  --ink2: #1d1713;
  --panel: #221b15;
  --line: rgba(244, 236, 224, 0.1);
  --cream: #f4ece0;
  --white: #fdf8ef;
  --soft: #cabfb1;
  --mute: #b6a99a;
  --dim: #8a7d6f;
  --wine: #8f2d33;
  --wine2: #a23942;
  --gold: #c8a96b;
  --gold2: #e7d8b8;
  --disp: "Cormorant Garamond", Georgia, serif;
  --body: "Montserrat", system-ui, -apple-system, sans-serif;
  --tabbar: 60px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: #0e0a07;
  color: var(--cream);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
::selection { background: var(--wine); color: #fff; }

/* The phone column — centered on desktop */
.shell {
  max-width: 540px;
  margin: 0 auto;
  min-height: 100vh;
  background: var(--ink);
  position: relative;
  padding-bottom: 92px; /* room for the bottom action bar */
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.6);
}

/* ---------- Hero ---------- */
.hero {
  text-align: center;
  padding: 38px 22px 26px;
  background:
    radial-gradient(120% 90% at 50% -10%, rgba(143, 45, 51, 0.28), transparent 60%),
    var(--ink);
}
.logo-badge {
  display: inline-flex;
  background: var(--cream);
  padding: 18px 22px;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
}
.logo-badge img { width: clamp(170px, 52vw, 210px); height: auto; }
.hero__kicker {
  margin: 22px 0 8px;
  color: var(--gold);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.hero h1 {
  font-family: var(--disp);
  font-weight: 600;
  font-size: clamp(40px, 13vw, 60px);
  line-height: 1;
  margin: 0 0 12px;
  color: var(--white);
}
.hero p {
  color: var(--mute);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 360px;
}

/* ---------- Sticky tab bar ---------- */
.tabbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  gap: 5px;
  padding: 9px 12px;
  background: rgba(14, 10, 7, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.tab {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(200, 169, 107, 0.34);
  background: transparent;
  color: var(--soft);
  padding: 9px 6px;
  border-radius: 13px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.005em;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.tab.active {
  background: var(--wine);
  border-color: var(--wine);
  color: #fff;
  box-shadow: 0 8px 20px rgba(143, 45, 51, 0.4);
}

/* ---------- Menu sections ---------- */
.menu-sec {
  padding: 34px 16px 10px;
  scroll-margin-top: calc(var(--tabbar) + 8px);
}
.menu-sec__head { text-align: center; margin-bottom: 22px; }
.menu-sec__num {
  display: inline-block;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
.menu-sec h2 {
  font-family: var(--disp);
  font-weight: 600;
  font-size: clamp(28px, 8vw, 38px);
  line-height: 1;
  margin: 0;
  color: var(--white);
}
.menu-sec__hint {
  margin: 8px 0 0;
  color: var(--dim);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.pages { display: flex; flex-direction: column; gap: 18px; }
.page-fig { margin: 0; }
.page-fig img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: zoom-in;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
}
.page-fig figcaption {
  text-align: center;
  color: var(--dim);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 10px;
}
.sec-divider { height: 1px; background: var(--line); margin: 30px 16px 0; }

/* ---------- Reservation strip ---------- */
.reserve {
  margin: 34px 16px 8px;
  background: linear-gradient(160deg, var(--wine), #6f2025);
  border-radius: 14px;
  padding: 30px 24px;
  text-align: center;
  color: #fdf3ef;
}
.reserve h3 { font-family: var(--disp); font-weight: 600; font-size: 30px; margin: 0 0 8px; color: #fff; }
.reserve p { margin: 0 0 20px; font-size: 14px; color: #f4ddd3; line-height: 1.6; }
.reserve a {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--ink); color: var(--white); text-decoration: none;
  padding: 14px 26px; border-radius: 40px; font-size: 14px; font-weight: 600;
}

/* ---------- Footer ---------- */
.foot { text-align: center; padding: 30px 22px 20px; color: var(--dim); }
.foot a { color: var(--soft); text-decoration: none; font-size: 13px; letter-spacing: 0.08em; }
.foot p { margin: 16px 0 0; font-size: 11px; line-height: 1.6; }

/* ---------- Sticky bottom action bar ---------- */
.actionbar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 540px;
  z-index: 60;
  display: flex;
  gap: 10px;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  background: rgba(14, 10, 7, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}
.actionbar a {
  flex: 1;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  text-decoration: none;
  padding: 15px 10px;
  border-radius: 44px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.actionbar .call { background: var(--wine); color: #fff; }
.actionbar .dir { background: var(--gold); color: var(--ink); }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 130;
  background: rgba(7, 5, 3, 0.96);
  display: none; align-items: center; justify-content: center; padding: 16px;
  overflow: hidden;
}
.lightbox.open { display: flex; }
.lightbox.zoomed { overflow: auto; align-items: flex-start; justify-content: flex-start; }
.lightbox img { max-width: 96vw; max-height: 88vh; width: auto; cursor: zoom-in; border-radius: 6px; }
.lightbox.zoomed img { max-width: none; max-height: none; cursor: zoom-out; margin: auto; }
.lightbox__close {
  position: fixed; top: 16px; right: 18px; z-index: 2;
  background: none; border: none; color: #fff; font-size: 38px; line-height: 1; cursor: pointer;
}
.lightbox__hint {
  position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 2;
  color: var(--gold2); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; text-align: center; padding: 0 16px;
}
