/* ══════════════════════════════════════════════════════════════
   LE BISTROQUET À LA UNE — édition premium
   Dark editorial · Fraunces / Inter / IBM Plex Mono
   #0D0C0A canvas · crème #F4EFE6 · jaune brand #FFE500 en accent
══════════════════════════════════════════════════════════════ */
:root {
  --bg: #0D0C0A;
  --bg-2: #14120F;
  --cream: #F4EFE6;
  --cream-dim: #C9C2B4;
  --muted: #8A8578;
  --yellow: #FFE500;
  --line: rgba(244, 239, 230, .14);
  --f-serif: 'Fraunces', Georgia, serif;
  --f-sans: 'Inter', -apple-system, sans-serif;
  --f-mono: 'IBM Plex Mono', monospace;
  --w: min(92vw, 1440px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  background: var(--bg);
  color: var(--cream);
  font-family: var(--f-sans);
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--yellow); color: var(--bg); }

.wrap { width: var(--w); margin: 0 auto; }

/* ── Cursor (desktop) ── */
.cursor-dot, .cursor-ring { display: none; }
@media (pointer: fine) {
  .cursor-dot, .cursor-ring { display: block; position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; border-radius: 50%; }
  .cursor-dot { width: 6px; height: 6px; background: var(--yellow); transform: translate(-50%, -50%); }
  .cursor-ring { width: 36px; height: 36px; border: 1px solid rgba(244,239,230,.35); transform: translate(-50%, -50%); transition: width .35s var(--ease), height .35s var(--ease), border-color .35s; }
  .cursor-ring.is-hover { width: 64px; height: 64px; border-color: var(--yellow); }
  * { cursor: none !important; }
}

/* ── Préloader ── */
.preloader { position: fixed; inset: 0; z-index: 300; background: var(--bg); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1.4rem; transition: opacity .8s var(--ease), visibility .8s; }
.preloader.done { opacity: 0; visibility: hidden; }
.preloader .pl-logo { width: 92px; height: 92px; border-radius: 18px; object-fit: cover; }
.preloader .pl-name { font-family: var(--f-serif); font-style: italic; font-weight: 300; font-size: clamp(1.6rem, 4vw, 2.4rem); color: var(--cream); letter-spacing: .02em; }
.preloader .pl-count { font-family: var(--f-mono); font-size: .8rem; color: var(--muted); letter-spacing: .2em; }
.preloader .pl-bar { width: min(280px, 60vw); height: 1px; background: var(--line); position: relative; overflow: hidden; }
.preloader .pl-bar span { position: absolute; inset: 0; background: var(--yellow); transform-origin: left; transform: scaleX(0); }

/* ── Nav ── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.6rem 0; transition: padding .4s var(--ease), background .4s, border-color .4s; border-bottom: 1px solid transparent; }
.nav.scrolled { padding: .9rem 0; background: rgba(13,12,10,.72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom-color: var(--line); }
.nav-inner { width: var(--w); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { font-family: var(--f-serif); font-style: italic; font-size: 1.25rem; letter-spacing: .02em; display: inline-flex; align-items: center; gap: .75rem; }
.nav-logo-img { width: 38px; height: 38px; border-radius: 9px; object-fit: cover; }
.nav-brand span { color: var(--yellow); }
.nav-right { display: flex; align-items: center; gap: 2.2rem; }
.nav-links { display: flex; gap: 2.2rem; }
.nav-links a { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--cream-dim); position: relative; transition: color .3s; }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: -5px; width: 100%; height: 1px; background: var(--yellow); transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.nav-links a:hover { color: var(--cream); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.btn-resa { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; padding: .78rem 1.7rem; border: 1px solid var(--cream); border-radius: 999px; transition: background .35s, color .35s, border-color .35s; }
.btn-resa:hover { background: var(--yellow); border-color: var(--yellow); color: var(--bg); }
.burger { display: none; }

/* ── Hero ── */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media { position: absolute; inset: -10% 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,12,10,.55) 0%, rgba(13,12,10,.15) 40%, rgba(13,12,10,.92) 88%, var(--bg) 100%); }
.hero-content { position: relative; z-index: 2; width: var(--w); margin: 0 auto; padding-bottom: clamp(3rem, 7vh, 6rem); }
.hero-overline { display: flex; align-items: center; gap: 1rem; font-family: var(--f-mono); font-size: .75rem; letter-spacing: .28em; text-transform: uppercase; color: var(--cream-dim); margin-bottom: 1.6rem; }
.hero-overline::before { content: ''; width: 48px; height: 1px; background: var(--yellow); }
.hero h1 { font-family: var(--f-serif); font-weight: 300; font-size: clamp(3rem, 9.5vw, 8.2rem); line-height: .98; letter-spacing: -.015em; }
.hero h1 .l2 { display: block; font-style: italic; color: var(--cream); }
.hero h1 .l2 em { font-style: italic; color: var(--yellow); }
.hero-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-top: 2.8rem; flex-wrap: wrap; }
.hero-sub { max-width: 460px; color: var(--cream-dim); font-size: .98rem; font-weight: 300; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: .7rem; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; padding: 1.05rem 2.2rem; border-radius: 999px; transition: all .35s var(--ease); }
.btn-solid { background: var(--yellow); color: var(--bg); font-weight: 500; }
.btn-solid:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -14px rgba(255,229,0,.4); }
.btn-line { border: 1px solid rgba(244,239,230,.4); color: var(--cream); }
.btn-line:hover { border-color: var(--cream); background: rgba(244,239,230,.06); }
.hero-scroll { position: absolute; z-index: 2; bottom: 2rem; right: 4vw; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); writing-mode: vertical-rl; }

