/* Snaky v2 — partie publique (B2C). Mobile d'abord. Aucune dépendance.
   Direction : aplats de couleurs franches, grosses typos, stickers à contour noir,
   ombres « portées » dures, coulures de sauce, bandeaux qui défilent.
   Polices : substituts libres (OFL) de la charte en attendant les fichiers
   Cafery → Rammetto One (titres) ; Fieldwork → Outfit (texte).
   Grilles : toujours minmax(0, 1fr) + min-width: 0 sur les enfants (sinon Safari
   élargit les pistes à la taille intrinsèque des images après chargement). */

@font-face {
  font-family: "Snaky Display";
  src: url("/fonts/rammetto-one-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Snaky Text";
  src: url("/fonts/outfit-var-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #be1823;
  --red-d: #7f000b;
  --yellow: #faaa1f;
  --ink: #212121;
  --cream: #f8f0dc;
  --cream-d: #efe2c2;
  --white: #fff;
  --muted: #5f564d;
  --f-display: "Snaky Display", "Arial Black", system-ui, sans-serif;
  --f-text: "Snaky Text", system-ui, -apple-system, "Segoe UI", sans-serif;
  --radius: 22px;
  --line: 3px solid var(--ink);
  --pop: 0 6px 0 var(--ink);
  --pop-lg: 0 10px 0 var(--ink);
  --hdr-h: 64px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --bounce: cubic-bezier(0.3, 1.5, 0.5, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr-h) + 16px); }
body {
  margin: 0;
  font-family: var(--f-text);
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
@supports (overflow: clip) { html, body { overflow-x: clip; } }
[hidden] { display: none !important; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; }
p { margin: 0 0 0.8em; }
h1, h2, h3 { margin: 0; }
ul, ol { margin: 0; padding: 0; }

.sr {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.skip {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--yellow); color: var(--ink); padding: 10px 16px; border-radius: 999px; font-weight: 800;
}
.skip:focus { top: 10px; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 8px; box-shadow: 0 0 0 6px var(--yellow); }

.wrap { position: relative; z-index: 2; width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 18px; }
.center { text-align: center; }
.ico { width: 1.2em; height: 1.2em; flex: none; }
.soc { width: 1.25em; height: 1.25em; flex: none; }
.flag { width: 1.5em; height: 1em; border-radius: 2px; flex: none; }

/* ---------- Typo ---------- */
.h1, .h2, .mega, .hero-big, .uni-big, .story-big, .trend-h, .rc-h, .ph-h1 {
  font-family: var(--f-display); font-weight: 400; letter-spacing: -0.01em;
}
.h1 { font-size: clamp(34px, 9vw, 64px); line-height: 1.02; margin-bottom: 14px; }
.h2 { font-size: clamp(28px, 7vw, 50px); line-height: 1.04; margin-bottom: 16px; }
.mega { font-size: clamp(42px, 12vw, 104px); line-height: 0.95; }
.big-title { font-size: clamp(34px, 9.5vw, 76px); line-height: 0.98; margin-bottom: 26px; }
.h3 { font-family: var(--f-text); font-weight: 800; font-size: 21px; line-height: 1.2; margin-bottom: 8px; }
.lead { font-size: clamp(17px, 2.2vw, 21px); line-height: 1.45; max-width: 44ch; font-weight: 500; }
.on-red, .on-dark { color: var(--white); }
.kicker {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px;
  font-weight: 900; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red);
}
.kicker-yellow { color: var(--yellow); }
.kicker-dark { color: var(--ink); }
.pill {
  display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px;
  padding: 7px 14px; border-radius: 999px;
  font-weight: 800; font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase;
}
.pill-dark { background: var(--ink); color: var(--white); }
.pill-yellow { background: var(--yellow); color: var(--ink); }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 12px 24px; border-radius: 999px; border: var(--line);
  font-family: var(--f-text); font-weight: 900; font-size: 16px; line-height: 1.15; text-decoration: none; text-align: center;
  text-transform: uppercase; letter-spacing: 0.03em;
  cursor: pointer; box-shadow: 0 5px 0 var(--ink);
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease), background-color 0.18s;
}
.btn:active { transform: translateY(4px); box-shadow: 0 1px 0 var(--ink); }
.btn-lg { min-height: 58px; padding: 14px 30px; font-size: 17px; }
.btn-yellow { background: var(--yellow); color: var(--ink); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-red { background: var(--red); color: var(--white); }
.btn-ghost-dark { background: var(--white); color: var(--ink); }
.btn-disabled { background: rgba(255, 255, 255, 0.16); color: var(--white); border-color: rgba(255, 255, 255, 0.6); box-shadow: none; cursor: default; }
.btn[disabled] { opacity: 0.6; cursor: progress; }
.btn .ico { transition: transform 0.2s var(--ease); }
@media (hover: hover) {
  .btn:not(.btn-disabled):hover { transform: translateY(-3px) rotate(-1.5deg); box-shadow: 0 8px 0 var(--ink); }
  .btn:hover .ico { transform: translateX(3px); }
}

/* ---------- Sections / fonds ---------- */
.sec { position: relative; overflow: hidden; padding: 64px 0; }
.sec-red { background: var(--red); color: var(--white); }
.sec-reddark { background: var(--red-d); color: var(--white); }
.sec-cream { background: var(--cream); }
.sec-white { background: var(--white); }
.sec-yellow { background: var(--yellow); color: var(--ink); }
.sec-ink { background: var(--ink); color: var(--white); }
@media (min-width: 900px) { .sec { padding: 96px 0; } }

/* Coulure de sauce : couleur de la section du dessus, posée en haut de la section courante */
.drip { position: absolute; top: -1px; left: 0; z-index: 1; width: 100%; height: clamp(34px, 6vw, 84px); pointer-events: none; }
.drip + .wrap { padding-top: clamp(22px, 4vw, 44px); }
.drip-cream { color: var(--cream); }
.drip-red { color: var(--red); }
.drip-yellow { color: var(--yellow); }
.drip-ink { color: var(--ink); }

/* ---------- Bandeau qui défile ---------- */
.marquee { position: relative; z-index: 5; overflow: hidden; padding: 18px 0; margin: -18px 0; pointer-events: none; }
.mq-band {
  width: 112%; margin-left: -6%; padding: 12px 0; overflow: hidden;
  border-top: var(--line); border-bottom: var(--line);
  font-family: var(--f-display); font-size: clamp(22px, 5.4vw, 42px); line-height: 1; white-space: nowrap;
}
.mq-l .mq-band { transform: rotate(-2.2deg); }
.mq-r .mq-band { transform: rotate(1.8deg); }
.mq-ink .mq-band { background: var(--ink); color: var(--yellow); }
.mq-red .mq-band { background: var(--red); color: var(--white); }
.mq-yellow .mq-band { background: var(--yellow); color: var(--ink); }
.mq-track { display: inline-flex; animation: mq 34s linear infinite; will-change: transform; }
.mq-r .mq-track { animation-direction: reverse; }
.mq-seq { display: inline-flex; align-items: center; }
.mq-seq span { padding: 0 0.45em; }
.mq-seq i { font-style: normal; color: var(--red); }
.mq-red .mq-seq i { color: var(--yellow); }
@keyframes mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Mots géants de fond (jeu, 404) */
.bgwords {
  position: absolute; inset: -10% -20%; z-index: 0; pointer-events: none; user-select: none;
  display: flex; flex-direction: column; justify-content: center; transform: rotate(-7deg);
  font-family: var(--f-text); font-weight: 900; text-transform: uppercase;
  font-size: clamp(76px, 21vw, 230px); line-height: 0.88;
}
.bgw-row { white-space: nowrap; }
.bgw-track { display: inline-flex; animation: mq 70s linear infinite; }
.bgw-row.rev .bgw-track { animation-direction: reverse; }
.bgw-track span { padding-right: 0.28em; }
.bgw-red { color: rgba(127, 0, 11, 0.34); }
.bgw-red .o { color: transparent; -webkit-text-stroke: 2px rgba(127, 0, 11, 0.42); }

/* ---------- Header ---------- */
.hdr { position: sticky; top: 0; z-index: 40; background: var(--red); color: var(--white); border-bottom: var(--line); }
.hdr-in { display: flex; align-items: center; gap: 8px; max-width: 1240px; height: var(--hdr-h); margin: 0 auto; padding: 0 10px 0 14px; }
.hdr-logo { flex: none; margin-right: auto; }
.hdr-logo img { width: 70px; height: auto; margin: 6px 0 -16px; filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.35)); transition: transform 0.25s var(--bounce); }
@media (hover: hover) { .hdr-logo:hover img { transform: rotate(-8deg) scale(1.08); } }
.hdr-nav { display: none; }
.hdr-nav a { text-decoration: none; font-weight: 800; font-size: 16px; padding: 8px 13px; border-radius: 999px; transition: background-color 0.15s; }
.hdr-nav a[aria-current="page"] { background: var(--ink); color: var(--yellow); }
.lang-switch {
  display: inline-flex; align-items: center; gap: 2px; padding: 3px; border-radius: 999px; flex: none;
  background: var(--red-d); text-decoration: none; font-weight: 800; font-size: 12.5px; letter-spacing: 0.06em;
}
.lang-switch span { display: grid; place-items: center; width: 32px; height: 30px; border-radius: 999px; }
.lang-cur { background: var(--white); color: var(--ink); }
.lang-other { color: var(--white); }
@media (hover: hover) { .lang-switch:hover .lang-other { background: rgba(255, 255, 255, 0.16); } }
/* Bouton SNAKY PRO : très visible, toujours hors du menu burger */
.hdr-pro {
  flex: none; display: inline-flex; align-items: center; gap: 6px; min-height: 42px; padding: 6px 13px 6px 10px;
  border-radius: 999px; border: var(--line); background: var(--yellow); color: var(--ink); text-decoration: none;
  font-weight: 900; font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; white-space: nowrap;
  box-shadow: 0 4px 0 var(--ink); transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease);
}
.hdr-pro b { font-weight: 900; color: var(--red); }
.hdr-pro .ico { width: 18px; height: 18px; }
.hdr-pro:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--ink); }
@media (hover: hover) { .hdr-pro:hover { transform: translateY(-2px) rotate(-2deg); box-shadow: 0 6px 0 var(--ink); } }
.hdr-burger {
  display: grid; align-content: center; gap: 5px; width: 44px; height: 44px; padding: 0 12px; flex: none;
  border: 0; border-radius: 999px; background: var(--ink); cursor: pointer;
}
.hdr-burger i { display: block; height: 2.5px; background: var(--white); border-radius: 2px; transition: transform 0.2s, opacity 0.2s; }
.hdr-burger[aria-expanded="true"] i:nth-child(2) { transform: translateY(7.5px) rotate(45deg); }
.hdr-burger[aria-expanded="true"] i:nth-child(3) { opacity: 0; }
.hdr-burger[aria-expanded="true"] i:nth-child(4) { transform: translateY(-7.5px) rotate(-45deg); }
.hdr.open .hdr-nav {
  display: flex; flex-direction: column; gap: 2px;
  position: absolute; top: calc(var(--hdr-h) + 3px); left: 0; right: 0;
  padding: 12px 14px 22px; background: var(--ink); border-bottom: 6px solid var(--yellow);
  animation: drop 0.25s var(--ease);
}
.hdr.open .hdr-nav a { font-family: var(--f-display); font-weight: 400; font-size: 28px; padding: 10px 14px; }
@keyframes drop { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
@media (max-width: 359px) { .hdr-pro .ico { display: none; } .hdr-logo img { width: 58px; } }
@media (min-width: 960px) {
  .hdr-in { gap: 10px; padding: 0 16px; }
  .hdr-nav { display: flex; gap: 2px; margin-right: 6px; }
  .hdr-burger { display: none; }
  .hdr-logo img { width: 88px; margin-bottom: -26px; }
  .hdr-pro { min-height: 46px; padding: 8px 18px 8px 14px; font-size: 15px; }
  @media (hover: hover) { .hdr-nav a:hover { background: rgba(0, 0, 0, 0.2); } }
}

/* ---------- Hero accueil ---------- */
.hero {
  position: relative; overflow: hidden; background: var(--yellow);
  min-height: calc(100vh - var(--hdr-h)); min-height: calc(100svh - var(--hdr-h));
  display: flex; padding: 18px 0 40px;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-splash { position: absolute; max-width: none; }
.hs-1 { width: min(150vw, 1100px); left: 50%; top: 52%; transform: translate(-50%, -50%); animation: spin 90s linear infinite; }
.hs-2 { width: min(46vw, 360px); right: -12vw; top: -8vw; opacity: 0.9; animation: spin 60s linear infinite reverse; }
.hero-ring {
  position: absolute; left: 50%; top: 52%; width: min(92vw, 640px); aspect-ratio: 1; border-radius: 50%;
  border: 3px dashed rgba(33, 33, 33, 0.35); transform: translate(-50%, -50%); animation: spin 50s linear infinite;
}
@keyframes spin { to { rotate: 360deg; } }
.hero-in {
  display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: auto minmax(250px, 1fr) auto;
  grid-template-areas: "txt" "media" "ctas"; gap: 10px;
}
.hero-txt { grid-area: txt; text-align: center; }
.hero-kick { margin-bottom: 8px; animation: rise 0.6s var(--ease) both; }
.hero-h1 { margin: 0; }
.hero-big {
  display: block; font-size: clamp(52px, 15.5vw, 180px); line-height: 0.9; color: var(--red); white-space: nowrap;
  text-shadow: 0 5px 0 var(--ink), 0 5px 0 var(--ink); -webkit-text-stroke: 2px var(--ink);
  transform: rotate(-3deg); animation: stamp 0.8s var(--bounce) 0.1s both;
}
.hero-small {
  display: inline-block; margin-top: 12px; padding: 6px 14px; border-radius: 12px;
  background: var(--ink); color: var(--white); transform: rotate(1.5deg);
  font-weight: 900; text-transform: uppercase; font-size: clamp(15px, 4.4vw, 30px); line-height: 1.15; letter-spacing: 0.01em;
  animation: rise 0.7s var(--ease) 0.35s both;
}
@keyframes stamp { from { opacity: 0; transform: rotate(-12deg) scale(1.6); } to { opacity: 1; transform: rotate(-3deg) scale(1); } }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } }

