@font-face {
  font-family: "ABC Gravity";
  src: url("./fonts/ABCGravity.woff2") format("woff2");
  font-weight: 900;
  font-stretch: 50% 150%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABC Gravity";
  src: url("./fonts/ABCGravityItalic.woff2") format("woff2");
  font-weight: 900;
  font-stretch: 50% 150%;
  font-style: italic;
  font-display: swap;
}

:root {
  /* Thème inversé : le feed Instagram est LUMINEUX (crème dominant, texte
     noir, dégradé en accent). --ink reste "le fond de base" et --paper
     "l'encre" dans tout le CSS : on échange donc leurs VALEURS.
     Les anciennes sections crème deviennent les bandes sombres de contraste. */
  --ink: #FEF4E8;        /* fond crème des posts */
  --paper: #0A0405;      /* encre noire des posts */
  --orange: #FA6E26;     /* orange des posts (#FC7227 mesuré) */
  --magenta: #C51FD1;    /* violet-magenta profond de la DA (aplats) */
  --grad-signature: linear-gradient(135deg, #FC7227 0%, #F0389B 52%, #F80BFB 100%);
  --dim: #695B4F;        /* gris chaud lisible sur crème */
  --card: #FFFBF3;       /* carte : un cran plus claire que le fond */
  --border: #E7D8C4;
  --line: rgba(10,4,5, .16);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --shell: min(1500px, calc(100vw - 72px));
  /* Brutalist : angles mécaniques à 90°, aucun arrondi dans tout le système */
  --radius: 0;
  --hair: 1px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 100px; scrollbar-width: thin; scrollbar-color: var(--magenta-deep) var(--ink); }
body { margin: 0; overflow-x: clip; background: var(--ink); color: var(--paper); font-family: "Inter Tight", Arial, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; z-index: 9999; inset: 0; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
body.menu-open { overflow: hidden; }
::selection { color: var(--ink); background: var(--orange); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--magenta); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.section-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10000; top: 12px; left: 12px; padding: 12px 16px; transform: translateY(-150%); background: var(--paper); color: var(--ink); text-decoration: none; }
.skip-link:focus { transform: none; }
.page-progress { position: fixed; z-index: 300; inset: 0 0 auto; height: 3px; pointer-events: none; }
.page-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--magenta), var(--orange), var(--orange)); }

/* Director's cut — repère de tournage persistant */
.studio-hud { display: none; position: fixed; z-index: 180; top: 50%; left: 13px; display: flex; align-items: center; gap: 24px; transform: translateY(-50%) rotate(-90deg); transform-origin: left center; color: var(--dim); font: 500 7px/1 "JetBrains Mono", monospace; letter-spacing: .13em; pointer-events: none; text-transform: uppercase; }
.studio-hud::before, .studio-hud::after { content: ""; width: 42px; height: 1px; background: var(--border); }
.hud-rec { display: inline-flex; align-items: center; gap: 7px; color: var(--orange-deep); }
.hud-rec i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(242,101,34,.1); animation: recBlink 1.4s steps(1) infinite; }