/* ── Ticker ── */
.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; padding: 1.1rem 0; background: var(--bg); }
.ticker-track { display: inline-flex; white-space: nowrap; will-change: transform; animation: tick 36s linear infinite; }
.ticker-track span { font-family: var(--f-mono); font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; color: var(--cream-dim); padding: 0 2.2rem; display: inline-flex; align-items: center; gap: 2.2rem; }
.ticker-track span::after { content: '·'; color: var(--yellow); }
@keyframes tick { to { transform: translateX(-50%); } }

/* ── Manifesto ── */
.manifesto { padding: clamp(7rem, 14vw, 12rem) 0; }
.manifesto-inner { width: min(92vw, 1000px); margin: 0 auto; text-align: center; }
.kicker { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 2rem; }
.manifesto p { font-family: var(--f-serif); font-weight: 300; font-size: clamp(1.7rem, 4vw, 3.1rem); line-height: 1.32; letter-spacing: -.01em; color: var(--cream); }
.manifesto p em { font-style: italic; color: var(--yellow); }
.manifesto .line { display: block; overflow: hidden; }
.manifesto .line > span { display: block; transform: translateY(110%); }

/* ── Chapitres editoriaux ── */
.chapter { padding: clamp(4rem, 9vw, 8rem) 0; }
.chapter-grid { width: var(--w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.chapter-grid.flip .ch-media { order: 2; }
.ch-media { position: relative; overflow: hidden; aspect-ratio: 4/5; }
.ch-media img { width: 100%; height: 120%; object-fit: cover; will-change: transform; }
.ch-num { font-family: var(--f-serif); font-style: italic; font-size: clamp(4rem, 8vw, 7rem); line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(244,239,230,.25); position: absolute; top: -1.2rem; right: 0; z-index: 2; pointer-events: none; }
.ch-copy { position: relative; }
.ch-copy .kicker { margin-bottom: 1.2rem; }
.ch-copy h2 { font-family: var(--f-serif); font-weight: 300; font-size: clamp(2.2rem, 4.6vw, 3.6rem); line-height: 1.08; letter-spacing: -.01em; margin-bottom: 1.6rem; }
.ch-copy h2 em { font-style: italic; color: var(--yellow); }
.ch-copy p { color: var(--cream-dim); font-size: 1rem; max-width: 48ch; margin-bottom: 1.1rem; }
.ch-copy .hours-tag { font-family: var(--f-mono); font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--yellow); border: 1px solid rgba(255,229,0,.35); padding: .5rem 1.1rem; border-radius: 999px; display: inline-block; margin-bottom: 1.6rem; }
.link-arrow { display: inline-flex; align-items: center; gap: .8rem; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--cream); margin-top: 1.2rem; position: relative; }
.link-arrow::after { content: '→'; color: var(--yellow); transition: transform .35s var(--ease); }
.link-arrow:hover::after { transform: translateX(6px); }