.hero-media { grid-area: media; position: relative; min-height: 250px; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 28px; border: var(--line); }
.hero-anim { position: absolute; inset: 0; --px: 0; --py: 0; }
.hero-mascot {
  position: absolute; left: 50%; bottom: -4%; height: 104%; width: auto; max-width: none;
  transform: translateX(-50%); transform-origin: bottom center;
  filter: drop-shadow(0 8px 0 rgba(33, 33, 33, 0.25));
  animation: mascot-in 0.9s var(--bounce) 0.25s both, sway 4.5s ease-in-out 1.2s infinite;
}
@keyframes mascot-in { from { opacity: 0; transform: translateX(-50%) translateY(40%) scale(0.7); } to { opacity: 1; transform: translateX(-50%); } }
@keyframes sway { 0%, 100% { transform: translateX(-50%) rotate(0); } 50% { transform: translateX(-50%) rotate(-2.5deg) translateY(-6px); } }
.fly {
  position: absolute; z-index: 2; width: 26%; max-width: 190px;
  translate: calc(var(--px) * var(--d, 10) * 1px) calc(var(--py) * var(--d, 10) * 1px);
  filter: drop-shadow(0 8px 10px rgba(80, 30, 0, 0.3));
  animation: fly-in 0.7s var(--bounce) both, bob 4s ease-in-out infinite;
  animation-delay: var(--dl, 0.4s), calc(var(--dl, 0.4s) + 0.7s);
}
.fly-1 { --d: 18; --dl: 0.45s; left: 0; top: 4%; rotate: -12deg; }
.fly-2 { --d: -14; --dl: 0.6s; right: -2%; top: 14%; width: 30%; rotate: 16deg; animation-duration: 0.7s, 5s; }
.fly-3 { --d: 10; --dl: 0.75s; left: 4%; bottom: 8%; width: 20%; animation-duration: 0.7s, 3.6s; }
.fly-4 { --d: -20; --dl: 0.9s; right: 2%; bottom: 4%; width: 24%; rotate: -8deg; animation-duration: 0.7s, 4.6s; }
@keyframes fly-in { from { opacity: 0; transform: scale(0.2) rotate(-40deg); } to { opacity: 1; transform: none; } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.stk {
  display: inline-block; width: auto; max-width: none; padding: 6px 12px; border: var(--line); border-radius: 12px;
  font-family: var(--f-display); font-size: clamp(15px, 3.6vw, 26px); line-height: 1; white-space: nowrap;
  box-shadow: 0 4px 0 var(--ink);
}
.stk-red { background: var(--red); color: var(--white); }
.stk-white { background: var(--white); color: var(--red); }
.stk-yellow { background: var(--yellow); color: var(--ink); }
.fly-5 { --d: 8; --dl: 1.05s; left: 2%; top: 44%; rotate: -9deg; filter: none; }
.fly-6 { --d: -8; --dl: 1.2s; right: 0; top: 50%; rotate: 7deg; filter: none; }

.hero-ctas { grid-area: ctas; display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; position: relative; z-index: 3; }
.hcta {
  display: grid; grid-template-columns: 44px minmax(0, 1fr); grid-template-areas: "ico h" "ico p"; column-gap: 12px; align-items: center;
  min-width: 0; padding: 9px 14px 9px 10px;
  border: var(--line); border-radius: 20px; box-shadow: var(--pop); text-decoration: none;
  transition: transform 0.2s var(--bounce), box-shadow 0.2s var(--ease);
  animation: rise 0.6s var(--ease) both;
}
.hcta-1 { background: var(--red); color: var(--white); animation-delay: 0.9s; }
.hcta-2 { background: var(--ink); color: var(--white); animation-delay: 1s; }
.hcta-3 { background: var(--white); color: var(--ink); animation-delay: 1.1s; }
.hcta-ico { grid-area: ico; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--yellow); color: var(--ink); border: 2px solid var(--ink); }
.hcta-ico .ico { width: 22px; height: 22px; }
.hcta-1 .hcta-ico .ico { animation: wiggle 2.8s ease-in-out 2s infinite; }
.hcta-2 .hcta-ico .ico { animation: twinkle 2.2s ease-in-out 2s infinite; }
.hcta-3 .hcta-ico { background: var(--red); color: var(--white); }
.hcta-3 .hcta-ico .ico { animation: wiggle 3.2s ease-in-out 2.4s infinite; }
.hcta-h { grid-area: h; align-self: end; font-weight: 900; font-size: 19px; line-height: 1.05; text-transform: uppercase; letter-spacing: 0.01em; }
.hcta-p { grid-area: p; align-self: start; font-size: 14px; line-height: 1.25; opacity: 0.85; }
.hcta-2 .hcta-h { color: var(--yellow); }
.hcta:active { transform: translateY(5px); box-shadow: 0 1px 0 var(--ink); }
@media (hover: hover) { .hcta:hover { transform: translateY(-6px) rotate(-2deg); box-shadow: var(--pop-lg); } }
@keyframes wiggle { 0%, 70%, 100% { transform: rotate(0); } 76% { transform: rotate(-16deg); } 84% { transform: rotate(14deg); } 92% { transform: rotate(-6deg); } }
@keyframes twinkle { 0%, 60%, 100% { transform: scale(1) rotate(0); } 75% { transform: scale(1.3) rotate(20deg); } }
@media (min-width: 900px) {
  .hero { padding: 40px 0 70px; }
  .hero-in {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); grid-template-rows: 1fr auto;
    grid-template-areas: "txt media" "ctas media"; gap: 26px 40px; align-items: center;
  }
  .hero-txt { text-align: left; align-self: end; }
  .hero-big { transform-origin: left center; font-size: clamp(76px, 7.3vw, 128px); }
  .hero-small { font-size: clamp(20px, 2vw, 30px); }
  .hero-media { min-height: min(640px, calc(100svh - var(--hdr-h) - 110px)); height: 100%; }
  .hero-ctas { align-self: start; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .hcta { grid-template-columns: minmax(0, 1fr); grid-template-areas: "ico" "h" "p"; row-gap: 6px; align-content: start; min-height: 170px; padding: 16px; }
  .hcta-ico { margin-bottom: 14px; }
  .hcta-h { font-size: clamp(14px, 1.15vw, 19px); overflow-wrap: anywhere; }
  .hs-1 { left: 72%; width: 980px; }
  .hero-ring { left: 72%; }
}