/* Navigation */
.site-header { position: fixed; z-index: 200; inset: 0 0 auto; transition: padding .35s var(--ease); }
.nav-wrap { width: var(--shell); height: 94px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; transition: height .35s var(--ease), width .35s var(--ease), padding .35s var(--ease), border-radius .35s var(--ease), background .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled .nav-wrap { width: min(1120px, calc(100vw - 34px)); height: 68px; margin-top: 12px; padding: 0 12px 0 18px; border: 1px solid rgba(10,4,5,.12); border-radius: 18px; background: rgba(254,244,232,.86); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); box-shadow: 0 18px 60px rgba(10,4,5,.12); }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 14px; text-decoration: none; }
.brand img { display: block; width: 52px; height: auto; }
.brand-note { padding-left: 14px; border-left: 1px solid var(--line); color: var(--dim); font: 500 8px/1.45 "JetBrains Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 30px; align-items: center; }
.desktop-nav a { position: relative; padding: 9px 0; color: var(--dim); font: 500 9px/1 "JetBrains Mono", monospace; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--orange); transition: transform .35s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--paper); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { justify-self: end; display: inline-flex; align-items: center; gap: 18px; min-height: 48px; padding: 5px 5px 5px 20px; border: 1px solid var(--line); border-radius: 999px; color: var(--paper); font: 600 9px/1 "JetBrains Mono", monospace; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: background .25s ease, color .25s ease; }
.nav-cta span:last-child { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--orange); color: var(--ink); font-size: 16px; transition: transform .35s var(--ease), background .25s ease; }
.nav-cta:hover { background: var(--paper); color: var(--ink); }
.nav-cta:hover span:last-child { transform: rotate(45deg); background: var(--magenta); }
.menu-toggle { display: none; justify-self: end; width: 48px; height: 48px; padding: 0 12px; border: 1px solid var(--border); border-radius: 50%; background: var(--card); cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 1px; background: var(--paper); transition: transform .3s var(--ease); }
.menu-toggle span + span { margin-top: 7px; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { display: grid; grid-template-rows: 0fr; margin: 8px 16px 0; border-radius: 22px; background: rgba(23,20,15,.98); transition: grid-template-rows .45s var(--ease); }
.mobile-menu > nav { overflow: hidden; }
.mobile-menu.is-open { grid-template-rows: 1fr; border: 1px solid var(--border); }
.mobile-menu a { display: flex; align-items: center; gap: 20px; padding: 17px 22px; border-bottom: 1px solid var(--line); font: 900 20px/.95 "ABC Gravity", sans-serif; letter-spacing: -.035em; text-decoration: none; }
.mobile-menu a:last-child { border: 0; color: var(--orange-deep); }
.mobile-menu a span { color: var(--magenta-deep); font: 500 8px/1 "JetBrains Mono", monospace; }

/* Hero */
.hero { position: relative; min-height: 1120px; overflow: hidden; padding: 118px 0 0; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -3; top: -25vw; right: -18vw; width: 72vw; height: 72vw; border-radius: 50%; background: radial-gradient(circle, rgba(245,183,46,.25) 0, rgba(245,183,46,.08) 38%, transparent 70%); filter: blur(20px); }
.hero-aura { position: absolute; z-index: -2; top: 8%; left: -12%; width: 38vw; aspect-ratio: 1; border: 1px solid rgba(242,101,34,.1); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(242,101,34,.015), 0 0 0 16vw rgba(242,101,34,.01); }
.hero-inner { position: relative; }
.hero-kicker { display: flex; justify-content: space-between; padding: 17px 0; border-top: 1px solid var(--line); color: var(--dim); font: 500 9px/1 "JetBrains Mono", monospace; letter-spacing: .15em; text-transform: uppercase; }
.hero-kicker span:first-child { color: var(--orange-deep); }
.hero-title { position: relative; z-index: 5; margin-top: 30px; pointer-events: none; }
.title-line { height: .82em; overflow: hidden; font: 900 clamp(86px, 12.1vw, 190px)/.76 "ABC Gravity", sans-serif; letter-spacing: -.075em; text-transform: uppercase; }
.title-line span, .title-line em { display: inline-block; }
.title-line-two { padding-left: 17%; color: transparent; -webkit-text-stroke: 1.5px rgba(244,237,224,.85); }
.title-line-three { position: relative; z-index: 7; padding-left: 43%; color: var(--orange-deep); overflow: visible; }
.title-line-three em { font-style: italic; }
.hero-showcase { position: absolute; z-index: 4; top: 104px; right: 11%; width: clamp(310px, 29vw, 470px); aspect-ratio: .76; }
.showcase-card { position: absolute; z-index: 3; inset: 9% 10%; display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; border: 1px solid rgba(11,10,9,.3); border-radius: 24px; background: var(--magenta); color: var(--ink); box-shadow: 0 38px 90px rgba(0,0,0,.28); transform: rotate(4deg); transition: transform .25s ease-out; }
.showcase-top, .showcase-bottom { display: flex; min-height: 42px; align-items: center; justify-content: space-between; padding: 0 15px; border-bottom: 1px solid rgba(11,10,9,.23); font: 600 7px/1 "JetBrains Mono", monospace; letter-spacing: .12em; }
.showcase-bottom { border-top: 1px solid rgba(11,10,9,.23); border-bottom: 0; }
.showcase-top span:last-child { display: flex; align-items: center; gap: 6px; }
.showcase-top i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(242,101,34,.18); }
.showcase-scene { position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 24px 19px; background: linear-gradient(155deg, rgba(244,237,224,.15), transparent 42%), repeating-linear-gradient(90deg, transparent 0 39px, rgba(11,10,9,.08) 40px); }
.scene-word { position: relative; z-index: 3; font: 900 clamp(39px, 4.2vw, 66px)/.82 "ABC Gravity", sans-serif; letter-spacing: -.065em; }
.scene-word-bottom { align-self: flex-end; text-align: right; }
.scene-sphere { position: absolute; z-index: 1; top: 23%; left: 9%; width: 82%; aspect-ratio: 1; border-radius: 50%; background: var(--orange); box-shadow: inset -28px -30px 0 rgba(11,10,9,.1), 0 26px 60px rgba(11,10,9,.18); }
.scene-sphere::before { content: ""; position: absolute; inset: 18%; border: 1px solid rgba(11,10,9,.4); border-radius: 50%; }
.scene-sphere::after { content: ""; position: absolute; top: -20%; left: 50%; width: 1px; height: 140%; background: rgba(11,10,9,.4); transform: rotate(42deg); }
.play-mark { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; width: 76px; aspect-ratio: 1; place-items: center; transform: translate(-50%,-50%); border: 1px solid var(--ink); border-radius: 50%; background: var(--orange); transition: transform .35s var(--ease); }
.showcase-card:hover .play-mark { transform: translate(-50%,-50%) scale(1.12) rotate(8deg); }
.play-mark span { padding-left: 4px; font-size: 16px; }
.showcase-orbit { position: absolute; border: 1px solid rgba(244,237,224,.18); border-radius: 50%; transition: transform .25s ease-out; }
.orbit-one { z-index: 1; top: -5%; right: -21%; width: 75%; aspect-ratio: 1; }
.orbit-two { z-index: 1; bottom: 2%; left: -25%; width: 54%; aspect-ratio: 1; border-color: rgba(242,101,34,.25); }
.result-bubble { position: absolute; z-index: 6; top: 7%; right: -15%; display: grid; width: 150px; aspect-ratio: 1; place-content: center; border-radius: 50%; background: var(--orange); color: var(--ink); text-align: center; box-shadow: 0 18px 44px rgba(0,0,0,.24); transition: transform .25s ease-out; }
.result-bubble span, .result-bubble small { font: 600 7px/1 "JetBrains Mono", monospace; letter-spacing: .12em; }
.result-bubble strong { margin: 8px 0 5px; font: 900 30px/.9 "ABC Gravity", sans-serif; letter-spacing: -.07em; }
.creative-note { position: absolute; z-index: 5; right: -23%; bottom: 8%; display: flex; width: 142px; height: 78px; align-items: center; justify-content: space-between; padding: 14px; transform: rotate(-7deg); border-radius: 12px; background: var(--orange); color: var(--ink); font: 900 14px/.9 "ABC Gravity", sans-serif; transition: transform .25s ease-out; }
.creative-note i { font: normal 20px/1 Arial, sans-serif; }
.hero-seal { position: absolute; z-index: 5; bottom: -4%; left: -14%; width: 128px; padding: 8px; border-radius: 50%; background: var(--paper); fill: var(--ink); color: var(--ink); transition: transform .25s ease-out; }
.hero-seal text { font: 600 8px/1 "JetBrains Mono", monospace; letter-spacing: .11em; }
.hero-seal > circle { fill: var(--orange); }
.hero-bottom { position: relative; z-index: 8; display: grid; grid-template-columns: minmax(300px, 540px) auto 1fr; gap: 40px; align-items: end; margin-top: 68px; }
.hero-intro { margin: 0; color: var(--dim); font-size: clamp(17px, 1.45vw, 22px); line-height: 1.5; }
.hero-intro strong { color: var(--paper); font-weight: 500; }
.hero-actions { display: flex; gap: 24px; align-items: center; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 36px; padding: 0 12px 0 22px; border: 0; border-radius: 999px; font: 600 9px/1 "JetBrains Mono", monospace; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .3s var(--ease), background .25s ease, color .25s ease; }
.button span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 16px; transition: transform .3s var(--ease); }
.button-primary span { background: var(--orange); color: var(--ink); }
.button:hover { transform: translateY(-4px); }
.button:hover span { transform: rotate(45deg); }
.button-primary { background: var(--paper); color: var(--ink); box-shadow: 7px 7px 0 var(--orange); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark span { background: var(--orange); color: var(--ink); }
.button-wide { width: 100%; }
.text-link { color: var(--paper); font: 600 8px/1 "JetBrains Mono", monospace; letter-spacing: .09em; text-underline-offset: 8px; text-transform: uppercase; white-space: nowrap; }
.text-link span { margin-left: 8px; color: var(--orange-deep); }
.hero-status { justify-self: end; display: flex; gap: 13px; align-items: center; }
.hero-status p { margin: 0; color: var(--dim); font: 500 8px/1.55 "JetBrains Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }
.hero-status strong { color: var(--paper); }
.status-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(242,101,34,.1); }
.status-dot::after { content: ""; position: absolute; inset: -6px; border: 1px solid var(--orange); border-radius: 50%; animation: pulse 2s ease-out infinite; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)) 1.25fr; margin-top: 82px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-metrics article { display: flex; min-height: 142px; flex-direction: column; justify-content: space-between; padding: 24px 28px; border-right: 1px solid var(--line); transition: background .25s ease; }
.hero-metrics article:hover { background: var(--card); }
.hero-metrics article span { color: var(--dim); font: 500 8px/1 "JetBrains Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.hero-metrics article strong { font: 900 clamp(30px, 3vw, 48px)/.9 "ABC Gravity", sans-serif; letter-spacing: -.055em; }
.hero-metrics article:nth-child(1) strong { color: var(--paper); }
.hero-metrics article:nth-child(2) strong { color: var(--magenta-deep); }
.hero-metrics article:nth-child(3) strong { color: var(--orange-deep); }
.hero-metrics > p { align-self: center; justify-self: end; margin: 0 26px 0 0; color: var(--dim); font: 900 20px/.95 "ABC Gravity", sans-serif; letter-spacing: -.035em; text-align: right; }
.hero-metrics > p strong { color: var(--paper); font-style: italic; }

/* Hero — composition conversion-first, sans superposition */
.hero { min-height: 100svh; padding: 118px 0 30px; overflow: hidden; }
.hero::before { top: -28%; right: -16%; width: 58vw; height: 58vw; background: radial-gradient(circle, rgba(245,183,46,.2), transparent 68%); filter: blur(36px); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .72fr); gap: clamp(50px, 6vw, 100px); min-height: clamp(560px, calc(100svh - 190px), 790px); align-items: stretch; }
.hero-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 22px 0 12px; }
.hero-kicker { gap: 24px; }
.hero-copy h1 { max-width: 920px; margin: clamp(34px, 5vh, 60px) 0 0; font: 900 clamp(62px, 6.15vw, 102px)/.9 "ABC Gravity", sans-serif; letter-spacing: -.065em; }
.hero-copy h1 em { display: block; margin-top: 14px; color: var(--orange-deep); background: var(--grad-signature); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-family: "ABC Gravity", sans-serif; font-size: .7em; font-weight: 900; font-style: italic; line-height: .86; letter-spacing: -.055em; }
.hero-intro { max-width: 650px; margin-top: clamp(30px, 4vh, 48px); font-size: clamp(17px, 1.35vw, 20px); }
.hero-actions { margin-top: 34px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: auto; padding-top: 38px; }
.hero-proof article { display: flex; min-height: 82px; flex-direction: column; justify-content: space-between; padding: 0 24px; border-left: 1px solid var(--border); }
.hero-proof article:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { font: 600 clamp(25px, 2.4vw, 38px)/1 "JetBrains Mono", monospace; letter-spacing: -.08em; }
.hero-proof article:nth-child(2) strong { color: var(--magenta-deep); }
.hero-proof article:nth-child(3) strong { color: var(--orange-deep); }
.hero-proof span { color: var(--dim); font: 500 8px/1 "JetBrains Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.hero-media { position: relative; min-height: 560px; margin: 0; overflow: hidden; border: 1px solid rgba(10,4,5,.35); border-radius: 8px 54px 8px 54px; background: var(--card); box-shadow: 22px 22px 0 rgba(250,110,38,.28), -8px -8px 0 rgba(197,31,209,.12); }
.hero-media::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(11,10,9,.22), transparent 25%, transparent 68%, rgba(11,10,9,.68)), repeating-linear-gradient(90deg, transparent 0 13%, rgba(244,237,224,.018) 13% calc(13% + 1px)); }
.hero-media img,
.hero-media video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform 1.1s var(--ease), filter .6s ease; }
.hero-media:hover img,
.hero-media:hover video { transform: scale(1.035); filter: saturate(1.08) contrast(1.02); }
.hero-media figcaption { position: absolute; z-index: 4; top: 18px; right: 18px; left: 18px; display: flex; justify-content: space-between; gap: 20px; padding: 10px 12px; border-bottom: 1px solid rgba(244,237,224,.34); color: var(--paper); font: 500 7px/1 "JetBrains Mono", monospace; letter-spacing: .11em; text-transform: uppercase; }
.monitor-overlay { position: absolute; z-index: 3; inset: 0; pointer-events: none; color: var(--paper); }
.frame-corner { position: absolute; width: 34px; height: 34px; border-color: rgba(244,237,224,.86); border-style: solid; }
.frame-corner-tl { top: 62px; left: 19px; border-width: 1px 0 0 1px; }
.frame-corner-tr { top: 62px; right: 19px; border-width: 1px 1px 0 0; }
.frame-corner-bl { right: auto; bottom: 22px; left: 19px; border-width: 0 0 1px 1px; }
.frame-corner-br { right: 19px; bottom: 22px; border-width: 0 1px 1px 0; }
.monitor-crosshair { position: absolute; top: 50%; left: 50%; width: 34px; height: 34px; transform: translate(-50%,-50%); border: 1px solid rgba(244,237,224,.38); border-radius: 50%; opacity: .75; }
.monitor-crosshair::before, .monitor-crosshair::after { content: ""; position: absolute; top: 50%; left: 50%; background: rgba(244,237,224,.65); transform: translate(-50%,-50%); }
.monitor-crosshair::before { width: 54px; height: 1px; }
.monitor-crosshair::after { width: 1px; height: 54px; }
.monitor-readout { position: absolute; bottom: 23px; left: 28px; display: flex; align-items: center; gap: 15px; font: 500 7px/1 "JetBrains Mono", monospace; letter-spacing: .09em; }
.monitor-readout span { display: inline-flex; align-items: center; gap: 7px; color: var(--orange-deep); }
.monitor-readout i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; animation: recBlink 1.4s steps(1) infinite; }
.monitor-readout time { font-variant-numeric: tabular-nums; }
.lens-label { position: absolute; right: 28px; bottom: 25px; font: 500 7px/1 "JetBrains Mono", monospace; letter-spacing: .08em; }
.audio-wave { position: absolute; bottom: 51px; left: 28px; display: flex; height: 20px; align-items: end; gap: 3px; }
.audio-wave i { width: 2px; height: 35%; background: var(--orange); transform-origin: bottom; animation: audioMeter 1s ease-in-out infinite alternate; }
.audio-wave i:nth-child(2n) { height: 80%; animation-delay: -.7s; }
.audio-wave i:nth-child(3n) { height: 52%; animation-delay: -.35s; }
.audio-wave i:nth-child(5n) { height: 100%; animation-delay: -.55s; }
.media-link { position: absolute; z-index: 3; right: 18px; bottom: 18px; display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 10px; padding: 0 15px; border-radius: 999px; background: var(--orange); color: var(--ink); font: 600 7px/1 "JetBrains Mono", monospace; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .35s var(--ease), background .25s ease; }
.media-link i { font: normal 15px/1 Arial, sans-serif; }
.media-link:hover { transform: scale(1.06); background: var(--paper); }
.hero-foot { display: flex; min-height: 62px; align-items: end; justify-content: space-between; gap: 30px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.hero-foot > p { margin: 0; color: var(--dim); font: 500 8px/1 "JetBrains Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.hero-status { justify-self: initial; }
.hero-status p { white-space: nowrap; }

/* La chaîne de production devient une timeline de montage lisible */
.edit-deck { position: relative; z-index: 3; padding: 30px 0 54px; background: var(--ink); color: var(--paper); }
.edit-console { position: relative; overflow: hidden; padding: 18px; border: 1px solid var(--border); border-radius: 18px; background: linear-gradient(145deg, rgba(23,20,15,.96), rgba(11,10,9,.98)); box-shadow: 0 28px 90px rgba(0,0,0,.24); }
.edit-console::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(154,144,134,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(154,144,134,.12) 1px, transparent 1px); background-size: 28px 28px; }
.console-head, .console-foot { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.console-head { min-height: 42px; padding: 0 10px 14px; border-bottom: 1px solid var(--border); color: var(--dim); font: 500 8px/1 "JetBrains Mono", monospace; letter-spacing: .1em; }
.console-head time { color: var(--orange-deep); font-variant-numeric: tabular-nums; }
.timeline-ruler { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); margin: 11px 10px 4px 106px; color: rgba(154,144,134,.58); font: 500 6px/1 "JetBrains Mono", monospace; }
.timeline-ruler span::before { content: ""; display: block; width: 1px; height: 8px; margin-bottom: 5px; background: var(--border); }
.edit-timeline { --playhead: 3%; position: relative; z-index: 2; display: grid; gap: 5px; padding: 4px 0 8px; }
.edit-track { display: grid; grid-template-columns: 96px 1fr; gap: 10px; min-height: 52px; align-items: stretch; }
.track-name { display: flex; align-items: center; padding-left: 10px; border-left: 2px solid var(--border); color: var(--dim); font: 500 7px/1 "JetBrains Mono", monospace; letter-spacing: .08em; }
.track-lane { display: flex; min-width: 0; gap: 5px; padding: 4px; border: 1px solid rgba(154,144,134,.13); background: rgba(11,10,9,.65); }
.edit-clip { display: flex; min-width: 76px; align-items: center; padding: 0 12px; clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%); color: var(--paper); font: 600 7px/1 "JetBrains Mono", monospace; letter-spacing: .04em; white-space: nowrap; transition: filter .2s ease, transform .2s ease; }
.edit-clip:hover { filter: brightness(1.16); transform: translateY(-2px); }
.clip-violet { background: var(--magenta-deep); color: var(--ink); }
.clip-cyan { background: var(--orange); }
.clip-orange { background: var(--orange); }
.clip-ghost { border: 1px solid var(--dim); background: rgba(254,244,232,.08); color: var(--ink); }
.clip-14 { flex: 14 1 0; }.clip-16 { flex: 16 1 0; }.clip-18 { flex: 18 1 0; }.clip-20 { flex: 20 1 0; }.clip-22 { flex: 22 1 0; }.clip-24 { flex: 24 1 0; }.clip-26 { flex: 26 1 0; }.clip-28 { flex: 28 1 0; }.clip-34 { flex: 34 1 0; }.clip-36 { flex: 36 1 0; }.clip-38 { flex: 38 1 0; }.clip-40 { flex: 40 1 0; }.clip-50 { flex: 50 1 0; }.clip-54 { flex: 54 1 0; }
.edit-playhead { position: absolute; z-index: 6; top: 0; bottom: 0; left: max(106px, var(--playhead)); width: 1px; background: var(--paper); box-shadow: 0 0 12px rgba(244,237,224,.5); transition: left .12s linear; pointer-events: none; }
.edit-playhead span { position: absolute; top: -1px; left: 50%; width: 10px; height: 10px; transform: translate(-50%,-50%) rotate(45deg); background: var(--paper); }
.console-foot { margin-top: 13px; padding: 16px 10px 2px; border-top: 1px solid var(--border); }
.console-foot p { max-width: 720px; margin: 0; color: rgba(254,244,232,.68); font-size: 14px; line-height: 1.5; }
.console-foot p strong { color: var(--ink); }
.console-foot a { color: var(--ink); font: 600 8px/1 "JetBrains Mono", monospace; letter-spacing: .07em; text-underline-offset: 7px; text-transform: uppercase; }
.console-foot a span { margin-left: 8px; color: var(--orange); }

