/* ============================================================
   O'FIRST — Vitrine · base full black + accent violet rosé
   ============================================================ */

:root {
  --ink:    #0B0B0C;
  --ink-2:  #151316;
  --ink-3:  #1F1B22;
  --line:   rgba(255,255,255,.10);
  --line-2: rgba(255,255,255,.16);
  --white:  #FAF7F8;
  --smoke:  rgba(250,247,248,.62);
  --smoke-2:rgba(250,247,248,.42);

  --rose:   #F2A8CE;
  --violet: #B57EDC;
  --accent: #E58BC4;
  --grad:   linear-gradient(120deg, #B57EDC 0%, #F2A8CE 100%);
  --glow:   0 18px 50px -18px rgba(229,139,196,.55);

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-pill: 999px;

  --maxw: 1200px;
  --pad: clamp(20px, 5vw, 64px);

  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "Hanken Grotesk", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
em { font-style: normal; color: var(--accent); }

::selection { background: var(--accent); color: var(--ink); }
:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; border-radius: 4px; }

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

/* ---------- Typographie partagée ---------- */
.eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.section-head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2,
.specials h2, .carte h2, .avis h2, .apropos h2, .acces h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.02;
  letter-spacing: -.02em;
}
.section-lede { margin-top: 14px; color: var(--smoke); font-size: clamp(15px, 1.6vw, 18px); max-width: 56ch; }

section { padding-inline: var(--pad); }

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; gap: 20px;
  padding: 14px var(--pad);
  background: rgba(11,11,12,.55);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s;
}
.topbar.scrolled { background: rgba(11,11,12,.9); border-bottom-color: var(--line); }

.brand { display: flex; align-items: center; font-family: var(--font-display); font-weight: 800; font-size: 24px; letter-spacing: -.02em; }
.brand-mark { color: var(--accent); }
.brand-name { color: var(--white); }
.brand-mark.big { font-size: 40px; } .brand-name.big { font-size: 40px; }
.brand-logo { height: 42px; width: auto; display: block; }
.foot-logo { height: 66px; width: auto; margin-bottom: 6px; }

.topnav { display: flex; gap: 26px; margin-inline: auto; }
.topnav a { font-size: 14.5px; font-weight: 600; color: var(--smoke); transition: color .2s; }
.topnav a:hover { color: var(--white); }

.top-actions { display: flex; align-items: center; gap: 12px; }

/* Bouton "Menu" (ouvre la carte plein écran) */
.menu-btn {
  display: inline-flex; align-items: center; gap: 9px;
  font: inherit; font-weight: 700; font-size: 14.5px; color: var(--white);
  cursor: pointer; background: var(--ink-2);
  border: 1px solid var(--line-2); border-radius: var(--r-pill);
  padding: 9px 16px 9px 13px; transition: border-color .2s, color .2s, background .2s;
}
.menu-btn:hover { border-color: var(--accent); color: var(--accent); }
.menu-btn-ic { display: inline-flex; flex-direction: column; gap: 3.5px; width: 17px; }
.menu-btn-ic span { display: block; height: 2px; border-radius: 2px; background: currentColor; }
.menu-btn-ic span:nth-child(1) { width: 17px; }
.menu-btn-ic span:nth-child(2) { width: 12px; }
.menu-btn-ic span:nth-child(3) { width: 15px; }

.lang { display: inline-flex; gap: 2px; padding: 3px; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r-pill); }
.lang button {
  font: inherit; font-size: 12.5px; font-weight: 700; cursor: pointer;
  color: var(--smoke); background: transparent; border: 0;
  padding: 5px 11px; border-radius: var(--r-pill); transition: .2s;
}
.lang button:hover { color: var(--white); }
.lang button.is-active { color: var(--ink); background: var(--white); }

.btn-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: var(--r-pill);
  font-weight: 700; font-size: 14.5px; color: var(--ink);
  background: var(--grad); box-shadow: var(--glow);
  transition: transform .2s, box-shadow .2s;
}
.btn-pill:hover { transform: translateY(-1px); box-shadow: 0 22px 60px -16px rgba(229,139,196,.7); }
.wa-glyph, .fab-glyph { width: 16px; height: 16px; border-radius: 50%; background: var(--ink); position: relative; flex: none; }
.wa-glyph::after, .fab-glyph::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--grad); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 120px var(--pad) 80px;
  overflow: hidden;
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; filter: saturate(1.05) contrast(1.02);
}
.hero-veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(120% 80% at 80% 10%, rgba(181,126,220,.22), transparent 55%),
    linear-gradient(180deg, rgba(11,11,12,.55) 0%, rgba(11,11,12,.72) 55%, var(--ink) 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: 720px; }

