/* ============================================================
   YOZAKURA — main.css
   Nuit d'encre bleue (220–228°, jamais noir pur) · ivoire ·
   bordeaux d'ancrage au repos · magenta UNIQUEMENT en
   hover/focus/lock (jamais en couleur de texte).
   Zen Old Mincho 700/900 (display, kanji) / Inter (corps) /
   JetBrains Mono (HUD, eyebrows). border-radius ≤ 8 px.
   Le HUD est de la signalétique de nuit. Zéro folklore.
   ============================================================ */

/* ★ G — TRANSITIONS DE VUE : l'index et les 8 mondes deviennent UN univers continu.
   Fondu natif entre documents (Chrome/Edge) ; les navigateurs sans le support gardent le
   comportement actuel (le voile WebGL + navigation dure) = amélioration progressive pure.
   Gaté prefers-reduced-motion → aucun mouvement imposé. */
@media (prefers-reduced-motion: no-preference) {
  @view-transition { navigation: auto; }
  ::view-transition-old(root), ::view-transition-new(root) { animation-duration: 0.45s; animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
}

/* Expérience immersive : pas de surlignage parasite au drag.
   On garde la sélection sur les champs du formulaire (saisie réelle)
   et sur les coordonnées qu'un visiteur peut vouloir copier. */
html, body, body * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
input, textarea, select,
.float-sms, [href^="sms:"], [href^="tel:"], [href^="mailto:"], .js-clock {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

/* Custom properties animables (sinon transition de --lift / interp du tilt = sèches). Ignoré par vieux moteurs (dégradé gracieux). */
@property --lift { syntax: '<length>'; inherits: false; initial-value: 0px; }
@property --rx { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
@property --ry { syntax: '<angle>'; inherits: false; initial-value: 0deg; }

:root {
  /* Palette verrouillée (DIRECTION.md) */
  --night-zenith: #070b16;
  --night: #0a0f1e;
  --haze: #131a2e;
  --surface: #0c1222;
  --ivory: #f2ede3;
  --ivory-70: rgba(242, 237, 227, 0.70);
  --ivory-45: rgba(242, 237, 227, 0.58);   /* SOTY a11y : 0.45->0.58 (petits textes mono passaient sous le seuil AA 4.5:1) */
  --ivory-25: rgba(242, 237, 227, 0.40);   /* SOTY a11y : 0.25->0.40 */
  --muted: #9aa6b8;
  --line: rgba(154, 166, 184, 0.14);
  --line-strong: rgba(154, 166, 184, 0.32);
  --bordeaux: #4b1d2c;
  --bordeaux-soft: rgba(75, 29, 44, 0.55);
  --magenta: #e0529c;            /* interactif uniquement — jamais du texte */
  --lantern: #e7c08e;            /* chōchin : offres + galerie uniquement */
  /* ── SURFACE OFFRES : PAPIER DE LANTERNE (washi/shoji) RÉTRO-ÉCLAIRÉ ──
     Plus de blanc clinique : feuille de papier tendue, éclairée de l'intérieur
     comme un chōchin (ivoire-rosé tiède en haut, ambre lanterne au coeur, sienne
     dans l'ombre en bas), translucide (la nuit transparaît), nervures de sève
     INCANDESCENTES. Toutes les teintes dérivent de la palette nuit verrouillée. */
  --washi-top: #f0e2cf;            /* ivoire-rosé chaud ≈ --dawn-1 */
  --washi-mid: #e7c79c;            /* ambre lanterne ≈ --lantern */
  --washi-bot: #a86a4e;            /* terre sienne ≈ --bordeaux désaturé (AA-safe) */
  --washi-glow: rgba(243, 217, 176, 0.55);   /* rétro-éclairage interne ≈ --dawn-2 */
  --washi-ink: #3a1320;            /* encre = bordeaux très profond */
  --washi-ink-soft: rgba(58, 19, 32, 0.82);  /* opacifié pour AA en bas de carte */
  --washi-edge: rgba(231, 192, 142, 0.34);   /* liseré lanterne (cadre du papier) */
  --warm: 0;                       /* lueur interne (pilotable, défaut repos) */
  /* alias rétro-compat : le reste du CSS (.feat, ticker, fallback) lit ces noms */
  --porc-top: var(--washi-top); --porc-mid: var(--washi-mid); --porc-bot: var(--washi-bot);
  --porc-ink: var(--washi-ink);
  /* SÈVE INCANDESCENTE (UNE identité partout : filament/fissures/pétales/flash) */
  --sap: #d23a4a;
  --sap-soft: rgba(210, 58, 74, 0.62);
  --sap-glow: rgba(255, 138, 120, 0.7);
  --moon: #eef2ff;
  --dawn-1: #e8c3b4;
  --dawn-2: #f3d9b0;

  --f-display: 'Zen Old Mincho', 'Yu Mincho', 'Hiragino Mincho ProN', Georgia, serif;
  --f-body: 'Inter', system-ui, sans-serif;
  --f-mono: 'JetBrains Mono', Consolas, monospace;
  /* F4 — la voix JAPONAISE (kanji : Shippori Mincho B1 = encre littéraire, tient à 42vh/6%)
     et la vraie ITALIQUE calligraphique (Cormorant — fini le penché synthétique) */
  --f-jp: 'Shippori Mincho B1', 'Zen Old Mincho', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  --f-ital: 'Cormorant', 'Zen Old Mincho', Georgia, serif;
  --pad: clamp(20px, 4.5vw, 80px);
  --ease-link: cubic-bezier(0.625, 0.05, 0, 1);
  --ease-soft: cubic-bezier(0.19, 1, 0.22, 1);   /* = expo.out GSAP exact — LA respiration du site, CSS et GSAP alignés (Lot A) */

  /* ═══ LANGAGE DE MOTION UNIFIÉ (Lot A) — 3 durées, 2 eases, un seul souffle ═══
     --t-touch : couleur / opacité / bordure / fond (le toucher)
     --t-move  : transforms — lift, glissé, soulignés (le geste)
     --t-veil  : voiles pleine page — menu, overlays (le voile)
     --ease-cross : crossfades du sas (nommé, plus d'anonymat)
     NB : le préloader garde sa chorégraphie réglée à la ms (hors système) ; #veil reste 0.55s (calé sur exitTo 560 ms). */
  --t-touch: 0.3s;
  --t-move: 0.55s;
  --t-veil: 0.9s;
  --ease-cross: cubic-bezier(0.33, 0, 0.2, 1);

  /* ═══ GAMME DISPLAY (Lot A) — une seule échelle, ratio ≈1.22 ═══ */
  --fs-display-xl: clamp(2.2rem, 5vw, 4.6rem);
  --fs-display-l: clamp(2rem, 3.8vw, 3.7rem);
  --fs-display-m: clamp(1.7rem, 3.4vw, 3.1rem);
  --fs-display-s: clamp(1.5rem, 2.9vw, 2.8rem);

  /* ── LISIBILITÉ DU TEXTE SUR LA SCÈNE — halo de NUIT BLEUE ──
     Deux recettes cohérentes, teintées sur le bleu nuit (raccord avec le fond) :
     • --txt-body : plancher serré (contraste AA sur les pétales clairs) + élève douce
       diffuse → le texte « flotte » dans la nuit au lieu d'un liseré sombre plaqué.
     • --txt-title : même plancher + halo LUNAIRE froid très subtil → les grands titres
       Mincho semblent éclairés par la lune (stylé, intégré, jamais cramé). */
  --txt-body: 0 0 1px rgba(5,9,18,0.96), 0 0 3px rgba(5,9,18,0.9), 0 1px 5px rgba(4,8,17,0.8), 0 2px 16px rgba(3,6,14,0.5);
  --txt-title: 0 0 2px rgba(5,9,18,0.9), 0 0 5px rgba(5,9,18,0.78), 0 3px 18px rgba(4,8,18,0.58), 0 0 40px rgba(151,183,240,0.12);
}

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

html {
  background: var(--night);
  color: var(--ivory);
  /* Contrôles natifs (selects, scrollbars) rendus en sombre — cohérents avec la nuit */
  color-scheme: dark;
  font-family: var(--f-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scrollbar-width: thin;
  scrollbar-color: rgba(238, 242, 255, 0.22) var(--night);   /* Firefox aligné sur la scrollbar de nuit (Lot A) */
}
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--night);
  overflow-x: hidden;
  line-height: 1.55;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
}

::selection { background: var(--bordeaux); color: var(--ivory); }
/* ── Scrollbar de nuit (Lot A) — fine, thumb dégradé lune, réactive au toucher ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--night); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(238, 242, 255, 0.22), rgba(238, 242, 255, 0.14));
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover { background: rgba(238, 242, 255, 0.36); }
::-webkit-scrollbar-thumb:active { background: rgba(238, 242, 255, 0.46); }

a { color: inherit; text-decoration: none; }
button { background: none; border: none; color: inherit; font: inherit; cursor: pointer; }

/* L'accent de display : blanc lunaire, jamais rose, jamais d'italique simulée */
em {
  font-style: normal;
  font-weight: 700;
  color: var(--moon);
}

/* Kanji des eyebrows — petits, toujours traduits à côté. F4 : voix japonaise unifiée
   (Shippori Mincho B1 + palt = espacement proportionnel des kanji) */
.k {
  font-family: var(--f-jp);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-feature-settings: 'palt' 1;
  color: var(--ivory-70);
}
/* F4 — le rail kanji 起承転結 parle la même langue que les actes (jamais Yu Gothic) */
.rk { font-family: var(--f-jp); font-weight: 700; font-style: normal; }

/* Focus clavier : visible sur la nuit ET sur les pétales clairs (anneau magenta + halo sombre) */
:focus-visible { outline: 2px solid var(--magenta); outline-offset: 3px; box-shadow: 0 0 0 5px rgba(5, 9, 18, 0.85); border-radius: 2px; }

/* ════════ LISIBILITÉ AA SUR LA SCÈNE ════════
   Le texte posé sur le champ de pétales (parfois clair) doit tenir le contraste
   partout. Halo de nuit DENSE et serré (faible rayon, forte opacité, multi-couches) :
   un liseré sombre qui hugge chaque glyphe et garantit un plancher de contraste,
   sans poser d'aplat (la DA reste « voile »). Combiné aux voiles densifiés. */
.hero-tag, .hero-sub, .hero-meta,
.shead .lead, .eyebrow, .mono, .gal-hint,
.manifesto-text, .manifesto-foot, .contact-lead,
.proc-note, .offres-note, .gal-note,
#hud-chrono-box, #hud-hint, #hud-veille, #world-label,
.nav-links a, .nav-cta, .offre-tag {
  text-shadow: var(--txt-body);
}

/* Lien d'évitement clavier (révélé au focus) + classe lecteur d'écran */
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 200;
  transform: translateY(-180%);
  background: #070b16; color: var(--ivory);
  font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 11px 18px; border: 1px solid var(--magenta); border-radius: 8px; text-decoration: none;
  transition: transform 0.25s var(--ease-soft);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* Curseur système masqué seulement quand le curseur-pétale est actif */
html.cursor-active:not(.touch) body,
html.cursor-active:not(.touch) a,
html.cursor-active:not(.touch) button,
html.cursor-active:not(.touch) select,
html.cursor-active:not(.touch) input,
html.cursor-active:not(.touch) textarea { cursor: none; }

.mono {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ivory-70);
}
.eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ivory-70);
}
.eyebrow .num { color: var(--ivory-70); }

/* overflow: hidden = repli universel (anime la révélation) ; overflow: clip + clip-margin
   = navigateurs modernes : laisse les glyphes hauts de Mincho (hampes/jambages) déborder
   le cadre serré sans être rognés. Garde le line-height 1.06 ET l'animation. */
.line { display: block; overflow: hidden; overflow: clip; overflow-clip-margin: 0.28em; }
.line-inner { display: block; will-change: transform; }
/* ════ SPAWN IMMERSIF — materialisation lettre par lettre ════
   Chaque lettre (.ch) emerge du FLOU vers le net + monte legerement + lueur (le halo de titre).
   Les titres materialises ne CLIPPENT plus (le flou/la montee doivent deborder le cadre). */
.word { display: inline-block; white-space: nowrap; }   /* le mot ne se coupe pas (les lettres dedans s'animent) */
.ch { display: inline-block; will-change: transform, filter, opacity; }
[data-lines] .line { overflow: visible; }
#hero .hero-title .line { overflow: hidden; overflow: clip; overflow-clip-margin: 0.06em; }   /* MASQUE : révélation ligne par ligne (le .line-inner glisse depuis dessous) */
/* B10 — les chapitres du MILIEU passent au masque du hero : leur .line doit CLIPPER (sinon les lignes
   glissent à découvert). #contact garde overflow visible (la lueur des lettres en a besoin). */
#offres [data-lines] .line, #galerie [data-lines] .line, #process [data-lines] .line {
  display: block;
  overflow: hidden; overflow: clip; overflow-clip-margin: 0.06em;
}
#offres [data-lines] .line-inner, #galerie [data-lines] .line-inner, #process [data-lines] .line-inner { display: inline-block; }
/* Mincho affine : tracking resserre sur les grands titres -> plus de densite/presence */
.hero-title, .shead h2 { letter-spacing: -0.012em; }
@media (prefers-reduced-motion: reduce) { .ch { filter: none !important; opacity: 1 !important; transform: none !important; } }

h1, h2 {
  font-family: var(--f-display);
  font-weight: 900;
  letter-spacing: -0.012em;
  line-height: 1.16;
}

/* ════════ CANVAS + POSTER SANS WEBGL ════════ */
#gl { position: fixed; inset: 0; width: 100vw; height: 100vh; display: block; z-index: 0; }
.no-webgl #gl { display: none; }
.no-webgl body::before {
  /* Poster CSS : nuit d'encre + lune discrète + brume d'horizon — aucun asset */
  content: '';
  position: fixed; inset: 0; z-index: 0;
  background:
    radial-gradient(circle 120px at 71% 24%, rgba(238, 242, 255, 0.55), rgba(238, 242, 255, 0.08) 46%, transparent 72%),
    radial-gradient(130% 70% at 50% 118%, rgba(19, 26, 46, 0.95), transparent 62%),
    linear-gradient(180deg, var(--night-zenith) 0%, var(--night) 55%, var(--haze) 100%);
}

main { position: relative; z-index: 1; }
html:not(.is-loaded) main, html:not(.is-loaded) #nav,
html:not(.is-loaded) .hud, html:not(.is-loaded) .float-sms,
html:not(.is-loaded) #moonarc, html:not(.is-loaded) #snd-btn { opacity: 0; }
/* SOTY-GO : opacity:0 laisse les éléments CLIQUABLES et FOCUSABLES sous le sas (burger qui ouvrait le
   menu PAR-DESSUS, lien SMS, ancres fantômes, Tab). visibility:hidden les retire vraiment tant que le
   seuil n'est pas franchi ; is-revealing les rend au premier instant du lever de rideau (le fondu
   d'opacité existant fait le reste). */
html:not(.is-loaded):not(.is-revealing) main, html:not(.is-loaded):not(.is-revealing) #nav,
html:not(.is-loaded):not(.is-revealing) .hud, html:not(.is-loaded):not(.is-revealing) .float-sms,
html:not(.is-loaded):not(.is-revealing) #moonarc, html:not(.is-loaded):not(.is-revealing) #snd-btn { visibility: hidden; }
html.no-anim main, html.no-anim #nav { visibility: visible !important; }
html.is-loaded main { opacity: 1; }
/* ★ B1 — LE LEVER DE RIDEAU : dès le clic ENTRER (is-revealing, posée ui.js), main devient visible
   SOUS le preloader qui se dissout -> le titre se matérialise À TRAVERS le voile, ligne à ligne,
   devant le visiteur (au lieu de popper tout-monté à ~1 s). */
html.is-revealing main { opacity: 1; }
html.is-loaded #nav, html.is-loaded .hud, html.is-loaded .float-sms,
html.is-loaded #moonarc, html.is-loaded #snd-btn {
  opacity: 1; transition: opacity 0.9s ease 0.3s;
}
html.no-anim main, html.no-anim #nav { opacity: 1 !important; }

/* ★ B4 — LE CADRE ARRIVE APRÈS L'ŒUVRE (chemin cérémonie uniquement : is-revealing = clic ENTRER,
   jamais rejoué en mode instant/?scroll ni au retour d'une démo — en instant, le bloc is-loaded
   ci-dessus fait loi, d'un seul tenant, comme avant). Cascade : marque → liens → langue → CTA/burger,
   puis l'arc lunaire ; opacité seule (delay var(--nd)) -> les hovers couleur/bordure restent à 0s. */
html.is-revealing #nav { opacity: 1; transition: none; }
html.is-revealing #nav > * { opacity: 0; }
html.is-revealing.is-loaded #nav > * { opacity: 1; transition: opacity 0.9s ease var(--nd, 0.9s); }
html.is-revealing #nav .brand { --nd: 0.9s; }
html.is-revealing #nav .nav-links { --nd: 1.15s; }
html.is-revealing #nav .nav-lang { --nd: 1.5s; }
html.is-revealing #nav .nav-cta { --nd: 1.6s; }
html.is-revealing #nav .burger { --nd: 1.6s; }
html.is-revealing #moonarc { transition: opacity 1.1s ease 1.9s; }

