/* ==========================================================================
   Kinomé - feuille de style (restaurant fictif, site de démonstration)
   DA : vert olive plein + feuilles claires très arrondies
   + typo géante serrée.
   Règle des rayons : feuilles 40px, cartes 28px, boutons et pills en pleine capsule.
   ========================================================================== */

@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-latin-wght.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-latin-ext-wght.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* Vert olive de la marque (#9c9c48), décliné en une gamme utilisable. */
  --green: #97a244;        /* marque : fond pleine page, aplats */
  --green-deep: #55601d;   /* même vert lisible sur fond clair (texte, icônes) */
  --grad: linear-gradient(100deg, #bccb63 0%, #97a244 58%, #74802c 100%);
  /* Même dégradé, assombri : l'olive clair en texte sur feuille tombe à 2,5:1. */
  --grad-deep: linear-gradient(100deg, #74812b 0%, #55601d 70%);
  --ink: #121110;
  --mute: #66635b;
  --paper: #eceee5;
  --sheet: #f5f6f0;
  --white: #fbfbf6;

  --r-sheet: 40px;
  --r-card: 28px;
  --gutter: clamp(10px, 1.3vw, 20px);
  --pad: clamp(20px, 4.4vw, 72px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);

  /* échelle z-index (couches système uniquement) */
  --z-dock: 30;
  --z-header: 40;
  --z-drawer: 50;
  --z-toast: 60;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--green);
  color: var(--ink);
  font-family: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, p, ul, figure, address { margin: 0; padding: 0; }
ul { list-style: none; }
h1, h2, h3, h4 { text-wrap: balance; }
p { text-wrap: pretty; }
address { font-style: normal; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 10px; }

.skip {
  position: fixed; left: 12px; top: -80px; z-index: 99;
  background: var(--ink); color: var(--white); padding: 12px 18px; border-radius: 999px; font-weight: 600;
  transition: top 0.2s var(--ease);
}
.skip:focus { top: 12px; }
.sentinel { position: absolute; inset: 0 auto auto 0; width: 1px; height: 48px; pointer-events: none; }

.i { width: 1.15em; height: 1.15em; fill: currentColor; flex: none; }

/* Visible des seuls lecteurs d'écran */
.u-sr {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 52px; padding: 0 26px; border-radius: 999px;
  font-weight: 600; font-size: 0.98rem; letter-spacing: -0.01em; white-space: nowrap;
  border: 1.5px solid transparent;
  transition: transform 0.35s var(--ease), background-color 0.25s, color 0.25s, border-color 0.25s;
}
.btn:active { transform: scale(0.97); }
.btn--ink { background: var(--ink); color: var(--white); }
.btn--ink:hover { background: var(--green); color: var(--ink); }
.btn--green { background: var(--grad); color: var(--ink); }
.btn--green:hover { transform: translateY(-2px); }
.btn--ghost { border-color: rgba(18, 17, 16, 0.3); }
.btn--ghost:hover { border-color: var(--ink); background: var(--white); }
.btn--line { border-color: rgba(246, 245, 243, 0.4); color: var(--white); }
.btn--line:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.08); }
.btn--nav { height: 46px; padding: 0 22px; }

.icon-btn {
  display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  background: var(--white); font-size: 1.15rem;
  transition: transform 0.35s var(--ease), background-color 0.25s, color 0.25s;
}
.icon-btn:hover { background: var(--ink); color: var(--white); }
.icon-btn:active { transform: scale(0.94); }
.icon-btn--solid { background: var(--green); color: var(--ink); width: 52px; height: 52px; }
.icon-btn--solid:hover { background: var(--ink); color: var(--white); }

.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 20px; border-radius: 999px; border: 1.5px solid rgba(18, 17, 16, 0.24);
  font-size: 0.95rem; font-weight: 500; line-height: 1.2; white-space: nowrap;
}

/* ---------- Feuilles ---------- */
main { display: block; }
.sheet {
  position: relative;
  width: calc(100% - var(--gutter) * 2);
  max-width: 1800px;
  margin: 0 auto var(--gutter);
  padding: clamp(56px, 9vw, 128px) var(--pad);
  background: var(--sheet);
  border-radius: var(--r-sheet);
  overflow: clip;
}
.sheet--paper { background: var(--paper); }
.sheet--white { background: var(--white); }
.wrap { max-width: 1440px; margin-inline: auto; }

.section-title {
  font-size: clamp(3rem, 8vw, 7.5rem);
  font-weight: 700; letter-spacing: -0.06em; line-height: 0.9;
}
.section-title--md { font-size: clamp(2.6rem, 5.6vw, 5.2rem); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; z-index: var(--z-header);
  top: 12px; left: var(--gutter); right: var(--gutter);
  pointer-events: none;
}
.site-header__bar {
  pointer-events: auto;
  max-width: 1800px; margin-inline: auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px;
  height: 68px; padding: 0 calc(var(--pad) - var(--gutter));
  border-radius: 999px;
  transition: background-color 0.4s var(--ease), box-shadow 0.4s var(--ease), backdrop-filter 0.4s;
}
.site-header.is-stuck .site-header__bar {
  background: rgba(245, 246, 240, 0.86);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  backdrop-filter: blur(16px) saturate(1.4);
  box-shadow: 0 10px 40px -14px rgba(58, 66, 20, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  padding-inline: 20px;
}
.brand { display: inline-flex; align-items: baseline; gap: 7px; justify-self: start; line-height: 1; padding-block: 9px; margin-block: -9px; }
/* Logotype en attendant le logo bambou : même famille que les titres, dégradé
   assombri (l'olive clair sur feuille claire tombe à 2,5:1). */
.brand__word {
  font-size: 1.65rem; font-weight: 700; letter-spacing: -0.07em;
  background: var(--grad-deep); -webkit-background-clip: text; background-clip: text; color: transparent;
  padding-right: 0.06em;
}
.brand__kanji {
  font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 0.72rem; font-weight: 600; color: var(--green-deep); letter-spacing: 0.08em;
}
.nav { display: flex; gap: clamp(20px, 3vw, 48px); font-size: 0.92rem; font-weight: 500; }
.nav a { position: relative; padding: 6px 0; }
/* Zone cliquable portée à 46 px sans toucher au dessin du lien. */
.nav a::before { content: ""; position: absolute; inset: -6px -8px; }
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--ink);
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--ease);
}
.nav a:hover::after, .nav a.is-current::after { transform: scaleX(1); }
.nav a.is-current { font-weight: 650; }
.site-header__actions { display: flex; align-items: center; gap: 8px; justify-self: end; }
.menu-toggle { display: none; }

