/* ============================================================
   SA DÉVELOPPE — v2 — Showcase grade
   Tokens (orange #E8762A) — Reset — Grain — Cursor — Topbar
   Hero WebGL + Bento — Trust — About — Services — Process
   Work cases + Mockups 3D — Testi — Contact — Footer
   Responsive — Reduced motion
   ============================================================ */

/* ---------- @font-face : Monument Extended (free-to-try, Pangram Pangram) ----------
   Fichiers à déposer dans /assets/fonts/ :
   - PPMonumentExtended-Black.woff2 (ou .otf / .ttf — adapte le format ci-dessous) */
@font-face {
  font-family: 'PP Monument Extended';
  src: url('../fonts/PPMonumentExtended-Black.woff2') format('woff2'),
       url('../fonts/PPMonumentExtended-Black.woff')  format('woff'),
       url('../fonts/PPMonumentExtended-Black.otf')   format('opentype'),
       url('../fonts/PPMonumentExtended-Black.ttf')   format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Monument Extended';
  src: url('../fonts/PPMonumentExtended-Heavy.woff2') format('woff2'),
       url('../fonts/PPMonumentExtended-Heavy.woff')  format('woff'),
       url('../fonts/PPMonumentExtended-Heavy.otf')   format('opentype'),
       url('../fonts/PPMonumentExtended-Heavy.ttf')   format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Monument Extended';
  src: url('../fonts/PPMonumentExtended-Bold.woff2') format('woff2'),
       url('../fonts/PPMonumentExtended-Bold.woff')  format('woff'),
       url('../fonts/PPMonumentExtended-Bold.otf')   format('opentype'),
       url('../fonts/PPMonumentExtended-Bold.ttf')   format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --orange:        #E8762A;
  --orange-deep:   #C9601D;
  --orange-soft:   #F39C5A;
  --noir:          #0F0F10;
  --noir-soft:     #1A1A1C;
  --ivoire:        #F8F5F1;
  --ivoire-warm:   #FAF7F2;
  --ivoire-deep:   #F1ECE4;
  --ink:           #0F0F10;
  --ink-soft:      #4A4A4D;
  --ink-dim:       #727275;
  --line:          rgba(15, 15, 16, 0.10);
  --line-strong:   rgba(15, 15, 16, 0.22);

  --ff-sans: 'Overpass', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --ff-mono: 'Overpass Mono', ui-monospace, 'JetBrains Mono', 'SFMono-Regular', Menlo, monospace;
  --ff-display: 'Instrument Serif', 'Times New Roman', Times, serif;
  --ff-mega: 'PP Monument Extended', 'Bowlby One', 'Arial Black', 'Helvetica Neue', sans-serif;

  --fs-micro:  clamp(10px, 0.68rem + 0.05vw, 11px);
  --fs-mono:   clamp(11px, 0.72rem + 0.06vw, 13px);
  --fs-body:   clamp(15px, 0.88rem + 0.25vw, 18px);
  --fs-lead:   clamp(19px, 1rem + 0.6vw, 28px);
  --fs-h3:     clamp(24px, 1.1rem + 1.4vw, 42px);
  --fs-h2:     clamp(38px, 1.6rem + 3vw, 80px);
  --fs-h1:     clamp(40px, 1.4rem + 3.5vw, 80px);
  --fs-monumental: clamp(40px, 1.6rem + 3.4vw, 84px);
  --fs-massive:    clamp(64px, 3rem + 7vw, 160px);

  --gap-1: 8px;
  --gap-2: 16px;
  --gap-3: 24px;
  --gap-4: 40px;
  --gap-5: 64px;
  --gap-6: 96px;
  --gap-7: 144px;
  --gap-8: 200px;

  --container: 1320px;
  --container-narrow: 880px;
  --gutter: clamp(20px, 4vw, 56px);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; text-rendering: optimizeLegibility; }
img, svg, video, canvas { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
ul, ol, dl, dd { list-style: none; padding: 0; margin: 0; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin: 0; }
em { font-style: italic; }
::selection { background: var(--orange); color: var(--ivoire); }

body.page {
  background: var(--ivoire);
  color: var(--noir);
  font-family: var(--ff-sans);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
#cursor { display: none !important; }

.skip-link {
  position: absolute; left: -9999px; top: 8px; padding: 8px 12px;
  background: var(--noir); color: var(--ivoire); z-index: 1000;
  font-family: var(--ff-mono); font-size: var(--fs-mono);
}
.skip-link:focus { left: 8px; }

/* ============================================================
   FOCUS VISIBLE — accessibilité clavier
   ============================================================ */
a:focus, button:focus, [tabindex]:focus { outline: none; }
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
  border-radius: 4px;
  transition: outline-offset 0.15s var(--ease-out);
}
.card:focus-visible,
.case__cta:focus-visible,
.hero__cta:focus-visible,
.topbar__cta:focus-visible,
.mobile-menu__cta:focus-visible,
.sticky-cta:focus-visible {
  outline-offset: 6px;
}

/* ============================================================
   PROGRESS BAR verticale (Goal-Gradient)
   ============================================================ */
.scroll-progress {
  position: fixed;
  top: 50%; right: 16px;
  transform: translateY(-50%);
  width: 1px; height: 160px;
  background: rgba(15, 15, 16, 0.12);
  z-index: 90;
  pointer-events: none;
}
.scroll-progress__bar {
  position: absolute;
  top: 0; left: -1px;
  width: 3px; height: 0;
  background: var(--orange);
  border-radius: 2px;
  will-change: transform, height;
  box-shadow: 0 0 8px rgba(232, 118, 42, 0.4);
}
@media (max-width: 640px) { .scroll-progress { display: none; } }

/* ============================================================
   GRAIN — papier vivant
   ============================================================ */
.grain {
  position: fixed; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.5;
  mix-blend-mode: multiply;
}

/* ============================================================
   CURSOR custom
   ============================================================ */
.cursor {
  position: fixed; top: 0; left: 0;
  width: 0; height: 0;
  pointer-events: none;
  z-index: 300;
  mix-blend-mode: difference;
}
.cursor__dot, .cursor__ring {
  position: absolute; border-radius: 50%;
  top: 0; left: 0;
  transform: translate(-50%, -50%);
}
.cursor__dot {
  width: 8px; height: 8px;
  background: var(--ivoire);
}
.cursor__ring {
  width: 36px; height: 36px;
  border: 1px solid var(--ivoire);
  opacity: 0.55;
}
.cursor--hover .cursor__dot  { background: var(--orange); width: 6px; height: 6px; }
.cursor--hover .cursor__ring { width: 64px; height: 64px; border-color: var(--orange); opacity: 1; }

/* ============================================================
   TOPBAR — pills flottantes (style v1) : status + shell + cta
   ============================================================ */
.topbar {
  position: fixed; top: 12px; left: 0; right: 0;
  z-index: 100;
  display: flex; flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 var(--gutter);
  pointer-events: none;
  font-family: var(--ff-sans);
  will-change: transform;
}
.topbar > * { pointer-events: auto; }

/* Status bar : pill orange dot + texte, centré au-dessus */
.topbar__status {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--noir);
  padding: 2px 0;
}
.topbar__status-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
  animation: pulse 2.2s ease-in-out infinite;
  box-shadow: 0 0 0 0 var(--orange);
}