/* B4 — le trait d'encre sous « seuil » : la ponctuation FINALE du titre (2.35s = après le repos de la
   3e ligne, jamais pendant sa matérialisation). Fonctionne FR (seuil) et EN (threshold) sans chaîne neuve. */
.hero-title em { position: relative; }
.hero-title em::after {
  content: ''; position: absolute; left: 2%; right: 2%; bottom: 0.02em; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 110, 140, 0.7) 18%, rgba(214, 110, 140, 0.7) 82%, transparent);
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.9s var(--ease-soft) 2.35s;
}
html.is-revealing .hero-title em::after { transform: scaleX(1); }
html.is-loaded:not(.is-revealing) .hero-title em::after { transform: scaleX(1); transition: none; }   /* mode instant : trait posé */
@media (prefers-reduced-motion: reduce) { .hero-title em::after { transform: scaleX(1); transition: none; } }

/* ════════ PRELOADER — KAIKA · L'OUVERTURE ════════ */
#preloader {
  position: fixed; inset: 0; z-index: 200;
  pointer-events: none;
  /* VOILE DE NUIT : la scène WebGL se construit derrière (setLoadBuild) mais brute/non-composée
     elle « explose » de pétales — on la SUBDUE en atmosphère subtile (nuit + pétales suggérés),
     un peu plus claire au centre pour que la marque + la branche ressortent nettes. Le voile
     s'efface avec le preloader au clic « Entrer » → révélation du hero composé. */
  /* SAS « LE SEUIL » : sa PROPRE page. Voile OPAQUE -> le canvas (le torii) ne transparaît
     PLUS. Dégradé d'indigo RICHE (plusieurs paliers) + assombrissement des bords = vignette
     intégrée → profondeur, jamais un aplat. */
  background:
    radial-gradient(140% 112% at 50% 30%, #1a1530 0%, #14112a 32%, #0d0a1e 58%, #070512 80%, #03020a 100%);
}
/* ÉCHEC du bonsaï 3D (WebGL saturé/indispo, ex. trop d'onglets) : repli PROPRE nuit
   au lieu de l'écran rouge figé — on éteint la lune CSS plate, le bouton « Entrer » reste lisible. */
#preloader.bonsai-failed .pre-moon, #preloader.bonsai-failed .pre-beam { opacity: 0 !important; }
/* ════ L'ATMOSPHÈRE DU SAS — craft + profondeur (lune, brume, pétales en profondeur, grain) ════
   Tout en CSS/compositor. Calme et aéré : le détail est dans le CRAFT, pas dans le nombre. */
.pre-sky { position: absolute; inset: 0; overflow: hidden; pointer-events: none; animation: pre-sky-in 1.9s ease 0.1s both; }
@keyframes pre-sky-in { from { opacity: 0; } to { opacity: 1; } }
/* ── LUEURS roses/rouges VIVANTES qui derivent (coherentes avec la DA) ── */
.pre-aura { position: absolute; inset: 0; pointer-events: none; }
.pre-aura-b { position: absolute; border-radius: 50%; mix-blend-mode: screen; filter: blur(44px); opacity: 0; will-change: transform, opacity; }
.pre-aura-1 { bottom: -12%; left: 3%; width: 64vw; height: 56vh;
  background: radial-gradient(circle, rgba(214, 92, 138, 0.26), transparent 64%);
  animation: pre-aura-drift1 19s ease-in-out infinite, pre-aura-fade 2.6s ease 0.2s both; }
.pre-aura-2 { top: -10%; right: 1%; width: 56vw; height: 50vh;
  background: radial-gradient(circle, rgba(198, 56, 70, 0.19), transparent 64%);
  animation: pre-aura-drift2 24s ease-in-out infinite, pre-aura-fade 2.6s ease 0.5s both; }
@keyframes pre-aura-drift1 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(4%, -3%) scale(1.14); } }
@keyframes pre-aura-drift2 { 0%, 100% { transform: translate(0, 0) scale(1.06); } 50% { transform: translate(-5%, 4%) scale(1); } }
@keyframes pre-aura-fade { to { opacity: 1; } }
/* ── lueur basse d'HORIZON, rose, qui respire (raccord avec la lueur d'horizon du site) ── */
.pre-sky::after {
  content: ''; position: absolute; left: 50%; bottom: -8%;
  width: 124vw; height: 42vh; transform: translateX(-50%);
  background: radial-gradient(ellipse 50% 100% at 50% 100%, rgba(222, 98, 122, 0.22), rgba(190, 60, 70, 0.08) 46%, transparent 75%);
  mix-blend-mode: screen; filter: blur(10px); pointer-events: none;
  animation: pre-horizon 9s ease-in-out infinite;
}
@keyframes pre-horizon { 0%, 100% { opacity: 0.68; } 50% { opacity: 1; } }
/* ── BONSAÏ 3D (canvas autonome) : focal de l'entree quand il s'initialise ── */
#bonsai-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; pointer-events: none; opacity: 0; transition: opacity 1.6s ease 0.2s; }
#preloader.bonsai-on #bonsai-canvas { opacity: 1; }
#preloader.bonsai-on .pre-branch { display: none; }        /* le bonsai 3D remplace la branche CSS */
#preloader.bonsai-on .pre-moon, #preloader.bonsai-on .pre-beam { display: none; }   /* lune 3D dans la scene */
#preloader.bonsai-on .pre-welcome { top: 74%; margin-left: -40px; }   /* sous l'arbre ; -40px : le « y » du titre ne se noie plus dans le halo de la lanterne (margin, pas transform : is-entering l'écraserait) */
#preloader .pre-welcome { transition: top 0.9s var(--ease-soft); }   /* B5 : le saut 50%->74% (bonsai-on) est AMORTI — one-shot du sas */
@media (prefers-reduced-motion: reduce) { #preloader .pre-welcome { transition: none; } }
#preloader.bonsai-on .pre-petals { opacity: 0.55; }        /* la canopee 3D porte les fleurs */
#preloader.is-entering #bonsai-canvas { opacity: 0; transition: opacity 0.9s ease; }
/* couches de PARALLAXE (décalées à la souris par ui.js via --mx/--my) */
.pre-par { position: absolute; inset: 0; transition: transform 0.55s var(--ease-soft); }
.pre-par-fog  { transform: translate(calc(var(--mx, 0) * 5px),  calc(var(--my, 0) * 5px)); }
.pre-par-moon { transform: translate(calc(var(--mx, 0) * 10px), calc(var(--my, 0) * 8px)); }
.pre-par-far  { transform: translate(calc(var(--mx, 0) * 8px),  calc(var(--my, 0) * 7px)); }
.pre-par-mid  { transform: translate(calc(var(--mx, 0) * 19px), calc(var(--my, 0) * 15px)); }
.pre-par-near { transform: translate(calc(var(--mx, 0) * 36px), calc(var(--my, 0) * 28px)); }

/* ── BRUME basse + poussière d'étoiles (profondeur, jamais un aplat) ── */
.pre-fog { position: absolute; border-radius: 50%; }
.pre-fog-1 { bottom: -22%; left: -12%; width: 72vw; height: 52vh; background: radial-gradient(ellipse at 50% 50%, rgba(150, 56, 70, 0.26), transparent 64%); animation: pre-fog-a 26s ease-in-out infinite; }
.pre-fog-2 { bottom: -26%; right: -16%; width: 78vw; height: 56vh; background: radial-gradient(ellipse at 50% 50%, rgba(120, 42, 52, 0.22), transparent 67%); animation: pre-fog-b 31s ease-in-out infinite; }
@keyframes pre-fog-a { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(5%, -3%); } }
@keyframes pre-fog-b { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-4%, -2%); } }
.pre-stars {
  position: absolute; inset: 0; opacity: 0.7;
  background-image:
    radial-gradient(1px 1px at 18% 16%, rgba(220, 228, 255, 0.55), transparent),
    radial-gradient(1px 1px at 72% 11%, rgba(220, 228, 255, 0.42), transparent),
    radial-gradient(1.4px 1.4px at 44% 24%, rgba(220, 228, 255, 0.48), transparent),
    radial-gradient(1px 1px at 86% 28%, rgba(220, 228, 255, 0.36), transparent),
    radial-gradient(1px 1px at 9% 38%, rgba(220, 228, 255, 0.32), transparent),
    radial-gradient(1.2px 1.2px at 60% 33%, rgba(220, 228, 255, 0.4), transparent),
    radial-gradient(1px 1px at 32% 9%, rgba(220, 228, 255, 0.3), transparent),
    radial-gradient(1px 1px at 91% 44%, rgba(220, 228, 255, 0.28), transparent);
  animation: pre-twinkle 7s ease-in-out infinite;
}
@keyframes pre-twinkle { 50% { opacity: 0.42; } }

/* ── FAISCEAU lunaire très doux ── */
.pre-beam {
  position: absolute; top: 12%; left: 60%;
  width: 66vw; height: 94vh; transform: translateX(-46%);
  background: radial-gradient(ellipse 36% 84% at 50% 0%, rgba(168, 190, 255, 0.16), rgba(130, 158, 240, 0.06) 42%, transparent 74%);
  filter: blur(6px);
  animation: pre-beam-breathe 11s ease-in-out infinite;
}
@keyframes pre-beam-breathe { 0%, 100% { opacity: 0.82; } 50% { opacity: 1; } }

/* ── LA LUNE : modelé sphérique, cratères subtils, double halo (elle éclaire la scène) ── */
.pre-moon {
  position: absolute; top: 14%; left: 61%;
  width: clamp(118px, 13.5vw, 200px); aspect-ratio: 1 / 1; border-radius: 50%;
  background: radial-gradient(circle at 37% 33%, #f5f8ff 0%, #e7edfc 30%, #c6d2f0 58%, #a1b2dd 80%, #8294c4 100%);
  box-shadow:
    inset -12px -14px 34px rgba(32, 44, 84, 0.62),
    inset 8px 9px 22px rgba(255, 255, 255, 0.22),
    0 0 56px 12px rgba(176, 196, 255, 0.30),
    0 0 180px 72px rgba(120, 150, 235, 0.17),
    0 0 240px 120px rgba(214, 110, 140, 0.07);
  filter: saturate(0.92);
  animation: pre-moon-in 2.3s var(--ease-soft) 0.25s both;
}
@keyframes pre-moon-in { from { opacity: 0; transform: scale(0.93); } to { opacity: 0.96; transform: scale(1); } }
.pre-moon-tex {
  position: absolute; inset: 0; border-radius: 50%; opacity: 0.4; mix-blend-mode: multiply;
  background:
    radial-gradient(circle at 58% 52%, rgba(108, 126, 180, 0.5) 0, transparent 7%),
    radial-gradient(circle at 42% 66%, rgba(108, 126, 180, 0.4) 0, transparent 5%),
    radial-gradient(circle at 67% 38%, rgba(108, 126, 180, 0.34) 0, transparent 4%),
    radial-gradient(circle at 33% 44%, rgba(108, 126, 180, 0.3) 0, transparent 3.5%),
    radial-gradient(circle at 52% 29%, rgba(108, 126, 180, 0.26) 0, transparent 3%),
    radial-gradient(circle at 72% 62%, rgba(108, 126, 180, 0.24) 0, transparent 4.5%);
}

/* ── LES PÉTALES : galbe translucide rétroéclairé + PROFONDEUR (far/mid/near = DOF) ── */
.pre-petals { position: absolute; inset: 0; }
.pre-petal {
  position: absolute; top: -8vh;
  background:
    radial-gradient(ellipse 64% 108% at 50% 16%, rgba(255, 246, 250, 0.72), rgba(248, 214, 226, 0.56) 40%, rgba(212, 108, 150, 0.36) 86%, rgba(150, 60, 98, 0.2) 100%);
  border-radius: 54% 54% 50% 50% / 72% 72% 40% 40%;
  box-shadow: 0 0 12px rgba(255, 198, 220, 0.28);
  opacity: 0; will-change: transform, opacity;
  animation-name: pre-drift; animation-timing-function: cubic-bezier(.45, .05, .55, .95); animation-iteration-count: infinite;
}
.pp-far  { width: 8px;  height: 11px; filter: blur(1.1px) brightness(0.95); --maxop: 0.5; }
.pp-mid  { width: 14px; height: 19px; filter: blur(0.2px) brightness(1.05); --maxop: 0.82; }
.pp-near { width: 30px; height: 40px; filter: blur(2.4px) brightness(1.12); --maxop: 0.7; }
@keyframes pre-drift {
  0%   { transform: translate3d(0, -8vh, 0) rotate(0deg); opacity: 0; }
  10%  { opacity: var(--maxop, 0.6); }
  50%  { transform: translate3d(calc(var(--sx, 28px) * 0.5), 52vh, 0) rotate(calc(var(--rot, 240deg) * 0.5)); }
  88%  { opacity: calc(var(--maxop, 0.6) * 0.82); }
  100% { transform: translate3d(var(--sx, 28px), 116vh, 0) rotate(var(--rot, 240deg)); opacity: 0; }
}

/* ── GRAIN fin (cinématique) sur le sas ── */
.pre-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='150' height='150'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='150' height='150' filter='url(%23n)'/></svg>");
  background-size: 150px 150px;
}
/* SOTY-GO : en mode 3D, le canvas opaque recouvre .pre-grain (enfant de .pre-sky) -> le grain ciné est
   repeint en ::after du sas, AU-DESSUS de la scene (comme une vraie pellicule ; le texte reste lisible à 0.05) */
#preloader.bonsai-on::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.05; mix-blend-mode: overlay; z-index: 2;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='150' height='150'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='150' height='150' filter='url(%23n)'/></svg>");
  background-size: 150px 150px;
}

@media (prefers-reduced-motion: reduce) {
  .pre-petal { animation: none; opacity: 0.45; }
  .pre-sky, .pre-moon, .pre-stars { animation: none; opacity: 1; }
  .pre-par { transition: none; }
  /* SOTY-GO a11y : les boucles infinies restantes du sas + le zoom/flash de franchissement */
  .pre-aura-1, .pre-aura-2, .pre-fog-1, .pre-fog-2, .pre-beam, .pre-sky::after { animation: none; opacity: 0.5; }
  #preloader.is-entering .pre-sky { transition: none; transform: none; }
  #preloader.is-entering .pre-cross { animation: none; }
}
/* CLIC « ENTRER » : le sas AVANCE (zoom doux) en se dissolvant -> on FRANCHIT le seuil et le
   hero (vrais pétales) se révèle derrière. L'opacité du voile est gérée par GSAP. Aucun cut. */
#preloader.is-entering .pre-sky { transform: scale(1.24); transition: transform 1.05s var(--ease-cross); }
#preloader.is-entering .pre-welcome { opacity: 0; transform: translate(-50%, -50%) scale(1.07); transition: opacity 0.6s ease, transform 1.05s var(--ease-cross); }
/* FRANCHISSEMENT : les couches filent a des profondeurs differentes (fly-through) + lueur rose qui eclot */
#preloader.is-entering .pre-par-moon { transform: scale(1.5); opacity: 0; transition: transform 1.05s var(--ease-cross), opacity 0.9s ease; }
#preloader.is-entering .pre-par-near { transform: scale(1.7); opacity: 0; transition: transform 1.05s var(--ease-cross), opacity 0.85s ease; }
#preloader.is-entering .pre-par-mid  { transform: scale(1.4); transition: transform 1.05s var(--ease-cross); }
#preloader.is-entering .pre-branch   { opacity: 0; transform: rotate(7deg) scale(1.25); transition: opacity 0.7s ease, transform 1.05s var(--ease-cross); }
#preloader.is-entering .pre-cross    { animation: pre-bloom 1.05s ease both; }
.pre-cross {
  position: absolute; left: 50%; top: 50%;
  width: 44vw; height: 44vw;
  transform: translate(-50%, -50%) scale(0.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 182, 206, 0.5), rgba(220, 92, 120, 0.18) 40%, transparent 70%);
  mix-blend-mode: screen; opacity: 0; pointer-events: none;
}
@keyframes pre-bloom {
  0%   { opacity: 0; transform: translate(-50%, -50%) scale(0.2); }
  35%  { opacity: 0.9; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(2.6); }
}
/* SAS MINIMAL — on masque les éléments de « chargement » (gardés dans le DOM pour le JS du
   loader) ; il ne reste que le wordmark + une ligne + « Entrer », avec énormément d'air. */