/* ---------- Tuiles univers (accueil) ---------- */
.uni { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 34px; }
.uni-tile {
  position: relative; overflow: hidden; min-width: 0; min-height: 270px; padding: 16px 14px;
  border: var(--line); border-radius: 24px; box-shadow: var(--pop);
}
.uni-big { position: relative; z-index: 2; margin: 0 0 6px; font-size: clamp(22px, 6.4vw, 40px); line-height: 1; }
.uni-p { position: relative; z-index: 2; margin: 0; font-size: 14.5px; line-height: 1.35; font-weight: 600; max-width: 22ch; }
.uni-1 { background: var(--red); color: var(--white); }
.uni-1 .uni-big { color: var(--yellow); }
.uni-2 { background: var(--yellow); }
.uni-2 .uni-big { color: var(--red); }
.uni-3 { background: var(--white); }
.uni-4 { background: var(--ink); color: var(--white); }
.uni-4 .uni-big { color: var(--yellow); }
.uni-img { position: absolute; z-index: 1; max-width: none; pointer-events: none; transition: transform 0.4s var(--bounce); }
.uni-photo { width: 84%; right: -16%; bottom: -12%; }
.uni-sprite { width: 56%; right: -6%; bottom: 2%; rotate: -18deg; }
.uni-mascot { height: 52%; width: auto; right: 6%; bottom: -2%; transition: opacity 0.25s, transform 0.4s var(--bounce); }
.uni-mascot.swap { opacity: 0; transform: translateY(10px) scale(0.9); }
.uni-a { position: absolute; right: 6%; bottom: -10%; z-index: 1; font-family: var(--f-display); font-size: 110px; line-height: 1; color: transparent; -webkit-text-stroke: 3px var(--yellow); }
.uni-flag { position: absolute; left: 14px; bottom: 16px; z-index: 1; display: flex; width: 54px; height: 36px; border: 2px solid var(--ink); border-radius: 6px; overflow: hidden; }
.uni-flag i { flex: 1; }
.uni-flag i:nth-child(1) { background: var(--ink); }
.uni-flag i:nth-child(2) { background: var(--yellow); }
.uni-flag i:nth-child(3) { background: var(--red); }
.uni-2 .uni-flag { animation: flap 3s ease-in-out infinite; transform-origin: left center; }
@keyframes flap { 0%, 100% { transform: skewY(0); } 50% { transform: skewY(-6deg) scaleX(0.94); } }
@media (hover: hover) {
  .uni-tile:hover .uni-img { transform: scale(1.08) rotate(-4deg); }
}
@media (min-width: 900px) {
  .uni { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
  .uni-tile { min-height: 360px; padding: 22px 20px; }
  .uni-a { font-size: 150px; }
  .uni-tile:nth-child(even) { transform: translateY(26px); }
  .uni-p { font-size: 16px; }
}

/* ---------- Catégories en bulles ---------- */
.bubbles { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 10px; margin-bottom: 34px; }
.bubbles > li { min-width: 0; }
.bubble { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: var(--white); }
.bubble-pic {
  position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 1; overflow: hidden;
  border-radius: 50%; border: var(--line); background: var(--white); box-shadow: var(--pop);
  transition: transform 0.3s var(--bounce), box-shadow 0.2s;
}
.bubble-pic img { position: absolute; inset: 12%; width: 76%; height: 76%; object-fit: contain; transition: transform 0.35s var(--bounce); }
.bubble-l { display: flex; flex-direction: column; align-items: center; gap: 3px; max-width: 100%; font-weight: 900; font-size: clamp(12.5px, 3.4vw, 17px); text-align: center; line-height: 1.1; hyphens: manual; }
.bubble-l .ico { color: var(--yellow); width: 1.1em; height: 1.1em; }
.bubble-new .bubble-pic { background: var(--yellow); }
.bubble-star { font-family: var(--f-display); color: var(--red); white-space: nowrap; font-size: clamp(11px, 2.6vw, 17px); rotate: -10deg; animation: wiggle 2.8s ease-in-out infinite; }
@media (hover: hover) {
  .bubble:hover .bubble-pic { transform: translateY(-6px) rotate(-4deg); box-shadow: var(--pop-lg); }
  .bubble:hover .bubble-pic img { transform: scale(1.14) rotate(6deg); }
}
@media (min-width: 760px) { .bubbles { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; } }
.new-strip { margin: 0 auto 34px; max-width: 760px; }
.new-strip-h { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-family: var(--f-display); font-size: clamp(22px, 5vw, 32px); color: var(--yellow); }
.new-strip-h small { font-family: var(--f-text); font-size: 13px; color: rgba(255, 255, 255, 0.8); font-weight: 600; }

/* ---------- Cartes produit ---------- */
.pgrid { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
.pgrid > * { min-width: 0; }
.pgrid-new { max-width: 560px; margin: 0 auto; }
@media (min-width: 700px) { .pgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 18px; } .pgrid-new, .pgrid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1040px) { .pgrid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .pgrid-new, .pgrid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.pc-li { position: relative; z-index: 0; list-style: none; }
.pc {
  position: relative; display: flex; flex-direction: column; height: 100%; overflow: hidden; text-decoration: none; color: var(--ink);
  background: var(--white); border: var(--line); border-radius: var(--radius); box-shadow: var(--pop);
  transition: transform 0.3s var(--bounce), box-shadow 0.25s var(--ease);
}
.pc-pic { position: relative; display: block; aspect-ratio: 1; background: var(--white); }
/* Photo sortie du flux : sa taille intrinsèque ne pèse pas sur la piste (Safari). */
.pc-pic .prod { position: absolute; inset: 6%; width: 88%; height: 88%; object-fit: contain; transition: transform 0.4s var(--bounce); }
.pc-badges { position: absolute; top: 8px; right: 8px; z-index: 2; display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.badge { display: inline-block; padding: 3px 9px; border-radius: 999px; border: 2px solid var(--ink); font-size: 11px; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.b-new { background: var(--yellow); color: var(--ink); animation: twinkle 2.6s ease-in-out infinite; }
.b-halal { background: #0f6b45; color: var(--white); }
.pc-body { display: flex; flex-direction: column; gap: 2px; flex: 1; padding: 10px 44px 12px 12px; border-top: var(--line); background: var(--cream); }
.pc-name { margin: 0; font-weight: 900; font-size: 15.5px; line-height: 1.15; }
.pc-fmt { font-size: 13px; font-weight: 600; opacity: 0.75; }
.pc-go {
  position: absolute; right: 8px; bottom: 10px; display: grid; place-items: center; width: 30px; height: 30px;
  border-radius: 50%; border: 2px solid var(--ink); background: var(--white); color: var(--ink); transition: transform 0.3s var(--bounce);
}
.pc-go .ico { width: 16px; height: 16px; }
.pc-li[data-cat="burgers"] .pc-body { background: var(--red); color: var(--white); }
.pc-li[data-cat="snacks"] .pc-body { background: var(--yellow); }
.pc-li[data-cat="poulet"] .pc-body { background: var(--ink); color: var(--white); }
.pc-li[data-cat="sauces"] .pc-body { background: var(--red-d); color: var(--white); }
.pc-li[data-cat="accompagnements"] .pc-body { background: var(--cream); }
@media (min-width: 700px) { .pc-name { font-size: 17px; } }
/* Splash qui jaillit derrière la carte au survol (ou au toucher : .splat) */
.splash-host > .splash {
  position: absolute; left: 50%; top: 40%; width: 130%; max-width: none; z-index: -1; pointer-events: none;
  transform: translate(-50%, -50%) scale(0.3) rotate(-30deg); opacity: 0;
  transition: transform 0.5s var(--bounce), opacity 0.2s;
}
@media (hover: hover) {
  .splash-host:hover > .splash { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(8deg); }
  .pc:hover { transform: translateY(-6px) rotate(-1.5deg); box-shadow: var(--pop-lg); }
  .pc:hover .prod { transform: scale(1.1) rotate(-4deg); }
  .pc:hover .pc-go { transform: rotate(-30deg) scale(1.15); background: var(--yellow); }
}
.splash-host.splat > .splash { animation: splat 0.9s var(--bounce); }
@keyframes splat {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.3) rotate(-30deg); }
  45% { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(8deg); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.1) rotate(12deg); }
}
.pc-li.enter { animation: pop 0.45s var(--bounce) both; }
@keyframes pop { from { opacity: 0; transform: translateY(14px) scale(0.94); } to { opacity: 1; transform: none; } }

/* ---------- Teaser jeu ---------- */
.teaser-in { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; align-items: center; }
.teaser-pic { position: relative; width: min(340px, 86%); aspect-ratio: 4 / 5; margin: 0 auto; }
.teaser-splash { position: absolute; left: -10%; top: 6%; width: 120%; max-width: none; animation: spin 40s linear infinite; }
.teaser-mascot { position: absolute; left: 18%; bottom: 0; height: 96%; width: auto; animation: sway2 3.4s ease-in-out infinite; transform-origin: bottom center; }
@keyframes sway2 { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(-3deg) translateY(-6px); } }
.teaser-fly { position: absolute; width: 34%; filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.25)); animation: bob 3.2s ease-in-out infinite; }
.tf-1 { left: -6%; top: 8%; }
.tf-2 { right: -8%; bottom: 14%; animation-delay: -1.4s; }
.teaser-txt .mega { color: var(--red); -webkit-text-stroke: 2px var(--ink); text-shadow: 0 5px 0 var(--ink); margin-bottom: 16px; }
@media (min-width: 760px) { .teaser-in { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr); gap: 50px; } .teaser-pic { width: 100%; max-width: 420px; } }