/* ── Galerie horizontale ── */
.gallery { position: relative; }
.gallery-pin { overflow: hidden; }
.gallery-head { width: var(--w); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 0 3rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.gallery-head h2 { font-family: var(--f-serif); font-weight: 300; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; }
.gallery-head h2 em { font-style: italic; color: var(--yellow); }
.gallery-head .g-count { font-family: var(--f-mono); font-size: .75rem; letter-spacing: .2em; color: var(--muted); }
.gallery-track { display: flex; gap: clamp(1rem, 2.4vw, 2rem); padding: 0 4vw 5rem; will-change: transform; width: max-content; }
.g-item { flex: 0 0 auto; width: clamp(260px, 34vw, 480px); }
.g-item figure { overflow: hidden; aspect-ratio: 3/4; margin-bottom: 1rem; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.g-item:hover img { transform: scale(1.05); }
.g-item figcaption { display: flex; justify-content: space-between; font-family: var(--f-mono); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }

/* ── La Carte ── */
.carte { padding: clamp(6rem, 11vw, 10rem) 0; background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.carte-head { text-align: center; margin-bottom: 3.5rem; }
.carte-head h2 { font-family: var(--f-serif); font-weight: 300; font-size: clamp(2.6rem, 6vw, 4.6rem); }
.carte-head h2 em { font-style: italic; color: var(--yellow); }
.carte-head p { color: var(--muted); max-width: 520px; margin: 1.2rem auto 0; font-size: .95rem; }
.menu-tabs { display: flex; gap: .5rem; justify-content: center; flex-wrap: wrap; margin-bottom: 4rem; }
.mtab { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--cream-dim); background: none; border: 1px solid var(--line); padding: .7rem 1.5rem; border-radius: 999px; transition: all .3s; }
.mtab:hover { border-color: rgba(244,239,230,.4); color: var(--cream); }
.mtab.active { background: var(--cream); color: var(--bg); border-color: var(--cream); }
.menu-panel { display: none; max-width: 820px; margin: 0 auto; }
.menu-panel.active { display: block; animation: fadeUp .6s var(--ease); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.menu-note { text-align: center; font-family: var(--f-serif); font-style: italic; font-size: 1.15rem; color: var(--muted); margin-bottom: 2.8rem; }
.mcat { margin-bottom: 3.2rem; }
.mcat h3 { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: var(--yellow); margin-bottom: 1.6rem; display: flex; align-items: center; gap: 1.2rem; }
.mcat h3::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.mitem { display: flex; align-items: baseline; gap: 1rem; padding: .55rem 0; }
.mitem .n { font-family: var(--f-serif); font-weight: 300; font-size: 1.06rem; color: var(--cream); }
.mitem .dots { flex: 1; border-bottom: 1px dotted rgba(244,239,230,.22); transform: translateY(-5px); min-width: 2rem; }
.mitem .p { font-family: var(--f-mono); font-size: .85rem; color: var(--cream-dim); white-space: nowrap; }
.menu-legal { text-align: center; font-size: .72rem; color: var(--muted); margin-top: 1rem; }
.menu-dl { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 3.5rem; }

/* ── Avis ── */
.avis { padding: clamp(6rem, 11vw, 10rem) 0; }
.avis-inner { width: var(--w); margin: 0 auto; }
.avis-score { display: flex; align-items: baseline; justify-content: center; gap: 1.4rem; margin-bottom: 4rem; flex-wrap: wrap; }
.avis-score .big { font-family: var(--f-serif); font-size: clamp(4rem, 9vw, 7rem); line-height: 1; color: var(--cream); }
.avis-score .meta { font-family: var(--f-mono); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); line-height: 2; }
.avis-score .meta b { color: var(--yellow); font-weight: 500; }
.avis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.4rem, 3vw, 3rem); }
.quote { border-top: 1px solid var(--line); padding-top: 1.8rem; }
.quote p { font-family: var(--f-serif); font-weight: 300; font-style: italic; font-size: 1.12rem; line-height: 1.55; color: var(--cream); margin-bottom: 1.4rem; }
.quote cite { font-family: var(--f-mono); font-style: normal; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.avis-cta { text-align: center; margin-top: 3.5rem; font-size: .85rem; color: var(--muted); }
.avis-cta a { color: var(--cream); border-bottom: 1px solid var(--yellow); transition: color .3s; }
.avis-cta a:hover { color: var(--yellow); }

/* ── Réservation ── */
.resa { padding: clamp(6rem, 11vw, 10rem) 0; background: var(--bg-2); border-top: 1px solid var(--line); }
.resa-grid { width: var(--w); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 6vw, 6rem); align-items: start; }
.resa-copy h2 { font-family: var(--f-serif); font-weight: 300; font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.05; margin-bottom: 1.6rem; }
.resa-copy h2 em { font-style: italic; color: var(--yellow); }
.resa-copy > p { color: var(--cream-dim); max-width: 44ch; margin-bottom: 2.4rem; }
.resa-facts { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
.fact { display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.fact .k { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.fact .v { font-size: .95rem; color: var(--cream); text-align: right; }
.groupe { margin-top: 2.4rem; padding: 1.8rem; border: 1px solid rgba(255,229,0,.3); background: rgba(255,229,0,.04); }
.groupe h3 { font-family: var(--f-serif); font-style: italic; font-weight: 300; font-size: 1.35rem; margin-bottom: .6rem; }
.groupe p { font-size: .88rem; color: var(--cream-dim); margin-bottom: 1.2rem; }
.resa-widget { border: 1px solid var(--line); background: #fff; }
.resa-widget iframe { width: 100%; height: 640px; border: 0; display: block; }
.resa-alt { padding: 1rem; text-align: center; font-size: .82rem; background: var(--bg); color: var(--muted); border-top: 1px solid var(--line); }
.resa-alt a { color: var(--cream); border-bottom: 1px solid var(--yellow); }

/* ── Cadeaux band ── */
.gift-band { padding: clamp(5rem, 9vw, 8rem) 0; overflow: hidden; position: relative; }
.gift-inner { width: var(--w); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap; }
.gift-inner h2 { font-family: var(--f-serif); font-weight: 300; font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.1; }
.gift-inner h2 em { font-style: italic; color: var(--yellow); }
.gift-inner p { color: var(--muted); max-width: 46ch; margin-top: .8rem; font-size: .95rem; }

/* ── Infos ── */
.infos { padding: clamp(6rem, 11vw, 10rem) 0 0; border-top: 1px solid var(--line); }
.infos-grid { width: var(--w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 6rem); padding-bottom: clamp(4rem, 8vw, 7rem); }
.infos-copy h2 { font-family: var(--f-serif); font-weight: 300; font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.05; margin-bottom: 2.4rem; }
.infos-copy h2 em { font-style: italic; color: var(--yellow); }
.map-frame { border: 1px solid var(--line); filter: grayscale(1) invert(.92) contrast(.9); min-height: 380px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }

/* ── Footer ── */
footer { border-top: 1px solid var(--line); padding: 4rem 0 2.5rem; }
.foot-inner { width: var(--w); margin: 0 auto; }
.foot-brand-row { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.2rem); margin-bottom: 3rem; flex-wrap: wrap; }
.foot-logo-img { width: clamp(64px, 9vw, 104px); height: auto; border-radius: 20px; }
.foot-logo { font-family: var(--f-serif); font-style: italic; font-weight: 300; font-size: clamp(3rem, 9vw, 7rem); line-height: 1; color: var(--cream); }
.foot-logo span { color: var(--yellow); }
.foot-cols { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: 3rem; }
.foot-col h4 { font-family: var(--f-mono); font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.1rem; }
.foot-col a, .foot-col span { display: block; font-size: .92rem; color: var(--cream-dim); padding: .22rem 0; transition: color .3s; }
.foot-col a:hover { color: var(--yellow); }
.foot-base { border-top: 1px solid var(--line); padding-top: 1.6rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ── Reveal helpers ── */
.fade-y { opacity: 0; transform: translateY(40px); }

/* ── Section helpers ── */
.sec-center { text-align: center; margin-bottom: clamp(2.6rem, 5vw, 4rem); }
.sec-title { font-family: var(--f-serif); font-weight: 300; font-size: clamp(2.4rem, 5.5vw, 4.4rem); line-height: 1.05; }
.sec-title em { font-style: italic; color: var(--yellow); }
.sec-lead { color: var(--muted); max-width: 640px; margin: 1.2rem auto 0; font-size: .98rem; }

/* ── Lang switch ── */
.lang-switch { display: flex; gap: .15rem; border: 1px solid var(--line); border-radius: 999px; padding: .2rem; }
.lang-switch button { background: none; border: 0; color: var(--muted); font-family: var(--f-mono); font-size: .68rem; letter-spacing: .08em; padding: .35rem .6rem; border-radius: 999px; cursor: pointer; transition: all .25s; }
.lang-switch button:hover { color: var(--cream); }
.lang-switch button.active { background: var(--yellow); color: var(--bg); font-weight: 500; }

/* ── Live badge ── */
.live-badge { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.live-badge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #3ddc84; box-shadow: 0 0 0 0 rgba(61,220,132,.5); animation: pulse 2s infinite; }
.live-badge.closed::before { background: #e05252; animation: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(61,220,132,.5); } 70% { box-shadow: 0 0 0 9px rgba(61,220,132,0); } 100% { box-shadow: 0 0 0 0 rgba(61,220,132,0); } }

/* ── Plats 3D ── */
.plats3d { padding: clamp(6rem, 11vw, 10rem) 0; background: var(--bg-2); border-top: 1px solid var(--line); }
.d3-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.4rem, 3vw, 2.6rem); perspective: 1400px; }
.d3-card { position: relative; }
.d3-inner { position: relative; border: 1px solid var(--line); background: var(--bg); overflow: hidden; transform-style: preserve-3d; transition: transform .18s ease-out, box-shadow .4s; will-change: transform; }
.d3-card:hover .d3-inner { box-shadow: 0 40px 90px -30px rgba(0,0,0,.85); }
.d3-img { aspect-ratio: 4/5; overflow: hidden; transform: translateZ(28px) scale(1.06); }
.d3-img img { width: 100%; height: 100%; object-fit: cover; }
.d3-glare { position: absolute; inset: 0; background: radial-gradient(600px circle at var(--gx, 50%) var(--gy, 50%), rgba(255,255,255,.16), transparent 45%); opacity: 0; transition: opacity .3s; pointer-events: none; z-index: 3; }
.d3-card:hover .d3-glare { opacity: 1; }
.d3-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.6rem; z-index: 2; background: linear-gradient(transparent, rgba(13,12,10,.94) 55%); transform: translateZ(48px); }
.d3-num { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .3em; color: var(--yellow); }
.d3-content h3 { font-family: var(--f-serif); font-weight: 300; font-size: 1.45rem; margin: .4rem 0 .3rem; }
.d3-content p { font-size: .82rem; color: var(--cream-dim); }
.d3-price { font-family: var(--f-mono); font-size: .95rem; color: var(--yellow); display: inline-block; margin-top: .7rem; }

/* ── Mini-jeu ── */
.jeu { padding: clamp(6rem, 11vw, 10rem) 0; }
.game-shell { max-width: 720px; margin: 0 auto; }
.game-hud { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; flex-wrap: wrap; }
.hud-item { display: flex; flex-direction: column; align-items: center; gap: .2rem; min-width: 90px; }
.hud-k { font-family: var(--f-mono); font-size: .64rem; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); }
.hud-v { font-family: var(--f-serif); font-size: 1.7rem; color: var(--cream); font-variant-numeric: tabular-nums; }
.hud-v.warn { color: #e05252; }
.game-board { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.gcell { aspect-ratio: 1/1; position: relative; cursor: pointer; perspective: 600px; }
.gcell-inner { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform .45s var(--ease); }
.gcell.flipped .gcell-inner, .gcell.matched .gcell-inner { transform: rotateY(180deg); }
.gcell-front, .gcell-back { position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; border-radius: 12px; overflow: hidden; }
.gcell-front { background: var(--yellow); display: flex; align-items: center; justify-content: center; }
.gcell-front img { width: 46%; height: auto; border-radius: 8px; }
.gcell-back { transform: rotateY(180deg); border: 2px solid var(--yellow); }
.gcell-back img { width: 100%; height: 100%; object-fit: cover; }
.gcell.matched .gcell-back { border-color: #3ddc84; }
.gcell.matched { pointer-events: none; }
.game-board.locked { pointer-events: none; }
.game-result { text-align: center; margin-top: 2rem; min-height: 40px; }
.game-result .win-box { border: 1px solid var(--yellow); background: rgba(255,229,0,.06); padding: 2rem 1.6rem; animation: fadeUp .5s var(--ease); }
.game-result .win-box h3 { font-family: var(--f-serif); font-style: italic; font-size: 2rem; color: var(--yellow); margin-bottom: .5rem; }
.game-result .win-box p { color: var(--cream-dim); font-size: .92rem; max-width: 46ch; margin: 0 auto .9rem; }
.game-result .code { font-family: var(--f-mono); font-size: 1.5rem; letter-spacing: .3em; color: var(--bg); background: var(--yellow); display: inline-block; padding: .5rem 1.3rem; border-radius: 8px; font-weight: 500; }
.game-legal { text-align: center; font-size: .72rem; color: var(--muted); margin-top: 1.4rem; }

/* ── Score band (avis) ── */
.score-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; max-width: 900px; margin: 0 auto 3.5rem; }
.score-card { border: 1px solid var(--line); padding: 1.8rem 1.4rem; text-align: center; display: flex; flex-direction: column; gap: .3rem; transition: border-color .3s, transform .3s; background: var(--bg-2); }
.score-card:hover { border-color: rgba(255,229,0,.5); transform: translateY(-4px); }
.sc-src { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); }
.sc-num { font-family: var(--f-serif); font-size: 3rem; line-height: 1.1; color: var(--cream); }
.sc-stars { color: var(--yellow); letter-spacing: .12em; font-size: .95rem; }
.sc-count { font-size: .78rem; color: var(--muted); }

/* ── Presse ── */
.presse { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--bg-2); border-top: 1px solid var(--line); }
.presse-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.presse-img { border: 1px solid var(--line); overflow: hidden; max-height: 420px; }
.presse-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.presse-copy h2 { font-family: var(--f-serif); font-weight: 300; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.15; margin: .8rem 0 1.2rem; }
.presse-copy h2 em { font-style: italic; color: var(--yellow); }
.presse-copy p { color: var(--cream-dim); max-width: 54ch; font-size: .98rem; }

/* ── Resa boutons ── */
.resa-btns { display: flex; gap: .9rem; flex-wrap: wrap; margin-bottom: 2.2rem; }

/* ── Gift v2 ── */
.gift { padding: clamp(6rem, 11vw, 10rem) 0; background: var(--bg-2); border-top: 1px solid var(--line); position: relative; overflow: hidden; }
.gift-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 3vw, 2.4rem); max-width: 980px; margin: 0 auto 3rem; perspective: 1200px; }
.gcard { aspect-ratio: 8/5; border-radius: 18px; padding: 1.6rem; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; background: linear-gradient(135deg, #1d1b16, #12100d 60%); border: 1px solid var(--line); transform-style: preserve-3d; transition: transform .18s ease-out, box-shadow .4s, border-color .3s; will-change: transform; }
.gcard::after { content: ''; position: absolute; inset: 0; background: radial-gradient(400px circle at var(--gx, 80%) var(--gy, 20%), rgba(255,229,0,.14), transparent 50%); pointer-events: none; }
.gcard:hover { border-color: rgba(255,229,0,.55); box-shadow: 0 30px 70px -25px rgba(0,0,0,.8); }
.gcard.featured { background: linear-gradient(135deg, #4d4200, #241f02 70%); border-color: rgba(255,229,0,.45); }
.gc-logo { font-family: var(--f-serif); font-style: italic; font-size: 1rem; color: var(--cream-dim); }
.gc-amt { font-family: var(--f-serif); font-size: clamp(2.6rem, 5vw, 3.6rem); color: var(--yellow); line-height: 1; }
.gc-lbl { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--cream-dim); }
.gift-note { margin-top: 1rem; font-size: .82rem; color: var(--muted); }

/* ── Infos boutons ── */
.infos-btns { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 2rem; }

/* ── Page hero (sous-pages) ── */
.page-hero { padding: clamp(8rem, 16vh, 11rem) 0 clamp(2.5rem, 5vw, 4rem); text-align: center; }
.page-hero h1 { font-family: var(--f-serif); font-weight: 300; font-size: clamp(2.6rem, 7vw, 5rem); line-height: 1.04; }
.page-hero h1 em { font-style: italic; color: var(--yellow); }
.page-hero-sub { color: var(--muted); max-width: 560px; margin: 1.2rem auto 0; font-size: 1rem; }

/* ── Nav actif + badge ── */
.nav-links a.active { color: var(--cream); }
.nav-links a.active::after { transform: scaleX(1); }
.nav-new { display: inline-block; background: var(--yellow); color: var(--bg); font-family: var(--f-mono); font-size: .58rem; padding: .12rem .45rem; border-radius: 999px; vertical-align: middle; margin-left: .3rem; font-weight: 500; letter-spacing: .04em; }

/* ── TikTok promo (home) ── */
.tt-promo { padding: clamp(6rem, 11vw, 10rem) 0; background: var(--bg-2); border-top: 1px solid var(--line); position: relative; overflow: hidden; }
.tt-promo::before { content: ''; position: absolute; top: -120px; right: -120px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(255,229,0,.09), transparent 65%); pointer-events: none; }
.tt-promo-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 6vw, 6rem); align-items: center; }
.tt-promo-copy h2 { font-family: var(--f-serif); font-weight: 300; font-size: clamp(2.4rem, 5.4vw, 4.2rem); line-height: 1.04; margin: .8rem 0 1.4rem; }
.tt-promo-copy h2 em { font-style: italic; color: var(--yellow); }
.tt-promo-copy p { color: var(--cream-dim); max-width: 50ch; font-size: 1rem; }
.tt-promo-copy b { color: var(--yellow); font-weight: 500; }