.pre-coords, .pre-title, .pre-bar, .pre-pct { display: none !important; }
#preloader .pre-welcome { top: 50%; transform: translate(-50%, -50%); gap: 26px; width: min(92vw, 640px); }
#preloader .pre-brand { font-size: clamp(34px, 5vw, 66px); letter-spacing: 0.01em; }
/* la ligne dans la VOIX du site : grand serif, italique, feutré */
#preloader .pre-accroche {
  font-family: var(--f-ital);   /* F4 : vraie italique Cormorant (geste calligraphique, +1px : œil plus petit) */
  font-style: italic; font-weight: 500;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.65; letter-spacing: 0.015em;
  color: var(--ivory-70); max-width: 30ch;
  text-shadow: var(--txt-body);
}
.pre-coords {
  position: absolute; top: 26px; left: var(--pad);
  font-family: var(--f-mono);
  font-size: 11px; letter-spacing: 0.22em;
  color: var(--ivory-45);
}
.pre-title {
  position: absolute; top: 44px; left: var(--pad);
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--ivory-25);
}
/* La branche calligraphique se trace avec le % réel (var --pre-p posée par ui.js) */
.pre-branch {
  position: absolute; top: -6%; left: -4%;
  width: clamp(230px, 32vw, 480px);
  transform: rotate(7deg);
  overflow: visible;
  opacity: 0.92;
  filter: drop-shadow(0 0 7px rgba(255, 200, 215, 0.22));
  animation: pre-branch-in 2.2s ease 0.4s both;
}
@keyframes pre-branch-in { from { opacity: 0; } to { opacity: 0.92; } }
.pre-branch path {
  fill: none;
  stroke: rgba(242, 237, 227, 0.6);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--pre-p, 0));
}
.pre-branch .pb-twig {
  stroke: rgba(242, 237, 227, 0.38);
  stroke-dashoffset: clamp(0, calc(1 - (var(--pre-p, 0) - 0.45) * 1.8), 1);
}
.pre-branch .pb-twig2 {
  stroke-dashoffset: clamp(0, calc(1 - (var(--pre-p, 0) - 0.62) * 2.6), 1);
}
/* Le bourgeon gonfle avec le chargement — bordeaux au repos, jamais magenta */
.pre-branch .pre-bud {
  fill: rgba(214, 110, 140, 0.55);
  stroke: rgba(255, 220, 230, 0.7);
  stroke-width: 1.4;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(calc(0.22 + 0.98 * var(--pre-p, 0)));
  filter: drop-shadow(0 0 6px rgba(255, 150, 190, 0.5));
}
.pre-pct {
  position: absolute; bottom: 4vh; right: var(--pad);
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(72px, 11vw, 180px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.pre-bar {
  position: absolute; bottom: 7vh; left: var(--pad);
  width: 30vw; height: 1px;
  background: var(--line);
}
.pre-bar-fill {
  display: block; width: 100%; height: 100%;
  background: var(--ivory-70);
  transform: scaleX(0);
  transform-origin: left center;
}

/* ════ ÉCRAN D'ENTRÉE — marque + accroche + bouton « Entrer » (apparaît à 100 %) ════
   Première impression : jamais vide. La branche reste l'atmosphère ; sous elle,
   la marque + l'accroche montent en fondu dès le chargement, et le bouton se révèle
   quand l'éclosion atteint 100 % (.is-ready posé par ui.js). */
.pre-welcome {
  position: absolute; left: 50%; top: 60%;
  transform: translateX(-50%);
  width: min(90vw, 600px);
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.pre-eyebrow {
  font-family: var(--f-mono);
  font-size: 10.5px; letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--ivory-45);
  opacity: 0; transform: translateY(10px);
  animation: pre-rise 1.2s var(--ease-soft) 0.2s forwards;
}
.pre-brand {
  font-family: var(--f-display); font-weight: 900;
  font-size: clamp(30px, 4.6vw, 60px);
  letter-spacing: -0.012em; line-height: 0.98;
  color: #f2ede3;
  opacity: 0;   /* la revelation lettre-par-lettre est pilotee par ui.js (revealSeuil) */
  text-shadow: 0 2px 30px rgba(8, 4, 8, 0.6), 0 0 18px rgba(255, 150, 190, 0.12);
}
.pre-ch { display: inline-block; will-change: transform, filter, opacity; }
.pre-accroche {
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 1.5; letter-spacing: 0.005em;
  color: var(--ivory-45);
  max-width: 40ch;
  opacity: 0; transform: translateY(12px);
  animation: pre-rise 1.3s var(--ease-soft) 0.95s forwards;   /* SEUIL S6 : dans la fenêtre de la levée de lune (0.1-1.7 s) */
}
@keyframes pre-rise { to { opacity: 1; transform: translateY(0); } }
/* SEUIL S6 : le fantôme du bouton ARRIVE en douceur (0.45 -> 1, jamais 0 : la jauge conic reste lisible
   pendant tout le chargement) -> cascade complète : eyebrow 0.2 / marque 0.35 / accroche 0.95 / bouton 1.25,
   puis l'éclosion (.is-ready) tombe à ~2.6 s = l'instant où la lanterne 3D s'embrase. */
@keyframes pre-ghost { to { opacity: 1; } }
/* ★ B2 — LE BOUTON ENTRER EST LA JAUGE : présent dès le départ en fantôme, son CONTOUR se remplit
   avec le chargement (anneau conic piloté par --pre-p, déjà posée par ui.js sur #preloader).
   À 100 % (.is-ready) : le label s'allume, l'anneau s'efface, UN battement de lune. L'ornement devient fonction. */
.pre-enter {
  position: relative;
  margin-top: 10px;
  font-family: var(--f-mono); font-size: 12px;
  letter-spacing: 0.34em; text-transform: uppercase;
  color: transparent;                          /* fantôme pendant le chargement — le texte reste dans le DOM pour les lecteurs d'écran */
  background: rgba(242, 237, 227, 0.02);
  border: 1px solid rgba(242, 237, 227, 0.07);
  border-radius: 999px;
  padding: 15px 44px;
  cursor: pointer;
  pointer-events: none;                       /* inactif tant que pas prêt (preloader = pointer-events:none) */
  transition: color 0.9s ease, border-color 0.9s ease, background var(--t-touch) ease, box-shadow var(--t-touch) ease, transform var(--t-touch) var(--ease-soft);
  opacity: 0.45;                              /* S6 : fantôme atténué au départ (PAS 0 : la jauge doit se voir)… */
  animation: pre-ghost 1.0s var(--ease-soft) 1.25s forwards;   /* …puis il arrive, dernier temps de la cascade */
}
.pre-enter::before {
  content: '';
  position: absolute; inset: -3px;
  border-radius: 999px;
  padding: 2px;
  background: conic-gradient(rgba(206, 220, 255, 0.75) calc(var(--pre-p, 0) * 360deg), rgba(242, 237, 227, 0.05) 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;                 /* Chrome/Safari */
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;                     /* Firefox — sans la double syntaxe, l'anneau devient un disque plein */
  opacity: 0.8;
  transition: opacity 0.9s ease 0.15s;
  pointer-events: none;
}
#preloader.is-ready .pre-enter {
  pointer-events: auto;
  color: #f2ede3;
  border-color: var(--ivory-25);
  opacity: 1;   /* S6 : le raccourci animation ci-dessous REMPLACE pre-ghost -> on fige l'arrivée à 1 */
  animation: enter-eclot 1.1s var(--ease-soft) 0.15s 1;
}
#preloader.is-ready .pre-enter::before { opacity: 0; }
@keyframes enter-eclot {
  0% { box-shadow: 0 0 0 0 rgba(150, 176, 255, 0); }
  40% { box-shadow: 0 0 0 1px rgba(180, 200, 255, 0.2), 0 0 34px rgba(150, 176, 255, 0.3), inset 0 0 18px rgba(150, 176, 255, 0.1); }
  100% { box-shadow: 0 0 0 0 rgba(150, 176, 255, 0); }
}
.pre-enter:hover, .pre-enter:focus-visible {
  border-color: rgba(206, 220, 255, 0.62);
  background: rgba(150, 176, 255, 0.10);
  color: #fff;
  transform: translateY(-1px);
  /* lueur LUNAIRE froide : remplissage doux + halo, raccord avec la lune du sas */
  box-shadow: 0 0 0 1px rgba(180, 200, 255, 0.14), 0 0 26px rgba(150, 176, 255, 0.22), inset 0 0 22px rgba(150, 176, 255, 0.08);
}
.pre-enter:focus-visible { outline: 2px solid var(--ivory-70); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  .pre-brand { opacity: 1; }
  .pre-eyebrow, .pre-accroche { animation-duration: 0.01s; animation-delay: 0s; }
  .pre-enter { transition: color 0.15s linear, border-color 0.15s linear; animation-duration: 0.01s; animation-delay: 0s; }   /* S6 : le fantôme saute à 1 (pas d'animation:none : opacity 0.45 resterait) */
  #preloader.is-ready .pre-enter { animation: none; opacity: 1; }   /* B2 : l'anneau-jauge reste, le battement est tué ; S6 : arrivée figée à 1 */
}

/* ════════ CURSEUR-PÉTALE ════════ */
#cursor {
  position: fixed; top: 0; left: 0; z-index: 250;   /* AU-DESSUS du seuil (200) et du menu (220) : le curseur ne disparait jamais derriere un overlay */
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.cursor-active #cursor { opacity: 1; }
.touch #cursor { display: none; }
.cur-glow {
  /* CURSEUR-LUEUR : un halo radial CHAUD (clair de lune / lanterne) qui réveille la nuit.
     screen blend = ajoute de la lumière (contribue au bloom), doux, jamais dur. */
  position: absolute;
  width: 84px; height: 84px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,206,150,0.20), rgba(255,176,128,0.07) 42%, transparent 70%);
  mix-blend-mode: screen;
  transition: width 0.45s var(--ease-soft), height 0.45s var(--ease-soft), opacity 0.35s;
}
/* magnétique : la lueur RESPIRE plus large au survol d'un élément interactif */
html[data-cursor-state="link"] .cur-glow { width: 122px; height: 122px; }
@media (prefers-reduced-motion: reduce) { .cur-glow { transition: opacity 0.35s; } }
.cur-ring {
  position: absolute;
  width: 26px; height: 26px;
  border: 1px solid var(--ivory-45);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.35s var(--ease-soft), border-color 0.3s, opacity 0.3s;
}
.cur-petal {
  /* Le cœur : une goutte fine, esquisse de pétale — pas un sprite */
  position: absolute;
  width: 6px; height: 6px;
  background: var(--ivory);
  border-radius: 60% 60% 60% 4px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 0.3s, transform 0.35s var(--ease-soft);
}
.cur-bar {
  position: absolute;
  width: 1px; height: 16px;
  background: var(--ivory-70);
  transform: translate(-50%, -50%) scaleY(0);
  transition: transform 0.25s var(--ease-soft);
}
.cur-label {
  position: absolute; top: 22px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--f-mono);
  font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--ivory);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}
html[data-cursor-state="link"] .cur-ring {
  transform: translate(-50%, -50%) scale(1.55);
  border-color: var(--magenta);
}
html[data-cursor-state="link"] .cur-petal { background: var(--magenta); }
html[data-cursor-state="link"] .cur-label { opacity: 1; }
html[data-cursor-state="text"] .cur-ring { transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
html[data-cursor-state="text"] .cur-petal { transform: translate(-50%, -50%) rotate(45deg) scale(0.4); }
html[data-cursor-state="text"] .cur-bar { transform: translate(-50%, -50%) scaleY(1); }
html.cur-down .cur-ring { transform: translate(-50%, -50%) scale(0.72); }
html.cur-down[data-cursor-state="link"] .cur-ring { transform: translate(-50%, -50%) scale(1.2); }
html.is-locked .cur-ring { border-color: var(--magenta); }

/* ════════ HUD DE NUIT ════════ */
.hud { position: fixed; z-index: 90; pointer-events: none; font-family: var(--f-mono); }
#hud-chrono-box {
  top: 86px; right: var(--pad);
  text-align: right;
}
#hud-chrono {
  font-size: clamp(15px, 1.4vw, 21px);
  letter-spacing: 0.12em;
  color: var(--ivory-70);
  font-variant-numeric: tabular-nums;
}
html.is-locked #hud-chrono { color: var(--ivory); }
#hud-chrono-box small {
  display: block;
  font-size: 9px; letter-spacing: 0.3em;
  color: var(--ivory-25);
  margin-top: 5px;
  text-transform: uppercase;
}
#hud-bloom {
  margin-top: 8px;
  font-size: 9.5px; letter-spacing: 0.3em;
  color: var(--ivory-45);
  font-variant-numeric: tabular-nums;
}
#hud-stats {
  /* DÉPLACÉ dans la pile télémétrie haut-droite (sous chrono/éclosion) : en
     bas-droite il se superposait au chip SMS (bottom) PUIS, remonté, au prix
     « 4 900 € » de la 4e carte d'offres. Le coin haut-droite (sous le chrono)
     est la zone HUD dédiée, libre de contenu. Largeur bornée + aligné à droite
     pour ne jamais mordre vers le centre. */
  top: 178px; right: var(--pad);
  max-width: 270px; text-align: right;
  font-size: 9px; letter-spacing: 0.18em;
  color: var(--ivory-25);
  text-transform: uppercase;
  line-height: 1.5;
}
/* MÉTHODE : on ESTOMPE le HUD télémétrie haut-droite (chrono + éclosion % + triangles)
   pendant #process — les 4 cartes portent déjà leurs propres timecodes (03:07…05:08), donc
   ce HUD devient redondant ET, quand les cartes remontent en fin de section, il les chevauche
   (texte-sur-texte). Fondu doux ; il revient hors Méthode. */
html.in-process #hud-chrono-box,
html.in-process #hud-bloom,
html.in-process #hud-stats { opacity: 0 !important; transition: opacity 0.5s ease; pointer-events: none; }
#hud-align {
  bottom: 56px; left: 50%;
  transform: translateX(-50%);
  font-size: 10px; letter-spacing: 0.3em;
  color: var(--ivory);
  opacity: 0;
  transition: opacity 0.4s;
}
html.is-locked #hud-align { opacity: 1; }
#hud-align::before {
  /* le filet magenta du verrou — une ligne, pas du texte rose */
  content: '';
  display: block;
  width: 34px; height: 1px;
  margin: 0 auto 7px;
  background: var(--magenta);
}
#hud-egg {
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--ivory);
  background: rgba(5, 9, 18, 0.72);
  padding: 14px 26px;
  border: 1px solid var(--bordeaux);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.5s;
}
#hud-egg.on { opacity: 1; }
#hud-hint {
  bottom: 18px; left: var(--pad);
  font-size: 10px; letter-spacing: 0.2em;
  color: var(--ivory-70);
  text-transform: uppercase;
  max-width: 520px;
  line-height: 1.55;
  text-shadow: var(--txt-body);
  transition: opacity 0.6s;
}
/* le mode d'emploi du Seuil disparaît dès qu'on quitte le Seuil */
html.past-hero #hud-hint { opacity: 0 !important; }
#hud-hint b { color: var(--ivory); font-weight: 500; }
/* B3 : le hint arrive APRÈS le scroll-cue (deux temps, jamais deux messages concurrents) */
html.is-loaded #hud-hint { transition: opacity 0.9s ease 3.4s; }

/* ★ B3 — LE SCROLL-CUE : fil + goutte de lune, centré bas. Clé = is-revealing (posée au clic
   ENTRER uniquement -> jamais rejoué en mode instant/?scroll ni au retour d'une démo).
   Apparition à +2.6s = pile le déverrouillage du scroll. Retiré par past-hero (gratuit). */
#scroll-cue {
  left: 50%; bottom: 22px; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  opacity: 0;
}
html.is-revealing #scroll-cue { opacity: 1; transition: opacity 0.9s ease 2.6s; }
html.past-hero #scroll-cue { opacity: 0 !important; transition: opacity 0.6s; }
.sc-line { position: relative; width: 1px; height: 34px; background: rgba(238, 242, 255, 0.22); overflow: hidden; }
.sc-drop { position: absolute; left: -0.5px; top: -6px; width: 2px; height: 6px; border-radius: 2px; background: var(--moon); animation: sc-fall 2.4s ease-in-out infinite; }
.sc-txt { font-family: var(--f-mono); font-size: 9.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ivory-45); text-shadow: var(--txt-body); }
@keyframes sc-fall { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(40px); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .sc-drop { animation: none; top: 30%; opacity: 1; } }
#hud-veille {
  top: 50%; right: var(--pad);
  font-size: 9px; letter-spacing: 0.3em;
  color: var(--ivory-45);
  writing-mode: vertical-rl;
  opacity: 0;
  transition: opacity 0.6s;
}
html.is-veille #hud-veille { opacity: 1; }

/* ════════ ARC LUNAIRE DE PROGRESSION ════════ */
#moonarc {
  position: fixed; top: 6px; left: 50%;
  transform: translateX(-50%);
  width: min(340px, 36vw);
  z-index: 110;              /* ★ B8 : au-dessus du chrome -> les jalons restent cliquables */
  pointer-events: none;
}
#moonarc svg { display: block; width: 100%; height: auto; overflow: visible; pointer-events: none; }
/* ★ B8 — LES JALONS DE LA CARTE DU CIEL : losanges cliquables, .on = chapitre courant seul */
#moonarc .arc-sec { pointer-events: all; cursor: pointer; }
#moonarc .arc-sec rect { fill: rgba(180, 192, 214, 0.30); transition: fill var(--t-touch); }
#moonarc .arc-sec:hover rect { fill: var(--moon); }
#moonarc .arc-sec.on rect { fill: rgba(225, 232, 255, 0.85); }