/* Bar : shell (brand+nav) + cta côte à côte */
.topbar__bar {
  display: flex; align-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: var(--container);
}

/* Shell : pill blanc qui contient brand + nav */
.topbar__shell {
  flex: 1;
  position: relative;
  display: flex; align-items: center; justify-content: flex-start;
  gap: 32px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(15, 15, 16, 0.10);
  border-radius: 999px;
  padding: 6px 8px 6px 12px;
  height: 72px;
  transition: background 0.45s var(--ease-out),
              border-color 0.45s var(--ease-out),
              color 0.45s var(--ease-out),
              height 0.45s var(--ease-out),
              padding 0.45s var(--ease-out);
}

/* Logos : 2 variantes — dark sur fond clair, light sur fond noir */
.topbar__logo-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  transition: opacity 0.4s var(--ease-out);
}
.topbar__logo { position: relative; }
.topbar__logo-img--light { opacity: 0; }
.topbar.is-dark .topbar__logo-img--dark  { opacity: 0; }
.topbar.is-dark .topbar__logo-img--light { opacity: 1; }

/* ===== Mode dark (au scroll) : shell devient noir, texte ivoire ===== */
.topbar.is-dark .topbar__shell {
  background: rgba(15, 15, 16, 0.94);
  border-color: rgba(248, 245, 241, 0.12);
  height: 60px;
  padding: 6px 8px 6px 10px;
}
.topbar.is-dark .topbar__name-line { color: var(--ivoire); }
.topbar.is-dark .topbar__name-sub  { color: rgba(248, 245, 241, 0.5); }
.topbar.is-dark .topbar__nav a     { color: var(--ivoire); opacity: 0.8; }
.topbar.is-dark .topbar__nav a:hover { opacity: 1; }
.topbar.is-dark .topbar__num       { color: rgba(248, 245, 241, 0.45); }
.topbar.is-dark .topbar__status    { opacity: 0; transform: translateY(-6px); pointer-events: none; }

/* CTA en mode dark : inversé (pill blanche) */
.topbar.is-dark .topbar__cta {
  background: var(--ivoire);
  color: var(--noir);
}
.topbar.is-dark .topbar__cta:hover { background: var(--orange); color: var(--noir); }
.topbar.is-dark .topbar__cta-arrow { background: var(--noir); color: var(--ivoire); }
.topbar.is-dark .topbar__cta:hover .topbar__cta-arrow { background: var(--ivoire); color: var(--noir); }

/* Status bar : reste visible au top, masquée au scroll */
.topbar__status {
  transition: opacity 0.4s var(--ease-out), transform 0.4s var(--ease-out);
}

.topbar__brand {
  display: flex; align-items: center;
  gap: 10px;
  text-decoration: none;
}
.topbar__logo {
  position: relative;
  width: 88px; height: 88px;
  flex-shrink: 0;
  transition: width 0.45s var(--ease-out), height 0.45s var(--ease-out);
}
.topbar__logo svg { width: 100%; height: 100%; }
.topbar.is-dark .topbar__logo { width: 64px; height: 64px; }
.topbar__name { display: flex; flex-direction: column; line-height: 1.1; }
.topbar__name-line {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.005em;
  color: var(--noir);
}
.topbar__name-sub {
  display: inline-block;
  font-family: var(--ff-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-top: 2px;
}

/* Nav : police mega (PP Monument Extended, comme le titre hero) · centrée dans le pill */
.topbar__nav {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  display: flex; align-items: center;
  gap: 26px;
  font-family: var(--ff-mega);
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.topbar__nav a {
  display: inline-flex; align-items: center;
  gap: 6px;
  padding: 12px 8px;       /* Fitts : hit-area élargie sans changer le visuel */
  margin: -12px -8px;
  color: var(--noir);
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.topbar__nav a:hover { opacity: 1; }
.topbar__num {
  font-family: var(--ff-mono);
  font-size: 9px;
  font-weight: 500;
  color: var(--ink-dim);
  letter-spacing: 0.05em;
}

/* CTA : pill noir séparé à droite */
.topbar__cta {
  display: inline-flex; align-items: center;
  gap: 10px;
  padding: 8px 18px 8px 20px;
  background: var(--orange);
  color: var(--noir);
  border-radius: 999px;
  text-decoration: none;
  height: 72px;
  transition: background 0.3s var(--ease-out), height 0.45s var(--ease-out), padding 0.45s var(--ease-out);
  will-change: transform;
}
.topbar__cta:hover { background: var(--orange-deep); }
.topbar.is-dark .topbar__cta { height: 60px; padding: 6px 16px 6px 18px; }
.topbar__cta-tag {
  font-family: var(--ff-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
  line-height: 1;
  margin-right: 4px;
  align-self: flex-start;
  margin-top: 4px;
  display: none;
}
.topbar__cta-row {
  display: flex; flex-direction: row; align-items: center;
  gap: 10px;
}
.topbar__cta-row > .topbar__cta-tag { display: inline-block; }
.topbar__cta-label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.1;
  display: flex; align-items: center; gap: 8px;
}
.topbar__cta-arrow {
  display: inline-flex;
  width: 22px; height: 22px;
  align-items: center; justify-content: center;
  background: var(--ivoire);
  color: var(--noir);
  border-radius: 50%;
  transition: transform 0.3s var(--ease-out);
}
.topbar__cta:hover .topbar__cta-arrow { transform: translateX(2px); }
.topbar__cta-arrow svg { width: 12px; height: 12px; }

@media (max-width: 1024px) {
  .topbar__name-sub { display: none; }
  .topbar__nav { display: none; }
  .topbar__shell { gap: 16px; padding: 6px 14px; }
}

/* ============================================================
   BURGER + MOBILE MENU (visible ≤ 1024px)
   ============================================================ */
.topbar__burger {
  display: none;
  width: 48px; height: 48px;
  background: var(--noir);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-left: -8px;
  transition: background 0.3s var(--ease-out);
}
.topbar__burger span {
  position: absolute;
  left: 14px; right: 14px;
  height: 2px;
  background: var(--ivoire);
  border-radius: 2px;
  transition: transform 0.4s var(--ease-out), top 0.4s var(--ease-out), opacity 0.3s;
}
.topbar__burger span:first-child { top: 18px; }
.topbar__burger span:last-child  { top: 28px; }
.topbar__burger.is-open span:first-child { top: 23px; transform: rotate(45deg); }
.topbar__burger.is-open span:last-child  { top: 23px; transform: rotate(-45deg); }
.topbar.is-dark .topbar__burger { background: var(--ivoire); }
.topbar.is-dark .topbar__burger span { background: var(--noir); }

@media (max-width: 1024px) {
  .topbar__burger { display: block; }
  .topbar__cta .topbar__cta-tag { display: none; }
}

.mobile-menu {
  position: fixed; inset: 0;
  z-index: 99;
  background: rgba(15, 15, 16, 0.96);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--ivoire);
  padding: 120px 32px 48px;
  display: flex; flex-direction: column;
  gap: 40px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity 0.5s var(--ease-out), transform 0.6s var(--ease-out);
}
.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.mobile-menu__nav {
  display: flex; flex-direction: column;
  gap: 24px;
}
.mobile-menu__nav a {
  display: flex; align-items: baseline; gap: 16px;
  font-family: var(--ff-sans);
  font-size: clamp(40px, 12vw, 64px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ivoire);
  padding: 8px 0;
  transition: color 0.3s var(--ease-out);
}
.mobile-menu__nav a:hover,
.mobile-menu__nav a:active { color: var(--orange); }
.mobile-menu__num {
  font-family: var(--ff-mono);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--orange);
}
.mobile-menu__cta {
  margin-top: auto;
  display: inline-flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 18px 24px;
  background: var(--orange);
  color: var(--noir);
  border-radius: 999px;
  font-family: var(--ff-mono);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mobile-menu__footer {
  display: flex; flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(248, 245, 241, 0.12);
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(248, 245, 241, 0.6);
}
.mobile-menu__footer a {
  color: inherit;
  padding: 6px 0;
  transition: color 0.3s var(--ease-out);
}
.mobile-menu__footer a:hover { color: var(--ivoire); }

/* Quand le menu mobile est ouvert, lock le body scroll */
body.menu-open { overflow: hidden; scrollbar-gutter: stable; }

/* ============================================================
   STICKY CTA mobile (visible ≤ 640px)
   ============================================================ */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 16px; right: 16px;
  z-index: 80;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: var(--orange);
  color: var(--noir);
  border-radius: 999px;
  font-family: var(--ff-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 24px -8px rgba(232, 118, 42, 0.5), 0 4px 8px -2px rgba(0,0,0,0.2);
  transition: opacity 0.4s var(--ease-out), transform 0.4s var(--ease-out);
}
.sticky-cta.is-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}
.sticky-cta__dot {
  width: 6px; height: 6px;
  background: var(--noir);
  border-radius: 50%;
  animation: pulse 2.2s ease-in-out infinite;
}
@media (max-width: 640px) {
  .sticky-cta { display: inline-flex; }
}
@media (max-width: 640px) {
  .topbar__cta-tag { display: none !important; }
  .topbar { padding: 0 12px; }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.55); opacity: 0.45; }
}