.seal {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  width: 78px; height: 78px; border-radius: 50%;
  border: 1.5px solid var(--accent); color: var(--accent);
  margin-bottom: 22px; line-height: 1;
  background: rgba(229,139,196,.08);
}
.seal-fr { font-family: var(--font-display); font-weight: 800; font-size: 14px; letter-spacing: .08em; }
.seal-ar { font-size: 15px; margin-top: 3px; }
.seal.big { width: 96px; height: 96px; margin-top: 26px; }

.hero-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--rose); margin-bottom: 16px; }
.hero-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(44px, 9vw, 96px); line-height: .96; letter-spacing: -.03em;
}
.hero-lede { margin-top: 22px; font-size: clamp(16px, 2vw, 20px); color: rgba(250,247,248,.78); max-width: 52ch; }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px; border-radius: var(--r-pill);
  font-weight: 800; font-size: 16px; color: var(--ink);
  background: var(--grad); box-shadow: var(--glow);
  transition: transform .2s, box-shadow .2s;
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 26px 70px -18px rgba(229,139,196,.75); }
.btn-cta.small { padding: 13px 22px; font-size: 14.5px; margin-top: 18px; }
.btn-ghost {
  display: inline-flex; align-items: center; padding: 16px 28px;
  border-radius: var(--r-pill); font-weight: 700; font-size: 16px;
  color: var(--white); border: 1px solid var(--line-2); transition: .2s;
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 40px; list-style: none; align-items: center; }
.hero-trust li { font-size: 14px; color: var(--smoke); display: inline-flex; align-items: center; gap: 8px; }
.hero-trust strong { color: var(--white); font-size: 17px; }
.stars { color: var(--accent); letter-spacing: 1px; }

.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; width: 26px; height: 42px; border: 1.5px solid var(--line-2); border-radius: var(--r-pill); }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; margin-left: -2px; background: var(--accent); border-radius: 2px; animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0%,100% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 70% { opacity: 0; transform: translateY(12px); } }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--ink-2); padding: 14px 0; }
.marquee-track { display: inline-flex; gap: 26px; white-space: nowrap; align-items: center; animation: scroll 26s linear infinite; }
.marquee-track span { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--white); }
.marquee-track i { color: var(--accent); font-style: normal; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ============================================================
   SPÉCIALITÉS
   ============================================================ */
.specials { padding-block: clamp(64px, 9vw, 120px); }
.specials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feat { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .25s, border-color .25s; }
.feat:hover { transform: translateY(-4px); border-color: var(--line-2); }
.feat-media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.feat-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; position: relative; z-index: 1; }
.feat:hover .feat-media img { transform: scale(1.05); }
.halo { position: absolute; inset: auto -20% -40% -20%; height: 70%; z-index: 0; background: radial-gradient(60% 100% at 50% 100%, rgba(229,139,196,.5), transparent 70%); filter: blur(8px); pointer-events: none; }
.feat-body { padding: 20px 22px 24px; }
.chip { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); border: 1px solid var(--line-2); border-radius: var(--r-pill); padding: 4px 11px; margin-bottom: 12px; }
.feat-body h3 { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -.01em; }
.feat-body p { margin-top: 8px; color: var(--smoke); font-size: 14.5px; }
.feat-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; }
.price { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--white); }

.btn-mini { display: inline-flex; align-items: center; padding: 9px 18px; border-radius: var(--r-pill); font-weight: 700; font-size: 13.5px; color: var(--ink); background: var(--grad); transition: transform .2s; }
.btn-mini:hover { transform: translateY(-1px); }
.btn-mini.ghost { color: var(--accent); background: transparent; border: 1px solid var(--line-2); }
.btn-mini.ghost:hover { border-color: var(--accent); background: rgba(229,139,196,.08); }

/* ============================================================
   CARTE
   ============================================================ */