/* Le rail au repos : trait fin, à peine là */
#moonarc .arc-line { fill: none; }
#moonarc .arc-rest {
  stroke: rgba(180, 192, 214, 0.18);
  stroke-width: 1.1;
  stroke-linecap: round;
}
/* La portion déjà parcourue : ruban lumineux qui se dévoile (JS pilote stroke-dashoffset) */
#moonarc .arc-lit {
  stroke: var(--moon);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 1 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 3px rgba(207, 218, 255, 0.55));
  opacity: 0.9;
  transition: stroke 0.5s linear;
}

/* Graduations : en veille par défaut, allumées quand franchies (classe .on via JS) */
#moonarc .arc-ticks line {
  stroke: rgba(160, 172, 196, 0.20);
  stroke-width: 1;
  transition: stroke 0.45s ease, stroke-width 0.45s ease;
}
#moonarc .arc-ticks line.maj { stroke: rgba(180, 192, 214, 0.32); stroke-width: 1.1; }
#moonarc .arc-ticks line.on {
  stroke: rgba(225, 232, 255, 0.78);
  stroke-width: 1.2;
}
#moonarc .arc-ticks line.maj.on {
  stroke: var(--moon);
  stroke-width: 1.5;
}

/* La lune : disque lumineux + halo doux */
#moonarc .arc-glow { opacity: 0.92; }
#moonarc .arc-moon { filter: drop-shadow(0 0 5px rgba(207, 218, 255, 0.6)); }

/* Le libellé d'heure suit la lune, discret en JetBrains Mono */
#moonarc .arc-clock {
  font-family: var(--f-mono);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  fill: var(--ivory-45);
  paint-order: stroke;
  transition: fill 0.5s linear;
}

/* Souffle lent au repos : le halo respire très légèrement (coupé en reduced-motion) */
@media (prefers-reduced-motion: no-preference) {
  #moonarc .arc-moon-g { animation: arc-breathe 6.5s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
}
@keyframes arc-breathe {
  0%, 100% { opacity: 0.92; }
  50%      { opacity: 1; }
}

/* ════════ SON + SMS FLOTTANT + VOILE ════════ */
#snd-btn {
  position: fixed; bottom: 16px; left: var(--pad); z-index: 110;
  display: flex; align-items: center; gap: 9px;
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ivory);
  border: 1px solid var(--bordeaux);
  border-radius: 6px;
  padding: 12px 18px;
  background: rgba(5, 9, 18, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  transition: border-color var(--t-touch), color var(--t-touch), background var(--t-touch);
}
#snd-btn:hover { color: var(--ivory); border-color: var(--magenta); }
#snd-btn .bars { display: inline-flex; align-items: flex-end; gap: 2px; height: 11px; }
#snd-btn .bars i { width: 2px; height: 3px; background: currentColor; transition: height 0.3s; }
#snd-btn.on { color: var(--ivory); border-color: var(--magenta); background: rgba(40, 8, 24, 0.55); }
#snd-btn.on .bars i { background: var(--magenta); animation: eq 0.9s ease-in-out infinite alternate; }
#snd-btn.on .bars i:nth-child(2) { animation-delay: 0.2s; }
#snd-btn.on .bars i:nth-child(3) { animation-delay: 0.45s; }
@keyframes eq { from { height: 3px; } to { height: 10px; } }

.float-sms {
  position: fixed; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); right: var(--pad); z-index: 110;   /* C15 : hors de la barre home iOS */
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ivory);
  border: 1px solid var(--bordeaux);
  border-radius: 6px;
  padding: 14px 22px;
  background: rgba(5, 9, 18, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color var(--t-touch), opacity 0.6s ease;
}
.float-sms:hover { border-color: var(--magenta); }
/* C15 — le FAB se retire à l'aube (#contact affiche déjà le SMS en clair : jamais deux CTA concurrents) */
html.at-dawn .float-sms { opacity: 0; pointer-events: none; }

#veil {
  position: fixed; inset: 0; z-index: 220;
  /* ★ C7 — LE MATCH-CUT CHROMATIQUE : le voile de sortie prend la teinte du monde cliqué
     (--veil-accent posée par ui.js au clic d'une lanterne) -> il se raccorde au voile d'entrée
     de la démo. Sans var posée (voile générique, data-exit) : nuit d'origine, au pixel près. */
  background: var(--night-zenith);
  background: radial-gradient(120% 120% at 50% 46%,
    var(--veil-accent, var(--night-zenith)) 0%,
    color-mix(in srgb, var(--veil-accent, var(--night-zenith)) 40%, var(--night-zenith)) 60%,
    var(--night-zenith) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s ease;
}
#veil.on { opacity: 1; pointer-events: auto; }
html.is-exiting #veil { transition-duration: 0.22s; }   /* C7 : le voile n'a que ~170 ms avant le cut */
/* Sortie (voile ou plongée galerie) : le DOM s'efface, la lumière reste */
html.is-exiting main, html.is-exiting footer, html.is-exiting .hud,
html.is-exiting #moonarc, html.is-exiting .float-sms, html.is-exiting #snd-btn,
html.is-exiting #world-label, html.is-exiting #nav {
  opacity: 0 !important;
  transition: opacity 0.4s ease !important;
}

/* ════════ NAV ════════ */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--pad);
  transition: transform var(--t-move) var(--ease-soft), background var(--t-touch);
}
#nav.nav-hidden { transform: translateY(-110%); }
#nav.nav-scrolled { background: linear-gradient(rgba(5, 9, 18, 0.8), transparent); }
.brand {
  display: flex; align-items: baseline; gap: 10px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.01em;
}
.brand .bm {
  width: 9px; height: 9px;
  border: 1px solid var(--bordeaux);
  border-radius: 50% 50% 50% 2px;
  transform: rotate(45deg) translateY(-1px);
  display: inline-block;
  transition: border-color var(--t-touch);
}
.brand:hover .bm { border-color: var(--magenta); }
.brand small {
  font-family: var(--f-mono);
  font-weight: 400; font-size: 8.5px;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--ivory-45);
}
.nav-right { display: flex; align-items: center; gap: 26px; }
.nav-links { display: flex; gap: 22px; }
.nav-links a {
  position: relative;
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ivory-70);
  transition: color var(--t-touch);
}
.nav-links a:hover { color: var(--ivory); }
/* ★ B6 — SCROLL-SPY : underline magenta balayé sur le lien de la section courante (aria-current) et au hover */
.nav-links a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px;
  background: var(--magenta);
  transform: scaleX(0); transform-origin: left center;
  transition: transform var(--t-move) var(--ease-link);
}
.nav-links a:hover::after, .nav-links a[aria-current]::after { transform: scaleX(1); }
.nav-links a[aria-current] { color: var(--ivory); }
.nav-cta {
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  border: 1px solid var(--bordeaux);
  border-radius: 6px;
  padding: 11px 22px;
  color: var(--ivory);
  position: relative;
  transition: border-color var(--t-touch), background var(--t-touch);
}
.nav-cta:hover { border-color: var(--magenta); background: rgba(19, 26, 46, 0.7); }
#menu-btn { display: flex; align-items: center; padding: 18px 12px; margin: -14px -12px; }
.menu-burger { width: 24px; height: 9px; position: relative; }
.menu-burger span {
  position: absolute; left: 0; width: 100%; height: 1px;
  background: var(--ivory);
  transition: transform var(--t-move) var(--ease-soft), top var(--t-move), width var(--t-touch);
}
.menu-burger span:nth-child(1) { top: 0; }
.menu-burger span:nth-child(2) { top: 8px; }
#menu-btn:hover .menu-burger span:nth-child(1) { width: 55%; }
.menu-open .menu-burger span:nth-child(1) { top: 4px; transform: rotate(45deg); }
.menu-open .menu-burger span:nth-child(2) { top: 4px; transform: rotate(-45deg); }

/* ════════ MENU ════════ */
#menu {
  position: fixed; inset: 0; z-index: 95;
  background: rgba(5, 9, 18, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex; flex-direction: column; justify-content: safe center;
  padding: 12vh var(--pad);
  overflow-y: auto;        /* écran court : le menu défile au lieu de rogner le bas */
  opacity: 0; visibility: hidden;
  /* B9 : fermeture PLUS VIVE (0.45s) que l'ouverture (--t-veil 0.9s, cérémonieuse) — dissymétrie voulue */
  transition: opacity 0.45s var(--ease-soft), visibility 0s 0.45s;
}
/* B9 — la nuit entre dans le menu : halo lunaire en haut à droite (profondeur, jamais un aplat) */
#menu::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(64vw 52vh at 82% 6%, rgba(150, 176, 255, 0.075), transparent 62%);
}
/* desktop : la nav est visible → le burger est redondant, on le retire du parcours */
@media (min-width: 1101px) { #menu-btn { display: none; } }
.menu-open #menu { opacity: 1; visibility: visible; transition: opacity var(--t-veil) var(--ease-soft), visibility 0s; }
.menu-item { overflow: hidden; }
.menu-link {
  display: inline-flex; align-items: baseline; gap: 18px;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(34px, 6.5vw, 78px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  position: relative;
  transition: color var(--t-touch);
}
.menu-link i {
  font-style: normal;
  font-family: var(--f-mono);
  font-size: 11px; letter-spacing: 0.2em;
  color: var(--ivory-45);   /* SOTY-GO a11y : AA */
}
.menu-link::after {
  content: '';
  position: absolute; left: 0; bottom: 0.06em;
  width: 100%; height: 1px;
  background: var(--magenta);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--t-move) var(--ease-link);
}
.menu-link:hover, .menu-link[aria-current] { color: var(--moon); }   /* B6 : la section courante s'allume aussi dans le menu */
.menu-link[aria-current] i { color: var(--magenta); }
.menu-link:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-meta { margin-top: 6vh; display: flex; gap: 40px; flex-wrap: wrap; }
.menu-meta a:hover { color: var(--ivory); }

/* ════════ SECTIONS ════════ */
section { position: relative; padding: 0 var(--pad); }
.shead { max-width: 1100px; margin-bottom: 8vh; }
.shead h2 { font-size: var(--fs-display-xl); margin-top: 22px; max-width: 22ch; }
.shead .lead { margin-top: 22px; max-width: 54ch; color: var(--ivory-70); font-size: 15.5px; line-height: 1.75; text-shadow: var(--txt-body); }
.shead h2 { text-shadow: var(--txt-title); }

/* ════════ HERO — LE SEUIL ════════
   132→150vh : un peu plus de tenue sur le Seuil avant que la plongée
   vers le manifeste (dist 62→26) ne s'amorce — la transition démarre à
   manifesto.top−1.35·winH, ce surplus la repousse et l'étale. */
#hero { min-height: 150vh; padding-left: clamp(16px, 2.2vw, 44px); }   /* le texte hugge le bord GAUCHE (plus au milieu) */
.hero-stage {
  height: 100vh;
  box-sizing: border-box;
  /* réserve une bande en bas pour la ligne meta + l'indice souris : le contenu
     centré (titre + CTA) ne descend plus dedans → fini le chevauchement du bouton */
  padding-bottom: 13vh;
  display: flex; flex-direction: column; justify-content: center;
  position: relative;
}
/* Voile sombre RETIRÉ (le user n'en voulait pas) : la lisibilité passe par le halo (text-shadow) de la typo. */
.hero-stage::before { content: none; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 2.6vh;
}
.hero-tag .k { font-size: 13px; }
.hero-tag .dot {
  width: 5px; height: 5px;
  background: var(--moon);
  border-radius: 50%;
  display: inline-block;
  animation: lull 3.2s ease-in-out infinite;
}
@keyframes lull { 50% { opacity: 0.25; } }
.hero-title {
  font-size: clamp(1.6rem, 2.4vw + 0.5rem, 3.5rem);   /* ÉPURÉ : plus petit (fini le « gros texte ») */
  font-weight: 400;                                     /* plus FIN (au lieu du bold h1 par défaut) — F4 : le VRAI 400 Mincho est enfin chargé */
  line-height: 1.22;                                    /* plus d'air entre les lignes */
  letter-spacing: 0.002em;                              /* F4 : un Mincho fin à grande taille respire en tracking neutre-positif (le -0.004em serrait le faux-gras substitué) */
  max-width: 15ch;                                      /* colonne resserrée → reste à GAUCHE, pas au milieu */
  /* Halo lunaire : lisibilité SANS voile sombre — la typo tient quand un pétale passe derrière */
  text-shadow: var(--txt-title);
}
.hero-sub {
  margin-top: 3vh;
  max-width: 480px;
  color: var(--ivory-70);
  font-size: clamp(15px, 1.15vw, 17.5px);
  line-height: 1.7;
  text-shadow: var(--txt-body);
}
.hero-sub b { color: var(--ivory); font-weight: 500; }
.hero-cta {
  margin-top: 3vh;
  display: flex; align-items: center; gap: 26px; flex-wrap: wrap;
}
/* Écrans courts (peu de hauteur utile) : on compresse + on retire les 2 éléments
   secondaires du bas (ligne meta, indice souris) pour garantir zéro chevauchement. */
@media (max-height: 880px) {
  .hero-title { font-size: clamp(2rem, 3.6vw + 0.4rem, 4.6rem); }
  .hero-tag { margin-bottom: 1.8vh; }
  .hero-sub { margin-top: 2vh; }
  .hero-cta { margin-top: 2.2vh; }
  .hero-meta { display: none; }
  #hud-hint { display: none; }
}
.hero-meta {
  position: absolute;
  bottom: 11vh; left: 0; right: 0;   /* au-dessus de l'indice souris (qui grandit en EN) — fini le chevauchement */
  display: flex; gap: 28px; flex-wrap: wrap;
  font-family: var(--f-mono);
  font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ivory-70);
}
.hero-meta b { color: var(--ivory-70); font-weight: 500; }

/* ════════ PILLS & LIENS ════════ */
.pill {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--f-mono);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ivory);
  border: 1px solid var(--bordeaux);
  border-radius: 6px;
  padding: 16px 32px;
  position: relative;
  background: rgba(12, 18, 34, 0.4);
  transition: border-color var(--t-touch), background var(--t-touch), transform var(--t-move) var(--ease-soft);
}
.pill:hover { border-color: var(--magenta); background: rgba(19, 26, 46, 0.75); }
/* Le moment de conversion : bouton PLEIN ivoire/lune — il domine, sans crier */
.pill--solid {
  background: var(--ivory); color: var(--night-zenith); border-color: var(--ivory);
  font-weight: 500;
}
.pill--solid:hover {
  background: var(--moon); border-color: var(--magenta);
  box-shadow: 0 6px 28px rgba(238, 242, 255, 0.16);
}
.pill--solid:focus-visible {
  outline: 1px solid var(--magenta); outline-offset: 4px;
  background: var(--moon);
}
/* AUBE (#contact) : sur le ciel rose-or clair, le bouton ivoire DISPARAÎT. On le passe en rose sakura
   SATURÉ → il DOMINE le climax (CTA de conversion), texte clair lisible, liseré bordeaux. (hero intact) */