/* ---------- Téléphones (maquettes TikTok / Insta / Shorts) ---------- */
.social-head { margin-bottom: 30px; }
.social-head .h2 { margin-bottom: 10px; }
.phones { display: flex; justify-content: center; align-items: flex-end; margin: 0 0 40px; padding-top: 10px; }
.phone { position: relative; flex: none; width: clamp(118px, 31vw, 250px); margin: 0 -2.4vw; }
.phone-screen {
  position: relative; display: block; aspect-ratio: 9 / 18.5; overflow: hidden;
  border: 7px solid #111; border-radius: 30px; background: var(--red); box-shadow: 0 16px 34px -12px rgba(0, 0, 0, 0.7), 0 0 0 2px #444;
}
.phone-screen::before { content: ""; position: absolute; top: 6px; left: 50%; z-index: 3; width: 34%; height: 12px; border-radius: 99px; background: #111; transform: translateX(-50%); }
.phone-screen > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ph-face .phone-screen { background: var(--yellow); }
.ph-face .phone-screen > img { object-fit: contain; inset: 10% 4% 22%; width: 92%; height: 68%; }
.ph-2 .phone-screen { background: var(--white); }
.phone-net { position: absolute; top: 22px; left: 10px; z-index: 2; color: var(--white); filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6)); }
.ph-face .phone-net { color: var(--ink); filter: none; }
.phone-side { position: absolute; right: 8px; bottom: 26%; z-index: 2; display: flex; flex-direction: column; gap: 10px; color: var(--white); filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6)); }
.ph-face .phone-side { color: var(--ink); filter: none; }
.phone-side .ico { width: clamp(16px, 4vw, 24px); height: clamp(16px, 4vw, 24px); }
.phone-side .ico:first-child { color: var(--red); fill: var(--red); animation: beat 1.6s ease-in-out infinite; }
@keyframes beat { 0%, 100% { transform: scale(1); } 15% { transform: scale(1.3); } 30% { transform: scale(1); } }
.phone-screen::after { content: ""; position: absolute; inset: auto 0 0; z-index: 1; height: 40%; background: linear-gradient(transparent, rgba(0, 0, 0, 0.55)); }
.ph-face .phone-screen::after { display: none; }
.ph-3 .phone-cap { left: 30px; right: 8px; text-align: right; }
.phone-cap {
  position: absolute; left: 8px; right: 30px; bottom: 12px; z-index: 2; margin: 0; color: var(--white);
  font-size: clamp(10px, 2.6vw, 14px); font-weight: 700; line-height: 1.25; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
.ph-face .phone-cap { color: var(--ink); text-shadow: none; }
.phone-cap b { font-weight: 900; }
.phone-play { position: absolute; left: 50%; top: 44%; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(0, 0, 0, 0.45); color: var(--white); transform: translate(-50%, -50%); opacity: 0.85; }
.phone-play .ico { width: 20px; height: 20px; fill: currentColor; }
.ph-1 { transform: rotate(-8deg); z-index: 1; }
.ph-2 { z-index: 2; margin-bottom: 22px; }
.ph-3 { transform: rotate(8deg); z-index: 1; }
.js .ph-1.reveal { transform: translateY(26px) rotate(-8deg); }
.js .ph-3.reveal { transform: translateY(26px) rotate(8deg); }
.js .ph-1.reveal.in { transform: rotate(-8deg); }
.js .ph-3.reveal.in { transform: rotate(8deg); }
@media (min-width: 900px) { .phone { margin: 0 -10px; } }

/* ---------- Étiquette « exemple » ---------- */
.ex-tag {
  display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 8px;
  border: 2px dashed currentColor; background: rgba(255, 255, 255, 0.7); color: var(--ink);
  font-size: 11.5px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; line-height: 1.2;
}
.ex-tag .ico { width: 14px; height: 14px; }
.ex-on-dark { background: rgba(0, 0, 0, 0.25); color: var(--white); }
.ex-big { margin-bottom: 14px; font-size: 13px; }
.note-line { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin: 0 0 22px; font-size: 14px; font-weight: 600; color: var(--muted); }

/* ---------- Bandeau pro (discret) ---------- */
.pro-band { background: var(--cream); border-top: var(--line); padding: 20px 0; }
.pro-band-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 24px; }
.pro-band-q { display: flex; align-items: flex-start; gap: 12px; margin: 0; max-width: 70ch; font-size: 15.5px; line-height: 1.4; }
.pro-band-q .ico { width: 26px; height: 26px; color: var(--red); margin-top: 2px; }
.pro-band .btn { min-height: 44px; padding: 8px 18px; font-size: 14px; box-shadow: 0 3px 0 var(--ink); }

/* ---------- En-têtes des pages internes ---------- */
.phero { position: relative; overflow: hidden; padding: 30px 0 38px; border-bottom: var(--line); }
.phero-yellow { background: var(--yellow); }
.phero-red { background: var(--red); color: var(--white); }
.phero-ink { background: var(--ink); color: var(--white); }
.phero-in { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; align-items: center; }
.phero-txt { position: relative; z-index: 2; }
.phero .mega { margin-bottom: 12px; }
.phero-yellow .mega { color: var(--red); -webkit-text-stroke: 2px var(--ink); text-shadow: 0 5px 0 var(--ink); }
.phero .lead { margin: 0; }
.phero-art { position: absolute; right: -16px; top: -18px; z-index: 1; width: 40vw; max-width: 200px; aspect-ratio: 1; }
.phero-txt .pill { position: relative; }
.phero-txt .mega { max-width: 12ch; }
.phero-art img { position: absolute; max-width: none; }
.pa-splash { inset: -6%; width: 112%; animation: spin 60s linear infinite; }
.pa-1 { width: 62%; left: 0; top: 4%; animation: bob 3.6s ease-in-out infinite; }
.pa-2 { width: 64%; right: -4%; top: 40%; rotate: 14deg; animation: bob 4.2s ease-in-out -1s infinite; }
.pa-3 { width: 44%; left: 8%; bottom: 0; animation: bob 3.2s ease-in-out -2s infinite; }
.pa-mascot { width: 92%; left: 4%; top: 4%; animation: sway2 3.4s ease-in-out infinite; }
.phero-art .pa-mascot + .pa-2 { width: 48%; right: -10%; top: auto; bottom: -4%; }
.pa-stk { position: absolute; left: -8%; bottom: 4%; rotate: -8deg; animation: bob 3s ease-in-out infinite; }
.phero-slim { padding: 34px 0 24px; }
.phero-slim .h1 { margin: 0; }
@media (min-width: 760px) {
  .phero { padding: 50px 0 56px; }
  .phero-in { grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr); gap: 40px; }
  .phero-art { position: relative; right: auto; top: auto; max-width: 400px; justify-self: center; width: 100%; }
}