/* ── Stories (vidéo explicative animée) ── */
.stories-shell { max-width: 380px; margin: 0 auto; width: 100%; }
.stories { position: relative; aspect-ratio: 9/16; max-height: 560px; width: 100%; border-radius: 24px; border: 1px solid var(--line); background:
  radial-gradient(120% 90% at 80% 0%, rgba(255,229,0,.14), transparent 55%),
  radial-gradient(100% 80% at 10% 100%, rgba(37,244,238,.07), transparent 55%),
  var(--bg); overflow: hidden; box-shadow: 0 40px 90px -35px rgba(0,0,0,.9); }
.stories-progress { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; gap: 5px; z-index: 5; }
.stories-progress span { flex: 1; height: 3px; border-radius: 3px; background: rgba(244,239,230,.22); overflow: hidden; position: relative; }
.stories-progress span i { position: absolute; inset: 0; background: var(--yellow); transform-origin: left; transform: scaleX(0); display: block; }
.story { position: absolute; inset: 0; padding: 3rem 1.8rem 2rem; display: flex; flex-direction: column; justify-content: center; gap: 1rem; text-align: center; opacity: 0; visibility: hidden; transition: opacity .45s var(--ease), visibility .45s; }
.story.active { opacity: 1; visibility: visible; }
.story-step { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .32em; text-transform: uppercase; color: var(--yellow); }
.story h3 { font-family: var(--f-serif); font-weight: 300; font-size: 1.75rem; line-height: 1.12; }
.story h3 em { font-style: italic; color: var(--yellow); }
.story p { font-size: .88rem; color: var(--cream-dim); max-width: 30ch; margin: 0 auto; }
.story-tags { font-family: var(--f-mono); font-size: .78rem !important; color: var(--yellow) !important; word-spacing: .3em; line-height: 1.8; }
.story.active .story-step, .story.active h3, .story.active p, .story.active .story-emoji-art { animation: storyUp .6s var(--ease) both; }
.story.active h3 { animation-delay: .08s; }
.story.active p { animation-delay: .16s; }
@keyframes storyUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.stories-tap { position: absolute; inset: 0; background: none; border: 0; cursor: pointer; z-index: 4; }
/* pictos animés en pur CSS */
.story-emoji-art { height: 92px; display: flex; align-items: center; justify-content: center; }
.sfx { position: relative; display: inline-block; width: 72px; height: 72px; }
.sfx-cam { border: 3px solid var(--cream); border-radius: 16px; animation: recPulse 1.6s infinite; }
.sfx-cam::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 22px; height: 22px; border-radius: 50%; border: 3px solid var(--cream); }
.sfx-cam::after { content: ''; position: absolute; top: 8px; right: 8px; width: 9px; height: 9px; border-radius: 50%; background: #fe2c55; animation: blink 1s infinite; }
@keyframes recPulse { 0%,100% { transform: scale(1);} 50% { transform: scale(1.05);} }
@keyframes blink { 0%,49% { opacity: 1;} 50%,100% { opacity: .15;} }
.sfx-tt { background: var(--cream); border-radius: 18px; animation: bounceIn 2.2s infinite; }
.sfx-tt::before { content: '♪'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; color: var(--bg); font-weight: 700; }
.sfx-tt::after { content: ''; position: absolute; inset: -6px; border-radius: 22px; border: 2px solid rgba(37,244,238,.6); animation: ringOut 2.2s infinite; }
@keyframes bounceIn { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-8px);} }
@keyframes ringOut { 0% { opacity: 1; transform: scale(1);} 70% { opacity: 0; transform: scale(1.25);} 100% { opacity: 0; } }
.sfx-link { border: 3px dashed var(--yellow); border-radius: 14px; animation: spinSlow 6s linear infinite; }
.sfx-link::before { content: '⌘'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 1.9rem; color: var(--yellow); animation: spinSlowRev 6s linear infinite; }
@keyframes spinSlow { to { transform: rotate(360deg);} }
@keyframes spinSlowRev { to { transform: rotate(-360deg);} }
.sfx-glass { border-bottom: 36px solid var(--yellow); border-left: 22px solid transparent; border-right: 22px solid transparent; width: 0; height: 0; border-radius: 4px; position: relative; animation: cheers 1.8s var(--ease) infinite; }
.sfx-glass::before { content: ''; position: absolute; top: 34px; left: -2px; width: 4px; height: 26px; background: var(--yellow); }
.sfx-glass::after { content: ''; position: absolute; top: 60px; left: -13px; width: 26px; height: 4px; border-radius: 2px; background: var(--yellow); }
@keyframes cheers { 0%,100% { transform: rotate(0);} 25% { transform: rotate(-10deg);} 60% { transform: rotate(8deg);} }