.carte { padding-block: clamp(40px, 6vw, 80px); }
.cat-nav {
  position: sticky; top: 64px; z-index: 40;
  display: flex; gap: 10px; flex-wrap: wrap;
  padding: 14px 0; margin-bottom: 24px;
  background: linear-gradient(180deg, var(--ink) 70%, transparent);
}
.cat-nav a { font-size: 14px; font-weight: 600; color: var(--smoke); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 8px 16px; transition: .2s; }
.cat-nav a:hover { color: var(--white); border-color: var(--accent); }

.cat { scroll-margin-top: 130px; margin-bottom: clamp(40px, 6vw, 64px); }
.cat-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(30px, 5vw, 50px); line-height: 1.02; letter-spacing: -.02em;
  margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line);
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--violet);
}

.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dish { display: flex; flex-direction: column; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: border-color .25s, transform .25s; }
.dish:hover { border-color: var(--line-2); transform: translateY(-3px); }
.dish-media { aspect-ratio: 16/10; overflow: hidden; }
.dish-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.dish:hover .dish-media img { transform: scale(1.05); }
.dish-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.dish-line { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.dish-body h4 { font-family: var(--font-display); font-weight: 700; font-size: 17px; letter-spacing: -.01em; }
.dish-line .price { font-size: 15.5px; white-space: nowrap; }
.dish-body p { margin-top: 6px; color: var(--smoke); font-size: 13.5px; flex: 1; }
.dish-body .btn-mini { margin-top: 14px; align-self: flex-start; }

.carte-note { margin-top: 28px; color: var(--smoke-2); font-size: 13px; text-align: center; }

/* ============================================================
   MODES
   ============================================================ */
.modes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-block: clamp(20px, 4vw, 48px); }
.mode { text-align: center; padding: 24px 16px; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r-md); }
.mode-ic { font-size: 28px; }
.mode h4 { margin-top: 10px; font-family: var(--font-display); font-weight: 700; font-size: 16px; }

/* ============================================================
   AVIS
   ============================================================ */
.avis { padding-block: clamp(64px, 9vw, 120px); }
.avis h2 { font-size: clamp(26px, 4vw, 40px); }
.avis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px; }
.quote .stars { font-size: 16px; }
.quote p { margin-top: 14px; font-size: 15.5px; color: rgba(250,247,248,.86); }
.quote cite { display: block; margin-top: 16px; font-style: normal; font-weight: 700; color: var(--smoke); font-size: 14px; }
.avis-cta { text-align: center; margin-top: 30px; }
.avis-cta a { font-weight: 700; color: var(--accent); }

/* ============================================================
   À PROPOS
   ============================================================ */
.apropos { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; padding-block: clamp(64px, 9vw, 120px); }
.ap-media { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3; }
.ap-media img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.apropos .ap-text p { margin-top: 16px; color: var(--smoke); font-size: 16px; }

/* ============================================================
   ACCÈS
   ============================================================ */
.acces { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 56px); padding-block: clamp(64px, 9vw, 120px); }
.addr { font-style: normal; font-size: 18px; line-height: 1.7; margin-bottom: 14px; }
.contact-row { display: flex; gap: 12px; margin-bottom: 24px; }
.contact-row a { font-weight: 700; color: var(--accent); border: 1px solid var(--line-2); border-radius: var(--r-pill); padding: 8px 16px; transition: .2s; }
.contact-row a:hover { border-color: var(--accent); background: rgba(229,139,196,.08); }
.hours { width: 100%; border-collapse: collapse; }
.hours th, .hours td { text-align: start; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.hours th { font-weight: 600; color: var(--smoke); }
.hours td { text-align: end; color: var(--white); }
.hours .hours-today th, .hours .hours-today td { color: var(--accent); font-weight: 700; }
.livraison { margin-top: 18px; color: var(--smoke); font-size: 14.5px; }
.acces-map { border-radius: var(--r-lg); overflow: hidden; min-height: 360px; border: 1px solid var(--line); }
.acces-map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; filter: invert(.92) hue-rotate(180deg) saturate(.7); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink-2); border-top: 1px solid var(--line); padding: clamp(48px, 7vw, 80px) var(--pad) 28px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; max-width: var(--maxw); margin-inline: auto; }
.foot-tag { color: var(--smoke); margin-top: 8px; }
.footer h4 { font-family: var(--font-display); font-weight: 700; font-size: 15px; margin-bottom: 14px; }
.social-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.social-list a { color: var(--smoke); font-size: 14.5px; transition: color .2s; }
.social-list a:hover { color: var(--accent); }
.social-list.plain li { color: var(--smoke); font-size: 14.5px; }
.foot-bottom { max-width: var(--maxw); margin: 36px auto 0; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.foot-bottom small { color: var(--smoke-2); font-size: 12.5px; }

/* ============================================================
   FLOATING WHATSAPP (suit partout)
   ============================================================ */
.fab {
  position: fixed; z-index: 70; bottom: 26px; right: 26px;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 28px; border-radius: var(--r-pill);
  font-weight: 800; font-size: 17px; color: var(--ink);
  background: var(--grad); box-shadow: 0 20px 54px -12px rgba(229,139,196,.8);
  animation: fab-in .4s ease .8s both;
}
.fab::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(229,139,196,.55); z-index: -1;
  animation: fab-pulse 2.4s ease-out infinite;
}
.fab:hover { transform: translateY(-2px); box-shadow: 0 26px 66px -12px rgba(229,139,196,.9); }
.fab-glyph { width: 20px; height: 20px; }
@keyframes fab-in { from { opacity: 0; transform: translateY(20px); } }
@keyframes fab-pulse {
  0% { box-shadow: 0 0 0 0 rgba(229,139,196,.5); }
  70% { box-shadow: 0 0 0 18px rgba(229,139,196,0); }
  100% { box-shadow: 0 0 0 0 rgba(229,139,196,0); }
}