/* ---------- Produits : filtres ---------- */
.prod-sec { padding-top: 26px; }
.filters { display: grid; gap: 14px; margin-bottom: 16px; }
.search {
  display: flex; align-items: center; gap: 10px; padding: 0 18px; height: 58px;
  border-radius: 999px; background: var(--white); border: var(--line); box-shadow: 0 4px 0 var(--ink);
}
.search:focus-within { box-shadow: 0 4px 0 var(--ink), 0 0 0 5px var(--yellow); }
.search .ico { width: 24px; height: 24px; color: var(--red); }
.search input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent; font: 600 17px var(--f-text); color: var(--ink); }
.chips {
  display: flex; gap: 8px; overflow-x: auto; margin: 0 -18px; padding: 4px 18px 10px;
  scrollbar-width: none; -webkit-overflow-scrolling: touch; scroll-snap-type: x proximity;
}
.chips::-webkit-scrollbar { display: none; }
.chips-wrap { margin-bottom: 14px; }
.chip {
  flex: none; display: inline-flex; align-items: center; gap: 7px; scroll-snap-align: start;
  min-height: 44px; padding: 8px 14px; border-radius: 999px; border: var(--line);
  background: var(--white); font-weight: 800; font-size: 15px; cursor: pointer; white-space: nowrap;
  box-shadow: 0 3px 0 var(--ink); transition: background-color 0.15s, color 0.15s, transform 0.2s var(--bounce);
}
.chip .ico { width: 18px; height: 18px; }
.chip b { display: inline-grid; place-items: center; min-width: 24px; height: 22px; padding: 0 6px; border-radius: 999px; background: var(--cream); font-size: 12px; }
.chip[aria-pressed="true"] { background: var(--red); color: var(--white); transform: rotate(-2deg); }
.chip[aria-pressed="true"] b { background: var(--yellow); color: var(--ink); }
.chip-new { background: var(--yellow); }
@media (hover: hover) { .chip:hover { transform: translateY(-2px) rotate(-1deg); } }
.result-count { font-weight: 900; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
@media (min-width: 760px) {
  .filters { grid-template-columns: minmax(0, 1fr); }
  .chips { flex-wrap: wrap; overflow: visible; margin: 0; padding: 0 0 6px; }
  .chips-wrap { margin-bottom: 18px; }
}
.empty { text-align: center; padding: 20px 0 30px; }
.empty img { width: 150px; margin: 0 auto 10px; animation: sway2 2.6s ease-in-out infinite; }
.seo-sec { padding: 60px 0; }
.seo-in { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 16px; align-items: start; max-width: 860px; }
.seo-face { width: 80px; }
.seo-in p { font-size: 15.5px; color: var(--muted); }
.link-pro { display: inline-flex; align-items: center; gap: 6px; color: var(--red); font-weight: 800; }

/* ---------- Fiche produit ---------- */
.ph { position: relative; overflow: hidden; padding: 16px 0 44px; border-bottom: var(--line); }
.ph-red { background: var(--red); color: var(--white); }
.ph-yellow { background: var(--yellow); }
.ph-ink { background: var(--ink); color: var(--white); }
.ph-reddark { background: var(--red-d); color: var(--white); }
.ph-cream { background: var(--cream); }
.crumbs { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; font-size: 14px; font-weight: 700; }
.crumbs a { text-decoration: none; opacity: 0.85; }
.crumbs a:hover { text-decoration: underline; }
.crumbs span { opacity: 0.6; }
.ph-txt { position: relative; z-index: 2; }
.ph-in { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; align-items: center; }
.ph-visual { position: relative; z-index: 0; width: min(330px, 84%); margin: 10px auto 0; }
.ph-visual.is-on > .ph-splash { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(8deg); top: 50%; width: 118%; animation: splash-in 0.8s var(--bounce) both; }
@keyframes splash-in { from { opacity: 0; transform: translate(-50%, -50%) scale(0.2) rotate(-40deg); } }
.ph-pack {
  position: relative; aspect-ratio: 1; border: var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--pop-lg);
  transform: rotate(-4deg); animation: pack-in 0.8s var(--bounce) 0.1s both;
}
.ph-pack img { position: absolute; inset: 6%; width: 88%; height: 88%; object-fit: contain; }
@keyframes pack-in { from { opacity: 0; transform: rotate(-20deg) scale(0.6); } to { opacity: 1; transform: rotate(-4deg); } }
.ph-sticker {
  position: absolute; right: -4%; top: -3%; z-index: 2; padding: 10px 16px; white-space: nowrap;
  border-radius: 999px; border: var(--line); background: var(--yellow); color: var(--red); box-shadow: 0 4px 0 var(--ink);
  font-family: var(--f-display); font-size: 17px; transform: rotate(12deg); animation: twinkle 2.4s ease-in-out infinite;
}
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 12px; }
.tag {
  display: inline-flex; align-items: center; gap: 5px; padding: 5px 11px; border-radius: 999px; border: 2px solid var(--ink);
  background: var(--white); color: var(--ink); font-size: 12.5px; font-weight: 900; letter-spacing: 0.05em; text-transform: uppercase;
}
.tag .ico { width: 15px; height: 15px; }
.tag small { font-weight: 600; text-transform: none; letter-spacing: 0; }
.tag-surgele { background: #d8ecff; }
.tag-frais { background: #dff3dc; }
.tag-halal { background: #0f6b45; color: var(--white); }
.tag-new { background: var(--yellow); }
.ph-h1 { font-size: clamp(34px, 9vw, 72px); line-height: 1; margin-bottom: 12px; }
.ph-yellow .ph-h1, .ph-cream .ph-h1 { color: var(--red); }
.ph-red .ph-h1, .ph-ink .ph-h1, .ph-reddark .ph-h1 { color: var(--yellow); }
.ph-fmt {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; padding: 8px 14px; border-radius: 12px;
  background: var(--ink); color: var(--white); font-weight: 900; font-size: 18px; transform: rotate(-1.5deg);
}
.ph-ink .ph-fmt { background: var(--yellow); color: var(--ink); }
.ph-ink .btn-dark, .ph-reddark .btn-dark { background: var(--yellow); color: var(--ink); }
.ph-ink .ph-pack, .ph-ink .btn { box-shadow: 0 6px 0 #000; }
.ph-pitch { font-size: clamp(19px, 2.6vw, 25px); line-height: 1.3; font-weight: 800; max-width: 30ch; }
.ph-note { font-size: 14.5px; opacity: 0.85; max-width: 44ch; }
.ph-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
@media (min-width: 820px) {
  .ph { padding: 24px 0 70px; }
  .ph-in { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 60px; }
  .ph-visual { width: 100%; max-width: 440px; }
  .ph-sticker { font-size: 22px; }
}

/* Rubriques (« bento ») */
.bento { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
.bento > * { min-width: 0; }
@media (min-width: 640px) { .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; } .b-photo { grid-column: span 2; } }
@media (min-width: 1040px) { .bento { grid-template-columns: repeat(3, minmax(0, 1fr)); } .b-photo { grid-column: span 2; } .bento > :last-child { grid-column: span 3; } }
.soon, .fact {
  position: relative; overflow: hidden; min-height: 170px; padding: 20px 20px 22px;
  border: var(--line); border-radius: var(--radius); box-shadow: var(--pop);
}
.soon {
  background-color: var(--white);
  background-image: repeating-linear-gradient(-45deg, rgba(250, 170, 31, 0.13) 0 14px, transparent 14px 28px);
}
.fact { background: var(--yellow); }
.soon-ico { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 12px; border-radius: 14px; border: 2px solid var(--ink); background: var(--yellow); transform: rotate(-6deg); }
.fact .soon-ico { background: var(--white); }
.soon-ico .ico { width: 24px; height: 24px; }
.soon-h { font-weight: 900; font-size: 20px; line-height: 1.15; margin-bottom: 6px; }
.soon-txt { position: relative; z-index: 1; margin: 0 0 14px; padding-right: 64px; font-size: 15px; color: var(--muted); max-width: 40ch; }
.soon-tag, .mini-soon {
  display: inline-block; padding: 4px 10px; border-radius: 999px; border: 2px dashed var(--ink);
  font-size: 12px; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; background: var(--cream);
}
.mini-soon-dark { background: var(--ink); color: var(--white); border-style: solid; }
.soon-face { position: absolute; right: -14px; bottom: -22px; width: 80px; transform: rotate(-12deg); opacity: 0.95; transition: transform 0.4s var(--bounce); }
@media (hover: hover) { .soon:hover .soon-face { transform: rotate(4deg) translateY(-8px); } }
.b-photo { min-height: 220px; background-color: var(--cream-d); }
.b-photo .soon-face { width: 130px; }
.facts { margin: 6px 0 0; }
.facts div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 2px solid rgba(33, 33, 33, 0.18); }
.facts div:last-child { border-bottom: 0; }
.facts dt { font-weight: 700; }
.facts dd { margin: 0; font-weight: 900; text-align: right; }
.rec-sec { border-top: var(--line); }
.no-rec { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 20px; padding: 18px 20px; border: 3px dashed var(--ink); border-radius: var(--radius); background: var(--cream); }
.no-rec img { width: 70px; }
.no-rec p { margin: 0; flex: 1 1 200px; font-weight: 700; font-size: 18px; }
.where-in { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; align-items: center; }
.where-pin { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; border: var(--line); background: var(--red); color: var(--white); box-shadow: var(--pop); animation: bob 2.6s ease-in-out infinite; }
.where-pin .ico { width: 34px; height: 34px; }
.where-mascot { display: none; }
@media (min-width: 760px) {
  .where-in { grid-template-columns: 90px minmax(0, 1fr) 200px; gap: 30px; }
  .where-mascot { display: block; width: 180px; animation: sway2 3.4s ease-in-out infinite; transform-origin: bottom center; }
}

/* ---------- Recettes ---------- */
.rgrid { list-style: none; display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; margin-bottom: 30px; }
.rgrid > * { min-width: 0; }
@media (min-width: 640px) { .rgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1040px) { .rgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; } }
.rc {
  display: flex; flex-direction: column; height: 100%; overflow: hidden; text-decoration: none; color: var(--ink);
  border: var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--pop);
  transition: transform 0.3s var(--bounce), box-shadow 0.25s;
}
.rpic { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--cream-d); }
.rpic-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.rpic-pack { background: var(--red); }
.rpic-pack .rpic-img { inset: 12%; width: 76%; height: 76%; object-fit: contain; border-radius: 18px; background: var(--white); border: var(--line); transform: rotate(-4deg); }
.rpic-splash { position: absolute; left: 50%; top: 50%; width: 110%; max-width: none; transform: translate(-50%, -50%) rotate(10deg); }
.rc-body { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; flex: 1; padding: 16px 18px 18px; border-top: var(--line); }
.rc-0 .rc-body { background: var(--yellow); }
.rc-1 .rc-body { background: var(--cream); }
.rc-2 .rc-body { background: var(--white); }
.rc-cat { padding: 3px 10px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.rc-h { font-size: clamp(22px, 5vw, 28px); line-height: 1.05; margin: 0; }
.rc-meta { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14.5px; }
.rc-meta .ico { width: 17px; height: 17px; color: var(--red); }
.rc .ex-tag { margin-top: auto; }
@media (hover: hover) {
  .rc:hover { transform: translateY(-6px) rotate(-1deg); box-shadow: var(--pop-lg); }
  .rc:hover .rpic-img { transform: scale(1.06); }
  .rc:hover .rpic-pack .rpic-img { transform: rotate(3deg) scale(1.05); }
}
.sec-red .rc, .sec-red .rc-body { color: var(--ink); }

.rh { position: relative; overflow: hidden; padding: 16px 0 44px; background: var(--yellow); border-bottom: var(--line); }
.rh-in { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; align-items: center; }
.rh .mega { color: var(--red); -webkit-text-stroke: 2px var(--ink); text-shadow: 0 5px 0 var(--ink); font-size: clamp(38px, 10vw, 84px); margin-bottom: 12px; }
.rh-meta { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.rh-meta li { display: flex; align-items: center; gap: 10px; padding: 8px 14px 8px 10px; border: var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 4px 0 var(--ink); }
.rh-meta .ico { width: 26px; height: 26px; color: var(--red); }
.rh-meta span { display: flex; flex-direction: column; font-weight: 900; font-size: 16px; line-height: 1.1; }
.rh-meta small { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.7; }
.rh-pics { position: relative; padding-bottom: 20px; }
.rh-main { border: var(--line); border-radius: 30px; box-shadow: var(--pop-lg); transform: rotate(2deg); }
.rh-second { position: absolute; left: -10px; bottom: -8px; width: 38%; border: var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--pop); transform: rotate(-8deg); }
@media (min-width: 860px) { .rh { padding: 24px 0 70px; } .rh-in { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; } }
.rbody { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; }
@media (min-width: 900px) { .rbody { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 60px; } }
.extras-h { margin-top: 30px; }
.extras { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.extras li { padding: 7px 14px; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); font-weight: 700; font-size: 15px; }
.steps { list-style: none; display: grid; gap: 14px; }
.steps li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 14px; align-items: start; padding: 16px; border: var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 4px 0 var(--ink); }
.steps li:nth-child(odd) .step-n { background: var(--red); color: var(--white); }
.step-n { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; border: var(--line); background: var(--yellow); font-family: var(--f-display); font-size: 22px; }
.steps p { margin: 0; align-self: center; font-size: 16.5px; font-weight: 600; }