/* ── Page avis-vidéo ── */
.tt-how { padding: clamp(2rem, 4vw, 3rem) 0 clamp(4rem, 7vw, 6rem); }
.tt-form-sec { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tt-form { max-width: 520px; margin: 0 auto; display: flex; flex-direction: column; gap: .5rem; }
.tt-label { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); margin-top: 1rem; }
.tt-input { background: var(--bg); border: 1px solid var(--line); color: var(--cream); font-family: var(--f-sans); font-size: 1rem; padding: 1rem 1.2rem; border-radius: 12px; outline: none; transition: border-color .3s; width: 100%; }
.tt-input:focus { border-color: var(--yellow); }
.tt-hint { font-size: .78rem; color: var(--muted); }
.tt-submit { margin-top: 1.4rem; justify-content: center; }
.tt-submit:disabled { opacity: .55; pointer-events: none; }
.tt-status { max-width: 520px; margin: 1.6rem auto 0; }
.tt-status.err { color: #e08585; font-size: .92rem; border: 1px solid rgba(224,82,82,.4); padding: 1rem 1.2rem; border-radius: 12px; }
.tt-status.load { color: var(--cream-dim); font-size: .92rem; text-align: center; }
.tt-spin { display: inline-block; width: 14px; height: 14px; border: 2px solid var(--yellow); border-top-color: transparent; border-radius: 50%; animation: spinSlow 1s linear infinite; vertical-align: -2px; margin-right: .5rem; }
.tt-win, .tt-pending { border: 1px solid var(--yellow); background: rgba(255,229,0,.06); padding: 2rem 1.6rem; text-align: center; animation: fadeUp .5s var(--ease); border-radius: 14px; }
.tt-pending { border-color: var(--line); background: var(--bg); }
.tt-win h3, .tt-pending h3 { font-family: var(--f-serif); font-style: italic; font-weight: 300; font-size: 1.7rem; color: var(--yellow); margin-bottom: .6rem; }
.tt-pending h3 { color: var(--cream); }
.tt-win p, .tt-pending p { color: var(--cream-dim); font-size: .9rem; margin-bottom: .8rem; }
.tt-win .code { font-family: var(--f-mono); font-size: 1.6rem; letter-spacing: .2em; color: var(--bg); background: var(--yellow); display: inline-block; padding: .55rem 1.4rem; border-radius: 10px; font-weight: 500; margin: .6rem 0 1rem; }
.tt-small { font-size: .78rem !important; color: var(--muted) !important; }
.tt-rules { padding: clamp(4rem, 8vw, 7rem) 0; }
.rules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; max-width: 980px; margin: 0 auto 3rem; }
.rule { border: 1px solid var(--line); padding: 1.5rem 1.3rem; display: flex; flex-direction: column; gap: .8rem; }
.rule-num { font-family: var(--f-serif); font-style: italic; font-size: 1.6rem; color: var(--yellow); }
.rule p { font-size: .88rem; color: var(--cream-dim); }
.rule b { color: var(--cream); font-weight: 500; }
.hashtag-pill { display: inline-block; font-family: var(--f-mono); font-size: .82rem; color: var(--yellow); border: 1px dashed rgba(255,229,0,.5); background: rgba(255,229,0,.05); padding: .9rem 1.4rem; border-radius: 999px; margin-top: 1rem; cursor: pointer; transition: background .3s; line-height: 1.8; }
.hashtag-pill:hover { background: rgba(255,229,0,.12); }
.tt-gallery-sec { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--bg-2); border-top: 1px solid var(--line); }
.tt-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.4rem; }
.tt-empty { text-align: center; color: var(--muted); font-size: .95rem; grid-column: 1/-1; padding: 2.5rem 1rem; border: 1px dashed var(--line); border-radius: 14px; }
.tt-empty b { color: var(--yellow); }
.tt-embed { border-radius: 14px; overflow: hidden; }