#contact .pill--solid {
  background: linear-gradient(180deg, #c2497c, #a53763);   /* C13 fix AA : #fff sur ce dégradé passe 4,6:1 (l'ancien #d96a93 était sous le seuil) */
  color: #fff; border: 1.5px solid rgba(75, 29, 44, 0.55);
  box-shadow: 0 10px 32px -10px rgba(150, 40, 90, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
/* ★ C13 — LES 3 ÉTATS DU VŒU : envoi (pétale qui bat) -> reçu (le bouton vire à l'AUBE) */
#contact .pill--solid.is-sending { pointer-events: none; opacity: 0.92; }
#contact .pill--solid.is-sending::after {
  content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50% 50% 50% 0;
  margin-left: 10px; vertical-align: 0;
  background: rgba(255, 255, 255, 0.9);
  animation: voeu-bat 0.9s ease-in-out infinite;
}
@keyframes voeu-bat { 0%, 100% { transform: rotate(-14deg) scale(0.85); opacity: 0.7; } 50% { transform: rotate(10deg) scale(1.05); opacity: 1; } }
#contact .pill--solid.is-sent {
  pointer-events: none;
  background: linear-gradient(180deg, var(--dawn-2), var(--dawn-1));
  color: #3a1320;                     /* encre sur l'aube ≈ 10:1 */
  border-color: rgba(75, 29, 44, 0.35);
  box-shadow: 0 10px 36px -10px rgba(243, 217, 176, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
@media (prefers-reduced-motion: reduce) { #contact .pill--solid.is-sending::after { animation: none; } }
#contact .pill--solid:hover {
  background: linear-gradient(180deg, #e684a8, #d05a90);
  border-color: rgba(75, 29, 44, 0.72);
  box-shadow: 0 12px 36px -10px rgba(170, 50, 100, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
#contact .pill--solid:focus-visible { outline: 2px solid #4b1d2c; outline-offset: 4px; background: linear-gradient(180deg, #e07aa0, #c64a82); }

.u-link {
  position: relative;
  font-family: var(--f-mono);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ivory-70);
  padding-bottom: 5px;
  transition: color var(--t-touch);
}
.u-link::before {
  /* Zone tactile élargie (≥ 44 px) sans toucher au dessin */
  content: '';
  position: absolute; inset: -14px -10px;
}
.u-link::after {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 100%; height: 1px;
  background: var(--magenta);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--t-move) var(--ease-link);
}
.u-link:hover { color: var(--ivory); }
.u-link:hover::after { transform: scaleX(1); transform-origin: left; }

/* CTA discret de fin de chapitre — le devis n'est jamais à plus d'un geste */
.sec-cta { margin-top: 3.5vh; pointer-events: auto; }

/* ════════ MANIFESTE — SOUS L'ÉCORCE ════════
   Piste de scroll allongée (175→230vh) : la plongée hero→manifeste
   (dist 62→26, dTheta 0→−38) doit RESPIRER. Le contenu reste CALÉ et
   centré dans un étage sticky pleine hauteur (comme galerie/process) —
   c'est la piste qui s'étire, jamais un grand vide visuel. */
#manifesto { min-height: 285vh; }
.manifesto-grid {
  position: sticky; top: 0;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);   /* colonne aside retirée (le user a enlevé le bloc stats de droite) */
  gap: 40px; width: 100%;
  align-items: start;                               /* texte ancré vers le HAUT (moins au milieu) */
  padding-top: clamp(90px, 15vh, 160px);           /* passe sous la nav fixe */
}
.manifesto-aside { display: none !important; }   /* bloc stats droite (16 000 / 60 fps / 04 / < 2h) retiré */
/* Piliers : matière éditoriale sous la copie — gabarit .step (filet + clé mono) */
.manifesto-pillars { margin-top: 5vh; max-width: 42ch; list-style: none; display: grid; gap: 18px; }
.manifesto-pillars li { border-top: 1px solid var(--bordeaux-soft); padding-top: 13px; }
.mp-k {
  display: block;
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ivory);
}
.mp-t { display: block; margin-top: 6px; font-size: 13.5px; line-height: 1.6; color: var(--ivory-70); }
/* Aside droit : signalétique de nuit (paires clé/valeur), filet d'ancrage à gauche */
.manifesto-aside {
  align-self: center;
  border-left: 1px solid var(--line-strong);
  padding-left: 22px;
  display: grid; gap: 16px;
}
.manifesto-aside .ma-row { display: flex; flex-direction: column; gap: 4px; }
.manifesto-aside .ma-k { font-size: 9px; letter-spacing: 0.22em; color: var(--ivory-45); }
.manifesto-aside .ma-v {
  font-family: var(--f-display); font-weight: 900;
  font-size: clamp(1.4rem, 1.9vw, 1.9rem); letter-spacing: -0.01em;
  color: var(--ivory); line-height: 1; font-variant-numeric: tabular-nums;
}
.manifesto-aside .ma-coord {
  margin-top: 6px; font-size: 9px; letter-spacing: 0.18em; color: var(--ivory-45);   /* SOTY-GO a11y : AA */
}
.manifesto-label { line-height: 2; }
/* Voile local : assise de lisibilité sur les pétales, jamais un aplat */
.manifesto-copy { position: relative; }
.manifesto-copy::before { content: none; }   /* SCRIM SUPPRIMÉ (le user n'en voulait pas) : lisibilité par halo dense sur la typo */
.manifesto-text {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: var(--fs-display-s);
  line-height: 1.42;
  letter-spacing: -0.005em;
  max-width: 32ch;
  text-shadow: 0 0 2px rgba(5, 9, 18, 0.95), 0 0 8px rgba(5, 9, 18, 0.88), 0 0 18px rgba(5, 9, 18, 0.55), 0 2px 12px rgba(5, 9, 18, 0.5);   /* halo dense (remplace le scrim) */
}
.manifesto-text .w { display: inline-block; }
.manifesto-foot { margin-top: 6vh; max-width: 42ch; color: rgba(242, 237, 227, 0.9); font-size: 15px; line-height: 1.75; }
/* halo dense sur les libellés/piliers du manifeste (remplace le scrim retiré) */
.manifesto-label, .mp-k, .mp-t, .manifesto-foot {
  text-shadow: 0 0 2px rgba(5, 9, 18, 0.96), 0 0 7px rgba(5, 9, 18, 0.9), 0 0 14px rgba(5, 9, 18, 0.55), 0 1px 10px rgba(5, 9, 18, 0.55);
}

/* ════════ OFFRES — LES BRANCHES VIVANTES ════════
   Cartes séparées : chaque branche respire. La carte survolée (ou
   éclairée par sa branche : .is-lit) SE SOULÈVE et s'éclaire — sa
   branche fleurit dans la même frame côté GL. */
/* 245vh : piste allongée pour étaler l'arrivée offres (dist 26→42,
   dTheta −38→−80, les 5 branches qui fleurissent) ET garder le moment
   « Logiciels & IA » (fin de section) AVANT le départ caméra vers la
   galerie. Le contenu (les 4 cartes) flotte en haut ; l'air ajouté est
   en bas de section — aucun vide entre les blocs. */
#offres { min-height: 300vh; padding-top: 18vh; padding-bottom: 12vh; }
#offres .shead { position: relative; }
#offres .shead h2 { font-size: var(--fs-display-m); }
.shead-meta {
  margin-top: 26px;
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 14px;
  font-size: 9.5px; letter-spacing: 0.18em;
  color: var(--ivory-45);
  text-shadow: 0 0 1px rgba(5, 9, 18, 0.98), 0 0 4px rgba(5, 9, 18, 0.96), 0 0 9px rgba(5, 9, 18, 0.82), 0 1px 6px rgba(5, 9, 18, 0.85);
}
.shead-meta b { color: var(--ivory-70); font-weight: 500; }
.shead-meta-sep { color: var(--ivory-25); }
#offres .shead::before { content: none; }   /* SCRIM SUPPRIMÉ : lisibilité par halo dense (text-shadow) */
#offres .shead h2, #offres .shead .lead {
  text-shadow: 0 0 2px rgba(5, 9, 18, 0.95), 0 0 8px rgba(5, 9, 18, 0.88), 0 0 18px rgba(5, 9, 18, 0.55), 0 2px 12px rgba(5, 9, 18, 0.5);
}
.offres-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 1.8vw, 28px);
}
/* ════════ OFFRES — SUIVI (.offre) + SURFACE PORCELAINE (.offre-3d) ════════ */
/* .offre = couche de SUIVI : le ticker écrit translate3d via --fx/--fy. En flux
   grid au repos (suivi off) ; en absolute sous .offres-following (suivi on). */
.offre {
  --fx: 0px; --fy: 0px;
  position: relative; min-height: 0;
  transform: translate3d(var(--fx), var(--fy), 0);
}
.offres-following .offre {
  position: absolute; top: 0; left: 0; margin: 0;
  will-change: transform; backface-visibility: hidden;
}
.offre.feat { z-index: 1; }

/* .offre-3d = panneau porcelaine + relief (tilt/lift/scale) lus en CSS vars
   posées par le MÊME ticker (--rx/--ry) ou par hover (--lift). Aucune collision :
   le suivi vit sur .offre, le relief sur .offre-3d. */
.offre-3d {
  --rx: 0deg; --ry: 0deg; --lift: 0px;
  --bob: 0px; --brz: 0deg; --bsc: 1;          /* respiration (palier VIE) — neutre par défaut */
  --sap-x: 14%; --sap-y: 92%; --warm: 0;
  display: flex; flex-direction: column; height: 100%;
  padding: clamp(22px, 2.2vw, 38px);
  border-radius: 9px; position: relative; overflow: hidden;
  transform-style: preserve-3d; backface-visibility: hidden; will-change: transform;
  transform: perspective(900px) rotateX(var(--ry)) rotateY(var(--rx)) rotateZ(var(--brz)) translate3d(0, calc(var(--lift) + var(--bob)), 0) scale(var(--bsc));
  /* PAPIER DE LANTERNE : rétro-éclairage interne (radial chaud, JAMAIS blanc pur) + papier + bas translucide */
  /* VERRE DE NUIT : sombre + TRANSLUCIDE -> la scene 3D (petales/branches) TRANSPARAIT.
     Pas de blanc/clair. Lueur interne chaude (lanterne) pilotee par --warm, jamais opaque. */
  background:
    radial-gradient(130% 100% at 50% -10%, rgba(231,192,142,calc(0.05 + 0.16 * var(--warm))), transparent 56%),
    linear-gradient(168deg, rgba(30,18,38,0.26) 0%, rgba(16,12,26,0.40) 100%);
  backdrop-filter: blur(5px) saturate(125%);
  -webkit-backdrop-filter: blur(5px) saturate(125%);
  border: 1px solid rgba(231, 192, 142, 0.20);
  box-shadow:
    0 18px 46px rgba(4, 7, 14, 0.48), 0 3px 10px rgba(4, 7, 14, 0.30),
    inset 0 1px 0 rgba(242, 237, 227, 0.10),
    inset 0 16px 40px rgba(231, 192, 142, calc(0.04 + 0.12 * var(--warm)));
  transition: box-shadow var(--t-move) var(--ease-soft), border-color var(--t-touch), --lift var(--t-move) var(--ease-soft), --warm 0.5s var(--ease-soft);   /* C5 : le hover RESPIRE (lift + chaleur fluides, fini le snap) */
}
.offre h3, .offre > .offre-3d > p, .offre li,
.offre-price .from, .offre-price b { text-shadow: none; }
.offre:hover .offre-3d, .offre.is-lit .offre-3d {
  --lift: -7px; --warm: 1; border-color: rgba(255, 150, 120, 0.5);
  box-shadow:
    0 28px 60px rgba(4, 7, 14, 0.56), 0 4px 12px rgba(4, 7, 14, 0.36),
    inset 0 1px 0 rgba(255, 247, 228, 0.7),
    inset 0 20px 46px rgba(255, 196, 140, 0.3),
    inset 0 -22px 34px rgba(90, 28, 26, 0.3);
}
/* ── FISSURES DE SÈVE : SVG craquelure en MASK -> couleur pilotable CSS ── */
.offre-3d::before {
  content: ''; position: absolute; inset: 0; border-radius: 8px;
  pointer-events: none; transform: translateZ(14px);
  --crack-in: 1; --flash: 0;   /* entrée : --crack-in 0->1 trace, --flash flash bref */
  background:
    radial-gradient(60% 70% at var(--sap-x) var(--sap-y), rgba(255,138,120,calc(0.55 + 0.25 * var(--flash))), transparent 62%),
    var(--sap);
  -webkit-mask-image: var(--crackle); mask-image: var(--crackle);
  -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  opacity: calc((0.42 + 0.45 * var(--warm) + 0.3 * var(--flash)) * var(--crack-in));
  filter: saturate(calc(1.05 + 0.1 * var(--flash))) drop-shadow(0 0 calc(3px + var(--flash) * 3px) rgba(210,58,74,0.5));
  transition: opacity 0.5s var(--ease-soft), filter 0.45s var(--ease-soft);
  --crackle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 380' fill='none' stroke='%23000' stroke-width='1.1' stroke-linecap='round'%3E%3Cpath d='M30 372 Q72 300 88 232 Q98 188 140 150 Q176 118 188 60 Q194 28 210 4'/%3E%3Cpath d='M88 232 Q120 226 150 200 Q188 168 236 158'/%3E%3Cpath d='M140 150 Q108 132 70 128 Q40 124 16 100' stroke-width='0.8'/%3E%3Cpath d='M188 60 Q224 70 252 52 Q276 36 296 44' stroke-width='0.8'/%3E%3Cpath d='M98 188 Q70 196 44 232 Q26 256 8 268' stroke-width='0.7'/%3E%3Cpath d='M150 200 Q160 244 196 272 Q224 294 232 332' stroke-width='0.8'/%3E%3Cpath d='M236 158 Q258 132 264 96' stroke-width='0.7'/%3E%3Cpath d='M70 128 Q56 92 64 56' stroke-width='0.6'/%3E%3C/svg%3E");
}
.offre:hover .offre-3d::before, .offre.is-lit .offre-3d::before {
  filter: saturate(1.15) drop-shadow(0 0 6px rgba(210, 58, 74, 0.6));
  background:
    radial-gradient(60% 70% at var(--sap-x) var(--sap-y), rgba(255,160,130,0.78), transparent 58%),
    var(--sap);
}
/* ── reflet spéculaire (verre/marbre poli) ── */
.offre-3d::after {
  content: ''; position: absolute; inset: 0; border-radius: 8px;
  pointer-events: none; transform: translateZ(26px);
  background: linear-gradient(120deg, rgba(255,236,206,0) 34%, rgba(255,236,206,0.22) 50%, rgba(255,236,206,0) 66%);
  opacity: 0; transition: opacity 0.4s var(--ease-soft);
}
.offre:hover .offre-3d::after, .offre.is-lit .offre-3d::after { opacity: 0.5; }
/* ── TYPO sur porcelaine ── */
.offre-tag { font-family: var(--f-mono); font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ivory-45); margin-bottom: 14px; text-shadow: 0 0 8px rgba(5,9,18,0.75); }   /* F4 : 8.5->9.5px (lisibilité AA, tracking compensé = largeur ~ident) */
.offre h3 { font-family: var(--f-display); font-weight: 900; font-size: clamp(1.05rem,1.25vw,1.35rem); line-height: 1.25; color: var(--ivory); text-shadow: 0 0 2px rgba(5,9,18,0.9), 0 0 10px rgba(5,9,18,0.7), 0 2px 14px rgba(5,9,18,0.6); }
.offre > .offre-3d > p { margin-top: 14px; font-size: 12.5px; color: var(--ivory-70); line-height: 1.6; text-shadow: 0 0 7px rgba(5,9,18,0.8); }
.offre-price { margin-top: 16px; display: flex; align-items: baseline; gap: 9px; }
.offre-price .from { font-family: var(--f-mono); font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ivory-45); }   /* C4/F4 : 8.5->9.5px (AA) */
.offre-price b { font-family: var(--f-display); font-weight: 900; font-size: clamp(1.5rem,1.9vw,2.05rem); letter-spacing: -0.012em; color: var(--ivory); text-shadow: 0 0 3px rgba(5,9,18,0.9), 0 0 12px rgba(5,9,18,0.65); }
/* « Sur devis » (tier signature immersif) : mincho un cran plus discret que les prix chiffrés,
   même baseline, pour tenir le rythme de la grille sans crier un nombre absent. */
.offre-price--quote b { font-size: clamp(1.28rem, 1.55vw, 1.68rem); letter-spacing: 0.004em; }
.offre ul { margin-top: 16px; list-style: none; display: grid; gap: 10px; }
.offre li { font-size: 12px; color: var(--ivory-70); padding-left: 16px; position: relative; text-shadow: 0 0 6px rgba(5,9,18,0.78); }
.offre li::before { content: ''; position: absolute; left: 0; top: 0.55em; width: 8px; height: 1px; background: var(--sap); opacity: 0.9; transition: opacity 0.35s, width 0.35s var(--ease-soft); box-shadow: 0 0 5px rgba(210,58,74,0.7); }
.offre:hover li::before, .offre.is-lit li::before { opacity: 1; width: 11px; }
/* ★ C4 — LE CHEMIN DE CONVERSION SORT DU NOIR : le CTA était var(--porc-ink) = 1,22:1 sur verre
   sombre (illisible au repos, invisible sur tactile où le hover n'existe pas). Repos = ivory-70
   (6,44:1), allumé = ivoire plein. + filet de sève d'affordance PRÉSENT au repos (opacité .35 -> 1). */
