/* ==========================================================================
   Blox Fruits FR - bffr.fr/bffr
   Landing one-page autonome. Scroll cinematique Lenis + GSAP ScrollTrigger.
   Aucune dependance framework. Couleurs en hex/rgba directs (pas de color-mix).
   ========================================================================== */

/* --- Reset / base ------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
:root {
  --bg:        #070709;
  --bg-2:      #0E0E14;
  --bg-3:      #13131b;
  --card:      #0D0D13;
  --ink:       #F2F2F6;
  --ink-2:     #9C9CAB;
  --ink-3:     #80808E;
  --accent:    #A78BFF;
  --accent-2:  #6C4DF0;
  --accent-rgb: 167,139,255;
  --discord:   #5865F2;
  --green:     #3BE08A;
  --line:      rgba(255,255,255,.08);
  --line-2:    rgba(255,255,255,.14);
  --maxw: 1280px;
}

/* --- Lenis (OBLIGATOIRE pour que le smooth-scroll fonctionne) ----------- */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: clip; }
.lenis.lenis-smooth iframe { pointer-events: none; }

/* `background` sur html (pas que body) : sinon l'overscroll mobile (rebond en
   bas) révèle le fond par défaut = un liseré fin sous le footer. `overscroll-
   behavior-y: none` supprime ce rebond -> même en scrollant 1000x en bas, rien
   n'apparaît. */