/* ============================================================
   HERO — WebGL shader + titre monumental + bento gallery
   ============================================================ */
.hero {
  position: relative;
  background: var(--ivoire);
  padding: 156px var(--gutter) var(--gap-6);
  overflow: hidden;
  min-height: 100vh;
  perspective: 1700px;
  perspective-origin: 50% 50%;
}
.hero__inner {
  display: flex; flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 156px - var(--gap-6));
}

/* Carrousel à droite (occupe la moitié droite, perspective) */
.hero__carousel-zone {
  position: absolute;
  top: 0; bottom: 0;
  right: 0;
  width: 48%;
  pointer-events: none;
  transform-style: preserve-3d;
  overflow: hidden;            /* empêche les cards de déborder sur le texte */
  z-index: 1;
}
.hero__carousel-zone > * { pointer-events: auto; }
.carousel-stage {
  position: absolute;
  top: 50%; left: 50%;
  width: 0; height: 0;
  transform-style: preserve-3d;
}
.carousel {
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 0;
  transform-style: preserve-3d;
  will-change: transform;
}
/* Cards en carrousel : positionnées par JS via rotateY + translateZ */
.carousel .card {
  position: absolute;
  top: 0; left: 0;
  transform-style: preserve-3d;
  will-change: transform;
  background: var(--noir);
  border: 1px solid rgba(15,15,16,0.15);
  overflow: hidden;
  box-shadow: 0 30px 60px -25px rgba(15,15,16,0.35);
  text-decoration: none;
}
.carousel .card video {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  display: block;
}
.carousel .card--desktop {
  width: 320px; height: 200px;
  margin: -100px 0 0 -160px;
  border-radius: 10px;
}
.carousel .card--phone {
  width: 140px; height: 300px;
  margin: -150px 0 0 -70px;
  border-radius: 20px;
}
/* ===== Hero deck 3D : 6 cards flottantes (style NewStudio) ===== */
.hero__deck {
  position: absolute;
  inset: 0;
  perspective: 1500px;
  perspective-origin: 50% 50%;
  z-index: 1;
  pointer-events: none;
  will-change: transform, opacity;
}
.card {
  position: absolute;
  top: 50%; left: 50%;
  transform-style: preserve-3d;
  pointer-events: auto;
  overflow: hidden;
  background: var(--noir);
  border: 1px solid rgba(15,15,16,0.15);
  box-shadow:
    0 40px 80px -25px rgba(15,15,16,0.4),
    0 15px 30px -15px rgba(15,15,16,0.3),
    inset 0 0 0 1px rgba(255,255,255,0.06);
  will-change: transform, opacity;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.card--desktop {
  width: clamp(220px, 24vw, 420px);
  aspect-ratio: 16 / 10;
  border-radius: 10px;
}
.card--phone {
  width: clamp(110px, 11vw, 200px);
  aspect-ratio: 9 / 19.5;
  border-radius: 22px;
  padding: 4px;
}
.card--phone .card__frame {
  border-radius: 18px;
}
.card__frame {
  width: 100%; height: 100%;
  overflow: hidden;
  position: relative;
}
.card img, .card picture, .card video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  will-change: transform;
}
.card__label { display: none; }
@media (max-width: 1024px) {
  .card { width: clamp(180px, 26vw, 280px); }
}
@media (max-width: 640px) {
  .card { width: clamp(140px, 38vw, 220px); }
}
.hero__inner {
  position: relative;
  z-index: 3;
  max-width: 720px;
  margin: 0;
  padding-bottom: var(--gap-6);
  text-align: left;
}
@media (max-width: 1024px) {
  .hero__inner { max-width: var(--container); margin: 0 auto; }
}

.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 var(--gap-3);
}
.hero__eyebrow-dot {
  width: 8px; height: 8px;
  background: var(--orange);
  border-radius: 50%;
  animation: pulse 2.4s ease-in-out infinite;
}
.hero__eyebrow-sep { color: var(--line-strong); }