/* Shared editorial language */
.section-index { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid currentColor; opacity: .75; font: 500 8px/1 "JetBrains Mono", monospace; letter-spacing: .14em; }
h2 { margin: 0; font: 900 clamp(58px, 7vw, 112px)/.82 "ABC Gravity", sans-serif; letter-spacing: -.065em; }
h2 em { color: var(--magenta-deep); font-family: "ABC Gravity", sans-serif; font-weight: 900; font-style: italic; }
.expertise, .process, .difference { padding-block: 145px; }
.results-section, .offers-section { padding-block: 145px; }

/* Expertise */
.expertise { position: relative; }
.statement-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; padding: 90px 0 110px; align-items: end; }
.statement-copy { max-width: 500px; padding-bottom: 8px; }
.statement-copy p { margin: 0; color: var(--dim); font-size: 18px; line-height: 1.55; }
.statement-copy p + p { margin-top: 20px; color: var(--paper); font: italic 900 25px/1.02 "ABC Gravity", sans-serif; letter-spacing: -.035em; }
.expertise-list { border-top: 1px solid var(--border); }
.expertise-row { position: relative; display: grid; grid-template-columns: 70px 1.05fr 1fr auto; gap: 34px; min-height: 150px; align-items: center; padding: 28px 20px; border-bottom: 1px solid var(--border); overflow: hidden; transition: padding .4s var(--ease), color .3s ease; }
.expertise-row::before { content: ""; position: absolute; z-index: -1; inset: 0; transform: translateY(102%); background: var(--paper); transition: transform .45s var(--ease); }
.expertise-row:hover { padding-inline: 38px; color: var(--ink); }
.expertise-row:hover::before { transform: none; }
.row-number, .row-tag { color: var(--orange-deep); font: 600 8px/1 "JetBrains Mono", monospace; letter-spacing: .12em; }
.expertise-row:hover .row-number, .expertise-row:hover .row-tag { color: #E86BF0; }
.expertise-row h3 { margin: 0; font: 900 clamp(34px, 3.3vw, 52px)/.9 "ABC Gravity", sans-serif; letter-spacing: -.045em; }
.expertise-row p { max-width: 570px; margin: 0; color: var(--dim); font-size: 15px; line-height: 1.55; }
.expertise-row:hover p { color: rgba(254,244,232,.72); }
.row-tag { padding: 10px 14px; border: 1px solid currentColor; border-radius: 999px; }

/* Results */
.results-section { background: var(--paper); color: var(--ink); }
.results-head, .offers-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; padding: 86px 0 100px; align-items: end; }
.results-head h2 em { color: var(--orange-deep); }
.results-head > p { max-width: 520px; margin: 0 0 8px; color: rgba(254,244,232,.66); font-size: 18px; line-height: 1.55; }
.case-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.case-card { overflow: hidden; border: 1px solid rgba(254,244,232,.22); border-radius: var(--radius); background: var(--paper); }
.case-featured { grid-row: span 2; }
.case-top { display: flex; min-height: 54px; align-items: center; justify-content: space-between; padding: 0 23px; color: rgba(254,244,232,.66); font: 600 8px/1 "JetBrains Mono", monospace; letter-spacing: .1em; }
.case-visual { position: relative; overflow: hidden; min-height: 290px; margin: 0 10px; border-radius: 24px; }
.case-featured .case-visual { min-height: 550px; }
.case-visual-a { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 8px; padding: 34px 18px; align-items: center; background: var(--ink); }
.test-explainer { position: absolute; z-index: 4; top: 18px; left: 22px; color: var(--paper); font: 600 7px/1 "JetBrains Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.creative-tile { position: relative; display: flex; min-width: 0; height: 84%; flex-direction: column; justify-content: space-between; padding: 17px 12px; border-radius: 16px; color: var(--ink); transition: transform .4s var(--ease); }
.creative-tile:hover { transform: translateY(-10px) rotate(-2deg); }
.tile-a { background: var(--magenta); transform: rotate(-3deg); }
.tile-b { z-index: 2; height: 96%; background: var(--orange); }
.tile-c { background: var(--orange); transform: rotate(3deg); }
.creative-tile small, .creative-tile > span { font: 600 7px/1 "JetBrains Mono", monospace; }
.creative-tile strong { font: 900 clamp(23px, 2.5vw, 40px)/.83 "ABC Gravity", sans-serif; letter-spacing: -.05em; }
.product-orbit { position: absolute; top: 50%; left: 50%; width: 48%; height: 48%; transform: translate(-50%,-50%); border-radius: 50%; background: var(--ink); }
.product-orbit::before, .product-orbit::after { content: ""; position: absolute; top: 50%; left: 50%; width: 180%; height: 58%; transform: translate(-50%,-50%) rotate(30deg); border: 1px solid var(--ink); border-radius: 50%; }
.product-orbit::after { transform: translate(-50%,-50%) rotate(-30deg); }
.case-bottom { display: flex; min-height: 126px; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 28px; }
.case-bottom > div:first-child { display: flex; flex-direction: column; gap: 7px; }
.case-bottom > div:first-child > strong { font: 900 38px/.9 "ABC Gravity", sans-serif; letter-spacing: -.05em; }
.case-bottom span { color: rgba(254,244,232,.66); font: 500 8px/1.5 "JetBrains Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.mini-metrics { display: flex; gap: 24px; }
.mini-metrics p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.mini-metrics strong { font: 600 18px/1 "JetBrains Mono", monospace; }
.case-visual-b { background: var(--magenta-deep); color: var(--ink); }
.data-cross { position: absolute; inset: 0; background: linear-gradient(90deg, transparent calc(50% - .5px), rgba(11,10,9,.22) 50%, transparent calc(50% + .5px)), linear-gradient(transparent calc(50% - .5px), rgba(11,10,9,.22) 50%, transparent calc(50% + .5px)); }
.case-visual-b > strong { position: absolute; right: 25px; bottom: 16px; font: 900 112px/.75 "ABC Gravity", sans-serif; letter-spacing: -.08em; }
.case-visual-b > small { position: absolute; top: 24px; right: 26px; font: 600 7px/1 "JetBrains Mono", monospace; }
.vertical-type { position: absolute; bottom: 22px; left: 21px; writing-mode: vertical-rl; font: 600 7px/1 "JetBrains Mono", monospace; letter-spacing: .1em; }
.case-visual-c { padding: 28px; background: var(--orange); color: var(--ink); }
.type-stack { display: flex; flex-direction: column; font: 900 39px/.82 "ABC Gravity", sans-serif; letter-spacing: -.05em; }
.type-stack span:nth-child(2) { color: var(--magenta-deep); }
.dial { position: absolute; right: 25px; bottom: 24px; display: grid; width: 110px; aspect-ratio: 1; place-content: center; border: 1px solid var(--ink); border-radius: 50%; text-align: center; }
.dial::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(11,10,9,.35); border-top-color: transparent; border-radius: 50%; transform: rotate(-35deg); }
.dial span { font: 600 27px/1 "JetBrains Mono", monospace; }
.dial small { font: 600 7px/1 "JetBrains Mono", monospace; }

/* Études de cas — lecture immédiate des actions et des résultats */
.case-visual-a { display: block; padding: 0; background: radial-gradient(circle at 88% 8%, rgba(245,183,46,.3), transparent 34%), var(--ink); }
.case-summary { min-height: 550px; display: flex; flex-direction: column; padding: clamp(34px, 4vw, 58px); color: var(--paper); }
.case-summary-label { color: #9F3607; font: 600 8px/1 "JetBrains Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.case-summary > p { display: flex; flex-direction: column; align-items: flex-start; margin: auto 0; }
.case-summary > p strong { font: 900 clamp(53px, 5.8vw, 88px)/.84 "ABC Gravity", sans-serif; letter-spacing: -.065em; }
.case-summary > p strong:last-child { color: var(--orange-deep); }
.case-summary > p i { margin: 14px 0 10px; color: rgba(10,4,5,.6); font: italic 900 clamp(25px, 2.5vw, 38px)/.92 "ABC Gravity", sans-serif; letter-spacing: -.04em; }
.case-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-steps article { min-height: 104px; padding-top: 16px; border-top: 1px solid var(--border); }
.case-steps article > span { color: var(--magenta-deep); font: 600 8px/1 "JetBrains Mono", monospace; }
.case-steps article p { max-width: 170px; margin: 18px 0 0; color: rgba(10,4,5,.72); font-size: 13px; line-height: 1.4; }
.case-steps article p strong { color: var(--paper); font-weight: 600; }
.case-visual-b, .case-visual-c { padding: 0; }
.result-panel { min-height: 290px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto auto; gap: 10px 20px; padding: 30px; color: var(--ink); }
.result-panel > span { grid-column: 1 / -1; color: rgba(10,4,5,.78); }
.result-panel > strong { align-self: center; font: 900 clamp(82px, 8vw, 126px)/.7 "ABC Gravity", sans-serif; letter-spacing: -.08em; }
.result-panel > p { align-self: center; margin: 0; font: 900 clamp(23px, 2.3vw, 34px)/.95 "ABC Gravity", sans-serif; letter-spacing: -.04em; }
.result-panel > small { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(11,10,9,.22); font: 600 7px/1 "JetBrains Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.result-panel > small b { font-size: 11px; }
.result-trend { grid-column: 1 / -1; display: flex; height: 58px; align-items: end; gap: 7px; }
.result-trend i { flex: 1; height: 18%; border-radius: 5px 5px 0 0; background: rgba(11,10,9,.22); }
.result-trend i:nth-child(2) { height: 28%; }
.result-trend i:nth-child(3) { height: 43%; }
.result-trend i:nth-child(4) { height: 52%; }
.result-trend i:nth-child(5) { height: 73%; background: rgba(11,10,9,.48); }
.result-trend i:nth-child(6) { height: 100%; background: var(--ink); }
.result-panel-cost { grid-template-columns: 1fr; grid-template-rows: auto auto auto 1fr auto; }
.result-panel-cost > strong { margin-top: 14px; font-size: clamp(70px, 7vw, 108px); }
.result-panel-cost > .cost-value { display: flex; align-items: center; gap: .1em; letter-spacing: -.055em; }
.cost-value span { flex: 0 0 auto; font-family: "Inter Tight", sans-serif; font-size: .54em; font-weight: 700; line-height: 1; letter-spacing: 0; }
.cost-value b { font: inherit; letter-spacing: inherit; }
.result-panel-cost > p { max-width: 300px; font-family: "Inter Tight", sans-serif; font-size: 17px; line-height: 1.35; }
.cost-scale { align-self: end; display: grid; grid-template-columns: 52px 1fr; gap: 9px 14px; align-items: center; margin-bottom: 10px; font: 600 7px/1 "JetBrains Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.cost-scale i { display: block; width: 100%; height: 10px; border-radius: 999px; background: var(--ink); }
.cost-scale i:last-child { width: 55%; background: var(--magenta); }
.case-bottom.compact { padding: 20px 26px; }
.case-bottom.compact > div { flex: 1; display: flex; flex-direction: column; gap: 5px; }
.case-bottom.compact > div + div { padding-left: 22px; border-left: 1px solid rgba(11,10,9,.16); }
.case-bottom.compact > div > strong { font: 600 23px/1 "JetBrains Mono", monospace; }
.proof-note { display: grid; grid-template-columns: 140px 1fr auto; gap: 48px; align-items: start; margin-top: 72px; padding-top: 26px; border-top: 1px solid rgba(11,10,9,.22); }
.proof-note > span { color: var(--orange-deep); font: 600 8px/1 "JetBrains Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.proof-note p { max-width: 740px; margin: 0; font: italic 900 clamp(25px, 2.5vw, 40px)/1.02 "ABC Gravity", sans-serif; letter-spacing: -.035em; }
.proof-note a { color: rgba(254,244,232,.75); font: 600 8px/1.5 "JetBrains Mono", monospace; text-underline-offset: 7px; text-transform: uppercase; }

/* Process */
.process-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px, 9vw, 150px); padding-top: 95px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro h2 { font-size: clamp(55px, 5.4vw, 86px); }
.process-intro > p { max-width: 480px; margin: 34px 0 0; color: var(--dim); font-size: 17px; line-height: 1.55; }
.process-meter { height: 4px; margin-top: 48px; overflow: hidden; border-radius: 99px; background: var(--border); }
.process-meter span { display: block; width: var(--meter, 0%); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--magenta), var(--orange), var(--orange)); }
.phase-list { display: grid; gap: 16px; }
.phase { position: sticky; top: 110px; display: grid; grid-template-columns: 100px 1fr; gap: 34px; min-height: 360px; padding: 34px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); box-shadow: 0 -10px 28px rgba(11,10,9,.12); }
/* pile en escalier : chaque étape se cale un cran plus bas, le bord des
   cartes précédentes reste visible et la progression 1→5 se lit d'un œil */
.phase:nth-child(2) { top: 124px; }
.phase:nth-child(3) { top: 138px; }
.phase:nth-child(4) { top: 152px; }
.phase:nth-child(5) { top: 166px; }
.phase:nth-child(2) { top: 128px; }
.phase:nth-child(3) { top: 146px; }
.phase:nth-child(4) { top: 164px; }
.phase-meta { display: flex; flex-direction: column; justify-content: space-between; color: var(--dim); font: 500 8px/1.2 "JetBrains Mono", monospace; letter-spacing: .1em; }
.phase-meta strong { color: var(--orange-deep); writing-mode: vertical-rl; transform: rotate(180deg); }
.phase-content h3 { margin: 0; font: 900 clamp(33px, 3.2vw, 49px)/.9 "ABC Gravity", sans-serif; letter-spacing: -.045em; }
.phase-content > p { max-width: 530px; margin: 21px 0 42px; color: var(--dim); font-size: 15px; line-height: 1.55; }
.phase-content ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.phase-content li { padding: 15px 0; border-top: 1px solid var(--border); font-size: 13px; }
.phase-content li span { margin-right: 10px; color: var(--magenta-deep); font: 600 8px/1 "JetBrains Mono", monospace; }

/* Offers */
.offers-section { background: var(--grad-signature); color: var(--ink); }
.offers-head h2 em { color: var(--paper); }
.offers-head > p { color: rgba(11,10,9,.68); }
.offers-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.offer-featured { position: relative; overflow: hidden; padding: clamp(34px, 4.5vw, 68px); border-radius: 42px; background: var(--orange); }
.offer-featured::after { content: ""; position: absolute; top: -140px; right: -140px; width: 320px; aspect-ratio: 1; border: 1px solid rgba(11,10,9,.2); border-radius: 50%; box-shadow: 0 0 0 45px rgba(11,10,9,.035), 0 0 0 90px rgba(11,10,9,.025); }
.offer-badge { position: relative; z-index: 1; display: inline-flex; gap: 10px; align-items: center; padding: 10px 14px; border: 1px solid rgba(11,10,9,.24); border-radius: 999px; font: 600 7px/1 "JetBrains Mono", monospace; letter-spacing: .1em; }
.offer-badge .status-dot { background: var(--ink); box-shadow: none; }
.offer-badge .status-dot::after { border-color: var(--ink); }
.offer-title { position: relative; z-index: 1; margin-top: 68px; }
.offer-title > span, .offer-outcome > span { font: 600 8px/1 "JetBrains Mono", monospace; letter-spacing: .1em; }
.offer-title h3 { margin: 20px 0 0; font: 900 clamp(48px, 5vw, 82px)/.86 "ABC Gravity", sans-serif; letter-spacing: -.065em; }
.offer-title h3 em { color: var(--magenta-deep); font-style: italic; }
.offer-featured > p { max-width: 570px; margin: 30px 0 0; font-size: 18px; line-height: 1.5; }
.offer-outcome { display: grid; grid-template-columns: auto 1fr; gap: 8px 22px; align-items: end; margin: 52px 0 32px; padding: 24px 0; border-top: 1px solid rgba(11,10,9,.23); border-bottom: 1px solid rgba(11,10,9,.23); }
.offer-outcome > span { grid-column: 1/-1; }
.offer-outcome strong { font: 600 clamp(45px, 5vw, 74px)/.8 "JetBrains Mono", monospace; letter-spacing: -.08em; }
.offer-outcome small { padding-bottom: 5px; font: 600 8px/1.4 "JetBrains Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.offer-featured ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 0 0 42px; padding: 0; list-style: none; }
.offer-featured li { padding: 13px 0; border-bottom: 1px solid rgba(11,10,9,.16); font-size: 13px; }
.offer-featured li::before { content: "+"; margin-right: 9px; }
.offer-stack { display: grid; gap: 18px; }
.offer-small { display: grid; grid-template-columns: .8fr 1.3fr auto; gap: 25px; align-items: center; padding: 30px 34px; border: 1px solid rgba(10,4,5,.4); border-radius: 28px; background: var(--paper); color: var(--ink); transition: transform .35s var(--ease), box-shadow .35s ease; }
.offer-small:hover { transform: translateX(-8px) rotate(-1deg); box-shadow: 12px 12px 0 var(--orange); }
.offer-small > div span { color: var(--magenta-deep); font: 600 8px/1 "JetBrains Mono", monospace; }
.offer-small h3 { margin: 8px 0 0; font: 900 32px/.9 "ABC Gravity", sans-serif; letter-spacing: -.04em; }
.offer-small p { margin: 0; color: rgba(254,244,232,.68); font-size: 14px; line-height: 1.5; }
.offer-small > a { font: 600 8px/1 "JetBrains Mono", monospace; text-underline-offset: 7px; text-transform: uppercase; }
.offer-small > a span { color: var(--orange-deep); }

/* Difference + FAQ */
.difference-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 9vw, 150px); padding-top: 95px; align-items: start; }
.difference-grid h2 { font-size: clamp(54px, 5.4vw, 84px); }
.comparison { overflow: hidden; border: 1px solid var(--border); border-radius: 28px; }
.comparison-row { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 18px; min-height: 92px; align-items: center; padding: 15px 23px; border-bottom: 1px solid var(--border); color: var(--dim); font-size: 14px; transition: background .2s ease; }
.comparison-row:last-child { border: 0; }
.comparison-row:not(.comparison-head):hover { background: var(--card); }
.comparison-row strong { color: var(--orange-deep); font: 600 9px/1.3 "JetBrains Mono", monospace; letter-spacing: .06em; }
.comparison-head { min-height: 50px; color: var(--dim); font: 500 7px/1 "JetBrains Mono", monospace; letter-spacing: .09em; }
.faq-section { padding-block: 145px; background: var(--ink); color: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(70px, 11vw, 170px); }
.faq-section .section-index { color: var(--dim); }
.faq-intro h2 { margin-top: 58px; font-size: clamp(58px, 6.3vw, 98px); }
.faq-intro p { max-width: 340px; margin: 27px 0 0; color: rgba(11,10,9,.64); font-size: 17px; line-height: 1.5; }
.faq-list { border-top: 1px solid rgba(11,10,9,.2); }
.faq-item { border-bottom: 1px solid rgba(10,4,5,.2); }
.faq-item button { width: 100%; min-height: 104px; display: grid; grid-template-columns: 40px 1fr 42px; gap: 18px; align-items: center; padding: 0; border: 0; background: transparent; color: var(--paper); text-align: left; cursor: pointer; }
.faq-item button > span { color: var(--magenta-deep); font: 600 8px/1 "JetBrains Mono", monospace; }
.faq-item button strong { font: 900 clamp(22px, 2.1vw, 31px)/.95 "ABC Gravity", sans-serif; letter-spacing: -.035em; }
.faq-item button i { position: relative; width: 40px; aspect-ratio: 1; border: 1px solid rgba(11,10,9,.25); border-radius: 50%; transition: background .2s ease; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; transform: translate(-50%,-50%); background: var(--paper); transition: transform .3s var(--ease); }
.faq-item button i::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] i { border-color: var(--orange-deep); background: var(--orange); }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%,-50%); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }
.faq-answer p { min-height: 0; max-width: 650px; overflow: hidden; margin: 0 50px 0 58px; color: rgba(11,10,9,.64); font-size: 16px; line-height: 1.55; transition: margin-bottom .4s var(--ease); }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { margin-bottom: 34px; }