/* ---------- Univers ---------- */
.uh { position: relative; overflow: hidden; background: var(--red); color: var(--white); border-bottom: var(--line); }
.uh-in { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; align-items: end; padding-top: 30px; }
.uh .mega { color: var(--yellow); -webkit-text-stroke: 2px var(--ink); text-shadow: 0 5px 0 var(--ink); margin-bottom: 12px; }
.uh-art { position: relative; width: min(320px, 74%); aspect-ratio: 1100 / 1180; margin: 16px auto 0; }
.uh-splash { position: absolute; left: -12%; top: 4%; width: 124%; max-width: none; animation: spin 70s linear infinite; }
.uh-mascot { position: absolute; left: 0; bottom: 0; width: 100%; animation: sway2 4s ease-in-out infinite; transform-origin: bottom center; }
.subnav { position: relative; z-index: 3; background: var(--ink); border-top: var(--line); }
.subnav-in { display: flex; gap: 6px; max-width: 1240px; margin: 0 auto; padding: 10px 18px; overflow-x: auto; scrollbar-width: none; }
.subnav-in::-webkit-scrollbar { display: none; }
.subnav a { flex: none; padding: 7px 14px; border-radius: 999px; border: 2px solid var(--yellow); color: var(--yellow); text-decoration: none; font-weight: 800; font-size: 14.5px; }
@media (hover: hover) { .subnav a:hover { background: var(--yellow); color: var(--ink); } }
@media (min-width: 860px) {
  .uh-in { grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: 40px; padding-top: 50px; }
  .uh-txt { padding-bottom: 60px; }
  .uh-art { width: 100%; max-width: 420px; }
}
.story { list-style: none; display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
.story-card { padding: 22px; border: var(--line); border-radius: 26px; box-shadow: var(--pop); font-size: 17px; font-weight: 600; line-height: 1.4; }
.story-card p:last-child { margin: 0; }
.story-big { font-size: clamp(48px, 12vw, 84px); line-height: 1; margin-bottom: 10px; }
.sc-1 { background: var(--yellow); }
.sc-1 .story-big { color: var(--red); }
.sc-2 { background: var(--red); color: var(--white); transform: rotate(-1deg); }
.sc-2 .story-big { color: var(--yellow); }
.sc-3 { background: var(--ink); color: var(--white); }
.sc-3 .story-big { color: transparent; -webkit-text-stroke: 3px var(--yellow); }
@media (min-width: 860px) { .story { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; } .sc-2 { transform: translateY(24px) rotate(-1.5deg); } }
.ngrid { list-style: none; display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.ngrid > * { min-width: 0; }
@media (min-width: 700px) { .ngrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1040px) { .ngrid:not(.ngrid-2) { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.ncard { display: flex; flex-direction: column; overflow: hidden; border: var(--line); border-radius: 24px; background: var(--white); color: var(--ink); box-shadow: var(--pop); }
.ncard-pic { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--cream-d); border-bottom: var(--line); }
.ncard-pic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.ncard-pic.is-pack { background: var(--white); }
.ncard-pic.is-pack img, .ncard-pic.is-mascot img { object-fit: contain; inset: 6%; width: 88%; height: 88%; }
.ncard-pic.is-mascot { background: var(--yellow); }
.ncard-pic.is-mascot img { inset: 8% 0 0; height: 92%; width: 100%; object-position: bottom center; }
.ncard-body { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; flex: 1; padding: 16px 18px 18px; }
.ncard-body p { margin: 0; font-size: 15.5px; color: var(--muted); }
.ncard-tag { padding: 3px 10px; border-radius: 999px; background: var(--red); color: var(--white); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.ncard-h { font-weight: 900; font-size: 21px; line-height: 1.15; }
.ncard .ex-tag { margin-top: auto; }
@media (hover: hover) { .ncard:hover .ncard-pic img { transform: scale(1.06) rotate(-1deg); } }
.fun-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 50px; }
@media (min-width: 960px) { .fun-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px; } }
.stage { position: relative; display: grid; place-items: center; height: 330px; margin: 10px 0 16px; }
.stage-splash { position: absolute; width: 330px; max-width: 96%; animation: spin 60s linear infinite; }
.stage-img { position: relative; height: 300px; width: auto; max-width: 90%; object-fit: contain; filter: drop-shadow(0 10px 0 rgba(33, 33, 33, 0.2)); }
.stage-face .stage-img { height: 250px; }
.stage-img.pop { animation: stage-pop 0.45s var(--bounce); }
@keyframes stage-pop { from { transform: scale(0.6) rotate(-10deg); opacity: 0.2; } to { transform: none; opacity: 1; } }
.stage-label { position: absolute; bottom: 0; left: 50%; margin: 0; padding: 6px 16px; border: var(--line); border-radius: 12px; background: var(--white); font-weight: 900; font-size: 17px; transform: translateX(-50%) rotate(-2deg); white-space: nowrap; box-shadow: 0 4px 0 var(--ink); }
.thumbs { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.thumbs > li { min-width: 0; }
.thumbs-face { grid-template-columns: repeat(5, minmax(0, 1fr)); }
@media (min-width: 560px) { .thumbs { grid-template-columns: repeat(6, minmax(0, 1fr)); } .thumbs-face { grid-template-columns: repeat(7, minmax(0, 1fr)); } }
.thumb {
  display: flex; flex-direction: column; align-items: center; gap: 2px; width: 100%; padding: 6px 2px 5px;
  border: 2px solid var(--ink); border-radius: 14px; background: var(--white); cursor: pointer;
  transition: transform 0.2s var(--bounce), background-color 0.15s;
}
.thumb img { height: 58px; width: auto; max-width: 100%; object-fit: contain; }
.thumbs-face .thumb img { height: 44px; }
.thumb span { font-size: 10.5px; font-weight: 800; line-height: 1.1; text-align: center; overflow-wrap: anywhere; }
.thumb[aria-pressed="true"] { background: var(--red); color: var(--white); transform: rotate(-3deg) scale(1.05); box-shadow: 0 3px 0 var(--ink); }
@media (hover: hover) { .thumb:hover { transform: translateY(-3px) rotate(-2deg); } }
.faq-wrap { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.faq-face { display: none; }
@media (min-width: 860px) {
  .faq-wrap { grid-template-columns: minmax(0, 0.6fr) minmax(0, 1.4fr); gap: 50px; }
  .faq-face { display: block; width: 200px; animation: sway2 4s ease-in-out infinite; }
}
.faq { display: grid; gap: 12px; }
.qa { border: var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 4px 0 var(--ink); overflow: hidden; }
.qa summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; cursor: pointer; list-style: none; font-weight: 900; font-size: 18px; line-height: 1.25; }
.qa summary::-webkit-details-marker { display: none; }
.qa-plus { position: relative; flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); transition: transform 0.3s var(--bounce), background-color 0.2s; }
.qa-plus::before, .qa-plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 3px; border-radius: 2px; background: var(--ink); transform: translate(-50%, -50%); }
.qa-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.qa[open] .qa-plus { transform: rotate(135deg); background: var(--red); }
.qa[open] .qa-plus::before, .qa[open] .qa-plus::after { background: var(--white); }
.qa p { margin: 0; padding: 0 20px 20px; font-size: 16.5px; line-height: 1.5; }
.qa[open] p { animation: rise 0.35s var(--ease); }
.faq-more { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }

/* ---------- Challenges ---------- */
.tt-in { display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; align-items: center; }
.tt-txt .mega { color: var(--yellow); -webkit-text-stroke: 2px var(--ink); text-shadow: 0 5px 0 var(--ink); font-size: clamp(32px, 8.6vw, 60px); white-space: nowrap; margin-bottom: 14px; }
.tt-txt .kicker .soc { width: 18px; height: 18px; }
.tt-steps { list-style: none; display: grid; gap: 8px; margin: 6px 0 22px; }
.tt-steps li { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 18px; }
.tt-steps span { display: grid; place-items: center; flex: none; width: 38px; height: 38px; border-radius: 50%; border: var(--line); background: var(--yellow); color: var(--ink); font-family: var(--f-display); font-size: 16px; }
.tt-txt .ex-tag { margin-top: 6px; }
.tt-phones { position: relative; display: flex; justify-content: center; }
.tt-phones .phone { width: clamp(170px, 50vw, 260px); margin: 0; transform: rotate(-4deg); }
.tt-faces { list-style: none; position: absolute; inset: 0; pointer-events: none; }
.tt-faces li { position: absolute; width: clamp(64px, 18vw, 110px); animation: bob 3s ease-in-out infinite; }
.tt-faces li:nth-child(1) { left: 0; top: 4%; animation-delay: -0.5s; }
.tt-faces li:nth-child(2) { right: 0; top: 12%; animation-delay: -1.2s; }
.tt-faces li:nth-child(3) { left: 4%; bottom: 8%; animation-delay: -2s; }
.tt-faces li:nth-child(4) { right: 2%; bottom: 2%; animation-delay: -2.6s; }
@media (min-width: 860px) { .tt-in { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 50px; } }
.duo { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
.duo > * { min-width: 0; }
@media (min-width: 900px) { .duo { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: stretch; } }
.panel { position: relative; overflow: hidden; padding: 24px 20px 26px; border: var(--line); border-radius: 30px; box-shadow: var(--pop-lg); }
.panel-ink { background: var(--ink); color: var(--white); }
.panel-white { background: var(--white); }
.contest-art { display: flex; justify-content: center; align-items: flex-end; gap: 4px; margin: 14px 0 20px; }
.contest-art img { width: 30%; animation: bob 2.8s ease-in-out infinite; }
.contest-art img:nth-child(2) { animation-delay: -0.9s; }
.contest-art img:nth-child(3) { animation-delay: -1.8s; }
.vote-opts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 8px 0 14px; }
.vote-opt {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 0; padding: 8px 6px 10px;
  border: var(--line); border-radius: 20px; background: var(--cream); cursor: pointer; box-shadow: 0 4px 0 var(--ink);
  transition: transform 0.25s var(--bounce), background-color 0.2s, box-shadow 0.2s;
}
.vote-pic { position: relative; display: block; width: 100%; aspect-ratio: 1; border-radius: 14px; background: var(--white); overflow: hidden; }
.vote-pic img { position: absolute; inset: 6%; width: 88%; height: 88%; object-fit: contain; }
.vote-l { font-weight: 900; font-size: 14px; line-height: 1.15; text-align: center; overflow-wrap: anywhere; }
.vote-check { position: absolute; top: -10px; right: -8px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--ink); background: var(--yellow); opacity: 0; transform: scale(0.3); transition: opacity 0.2s, transform 0.3s var(--bounce); }
.vote-check .ico { width: 18px; height: 18px; }
.vote-opt[aria-pressed="true"] { background: var(--red); color: var(--white); transform: rotate(-3deg) translateY(-4px); box-shadow: 0 8px 0 var(--ink); }
.vote-opt[aria-pressed="true"] .vote-check { opacity: 1; transform: none; }
.vote.voted .vote-opt[aria-pressed="false"] { opacity: 0.55; }
@media (hover: hover) { .vote-opt:hover { transform: translateY(-4px) rotate(-1.5deg); } }
.vote-msg { padding: 12px 14px; border-radius: 14px; background: var(--yellow); border: 2px solid var(--ink); font-weight: 700; animation: rise 0.35s var(--ease); }
.vote-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin: 0; color: var(--muted); }
.vote-reset { border: 0; background: none; padding: 0; color: var(--red); font-weight: 800; text-decoration: underline; cursor: pointer; }
.trends { list-style: none; display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; margin-bottom: 20px; }
.trends > * { min-width: 0; }
@media (min-width: 760px) { .trends { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } }
.trend {
  position: relative; display: flex; flex-direction: column; min-height: 230px; overflow: hidden; padding: 20px;
  border: var(--line); border-radius: 26px; box-shadow: var(--pop); text-decoration: none; transition: transform 0.3s var(--bounce), box-shadow 0.2s;
}
.tr-1 { background: var(--yellow); }
.tr-2 { background: var(--red); color: var(--white); }
.tr-3 { background: var(--ink); color: var(--white); }
.trend-tag { font-family: var(--f-display); font-size: clamp(28px, 7vw, 40px); line-height: 1; margin-bottom: 8px; position: relative; z-index: 1; }
.tr-2 .trend-tag, .tr-3 .trend-tag { color: var(--yellow); }
.tr-1 .trend-tag { color: var(--red); }
.trend-h { position: relative; z-index: 1; max-width: 12ch; font-family: var(--f-text); font-weight: 900; font-size: 19px; line-height: 1.15; }
.trend img { position: absolute; right: -12%; bottom: -14%; width: 64%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: var(--line); transition: transform 0.4s var(--bounce); }
@media (hover: hover) { .trend:hover { transform: translateY(-6px) rotate(-1.5deg); box-shadow: var(--pop-lg); } .trend:hover img { transform: rotate(-10deg) scale(1.08); } }
.ugc-sec .ex-tag { margin-bottom: 20px; }
.ugc { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.ugc > * { min-width: 0; }
@media (min-width: 760px) { .ugc { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; } }
.ugc-tile { position: relative; aspect-ratio: 1; overflow: hidden; border: var(--line); border-radius: 18px; background: var(--white); }
.ugc-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ugc-tile .soc { position: absolute; right: 8px; top: 8px; color: var(--white); filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6)); }
.ugc-you { display: grid; place-items: center; background: transparent; border-style: dashed; border-color: var(--yellow); color: var(--yellow); text-align: center; }
.ugc-you span { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 6px; font-weight: 900; font-size: 13px; line-height: 1.15; }
.ugc-you .ico { width: 30px; height: 30px; animation: bob 2.4s ease-in-out infinite; }