/* Style Monument Extended / Bowlby One : wide bold brutalist, taille mesurée */
.hero__title,
.method__title,
.method__intro-title,
.work__title,
.services__title,
.contact__title {
  font-family: var(--ff-mega);
  font-weight: 400;     /* Bowlby One n'a qu'un seul weight, mais nativement très bold */
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.hero__title {
  font-size: clamp(24px, 1.2rem + 2.4vw, 56px);
  letter-spacing: -0.02em;
  color: var(--noir);
  display: block;
  max-width: 100%;
  text-transform: uppercase;
  word-spacing: -0.02em;
}
.hero__title-accent {
  font-family: 'DM Serif Display', 'Times New Roman', serif;
  color: var(--orange);
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
  letter-spacing: -0.01em;
  text-transform: none;
  font-size: 1.15em;
}
/* SplitText : words restent insécables, chars sont animables */
.hero__title .word {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}
.hero__title .char {
  display: inline-block;
  will-change: transform;
}

.hero__lead {
  margin-top: var(--gap-3);
  max-width: 540px;
  font-size: var(--fs-lead);
  font-weight: 300;
  line-height: 1.45;
  color: var(--ink-soft);
  letter-spacing: -0.01em;
}

.hero__actions {
  margin-top: var(--gap-6);
  display: flex; flex-wrap: wrap; gap: var(--gap-3) var(--gap-4);
  align-items: center;
}

/* CTA mobile uniquement — caché par défaut, activé en media (max-width: 640px) */
.hero__cta--mobile-only { display: none !important; }

/* Scroll hint sous le CTA hero (Jakob — repère familier) */
.hero__scroll-hint {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-dim);
  text-decoration: none;
  padding: 6px 10px;
  transition: color 0.3s var(--ease-out);
}
.hero__scroll-hint:hover { color: var(--noir); }
.hero__scroll-hint-icon {
  display: inline-flex;
  animation: scrollBounce 2s ease-in-out infinite;
}
@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50%      { transform: translateY(4px); opacity: 1; }
}

.hero__cta {
  position: relative;
  overflow: hidden;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 22px;
  background: var(--noir);
  color: var(--ivoire);
  border-radius: 999px;
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.4s var(--ease-out), gap 0.4s var(--ease-out);
  will-change: transform;
  isolation: isolate;
}
.hero__cta:hover { background: var(--orange); gap: 16px; }
.hero__cta-label, .hero__cta-arrow { position: relative; z-index: 2; }
.hero__cta-arrow { display: inline-flex; }
/* Ripple — onde qui se propage depuis le point de hover */
.hero__cta-ripple {
  position: absolute;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  z-index: 1;
  will-change: transform, opacity;
}

.hero__signals {
  display: flex; flex-wrap: wrap; gap: var(--gap-3);
  align-items: center;
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}
.signal {
  display: inline-flex; align-items: center; gap: 8px;
  text-transform: uppercase;
}
.signal strong { font-weight: 500; color: var(--noir); margin-left: 4px; }
.signal__dot {
  width: 8px; height: 8px;
  background: var(--orange);
  border-radius: 50%;
  animation: pulse 2.2s ease-in-out infinite;
}

/* ===== Bento gallery sous hero ===== */
.hero__bento {
  position: relative;
  z-index: 3;
  margin-top: var(--gap-6);
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 100px;
  gap: 16px;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}
.bento {
  position: relative;
  overflow: hidden;
  background: var(--noir);
  border-radius: 4px;
  display: block;
  grid-column: span 2; grid-row: span 2;
  transition: transform 0.5s var(--ease-out);
  will-change: transform;
}
.bento[data-bento="01"] { grid-column: span 3; grid-row: span 3; }
.bento[data-bento="02"] { grid-column: span 2; grid-row: span 3; }
.bento[data-bento="04"] { grid-column: span 3; grid-row: span 2; }
.bento[data-bento="05"] { grid-column: span 2; grid-row: span 2; }
.bento img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out), filter 0.5s var(--ease-out);
  filter: brightness(0.92) saturate(1.05);
  will-change: transform;
}
.bento:hover img { transform: scale(1.06); filter: brightness(1) saturate(1.1); }
.bento__label {
  position: absolute;
  left: 14px; bottom: 14px;
  display: flex; flex-direction: column;
  gap: 2px;
  font-family: var(--ff-mono);
  font-size: 11px;
  color: var(--ivoire);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0,0,0,0.55);
}
.bento__label strong { font-family: var(--ff-sans); text-transform: none; font-size: 14px; letter-spacing: -0.005em; font-weight: 500; }

/* ============================================================
   TRUST ticker
   ============================================================ */