/* Contact + Footer */
.contact-section { position: relative; overflow: hidden; padding-block: 150px; }
.contact-section::before { content: ""; position: absolute; top: 50%; left: -10vw; width: 50vw; aspect-ratio: 1; transform: translateY(-50%); border-radius: 50%; background: var(--magenta); filter: blur(130px); opacity: .13; }
.contact-inner { position: relative; display: grid; grid-template-columns: 1.08fr .62fr; gap: clamp(70px, 9vw, 145px); align-items: center; }
.eyebrow { display: inline-flex; gap: 13px; color: var(--orange-deep); font: 600 8px/1 "JetBrains Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { color: var(--magenta-deep); }
.contact-copy h2 { margin-top: 38px; font-size: clamp(58px, 6.5vw, 102px); }
.contact-copy > p { max-width: 670px; margin: 34px 0 0; color: var(--dim); font-size: 19px; line-height: 1.55; }
.contact-card { overflow: hidden; border: 1px solid var(--border); border-radius: 34px; background: var(--card); box-shadow: 18px 18px 0 rgba(250,110,38,.3); }
.contact-card-top { display: flex; justify-content: space-between; padding: 17px 21px; border-bottom: 1px solid var(--border); color: var(--dim); font: 500 7px/1 "JetBrains Mono", monospace; letter-spacing: .1em; }
.contact-card-main { padding: clamp(29px, 3.2vw, 46px); }
.availability { display: inline-flex; gap: 9px; align-items: center; color: var(--orange-deep); font: 500 8px/1 "JetBrains Mono", monospace; letter-spacing: .12em; }
.availability i { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(242,101,34,.1); }
.contact-card h3 { margin: 35px 0 28px; font: italic 900 clamp(36px, 3.7vw, 58px)/.9 "ABC Gravity", sans-serif; letter-spacing: -.045em; }
.contact-card ul { margin: 0 0 36px; padding: 0; list-style: none; }
.contact-card li { padding: 13px 0; border-top: 1px solid var(--border); color: var(--dim); font-size: 13px; }
.contact-card li::before { content: "↳"; margin-right: 9px; color: var(--magenta-deep); }
.contact-card small { display: block; margin-top: 19px; color: var(--dim); font: 500 7px/1.4 "JetBrains Mono", monospace; letter-spacing: .07em; text-align: center; text-transform: uppercase; }
.contact-orbit { position: absolute; top: 18%; right: 5%; width: 260px; aspect-ratio: 1; border: 1px solid rgba(245,183,46,.13); border-radius: 50%; pointer-events: none; }
.contact-orbit span { position: absolute; inset: 20%; border: 1px solid rgba(242,101,34,.14); border-radius: 50%; }
.contact-orbit span:nth-child(2) { inset: 40%; border: 0; background: var(--orange); }
.contact-orbit span:nth-child(3) { inset: -20%; border-color: rgba(245,183,46,.07); }
.site-footer { border-top: 1px solid var(--border); }
.footer-main { display: grid; grid-template-columns: .8fr 1.4fr 1fr 1fr; gap: 55px; min-height: 290px; align-items: start; padding-block: 64px; }
.footer-brand img { width: 80px; height: auto; }
.footer-main > p { margin: 0; color: var(--dim); font: italic 900 25px/1.05 "ABC Gravity", sans-serif; letter-spacing: -.035em; }
.footer-links { display: grid; gap: 13px; }
.footer-links a, .footer-contact a { width: max-content; color: var(--dim); font-size: 13px; text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: var(--orange-deep); }
.footer-contact { display: flex; flex-direction: column; gap: 15px; }
.footer-contact > span, .footer-contact small { color: var(--orange-deep); font: 500 7px/1 "JetBrains Mono", monospace; letter-spacing: .1em; }
.footer-contact small { color: var(--dim); }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 76px; align-items: center; border-top: 1px solid var(--border); color: var(--dim); font: 500 7px/1 "JetBrains Mono", monospace; letter-spacing: .1em; }
.footer-bottom > span:nth-child(2) { text-align: center; }
.footer-bottom > div { display: flex; justify-content: end; gap: 22px; }
.footer-bottom a { color: inherit; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); will-change: opacity, transform; }
.title-line.reveal { transform: translateY(90%); }
.reveal.is-visible { opacity: 1; transform: none; will-change: auto; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse { 0% { opacity: .7; transform: scale(.6); } 80%,100% { opacity: 0; transform: scale(1.55); } }
@keyframes recBlink { 0%, 52% { opacity: 1; } 53%, 100% { opacity: .22; } }
@keyframes audioMeter { from { transform: scaleY(.38); } to { transform: scaleY(1); } }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 48px, 1120px); }
  .studio-hud { display: none; }
  .hero { min-height: 100svh; }
  .hero-showcase { right: 7%; }
  .hero-bottom { grid-template-columns: 1fr auto; }
  .hero-status { display: flex; }
  .offer-small { grid-template-columns: 1fr; gap: 15px; }
  .offer-small > a { justify-self: start; }
  .footer-main { gap: 34px; }
}