.offre .u-link { margin-top: auto; padding-top: 18px; align-self: flex-start; color: var(--ivory-70); }
.offre:hover .u-link, .offre:focus-within .u-link, .offre.is-lit .u-link { color: var(--ivory); }
#offres .offre .u-link::after { transform: scaleX(1); opacity: 0.35; transition: opacity var(--t-touch); }
#offres .offre:hover .u-link::after, #offres .offre:focus-within .u-link::after, #offres .offre.is-lit .u-link::after { opacity: 1; }
/* C5 — LE PRIX S'EMBRASE au hover (accent UNIQUE de la carte : lift+warm = matière, prix = accent) */
.offre:hover .offre-price b, .offre:focus-within .offre-price b, .offre.is-lit .offre-price b { color: var(--lantern); }
/* C6 — L'ESCALIER DES OFFRES : « Tout Essentiel, plus : » -> la gamme se lit comme une progression */
.offre-incl { margin-top: 14px; font-family: var(--f-mono); font-size: 9.5px; letter-spacing: 0.19em; text-transform: uppercase; color: var(--ivory-45); }   /* F4 : 8.5->9.5px (AA) */
/* C6 — « Le plus choisi » ANCRÉ : point de sève vivant devant le tag (zéro texte ajouté) */
.offre[data-offer="1"] .offre-tag { position: relative; padding-left: 14px; }
.offre[data-offer="1"] .offre-tag::before {
  content: ''; position: absolute; left: 0; top: 50%; margin-top: -2.5px;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--sap); box-shadow: 0 0 8px rgba(210, 58, 74, 0.8);
}
/* ════════ .feat — Site immersif 3D : LA STAR (scale sur .offre-3d, pas .offre) ════════ */
.offre.feat .offre-3d {
  --warm: 0.5;
  transform: perspective(900px) rotateX(var(--ry)) rotateY(var(--rx)) rotateZ(var(--brz)) translate3d(0, calc(var(--lift) + var(--bob)), 0) scale(calc(1.06 * var(--bsc)));
  background:
    radial-gradient(130% 100% at 50% -10%, rgba(231,192,142,calc(0.10 + 0.18 * var(--warm))), transparent 56%),
    linear-gradient(168deg, rgba(42,28,30,0.32) 0%, rgba(22,14,26,0.44) 100%);
  border-color: rgba(231, 192, 142, 0.5);
  box-shadow:
    0 0 0 1px rgba(231,192,142,0.3), 0 24px 62px -22px rgba(231,192,142,0.3),
    0 18px 46px rgba(4,7,14,0.52),
    inset 0 1px 0 rgba(231,192,142,0.18), inset 0 18px 44px rgba(231,206,150,calc(0.08 + 0.16 * var(--warm)));
}
.offre.feat .offre-3d::before { opacity: calc((0.5 + 0.4 * var(--warm)) * var(--crack-in)); }
.offre.feat:hover .offre-3d, .offre.feat.is-lit .offre-3d {
  --warm: 1;
  box-shadow:
    0 0 0 1px rgba(231,192,142,0.5), 0 28px 66px -20px rgba(231,192,142,0.52),
    0 24px 56px rgba(4,7,14,0.54), inset 0 1px 0 rgba(255,247,228,0.85), inset 0 22px 48px rgba(255,206,150,0.32);
}
/* ★ C6 — LA SIGNATURE ASSUME SON RANG : tag en CHIP or + CTA ENCADRÉ or (chip + CTA suffisent
   à dire le rang — pas de keyline en plus : trois marqueurs or feraient « vitrine dorée »). */
.offre.feat .offre-tag {
  color: var(--lantern);
  display: inline-block; align-self: flex-start;
  padding: 5px 12px; border: 1px solid rgba(231, 192, 142, 0.45); border-radius: 999px;
  box-shadow: inset 0 0 12px rgba(231, 192, 142, 0.10);
}
.offre.feat h3 { color: #f3dca6; }
.offre.feat .offre-price b { color: var(--lantern); }
.offre.feat .u-link {
  align-self: stretch; text-align: center;
  padding: 13px 18px; margin-top: 18px;
  border: 1px solid rgba(231, 192, 142, 0.45); border-radius: 8px;
  color: var(--ivory-70);
  transition: color var(--t-touch), background var(--t-touch), border-color var(--t-touch);
}
.offre.feat:hover .u-link, .offre.feat:focus-within .u-link, .offre.feat.is-lit .u-link {
  background: rgba(231, 192, 142, 0.12); color: #f3dca6; border-color: rgba(231, 192, 142, 0.7);
}
#offres .offre.feat .u-link::after { display: none; }   /* le cadre EST l'affordance : pas de filet en plus */
/* C6 — CHALEUR TACTILE : sur mobile le hover n'existe pas -> les lanternes des cartes veillent au repos */
@media (hover: none) and (pointer: coarse) {
  .offre-3d { --warm: 0.30; }
  .offre.feat .offre-3d { --warm: 0.60; }
}
@property --warm { syntax: '<number>'; inherits: false; initial-value: 0; }
@property --bob  { syntax: '<length>'; inherits: false; initial-value: 0px; }
@property --lift { syntax: '<length>'; inherits: false; initial-value: 0px; }   /* C5 : SANS cet enregistrement, la transition --lift déclarée plus haut était INERTE (le lift snappait) — hover uniquement, jamais animé en continu */
/* VIE (flottement + glow sève) RETIRÉE : les animations CSS continues — surtout @property --bob
   qui pilote le transform — tournaient MÊME hors écran -> recalcul de style/frame sur le thread
   principal -> perte de fluidité du scroll des pétales en haut. Surface inchangée.
   À ré-ajouter plus tard GATÉE sur #offres in-view (IntersectionObserver) pour zéro coût hors écran. */

.offre-wide {
  margin-top: 14px;
  border: 1px solid rgba(231, 192, 142, 0.18);   /* liseré lanterne (comme les cartes) */
  border-radius: 9px;
  /* VERRE DE NUIT translucide -> la scène transparaît (cohérent avec .offre-3d) */
  background:
    radial-gradient(120% 220% at 10% -40%, rgba(231,192,142,0.06), transparent 52%),
    linear-gradient(118deg, rgba(30,18,38,0.26) 0%, rgba(16,12,26,0.40) 100%);
  backdrop-filter: blur(5px) saturate(125%);
  -webkit-backdrop-filter: blur(5px) saturate(125%);
  padding: clamp(18px, 1.7vw, 28px);
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
  position: relative;
  box-shadow: 0 14px 40px rgba(4, 7, 14, 0.42), inset 0 1px 0 rgba(242, 237, 227, 0.08);
  transition: border-color var(--t-touch), transform var(--t-move) var(--ease-soft), box-shadow var(--t-move) var(--ease-soft);
}
.offre-wide h3, .offre-wide p, .offre-wide .ow-price {
  text-shadow: 0 0 1px rgba(5, 9, 18, 0.95), 0 0 6px rgba(5, 9, 18, 0.78), 0 1px 8px rgba(5, 9, 18, 0.7);
}
.offre-wide:hover, .offre-wide.is-lit {
  border-color: rgba(231, 192, 142, 0.45);
  transform: translateY(-4px);
  box-shadow: inset 0 1px 0 rgba(231, 192, 142, 0.18), 0 18px 44px rgba(4, 7, 14, 0.5);
}
.offre-wide h3 {
  font-family: var(--f-display); font-weight: 900;
  font-size: clamp(1.1rem, 1.4vw, 1.45rem); letter-spacing: 0;
}
.offre-wide p { margin-top: 9px; font-size: 12.5px; color: var(--ivory-70); max-width: 60ch; }
.offre-wide .ow-cta { display: flex; align-items: center; gap: 24px; }
.offre-wide .ow-price {
  font-family: var(--f-mono);
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ivory-70);
}
.offres-note {
  margin-top: 4vh;
  font-size: 13px; color: var(--ivory-45);
  max-width: 70ch;
}
.offres-note b { color: var(--ivory-70); font-weight: 500; }

/* ════════ SUIVI 3D — GARDES PERF & FALLBACK ════════ */
.offres-grid.offres-following { position: relative; display: block; }
.offres-grid:not(.offres-following) .offre { transform: none; will-change: auto; }
/* FILAMENT SVG : entre scène (#gl z0) et cartes (main z1). Caché par défaut. */
#sap-overlay {
  position: fixed; inset: 0; width: 100vw; height: 100vh;
  z-index: 0; pointer-events: none; overflow: visible;
  opacity: 0; transition: opacity var(--t-veil) ease;
}
#sap-overlay.sap-on { opacity: 1; }
.sap-fil { fill: none; stroke: rgba(214,52,64,0.16); stroke-width: 1.1; stroke-linecap: round; will-change: stroke-width, opacity; }
html.no-webgl #sap-overlay, html.touch #sap-overlay { display: none !important; }
@media (prefers-reduced-motion: reduce) {
  #sap-overlay { display: none !important; }
  .offres-grid .offre { transform: none; will-change: auto; }
  .offre-3d, .offre.feat .offre-3d { transform: none; }
  .offre.feat .offre-3d { transform: scale(1.06); }
  .offre-3d { --warm: 0; --bob: 0px; --brz: 0deg; --bsc: 1; }
  .offre.feat .offre-3d { --warm: 0.5; }
  .offre-3d::before { opacity: 0.5; transition: none; filter: saturate(1.05); --crack-in: 1; --flash: 0; background: radial-gradient(60% 70% at var(--sap-x) var(--sap-y), var(--sap-glow), transparent 60%), var(--sap); }
  .offre.feat .offre-3d::before { opacity: 0.55; }
  .offre-3d::after { display: none; }
}

/* ════════ ESTIMATEUR — RETIRÉ ════════
   L'estimateur interactif « Composez votre projet » (.estim / .es-* / .er-* /
   html.has-gl-price) a été rejeté par le client : retour aux 4 cartes vivantes
   ci-dessus, et le prix 3D en pétales a été supprimé. Tous les styles associés
   ont été retirés — plus aucune règle orpheline. */

/* ════════ GALERIE — HUIT LANTERNES ════════
   L'index est la carte, la nuit est le territoire : une liste
   verticale minimale (vrais liens), les lanternes 3D à droite.
   La couleur du monde n'est JAMAIS de la typo : une braise 1–2 px.
   8 items : interligne resserré + shead compacté — l'index entier
   tient dans le viewport sticky à 1440×900 comme à 1920×1080. */
/* 210→250vh : piste allongée pour adoucir l'arrivée galerie (dist 42→44,
   dTheta −80→−135) et le départ vers le process. .gal-sticky reste collé
   et centré : la piste s'étire, l'index ne bouge pas. */
#galerie { min-height: 250vh; padding-top: 0; padding-bottom: 0; }
.gal-sticky {
  position: sticky; top: 0;
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: flex-start;   /* index ancré vers le HAUT (moins au milieu) */
  padding-top: clamp(76px, 10vh, 120px);
  padding-bottom: 4vh;
}
.gal-sticky::before { content: none; }   /* SCRIM SUPPRIMÉ : lisibilité par halo dense sur l'index */
.gal-sticky .shead { margin-bottom: 2.5vh; }
.gal-sticky .shead h2 { font-size: var(--fs-display-l); }
.gal-sticky .shead .lead { max-width: 48ch; }   /* resserre : la description ne deborde plus sur les petales/lanternes (user) */
.gal-sticky .sec-cta { margin-top: 2vh; }
.gal-hint { margin-top: 10px; color: var(--ivory-70); }
html.touch .gal-hint, html.no-webgl .gal-hint { display: none; }

.gal-index {
  max-width: 440px;   /* etait 600px : le 1fr du nom etirait la liste -> les secteurs etaient pousses tout a droite, sur les petales/lanternes. Resserre -> la liste reste a GAUCHE (user) */
  border-top: 1px solid var(--bordeaux-soft);
}
.gal-item {
  --accent: #f2ede3;
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr auto 30px;
  align-items: center;
  gap: 18px;
  padding: 10px 8px 10px 16px;
  border-bottom: 1px solid var(--bordeaux-soft);
  transition: background var(--t-touch), padding-left var(--t-move) var(--ease-soft);
}
.gal-item::before {
  /* la braise d'accent — jamais de la typo */
  content: '';
  position: absolute; left: 0; top: 22%; bottom: 22%;
  width: 2px;
  background: var(--accent);
  opacity: 0;
  transform: scaleY(0.25);
  transition: opacity 0.35s, transform 0.5s var(--ease-soft);
}
.gal-item:hover, .gal-item.is-hot {
  background: linear-gradient(90deg, rgba(12, 18, 34, 0.72), transparent 75%);
  padding-left: 26px;
}
.gal-item:hover::before, .gal-item.is-hot::before { opacity: 0.95; transform: scaleY(1); }
/* Lien lanterne→liste : quand la LANTERNE 3D est survolée, setFocus pose .is-hot
   sur l'item (sans :hover souris) ; un halo d'accent confirme « c'est ce monde-là ». */
.gal-item.is-hot { box-shadow: inset 2px 0 14px -6px var(--accent); }
.gal-item.is-hot .gi-name { text-shadow: 0 1px 14px rgba(5, 9, 18, 0.6), 0 0 18px color-mix(in srgb, var(--accent) 40%, transparent); }
@media (prefers-reduced-motion: reduce) { .gal-item.is-hot { box-shadow: none; } }
.gi-num {
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: 0.2em;
  color: var(--ivory-45);   /* SOTY-GO a11y : AA */
  font-variant-numeric: tabular-nums;
  transition: color var(--t-touch);
}
.gal-item:hover .gi-num, .gal-item.is-hot .gi-num { color: var(--ivory-45); }
.gi-name {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  line-height: 1.18;
  letter-spacing: 0;
  transition: color var(--t-touch);
  text-shadow: 0 0 2px rgba(5, 9, 18, 0.95), 0 0 8px rgba(5, 9, 18, 0.88), 0 0 18px rgba(5, 9, 18, 0.55), 0 2px 12px rgba(5, 9, 18, 0.5);   /* halo dense (remplace le scrim) */
}
.gal-item:hover .gi-name, .gal-item.is-hot .gi-name { color: var(--moon); }
/* halo sur les libellés secondaires de l'index (num / secteur) — lisibles sans scrim */
.gi-num, .gi-sector { text-shadow: 0 0 2px rgba(5, 9, 18, 0.96), 0 0 7px rgba(5, 9, 18, 0.85), 0 1px 9px rgba(5, 9, 18, 0.6); }
.gi-sector {
  font-family: var(--f-mono);
  font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--ivory-45);
  text-align: right;
}
.gi-arrow {
  font-size: 15px;
  color: var(--ivory-45);
  transition: transform 0.45s var(--ease-soft), color 0.35s;
}
.gal-item:hover .gi-arrow, .gal-item.is-hot .gi-arrow { transform: translateX(6px); color: var(--ivory); }
.gal-note { margin-top: 2vh; font-size: 12.5px; color: var(--ivory-45); max-width: 60ch; }

/* ★ C9 — LE RITUEL DU SURVOL : le secteur s'efface, la TAGLINE du monde apparaît en italique Mincho.
   Crossfade SANS layout shift : ::after ABSOLU sur la zone du secteur (jamais un item de grille).
   i18n par attribut : data-tagline / data-tagline-en (déjà présents ×8 dans le HTML). */
.gi-sector { transition: opacity var(--t-touch); }
.gal-item::after {
  content: attr(data-tagline);
  position: absolute; right: 56px; top: 50%; transform: translateY(-50%);
  max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  font-family: var(--f-ital); font-style: italic; font-weight: 500; font-size: 14px; letter-spacing: 0.01em;   /* F4 : vraie italique Cormorant (fini le Mincho penché synthétiquement) */
  color: color-mix(in srgb, var(--accent) 55%, var(--ivory));
  text-shadow: 0 0 2px rgba(5, 9, 18, 0.96), 0 0 8px rgba(5, 9, 18, 0.8);
  opacity: 0; pointer-events: none;
  transition: opacity var(--t-touch);
}
html[data-lang="en"] .gal-item::after { content: attr(data-tagline-en); }
.gal-item:hover::after, .gal-item.is-hot::after, .gal-item:focus-visible::after { opacity: 1; }
.gal-item:hover .gi-sector, .gal-item.is-hot .gi-sector, .gal-item:focus-visible .gi-sector { opacity: 0; }
/* C9 — parité CLAVIER : focus-visible reçoit les mêmes honneurs que le hover (braise, fond, nom lune) */
.gal-item:focus-visible {
  background: linear-gradient(90deg, rgba(12, 18, 34, 0.72), transparent 75%);
  padding-left: 26px; outline: none;
  box-shadow: inset 2px 0 14px -6px var(--accent);
}
.gal-item:focus-visible::before { opacity: 0.95; transform: scaleY(1); }
.gal-item:focus-visible .gi-name { color: var(--moon); }
@media (prefers-reduced-motion: reduce) { .gal-item::after, .gi-sector { transition: none; } }

/* Le label de monde — élément DOM posé près de SA lanterne (projection 3D→2D) */
#world-label {
  position: fixed; top: 0; left: 0; z-index: 85;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-300px, -300px, 0);
  transition: opacity 0.35s;
  width: max-content;
  max-width: 240px;
  padding: 13px 16px 11px;
  background: rgba(5, 9, 18, 0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--bordeaux);
  border-radius: 4px;
}
#world-label.on { opacity: 1; }
#world-label::before {
  /* le filet d'accent du monde — une ligne, pas du texte */
  content: '';
  position: absolute; top: -1px; left: 14px;
  width: 38px; height: 1px;
  background: var(--accent, var(--ivory));
}
#world-label .wl-sector { display: block; font-size: 9.5px; letter-spacing: 0.22em; }   /* F4 : 8.5->9.5px */
#world-label .wl-name {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 21px;
  line-height: 1.15;
  margin-top: 5px;
  color: var(--ivory);
}
#world-label .wl-tag { font-size: 12px; color: var(--ivory-70); margin-top: 3px; line-height: 1.5; }
#world-label .wl-cta { display: block; margin-top: 10px; font-size: 9.5px; color: var(--ivory-70); }   /* F4 : 8.5->9.5px */
html.touch #world-label, html.no-webgl #world-label { display: none; }

/* ════════ MÉTHODE — HANAFUBUKI ════════
   280→340vh : LA piste la plus généreuse. La tempête en 4 phases
   (chute → ordre → vortex hélicoïdal → décantation) + l'orbite −200°→−330°
   sont scrubbées sur f1−at (= hauteur de section) : il leur faut beaucoup
   de scroll pour s'identifier sans tourner trop vite. .proc-sticky reste
   collé et centré — la piste s'allonge, les étapes ne bougent pas. */