.trust {
  background: var(--noir);
  color: var(--ivoire);
  padding: var(--gap-5) 0 var(--gap-5);
  position: relative;
  z-index: 3;
}
.trust__label {
  text-align: center;
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  color: var(--ink-dim);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: var(--gap-4);
  padding: 0 var(--gutter);
}
/* ===== Projecteur : chaque logo réagit au faisceau (var --i pilotée en JS) ===== */
.trust__wall {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 26px var(--gutter);
  overflow: hidden;
  /* fondu doux des deux bords (les logos se dissolvent au lieu de couper net) */
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.trust__logos {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;            /* tout sur une seule ligne */
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 52px);
}
.trust__item {
  --i: 0;                         /* intensité d'éclairage 0→1, fixée par JS */
  position: relative;
  transform: translateY(calc(var(--i) * -10px)) scale(calc(1 + var(--i) * 0.09));
  will-change: transform;
}
.trust__ghost,
.trust__color {
  display: block;
  width: auto;
  height: 48px;
}
.trust__item[data-logo="aura3d"]        :is(.trust__ghost, .trust__color) { height: 30px; }
.trust__item[data-logo="goldexfrance"]  :is(.trust__ghost, .trust__color) { height: 38px; }
.trust__item[data-logo="aftaxi78"]      :is(.trust__ghost, .trust__color) { height: 60px; }
.trust__item[data-logo="commedelasoie"] :is(.trust__ghost, .trust__color) { height: 58px; }
.trust__item[data-logo="maisonmia"]     :is(.trust__ghost, .trust__color) { height: 56px; }
.trust__item[data-logo="maisonlaira"]   :is(.trust__ghost, .trust__color) { height: 56px; }
/* fantôme : ivoire estompé, toujours présent */
.trust__ghost { opacity: calc(0.18 + var(--i) * 0.07); }
/* couleur : révélée + halo chaud proportionnels à l'éclairage */
.trust__color {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  opacity: var(--i);
  filter: drop-shadow(0 4px calc(var(--i) * 22px) rgba(255, 226, 188, calc(var(--i) * 0.55)));
}
/* faisceau lumineux (halo chaud doux), positionné par JS via translate */
.trust__beam {
  position: absolute;
  top: 50%; left: 0;
  width: 300px; height: 150px;
  border-radius: 50%;
  transform: translate(-9999px, -50%);
  background: radial-gradient(50% 50% at 50% 50%,
     rgba(255, 240, 218, 0.20), rgba(255, 228, 196, 0.07) 45%, transparent 72%);
  filter: blur(26px);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

@media (max-width: 760px) {
  /* mobile : pas de projecteur — logos mono lisibles, sur 2 lignes */
  .trust__logos { flex-wrap: wrap; gap: 26px 34px; }
  .trust__color { display: none; }
  .trust__ghost { opacity: 0.72 !important; height: 34px; }
  .trust__item { transform: none !important; }
  .trust__beam { display: none; }
  .trust__item[data-logo="aftaxi78"]      .trust__ghost { height: 46px; }
  .trust__item[data-logo="commedelasoie"] .trust__ghost,
  .trust__item[data-logo="maisonmia"]     .trust__ghost,
  .trust__item[data-logo="maisonlaira"]   .trust__ghost { height: 42px; }
  .trust__item[data-logo="aura3d"]        .trust__ghost { height: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .trust__item { transform: none; }
  .trust__color { opacity: 0.85; }      /* tout en couleur, statique */
  .trust__ghost { opacity: 0; }
  .trust__beam { display: none; }
}

/* ============================================================
   À PROPOS
   ============================================================ */
.about {
  background: var(--ivoire);
  padding: var(--gap-6) var(--gutter);
  position: relative;
  z-index: 3;
}
.about__inner {
  max-width: var(--container);
  margin: 0 auto;
}
.eyebrow {
  display: inline-flex; align-items: center;
  gap: 10px;
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.eyebrow__dot {
  width: 8px; height: 8px;
  background: var(--orange);
  border-radius: 50%;
}
/* ===== Statement (même police que les grands titres : PP Monument Extended) ===== */
.about__title {
  margin-top: var(--gap-4);
  font-family: var(--ff-mega);
  font-weight: 400;
  font-size: clamp(28px, 4.4vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--noir);
}
.about__line { display: block; }
.about__sub {
  margin-top: var(--gap-4);
  font-family: var(--ff-sans);
  font-size: var(--fs-lead);
  font-weight: 300;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 640px;
}

/* rotator : un mot remplace l'autre (fondu + glissé léger, sans clip) */
.rotator { position: relative; display: inline-block; }
.rotator__item {
  display: inline-block;
  color: var(--orange);
  white-space: nowrap;
  will-change: transform, opacity;
}
.rotator__item:not(:first-child) { position: absolute; left: 0; top: 0; }

/* méta : index discret à filet, centré */
.about__meta {
  margin-top: var(--gap-6);
  border-top: 1px solid var(--line);
  padding-top: var(--gap-5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap-4) clamp(44px, 7vw, 120px);
  text-align: center;
}
.about__meta-item { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.about__meta-k {
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
}
.about__meta-v {
  font-family: var(--ff-sans);
  font-weight: 500;
  font-size: clamp(21px, 1.8vw, 30px);
  letter-spacing: -0.015em;
  color: var(--noir);
  line-height: 1;
}
@media (max-width: 560px) {
  .about__title { font-size: clamp(30px, 11vw, 56px); }
  .about__meta { gap: var(--gap-4) var(--gap-5); }
}

/* ============================================================
   SERVICES — stack 3D pinné
   ============================================================ */
.services {
  background: var(--ivoire-warm);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 3;
}
.services__stage {
  min-height: auto;
  padding: var(--gap-6) var(--gutter);
  display: flex; flex-direction: column;
  max-width: var(--container);
  margin: 0 auto;
}
.services__head {
  display: flex; flex-direction: column;
  gap: var(--gap-2);
  max-width: 720px;
  margin-bottom: var(--gap-5);
}
.services__title {
  font-family: var(--ff-mega);
  font-size: clamp(28px, 3.5vw, 56px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--noir);
  text-transform: uppercase;
}
.services__sub {
  font-size: var(--fs-lead);
  font-weight: 300;
  color: var(--ink-soft);
  line-height: 1.4;
}

.services__deck {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-3);
}
.svc {
  position: relative;
  background: var(--noir);
  color: var(--ivoire);
  border-radius: 8px;
  padding: var(--gap-4);
  display: flex; flex-direction: column;
  gap: var(--gap-3);
  box-shadow: 0 30px 60px -30px rgba(15,15,16,0.35);
  will-change: transform, opacity;
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}
.svc:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 80px -25px rgba(15,15,16,0.45);
}
.svc[data-svc="01"] { background: var(--noir); --svc-border: rgba(248, 245, 241, 0.18); }
.svc[data-svc="02"] { background: var(--orange-deep); --svc-border: rgba(248, 245, 241, 0.22); }
.svc[data-svc="03"] { background: var(--orange); color: var(--noir); --svc-border: rgba(15, 15, 16, 0.22); }

.svc__num {
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.1em;
  opacity: 0.6;
}
.svc__title {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}
.svc__list {
  display: flex; flex-direction: column;
  gap: 6px;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.5;
  flex: 1;
}
.svc__list li::before { content: '· '; opacity: 0.55; }
.svc__foot {
  display: flex; justify-content: space-between;
  align-items: baseline;
  gap: var(--gap-3);
  padding-top: var(--gap-3);
  border-top: 1px solid var(--svc-border, rgba(255, 255, 255, 0.2));
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.06em;
  opacity: 0.85;
}
.svc__price { font-size: clamp(20px, 1.6vw, 28px); font-weight: 500; opacity: 1; letter-spacing: -0.01em; white-space: nowrap; }
.svc__delay { text-transform: uppercase; }

.services__progress {
  margin-top: var(--gap-4);
  display: flex; align-items: center; gap: var(--gap-3);
}
.services__progress-track {
  flex: 1;
  height: 1px;
  background: var(--line);
  position: relative;
}
.services__progress-fill {
  position: absolute; left: 0; top: -1px;
  height: 3px;
  width: 33%;
  background: var(--orange);
}
.services__progress-label {
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.1em;
  color: var(--ink-soft);
}

/* ============================================================
   MÉTHODE — Shelby-like
   Intro HORS pin (header) — Stage PINNED 100vh (blobs + panels centrés)
   ============================================================ */
.method {
  background: var(--ivoire);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 3;
  overflow: hidden;
}

/* Intro : flux normal, au-dessus du pin */
.method__intro {
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--gap-6) var(--gutter) var(--gap-5);
  text-align: center;
}
.method__intro .eyebrow { justify-content: center; display: inline-flex; }
.method__intro-title {
  margin-top: var(--gap-2);
  font-family: var(--ff-mega);
  font-size: clamp(28px, 3.5vw, 56px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--noir);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
.method__intro-sub {
  margin-top: var(--gap-3);
  font-size: var(--fs-body);
  color: var(--ink-soft);
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

/* Stage : 100vh exact, contenu centré, c'est ce qui se pin */
.method__stage {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
}

/* 4 calques du vrai logo (S · A · réseau · nom) — chacun sur le MÊME canvas
   transparent et centré : éclatés dans les coins au repos, ils convergent au
   centre (x/y → 0) pour reformer le logo au pixel près. */
.method__orbits {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.logo-piece {
  position: absolute;
  top: 50%; left: 50%;          /* centré ; le scatter/convergence se fait via GSAP x/y */
  width: clamp(360px, 44vw, 600px);
  aspect-ratio: 1;
  will-change: transform, opacity;
  opacity: 0;                   /* caché par défaut, JS révèle au scroll */
}
.logo-piece img {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
}
/* calque de flottement : bouge "dans tous les sens" pendant que la pièce
   patiente dans son coin (étapes 1-2-3) ; chaque pièce a sa propre phase */
.logo-piece__float {
  display: block;
  width: 100%; height: 100%;
  will-change: transform;
  animation: piece-float 9s ease-in-out infinite;
}
.logo-piece:nth-child(1) .logo-piece__float { animation-duration: 8.5s; animation-delay: -0.5s; }
.logo-piece:nth-child(2) .logo-piece__float { animation-duration: 10s;  animation-delay: -3s;   }
.logo-piece:nth-child(3) .logo-piece__float { animation-duration: 9.5s; animation-delay: -6s;   }
.logo-piece:nth-child(4) .logo-piece__float { animation-duration: 11s;  animation-delay: -1.5s; }
@keyframes piece-float {
  0%   { transform: translate(0, 0) rotate(0deg); }
  25%  { transform: translate(9px, -11px) rotate(1.6deg); }
  50%  { transform: translate(-8px, 7px) rotate(-1.4deg); }
  75%  { transform: translate(7px, 9px) rotate(1deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}
/* à l'assemblage : on coupe le flottement → le logo se verrouille net */
.method__orbits.is-assembled .logo-piece__float { animation: none; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .logo-piece__float { animation: none; }
}

@media (max-width: 640px) {
  .logo-piece { width: clamp(240px, 70vw, 420px); }
}

/* Panels empilés au centre du stage */
.method__panels {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--container);
  padding: 0 var(--gutter);
  display: grid;
  place-items: center;
}
.method__panel {
  grid-column: 1; grid-row: 1;
  display: flex; flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--gap-3);
  max-width: 900px;
  will-change: transform, opacity;
}
.method__num {
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  padding: 8px 16px;
  border: 1px solid var(--orange);
  border-radius: 999px;
}
.method__title {
  font-family: var(--ff-mega);
  font-size: clamp(38px, 5.5vw, 96px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: var(--noir);
  text-transform: uppercase;
}
.method__title em,
.method__title .accent {
  font-family: var(--ff-display);
  font-style: italic;
  color: var(--orange);
  text-transform: none;
}
.method__text {
  font-size: var(--fs-lead);
  font-weight: 300;
  line-height: 1.4;
  color: var(--ink-soft);
  max-width: 620px;
}

.method__progress {
  position: absolute;
  bottom: var(--gap-4); right: var(--gutter);
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.1em;
  display: inline-flex;
  gap: 6px; align-items: baseline;
  background: var(--noir);
  color: var(--ivoire);
  padding: 8px 14px;
  border-radius: 4px;
  z-index: 3;
}
.method__progress-current { color: var(--orange); font-weight: 500; }
.method__progress-sep { opacity: 0.5; }

@media (max-width: 640px) {
  .method__intro { padding: var(--gap-6) var(--gutter) var(--gap-3); }
  .method__title { font-size: clamp(44px, 13vw, 88px); }
  .method__blob { width: clamp(240px, 70vw, 480px); }
  /* Sur mobile : stage normal flow (pas pinned), panels en stack vertical */
  .method__stage { height: auto; }
  .method__panels { display: flex; flex-direction: column; gap: var(--gap-6); padding-top: var(--gap-4); padding-bottom: var(--gap-5); }
  .method__panel { grid-column: auto; grid-row: auto; }
}

/* ============================================================
   RÉALISATIONS — pleine page, mockups 3D
   ============================================================ */
.work {
  background: var(--ivoire-deep);
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 3;
}
.work__intro {
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--gap-6) var(--gutter) var(--gap-5);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: var(--gap-4);
}
.work__title {
  grid-column: 1 / -1;
  font-family: var(--ff-mega);
  font-size: clamp(28px, 3.5vw, 56px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--noir);
  margin-top: var(--gap-2);
  text-transform: uppercase;
}
.work__sub {
  grid-column: 1;
  max-width: 640px;
  font-size: var(--fs-lead);
  font-weight: 300;
  color: var(--ink-soft);
  line-height: 1.4;
}
.work__counter { display: none; }

.work__viewer {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--gap-6) var(--gutter) var(--gap-7);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-5) var(--gap-4);
}

/* Pause Miller : respiration au milieu de la grille de projets */
.work__pause {
  display: flex; align-items: center;
  gap: 18px;
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--gap-5) var(--gutter);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ivoire);
  font-family: var(--ff-mono);
}
.work__pause-num {
  font-family: var(--ff-sans);
  font-size: clamp(64px, 8vw, 120px);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--orange);
  line-height: 0.9;
}
.work__pause-sep {
  font-size: clamp(64px, 8vw, 120px);
  font-weight: 200;
  color: var(--line-strong);
  line-height: 0.9;
}
.work__pause-total {
  font-family: var(--ff-sans);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 300;
  letter-spacing: -0.03em;
  color: var(--ink-dim);
  line-height: 0.9;
}
.work__pause-line {
  flex: 1; height: 1px;
  background: var(--line-strong);
  margin: 0 24px;
  max-width: 320px;
}
.work__pause-text {
  font-size: var(--fs-mono);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.case {
  min-height: auto;
  padding: 0;
  display: flex; flex-direction: column;
  gap: var(--gap-3);
  align-items: stretch;
  border-bottom: 0;
  perspective: 1200px;
  overflow: visible;
  background: transparent !important;
}

.case__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  display: flex; align-items: center; justify-content: center;
  background: var(--ivoire-warm);
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}