/* ---------- Drawer mobile ---------- */
.drawer {
  position: fixed; inset: 0; z-index: var(--z-drawer);
  background: var(--green);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 20px var(--pad) 32px;
  animation: drawer-in 0.5s var(--ease);
}
.drawer__close { align-self: flex-end; margin-top: 4px; }
.drawer__nav { display: grid; gap: 4px; }
.drawer__nav a {
  font-size: clamp(3rem, 15vw, 5rem); font-weight: 700; letter-spacing: -0.06em; line-height: 1;
}
.drawer__foot { font-size: 1.05rem; font-weight: 500; }
@keyframes drawer-in { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: none; } }

/* ---------- Hero ---------- */
.hero {
  padding: 0;
  margin-top: var(--gutter);
  display: flex; flex-direction: column;
  background: var(--paper);
  --stage-h: clamp(330px, min(calc(100dvh - 540px), 36vw), 700px);
  /* Corps du titre géant. Le sushi se cale dessus (en em du titre) : il reste
     posé sur le « o » à la même échelle, quelle que soit la fenêtre. */
  --fs: min(37cqw, calc(var(--stage-h) * 1.04));
  --px: 0; --py: 0;
}
.hero__top {
  display: flex; flex-wrap: wrap; gap: 8px;
  padding: clamp(96px, 13vh, 132px) var(--pad) 0;
  position: relative; z-index: 2;
}
.hero__stage {
  position: relative; flex: none;
  height: var(--stage-h);
  margin: clamp(0px, 1vh, 12px) var(--pad) 0;
  container-type: inline-size;
  z-index: 1;
}
.hero__title {
  position: absolute; inset: 0; display: grid;
  font-size: var(--fs);
  font-weight: 700; letter-spacing: -0.075em; line-height: 1;
}
.hero__title span { grid-area: 1 / 1; display: block; padding: 0.16em 0.06em 0.03em; }
.t1 {
  align-self: start; justify-self: start;
  margin-top: -0.22em; margin-left: -0.04em;
  translate: calc(var(--px) * 10px) calc(var(--py) * 6px);
  transition: translate 0.6s var(--ease);
  animation: rise 1.1s var(--ease) 0.05s both;
}
.t2 {
  align-self: end; justify-self: end;
  margin-bottom: -0.34em;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  translate: calc(var(--px) * -12px) calc(var(--py) * -6px);
  transition: translate 0.6s var(--ease);
  animation: rise 1.1s var(--ease) 0.2s both;
}
@keyframes rise { from { opacity: 0; transform: translateY(18%); } to { opacity: 1; transform: none; } }

/* ---------- Sushi interactif ----------
   Scène 3D : la perspective est portée par .sushi__stage, la rotation par
   .sushi__body (piloté en JS), et chaque calque est décalé en Z pour que la
   parallaxe soit réelle et non simulée. */
.sushi { position: absolute; inset: 0; }
.sushi__stage {
  /* Centre du « o » de « kino » : 1,548 em à droite, 0,53 em sous le haut de
     la scène. La boîte fait 0,66 em : le sushi recouvre le « o » (0,54 em)
     sans mordre sur le « n » ni sur le « mé ». */
  position: absolute; left: calc(var(--fs) * 1.548); top: calc(var(--fs) * 0.53);
  width: calc(var(--fs) * 0.66); aspect-ratio: 1;
  translate: -50% -50%;
  perspective: 1150px; perspective-origin: 50% 45%;
  animation: sushi-in 1.4s var(--ease) 0.3s both;
  --sx: 0px; --sy: 0px; --sw: 1;
}

/* Halo vert diffus : décolle le sujet de la feuille claire. */
.sushi__glow {
  position: absolute; left: 50%; top: 48%; translate: -50% -50%;
  width: 116%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(196, 210, 112, 0.42), rgba(151, 162, 68, 0.16) 52%, transparent 72%);
  filter: blur(18px);
  animation: glow 7s ease-in-out infinite;
  pointer-events: none;
}
@keyframes glow { 0%, 100% { opacity: 0.85; scale: 1; } 50% { opacity: 1; scale: 1.05; } }