#process { min-height: 980vh; padding-top: 18vh; }   /* TEMPETE PLUS LONGUE (user 'la tempete est pas assez long') : 660->980vh (+48%) = la pluie hanafubuki dure beaucoup plus longtemps au scroll avant la resolution torii. Les phases storm[] s'etalent sur f1-at (= cette hauteur). */
.proc-sticky {
  position: sticky; top: 0;
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  pointer-events: none;
}
/* SCRIM SUPPRIMÉ : plus aucun fond/dégradé sombre derrière le texte → le décor (traversée de pétales)
   reste PLEIN et lumineux DERRIÈRE le titre + les 4 temps, comme partout ailleurs. La lisibilité passe
   désormais UNIQUEMENT par l'ombre portée douce sur les GLYPHES (ci-dessous) — aucune zone assombrie. */
.proc-sticky::before { content: none; }
.proc-sticky .shead { pointer-events: auto; }
/* ════ LISIBILITÉ par OMBRE PORTÉE sur les GLYPHES (remplace le scrim) ════ Halo sombre DOUX autour des
   lettres → le texte ressort sur n'importe quel fond lumineux SANS assombrir le décor. Méthode-only. */
.proc-sticky .shead h2,
.proc-sticky .step h3 { text-shadow: 0 0 2px rgba(5, 9, 18, 0.95), 0 0 8px rgba(5, 9, 18, 0.88), 0 0 18px rgba(5, 9, 18, 0.55), 0 2px 12px rgba(5, 9, 18, 0.5); }
.proc-sticky .shead .lead, .proc-sticky .step p { text-shadow: 0 0 2px rgba(5, 9, 18, 0.96), 0 0 7px rgba(5, 9, 18, 0.9), 0 0 14px rgba(5, 9, 18, 0.55), 0 1px 10px rgba(5, 9, 18, 0.55); }
.proc-sticky .step-hour { background: transparent; padding-right: 0; text-shadow: 0 0 2px rgba(5, 9, 18, 0.98), 0 0 6px rgba(5, 9, 18, 0.9), 0 0 13px rgba(5, 9, 18, 0.72); }
.proc-sticky .eyebrow, .proc-sticky .proc-note { text-shadow: 0 0 2px rgba(5, 9, 18, 0.96), 0 0 7px rgba(5, 9, 18, 0.88), 0 0 14px rgba(5, 9, 18, 0.74); }
.proc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2.6vw, 44px);
  pointer-events: auto;
  position: relative;      /* C10 : ancre le chrono local */
  list-style: none;        /* C11 : la grille est un <ol> sémantique */
}
/* ★ C10 — LA MÈCHE DE LA NUIT : le filet de chaque acte (lisible .14) se REMPLIT de lune pendant
   sa traversée (--fill 0..1, écrit par LE trigger de section dans ui.js — scroll-driven, réversible). */
.step { border-top: 1px solid rgba(238, 242, 255, 0.14); padding-top: 22px; position: relative; }
.step::before {
  content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, var(--moon), rgba(238, 242, 255, 0.35));
  transform: scaleX(var(--fill, 0)); transform-origin: left center;
  box-shadow: 0 0 8px rgba(205, 216, 255, 0.35);
}
/* C10 — L'ACTE COURANT : le titre s'allume, une lucciole veille près de l'heure ; les actes
   passés ne redescendent jamais sous ivory-70. */
.step.is-now h3 { color: var(--ivory); }
.step.is-now .step-hour::after {
  content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%;
  margin-left: 8px; vertical-align: 1px;
  background: var(--moon); box-shadow: 0 0 8px rgba(205, 216, 255, 0.9);
  animation: lucciole 2.2s ease-in-out infinite;
}
@keyframes lucciole { 0%, 100% { opacity: 0.35; } 50% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .step.is-now .step-hour::after { animation: none; opacity: 0.8; } }
.step.is-past h3 { color: var(--ivory-70); }
/* C11 — le kanji d'acte (kishōtenketsu 起承転結) : discret au coin droit, s'éclaire sur l'acte courant */
.step-act {
  position: absolute; top: 10px; right: 0;
  font-style: normal; font-size: 13px;
  color: var(--ivory-25);
  transition: color 0.6s;
}
.step.is-now .step-act, #process.proc-late .step-act { color: var(--ivory-45); }
/* C10 — LE CHRONO LOCAL de la Méthode (relais du HUD chrono, éteint dans cette section) */
.proc-clock {
  position: absolute; top: -34px; right: 0;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.2em;
  color: var(--ivory-45); font-variant-numeric: tabular-nums;
  text-shadow: var(--txt-body);
}
/* ★ C10d — .proc-late : au climax (p>0.62, l'aube claire monte derrière), les halos se densifient
   pour tenir AA au pire moment. AUCUN scrim (décision DA). Transition douce .6s. */
#process.proc-late .shead h2, #process.proc-late .step h3 {
  transition: text-shadow 0.6s;
  text-shadow: 0 0 2px rgba(5, 9, 18, 0.98), 0 0 8px rgba(5, 9, 18, 0.95), 0 0 20px rgba(5, 9, 18, 0.8), 0 3px 18px rgba(5, 9, 18, 0.7);
}
#process.proc-late .shead .lead, #process.proc-late .step p, #process.proc-late .step-hour, #process.proc-late .proc-note, #process.proc-late .step-kicker {
  transition: text-shadow 0.6s;
  text-shadow: 0 0 2px rgba(5, 9, 18, 0.98), 0 0 7px rgba(5, 9, 18, 0.95), 0 0 16px rgba(5, 9, 18, 0.8), 0 1px 12px rgba(5, 9, 18, 0.7);
}
.step-hour {
  position: absolute; top: -8px; left: 0;
  background: var(--night);
  padding-right: 12px;
  font-family: var(--f-mono);
  font-size: 10px; letter-spacing: 0.2em;
  color: var(--moon);
  font-variant-numeric: tabular-nums;
}
.step h3 {
  font-family: var(--f-display); font-weight: 900;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  letter-spacing: 0;
  margin-top: 14px;
}
.step p { margin-top: 10px; font-size: 13px; color: var(--ivory-70); line-height: 1.65; max-width: 270px; }
.proc-note {
  margin-top: 6vh;
  font-family: var(--f-mono);
  font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ivory-25);
}
/* ★ E — bases neutres du PROCESS CINÉMA (valides aussi en fallback no-JS : grille legacy lisible) */
.proc-rail { position: relative; }
.step-kicker {
  display: block; margin-top: 6px;
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--ivory-45);
  text-shadow: 0 0 2px rgba(5, 9, 18, 0.96), 0 0 7px rgba(5, 9, 18, 0.88), 0 0 14px rgba(5, 9, 18, 0.74);
}

/* ════════ E — LE PROCESS CINÉMA (≥721px, JS actif via .proc-cinema) ════════
   Verdict fondateur (vidéo 9) : « une étape à la fois » + « pas assez cinéma ».
   Parti pris : les CARTONS D'ACTE du cinéma muet japonais — plateau sticky 100vh,
   couches superposées (zéro flux → zéro CLS), une seule allumée à la fois.
   --v (visibilité 0..1) et --d (traversée 0..1) écrits par ui.js, purs f(p) → réversible.
   dy = (0.5 − d)·7vh : arrive du dessous → PLATEAU STABLE (la clairière shader vise
   une zone fixe) → sort par le dessus. Sous 721px : timeline verticale historique INTACTE. */
@media (min-width: 721px) {
  #process.proc-cinema .proc-sticky { height: 100vh; min-height: 0; }

  #process.proc-cinema .proc-sticky > .shead,
  #process.proc-cinema .step,
  #process.proc-cinema .proc-rail,
  #process.proc-cinema .proc-end {
    opacity: var(--v, 0);
    transform: translate3d(0, calc((0.5 - var(--d, 0.5)) * 7vh), 0);
    filter: blur(calc((1 - var(--v, 0)) * 10px));
    pointer-events: none;
  }

  /* 1 · TITRE — frontispice centré (le générique du film) */
  #process.proc-cinema .proc-sticky > .shead {
    position: absolute; left: 50%; top: 50%; translate: -50% -54%;
    width: min(880px, 84vw); max-width: none; margin: 0; text-align: center;
  }
  #process.proc-cinema .shead h2 { max-width: none; }
  #process.proc-cinema .shead .lead { margin-left: auto; margin-right: auto; max-width: 52ch; }

  /* 2 · ACTES — un par un, GRAND, centre écran (couches au contenu, pas inset:0) */
  #process.proc-cinema .proc-grid { position: absolute; inset: 0; display: block; pointer-events: none; }
  #process.proc-cinema .step {
    position: absolute; left: 50%; top: 50%; translate: -50% -52%;
    width: min(920px, 86vw);
    display: flex; flex-direction: column; align-items: center; text-align: center;
    border-top: none; padding-top: 0;
  }
  #process.proc-cinema .step::before { content: none; }   /* la mèche a déménagé sur le rail */
  /* kanji d'acte = FILIGRANE géant, contre-parallaxe douce (profondeur de plateau) */
  #process.proc-cinema .step-act {
    position: absolute; left: 50%; top: 50%; right: auto; translate: -50% -56%;
    transform: translate3d(0, calc((0.5 - var(--d, 0.5)) * -12vh), 0);
    font-family: var(--f-jp);   /* F4 : l'encre littéraire du B1 ExtraBold — les horizontales tiennent à 6% d'opacité */
    font-weight: 800;
    font-size: clamp(14rem, 42vh, 23rem); line-height: 1;
    color: rgba(242, 237, 227, 0.06);
    text-shadow: 0 0 90px rgba(205, 216, 255, 0.10);
    transition: none;
  }
  #process.proc-cinema .step-hour { position: static; background: none; padding: 0; font-size: 11.5px; letter-spacing: 0.34em; }
  #process.proc-cinema .step-kicker { margin-top: 12px; }
  #process.proc-cinema .step h3 {
    margin-top: 2.6vh;
    font-size: clamp(2.6rem, 6.2vw, 5.1rem);
    letter-spacing: 0.015em; line-height: 1.04;
    text-shadow: 0 0 3px rgba(5, 9, 18, 0.95), 0 0 12px rgba(5, 9, 18, 0.88), 0 0 28px rgba(5, 9, 18, 0.55), 0 4px 22px rgba(5, 9, 18, 0.5);
  }
  #process.proc-cinema .step p { margin-top: 3vh; font-size: clamp(14px, 1.05vw, 16.5px); max-width: 46ch; line-height: 1.75; }

  /* 3 · LE RAIL DE LA NUIT — la mèche remise en scène : 4 segments + jalons kanji + chrono */
  #process.proc-cinema .proc-rail {
    position: absolute; left: 50%; top: 74vh; translate: -50% 0;
    width: min(560px, 46vw); display: flex; align-items: center;
  }
  #process.proc-cinema .rj { position: relative; flex: 1; height: 1px; background: rgba(238, 242, 255, 0.14); }
  #process.proc-cinema .rj::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(90deg, var(--moon), rgba(238, 242, 255, 0.35));
    transform: scaleX(var(--fill, 0)); transform-origin: left center;
    box-shadow: 0 0 8px rgba(205, 216, 255, 0.35);
  }
  #process.proc-cinema .rj::after {
    content: ''; position: absolute; left: -2px; top: -2px;
    width: 5px; height: 5px; border-radius: 50%;
    background: rgba(238, 242, 255, 0.25);
  }
  #process.proc-cinema .rj.is-past::after { background: var(--moon); }
  #process.proc-cinema .rj.is-now::after { background: var(--moon); box-shadow: 0 0 8px rgba(205, 216, 255, 0.9); animation: lucciole 2.2s ease-in-out infinite; }
  #process.proc-cinema .rk {
    position: absolute; left: -6px; top: -26px;
    font-weight: 700; font-style: normal; font-size: 12px;   /* F4 : mincho japonais (var --f-jp héritée de .rk), plus le 400 fantôme */
    color: var(--ivory-25); transition: color 0.6s;
    text-shadow: var(--txt-body);
  }
  #process.proc-cinema .rj.is-now .rk, #process.proc-cinema .rj.is-past .rk { color: var(--ivory-45); }
  #process.proc-cinema .proc-clock { position: static; margin-left: 18px; }

  /* 4 · SORTIE — bandeau bas façon générique de fin : JAMAIS devant le torii */
  #process.proc-cinema .proc-end {
    position: absolute; left: 50%; bottom: 7vh; translate: -50% 0;
    width: min(720px, 80vw); text-align: center;
  }
  #process.proc-cinema .proc-end .proc-note { margin-top: 0; }
  #process.proc-cinema .proc-end .sec-cta { margin-top: 2.4vh; pointer-events: none; }
  #process.proc-cinema:not(.proc-exit) .proc-end { visibility: hidden; }   /* CTA jamais focusable invisible */
  #process.proc-cinema.proc-exit .proc-end .sec-cta { pointer-events: auto; }

  @media (prefers-reduced-motion: reduce) {
    #process.proc-cinema .proc-sticky > .shead, #process.proc-cinema .step,
    #process.proc-cinema .proc-rail, #process.proc-cinema .proc-end,
    #process.proc-cinema .step-act { transform: none !important; filter: none !important; }
    /* le crossfade d'opacité reste : c'est un ÉTAT scroll-driven, pas une animation */
  }
}

/* ════════ CONTACT — 05:47 ════════ */
#contact { min-height: 240vh; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 1.5vh; }
.contact-inner {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  /* Respiration garantie sous la nav fixe quand le bloc occupe l'écran */
  padding-top: clamp(86px, 12vh, 130px);
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
}
/* SCRIM SUPPRIMÉ : la scène d'aube (torii + ciel bleu→violet→crème) reste PLEINE derrière le
   formulaire — plus d'assombrissement. Lisibilité par ombre portée sur le texte (ci-dessous) +
   champs en VERRE dépoli translucide (la scène transparaît au lieu de boîtes sombres). */
.contact-inner::before { content: none; }
.contact-title, .contact-lead, .devis label {
  text-shadow: 0 0 2px rgba(5, 9, 18, 0.95), 0 0 10px rgba(5, 9, 18, 0.82), 0 0 24px rgba(5, 9, 18, 0.62), 0 2px 14px rgba(5, 9, 18, 0.65);
}
.contact-title { font-size: var(--fs-display-l); margin-top: 16px; }
.contact-lead { margin-top: 2vh; color: var(--ivory-70); font-size: 15.5px; }
.contact-lead b { color: var(--ivory); font-weight: 500; }

.devis {
  margin-top: 3vh;
  text-align: left;
  display: grid; gap: 12px;
}
.devis .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.devis label {
  display: block;
  font-family: var(--f-mono);
  font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--ivory-70);
  margin-bottom: 8px;
}
/* Champs en VERRE DÉPOLI : la scène d'aube transparaît (plus de boîtes sombres), un léger givre
   + une bordure claire délimitent le champ → on voit où cliquer, le texte reste lisible. */
.devis input, .devis select, .devis textarea {
  width: 100%;
  background-color: rgba(18, 13, 28, 0.50);   /* verre PLUS dense → lisible sur le ciel d'aube clair (0.34→0.50) */
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
  border: 1px solid rgba(242, 237, 227, 0.58);   /* bordure nette qui délimite sur fond clair (0.36→0.58) */
  box-shadow: inset 0 1px 0 rgba(242, 237, 227, 0.10), 0 10px 30px -16px rgba(0, 0, 0, 0.5);   /* lift/séparation du ciel */
  color: var(--ivory);
  font-family: var(--f-body);
  font-size: 14px;
  padding: 15px 18px;
  border-radius: 6px;
  transition: border-color 0.35s, background-color 0.35s, box-shadow 0.35s;
  -webkit-appearance: none;
  appearance: none;
}
.devis input:hover, .devis select:hover, .devis textarea:hover {
  border-color: rgba(242, 237, 227, 0.72);
  background-color: rgba(18, 13, 28, 0.56);
}
/* Selects sombres + chevron CSS (jamais la flèche native) */
.devis select {
  color-scheme: dark;
  cursor: pointer;
  padding-right: 44px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 23px) calc(50% - 1px), calc(100% - 18px) calc(50% - 1px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.devis select { accent-color: var(--magenta); }
.devis select option { background-color: #0c1120; color: var(--ivory); padding: 10px; }
.devis select option:checked { background: linear-gradient(0deg, rgba(201, 143, 174, 0.30), rgba(201, 143, 174, 0.30)), #0c1120; color: #fff; }
.devis textarea { min-height: 96px; resize: vertical; }
.devis input:focus, .devis select:focus, .devis textarea:focus {
  outline: none;
  border-color: var(--magenta);
  background-color: rgba(18, 13, 28, 0.60);   /* focus : verre encore plus net */
  box-shadow: 0 0 0 2px rgba(201, 143, 174, 0.5), 0 8px 30px -14px rgba(0, 0, 0, 0.55);
}
.devis ::placeholder { color: rgba(242, 237, 227, 0.62); opacity: 1; }   /* placeholder plus clair → lisible sur le verre */
.devis .hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.devis .submit { justify-self: center; margin-top: 8px; }

/* Compteur de pétales-vœux : fallback texte quand WebGL est absent */
.voeu-count {
  display: none;
  margin-top: 8px;
  font-family: var(--f-mono);
  font-size: 9.5px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--ivory-45);
}
.voeu-count b { color: var(--ivory); font-weight: 500; }
.no-webgl .voeu-count { display: block; }

.devis-or {
  margin-top: 2.5vh;
  font-family: var(--f-mono);
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--ivory-45);   /* SOTY-GO a11y : AA */
}
.devis-alt { margin-top: 16px; display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; align-items: center; }
.contact-meta {
  margin-top: 3vh;
  display: flex; gap: 26px; justify-content: center; flex-wrap: wrap;
  font-family: var(--f-mono);
  font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ivory-70);   /* lisible sur le ciel d'aube (0.45→0.70) */
  text-shadow: 0 0 6px rgba(5, 9, 18, 0.6), 0 1px 4px rgba(5, 9, 18, 0.55);
}