/* ---------- Mockups 3D ---------- */
.device {
  position: absolute;
  transform-style: preserve-3d;
  will-change: transform;
}
.device--macbook {
  width: 88%;
  aspect-ratio: 16 / 10.5;
  background: var(--noir);
  border: 1px solid var(--noir);
  border-radius: 10px 10px 4px 4px;
  padding: 10px 10px 0;
  box-shadow:
    0 20px 40px -16px rgba(15,15,16,0.35),
    0 8px 16px -8px rgba(15,15,16,0.25),
    inset 0 0 0 1px rgba(255,255,255,0.05);
  transform: translateZ(20px);
}
.device--macbook .device__screen {
  width: 100%; height: 100%;
  background: var(--ink);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.device--macbook .device__screen img,
.device--macbook .device__screen picture,
.device--macbook .device__screen video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.device--macbook .device__bar {
  position: absolute;
  bottom: -10px; left: -22px; right: -22px;
  height: 14px;
  background: linear-gradient(180deg, #2a2a2c 0%, #1a1a1c 100%);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 10px 20px -10px rgba(0,0,0,0.4);
}
.device--macbook .device__foot {
  position: absolute;
  bottom: -10px; left: 50%;
  width: 18%; height: 4px;
  transform: translateX(-50%);
  background: var(--noir);
  border-radius: 0 0 6px 6px;
  z-index: 2;
}
.device--macbook-back {
  transform: translate(-30%, 28%) translateZ(-30px) rotateY(8deg) rotateX(-3deg);
  opacity: 0.85;
  filter: blur(0.5px);
}

.device--phone {
  width: clamp(90px, 14vw, 200px);
  aspect-ratio: 9 / 19;
  background: var(--noir);
  border-radius: 28px;
  padding: 6px;
  box-shadow:
    0 30px 50px -10px rgba(15,15,16,0.5),
    inset 0 0 0 1px rgba(255,255,255,0.06);
  transform: translate(72%, 24%) translateZ(40px) rotateY(-8deg);
}
.device--phone .device__screen {
  width: 100%; height: 100%;
  background: var(--ink);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}
.device--phone .device__screen img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
}
.device--phone .device__notch {
  position: absolute;
  top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 14px;
  background: var(--noir);
  border-radius: 0 0 10px 10px;
  z-index: 2;
}

.case__meta {
  display: flex; flex-direction: column;
  gap: var(--gap-2);
  max-width: 540px;
}
.case__index {
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  color: var(--orange);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.case__year {
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  color: var(--ink-soft);
  letter-spacing: 0.06em;
}
.case__name {
  font-family: var(--ff-display);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.04;
  color: var(--noir);
  margin-top: 4px;
}
.case__lead {
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-top: 8px;
}
.case__tags {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: var(--gap-2);
  font-family: var(--ff-mono);
  font-size: var(--fs-micro);
  color: var(--ink-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.case__tags li {
  padding: 4px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
}
.case__cta {
  margin-top: var(--gap-3);
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  position: relative;
}
.case__cta::after {
  content: ''; position: absolute; left: 0; bottom: -4px;
  width: 0; height: 1px; background: currentColor;
  transition: width 0.4s var(--ease-out);
}
.case__cta:hover::after { width: 100%; }

/* ============================================================
   TÉMOIGNAGE — morph SVG orange
   ============================================================ */
.testi {
  position: relative;
  background: var(--noir);
  color: var(--ivoire);
  padding: var(--gap-6) var(--gutter);
  overflow: hidden;
  z-index: 3;
  min-height: 80vh;
  display: flex; align-items: center;
}
.testi__morph {
  position: absolute;
  right: -120px; top: 50%;
  width: clamp(360px, 50vw, 720px);
  height: clamp(360px, 50vw, 720px);
  transform: translateY(-50%);
  opacity: 0.95;
  pointer-events: none;
}
.testi__inner {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
}
.quote {
  max-width: 880px;
  position: relative;
}
.quote__mark {
  font-family: var(--ff-sans);
  font-size: clamp(80px, 12vw, 240px);
  color: var(--orange);
  line-height: 0.8;
  display: block;
  margin-bottom: -0.25em;
}
.quote__text {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3vw, 52px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.012em;
  color: var(--ivoire);
}
.quote__text em {
  font-family: var(--ff-display);
  color: var(--orange);
  font-style: italic;
}
.quote__cite {
  margin-top: var(--gap-3);
  display: flex; flex-direction: column;
  gap: 4px;
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.quote__name { color: var(--ivoire); font-weight: 500; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  background: var(--ivoire);
  padding: var(--gap-6) var(--gutter);
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--line);
}
.contact__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex; flex-direction: column;
  gap: var(--gap-3);
}
.contact__title {
  font-family: var(--ff-mega);
  font-size: clamp(48px, 7vw, 130px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.95;
  color: var(--noir);
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.18em 0.32em;
  margin-top: var(--gap-2);
  text-transform: uppercase;
}
.contact__title-accent {
  font-family: var(--ff-display);
  color: var(--orange);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  font-size: 1.08em;
}
.contact__title-mark {
  font-family: var(--ff-display);
  color: var(--orange);
  font-style: italic;
  font-weight: 400;
  margin-left: 0.04em;
  text-transform: none;
}
.contact__lead {
  font-size: var(--fs-lead);
  font-weight: 300;
  line-height: 1.4;
  color: var(--noir);
  max-width: 720px;
  margin-top: var(--gap-3);
}
.contact__actions {
  margin-top: var(--gap-5);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--gap-3);
  max-width: 880px;
}
.contact__cta {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  gap: 4px;
  padding: var(--gap-3) var(--gap-4);
  background: var(--noir);
  color: var(--ivoire);
  border-radius: 6px;
  overflow: hidden;
  will-change: transform;
  transition: background 0.4s var(--ease-out);
}
.contact__cta--secondary {
  background: var(--ivoire);
  color: var(--noir);
  border: 1px solid var(--noir);
}
.contact__cta::before {
  content: ''; position: absolute; inset: 0;
  background: var(--orange);
  transform: translateY(101%);
  transition: transform 0.5s var(--ease-out);
  z-index: 0;
}
.contact__cta:hover::before { transform: translateY(0); }
.contact__cta:hover { color: var(--noir); }
.contact__cta > * { position: relative; z-index: 1; }
.contact__cta-eyebrow {
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}
.contact__cta-value {
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.05;
}
.contact__cta-arrow {
  position: absolute;
  right: var(--gap-3); top: 50%;
  transform: translateY(-50%);
  width: 32px; height: auto;
  z-index: 1;
}
.contact__alts {
  margin-top: var(--gap-4);
  display: flex; flex-wrap: wrap; gap: var(--gap-3);
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.contact__alts li {
  padding: 6px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  transition: border-color 0.3s var(--ease-out), color 0.3s var(--ease-out);
}
.contact__alts li:hover { border-color: var(--orange); color: var(--orange); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--noir);
  color: var(--ivoire);
  padding: var(--gap-6) var(--gutter) var(--gap-4);
  position: relative;
  z-index: 3;
}
.footer__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex; flex-direction: column;
  align-items: center;
  gap: var(--gap-3);
  text-align: center;
}
.footer__brand { display: flex; flex-direction: column; gap: 4px; align-items: center; }
.footer__brand strong {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ivoire);
}
.footer__brand span {
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.06em;
  color: rgba(248, 245, 241, 0.5);
  text-transform: uppercase;
}
.footer__location {
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  font-style: normal;
  letter-spacing: 0.06em;
  color: rgba(248, 245, 241, 0.85);
  text-transform: uppercase;
}
.footer__legal {
  font-family: var(--ff-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.08em;
  color: rgba(248, 245, 241, 0.7);
  padding-top: var(--gap-3);
  border-top: 1px solid rgba(248, 245, 241, 0.1);
  width: 100%;
  max-width: 200px;
  margin-top: var(--gap-2);
}

/* ============================================================
   RESPONSIVE — Tablet
   ============================================================ */
@media (max-width: 1024px) {
  .hero__title-row--shift { padding-left: clamp(10px, 4vw, 60px); }
  .hero__title-row--accent { padding-left: clamp(10px, 6vw, 120px); }
  .hero__bento { grid-template-columns: repeat(4, 1fr); }
  .bento[data-bento="01"] { grid-column: span 4; }
  .bento[data-bento="02"], .bento[data-bento="04"] { grid-column: span 2; }
  .topbar { grid-template-columns: auto auto; }
  .topbar__nav { display: none; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .work__viewer { grid-template-columns: repeat(2, 1fr); gap: var(--gap-4); }
  .services__deck { grid-template-columns: repeat(2, 1fr); }
  .svc:nth-child(3) { grid-column: 1 / -1; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: repeat(3, 1fr); }
}

/* ============================================================
   RESPONSIVE — Mobile
   ============================================================ */
@media (max-width: 640px) {
  :root { --gutter: 20px; --gap-6: 64px; --gap-7: 96px; }
  body.page { cursor: auto; }
  .grain { opacity: 0.4; }

  /* ===== HERO MOBILE : flex column → titre, photos, CTA en bas ===== */
  .hero {
    padding: 100px var(--gutter) var(--gap-6);
    min-height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .hero__inner {
    max-width: 100%;
    margin: 0;
    padding-bottom: 0;
    width: 100%;
    position: relative;
    z-index: 5;
    order: 1;
  }
  .hero__title {
    font-size: clamp(40px, 12.5vw, 72px);
    line-height: 1.02;
    letter-spacing: -0.025em;
  }
  .hero__lead { display: none; }
  /* Le CTA et scroll hint du desktop sont cachés en mobile (on utilise le mobile-only) */
  .hero__inner .hero__actions { display: none; }

  /* Carrousel 3D en mobile : entre titre et CTA, plus petit */
  .hero__carousel-zone {
    position: relative;
    width: 100%;
    height: 380px;
    max-height: 50vh;
    inset: auto;
    margin: var(--gap-4) 0 var(--gap-3);
    order: 2;
  }
  .carousel .card--desktop {
    width: 200px; height: 125px;
    margin: -62px 0 0 -100px;
  }
  .carousel .card--phone {
    width: 90px; height: 195px;
    margin: -97px 0 0 -45px;
  }

  /* CTA "Voir les réalisations" sous le deck (mobile only) */
  .hero__cta--mobile-only {
    display: inline-flex !important;
    align-self: center;
    order: 3;
    margin-top: var(--gap-3);
    padding: 18px 28px;
  }

  .topbar { padding: 12px var(--gutter); }
  .topbar__name-sub { display: none; }
  .timeline { padding-left: 64px; }
  .step__marker { left: -64px; width: 52px; height: 52px; }
  .contact__actions { grid-template-columns: 1fr; }
  .device--phone { display: none; }
  .footer__cols { grid-template-columns: 1fr; }
  .work__viewer { grid-template-columns: 1fr; gap: var(--gap-3); }
  .services__deck { grid-template-columns: 1fr; }
  .svc:nth-child(3) { grid-column: 1; }
  /* Testimonial mobile : texte plus mesuré */
  .quote__text { font-size: 18px; line-height: 1.5; letter-spacing: -0.01em; }
  .quote__mark { font-size: 80px; margin-bottom: -8px; }
  .testi { min-height: auto; padding: var(--gap-6) var(--gutter); }
  .testi__morph { width: 280px; height: 280px; right: -100px; opacity: 0.7; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .trust__wall { animation: none !important; }
  .hero__carousel-zone { display: none !important; }
  .topbar__status-dot,
  .sticky-cta__dot { animation: none !important; }
  .hero__scroll-hint-icon svg polyline { animation: none !important; }
  .grain { display: none !important; }
  video { /* poster visible, lecture coupée côté JS */ }
}
.rm-static .grain { display: none; }
.rm-static #cursor { display: none; }
.rm-static body.page { cursor: auto; }

/* ============================================================
   LÉGAL — liens footer, modales, bandeau cookies
   ============================================================ */
.footer__link {
  background: none; border: 0; padding: 0; cursor: pointer;
  font: inherit; color: inherit;
  text-decoration: underline; text-underline-offset: 3px;
  opacity: 0.8; transition: color 0.2s var(--ease-out), opacity 0.2s var(--ease-out);
}
.footer__link:hover { opacity: 1; color: var(--orange); }

.legal {
  width: min(680px, 92vw);
  max-height: 84vh;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--ivoire);
  color: var(--noir);
  overflow: hidden;
}
.legal::backdrop { background: rgba(15, 15, 16, 0.55); backdrop-filter: blur(3px); }
.legal__head {
  position: sticky; top: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 26px;
  background: var(--ivoire);
  border-bottom: 1px solid var(--line);
}
.legal__title { font-family: var(--ff-display); font-size: clamp(22px, 2.4vw, 30px); color: var(--noir); }
.legal__close {
  background: none; border: 0; cursor: pointer;
  font-size: 28px; line-height: 1; color: var(--ink-soft);
  transition: color 0.2s var(--ease-out);
}
.legal__close:hover { color: var(--orange); }
.legal__body {
  padding: 22px 26px 30px;
  overflow-y: auto; max-height: calc(84vh - 68px);
  font-family: var(--ff-sans);
}
.legal__body h3 {
  margin: 24px 0 7px;
  font-family: var(--ff-sans); font-size: 16px; font-weight: 600;
  letter-spacing: -0.01em; color: var(--orange);
}
.legal__body h3:first-child { margin-top: 0; }
.legal__body p { font-size: 15px; line-height: 1.65; color: var(--ink-soft); }
.legal__body a { color: var(--noir); text-underline-offset: 3px; }

.cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200;
  max-width: 560px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  padding: 14px 18px;
  background: rgba(15, 15, 16, 0.96); color: var(--ivoire);
  border: 1px solid rgba(248, 245, 241, 0.14); border-radius: 14px;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.cookie[hidden] { display: none; }
.cookie__text { flex: 1 1 220px; font-family: var(--ff-sans); font-size: 13px; line-height: 1.45; }
.cookie__actions { display: flex; align-items: center; gap: 14px; }
.cookie__link {
  background: none; border: 0; cursor: pointer; font: inherit; font-size: 13px;
  color: rgba(248, 245, 241, 0.7); text-decoration: underline; text-underline-offset: 3px;
}
.cookie__link:hover { color: var(--ivoire); }
.cookie__ok {
  background: var(--orange); color: var(--noir); border: 0; cursor: pointer;
  font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 9px 20px; border-radius: 999px;
  transition: background 0.2s var(--ease-out);
}
.cookie__ok:hover { background: var(--ivoire); }