/* ── Burger ── */
.burger { display: none; background: none; border: 0; cursor: pointer; width: 42px; height: 42px; z-index: 130; position: relative; }
.burger span { display: block; width: 24px; height: 2px; background: var(--cream); margin: 5px auto; border-radius: 2px; transition: .3s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Responsive ── */
@media (max-width: 960px) {
  .chapter-grid, .resa-grid, .infos-grid, .presse-inner { grid-template-columns: 1fr; }
  .chapter-grid.flip .ch-media { order: 0; }
  .avis-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero h1 { font-size: clamp(2.6rem, 12vw, 5rem); }
  .g-item { width: min(78vw, 420px); }
  .resa-widget iframe { height: 560px; }
  .d3-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .tt-promo-grid { grid-template-columns: 1fr; }
  .rules-grid { grid-template-columns: 1fr; max-width: 460px; }
  .score-band { grid-template-columns: 1fr; max-width: 380px; }
  .gift-cards { grid-template-columns: 1fr; max-width: 360px; }
  .game-board { gap: .5rem; }
  .burger { display: block; }
  .nav-links { position: fixed; inset: 0; background: rgba(13,12,10,.97); backdrop-filter: blur(18px); flex-direction: column; justify-content: center; align-items: center; gap: 2rem; transform: translateX(100%); transition: transform .4s var(--ease); z-index: 120; display: flex; }
  .nav-links.open { transform: none; }
  .nav-links a { font-size: 1.25rem; font-family: var(--f-serif); text-transform: none; letter-spacing: .02em; }
  .btn-resa { display: none; }
  .nav-brand-txt { display: none; }
  .lang-switch { margin-left: auto; margin-right: .8rem; }
}