/* ════════ FOOTER ════════ */
footer {
  position: relative; z-index: 1;
  border-top: 1px solid var(--line);
  padding: 7vh var(--pad) 90px;
  /* C15 fix AA : le gradient montait trop tard -> les liens ivory-70 passaient sous AA sur l'aube claire */
  background: linear-gradient(rgba(5, 9, 18, 0) 0%, rgba(5, 9, 18, 0.5) 16%, rgba(5, 9, 18, 0.9) 55%, rgba(5, 9, 18, 0.92) 100%);
}
/* C15 — LA SIGNATURE DE L'AUBE : le sceau 夜桜 (emploi UNIQUE du site) + la phrase en Mincho, centrés */
.foot-sign {
  margin: 8vh 0 6vh;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  text-align: center;
  font-family: var(--f-display); font-weight: 900;
  font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1.2;
  color: var(--ivory);
  text-shadow: var(--txt-title);
}
.foot-sign .fs-k { font-size: 11px; font-weight: 700; letter-spacing: 0.6em; text-indent: 0.6em; color: var(--ivory-45); }
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}
.foot-grid .lead { margin-top: 16px; max-width: 36ch; color: var(--ivory-45); font-size: 13px; line-height: 1.7; }
.foot-col h3 {
  font-family: var(--f-mono);
  font-size: 10px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase;   /* F4 : 9->10px ; SOTY-GO : h4->h3 (heading-order) */
  color: var(--ivory-45);   /* SOTY-GO a11y : --ivory-25 (3.3:1) sous le seuil AA sur du texte */
  margin-bottom: 16px;
}
.foot-col a, .foot-col span {
  display: block;
  font-size: 13.5px;
  color: var(--ivory-70);
  padding: 4px 0;
  transition: color var(--t-touch);
}
/* Cible tactile confortable sur les liens (≥ 40 px avec la ligne) */
.foot-col a { padding: 10px 0; }
.foot-col a:hover { color: var(--ivory); }
.foot-bottom {
  margin-top: 7vh;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-family: var(--f-mono);
  font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ivory-45);   /* SOTY-GO a11y : AA */
}
.foot-bottom a { transition: color var(--t-touch); }
.foot-bottom a:hover { color: var(--ivory); }

/* ════════ GRANDS ÉCRANS ════════ */
@media (min-width: 1920px) {
  .shead, .offres-grid, .offre-wide, .offres-note,
  .gal-note, .manifesto-grid, .proc-grid, .proc-note,
  .foot-grid, .foot-bottom { max-width: 1760px; margin-left: auto; margin-right: auto; }
  /* enfants de conteneurs flex column (gal-sticky, proc-sticky) : les marges
     auto annulent le stretch cross-axis → width:100% pour garder la colonne
     pleine largeur, le max-width + marges auto centrent au-delà de 1920. */
  .gal-sticky .shead, .gal-note,
  .proc-sticky .shead, .proc-grid, .proc-note { width: 100%; }
  .gal-index { margin-left: calc((100% - 1760px) / 2); }
  .shead { margin-bottom: 8vh; }
  .gal-sticky .shead { margin-bottom: 4vh; }
  .offres-note, .gal-note, .proc-note { margin-top: 4vh; }
}

/* ════════ RESPONSIVE ════════ */
@media (max-width: 1100px) {
  .offres-grid { grid-template-columns: 1fr 1fr; }
  .offre.feat .offre-3d { transform: none; }   /* pas de scale 1.06 sous 1100px -> aucun débord/chevauchement (suivi déjà coupé côté JS) */
  #sap-overlay { display: none; }               /* sécurité : filaments jamais visibles hors desktop */
  .proc-grid { grid-template-columns: 1fr 1fr; row-gap: 6vh; }
  .nav-links { display: none; }
  #moonarc { width: min(280px, 34vw); }
}
@media (max-width: 720px) {
  .hero-title { font-size: clamp(1.5rem, 6.6vw, 2.6rem); line-height: 1.18; max-width: none; }
  .hero-tag { margin-bottom: 3vh; }
  .hero-sub { margin-top: 3vh; font-size: 14.5px; }
  .hero-cta { margin-top: 3.5vh; gap: 18px; }
  .hero-stage::before {
    inset: -6% -12%;
    background: radial-gradient(78% 62% at 50% 46%, rgba(5, 9, 18, 0.66), transparent 76%);
  }
  .hero-meta { display: none; }
  .offres-grid, .proc-grid { grid-template-columns: 1fr; }
  .offre { min-height: 0; }
  /* hero Signature : scale .offre-3d déjà neutralisé sous 1100px (pas de débord en 1 colonne) ;
     le suivi est coupé (followLive=false) -> .offre transform = translate3d(0,0,0). */
  .gal-sticky { position: static; min-height: 0; padding-top: 0; padding-bottom: 0; }
  /* F4 — la galerie retrouve son IDENTITÉ sur mobile : le secteur revient en rangée 2
     (num + flèche traversent les 2 rangées) ; le teaser ::after du hover n'a pas de sens au pouce. */
  .gal-item { grid-template-columns: 32px 1fr 24px; grid-template-rows: auto auto; gap: 2px 12px; }
  .gi-num, .gi-arrow { grid-row: span 2; align-self: center; }
  .gi-sector { display: block; grid-column: 2; text-align: left; font-size: 8.5px; }
  .gal-item::after { display: none; }
  #world-label { display: none; }
  /* l'étage sticky pleine hauteur du desktop redevient un flux empilé simple */
  .manifesto-grid { position: static; min-height: 0; grid-template-columns: 1fr; align-items: start; }
  .manifesto-label { position: static; }
  /* mobile : l'aside HUD passe en rangée fluide sous la copie, le filet repasse en haut */
  .manifesto-aside { border-left: 0; border-top: 1px solid var(--line-strong); padding-left: 0; padding-top: 22px; grid-template-columns: 1fr 1fr; gap: 18px 24px; }
  .manifesto-aside .ma-coord { grid-column: 1 / -1; }
  .devis .row { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  /* mobile : le chrono/éclosion HUD se posait SUR le corps de texte (écrans
     étroits, contenu pleine largeur) → masqué. Le night-HUD est un luxe desktop. */
  #hud-stats, #hud-hint, #hud-veille, #hud-chrono-box { display: none; }
  #moonarc { display: none; }
  .nav-cta { display: none; }
  #hero { min-height: 100svh; }
  #manifesto, #offres, #galerie, #process, #contact { min-height: auto; }
  section { padding-top: 13vh !important; padding-bottom: 9vh !important; }
  #hero { padding-top: 0 !important; padding-bottom: 0 !important; }
  #process { min-height: auto; }
  .proc-sticky { position: static; min-height: 0; }
  .pre-pct { font-size: 21vw; }
  .pre-bar { width: 44vw; }
  .pre-branch { width: 46vw; }
  /* mobile : nav-cta masqué → le chip SMS reste le seul CTA permanent. Un pavé
     « SMS — 06 65 11 33 48 » (≈206px) OCCULTAIT des mots du contenu sous lui.
     On le réduit en BOUTON ROND compact (FAB) : n'occulte qu'un petit coin,
     garde le tap-to-SMS. Le numéro complet reste dans le DOM (font-size:0) pour
     les lecteurs d'écran ; le rond affiche « SMS » via ::before. */
  .float-sms {
    bottom: 16px; right: 16px;
    width: 54px; height: 54px; padding: 0;
    border-radius: 50%;
    display: grid; place-items: center;
    font-size: 0;
    background: rgba(5, 9, 18, 0.92);
  }
  .float-sms::before {
    content: 'SMS';
    font-size: 11px; letter-spacing: 0.12em; color: var(--ivory);
  }
  #snd-btn { display: none; }
}
@media (max-width: 420px) {
  .foot-grid { grid-template-columns: 1fr; }
  .pill { padding: 14px 24px; }
}

/* ════════ MOUVEMENT RÉDUIT ════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
  html { scroll-behavior: auto; }
}

/* Verrou horizontal : aucun balayage lateral, seul le scroll vertical bouge le contenu */
html{overflow-x:clip;overscroll-behavior-x:none}
body{overflow-x:clip;overscroll-behavior-x:none;touch-action:pan-y}

/* ════════ FILTRE CINE — grain + vignette + grade ════════
   100% CSS/DOM (aucune passe WebGL en plus). position:fixed, pointer-events:none.
   z-index 150 : AU-DESSUS de la scene + des sections (grade petales/degrades/sections),
   SOUS la nav (160), le menu (200) et le preloader (200) -> chrome + intro restent nets.
   SUBTIL : un bon filtre se ressent, ne se voit pas. */
.cine { position: fixed; inset: 0; z-index: 150; pointer-events: none; }
.cine > div { position: absolute; inset: 0; }

/* 1 — VIGNETTE : assombrit doucement les bords, focalise l'oeil au centre (profondeur/mood nuit) */
.cine__vig {
  background: radial-gradient(125% 130% at 50% 43%,
    transparent 50%, rgba(6, 5, 14, 0.20) 82%, rgba(3, 2, 9, 0.40) 100%);
}

/* 3 — GRADE : ombres legerement froides, hautes lumieres tiedes — soft-light tres doux,
   trop faible pour refroidir l'aube (masterclass) */
.cine__grade {
  background: linear-gradient(180deg,
    rgba(116, 140, 196, 0.06) 0%, transparent 40%, transparent 62%, rgba(196, 152, 116, 0.06) 100%);
  mix-blend-mode: soft-light;
  opacity: 0.6;
}

/* 2 — GRAIN : pellicule fine animee (feTurbulence en data-URI, desaturee), overlay tres faible.
   Le calque depasse l'ecran -> le flicker (translate) ne revele jamais les bords. */
.cine__grain {
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='150' height='150'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='150' height='150' filter='url(%23n)'/></svg>");
  background-repeat: repeat;
  background-size: 150px 150px;
  opacity: 0.05;
  mix-blend-mode: overlay;
  /* GRAIN STATIQUE : la scene bouge dessous donc il "vit" deja ; plus de translate
     anime -> fini le grain qui glisse/bouge bizarrement sur les bords. */
}

/* ════════ LOT F — MOBILE : l'état de repos EST l'interface (pas de hover au pouce) ════════ */
/* ★ F3 — LE FIL DE NUIT : le concept « le scroll = une nuit » survit au téléphone.
   2px sous le bord haut, révélé par clip-path ; l'or n'apparaît qu'à l'approche de l'aube
   (même dramaturgie que le moonarc desktop, absent <=720px). */
#nightline {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 111;
  background: linear-gradient(90deg, #cdd8ff, var(--moon) 55%, #f3d9b0 86%, #e8b06a);
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
  display: none;
  opacity: 0; transition: opacity 0.6s ease;
}
html.is-loaded #nightline, html.is-revealing #nightline { opacity: 1; }
html.is-exiting #nightline { opacity: 0 !important; }
@media (max-width: 720px) { #nightline { display: block; } }

/* F1 — LE MENU DEVIENT LE HUB DE CONVERSION (mobile) : la pill devis vit dans l'overlay */
.menu-devis { display: none; margin: 26px 0 8px; align-self: flex-start; }
@media (max-width: 1100px) {
  .menu-devis { display: inline-block; }
  .menu-meta a, .menu-meta > span { padding: 12px 0; display: inline-block; }   /* cibles >= 44px */
  .menu-meta .wf-lang button { min-width: 44px; min-height: 44px; }
}

@media (max-width: 720px) {
  /* F2 — FORMULAIRE SANS ZOOM iOS : 16px = plus de zoom forcé au focus ; le champ respire entre nav et clavier */
  .devis input[type="text"], .devis input[type="email"], .devis select, .devis textarea {
    font-size: 16px; padding: 14px 16px;
    scroll-margin-top: 110px; scroll-margin-bottom: 180px;
  }
  /* F5 — LISIBILITÉ : les corps remontent d'un cran (les micro-labels mono restent — ornements assumés) */
  .offre > .offre-3d > p { font-size: 13.5px; }
  .offre li { font-size: 13px; }
  .gal-note, .proc-note, .offres-note { font-size: 13px; }
  /* F6 — PROCESS EN TIMELINE VERTICALE : les 4 actes empilés dessinent UNE ligne de temps
     (le --fill écrit par le MÊME trigger de section remplit le rail à la verticale). */
  .proc-grid { grid-template-columns: 1fr; gap: 26px; }
  .proc-clock { display: none; }   /* les <time> des actes suffisent */
  .step { border-top: none; border-left: 1px solid rgba(238, 242, 255, 0.14); padding: 0 0 4px 18px; }
  .step::before {
    top: 0; bottom: 0; left: -1px; right: auto; width: 1px; height: auto;
    background: linear-gradient(180deg, var(--moon), rgba(238, 242, 255, 0.35));
    transform: scaleY(var(--fill, 0)); transform-origin: top center;
  }
  .step-hour { position: static; display: inline-block; background: none; padding: 0; }
  .step-act { top: 2px; }
  /* ★ E — le PROCESS CINÉMA est desktop-only : rail masqué, kicker redevient sr-only
     (PAS display:none → reste lu par les lecteurs d'écran, comme l'ancien sr-only). */
  .proc-rail { display: none; }
  .step-kicker {
    position: absolute; width: 1px; height: 1px; margin: 0;
    clip-path: inset(50%); overflow: hidden; white-space: nowrap;
  }
}

/* F5 — RÉPONSE AU DOIGT : le tap répond (durées courtes obligatoires — jamais de lag perçu) */
@media (hover: none) {
  .pill:active, .nav-cta:active { transform: scale(0.97); border-color: var(--magenta); transition-duration: 0.12s; }
  .gal-item:active::before { opacity: 1; transform: scaleY(1); transition-duration: 0.15s; }
  .gal-item:active { background: linear-gradient(90deg, rgba(12, 18, 34, 0.72), transparent 75%); }
  .offre:active .offre-3d { --warm: 1; }
  .u-link:active, .menu-link:active, .nav-links a:active { color: var(--moon); transition-duration: 0.12s; }
  /* F4 — la braise du monde veille en permanence (seule couleur, jamais la typo) */
  .gal-item::before { opacity: 0.55; transform: scaleY(1); }
}

/* F4 — le hint tactile honnête (remplace le hint souris masqué sur touch) */
.gal-hint--touch { display: none; margin-top: 10px; color: var(--ivory-70); }
html.touch .gal-hint--touch { display: block; }

/* ════════ D3 — IMPRESSION (une sortie oubliée de personne, sauf des sites primés) ════════
   Fond blanc, contenu complet et LISIBLE : on neutralise les états GSAP des contenus non-scrollés
   (opacity + transforms + clips) sinon ils s'imprimeraient invisibles. */
@media print {
  #gl, .cine, .hud, #cursor, #veil, #preloader, #menu, #moonarc, #snd-btn, .float-sms,
  #sap-overlay, #world-label, #scroll-cue, .burger { display: none !important; }
  html, body { background: #fff !important; color: #111 !important; }
  main, #nav { opacity: 1 !important; }
  [data-reveal], [data-lines] .line-inner, [data-hero-fade], .step .step-hour, .step h3, .step p,
  .manifesto-text .w, .pre-ch {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
    text-shadow: none !important;
  }
  h1, h2, h3, p, li, a { color: #111 !important; text-shadow: none !important; }
  section { min-height: auto !important; height: auto !important; }
  .offre, .step { break-inside: avoid; }
  /* ★ E — PROCESS CINÉMA : à l'impression tout redevient statique et visible */
  #process .proc-sticky > .shead, #process .step, #process .proc-grid, #process .proc-end {
    position: static !important; translate: none !important;
    opacity: 1 !important; visibility: visible !important; filter: none !important;
  }
  #process .proc-grid { display: block !important; }
  .proc-rail { display: none !important; }
  #process .step-act { position: static !important; translate: none !important; font-size: 13px !important; color: #555 !important; text-shadow: none !important; }
  .step-kicker { position: static !important; width: auto !important; height: auto !important; clip-path: none !important; color: #555 !important; }
  footer::after { content: 'webfactorypro.fr — Studio d\'expériences web immersives, Lyon'; display: block; margin-top: 24px; font-size: 11px; color: #555; }
}