/* ---------- Jeu ---------- */
.game-sec { background: var(--yellow); padding: 30px 0 60px; }
.game-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.gb { position: absolute; width: 110px; opacity: 0.9; animation: bob 4s ease-in-out infinite; }
.gb-1 { left: -24px; top: 8%; rotate: -14deg; }
.gb-2 { right: -30px; top: 30%; rotate: 20deg; animation-delay: -1s; }
.gb-3 { left: 3%; bottom: 8%; animation-delay: -2s; }
.gb-4 { right: 4%; bottom: 3%; animation-delay: -3s; }
.game-wrap { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.game-intro .mega { color: var(--red); -webkit-text-stroke: 2px var(--ink); text-shadow: 0 5px 0 var(--ink); font-size: clamp(40px, 11vw, 84px); margin-bottom: 14px; }
.how { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.how li { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); font-weight: 800; font-size: 14.5px; }
.how span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--red); color: var(--white); font-weight: 900; font-size: 13px; }
.game-best { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 700; }
.game-best .ico { color: var(--yellow); }
.game-best b { color: var(--yellow); font-family: var(--f-display); font-weight: 400; }
.game-mascot { display: none; }
.game-frame { width: 100%; max-width: 520px; margin: 0 auto; padding: 10px; border: var(--line); border-radius: 34px; background: var(--red); box-shadow: var(--pop-lg); }
#snaky-game {
  position: relative; width: 100%; max-width: 520px; aspect-ratio: 3 / 4; margin: 0 auto;
  border-radius: 24px; overflow: hidden; background: var(--ink); border: var(--line);
}
#snaky-game.game-missing { display: grid; place-items: center; padding: 30px; text-align: center; color: var(--white); font-weight: 700; font-size: 18px; }
.consumer-form { max-width: 520px; margin: 24px auto 0; color: var(--ink); }
.consumer-form:not([hidden]) { animation: pop 0.5s var(--bounce) both; }
.consumer-score { margin: 0 0 6px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; font-size: 13px; color: var(--muted); }
.consumer-score b { font-family: var(--f-display); font-weight: 400; font-size: 34px; color: var(--red); letter-spacing: 0; vertical-align: -4px; margin-left: 4px; }
.jeu-more { text-align: center; }
.jeu-more-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 14px; }
@media (min-width: 900px) {
  .game-sec { padding: 56px 0 80px; }
  .game-wrap { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 48px; align-items: start; }
  .game-intro { position: sticky; top: calc(var(--hdr-h) + 30px); }
  .game-mascot { display: block; width: 190px; margin-top: 16px; animation: sway2 3.4s ease-in-out infinite; transform-origin: bottom center; }
  .gb { width: 150px; }
}