.sushi__body {
  position: absolute; inset: 0;
  transform-style: preserve-3d;
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;               /* le glisser horizontal tourne, le vertical défile */
  -webkit-user-select: none; user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.sushi.is-dragging .sushi__body { cursor: grabbing; }
.sushi__body:focus-visible { outline: none; }
.sushi__body:focus-visible ~ .sushi__ring,
.sushi.is-dragging .sushi__ring { opacity: 1; scale: 1; }
.sushi__ring {
  position: absolute; inset: -3%; border-radius: 50%;
  border: 2px dashed rgba(18, 17, 16, 0.28);
  opacity: 0; scale: 0.94; pointer-events: none;
  transition: opacity 0.35s var(--ease), scale 0.35s var(--ease);
}

/* Feuilles de bambou, loin derrière : la profondeur vient de translateZ. */
.sushi__leaf {
  position: absolute; width: 58%; height: auto;
  opacity: 0.95; pointer-events: none;
  filter: drop-shadow(0 18px 26px rgba(60, 90, 20, 0.22));
}
.sushi__leaf--a { left: -26%; top: 2%;  width: 66%; transform: translateZ(-150px) rotate(-24deg) scaleX(-1); }
.sushi__leaf--b { right: -28%; bottom: 2%; width: 58%; transform: translateZ(-110px) rotate(150deg); }

.sushi__figure { position: absolute; inset: 0; transform-style: preserve-3d; }
.sushi__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 26px 30px rgba(55, 62, 18, 0.30));
  opacity: 0; scale: 0.82; rotate: -9deg;
  transition: opacity 0.5s var(--ease), scale 0.6s var(--ease), rotate 0.6s var(--ease);
}
.sushi__img.is-active { opacity: 1; scale: 1; rotate: 0deg; }

.sushi__sticks {
  position: absolute; right: -24%; top: -16%;
  width: 96%; height: auto;
  transform: translateZ(90px);
  will-change: transform;
  filter: drop-shadow(0 16px 22px rgba(58, 64, 22, 0.30));
  pointer-events: none;
  animation: sticks-in 1.2s var(--ease) 0.8s both;
}

.sushi__shadow {
  position: absolute; left: 14%; right: 14%; bottom: 2%; height: 9%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(50, 56, 16, 0.34), transparent 70%);
  filter: blur(7px);
  transform: translateX(var(--sx)) translateY(var(--sy)) scaleX(var(--sw));
  pointer-events: none;
}