html { -webkit-text-size-adjust: 100%; overflow-x: clip; background: var(--bg); overscroll-behavior-y: none; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Archivo', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--accent); color: var(--bg); }
::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-thumb { background: #23232f; border-radius: 99px; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

/* Anti "fine ligne" au scroll (sub-pixel seam) : chaque section a une base
   sombre opaque + chevauche la précédente d'1px + overflow caché (aucun
   débordement de déco/parallaxe ne peut créer un liseré), et les fonds-images
   sont sur leur propre couche GPU. Sans ça, le défilement arrondit mal les
   pixels et laisse fuiter le fond chaud (hero-banner) par une micro-fente. */
.hero, .manifesto, .fruits, .values, #univers, .scene, .also, .prestige, .community, .fdr, .cta, footer { background-color: var(--bg); }
.manifesto, .fruits, .values, .scene, .also, .prestige, .community, .fdr, .cta, footer { margin-top: -1px; }
.manifesto, .scene, .also, .prestige, .community, .values, .cta { overflow: hidden; }
.hero__bg, .cta__bg, .scene__media img, #grain { backface-visibility: hidden; -webkit-backface-visibility: hidden; transform: translateZ(0); }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); }
.display { font-family: 'Archivo Expanded', 'Archivo', sans-serif; font-weight: 900; letter-spacing: -.03em; line-height: 1; text-transform: none; }

/* --- Reveals (caches seulement si le moteur de motion est arme) --------- */
.has-motion .reveal { opacity: 0; transform: translateY(42px); }
.line { display: block; }
.line > span { display: inline-block; }
.has-motion .line > span { opacity: 0; transform: translateY(40px); }
/* Cartes "Et aussi" : emergent de la profondeur (scale-in) au scroll. */
.has-motion .also__card { opacity: 0; }
/* Signatures fondateurs cachées au départ (révélées par le pin/reveal). */
/* Signatures : visibles, mais le NOM est masqué (clip) + le rôle caché jusqu'à
   ce qu'on scrolle -> effet d'écriture pur (cf .has-motion .sig__name plus bas). */
.has-motion .sig__role { opacity: 0; }

/* ==========================================================================
   UI FIXE
   ========================================================================== */

/* Loader d'intro */
#loader {
  position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center;
  background: radial-gradient(120% 80% at 50% 38%, #101019, #070709 70%);
}
#loader .li-logo { width: 88px; height: 88px; border-radius: 20px; box-shadow: 0 0 60px rgba(var(--accent-rgb),.55); }
#loader .li-name { margin-top: 22px; font-family: 'Archivo Expanded','Archivo',sans-serif; font-weight: 900; font-size: 1.05rem; letter-spacing: .08em; color: #fff; }
#loader .li-bar { margin-top: 22px; width: 148px; height: 3px; border-radius: 99px; background: rgba(255,255,255,.12); overflow: hidden; }
#loader .li-bar > i { display: block; height: 100%; width: 0; border-radius: 99px; background: linear-gradient(90deg, var(--accent-2), var(--accent)); box-shadow: 0 0 12px var(--accent); animation: liLoad 1.25s cubic-bezier(.5,0,.2,1) .1s forwards; }
@keyframes liLoad { to { width: 100%; } }
#loader.hide { opacity: 0; visibility: hidden; transition: opacity .6s ease, visibility .6s; }

/* Grain plein ecran */
#grain {
  position: fixed; inset: -50%; z-index: 96; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 140px;
  animation: grain 1.1s steps(3) infinite;
}
@keyframes grain { 0%{transform:translate(0,0)} 30%{transform:translate(-3%,2%)} 60%{transform:translate(2%,-3%)} 100%{transform:translate(0,0)} }

/* Barre de progression haut */
#progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 90; background: linear-gradient(90deg, transparent, var(--accent)); box-shadow: 0 0 14px var(--accent); pointer-events: none; transform-origin: left; }

/* Marque haut-gauche */
.brand { position: fixed; top: 22px; left: 26px; z-index: 80; display: flex; align-items: center; gap: 11px; }
.brand img { width: 40px; height: 40px; border-radius: 11px; box-shadow: 0 6px 20px rgba(0,0,0,.5); }
.brand b { font-weight: 900; font-size: 15px; color: #fff; letter-spacing: -.02em; display: block; line-height: 1; }
.brand small { font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-2); margin-top: 3px; display: block; }

/* Bouton Discord flottant */
.fab { position: fixed; bottom: 26px; right: 26px; z-index: 85; display: inline-flex; align-items: center; gap: 10px; padding: 13px 20px; border-radius: 99px; overflow: hidden; background: var(--discord); color: #fff; font-weight: 800; font-size: 14px; box-shadow: 0 12px 34px rgba(88,101,242,.5), inset 0 1px 0 rgba(255,255,255,.25); transition: transform .25s cubic-bezier(.34,1.5,.6,1), box-shadow .25s; }
.fab:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 18px 44px rgba(88,101,242,.65); }

/* Points de navigation */
.dots { position: fixed; top: 50%; right: 24px; transform: translateY(-50%); z-index: 80; display: flex; flex-direction: column; gap: 14px; }
.dots a { width: 9px; height: 9px; border-radius: 99px; background: rgba(255,255,255,.25); transition: transform .3s, background .3s, box-shadow .3s; }
.dots a.on { background: var(--accent); transform: scale(1.7); box-shadow: 0 0 12px var(--accent); }

/* Boutons */
.btn { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; border: 0; cursor: pointer; position: relative; overflow: hidden; }
.btn svg { flex: 0 0 auto; }
.btn-discord { padding: 16px 28px; border-radius: 14px; background: var(--discord); color: #fff; font-size: 15px; box-shadow: 0 14px 34px rgba(88,101,242,.45), inset 0 1px 0 rgba(255,255,255,.25); transition: transform .25s, box-shadow .25s; }
.btn-discord:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(88,101,242,.6); }
.btn-ghost { padding: 16px 26px; border-radius: 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); color: #fff; font-weight: 700; font-size: 15px; transition: background .25s, border-color .25s; }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: var(--accent); }
.btn-accent { padding: 15px 28px; border-radius: 99px; background: var(--accent); color: var(--bg); font-size: 15px; box-shadow: 0 14px 34px rgba(var(--accent-rgb),.35); transition: transform .25s; }
.btn-accent:hover { transform: translateY(-2px); }
.shine { position: absolute; top: 0; left: 0; width: 160%; height: 100%; pointer-events: none; background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.45) 50%, transparent 60%); transform: translateX(-130%); z-index: 3; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero__bg { position: absolute; inset: -6% -3%; z-index: 0; background: url('assets/hero-banner.webp') center 32% / cover no-repeat; will-change: transform; }
.hero__veil { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero__veil.a { background: linear-gradient(180deg, rgba(7,7,9,.35) 0%, rgba(7,7,9,.12) 32%, rgba(7,7,9,.55) 72%, rgba(7,7,9,.92) 92%, var(--bg) 100%); }
/* Voile lisibilité : assombrit la gauche (où vit le texte) pour que le blanc
   reste lisible par-dessus la bannière claire/beige. */
.hero__veil.b { background: linear-gradient(100deg, rgba(7,7,9,.9) 0%, rgba(7,7,9,.72) 26%, rgba(7,7,9,.32) 48%, rgba(7,7,9,0) 68%); }
.hero__fruit { position: absolute; z-index: 2; pointer-events: none; filter: drop-shadow(0 28px 48px rgba(0,0,0,.6)); will-change: transform; }
.hero__fruit.f1 { width: 200px; right: 9%; top: 17%; }
.hero__fruit.f2 { width: 120px; right: 24%; bottom: 16%; }
.hero__content { position: relative; z-index: 3; width: 100%; }
.hero__badge { display: inline-flex; align-items: center; gap: 11px; padding: 8px 16px; border-radius: 99px; background: rgba(7,7,9,.5); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(8px); margin-bottom: 30px; }
.hero__badge i { width: 8px; height: 8px; border-radius: 99px; background: var(--green); box-shadow: 0 0 12px var(--green); animation: pulse 1.8s infinite; }
.hero__badge span { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #D7D7E0; }
@keyframes pulse { 0%,100%{opacity:.45} 50%{opacity:1} }
.hero h1 { margin: 0; font-size: clamp(3rem, 10vw, 8.6rem); line-height: .84; color: #fff; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0,0,0,.65); }
.hero h1 .stroke { color: transparent; -webkit-text-stroke: 2px var(--accent); }
.hero__p { max-width: 520px; margin: 30px 0 0; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.6; color: #D8D8E2; text-shadow: 0 1px 10px rgba(0,0,0,.7); }
.hero__p strong { color: #fff; }
.hero__p .hl { color: var(--accent); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.scrollcue { position: absolute; left: 50%; bottom: 26px; z-index: 3; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--ink-2); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.scrollcue .m { width: 22px; height: 34px; border: 2px solid rgba(255,255,255,.3); border-radius: 99px; position: relative; }
.scrollcue .m::after { content: ''; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; border-radius: 99px; background: #fff; transform: translateX(-50%); animation: cue 1.6s infinite; }
@keyframes cue { 0%{transform:translate(-50%,0);opacity:.9} 60%{transform:translate(-50%,12px);opacity:.1} 100%{transform:translate(-50%,0);opacity:.9} }

/* ==========================================================================
   MANIFESTE
   ========================================================================== */
.manifesto { position: relative; padding: 22vh 0; overflow: hidden; }
.manifesto__deco { position: absolute; z-index: 0; pointer-events: none; opacity: .16; filter: blur(1px); will-change: transform; }
.manifesto__deco.d1 { width: 160px; left: 4%; top: 14%; }
.manifesto__deco.d2 { width: 200px; right: 6%; bottom: 10%; }
.manifesto h2 { position: relative; z-index: 1; margin: 30px 0 0; font-size: clamp(1.9rem, 5.4vw, 4.6rem); line-height: 1.04; color: #fff; }
.manifesto h2 .dim { color: #5A5A68; }
.manifesto h2 .hl { color: var(--accent); }
.stats { position: relative; z-index: 1; display: flex; gap: 44px; margin-top: 54px; flex-wrap: wrap; }
.stats .sep { width: 1px; background: rgba(255,255,255,.12); }
.stat b { font-family: 'Archivo Expanded', sans-serif; font-weight: 900; font-size: clamp(2.2rem, 4vw, 3.4rem); color: #fff; letter-spacing: -.03em; line-height: 1; display: block; }
.stat b.acc { color: var(--accent); }
.stat span { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-top: 8px; display: block; }

/* ==========================================================================
   FRUITS (galerie horizontale)
   ========================================================================== */
.fruits { position: relative; padding: 14vh 0; overflow: hidden; }
.fruits__head { margin-bottom: 7vh; }
.fruits__head h2 { margin: 14px 0 0; font-size: clamp(2rem, 5.6vw, 4.6rem); line-height: 1; color: #fff; }
.fruits__head p { margin: 18px 0 0; max-width: 540px; font-size: 1.1rem; line-height: 1.6; color: var(--ink-2); }
.fruits__viewport { position: relative; overflow: hidden; }
.fruits__track { display: flex; gap: 26px; padding: 0 32px; width: max-content; will-change: transform; }
.fruit { flex: 0 0 auto; width: 190px; height: 230px; border-radius: 24px; background: linear-gradient(180deg, #13131b, #0c0c12); border: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
.fruit img { width: 130px; height: 130px; object-fit: contain; filter: drop-shadow(0 16px 30px rgba(0,0,0,.5)); pointer-events: none; }
.fruit span { font-weight: 800; font-size: 13.5px; color: #fff; text-align: center; line-height: 1.2; padding: 0 8px; }
.fruit__value { font-weight: 800; font-size: 14px; color: var(--accent); font-variant-numeric: tabular-nums; letter-spacing: -.01em; text-shadow: 0 0 14px rgba(var(--accent-rgb),.45); }
.fruits__foot { margin-top: 7vh; }

/* Traits lumineux "Value" / "Trade" : une ligne se dessine (tourbillon -> méandre)
   en haut et en bas de la galerie au défilé horizontal des fruits, puis le mot
   s'écrit à la fin (clip-path). Variante teal en bas. Piloté en JS (drawFruitTrait). */
.fruits__stage { position: relative; display: flex; flex-direction: column; gap: clamp(14px, 2.6vh, 32px); }
.fruits__trait { position: relative; width: 100%; pointer-events: none; }
.ft-line { width: 100%; height: auto; display: block; overflow: visible; }
.ft-line path { fill: none; stroke: var(--accent); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 6px rgba(var(--accent-rgb),.95)) drop-shadow(0 0 16px rgba(var(--accent-rgb),.6)) drop-shadow(0 0 32px rgba(var(--accent-rgb),.32)); }
.ft-word { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-family: 'Great Vibes', cursive; font-weight: 400; font-size: clamp(2.8rem, 6.5vw, 5.2rem); line-height: 1.25; white-space: nowrap; pointer-events: none; padding: 0.12em 0.5em; }
.ft-word--value { color: #fff; text-shadow: 0 0 24px rgba(var(--accent-rgb),.8), 0 0 8px rgba(var(--accent-rgb),.6); }
.fruits__trait--bottom .ft-line path { stroke: #2ee9cd; filter: drop-shadow(0 0 6px rgba(46,233,205,.95)) drop-shadow(0 0 16px rgba(46,233,205,.55)) drop-shadow(0 0 32px rgba(46,233,205,.3)); }
.ft-word--trade { color: #eafffb; text-shadow: 0 0 24px rgba(46,233,205,.8), 0 0 8px rgba(46,233,205,.55); }
/* Flèches "clique sur un fruit" : grandes, propres, apparaissent au passage du
   trait (opacité pilotée en JS, en cascade gauche->droite) puis rebondissent. */
.fruits__hint { display: flex; flex-direction: column; align-items: center; gap: 18px; margin: 8px 0 2px; }
.fruits__hint-label { font-size: 13px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; color: var(--ink-2); }
.fruits__hint-arrows { display: flex; justify-content: space-between; width: 100%; max-width: 1040px; padding: 0 6%; }
.fruits__hint-arrows i { width: 19px; height: 19px; border-right: 3px solid var(--accent); border-bottom: 3px solid var(--accent); transform: rotate(45deg); border-radius: 3px; filter: drop-shadow(0 0 11px rgba(var(--accent-rgb),.9)); animation: ftArrow 1.7s ease-in-out infinite; opacity: 0; }
.fruits__hint-arrows i:nth-child(2) { animation-delay: .1s; } .fruits__hint-arrows i:nth-child(3) { animation-delay: .2s; } .fruits__hint-arrows i:nth-child(4) { animation-delay: .3s; } .fruits__hint-arrows i:nth-child(5) { animation-delay: .4s; }
@keyframes ftArrow { 0%,100% { transform: rotate(45deg) translate(0,0); } 50% { transform: rotate(45deg) translate(4px,4px); } }
/* Indice de glissement (mobile uniquement) : la galerie se swipe a l'horizontale. */
.fruits__swipe { display: none; }
.fruits__swipe i { display: inline-block; width: 11px; height: 11px; border-top: 3px solid var(--accent); border-left: 3px solid var(--accent); border-radius: 2px; filter: drop-shadow(0 0 9px rgba(var(--accent-rgb),.85)); animation: ftSwipe 1.6s ease-in-out infinite; }
.fruits__swipe i.r { transform: rotate(135deg); } .fruits__swipe i.l { transform: rotate(-45deg); }
@keyframes ftSwipe { 0%,100% { opacity: .45; } 50% { opacity: 1; } }

/* ==========================================================================
   VALUES (top des fruits limités) - tableau sobre et lisible
   ========================================================================== */
.values { position: relative; padding: 15vh 0; }
.values__head { text-align: center; margin-bottom: 50px; }
.values__head .eyebrow { display: block; margin-bottom: 12px; }
.values__head h2 { margin: 0; font-size: clamp(1.9rem, 4.6vw, 3.4rem); line-height: 1.02; color: #fff; }
.values__head p { margin: 16px auto 0; max-width: 480px; font-size: 1.05rem; line-height: 1.6; color: var(--ink-2); }
.values__list { list-style: none; margin: 0 auto; padding: 0; max-width: 720px; position: relative; z-index: 1; counter-reset: none; }
.vrow { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 16px; padding: 13px 20px; border-radius: 14px; border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.vrow:hover { background: rgba(255,255,255,.035); transform: translateX(3px); }
.vrank { font-weight: 800; font-size: 14px; color: var(--ink-3); text-align: center; }
.vname { font-weight: 700; font-size: 1.04rem; color: #fff; letter-spacing: -.01em; }
.vval { font-weight: 800; font-size: 1.08rem; color: var(--accent); font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
/* Podium top 3 : carte légère + médaille colorée. */
.vrow--gold, .vrow--silver, .vrow--bronze { border-bottom: 0; margin-bottom: 8px; padding: 16px 20px; border: 1px solid var(--line); background: linear-gradient(90deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); }
.vrow--gold { border-color: rgba(255,214,107,.32); }
.vrow--silver { border-color: rgba(205,214,230,.26); }
.vrow--bronze { border-color: rgba(224,168,120,.28); }
.vrow--gold .vrank, .vrow--silver .vrank, .vrow--bronze .vrank { display: grid; place-items: center; width: 26px; height: 26px; margin: 0 auto; border-radius: 50%; font-size: 13px; color: #0b0b10; }
.vrow--gold .vrank { background: linear-gradient(150deg, #ffe39a, #f3b94b); box-shadow: 0 4px 14px rgba(255,200,70,.32); }
.vrow--silver .vrank { background: linear-gradient(150deg, #eef2f8, #c2ccdc); box-shadow: 0 4px 14px rgba(200,210,225,.22); }
.vrow--bronze .vrank { background: linear-gradient(150deg, #f0c69e, #d39865); box-shadow: 0 4px 14px rgba(210,150,100,.26); }
.vrow--gold .vname, .vrow--silver .vname, .vrow--bronze .vname { font-size: 1.1rem; }
.vrow--gold .vval { color: #ffd66b; text-shadow: 0 0 18px rgba(255,214,107,.4); font-size: 1.18rem; }
.vrow--silver .vval { color: #dde4f0; font-size: 1.14rem; }
.vrow--bronze .vval { color: #efb98e; font-size: 1.14rem; }
.values__foot { text-align: center; margin-top: 42px; }
/* État initial anti-FOUC (avant que le JS pose les valeurs inline) : ligne non
   dessinée + mot masqué. */
.has-motion .ft-line path { stroke-dashoffset: 9999; }
.has-motion .ft-word { clip-path: inset(0 100% 0 0); }

/* ==========================================================================
   SCENES (raids / eco / battlepass)
   ========================================================================== */
.scene { position: relative; min-height: 76vh; display: flex; align-items: center; padding: 9vh 0; overflow: hidden; }
.scene__grid { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.scene--rev .scene__media { order: 2; }
.scene__media { position: relative; display: grid; place-items: center; min-height: 360px; }
.scene__glow { position: absolute; width: 340px; height: 340px; border-radius: 50%; filter: blur(34px); }
.scene__glow.violet { background: radial-gradient(circle, rgba(var(--accent-rgb),.38), rgba(7,7,9,0) 68%); }
.scene__glow.teal { background: radial-gradient(circle, rgba(25,227,194,.34), rgba(7,7,9,0) 68%); }
.scene__ring { position: absolute; width: 380px; height: 380px; border-radius: 50%; border: 1px dashed rgba(255,255,255,.12); animation: spin 30s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.scene__media img { position: relative; max-width: 80%; will-change: transform; }
.scene__media img.raid { width: 360px; filter: drop-shadow(0 40px 60px rgba(0,0,0,.6)); }
.scene__media img.coin { width: 240px; filter: drop-shadow(0 30px 50px rgba(0,0,0,.55)) drop-shadow(0 0 36px rgba(255,200,40,.4)); }
.scene__media img.bp { width: 320px; filter: drop-shadow(0 36px 56px rgba(0,0,0,.6)); }
.scene__num { font-family: 'Archivo Expanded', sans-serif; font-weight: 900; font-size: 1.1rem; color: transparent; -webkit-text-stroke: 1.4px var(--accent-2); }
.scene__kicker { display: flex; align-items: baseline; gap: 16px; margin-bottom: 16px; }
.scene__kicker .eyebrow { letter-spacing: .2em; }
.scene__text h2 { margin: 0; font-size: clamp(2.2rem, 4.4vw, 3.6rem); line-height: 1; color: #fff; }
.scene__text p { margin: 22px 0 0; font-size: 1.1rem; line-height: 1.65; color: #A6A6B4; max-width: 480px; }
.tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.tags span { font-size: 13px; font-weight: 600; color: #DCDCE6; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 99px; padding: 7px 14px; }
.scene__text .btn-accent { margin-top: 30px; }

/* ==========================================================================
   ET AUSSI (bento : 1 carte featured + cartes asymétriques)
   ========================================================================== */
.also { position: relative; padding: 16vh 0; }
.also__head { margin-bottom: 44px; }
.also__head .eyebrow { display: block; margin-bottom: 14px; }
.also h2 { margin: 0; font-size: clamp(1.9rem, 4.4vw, 3.2rem); line-height: 1; color: #fff; }
.also__bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; gap: 16px; }
.also__card { position: relative; display: flex; flex-direction: column; padding: 26px; border-radius: 22px; background: linear-gradient(165deg, #131320, #0C0C12); border: 1px solid var(--line); text-decoration: none; overflow: hidden; min-height: 184px; transition: transform .45s cubic-bezier(.2,.7,.2,1), border-color .45s, box-shadow .45s; }
.also__card:hover { transform: translateY(-6px); border-color: rgba(var(--accent-rgb),.55); box-shadow: 0 28px 64px rgba(0,0,0,.55); }
.also__feat { grid-column: span 2; grid-row: span 2; padding: 34px; background: linear-gradient(155deg, #1b1733, #0E0C16); border-color: rgba(var(--accent-rgb),.4); }
.also__wide { grid-column: span 2; min-height: 0; flex-direction: row; align-items: center; gap: 20px; }
.also__top { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.also__body { margin-top: auto; position: relative; z-index: 1; }
.also__feat .also__body { margin-top: auto; }
/* Feed "live" du restock : 3 lignes visibles qui défilent en boucle (façon
   flux temps réel), panneau vitré en haut-droite de la carte featured. */
.stockfeed { position: absolute; top: 30px; right: 30px; width: min(248px, 44%); height: 132px; border-radius: 16px; overflow: hidden; background: rgba(7,7,9,.5); border: 1px solid rgba(255,255,255,.1); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent); mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent); z-index: 1; }
.stockfeed__track { display: flex; flex-direction: column; animation: feedScroll 11s linear infinite; }
.also__feat:hover .stockfeed__track { animation-play-state: paused; }
@keyframes feedScroll { from { transform: translateY(0); } to { transform: translateY(-50%); } }
.stockfeed__row { display: flex; align-items: center; gap: 9px; padding: 11px 14px; font-size: 12.5px; font-weight: 600; color: #CFCFDA; border-bottom: 1px solid rgba(255,255,255,.05); }
.sf-dot { width: 7px; height: 7px; border-radius: 99px; flex-shrink: 0; }
.sf-dot.ok { background: var(--green); box-shadow: 0 0 8px var(--green); animation: pulse 1.8s infinite; }
.sf-dot.no { background: #4a4a55; }
.sf-name { flex: 1; color: #fff; }
.sf-tag { font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.sf-tag.ok { color: var(--green); }
.sf-tag.no { color: var(--ink-3); }
.also__card .ic { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(150deg, var(--accent), var(--accent-2)); display: grid; place-items: center; margin-bottom: 18px; position: relative; z-index: 1; box-shadow: 0 8px 22px rgba(var(--accent-rgb),.3); flex-shrink: 0; }
.also__card .ic--lg { width: 58px; height: 58px; border-radius: 17px; margin-bottom: 0; }
.also__wide .ic { margin-bottom: 0; }
.also__card h3 { margin: 0 0 8px; font-family: 'Archivo Expanded','Archivo',sans-serif; font-weight: 800; font-size: 1.18rem; letter-spacing: -.01em; color: #fff; position: relative; z-index: 1; }
.also__feat h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.also__card p { margin: 0; font-size: .92rem; line-height: 1.55; color: var(--ink-2); position: relative; z-index: 1; }
.also__feat p { max-width: 340px; font-size: 1rem; }
.also__live { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 99px; background: rgba(59,224,138,.1); border: 1px solid rgba(59,224,138,.25); position: relative; z-index: 1; }
.also__live i { width: 7px; height: 7px; border-radius: 99px; background: var(--green); box-shadow: 0 0 12px var(--green); animation: pulse 1.6s infinite; }
.also__live span { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.also__card .go { position: absolute; right: 22px; bottom: 22px; z-index: 1; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--accent); opacity: 0; transform: translateX(-8px); transition: opacity .35s, transform .35s; }
.also__wide .go { position: static; margin-left: auto; opacity: 0; transform: none; }
.also__card:hover .go { opacity: 1; transform: none; }
.halo { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .35s ease; background: radial-gradient(220px circle at var(--cx,50%) var(--cy,50%), rgba(var(--accent-rgb),.22), rgba(7,7,9,0) 62%); z-index: 0; }

/* ==========================================================================
   PRESTIGE - épinglé (l'écran se fige, les 3 formules arrivent de directions
   différentes) + couleur par palier (teal / violet / rouge = logos /prestige).
   ========================================================================== */
.tier--teal   { --tc: 43,201,189; }
.tier--violet { --tc: 167,139,255; }
.tier--red    { --tc: 224,52,82; }
.prestige { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 5vh 0; overflow: hidden; background: radial-gradient(120% 60% at 50% 0%, rgba(var(--accent-rgb),.10), rgba(7,7,9,0) 62%); }
.prestige__stage { width: 100%; }
.prestige__head { text-align: center; max-width: 680px; margin: 0 auto 42px; will-change: transform, opacity; }
.prestige__head .rule { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.prestige__head .rule span { font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); }
.prestige__head .rule i { width: 22px; height: 2px; background: var(--accent); }
.prestige__head h2 { margin: 0; font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1; color: #fff; }
.prestige__head p { margin: 16px 0 0; font-size: 1.1rem; line-height: 1.6; color: var(--ink-2); }
.prestige__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; max-width: 1240px; margin: 0 auto; }
.tier { position: relative; display: flex; flex-direction: column; gap: 17px; padding: 46px 40px; border-radius: 28px; background: linear-gradient(168deg, rgba(var(--tc),.14), var(--card) 56%); border: 1.5px solid rgba(var(--tc),.36); box-shadow: 0 22px 60px rgba(0,0,0,.46); will-change: transform, opacity; }
.tier__badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: rgb(var(--tc)); color: #0a0a10; font-size: 12px; font-weight: 900; padding: 6px 17px; border-radius: 99px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; z-index: 3; box-shadow: 0 6px 20px rgba(var(--tc),.55); }
.tier img { width: 82px; height: 82px; object-fit: contain; filter: drop-shadow(0 10px 28px rgba(var(--tc),.65)); position: relative; z-index: 1; }
.tier .kt { font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: rgb(var(--tc)); position: relative; z-index: 1; }
.tier h3 { margin: 3px 0 0; font-weight: 900; font-size: 2.05rem; letter-spacing: -.01em; color: #fff; position: relative; z-index: 1; }
.tier .price { display: flex; align-items: baseline; gap: 7px; margin-top: 2px; position: relative; z-index: 1; }
.tier .price b { font-family: 'Archivo Expanded', sans-serif; font-weight: 900; font-size: 3.1rem; line-height: 1; color: #fff; }
.tier .price small { color: #8a8a98; font-size: .95rem; }
.tier ul { list-style: none; padding: 0; margin: 6px 0 4px; display: flex; flex-direction: column; gap: 12px; color: #C6C6D2; font-size: 1rem; position: relative; z-index: 1; }
.tier li { display: flex; gap: 11px; align-items: flex-start; }
.tier li::before { content: '✓'; color: rgb(var(--tc)); font-weight: 900; font-size: 1.05em; }
.tier .pick { margin-top: auto; text-align: center; padding: 17px; border-radius: 15px; background: rgba(var(--tc),.17); border: 1.5px solid rgba(var(--tc),.45); color: #fff; font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .05em; transition: background .2s, border-color .2s, transform .2s, box-shadow .2s; position: relative; z-index: 1; }
.tier .pick:hover { background: rgba(var(--tc),.32); border-color: rgb(var(--tc)); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(var(--tc),.36); }
/* Palier "le plus pris" (violet) : ressort, plus grand, bouton plein. */
.tier--popular { padding: 54px 42px; margin-top: -22px; border-width: 2px; box-shadow: 0 34px 84px rgba(var(--tc),.34); }
.tier--popular h3 { font-size: 2.2rem; }
.tier--popular .price b { font-size: 3.4rem; }
.tier--popular .price b { color: rgb(var(--tc)); }
.tier--popular .pick { background: rgb(var(--tc)); color: #0a0a10; border: 0; font-weight: 900; box-shadow: 0 14px 36px rgba(var(--tc),.5); }
.tier--popular .pick:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(var(--tc),.6); }
/* anti-FOUC : cartes + titre cachés avant le pilotage JS. */
.has-motion .prestige .tier, .has-motion .prestige .prestige__head { opacity: 0; }
/* Teasers : mots stylés qui remplissent l'écran puis s'écartent au scroll. */
.prestige__tease { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.prestige__stage { position: relative; z-index: 1; }
.ptz { position: absolute; font-family: 'Archivo Expanded', 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.01em; font-size: clamp(1.3rem, 3vw, 2.7rem); line-height: 1; white-space: nowrap; will-change: transform, opacity; }
.ptz--teal { color: #2bc9bd; text-shadow: 0 0 26px rgba(43,201,189,.5); }
.ptz--violet { color: var(--accent); text-shadow: 0 0 26px rgba(var(--accent-rgb),.5); }
.ptz--red { color: #e03452; text-shadow: 0 0 26px rgba(224,52,82,.5); }
.ptz--line { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.55); text-stroke: 1.5px rgba(255,255,255,.55); }

/* ==========================================================================
   COMMUNAUTE
   ========================================================================== */
.community { position: relative; padding: 14vh 0; }
.community__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; align-items: center; }
.community h2 { margin: 18px 0 0; font-size: clamp(1.9rem, 4.2vw, 3.2rem); line-height: 1.02; color: #fff; }
.community p { margin: 22px 0 0; font-size: 1.08rem; line-height: 1.65; color: var(--ink-2); max-width: 480px; }
.community p strong { color: #fff; }
.community__cta { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.community__cta .btn-accent { border-radius: 13px; padding: 14px 24px; font-size: 14px; }
.community__cta .btn-ghost { padding: 14px 24px; border-radius: 13px; font-size: 14px; background: rgba(255,255,255,.05); }
.poles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pole { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 24px 16px; border-radius: 18px; background: var(--bg-2); border: 1px solid var(--line); }
.pole img { width: 46px; height: 46px; object-fit: contain; }
.pole span { font-weight: 800; font-size: .92rem; color: #fff; }
.pole.count { justify-content: center; gap: 6px; background: linear-gradient(150deg, #221d3c, #0E0E14); border-color: rgba(var(--accent-rgb),.4); }
.pole.count b { font-family: 'Archivo Expanded', sans-serif; font-weight: 900; font-size: 1.5rem; color: #fff; }
.pole.count span { font-weight: 700; font-size: .78rem; color: #B7B7C5; text-align: center; }

/* Tuiles de pôle CLIQUABLES (elements <button>) -> ouvrent la modale descriptif. */
button.pole { font: inherit; color: inherit; text-align: center; -webkit-appearance: none; appearance: none; cursor: pointer; }
.pole[data-pole] { transition: transform .3s cubic-bezier(.16,.84,.2,1), border-color .3s, background .3s, box-shadow .3s; }
.pole[data-pole] span { transition: color .3s; }
.pole[data-pole]:hover { transform: translateY(-4px); border-color: rgba(var(--accent-rgb),.5); background: var(--bg-3); box-shadow: 0 18px 40px rgba(0,0,0,.4), 0 0 0 1px rgba(var(--accent-rgb),.14); }
.pole[data-pole]:hover span { color: var(--accent); }
.pole[data-pole]:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.pole[data-pole]::after { content: 'Détails'; font-size: .64rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); opacity: 0; transform: translateY(4px); transition: opacity .3s, transform .3s, color .3s; }
.pole[data-pole]:hover::after, .pole[data-pole]:focus-visible::after { opacity: 1; transform: none; color: var(--accent); }

/* Modale descriptif de pôle. */
.polemodal { position: fixed; inset: 0; z-index: 160; display: flex; align-items: center; justify-content: center; padding: 24px; visibility: hidden; }
.polemodal.open { visibility: visible; }
.polemodal__scrim { position: absolute; inset: 0; background: rgba(5,5,8,.62); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; transition: opacity .4s; cursor: pointer; }
.polemodal.open .polemodal__scrim { opacity: 1; }
.polemodal__panel { position: relative; width: min(520px, 100%); max-height: 86vh; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; background: radial-gradient(120% 60% at 50% 0%, rgba(var(--accent-rgb),.12), rgba(255,255,255,0) 60%), linear-gradient(180deg, #12121b, #0a0a10); border: 1px solid var(--line-2); border-radius: 22px; box-shadow: 0 40px 100px rgba(0,0,0,.6); padding: 30px 30px 28px; opacity: 0; transform: translateY(24px); transition: opacity .4s, transform .5s cubic-bezier(.16,.84,.2,1); }
.polemodal.open .polemodal__panel { opacity: 1; transform: none; }
.polemodal__x { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; line-height: 1; color: var(--ink-2); background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: 10px; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.polemodal__x:hover { color: #fff; background: rgba(255,255,255,.1); border-color: var(--line-2); }
.polemodal__head { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; padding-right: 42px; }
.polemodal__icon { width: 52px; height: 52px; object-fit: contain; flex: none; }
.polemodal__eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 4px; }
.polemodal__title { font-family: 'Archivo Expanded', sans-serif; font-weight: 800; font-size: 1.5rem; color: #fff; line-height: 1.1; }
.polemodal__desc { color: var(--ink-2); font-size: .96rem; line-height: 1.55; margin-bottom: 22px; }
.polemodal__block { margin-bottom: 20px; }
.polemodal__block h4 { font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 11px; }
.polemodal__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.polemodal__tag { display: inline-flex; padding: 6px 12px; border-radius: 99px; font-size: .8rem; font-weight: 600; color: var(--ink); background: rgba(var(--accent-rgb),.1); border: 1px solid rgba(var(--accent-rgb),.24); }
.polemodal__req { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.polemodal__req li { position: relative; padding-left: 22px; color: var(--ink-2); font-size: .9rem; line-height: 1.45; }
.polemodal__req li::before { content: ''; position: absolute; left: 4px; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.polemodal__cta { display: flex; width: 100%; justify-content: center; margin-top: 4px; }
@media (max-width: 560px) { .polemodal__panel { padding: 26px 20px 22px; } .polemodal__title { font-size: 1.3rem; } .polemodal__head { gap: 13px; } }

/* ==========================================================================
   CTA FINAL
   ========================================================================== */
.cta { position: relative; height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; padding: 12vh 32px; }
.cta__bg { will-change: transform; }
.cta-w { display: inline-block; will-change: transform, opacity; }
.cta__bg { position: absolute; inset: -8%; z-index: 0; background: url('assets/hero-banner.webp') center 40% / cover no-repeat; will-change: transform; }
.cta__veil { position: absolute; inset: 0; z-index: 1; }
.cta__veil.a { background: linear-gradient(180deg, var(--bg) 0%, rgba(7,7,9,.5) 22%, rgba(7,7,9,.5) 50%, rgba(7,7,9,.6) 78%, var(--bg) 100%); }
/* Renfort central : le titre blanc du CTA est au milieu sur la bannière claire. */
.cta__veil.b { background: radial-gradient(58% 56% at 50% 50%, rgba(7,7,9,.72), rgba(7,7,9,.3) 55%, rgba(7,7,9,0) 80%); }
.cta__in { position: relative; z-index: 2; max-width: 820px; }
.cta h2 { margin: 0; font-size: clamp(2.4rem, 7vw, 5.6rem); line-height: .92; color: #fff; text-transform: uppercase; text-shadow: 0 3px 22px rgba(0,0,0,.55); }
.cta h2 .hl { color: var(--accent); }
.cta h2 .cta-w { display: inline-block; }
.cta p { margin: 26px auto 0; max-width: 520px; font-size: 1.15rem; line-height: 1.6; color: #C8C8D4; }
.cta .btn-discord { margin-top: 36px; padding: 18px 36px; border-radius: 15px; font-size: 16px; }
/* États initiaux des éléments du CTA (animés en scrubbé au scroll) */
.has-motion .cta-w, .has-motion .cta-p, .has-motion .cta-btn { opacity: 0; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer { padding: 60px 32px 50px; text-align: center; }
footer .f-brand { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 22px; }
footer .f-brand img { width: 36px; height: 36px; border-radius: 10px; }
footer .f-brand b { font-weight: 900; color: #fff; letter-spacing: -.02em; }
footer .f-links { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; }
footer .f-links a { color: var(--ink-2); font-size: 13px; font-weight: 600; transition: color .2s; }
footer .f-links a:hover { color: #fff; }
.f-legal { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: center; align-items: center; margin-bottom: 16px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.06); }
.f-legal span { color: var(--ink-3); font-size: 12px; }
.f-legal a { color: var(--ink-2); font-size: 12px; font-weight: 600; text-decoration: none; transition: color .2s; }
.f-legal a:hover { color: var(--accent); }
footer .copy { max-width: 760px; margin: 0 auto; font-size: 11px; color: #54545f; line-height: 1.6; }

/* ==========================================================================
   DECORATIONS (numéros géants, lignes organiques, signature, curseur)
   ========================================================================== */

/* Anneau qui traîne derrière le curseur (desktop souris uniquement) */
#cursorRing {
  position: fixed; left: 0; top: 0; width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid rgba(var(--accent-rgb), .5); pointer-events: none; z-index: 200;
  transform: translate(-50%, -50%); will-change: transform, width, height;
  transition: width .25s, height .25s, border-color .25s, background .25s, opacity .3s;
  opacity: 0;
}
#cursorRing.show { opacity: 1; }
#cursorRing.hot { width: 56px; height: 56px; border-color: var(--accent); background: rgba(var(--accent-rgb), .07); }

/* Gros numéros en fond de scène */
.scene { isolation: isolate; }
.scene__grid { position: relative; z-index: 2; }
.scene__bignum {
  position: absolute; top: 50%; right: -3%; left: auto; z-index: 0; margin: 0;
  font-family: 'Archivo Expanded', sans-serif; font-weight: 900;
  font-size: clamp(11rem, 26vw, 24rem); line-height: .8; color: transparent;
  -webkit-text-stroke: 1.5px rgba(167,139,255,.16); pointer-events: none; user-select: none; will-change: transform;
}
.scene--rev .scene__bignum { left: -3%; right: auto; }

/* Fruits décoratifs flottants (comblent les sections).
   Desktop : parallaxe au scroll (GSAP pose un transform inline) -> pas d'anim CSS
   sur transform (conflit). Mobile : pas de parallaxe -> float CSS doux (cf bas du
   fichier, @media max-width:860px). */
.floatfruit { position: absolute; z-index: 0; pointer-events: none; opacity: .13; filter: drop-shadow(0 22px 44px rgba(0,0,0,.5)); will-change: transform; }
/* Icônes d'équipement (set divin/céleste/conquérant) sur les côtés des scènes :
   visibles, avec glow, qui flottent et tournent doucement. */
.scene__gear { position: absolute; z-index: 0; pointer-events: none; filter: drop-shadow(0 14px 34px rgba(0,0,0,.6)); animation: gearFloat 7s ease-in-out infinite; will-change: transform; }
.scene__gear--b { animation: gearFloat2 8.5s ease-in-out infinite; }
/* Icone trop sombre sur fond noir (ex Gura, scene Economie) : on la fait ressortir
   avec un halo violet discret (DA) + un poil de luminosite, sans la denaturer. */
.scene__gear--lift { filter: brightness(1.18) saturate(1.14) drop-shadow(0 0 22px rgba(var(--accent-rgb),.5)) drop-shadow(0 14px 30px rgba(0,0,0,.5)); }
@keyframes gearFloat { 0%,100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-15px) rotate(5deg); } }
@keyframes gearFloat2 { 0%,100% { transform: translateY(-8px) rotate(5deg); } 50% { transform: translateY(13px) rotate(-6deg); } }
/* Carrousel univers (desktop) : les 3 scènes se relaient au centre comme un manège
   (sortante -> gauche + arrière-plan, entrante <- droite). Piloté en JS (drawUnivers).
   Sur mobile : pas de carrousel -> scènes empilées normales (cf @media). */
#univers.is-carousel { position: relative; height: 100vh; overflow: hidden; }
#univers.is-carousel .scene { position: absolute; inset: 0; min-height: 0; margin: 0; padding: 0; background: transparent; transform-origin: center center; will-change: transform, opacity; }
/* Orbe lumineux flou en fond (ambiance) */
.orb { position: absolute; z-index: 0; border-radius: 50%; pointer-events: none; filter: blur(60px); opacity: .5; will-change: transform; }
.orb.violet { background: radial-gradient(circle, rgba(var(--accent-rgb),.5), transparent 70%); }
.orb.teal { background: radial-gradient(circle, rgba(25,227,194,.32), transparent 70%); }
@keyframes bffrFloat { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-18px) rotate(3deg); } }
@keyframes bffrFloat2 { 0%,100% { transform: translateY(-6px) rotate(4deg); } 50% { transform: translateY(16px) rotate(-4deg); } }

/* Lignes organiques décoratives (parallaxe) */
.deco { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.deco svg { position: absolute; left: 0; top: -15%; width: 100%; height: 130%; will-change: transform; }
.deco path { fill: none; stroke: rgba(var(--accent-rgb), .16); stroke-width: 1.2; }
.community { overflow: hidden; }

/* FONDATEURS : section ÉPINGLÉE (pin) - même pattern que le hero. Pendant que
   l'écran est figé, on scrolle et les 4 signatures se DESSINENT une par une en
   zigzag (clip-path qui s'écrit + scale). Fond opaque = couvre tout pendant le
   pin (pas de bleed). Sur mobile : section normale empilée (cf media query). */
.fdr { position: relative; height: 100vh; overflow: hidden; background: #08080d; background-image: radial-gradient(125% 75% at 50% 42%, #14122a, #08080d 72%); }
.fdr.is-pinned { z-index: 6; }   /* couvre le bandeau PENDANT le pin uniquement */
.fdr__stage { position: relative; width: 100%; height: 100%; max-width: var(--maxw); margin: 0 auto; }
.fdr__head { position: absolute; top: 15%; left: 32px; z-index: 2; max-width: 62%; }
.fdr__eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: var(--accent); }
.fdr__title { margin: 12px 0 0; font-size: clamp(1.9rem, 4.8vw, 3.6rem); line-height: 1; color: #fff; max-width: 13ch; }
/* Trait lumineux qui zigzague entre les signatures (derrière elles), dessiné au
   scroll. Path généré en JS selon leurs positions réelles. */
.fdr__thread { position: absolute; left: 0; top: 0; z-index: 0; pointer-events: none; overflow: visible; }
.fdr__thread path { fill: none; stroke: var(--accent); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 7px rgba(var(--accent-rgb), .85)) drop-shadow(0 0 16px rgba(var(--accent-rgb), .4)); }
.fdr__sig { position: absolute; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; width: max-content; will-change: opacity; }
.fdr__sig--1 { top: 30%; left: 12%; }
.fdr__sig--2 { top: 45%; right: 13%; left: auto; align-items: flex-end; }
.fdr__sig--3 { top: 61%; left: 20%; }
.fdr__sig--4 { top: 77%; right: 15%; left: auto; align-items: flex-end; }
.sig__name { display: inline-block; font-family: 'Great Vibes', cursive; font-weight: 400; font-size: clamp(2.8rem, 5vw, 4.6rem); line-height: 1.25; letter-spacing: .01em; color: #EDEAFF; transform: rotate(-5deg); transform-origin: left center; filter: drop-shadow(0 3px 22px rgba(var(--accent-rgb), .65)); padding: 0.14em 0.42em; }
.fdr__sig--2 .sig__name, .fdr__sig--4 .sig__name { transform-origin: right center; }
.has-motion .sig__name { clip-path: inset(0 100% 0 0); }
.sig__line { display: block; width: clamp(110px, 12vw, 156px); height: 18px; margin: -2px 0 0 6px; overflow: visible; transform: rotate(-5deg); transform-origin: left center; }
.sig__line path { fill: none; stroke: var(--accent); stroke-width: 2.2; stroke-linecap: round; opacity: .9; filter: drop-shadow(0 0 5px rgba(var(--accent-rgb), .45)); }
.sig__role { margin-top: 9px; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.fdr__sig--2 .sig__role, .fdr__sig--4 .sig__role { align-self: flex-end; }

/* Survol des cartes "Et aussi" : un "Ouvrir" se dévoile */
.also__card .go {
  position: absolute; right: 22px; bottom: 24px; z-index: 1;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--accent);
  opacity: 0; transform: translateX(-8px); transition: opacity .35s, transform .35s;
}
.also__card:hover .go { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  #cursorRing { display: none !important; }
  .sig__name { clip-path: none !important; }
}
@media (max-width: 860px) {
  #cursorRing { display: none; }
  .scene__bignum { font-size: clamp(6.5rem, 32vw, 11rem); opacity: .6; }
  .signature { margin-top: 26px; width: 220px; }
  /* Pas de parallaxe au scroll sur mobile -> float CSS doux pour garder la vie. */
  .floatfruit { animation: bffrFloat 9s ease-in-out infinite; opacity: .1; }
  .floatfruit.f-b { animation: bffrFloat2 11s ease-in-out infinite; }
  .orb { opacity: .42; filter: blur(46px); }
}

/* ==========================================================================
   MENU DE NAVIGATION (hamburger -> drawer droite PC / bottom sheet mobile)
   ========================================================================== */
.navtoggle { position: fixed; top: 22px; right: 26px; z-index: 130; width: 46px; height: 46px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: rgba(13,13,19,.5); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); cursor: pointer; transition: background .25s, border-color .25s, opacity .3s ease, transform .3s ease; }
/* Menu ouvert -> on cache le hamburger (sinon 2 croix de fermeture) : il ne reste que la croix propre dans l'en-tete du panneau. */
.navtoggle.open { opacity: 0; pointer-events: none; transform: scale(.85); }
.navtoggle:hover { background: rgba(13,13,19,.85); border-color: var(--accent); }
.navtoggle span { display: block; width: 20px; height: 2px; border-radius: 2px; background: #fff; transition: transform .35s cubic-bezier(.2,.8,.2,1), opacity .2s; }
.navtoggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navtoggle.open span:nth-child(2) { opacity: 0; }
.navtoggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.navmenu { position: fixed; inset: 0; z-index: 125; visibility: hidden; }
.navmenu.open { visibility: visible; }
.navmenu__scrim { position: absolute; inset: 0; background: rgba(5,5,8,.55); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); opacity: 0; transition: opacity .45s; cursor: pointer; }
.navmenu.open .navmenu__scrim { opacity: 1; }
.navmenu__panel { position: absolute; top: 0; right: 0; height: 100%; width: min(440px, 86vw); background: linear-gradient(180deg, #0f0f17, #08080c); border-left: 1px solid rgba(255,255,255,.08); box-shadow: -30px 0 80px rgba(0,0,0,.55); display: flex; flex-direction: column; padding: 28px 34px 26px; transform: translateX(100%); transition: transform .55s cubic-bezier(.16,.84,.2,1); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.navmenu.open .navmenu__panel { transform: none; }
.navmenu__grab { display: none; }
.navmenu__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.navmenu__eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: var(--accent); }
.navmenu__close { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); color: #fff; cursor: pointer; transition: background .2s, border-color .2s; }
.navmenu__close:hover { background: rgba(255,255,255,.1); border-color: var(--accent); }
.navmenu__list { display: flex; flex-direction: column; margin: 0; padding: 0; flex: 1 0 auto; }
.navmenu__group { display: flex; flex-direction: column; }
.navmenu__cat { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: rgb(var(--cat, 167 139 255)); margin: 18px 2px 7px; }
.navmenu__cat::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: rgb(var(--cat)); box-shadow: 0 0 10px rgba(var(--cat), .85); flex-shrink: 0; }
.navmenu__group:first-child .navmenu__cat { margin-top: 2px; }
.navmenu__item { position: relative; display: flex; align-items: center; gap: 14px; padding: 11px 15px; margin: 0 -15px; border-radius: 13px; text-decoration: none; transition: background .3s ease; }
.navmenu__item::after { content: ''; position: absolute; left: 0; top: 50%; width: 3px; height: 0; border-radius: 99px; background: rgb(var(--cat)); transform: translateY(-50%); transition: height .35s cubic-bezier(.2,.8,.2,1); }
.navmenu__txt { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.navmenu__lbl { font-family: 'Archivo Expanded', 'Archivo', sans-serif; font-weight: 800; font-size: 1.08rem; color: #fff; letter-spacing: -.01em; line-height: 1.12; transition: transform .4s cubic-bezier(.2,.8,.2,1), color .3s; }
.navmenu__sub { font-size: 11.5px; font-weight: 500; color: var(--ink-2); letter-spacing: .005em; line-height: 1.2; transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.navmenu__arr { color: rgb(var(--cat)); font-size: 1.15rem; opacity: 0; transform: translateX(-10px); transition: opacity .35s, transform .35s; }
.navmenu__item:hover { background: rgba(var(--cat), .1); }
.navmenu__item:hover::after { height: 58%; }
.navmenu__item:hover .navmenu__lbl { transform: translateX(10px); color: rgb(var(--cat)); }
.navmenu__item:hover .navmenu__sub { transform: translateX(10px); }
.navmenu__item:hover .navmenu__arr { opacity: 1; transform: none; }
.navmenu__item--prestige .navmenu__lbl { background: linear-gradient(92deg, #fff, rgb(var(--cat))); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
/* Icônes par item (version harmonisée avec /valuenew) */
.navmenu__ic { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: rgba(var(--cat), .12); border: 1px solid rgba(var(--cat), .22); color: rgb(var(--cat)); transition: background .3s, border-color .3s, color .3s, transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .3s; }
.navmenu__ic svg { width: 20px; height: 20px; }
.navmenu__item:hover .navmenu__ic { background: rgb(var(--cat)); border-color: transparent; color: #0a0a10; transform: translateY(-2px) rotate(-5deg); box-shadow: 0 10px 22px rgba(var(--cat), .42); }
.navmenu__item--active .navmenu__ic { background: rgb(var(--cat)); border-color: transparent; color: #0a0a10; box-shadow: 0 8px 18px rgba(var(--cat), .35); }
.navmenu__item--active .navmenu__lbl { color: rgb(var(--cat)); }
.navmenu__item--active::after { height: 56%; }
.navmenu__panel { background: radial-gradient(115% 55% at 100% 0%, rgba(var(--accent-rgb),.13), rgba(255,255,255,0) 58%), linear-gradient(180deg, #0f0f17, #08080c); }
.navmenu__foot { margin-top: 24px; flex-shrink: 0; }
.navmenu__disc { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px; border-radius: 13px; background: var(--discord); color: #fff; font-weight: 800; font-size: 14.5px; letter-spacing: .01em; text-decoration: none; box-shadow: 0 10px 26px rgba(88,101,242,.3); transition: transform .2s, box-shadow .2s, filter .2s; }
.navmenu__disc svg { flex-shrink: 0; }
.navmenu__disc:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(88,101,242,.42); filter: brightness(1.06); }
.navmenu__socials { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: center; margin-top: 14px; }
.navmenu__socials a { color: var(--ink-2); font-size: 12px; font-weight: 600; text-decoration: none; transition: color .2s; }
.navmenu__socials a:hover { color: #fff; }

/* MOBILE : bottom sheet qui monte du bas (zone pouce) - large breakpoint pour
   couvrir tous les telephones (sinon le menu s'ouvre depuis le cote en mode bureau). */
@media (max-width: 768px) {
  .navtoggle { top: 16px; right: 16px; width: 44px; height: 44px; }
  .navmenu__panel { top: auto; bottom: 0; left: 0; right: 0; width: 100%; height: auto; max-height: 84vh; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); border-radius: 22px 22px 0 0; box-shadow: 0 -30px 80px rgba(0,0,0,.6); padding: 12px 22px 24px; transform: translateY(100%); transition: transform .5s cubic-bezier(.16,.84,.2,1); }
  .navmenu.open .navmenu__panel { transform: none; }
  .navmenu__grab { display: block; width: 44px; height: 5px; border-radius: 99px; background: rgba(255,255,255,.22); margin: 0 auto 12px; cursor: pointer; }
  .navmenu__head { margin-bottom: 14px; }
  .navmenu__item { padding: 9px 6px; margin: 0 -6px; }
  .navmenu__lbl { font-size: 1.02rem; }
  .navmenu__sub { font-size: 11px; }
  .navmenu__cat { margin: 13px 2px 5px; }
  .navmenu__foot { margin-top: 16px; }
}

/* ==========================================================================
   SURVOL DES FRUITS (lift + glow + value)
   ========================================================================== */
.fruit { cursor: pointer; transition: transform .4s cubic-bezier(.2,.8,.2,1), border-color .4s, box-shadow .4s; }
.fruit:hover { transform: translateY(-10px); border-color: rgba(var(--accent-rgb), .5); box-shadow: 0 26px 50px rgba(0,0,0,.5), 0 0 34px rgba(var(--accent-rgb), .16); }
.fruit img { transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.fruit:hover img { transform: scale(1.12) translateY(-4px); }
.fruit__val { display: block; margin-top: 1px; font-size: 11px; font-weight: 700; letter-spacing: .03em; color: var(--accent); opacity: 0; transform: translateY(6px); transition: opacity .35s, transform .35s; }
.fruit:hover .fruit__val { opacity: 1; transform: none; }

/* ==========================================================================
   MARQUEE (ruban défilant incliné - du pep's entre deux sections)
   ========================================================================== */
.marquee { position: relative; z-index: 2; margin: -2vh 0 2vh; padding: 18px 0; overflow: hidden; background: var(--bg); border-top: 1px solid rgba(var(--accent-rgb),.18); border-bottom: 1px solid rgba(var(--accent-rgb),.18); transform: rotate(-1.6deg); }
.marquee__track { display: inline-flex; align-items: center; gap: 26px; white-space: nowrap; will-change: transform; animation: marquee 26s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee span { font-family: 'Archivo Expanded','Archivo',sans-serif; font-weight: 900; font-size: clamp(1.1rem, 2vw, 1.6rem); letter-spacing: -.01em; text-transform: uppercase; color: #fff; }
.marquee i { color: var(--accent); font-size: .9rem; font-style: normal; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee--rev { transform: rotate(1.6deg); margin: 2vh 0 -2vh; border-color: rgba(var(--accent-rgb),.14); }
.marquee--rev .marquee__track { animation-direction: reverse; animation-duration: 30s; }
.marquee--rev span { color: #CFCFDA; }
.marquee--rev i { color: var(--accent); }

/* ==========================================================================
   VOILE DE TRANSITION DE PAGE (effet "app" entre pages internes)
   ========================================================================== */
.pageveil { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; background: radial-gradient(circle at 50% 50%, #12121d, #070709 70%); opacity: 0; pointer-events: none; transition: opacity .42s ease; }
.pageveil.show { opacity: 1; pointer-events: auto; }
.pageveil img { width: 64px; height: 64px; border-radius: 16px; transform: scale(.7); opacity: 0; transition: transform .5s cubic-bezier(.2,.9,.2,1) .08s, opacity .5s .08s; box-shadow: 0 0 50px rgba(var(--accent-rgb), .4); }
.pageveil.show img { transform: scale(1); opacity: 1; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .scene__grid { grid-template-columns: 1fr; gap: 36px; }
  .scene--rev .scene__media { order: 0; }
  .also__bento { grid-template-columns: repeat(2, 1fr); }
  .also__feat { grid-column: span 2; grid-row: span 1; }
  .also__feat .also__featimg { width: 190px; }
  .also__wide { grid-column: span 2; }
  .community__grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 860px) {
  .dots { display: none; }
  /* Prestige : pas de pin sur mobile -> section normale, cartes empilées. */
  .prestige { min-height: auto; display: block; padding: 13vh 0; }
  .prestige__tease { display: none; }
  .prestige__grid { grid-template-columns: 1fr; max-width: 430px; margin: 0 auto; gap: 30px; }
  .tier--popular { margin-top: 0; }
  .tier--popular { margin-top: 6px; }
  .fab .fab-txt { display: none; }
  .fab { padding: 13px; }
  .hero__fruit { display: none; }
  /* Scènes : visuel compact AU-DESSUS du texte, collés (pas de grand vide). */
  .scene__grid { gap: 26px; }
  .scene__media { min-height: 0; padding: 4px 0; }
  .scene__gear { display: none; }
  .scene__media img.raid { width: 230px; }
  .scene__media img.bp { width: 210px; }
  .scene__media img.coin { width: 168px; }
  .scene__media img { max-width: 66%; }
  .scene__glow, .scene__ring { width: 210px; height: 210px; }
  .scene__text { text-align: center; }
  .scene__kicker { justify-content: center; }
  .scene__text p { margin-left: auto; margin-right: auto; }
  .scene__text .tags { justify-content: center; }
  .cta { height: auto; min-height: 86vh; }
  /* FONDATEURS sur mobile : section en flux (pas de pin), empilées léger zigzag */
  .fdr { height: auto; padding: 12vh 0; }
  .fdr__stage { height: auto; perspective: none; padding: 0 20px; }
  .fdr__head { position: static; margin-bottom: 8vh; }
  .fdr__sig { position: static !important; left: auto !important; right: auto !important; top: auto !important; margin-bottom: 9vh; align-items: flex-start !important; }
  .fdr__sig:last-child { margin-bottom: 0; }
  .fdr__sig--1 { margin-left: 3%; } .fdr__sig--2 { margin-left: 24%; } .fdr__sig--3 { margin-left: 6%; } .fdr__sig--4 { margin-left: 32%; }
  .fdr__sig--2 .sig__name, .fdr__sig--4 .sig__name { transform-origin: left center; }
  .fdr__sig--2 .sig__role, .fdr__sig--4 .sig__role { align-self: flex-start; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 20px; }
  .brand { display: none; }
  /* grid-auto-rows:1fr (desktop) forçait TOUTES les cartes à la hauteur de la
     plus grande (la featured) -> énormes cases vides en 1 colonne. auto = chaque
     carte à sa hauteur de contenu. */
  .also__bento { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 14px; }
  .also__feat, .also__wide { grid-column: span 1; }
  .stockfeed { position: static; width: 100%; height: 116px; margin-top: 18px; }
  .also__feat { padding: 24px; }
  /* Cartes (hors "featured") en RANGÉE propre : icône à gauche, texte à droite,
     chevron + halo discret. Compact = fini les cases à moitié vides. */
  .also__card:not(.also__feat) { min-height: 0; padding: 18px 48px 18px 18px; }
  .also__card:not(.also__feat):not(.also__wide) { display: grid; grid-template-columns: auto 1fr; column-gap: 16px; align-items: center; }
  .also__card:not(.also__feat):not(.also__wide) .ic { grid-row: 1 / 3; margin-bottom: 0; align-self: center; }
  .also__card:not(.also__feat):not(.also__wide) h3 { grid-column: 2; align-self: end; margin: 0; }
  .also__card:not(.also__feat):not(.also__wide) p { grid-column: 2; align-self: start; margin: 4px 0 0; }
  .also__wide { flex-direction: row; align-items: center; gap: 16px; }
  .also__wide .ic { margin-bottom: 0; }
  .also__wide .also__body { margin-top: 0; }
  /* Chevron persistant (pas de survol sur tactile) = affordance "appuie ici". */
  .also__card:not(.also__feat)::after { content: ''; position: absolute; right: 18px; top: 50%; width: 9px; height: 9px; border-right: 2px solid var(--accent); border-top: 2px solid var(--accent); transform: translateY(-50%) rotate(45deg); opacity: .8; z-index: 2; }
  /* Halo doux derrière l'icône = déco subtile. */
  .also__card:not(.also__feat)::before { content: ''; position: absolute; left: -6px; top: -6px; width: 92px; height: 92px; background: radial-gradient(circle, rgba(var(--accent-rgb),.18), rgba(7,7,9,0) 70%); pointer-events: none; z-index: 0; }
  /* zigzag réduit sur mobile (sinon les noms décalés débordent) */
  .sig--2 { margin-left: 28%; }
  .sig--3 { margin-left: 6%; }
  .sig--4 { margin-left: 36%; }
  .stats { gap: 26px; }
  .stats .sep { display: none; }
  .hero { min-height: 92vh; }
  /* Meme fond que le PC (hero-banner.webp), juste recadre pour le portrait. */
  .hero__bg { background-position: 60% 28%; }
  .hero h1 { font-size: clamp(2.8rem, 17vw, 4.2rem); }
  .manifesto { padding: 16vh 0; }
  .manifesto h2 { font-size: clamp(1.7rem, 8vw, 2.6rem); }
  .fruits__track { padding: 0 20px; gap: 16px; }
  .fruit { width: 158px; height: 196px; }
  .fruit img { width: 104px; height: 104px; object-fit: contain; }
  /* Traits "Value"/"Trade" sur mobile : mot centré + jamais coupé. */
  .ft-word { left: 50%; right: auto; transform: translate(-50%, -50%); font-size: clamp(2.1rem, 12vw, 3.4rem); }
  .fruits__hint-label { font-size: 10px; letter-spacing: .16em; }
  .fruits__hint-arrows { display: none; }   /* sur mobile la galerie se swipe a l'horizontale, pas vers le bas */
  .fruits__swipe { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); }
  /* Table values compacte sur mobile (les longs noms passent sur 2 lignes). */
  .values { padding: 12vh 0; }
  .values__head { margin-bottom: 32px; }
  .vrow { padding: 11px 14px; gap: 12px; grid-template-columns: 28px 1fr auto; }
  .vname { font-size: .92rem; min-width: 0; }
  .vval { font-size: 1rem; }
  .vrow--gold .vname, .vrow--silver .vname, .vrow--bronze .vname { font-size: .96rem; }
  .scene { min-height: auto; padding: 10vh 0; }
  .prestige, .also, .community, .fruits { padding: 12vh 0; }
  .community__cta { flex-direction: column; }
  .community__cta .btn-accent, .community__cta .btn-ghost { justify-content: center; }
}

/* Accessibilite : moins d'animation.
   Demande explicite : on FORCE les animations pour tous (le JS ajoute toujours
   `.force-motion` sur <html>). Ce repli ne s'applique donc QUE si le JS n'a pas
   tourné (ex : JS desactive) -> degradation gracieuse, jamais en usage normal. */
@media (prefers-reduced-motion: reduce) {
  html:not(.force-motion) .reveal, html:not(.force-motion) .line > span, html:not(.force-motion) .also__card, html:not(.force-motion) .fdr__sig { opacity: 1 !important; visibility: visible !important; transform: none !important; }
  html:not(.force-motion) #grain, html:not(.force-motion) .hero__fruit, html:not(.force-motion) .scene__ring, html:not(.force-motion) .hero__badge i, html:not(.force-motion) .also__live i, html:not(.force-motion) .marquee__track, html:not(.force-motion) .stockfeed__track, html:not(.force-motion) .sf-dot.ok { animation: none !important; }
  html:not(.force-motion) .marquee { transform: none; }
  html:not(.force-motion) .lenis.lenis-smooth { scroll-behavior: auto; }
}

/* =====================================================================
 * FIREFOX UNIQUEMENT : allègement des filtres CSS (Chrome garde TOUT).
 * Firefox rasterise blur()/drop-shadow()/backdrop-filter beaucoup plus
 * lentement que Chrome quand l'élément bouge (bugs Mozilla 925025 "blur
 * order of magnitude slower", 1250037 "shadow slow + animation", 1798592
 * "backdrop-filter stutters"). Sur les chemins qui repeignent à CHAQUE
 * frame pendant le scroll (pins, carrousel, traits qui se dessinent), on
 * réduit le rayon de blur, on simplifie les ombres empilées, et on retire
 * les backdrop-filter des éléments qui défilent. Rendu quasi identique,
 * mais scroll fluide sur FF. (Les halos/fruits déco sont déjà rendus
 * STATIQUES sur FF côté JS dans main.js -> plus de blur déplacé par frame.)
 * ===================================================================== */
html.is-firefox .orb { filter: blur(30px); opacity: .4; will-change: auto; }
html.is-firefox .scene__glow { filter: blur(18px); }
html.is-firefox .manifesto__deco { filter: none; will-change: auto; }
html.is-firefox .floatfruit { filter: none; will-change: auto; }
/* Traits lumineux redessinés à chaque frame pendant les pins : 1 ombre (au lieu de 3). */
html.is-firefox .ft-line path { filter: drop-shadow(0 0 7px rgba(var(--accent-rgb), .9)); }
html.is-firefox .fruits__trait--bottom .ft-line path { filter: drop-shadow(0 0 7px rgba(46,233,205,.9)); }
html.is-firefox .fdr__thread path { filter: drop-shadow(0 0 7px rgba(var(--accent-rgb), .8)); }
/* 16 fruits dans la piste qui défile : ombre simple. */
html.is-firefox .fruit img { filter: drop-shadow(0 8px 14px rgba(0,0,0,.5)); }
/* Carrousel : médias + icônes transformés à chaque frame -> ombres simplifiées. */
html.is-firefox .scene__media img.coin,
html.is-firefox .scene__media img.raid,
html.is-firefox .scene__media img.bp { filter: drop-shadow(0 22px 38px rgba(0,0,0,.5)); }
html.is-firefox .scene__gear { filter: drop-shadow(0 10px 20px rgba(0,0,0,.5)); }
html.is-firefox .scene__gear--lift { filter: brightness(1.16) saturate(1.12) drop-shadow(0 0 14px rgba(var(--accent-rgb), .45)); }
html.is-firefox .hero__fruit { filter: drop-shadow(0 16px 26px rgba(0,0,0,.55)); }
/* backdrop-filter (très coûteux sur FF) retiré des éléments qui défilent
   -> fond semi-opaque, visuellement équivalent. */
html.is-firefox .hero__badge { -webkit-backdrop-filter: none; backdrop-filter: none; background: rgba(7,7,9,.74); }
html.is-firefox .navtoggle { -webkit-backdrop-filter: none; backdrop-filter: none; background: rgba(13,13,19,.82); }
html.is-firefox .stockfeed { -webkit-backdrop-filter: none; backdrop-filter: none; background: rgba(8,8,12,.84); }

/* =====================================================================
 * MODE ALLÉGÉ MAIS VIVANT (html.perf-low) : RENDU LOGICIEL détecté (pas de
 * GPU : VM/Hyper-V, pilotes blacklistés, HW accel off). main.js a déjà coupé
 * Lenis + les pins ; les reveals au scroll (one-shot) et les survols RESTENT
 * (ils ne coûtent qu'une seule transition puis c'est fini -> zéro coût
 * continu). Ici on éradique le coût CONTINU / cher : flous (blur/backdrop-
 * filter), drop-shadows décoratifs (filtres), et animations CSS INFINIES
 * (défilé, flottements, grain). On GARDE les box-shadows des cartes (statiques,
 * peintes une seule fois) pour la profondeur, et les gradients/bordures. */
html.perf-low .orb, html.perf-low .scene__glow, html.perf-low .manifesto__deco { filter: none; }
html.perf-low .hero__badge, html.perf-low .navtoggle, html.perf-low .navmenu__scrim, html.perf-low .stockfeed { -webkit-backdrop-filter: none; backdrop-filter: none; }
html.perf-low .hero__badge { background: rgba(7,7,9,.8); }
html.perf-low .navtoggle { background: rgba(13,13,19,.9); }
html.perf-low .navmenu__scrim { background: rgba(5,5,8,.72); }
html.perf-low .stockfeed { background: rgba(8,8,12,.9); }
/* Drop-shadows décoratifs (filtres) supprimés ; les box-shadows des cartes restent. */
html.perf-low .fruit img, html.perf-low .scene__gear, html.perf-low .scene__media img,
html.perf-low .hero__fruit, html.perf-low .floatfruit, html.perf-low .tier img,
html.perf-low .ft-line path, html.perf-low .fruits__trait--bottom .ft-line path,
html.perf-low .fdr__thread path, html.perf-low .sig__name, html.perf-low .sig__line path,
html.perf-low .fruits__hint-arrows i, html.perf-low .fruits__swipe i { filter: none; }
html.perf-low #grain { display: none; }
/* Animations CSS INFINIES = boucles CPU permanentes -> stoppées. Les TRANSITIONS
   one-shot (reveals au scroll, survols, tiroir du menu) restent, elles, vivantes. */
html.perf-low .marquee__track, html.perf-low .scene__gear, html.perf-low .floatfruit,
html.perf-low .fruits__hint-arrows i, html.perf-low .fruits__swipe i, html.perf-low .scrollcue,
html.perf-low .orb, html.perf-low .fab, html.perf-low .halo { animation: none !important; }
html.perf-low * { will-change: auto !important; }
/* Reveals doux au scroll (posés par fallback() : classe .perf-reveal + IntersectionObserver,
   one-shot -> une transition par élément puis fini). */
html.perf-low .perf-reveal { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .5s ease; }
html.perf-low .perf-reveal.is-in { opacity: 1; transform: none; }
/* Les mots-teasers du prestige sont un DISPOSITIF cinématique (ils s'écartent pour
   révéler les cartes) : statiques, ils encombrent -> masqués en mode allégé. */
html.perf-low .prestige__tease { display: none; }