@media (max-width: 960px) {
  .desktop-nav, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .nav-wrap { grid-template-columns: 1fr auto; }
  .site-header.is-scrolled .nav-wrap { width: calc(100vw - 28px); }
  .hero { min-height: auto; padding-top: 108px; }
  .hero-layout { grid-template-columns: 1fr; gap: 50px; min-height: auto; }
  .hero-copy { padding-top: 10px; }
  .hero-copy h1 { max-width: 800px; font-size: clamp(64px, 10.5vw, 98px); }
  .hero-proof { max-width: 720px; margin-top: 55px; }
  .hero-media { width: min(680px, 88vw); min-height: 720px; margin-left: auto; }
  .edit-console { width: var(--shell); }
  .title-line { font-size: clamp(76px, 15vw, 130px); }
  .title-line-two { padding-left: 10%; }
  .title-line-three { padding-left: 30%; }
  .hero-showcase { position: relative; top: auto; right: auto; width: min(520px, 76vw); margin: -2vw 4vw 0 auto; }
  .hero-bottom { grid-template-columns: 1fr; max-width: 680px; margin-top: 80px; }
  .hero-actions { justify-content: space-between; }
  .hero-metrics { grid-template-columns: repeat(3,1fr); }
  .hero-metrics > p { display: none; }
  .hero-metrics article:nth-child(3) { border-right: 0; }
  .statement-grid, .results-head, .offers-head, .difference-grid { grid-template-columns: 1fr; gap: 42px; }
  .statement-grid, .results-head, .offers-head { padding-block: 70px 80px; }
  .statement-copy, .results-head > p, .offers-head > p { max-width: 620px; }
  .expertise-row { grid-template-columns: 50px .8fr 1.2fr; }
  .row-tag { display: none; }
  .case-grid { grid-template-columns: 1fr; }
  .case-featured { grid-row: auto; }
  .process-layout { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .process-meter { display: none; }
  .offers-layout { grid-template-columns: 1fr; }
  .offer-stack { grid-template-columns: repeat(3,1fr); }
  .faq-layout { grid-template-columns: 1fr; gap: 65px; }
  .contact-inner { grid-template-columns: 1fr; }
  .contact-card { max-width: 620px; margin-left: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); --radius: 22px; }
  body::before { display: none; }
  .nav-wrap { height: 76px; }
  .site-header.is-scrolled .nav-wrap { height: 62px; }
  .brand img { width: 45px; }
  .brand-note { display: none; }
  .hero { padding-top: 93px; }
  .hero-kicker span:last-child { display: none; }
  .hero-layout { gap: 38px; }
  .hero-copy { padding-top: 0; }
  .hero-copy h1 { margin-top: 30px; font-size: clamp(40px, 12.8vw, 60px); line-height: .92; }
  .hero-copy h1 em { margin-top: 9px; font-size: .76em; line-height: .98; }
  .hero-title { margin-top: 22px; }
  .title-line { height: .87em; font-size: clamp(57px, 18vw, 82px); line-height: .8; }
  .title-line-two { padding-left: 0; }
  .title-line-three { padding-left: 17%; }
  .hero-showcase { width: calc(100% - 38px); margin: 26px auto 0; }
  .showcase-card { inset: 5% 5%; border-radius: 18px; }
  .result-bubble { right: -8%; width: 105px; }
  .result-bubble strong { font-size: 22px; }
  .creative-note { right: -7%; bottom: 2%; width: 112px; height: 65px; font-size: 11px; }
  .hero-seal { left: -6%; bottom: -4%; width: 96px; }
  .hero-bottom { margin-top: 70px; gap: 34px; }
  .hero-intro { margin-top: 26px; font-size: 16px; }
  .hero-actions { margin-top: 26px; flex-direction: column; align-items: stretch; }
  .hero-proof { gap: 0; margin-top: 45px; padding-top: 0; border-top: 1px solid var(--border); }
  .hero-proof article { min-height: 96px; justify-content: center; gap: 9px; padding: 16px 10px; border-left: 1px solid var(--border); }
  .hero-proof article:first-child { padding-left: 0; }
  .hero-proof strong { font-size: clamp(20px, 6.8vw, 27px); }
  .hero-proof span { font-size: 6px; }
  .hero-media { width: 100%; min-height: 510px; border-radius: 22px; }
  .hero-media figcaption { top: 12px; right: 12px; left: 12px; padding: 11px 12px; }
  .hero-media figcaption span:last-child { display: none; }
  .media-link { right: 12px; bottom: 12px; min-height: 40px; padding: 0 13px; }
  .frame-corner-tl, .frame-corner-tr { top: 54px; }
  .lens-label { display: none; }
  .monitor-readout { left: 22px; bottom: 18px; }
  .audio-wave { left: 22px; bottom: 43px; }
  .edit-deck { padding: 18px 0 36px; }
  .edit-console { width: var(--shell); padding: 10px; border-radius: 13px; }
  .console-head { padding: 0 6px 10px; font-size: 6px; }
  .console-head span { max-width: 62%; line-height: 1.4; }
  .timeline-ruler { margin-left: 6px; }
  .edit-track { grid-template-columns: 1fr; min-height: 47px; gap: 3px; }
  .track-name { padding: 5px 2px 2px; border: 0; font-size: 6px; }
  .edit-clip { min-width: 42px; padding-inline: 7px; overflow: hidden; font-size: 6px; text-overflow: ellipsis; }
  .edit-playhead { left: var(--playhead); top: 17px; }
  .console-foot { align-items: flex-start; flex-direction: column; gap: 16px; padding: 14px 6px 4px; }
  .console-foot p { font-size: 12px; }
  .hero-foot { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 16px; }
  .hero-foot > p { display: none; }
  .hero-status p { white-space: normal; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-metrics { margin-top: 56px; }
  .hero-metrics article { min-height: 104px; padding: 17px 10px; }
  .hero-metrics article:first-child { padding-left: 0; }
  .hero-metrics article span { font-size: 6px; }
  .hero-metrics article strong { font-size: 22px; }
  .expertise, .process, .difference, .results-section, .offers-section, .faq-section, .contact-section { padding-block: 95px; }
  .section-index span:last-child { display: none; }
  h2 { font-size: clamp(48px, 15vw, 68px); }
  .statement-grid, .results-head, .offers-head { padding: 52px 0 60px; }
  .expertise-row { grid-template-columns: 32px 1fr; gap: 12px; min-height: auto; padding: 28px 0; }
  .expertise-row h3 { font-size: 30px; }
  .expertise-row p { grid-column: 2; font-size: 14px; }
  .expertise-row:hover { padding-inline: 0; color: var(--paper); }
  .expertise-row:hover::before { transform: translateY(102%); }
  .expertise-row:hover p { color: var(--dim); }
  .case-featured .case-visual { min-height: 500px; }
  .case-visual-a { padding: 0; }
  .case-summary { min-height: 500px; padding: 28px 20px; }
  .case-summary > p { margin: 44px 0; }
  .case-summary > p strong { font-size: clamp(42px, 13.5vw, 58px); }
  .case-steps { gap: 9px; }
  .case-steps article { min-height: 94px; }
  .case-steps article p { margin-top: 13px; font-size: 10px; }
  .result-panel { padding: 24px 20px; }
  .result-panel > strong { font-size: 72px; }
  .result-panel > p { font-size: 23px; }
  .creative-tile { padding: 10px 7px; border-radius: 10px; }
  .creative-tile strong { font-size: 19px; }
  .case-bottom { flex-direction: column; align-items: stretch; gap: 23px; padding: 23px 18px; }
  .mini-metrics { justify-content: space-between; }
  .proof-note { grid-template-columns: 1fr; gap: 23px; margin-top: 55px; }
  .phase { position: relative; top: auto !important; grid-template-columns: 1fr; gap: 24px; min-height: auto; padding: 26px 22px; }
  .phase-meta { flex-direction: row; }
  .phase-meta strong { writing-mode: initial; transform: none; }
  .phase-content ul { grid-template-columns: 1fr; }
  .offer-featured { padding: 30px 22px; border-radius: 28px; }
  .offer-title { margin-top: 50px; }
  .offer-featured ul { grid-template-columns: 1fr; }
  .offer-outcome { grid-template-columns: 1fr; }
  .offer-stack { grid-template-columns: 1fr; }
  .offer-small:hover { transform: none; box-shadow: none; }
  .difference-grid { padding-top: 58px; }
  .comparison-row { grid-template-columns: 1fr .75fr; min-height: 82px; padding-inline: 14px; }
  .comparison-row > *:last-child { display: none; }
  .faq-item button { grid-template-columns: 27px 1fr 38px; gap: 11px; min-height: 92px; }
  .faq-answer p { margin-left: 38px; margin-right: 8px; }
  .contact-copy > p { font-size: 17px; }
  .contact-card { width: calc(100% - 7px); box-shadow: 8px 8px 0 rgba(245,183,46,.22); }
  .footer-main { grid-template-columns: 1fr; min-height: auto; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; padding-block: 24px; }
  .footer-bottom > span:nth-child(2), .footer-bottom > div { display: none; }
}

@media (max-height: 700px) and (min-width: 961px) {
  .nav-wrap { height: 78px; }
  .hero { padding-top: 88px; }
  .hero-layout { min-height: calc(100svh - 150px); }
  .hero-copy { padding-top: 8px; }
  .hero-copy h1 { margin-top: 22px; font-size: clamp(55px, 5.55vw, 82px); }
  .hero-copy h1 em { margin-top: 7px; }
  .hero-intro { margin-top: 21px; font-size: 16px; }
  .hero-actions { margin-top: 22px; }
  .hero-proof { margin-top: 28px; padding-top: 20px; }
  .hero-proof article { min-height: 60px; }
  .hero-media { min-height: 440px; }
  .hero-foot { min-height: 46px; margin-top: 12px; padding-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   COUCHE BRUTALISTE — Swiss industriel / télémétrie tactique
   Substrat sombre unique, géométrie mécanique, compartimentage visible.
   Palette de marque conservée telle quelle (violet/cyan/vert/orange Eclipse) ;
   le dégradé signature reste autorisé sur le seul H1 du hero (exigence brief).
   ========================================================================== */

/* 1. Géométrie — rejet absolu de l'arrondi, tous les angles à 90° */
*, *::before, *::after { border-radius: 0 !important; }

/* 2. Suppression de la douceur moderne : halos, lueurs, ombres floutées.
      La profondeur vient du trait et du contraste, jamais du flou.
      Les ombres DURES (décalage sans flou) restent — c'est un marqueur
      brutaliste assumé, cf. .offer-small plus bas. */
.hero::before, .hero-aura, .offer-featured::after { display: none !important; }
.site-header.is-scrolled .nav-wrap,
.phase,
.hud-rec i,
.status-dot,
.case-card, .case-visual, .offer-featured, .process-meter,
.edit-console, .edit-playhead {
  box-shadow: none;
}
.site-header.is-scrolled .nav-wrap {
  border: var(--hair) solid var(--border);
  background: rgba(254,244,232, .95);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
/* Ombre dure : décalage franc, zéro flou, couleur pleine */
.offer-small:hover { transform: translate(-6px, -6px); box-shadow: 10px 10px 0 var(--ink); }

/* 3. Texture mécanique — balayage CRT par-dessus le grain existant */
body::after {
  content: "";
  position: fixed;
  z-index: 9998;
  inset: 0;
  pointer-events: none;
  /* Balayage discret : lit comme une texture d'écran, jamais comme une rayure.
     Au-delà de ~.25 le motif zèbre les aplats clairs (CTA cyan) et nuit
     à la lisibilité — la texture doit rester sous le contenu, pas le traverser. */
  opacity: .22;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0, 0, 0, .1) 3px, rgba(0, 0, 0, .1) 4px);
}

/* 4. Macro-typographie — impact structurel, capitales, chasse compressée */
h2, .hero-copy h1 { text-transform: uppercase; }
h2 { line-height: .84; letter-spacing: -.05em; }
.hero-copy h1 { line-height: .88; letter-spacing: -.05em; }
.hero-copy h1 em, h2 em { font-style: italic; }

/* 5. Micro-typographie — données et métadonnées, chasse mécanique généreuse */
.section-index, .row-number, .row-tag, .case-top, .brand-note,
.desktop-nav a, .nav-cta, .studio-hud, .hero-kicker, .lens-label {
  text-transform: uppercase;
  letter-spacing: .14em;
}

/* 6. Compartimentage — filets rasoir de 1px générés par la grille elle-même */
.hero-proof {
  /* l'espacement passe en marge : un padding laisserait voir le fond du
     conteneur (couleur de filet) comme une barre pleine au-dessus des cellules */
  margin-top: 38px;
  padding: 0;
  gap: var(--hair);
  background: var(--border);
  border: var(--hair) solid var(--border);
}
.hero-proof article {
  margin: 0;
  padding: 26px 22px;
  background: var(--ink);
}
.hero-proof strong { letter-spacing: -.04em; }

/* 7. Repères techniques — croix de calage aux intersections de grille */
.section-index { position: relative; }
.section-index::before {
  content: "+";
  position: absolute;
  top: -8px;
  left: -9px;
  color: var(--magenta-deep);
  font: 500 12px/1 "JetBrains Mono", monospace;
}

/* 8. Boutons — blocs pleins, plus de pilules ni de pastilles rondes */
.button, .button-primary, .nav-cta {
  border: var(--hair) solid currentColor;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.nav-cta span:last-child { width: 34px; height: 34px; }

/* 9. Bandeau signal — redressé, plus de rotation décorative */

/* 10. Cartes et compartiments — trait franc, fond plat */
.case-card, .case-visual { border: var(--hair) solid rgba(11,10,9, .28); }
.case-visual { margin: 0; }

/* 11. Étapes du process — blocs empilés à trait franc, marqueur d'ordre */
.phase { background: var(--ink); border: var(--hair) solid var(--border); }
.phase-meta strong { color: var(--magenta-deep); }
.phase-content li { border-top: var(--hair) solid var(--border); }

/* 12. Offres — compartiments pleins, hiérarchie par contraste et non par lueur */
.offer-featured { border: var(--hair) solid rgba(11,10,9, .3); }
.offer-badge { border: var(--hair) solid rgba(11,10,9, .34); }
.offer-small { border: var(--hair) solid rgba(11,10,9, .3); }
.offer-outcome strong { letter-spacing: -.06em; }

/* 13. Marqueurs industriels — signes de registre comme éléments structurels */
.results-head h2::after, .offers-head h2::after { content: " ®"; font-size: .28em; vertical-align: super; opacity: .5; }

/* 14. Densité oscillante — l'index de section devient une réglette technique */
.section-index { border-top: var(--hair) solid currentColor; opacity: .8; }

/* 15. Contact — suppression du halo flouté et des orbites décoratives ;
       l'ombre de la carte devient franche (décalage net, zéro flou). */
.contact-section::before, .contact-orbit { display: none !important; }
.contact-card {
  border: var(--hair) solid var(--border);
  box-shadow: 16px 16px 0 var(--magenta);
}
.comparison { border: var(--hair) solid var(--border); }
.comparison-row { border-bottom: var(--hair) solid var(--border); }

/* 16. FAQ — bascule +/− mécanique, carré, sans transition molle */
.faq-item button i { border: var(--hair) solid rgba(11,10,9, .4); }
.faq-item button strong { text-transform: uppercase; letter-spacing: -.03em; }

/* 17. Viseur caméra du hero — recadrage sur une trame unique.
       L'overlay mélangeait quatre insets (19 / 20 / 23 / 29px) : rien ne
       s'alignait et le libellé d'objectif passait sous le bouton cyan.
       Tout est désormais indexé sur --frame-inset, et les blocs de
       télémétrie sont écartés de 46px pour dégager les équerres (34px). */
.hero-media { --frame-inset: 20px; --frame-arm: 46px; }
.hero-media figcaption {
  top: var(--frame-inset);
  right: var(--frame-inset);
  left: var(--frame-inset);
}
.frame-corner-tl { top: 66px; left: var(--frame-inset); }
.frame-corner-tr { top: 66px; right: var(--frame-inset); }
.frame-corner-bl { bottom: var(--frame-inset); left: var(--frame-inset); }
.frame-corner-br { bottom: var(--frame-inset); right: var(--frame-inset); }
.monitor-readout { left: calc(var(--frame-inset) + var(--frame-arm)); bottom: var(--frame-inset); }
.audio-wave { left: calc(var(--frame-inset) + var(--frame-arm)); bottom: calc(var(--frame-inset) + 28px); }
.lens-label {
  left: auto;
  right: calc(var(--frame-inset) + var(--frame-arm));
  bottom: var(--frame-inset);
}
/* Le CTA remonte au-dessus de l'équerre et de la ligne de télémétrie */
.media-link { right: var(--frame-inset); bottom: calc(var(--frame-inset) + 44px); }

/* 18. Mobile — la grille reste mécanique, jamais flottante */
@media (max-width: 860px) {
  .hero-proof { grid-template-columns: 1fr; }
  .section-index::before { display: none; }
  .contact-card { box-shadow: 8px 8px 0 var(--magenta); }
  /* équerres plus courtes : on resserre le dégagement en conséquence */
  .hero-media { --frame-inset: 14px; --frame-arm: 40px; }
  .frame-corner-tl, .frame-corner-tr { top: 58px; }
}

/* ============================================================
   19. Correctif typographique — retour client (03/08)
   « il y a des lettres qui se touchent et quelques anomalies
   d'affichage »

   Deux causes mesurées au navigateur :
   - interlignage entre .70 et .90 alors qu'ABC Gravity demande
     ~1.29em (ascent+descent réels, USE_TYPO_METRICS désactivé) :
     tous les titres débordaient de 11 à 25px et les lignes
     empilées se chevauchaient
   - letter-spacing jusqu'à -6.5px sur une graisse 900 : les
     lettres se touchaient horizontalement

   On desserre les deux sans casser l'impact du display.
   ============================================================ */
.hero-copy h1 { line-height: 1.06; letter-spacing: -.03em; }
.hero-copy h1 em { line-height: 1.04; letter-spacing: -.028em; }
h2 { line-height: 1.06; letter-spacing: -.03em; }
.scene-word { line-height: 1.05; letter-spacing: -.03em; }
.expertise-row h3,
.phase-content h3 { line-height: 1.08; letter-spacing: -.025em; }
.offer-title h3 { line-height: 1.06; letter-spacing: -.032em; }
.case-summary > p strong { line-height: 1.05; letter-spacing: -.032em; }
.case-summary > p i { line-height: 1.02; letter-spacing: -.022em; }
.creative-tile strong { line-height: 1.05; letter-spacing: -.028em; }
.case-bottom > div:first-child > strong,
.case-visual-b > strong { line-height: .92; letter-spacing: -.035em; }
.type-stack { line-height: 1.05; letter-spacing: -.028em; }
.statement-copy p + p,
.proof-note p { line-height: 1.1; letter-spacing: -.02em; }
.hero-metrics article strong { line-height: 1; letter-spacing: -.03em; }
.hero-metrics > p,
.mobile-menu a { line-height: 1.02; letter-spacing: -.02em; }
.hero-proof strong { letter-spacing: -.04em; }
.result-bubble strong { line-height: 1; letter-spacing: -.035em; }
/* Les grands chiffres : on garde le serrage, on rend juste la
   boîte assez haute pour ne plus rogner les glyphes */
.result-panel > strong { line-height: .86; letter-spacing: -.045em; }
.result-panel > p { line-height: 1.02; letter-spacing: -.025em; }
.result-panel-cost > .cost-value { letter-spacing: -.03em; }

/* ============================================================
   20. Accents sur fonds clairs
   La bascule vers Noir/Crème/Orange/Jaune a cassé la lisibilité des
   sections à fond crème et jaune : l'orange y tombait à 2.7:1, le jaune
   à 1.8:1 et un accent crème devenait carrément invisible (1.5:1).
   On garde la famille orange avec une variante foncée, et on passe au
   noir sur le jaune plein (seule couleur qui tienne dessus).
   ============================================================ */
:root { --orange-deep: #C2410C; }

/* Accents italiques des titres, sur crème */
.results-section h2 em,
.faq-section h2 em,
.offer-small h3 em,
.offer-featured .offer-title h3 em,
.case-card h3 em { color: var(--orange-deep); }

/* Sur le jaune plein, seul le noir reste lisible */
.offers-head h2 em,
.case-visual-b > strong,
.result-panel-cost > span,
.result-panel-cost .cost-value { color: var(--ink); }

/* Petits libellés et flèches dans les sections claires */
.results-section .text-link,
.offers-section .text-link,
.faq-section .text-link,
.case-card a { color: var(--orange-deep); }

/* Corrections ciblées après mesure des contrastes réels */
/* .offer-featured a un fond ORANGE plein : seul le noir y tient */
.offer-featured .offer-title h3 em { color: var(--ink); }
/* liens/flèches des cartes offres sur fond crème */
.offer-small a, .offer-small a span { color: var(--orange-deep); }
/* graduations de la timeline : 6px, il leur faut un gris lisible */
.timeline-ruler span { color: var(--dim); opacity: 1; }
/* orange un cran plus foncé : 4.45 -> ~4.9 sur crème (seuil AA = 4.5) */
:root { --orange-deep: #B03C09; }
/* libellé "À retenir" du bloc preuve, sur crème */
.results-section .proof-note span { color: var(--orange-deep); }

/* Magenta de la DA : éclatant sur noir, illisible sur crème (3.3:1).
   Variante foncée pour les sections claires. */
:root { --magenta-deep: #9B1BA8; }
.faq-section .faq-item span,
.results-section .phase-content li span,
.offers-section .phase-content li span { color: var(--magenta-deep); }
/* libellés sur le bloc magenta plein */
.case-visual-b span { color: var(--ink); }
/* numéros des cartes offres (fond crème) — !important : la règle d'origine
   est plus spécifique (.offer-stack .offer-small ...) */
.offer-stack .offer-small span,
.offer-small div span { color: var(--magenta-deep) !important; }

.offers-head > p { max-width: 520px; margin: 0 0 8px; color: rgba(10,4,5,.78); font-size: 18px; line-height: 1.55; }

/* ============================================================
   21. Thème clair — accents recalés par zone
   Sur les zones sombres (résultats, console, overlay vidéo), les
   variantes profondes redeviennent vives ; sur le dégradé (offres),
   l'encre noire prime.
   ============================================================ */
.results-section .eyebrow, .results-section .text-link,
.results-section h2 em, .results-section .proof-note span { color: var(--orange); }
.results-section .eyebrow > span { color: #E86BF0; }
.edit-console, .edit-console .console-head, .edit-console .track-name { color: var(--ink); }
.monitor-readout span { color: var(--orange); }
.offers-section .eyebrow, .offers-section .eyebrow > span,
.offers-section h2 em, .offers-section .text-link { color: var(--paper); }
.offer-featured .offer-title h3 em { color: var(--paper); }
.offer-small h3 em, .offer-small a, .offer-small a span { color: var(--orange); }
.offer-stack .offer-small span, .offer-small div span { color: var(--orange) !important; }
.faq-section h2 em { color: var(--orange-deep); }
.site-header .brand-note { color: var(--dim); }

/* pastilles et petits libellés sur aplats orange : encre noire (posts) */
.button-primary span, .nav-cta span:last-child, .media-link { color: var(--paper); }
.media-link i { color: var(--paper); }
.result-panel .compare-labels span, .result-panel small, .result-panel figcaption { color: var(--paper); }
/* libellés avant/après posés sur panneaux orange dans la zone résultats */
.results-section .result-panel span:not(.case-summary-label) { color: rgba(10,4,5,.78); }
/* télémétrie du moniteur hero : cartouche sombre pour rester lisible sur toute vidéo */
.monitor-readout { padding: 7px 10px; border-radius: 4px; background: rgba(10,4,5,.62); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.lens-label { padding: 7px 10px; border-radius: 4px; background: rgba(10,4,5,.62); color: var(--ink); }

/* Derniers recalages du thème clair (audit navigateur) */
.nav-wrap { border-bottom: 1px solid rgba(10,4,5,.1); }
.desktop-nav a { color: var(--dim); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--paper); }
.nav-cta { color: var(--paper); border-color: rgba(10,4,5,.25); }
/* pastille orange des boutons sombres : encre noire */
.button-dark span { color: var(--paper); }
/* console de montage : gris chauds -> crème translucide */
.edit-console .timeline-ruler span, .edit-console p, .edit-deck .console-note { color: rgba(254,244,232,.62); }
.edit-deck .text-link { color: var(--orange); }
.edit-deck .text-link span { color: var(--orange); }
/* numéros magenta en zone sombre : version claire du magenta */
.results-section .eyebrow > span { color: #E86BF0; }
/* panneau coût (fond orange) : encre noire pleine */
.result-panel-cost > .cost-value, .result-panel-cost > p, .result-panel-cost strong { color: var(--paper); }
.results-section .result-panel span:not(.case-summary-label) { color: var(--paper); }

.offer-featured li, .offer-featured p { color: var(--paper); }
.offer-featured li::marker { color: var(--paper); }

/* timecode de la console : orange vif sur fond sombre */
.edit-console time, .console-head time { color: var(--orange); }
/* panneau magenta profond : libellés crème (le noir n'y tient pas) */
.case-visual-b .result-panel span, .case-visual-b .result-panel small, .case-visual-b > small { color: var(--ink) !important; }

/* carte offre vedette (fond orange) : tout le contenu passe en encre,
   sauf le bouton crème qui garde sa propre couleur */
.offer-featured { color: var(--paper); }
/* index de section sur le dégradé : encre translucide */
.offers-section .section-index { color: var(--paper); opacity: 1; }
/* le bouton vidéo du hero passe sur fond noir au survol : texte crème */
.media-link:hover { color: var(--ink); }

/* ==========================================================================
   22. Réalisations — vitrine vidéos clients (format feed, son au clic)
   ========================================================================== */
.trust-strip { overflow: hidden; padding: 19px 0; border-block: 1px solid var(--line); background: var(--card); }
.trust-track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.trust-run { display: flex; align-items: center; gap: clamp(30px, 4vw, 58px); padding-right: clamp(30px, 4vw, 58px); }
.trust-run i { color: var(--orange-deep); font-size: 11px; font-style: normal; }
.trust-label { color: var(--dim); font: 600 8px/1.4 "JetBrains Mono", monospace; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.trust-run img { width: auto; opacity: .92; }

.works-section { overflow: hidden; padding-bottom: clamp(70px, 8vw, 120px); }
.works-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; padding: 86px 0 58px; align-items: end; }
.works-head h2 { margin: 0; font-size: clamp(55px, 5.4vw, 86px); }
.works-head h2 em { color: var(--orange-deep); font-style: italic; }
.works-head > p { max-width: 460px; margin: 0; color: rgba(11,10,9,.68); font-size: 17px; line-height: 1.55; }

.works-strip { display: flex; gap: 18px; overflow-x: auto; padding: 6px calc((100vw - var(--shell)) / 2) 22px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--magenta-deep) transparent; }
.work-card { flex: 0 0 auto; width: clamp(216px, 21vw, 264px); margin: 0; scroll-snap-align: start; }
.work-player { position: relative; display: block; width: 100%; padding: 0; border: 1px solid rgba(10,4,5,.35); border-radius: 18px; overflow: hidden; background: var(--paper); cursor: pointer; }
.work-player video { display: block; width: 100%; aspect-ratio: 9 / 16; height: auto; object-fit: cover; }
.work-play { position: absolute; top: 50%; left: 50%; display: grid; width: 58px; aspect-ratio: 1; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; background: var(--orange); color: var(--paper); font-size: 17px; transition: transform .3s var(--ease); }
.work-player:hover .work-play { transform: translate(-50%,-50%) scale(1.12); }
.work-duration { position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; border-radius: 6px; background: rgba(10,4,5,.65); color: var(--ink); font: 600 8px/1 "JetBrains Mono", monospace; letter-spacing: .08em; }
.work-card.is-playing .work-play, .work-card.is-playing .work-duration { opacity: 0; pointer-events: none; }
.work-play, .work-duration { transition: opacity .25s ease, transform .3s var(--ease); }
.work-card figcaption { display: grid; gap: 5px; padding: 13px 4px 0; }
.work-card figcaption strong { font: 600 9px/1.4 "JetBrains Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }
.work-card figcaption span { color: var(--dim); font-size: 12.5px; line-height: 1.45; }
.work-card-testimonial .work-player { border: 2px solid var(--magenta-deep); }
.work-card-testimonial figcaption strong { color: var(--magenta-deep); }

@media (max-width: 900px) {
  .works-head { grid-template-columns: 1fr; gap: 26px; padding: 64px 0 40px; }
  .trust-strip { padding: 14px 0; }
  .trust-run img { transform: scale(.88); }
  .work-card { width: min(72vw, 250px); }
}

/* ==========================================================================
   23. Console de montage — la timeline joue le process au scroll
   ========================================================================== */
.clip-gap { min-width: 0; }
/* clips « pas encore joués » : présents mais en attente sous le voile */
.edit-clip { opacity: .45; transition: opacity .45s ease, filter .2s ease, transform .2s ease; }
.edit-clip.is-played { opacity: 1; }
/* dernier clip : le résultat, en dégradé signature */
.clip-final { background: var(--grad-signature); color: var(--paper); font-weight: 700; }
.clip-final.is-played { box-shadow: 0 0 18px rgba(248,11,251,.35); }
@media (prefers-reduced-motion: reduce) {
  .edit-clip { opacity: 1; }
}

/* réassurance sous les CTA du hero */
.cta-note { margin: 16px 0 0; color: var(--dim); font: 500 8px/1.6 "JetBrains Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