/* ---------- Formulaires (jeu) ---------- */
.card { background: var(--white); color: var(--ink); border-radius: var(--radius); border: var(--line); box-shadow: var(--pop); }
.lead-form { padding: 22px 18px 24px; }
.fld-grid { display: grid; gap: 14px; margin-bottom: 16px; }
.fld { display: flex; flex-direction: column; gap: 6px; }
.fld-l { font-weight: 700; font-size: 15px; }
.fld-l abbr { color: var(--red); text-decoration: none; }
.fld input {
  width: 100%; height: 52px; padding: 0 14px; border-radius: 14px; border: 2px solid var(--ink); background: #fffcf4;
  font: 500 16px var(--f-text); color: var(--ink); appearance: none; -webkit-appearance: none;
}
.fld input:focus { outline: 0; box-shadow: 0 0 0 4px var(--yellow); }
.fld [aria-invalid="true"] { border-color: var(--red); background: #fff0f0; }
.check { display: flex; gap: 12px; align-items: flex-start; margin: 4px 0 12px; font-size: 14.5px; line-height: 1.45; cursor: pointer; }
.check input { flex: none; width: 22px; height: 22px; margin: 1px 0 0; accent-color: var(--red); }
.form-legal { font-size: 13px; color: var(--muted); line-height: 1.45; }
.form-legal a { color: var(--red); font-weight: 700; }
.form-msg { margin: 14px 0 0; padding: 12px 14px; border-radius: 14px; background: #fff4d6; border-left: 5px solid var(--yellow); font-weight: 600; }
.form-msg.err { background: #ffe9e9; border-left-color: var(--red); }
.hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
@media (min-width: 560px) { .lead-form { padding: 30px 30px 32px; } .fld-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- Mentions légales ---------- */
.prose { max-width: 820px; padding: 26px 22px; }
.prose .h3 { margin-top: 26px; color: var(--red); }
.prose .h3:first-child { margin-top: 0; }
.prose p { font-size: 16px; line-height: 1.65; }
.prose a { color: var(--red); font-weight: 600; }
@media (min-width: 760px) { .prose { padding: 44px 50px; } }

/* ---------- 404 ---------- */
.nf-in { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; align-items: center; }
.nf-face { width: 180px; animation: sway2 3s ease-in-out infinite; }
.nf-code { font-family: var(--f-display); font-size: 90px; line-height: 1; color: var(--red); -webkit-text-stroke: 2px var(--ink); margin: 0; }
@media (min-width: 760px) { .nf-in { grid-template-columns: 260px minmax(0, 1fr); gap: 40px; } .nf-face { width: 260px; } }

/* ---------- Footer ---------- */
.ftr { background: var(--ink); color: var(--white); padding-bottom: 90px; }
.ftr-flag { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); height: 10px; }
.ftr-flag i:nth-child(1) { background: #000; }
.ftr-flag i:nth-child(2) { background: var(--yellow); }
.ftr-flag i:nth-child(3) { background: var(--red); }
.ftr-in { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; padding-top: 40px; padding-bottom: 24px; }
.ftr-brand { grid-column: 1 / -1; }
.ftr-brand img { width: 120px; margin-bottom: 10px; }
.ftr-brand p { max-width: 32ch; font-weight: 600; }
.ftr-socs { display: flex; gap: 10px; margin: 6px 0 8px; }
.ftr-soc { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--white); color: var(--white); text-decoration: none; transition: transform 0.2s var(--bounce), background-color 0.15s; }
.ftr-soc .soc { width: 22px; height: 22px; }
.ftr-soc.is-soon { opacity: 0.45; border-style: dashed; }
a.ftr-soc:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); transform: rotate(-8deg) scale(1.08); }
.ftr-soon { font-size: 13px; color: rgba(255, 255, 255, 0.65); }
.ftr-h { font-weight: 900; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--yellow); margin-bottom: 8px; }
.ftr-list { list-style: none; }
.ftr-list li { padding: 5px 0; }
.ftr a { text-decoration: none; }
.ftr-pro-txt { font-size: 14px; color: rgba(255, 255, 255, 0.75); }
.ftr-procol { grid-column: 1 / -1; }
.ftr-procol .ftr-list a { display: inline-flex; padding: 8px 16px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-weight: 900; }
@media (hover: hover) { .ftr-list a:not([class]):hover { text-decoration: underline; text-decoration-color: var(--yellow); text-underline-offset: 4px; } }
.ftr-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; border-top: 1px solid rgba(255, 255, 255, 0.14); padding-top: 18px; font-size: 13px; color: rgba(255, 255, 255, 0.7); }
.ftr-bottom p { display: flex; align-items: center; gap: 10px; margin: 0; }
@media (min-width: 860px) {
  .ftr { padding-bottom: 30px; }
  .ftr-in { grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); }
  .ftr-brand, .ftr-procol { grid-column: auto; }
}

/* ---------- Mascotte compagnon ---------- */
.buddy { position: fixed; right: 10px; bottom: 10px; z-index: 30; width: 60px; pointer-events: none; filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.28)); }
.buddy-body { width: 100%; transform-origin: bottom center; animation: bob2 4s ease-in-out infinite; transition: opacity 0.2s, transform 0.3s var(--ease); }
.buddy-face { position: absolute; left: -6%; bottom: 8%; width: 112%; opacity: 0; transform: scale(0.4) rotate(-20deg); transition: opacity 0.2s, transform 0.35s var(--bounce); }
.buddy.mood .buddy-body { opacity: 0; transform: scale(0.6); animation: none; }
.buddy.mood .buddy-face { opacity: 1; transform: none; }
.buddy-bubble {
  position: absolute; right: 88%; bottom: 72%; margin: 0; padding: 8px 12px; border-radius: 16px 16px 4px 16px; border: 2px solid var(--ink);
  background: var(--white); color: var(--ink); font-weight: 800; font-size: 14px; white-space: nowrap;
  opacity: 0; transform: translateY(6px) scale(0.9); transition: opacity 0.2s, transform 0.25s var(--ease);
}
.buddy.mood .buddy-bubble:not(:empty) { opacity: 1; transform: none; }
@keyframes bob2 { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-5px) rotate(-2deg); } }
@media (min-width: 760px) { .buddy { width: 84px; right: 18px; bottom: 16px; } }
.page-home .buddy { opacity: 0; transition: opacity 0.3s; }
.page-home.scrolled .buddy { opacity: 1; }
@media (max-width: 899px) { .page-jeu .buddy { display: none; } }

/* ---------- Apparition à l'écran ---------- */
.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s var(--ease), transform 0.7s var(--bounce); }
.js .reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: 0.05s; } .d2 { transition-delay: 0.12s; } .d3 { transition-delay: 0.19s; }
.d4 { transition-delay: 0.26s; } .d5 { transition-delay: 0.33s; } .d6 { transition-delay: 0.4s; }
.js .uni-tile.reveal.in:nth-child(even) { transform: none; }
@media (min-width: 900px) { .js .uni-tile.reveal.in:nth-child(even) { transform: translateY(26px); } }
@media (min-width: 860px) { .js .sc-2.reveal.in { transform: translateY(24px) rotate(-1.5deg); } }

/* ---------- Mouvement réduit ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; transition-delay: 0s !important; }
  .js .reveal { opacity: 1; transform: none; }
  .fly { translate: none; }
  .mq-track { transform: none; }
}

/* Mascotte flottante : sur petit écran elle recouvrait des libellés et des chiffres
   (constaté sur la grille des catégories et les fiches). Réservée aux écrans larges. */
@media (max-width: 759px) { .buddy { display: none; } }