@keyframes sushi-in { from { opacity: 0; scale: 0.72; rotate: -12deg; } to { opacity: 1; scale: 1; rotate: 0deg; } }
@keyframes sticks-in { from { opacity: 0; translate: 40px -30px; } to { opacity: 1; translate: 0 0; } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* ---------- Légende + sélecteur ---------- */
/* Barre produit : entre la scène et la bande du héros, pleine largeur. */
.sushi__hud {
  position: relative; z-index: 3;
  margin: clamp(8px, 1.6vh, 22px) var(--pad) 0;
  /* on laisse passer le bouton rond "Commander" qui déborde de la bande */
  padding-left: calc(clamp(124px, 12.5vw, 190px) + 2.5%);
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px clamp(16px, 2.4vw, 36px);
  animation: rise 1s var(--ease) 0.9s both;
}
/* Sous 1500 px la légende passe sous le « mé », dont le pied dépasse de la scène
   (0,12 em) : on descend la barre d'autant pour que le texte reste lisible. */
@media (min-width: 768px) and (max-width: 1500px) {
  .sushi__hud { margin-top: calc(var(--fs) * 0.16); }
}
.sushi__caption { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; min-width: 0; }
.sushi__caption b { font-size: clamp(1rem, 1.35vw, 1.2rem); font-weight: 650; letter-spacing: -0.035em; }
.sushi__caption span { font-size: 0.85rem; color: var(--mute); line-height: 1.3; }
.sushi__caption em {
  font-style: normal; font-weight: 700; font-size: clamp(1rem, 1.35vw, 1.2rem); letter-spacing: -0.03em;
  background: var(--grad-deep); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.sushi__hint { margin-left: auto; }
.sushi__switch { display: flex; gap: 6px; flex-wrap: wrap; }
.sushi__chip {
  display: inline-flex; align-items: center; gap: 7px;
  height: 36px; padding: 0 15px; border-radius: 999px;
  border: 1.5px solid rgba(18, 17, 16, 0.2);
  font-size: 0.85rem; font-weight: 550; white-space: nowrap;
  background: rgba(251, 250, 248, 0.7);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, transform 0.3s var(--ease);
}
.sushi__chip { position: relative; }
.sushi__chip::after { content: ""; position: absolute; inset: -5px 0; }
.sushi__chip:hover { transform: translateY(-2px); border-color: var(--ink); }
.sushi__chip-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(18, 17, 16, 0.26); transition: background-color 0.3s; }
.sushi__chip[aria-selected="true"] { background: var(--ink); color: var(--white); border-color: var(--ink); }
.sushi__chip[aria-selected="true"] .sushi__chip-dot { background: var(--green); }

.sushi__hint {
  display: inline-flex; align-items: center; gap: 7px;
  /* la barre passe devant le « ké » géant : un voile clair garantit la lisibilité */
  padding: 6px 13px; border-radius: 999px;
  background: rgba(251, 251, 246, 0.74);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  font-size: 0.76rem; color: var(--mute); white-space: nowrap;
  opacity: 0; animation: rise 0.8s var(--ease) 1.6s both;
}
.sushi.is-dragging .sushi__hint { opacity: 0; }
.sushi__hint::before {
  content: ""; width: 14px; height: 14px; border-radius: 50%;
  border: 1.5px solid currentColor;
  animation: hint 2.8s ease-in-out infinite;
}
@keyframes hint { 0%, 100% { transform: translateX(-4px); } 50% { transform: translateX(4px); } }

/* Pas de pointeur fin : le glisser et le survol n'existent pas, on allège. */
@media (hover: none) {
  .sushi__hint::before { display: none; }
  .sushi__ring { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .sushi, .sushi__img, .sushi__sticks, .sushi__hud, .sushi__hint { animation: none !important; }
  .sushi__glow { animation: none; }
  .sushi__hud, .sushi__hint { opacity: 1; }
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .sushi__stage {
      animation: sushi-in 1.4s var(--ease) 0.3s both, sushi-scroll linear both;
      animation-timeline: auto, view();
      animation-range: normal, exit 0% exit 100%;
    }
    @keyframes sushi-scroll { to { translate: -50% -32%; opacity: 0.85; } }
  }
}

.hero__band {
  --cta: clamp(124px, 12.5vw, 190px);
  --inset: clamp(6px, 0.9vw, 14px);
  position: relative;
  margin: 0 var(--inset) var(--inset);
  padding: calc(var(--cta) * 0.5 + 30px) calc(var(--pad) - var(--inset)) clamp(24px, 3vw, 40px);
  background: var(--white);
  border-radius: calc(var(--r-sheet) - 8px);
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px 40px;
}
.orderbtn {
  position: absolute; top: 0; left: calc(var(--pad) - var(--inset) + 2%);
  translate: var(--mx, 0px) calc(-58% + var(--my, 0px));
  z-index: 2;
  width: var(--cta); aspect-ratio: 1; border-radius: 50%;
  display: grid; place-content: center; justify-items: center; gap: 4px;
  background: var(--grad); color: var(--ink);
  font-size: clamp(1.05rem, 1.55vw, 1.55rem); font-weight: 700; letter-spacing: -0.04em;
  box-shadow: 0 0 0 clamp(8px, 0.9vw, 14px) rgba(151, 162, 68, 0.22);
  transition: translate 0.5s var(--ease), scale 0.4s var(--ease), box-shadow 0.4s;
}
.orderbtn:hover { scale: 1.07; box-shadow: 0 0 0 clamp(12px, 1.3vw, 20px) rgba(151, 162, 68, 0.26); }
.orderbtn:active { scale: 0.96; }
.orderbtn .i { font-size: 1.15em; }
.hero__label { color: var(--mute); font-size: 1rem; margin-bottom: 8px; }
.hero__tag { font-size: clamp(1.15rem, 1.7vw, 1.6rem); font-weight: 600; letter-spacing: -0.035em; line-height: 1.22; max-width: 26ch; }
.hero__facts { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.pill--status .status-dot { width: 9px; height: 9px; border-radius: 50%; background: #9a958e; flex: none; }
.pill--status.is-open .status-dot { background: #1f9d55; box-shadow: 0 0 0 0 rgba(31, 157, 85, 0.5); animation: ping 2.4s ease-out infinite; }
@keyframes ping { 70%, 100% { box-shadow: 0 0 0 9px rgba(31, 157, 85, 0); } }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; padding: clamp(14px, 2.4vw, 34px) 0 clamp(22px, 3.4vw, 50px); }
.marquee__track { display: flex; width: max-content; animation: marquee 48s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group { display: flex; gap: clamp(28px, 4vw, 64px); padding-right: clamp(28px, 4vw, 64px); }
.marquee span {
  font-size: clamp(3.4rem, 9vw, 8.5rem); font-weight: 700; letter-spacing: -0.06em; line-height: 1; white-space: nowrap;
}
.marquee span:nth-child(even) { color: transparent; -webkit-text-stroke: 2px var(--ink); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Carte ---------- */
.tabs {
  display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none;
  margin: clamp(24px, 3vw, 40px) -4px 0; padding: 4px;
  scroll-snap-type: x proximity;
}
.tabs::-webkit-scrollbar { display: none; }
.tab {
  flex: none; height: 46px; padding: 0 20px; border-radius: 999px;
  border: 1.5px solid rgba(18, 17, 16, 0.22);
  font-size: 0.95rem; font-weight: 550; scroll-snap-align: start;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s, transform 0.35s var(--ease);
}
.tab:hover { border-color: var(--ink); }
.tab:active { transform: scale(0.96); }
.tab[aria-selected="true"] { background: var(--ink); border-color: var(--ink); color: var(--white); }

.carte__grid {
  display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 7fr);
  gap: clamp(24px, 4vw, 64px); align-items: start;
  margin-top: clamp(28px, 4vw, 56px);
}
.carte__aside { position: sticky; top: 104px; }
/* Les plats sont détourés : ils doivent rester entièrement visibles dans leur
   carte, notamment la planche et ses pieds sur le visuel des nigiri. Le ratio
   suit le fichier chargé et garde une proportion de secours pour le premier
   rendu, avant que le navigateur ait fini de lire les dimensions de l'image. */
.carte__media {
  position: relative; display: grid; place-items: center;
  width: 100%; aspect-ratio: var(--ar, 1.45); min-height: 0;
  border-radius: var(--r-card); overflow: hidden;
  background: radial-gradient(130% 95% at 50% 6%, var(--white) 0%, var(--paper) 74%);
  transition: aspect-ratio 0.5s var(--ease);
}
.carte__media > * {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain;
  opacity: 0;
  transition: opacity 0.6s var(--ease);
}
.carte__media > img {
  object-fit: contain;
  object-position: center;
  padding: clamp(8px, 1vw, 16px);
  filter: drop-shadow(0 20px 26px rgba(50, 56, 16, 0.24));
}
.carte__media > .is-active { opacity: 1; }
.glyph {
  display: grid; place-items: center; background: var(--grad); color: var(--ink);
  font-size: clamp(9rem, 20vw, 17rem); font-weight: 800; line-height: 1;
  font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
}
.carte__cat { margin-top: 20px; font-size: clamp(1.7rem, 2.7vw, 2.5rem); font-weight: 650; letter-spacing: -0.045em; line-height: 1.05; }
.carte__lede { margin-top: 6px; color: var(--mute); }
.carte__panel { outline-offset: 8px; }
.group + .group { margin-top: clamp(28px, 3vw, 44px); }
.group__title { margin-bottom: 4px; font-size: 1rem; font-weight: 650; color: var(--mute); letter-spacing: -0.01em; }
.dishes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(24px, 3.4vw, 56px); }
.dish {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 14px;
  padding: 13px 0;
}
.is-swapping .dish { animation: dish-in 0.6s var(--ease) both; animation-delay: calc(var(--n) * 28ms); }
@keyframes dish-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.dish__name { font-weight: 560; letter-spacing: -0.015em; line-height: 1.3; padding-top: 4px; }
.dish__note { display: block; margin-top: 1px; color: var(--mute); font-size: 0.86rem; font-weight: 400; letter-spacing: 0; }
.dish__price {
  flex: none; background: var(--white); border-radius: 999px; padding: 5px 13px;
  font-weight: 650; font-size: 0.93rem; font-variant-numeric: tabular-nums; white-space: nowrap;
}
.dish__from { font-weight: 450; color: var(--mute); margin-right: 5px; }
.dish__score {
  display: inline-flex; align-items: center; gap: 3px;
  padding: 2px 8px 2px 6px; border-radius: 999px; vertical-align: 2px;
  background: rgba(151, 162, 68, 0.22); color: var(--green-deep);
  font-size: 0.72rem; font-weight: 650; letter-spacing: 0; white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.dish__score .i { width: 0.86em; height: 0.86em; }

/* ---------- Les plus commandés ---------- */
.eyebrow { color: var(--mute); font-size: 0.95rem; font-weight: 500; margin-bottom: 10px; }
.top__head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 16px clamp(24px, 4vw, 64px);
}
.top__source { max-width: 34ch; color: var(--mute); font-size: 0.92rem; line-height: 1.45; }
.top__source a { font-weight: 600; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.top__source a:hover { color: var(--green-deep); }

.top__list {
  list-style: none; margin: clamp(28px, 4vw, 56px) 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px;
  counter-reset: none;
}
.top__item {
  display: flex; align-items: center; gap: clamp(12px, 1.6vw, 22px);
  padding: clamp(14px, 1.6vw, 20px) clamp(16px, 2vw, 26px);
  border-radius: var(--r-card); background: var(--sheet);
  transition: background-color 0.35s var(--ease), transform 0.4s var(--ease);
}
.top__item:hover { background: var(--paper); transform: translateY(-3px); }
.top__rank {
  flex: none; font-size: clamp(1.5rem, 2.4vw, 2.2rem); font-weight: 700; letter-spacing: -0.06em;
  background: var(--grad-deep); -webkit-background-clip: text; background-clip: text; color: transparent;
  font-variant-numeric: tabular-nums;
}
.top__thumb {
  flex: none; width: clamp(48px, 4.4vw, 64px); height: clamp(48px, 4.4vw, 64px);
  object-fit: contain; filter: drop-shadow(0 8px 10px rgba(50, 56, 16, 0.18));
}
.top__body { display: grid; gap: 2px; min-width: 0; flex: 1; }
.top__body b { font-size: clamp(1rem, 1.25vw, 1.12rem); font-weight: 620; letter-spacing: -0.025em; }
.top__body small { color: var(--mute); font-size: 0.84rem; line-height: 1.3; }
.top__meta { flex: none; display: grid; justify-items: end; gap: 6px; }
.top__score {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 0.85rem; font-weight: 650; color: var(--green-deep); font-variant-numeric: tabular-nums;
}
.top__score .i { width: 0.9em; height: 0.9em; }
.top__score small { color: var(--mute); font-weight: 450; font-size: 0.76rem; margin-left: 2px; }
.top__price {
  background: var(--white); border-radius: 999px; padding: 5px 13px;
  font-weight: 650; font-size: 0.93rem; font-variant-numeric: tabular-nums; white-space: nowrap;
}

/* ---------- Praticité ---------- */
.perks {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px;
  margin-top: 12px;
}
.perk {
  display: grid; gap: 6px; align-content: start;
  padding: clamp(18px, 2.2vw, 28px) clamp(18px, 2.4vw, 30px);
  border-radius: var(--r-card); border: 1.5px solid rgba(18, 17, 16, 0.14);
}
.perk__label { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--green-deep); }
.perk__value { font-size: clamp(0.98rem, 1.15vw, 1.08rem); font-weight: 550; letter-spacing: -0.02em; line-height: 1.35; }
.perk__value small { color: var(--mute); font-weight: 400; }

/* ---------- À emporter ---------- */
.btn--lg { height: 60px; padding: 0 30px; font-size: 1.05rem; }

.tk__head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 16px clamp(24px, 4vw, 64px);
}
.tk__lede { max-width: 38ch; color: var(--mute); font-size: clamp(1rem, 1.2vw, 1.1rem); line-height: 1.5; }

.tk__grid {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(24px, 4vw, 64px); align-items: start;
  margin-top: clamp(32px, 4.5vw, 64px);
}

.tk__steps { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.tk__step {
  display: flex; gap: clamp(14px, 1.8vw, 24px); align-items: flex-start;
  padding: clamp(18px, 2.2vw, 28px) clamp(18px, 2.4vw, 30px);
  border-radius: var(--r-card); background: var(--white);
  transition: transform 0.4s var(--ease);
}
.tk__step:hover { transform: translateX(4px); }
.tk__num {
  flex: none; font-size: clamp(1.5rem, 2.4vw, 2.1rem); font-weight: 700; letter-spacing: -0.06em;
  line-height: 1; font-variant-numeric: tabular-nums;
  background: var(--grad-deep); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tk__step h3 { font-size: clamp(1.05rem, 1.35vw, 1.2rem); font-weight: 640; letter-spacing: -0.03em; }
.tk__step p { margin-top: 4px; color: var(--mute); font-size: 0.92rem; line-height: 1.45; }

.tk__panel { border-radius: var(--r-card); background: var(--white); overflow: hidden; }
.tk__media {
  aspect-ratio: 4 / 3;
  background: radial-gradient(120% 100% at 50% 0%, var(--white) 0%, var(--paper) 74%);
}
.tk__media img {
  width: 100%; height: 100%; object-fit: contain;
  padding: clamp(12px, 1.5vw, 22px);
  filter: drop-shadow(0 18px 24px rgba(50, 56, 16, 0.22));
}
.tk__body { display: grid; gap: 16px; padding: clamp(20px, 2.6vw, 34px); }

.tk__note {
  padding: 14px 18px; border-radius: 18px;
  background: rgba(151, 162, 68, 0.16);
  font-size: 0.92rem; line-height: 1.45; color: var(--ink);
}
.tk__note strong { display: block; font-weight: 650; letter-spacing: -0.02em; }

.tk__alt {
  display: inline-flex; align-items: center; gap: 8px; justify-self: start;
  font-size: 0.92rem; font-weight: 550; color: var(--mute);
  border-bottom: 1.5px solid rgba(18, 17, 16, 0.2); padding-bottom: 3px;
  transition: color 0.25s, border-color 0.25s;
}
.tk__alt:hover { color: var(--ink); border-color: var(--ink); }

.tk__facts { display: grid; gap: 14px; margin: 4px 0 0; padding-top: 18px; border-top: 1.5px solid rgba(18, 17, 16, 0.1); }
.tk__facts > div { display: grid; grid-template-columns: minmax(0, 8rem) minmax(0, 1fr); gap: 4px 16px; align-items: baseline; }
.tk__facts dt {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; color: var(--green-deep);
}
.tk__facts dt .i { width: 1em; height: 1em; }
.tk__facts dd { margin: 0; font-size: 0.95rem; font-weight: 500; line-height: 1.4; }
.tk__facts dd small { color: var(--mute); font-weight: 400; font-size: 0.84rem; }
.tk__facts dd a { border-bottom: 1.5px solid rgba(18, 17, 16, 0.25); }
.tk__facts dd a:hover { border-color: var(--ink); }

/* ---------- Formules (bento) ---------- */
.bento { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 12px; margin-top: clamp(28px, 4vw, 56px); }
.cell {
  position: relative; isolation: isolate; overflow: hidden;
  border-radius: var(--r-card); padding: clamp(22px, 2.6vw, 40px);
  display: flex; flex-direction: column; justify-content: flex-end; gap: 22px;
  min-height: clamp(300px, 32vw, 440px);
}
.cell h3 { font-size: clamp(1.6rem, 2.6vw, 2.4rem); font-weight: 650; letter-spacing: -0.045em; line-height: 1.05; }
.cell p { max-width: 36ch; margin-top: 8px; }
.cell .cell__price { margin-top: 0; max-width: none; font-size: clamp(2.2rem, 4.4vw, 4.2rem); font-weight: 700; letter-spacing: -0.055em; line-height: 0.95; }
.cell--photo { grid-column: span 7; color: #fff; }
.cell--photo > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.cell--photo:hover > img { transform: scale(1.04); }
.cell--photo::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(14, 12, 10, 0) 25%, rgba(14, 12, 10, 0.86) 100%);
}
.cell--green { grid-column: span 5; background: var(--grad); }
.cell--ink {
  grid-column: span 12; min-height: 0; background: var(--ink); color: var(--white);
  flex-direction: row; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  padding-block: clamp(28px, 3.6vw, 52px);
}
/* Les visuels restent entièrement dans leur carte : ils sont détourés, donc
   les rogner ne donne rien de beau, juste un plat coupé en deux. On les
   contient dans une boîte et on réserve la place du texte à côté. */
.cell__visual {
  position: absolute; z-index: 0; pointer-events: none;
  width: clamp(150px, 22vw, 290px); height: auto; max-height: 46%;
  object-fit: contain; object-position: bottom right;
  filter: drop-shadow(0 18px 22px rgba(18, 17, 16, 0.24));
  right: clamp(14px, 2.4vw, 34px); bottom: clamp(14px, 2vw, 30px);
}
.cell__copy, .cell__price, .cell__actions { position: relative; z-index: 1; }
/* Carte verte : le plateau occupe le coin haut droit, libre, et le prix garde
   toute la largeur en bas. Posé en bas, il passait sous les chiffres. */
.cell--green .cell__visual {
  top: clamp(14px, 2vw, 30px); bottom: auto;
  width: 46%; max-height: 40%; object-position: top right;
}
.cell--green .cell__copy { max-width: 52%; }
.cell--ink { padding-right: clamp(210px, 25vw, 340px); }
.cell--ink .cell__visual {
  width: clamp(140px, 18vw, 240px); max-height: 78%;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.5));
}
.cell--ink .cell__copy { max-width: 44rem; }
.cell__actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- Histoire ---------- */
.story { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(28px, 5.5vw, 96px); align-items: center; }
.story__media { border-radius: var(--r-card); overflow: hidden; aspect-ratio: 4 / 3.3; }
.story__media img { width: 100%; height: 100%; object-fit: cover; }
.story__lead { margin-top: clamp(20px, 2.4vw, 32px); font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 560; letter-spacing: -0.03em; line-height: 1.25; max-width: 30ch; }
.story__body { margin-top: 14px; color: var(--mute); font-size: 1.1rem; max-width: 42ch; }
.ratings { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(24px, 3vw, 40px); }
.rating {
  display: grid; gap: 2px; min-width: 200px; padding: 18px 24px; border-radius: var(--r-card);
  background: var(--white);
  transition: transform 0.4s var(--ease), background-color 0.25s;
}
.rating:hover { transform: translateY(-3px); background: #fff; }
.rating strong { display: inline-flex; align-items: center; gap: 8px; font-size: 2.6rem; font-weight: 700; letter-spacing: -0.055em; line-height: 1; }
.rating strong .i { font-size: 0.5em; color: var(--green-deep); }
.rating small { font-size: 1.1rem; font-weight: 500; color: var(--mute); letter-spacing: -0.02em; margin-left: 2px; }
.rating span { color: var(--mute); font-size: 0.95rem; }

/* ---------- Galerie ---------- */
.gallery {
  display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: clamp(200px, 25vw, 360px);
  gap: 12px; margin-top: clamp(28px, 4vw, 56px);
}
/* Deux régimes : les plats détourés flottent, les lieux remplissent le cadre. */
.g { border-radius: var(--r-card); overflow: hidden; background: var(--paper); }
.g img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.g:hover img { transform: scale(1.05); }
.g--float { background: radial-gradient(120% 100% at 50% 0%, var(--white) 0%, var(--paper) 72%); }
.g--float img {
  object-fit: contain;
  padding: clamp(10px, 1.4vw, 22px);
  filter: drop-shadow(0 20px 26px rgba(50, 56, 16, 0.24));
}
.g--float:hover img { transform: scale(1.06); }
.g1 { grid-column: 1 / 6; }
.g2 { grid-column: 6 / 10; }
.g3 { grid-column: 10 / 13; }
.g4 { grid-column: 1 / 4; }
.g5 { grid-column: 4 / 9; }
.g6 { grid-column: 9 / 13; }

/* ---------- Infos ---------- */
.infos { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(28px, 5vw, 80px); align-items: stretch; }
.infos__addr { margin-top: clamp(24px, 3vw, 40px); font-size: 1.25rem; font-weight: 500; letter-spacing: -0.02em; line-height: 1.35; }
.infos__phone { display: inline-block; margin-top: 10px; font-size: clamp(1.9rem, 3.2vw, 2.9rem); font-weight: 700; letter-spacing: -0.05em; line-height: 1.1; transition: color 0.25s; }
.infos__phone:hover { color: #c24700; }
.hours { margin-top: clamp(22px, 2.6vw, 34px); display: grid; gap: 4px; max-width: 460px; }
.hours li { display: flex; justify-content: space-between; gap: 20px; padding: 10px 16px; margin-inline: -16px; border-radius: 16px; font-size: 1rem; }
.hours li span:first-child { font-weight: 600; }
.hours li.is-today { background: var(--white); }
.infos__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: clamp(24px, 3vw, 36px); }
.map { position: relative; min-height: 420px; border-radius: var(--r-card); overflow: hidden; background: #dcdad6; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(0.35) contrast(1.03); }

/* ---------- Footer ---------- */
.footer { overflow: hidden; padding: clamp(36px, 5vw, 72px) var(--pad) 0; }
.footer__grid {
  max-width: 1440px; margin-inline: auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr auto; gap: 24px 40px; align-items: start;
  font-weight: 550; letter-spacing: -0.02em;
}
.footer__claim { font-size: 1.15rem; line-height: 1.25; }
.footer__nav, .footer__social { display: grid; gap: 0; }
.footer a { width: fit-content; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1.5px no-repeat; transition: background-size 0.4s var(--ease); }
.footer a:hover { background-size: 100% 1.5px; }
/* Liens de pied de page : 40 px de haut au doigt, le trait reste sous le texte. */
.footer__nav a, .footer__social a { padding-block: 8px; background-position: 0 calc(100% - 7px); }
.footer__legal { font-weight: 500; }
.footer__legal small { display: block; margin-top: 4px; font-size: 0.82rem; font-weight: 450; opacity: 0.78; }

/* ---------- Message des boutons de démonstration ---------- */
.toast {
  position: fixed; z-index: var(--z-toast); left: 50%; bottom: calc(24px + env(safe-area-inset-bottom));
  translate: -50% 14px; width: max-content; max-width: min(92vw, 440px);
  padding: 14px 20px; border-radius: 18px;
  background: var(--ink); color: var(--white);
  font-size: 0.92rem; line-height: 1.4;
  box-shadow: 0 18px 40px -16px rgba(20, 22, 6, 0.55);
  opacity: 0; pointer-events: none;
  transition: opacity 0.35s var(--ease), translate 0.35s var(--ease);
}
.toast.is-in { opacity: 1; translate: -50% 0; }
/* Signature ton sur ton : vert profond sur l'olive, lisible sans peser
   comme l'aplat noir d'avant. Le nom japonais court à la verticale, comme
   sur une enseigne. */
.footer__mark {
  display: flex; justify-content: center; align-items: flex-start; gap: 0.06em;
  margin: clamp(32px, 5vw, 80px) 0 0; padding-bottom: 0.04em;
  font-size: min(25vw, 460px); font-weight: 700; letter-spacing: -0.075em; line-height: 0.92;
  color: var(--green-deep); white-space: nowrap; user-select: none;
}
.footer__mark span {
  writing-mode: vertical-rl;
  margin-top: 0.12em;
  font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 0.13em; font-weight: 600; letter-spacing: 0.12em; line-height: 1;
}

/* ---------- Barre mobile ---------- */
.dock { display: none; }

/* ---------- Révélation ---------- */
.js .reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
  transition-delay: calc(var(--d, 0) * 90ms);
}
.js .reveal.is-in { opacity: 1; transform: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .nav { display: none; }
  .site-header__bar { grid-template-columns: auto 1fr; }
  .menu-toggle { display: inline-grid; }
  .cell--photo, .cell--green { grid-column: span 12; }
  .cell--photo { min-height: 340px; }
}

@media (max-width: 900px) {
  .carte__grid, .story, .infos { grid-template-columns: minmax(0, 1fr); }
  .perks { grid-template-columns: minmax(0, 1fr); }
  .tk__grid { grid-template-columns: minmax(0, 1fr); }
  .tk__head { align-items: flex-start; }
  .top__head { align-items: flex-start; }
  .carte__aside { position: static; display: grid; grid-template-columns: 1fr; }
  .carte__media {
    aspect-ratio: var(--ar, 1.45);
    min-height: 0;
  }
  .story__media { aspect-ratio: 4 / 3; }
  .map { min-height: 340px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__claim { grid-column: 1 / -1; }
  .cell--green .cell__visual { width: 36%; max-height: 52%; }
  .cell--green .cell__copy { max-width: 60%; }
  .cell--ink { padding-right: clamp(180px, 28vw, 300px); }
}

@media (max-width: 767px) {
  :root { --r-sheet: 28px; --r-card: 22px; }
  .site-header { top: 8px; }
  .site-header__bar { height: 60px; }
  .brand__word { font-size: 1.45rem; }
  .site-header__actions .btn--nav { display: none; }
  .site-header__actions .icon-btn:not(.menu-toggle) { display: none; }

  .hero__top { padding-top: 84px; gap: 6px; }
  .pill { padding: 8px 15px; font-size: 0.85rem; }
  /* La scène suit la largeur : « kino » et « mé » restent empilés serré,
     sans le grand vide que laissait une hauteur calée sur l'écran. */
  .hero { --stage-h: clamp(220px, 60vw, 420px); }
  .hero { --fs: min(46cqw, calc(var(--stage-h) * 0.62)); }
  /* Le sushi se pose sur le « o » de « kino », comme sur grand écran,
     sans masquer le « n » ni le « mé » de la ligne du dessous. */
  .sushi__leaf--a { left: -18%; width: 58%; }
  .sushi__leaf--b { right: -26%; }
  .sushi__sticks { right: -30%; top: -22%; }
  /* Le « ké » déborde sous la scène : on descend la barre produit pour la dégager. */
  .sushi__hud {
    margin-top: clamp(58px, 12vw, 82px);
    padding-left: calc(clamp(124px, 12.5vw, 190px) + 10px);
    gap: 6px 10px;
  }
  .sushi__caption { gap: 2px 8px; }
  .sushi__caption span, .sushi__hint { display: none; }
  .sushi__switch {
    margin-left: 0; width: 100%;
    flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none;
    padding-block: 5px; margin-block: -5px;
  }
  .sushi__switch::-webkit-scrollbar { display: none; }
  .sushi__chip { height: 32px; padding: 0 12px; font-size: 0.78rem; }
  .spot__card { max-width: 168px; padding: 8px 12px; }
  .sushi__hint { display: none; }
  .hero__band { gap: 16px; }
  .hero__facts { justify-content: flex-start; }
  .hero__facts .pill:nth-child(1) { display: none; }
  .orderbtn { left: calc(var(--pad) - var(--inset)); translate: 0 -58%; }

  .dishes { grid-template-columns: minmax(0, 1fr); }
  .top__list { grid-template-columns: minmax(0, 1fr); }
  .tk__facts > div { grid-template-columns: minmax(0, 1fr); gap: 2px; }
  .btn--lg { height: 54px; font-size: 1rem; }
  .top__rank { font-size: 1.4rem; }
  .top__meta { gap: 4px; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: clamp(150px, 42vw, 260px); gap: 8px; }
  .g1, .g2, .g3, .g4, .g5, .g6 { grid-column: auto; }
  .g1 { grid-column: span 2; }
  .g6 { grid-column: span 2; }
  .bento { gap: 8px; }
  .cell--ink { flex-direction: column; align-items: flex-start; }
  .cell--green .cell__visual { width: 40%; max-height: 38%; right: 12px; top: 12px; }
  .cell--green .cell__copy { max-width: none; }
  .cell--green .cell__copy h3 { max-width: 56%; }
  .cell--green .cell__copy p { margin-top: clamp(8px, 9vw, 40px); }
  .cell--ink { padding-right: 18px; padding-bottom: 160px; }
  .cell--ink .cell__visual { width: 150px; max-height: 140px; right: 16px; bottom: 16px; }
  .footer__grid { gap: 20px; }

  body { padding-bottom: 100px; }
  .toast { bottom: calc(80px + env(safe-area-inset-bottom)); }
  .dock {
    display: flex; gap: 8px; position: fixed; z-index: var(--z-dock);
    left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom));
    transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
  }
  .dock.is-over-media {
    opacity: 0;
    transform: translateY(calc(100% + 24px));
    pointer-events: none;
  }
  .dock .btn { flex: 1; height: 52px; box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.45); }
  .dock .icon-btn { box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.45); }
}

/* ---------- Mouvement réduit ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none; flex-wrap: wrap; width: auto; }
  .marquee__group:nth-child(2) { display: none; }
  .marquee__group { flex-wrap: wrap; padding-inline: var(--pad); }
  .sushi { animation: none; }
}