/* ============================================================
   MENU OVERLAY (tous les produits par catégorie)
   ============================================================ */
.menu-overlay {
  position: fixed; inset: 0; z-index: 90;
  display: flex; flex-direction: column;
  background: rgba(8,8,9,.86); backdrop-filter: blur(18px);
}
.menu-overlay[hidden] { display: none; }
.menu-overlay.is-open { animation: overlay-in .28s ease both; }
@keyframes overlay-in { from { opacity: 0; } }
body.menu-open { overflow: hidden; }

.menu-overlay-bar {
  flex: none; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 18px var(--pad);
  border-bottom: 1px solid var(--line); background: rgba(11,11,12,.7);
}
.menu-overlay-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(22px, 3.5vw, 34px); letter-spacing: -.02em;
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--violet);
}
.menu-close {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%; cursor: pointer;
  font-size: 18px; color: var(--white);
  background: var(--ink-2); border: 1px solid var(--line-2); transition: .2s;
}
.menu-close:hover { border-color: var(--accent); color: var(--accent); transform: rotate(90deg); }

.menu-overlay-body {
  flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch;
  padding: clamp(24px, 4vw, 44px) var(--pad);
  max-width: var(--maxw); width: 100%; margin-inline: auto;
}
.mo-cat { margin-bottom: clamp(28px, 4vw, 44px); }
.mo-cat-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(24px, 4vw, 38px); letter-spacing: -.02em; margin-bottom: 14px;
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--violet);
}
.mo-item { padding: 15px 4px; border-bottom: 1px solid var(--line); }
.mo-item-line { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.mo-item-name { font-family: var(--font-display); font-weight: 700; font-size: clamp(16px, 2vw, 20px); color: var(--white); }
.mo-item-price { flex: none; font-family: var(--font-display); font-weight: 800; font-size: clamp(15px, 2vw, 19px); color: var(--accent); white-space: nowrap; }
.mo-item-desc { margin-top: 5px; color: var(--smoke); font-size: 14px; max-width: 68ch; }

.menu-overlay-foot {
  flex: none; padding: 16px var(--pad) calc(16px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line); background: rgba(11,11,12,.7);
  display: flex; justify-content: center;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .topnav { display: none; }
  .specials-grid, .menu-grid, .avis-grid { grid-template-columns: repeat(2, 1fr); }
  .apropos, .acces { grid-template-columns: 1fr; }
  .modes { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .specials-grid, .menu-grid, .avis-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .fab .fab-text { display: none; }
  .fab { padding: 18px; }
  .fab-glyph { width: 22px; height: 22px; }
  .hero-trust { gap: 14px; }
  .cat-nav { top: 60px; }
  .brand-logo { height: 36px; }
  .menu-btn span:not(.menu-btn-ic) { display: none; }
  .menu-btn { padding: 10px 12px; }
}

/* ============================================================
   MOTION RÉDUIT
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; transition: none !important; }
  .hero-video { display: none; }
}
