@font-face { font-family: 'Big Shoulders Display'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(fonts/BigShouldersDisplay-var.woff2) format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 100 1000; font-display: swap; src: url(fonts/DMSans-var.woff2) format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: italic; font-weight: 500; font-display: swap; src: url(fonts/DMSans-500i.woff2) format('woff2'); }
@font-face { font-family: 'Space Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/SpaceMono-400.woff2) format('woff2'); }
@font-face { font-family: 'Space Mono'; font-style: normal; font-weight: 700; font-display: swap; src: url(fonts/SpaceMono-700.woff2) format('woff2'); }
/* ============================================================
   ARNAUD POIRIER — site complet · design system "Brutal v4"
   ============================================================ */
:root {
  --bone: #ECE6D6; --bone-2: #DDD5BE; --bone-3: #F4F0E6;
  --ink: #0A0908; --ink-2: #1C1A16; --ink-3: #3A3730;
  --acid: #D8FF00; --acid-deep: #B8DD00;
  --white: #FFFFFF;
  --bd: 3px solid var(--ink);
  --sh: 6px 6px 0 var(--ink);
  --ff-display: 'Big Shoulders Display', Impact, sans-serif;
  --ff-body: 'DM Sans', system-ui, sans-serif;
  --ff-mono: 'Space Mono', ui-monospace, monospace;
  --ease: cubic-bezier(.2,.7,.2,1);
  --pad: 40px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  background: var(--bone); color: var(--ink);
  font-family: var(--ff-body); font-weight: 400; line-height: 1.5;
  position: relative; overflow-x: hidden;
}
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 200;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.06 0 0 0 0 0.05 0 0 0 0 0.04 0 0 0 0.12 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  background-size: 250px 250px; opacity: .7; mix-blend-mode: multiply;
}
::selection { background: var(--acid); color: var(--ink); }
:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { overflow-wrap: anywhere; word-break: normal; font-family: var(--ff-display); text-transform: uppercase; line-height: .92; letter-spacing: -.015em; font-weight: 800; }
p { max-width: 68ch; }
.mono { font-family: var(--ff-mono); }
.hl { position: relative; z-index: 1; display: inline-block; padding: 0 .12em .04em; }
.hl::before { content: ""; position: absolute; left: 0; right: 0; top: 14%; bottom: 6%; background: var(--acid); z-index: -1; transform: rotate(-1deg); }
.dark .hl { color: var(--ink); }
.outline { -webkit-text-stroke: 3px var(--ink); color: transparent; }
.dark .outline { -webkit-text-stroke: 3px var(--bone); }
.a { color: var(--acid); }
.strike { text-decoration: line-through; text-decoration-color: var(--white); text-decoration-thickness: 5px; opacity: .55; }
.sec { padding: 90px var(--pad); border-bottom: var(--bd); position: relative; }
.sec.dark { background: var(--ink); color: var(--bone); }
.sec.acid { background: var(--acid); }
.sec.bone2 { background: var(--bone-2); }
.sec.tight { padding-top: 60px; padding-bottom: 60px; }
.label {
  display: inline-block; padding: 6px 12px; background: var(--acid); color: var(--ink);
  font-family: var(--ff-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 26px;
  border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink);
}
.dark .label { border-color: var(--acid); box-shadow: 3px 3px 0 var(--acid); }
.h-xl { font-size: clamp(52px, 8vw, 140px); font-weight: 900; line-height: .88; }
.h-l { font-size: clamp(44px, 6.5vw, 108px); }
.h-m { font-size: clamp(34px, 4.6vw, 72px); }
.h-s { font-size: clamp(26px, 3vw, 40px); }
.lead { font-size: clamp(18px, 1.6vw, 23px); line-height: 1.35; font-weight: 500; letter-spacing: -.01em; max-width: 42ch; }
.lead b { background: var(--acid); padding: 0 4px; color: var(--ink); }
.sub { margin-top: 28px; max-width: 720px; font-size: 18px; line-height: 1.6; }
.dark .sub { color: color-mix(in srgb, var(--bone) 92%, var(--ink)); }
.meta { font-family: var(--ff-mono); font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-2); }
.dark .meta { color: color-mix(in srgb, var(--bone) 75%, var(--ink)); }
.head { display: flex; justify-content: space-between; align-items: end; gap: 32px; flex-wrap: wrap; margin-bottom: 56px; }
.head .meta { max-width: 340px; }
.mt { margin-top: 40px; } .mt2 { margin-top: 72px; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--ff-display); font-weight: 800; font-size: 20px; text-transform: uppercase; text-decoration: none;
  color: var(--ink); padding: 16px 22px; background: var(--bone);
  border: var(--bd); box-shadow: 5px 5px 0 var(--ink); transition: .15s; cursor: pointer; line-height: 1;
  white-space: nowrap;
}
.btn:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--ink); background: var(--acid); }
.btn.solid { background: var(--ink); color: var(--bone); }
.btn.solid:hover { background: var(--white); color: var(--ink); }
.btn.acid { background: var(--acid); }
.btn .arr { font-family: var(--ff-mono); }
.dark .btn { box-shadow: 5px 5px 0 var(--acid); }
.dark .btn:hover { box-shadow: 8px 8px 0 var(--acid); }
.dark .btn.solid { background: var(--acid); color: var(--ink); border-color: var(--acid); box-shadow: 5px 5px 0 var(--bone); }
.dark .btn.solid:hover { box-shadow: 8px 8px 0 var(--bone); background: var(--bone); }
.btn-row { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; margin-top: 36px; }
.link-arrow { font-family: var(--ff-mono); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; text-decoration: none; display: inline-flex; gap: 8px; align-items: center; padding: 8px 12px; border: 2px solid var(--ink); background: var(--acid); color: var(--ink); box-shadow: 3px 3px 0 var(--ink); transition: .2s; }
.link-arrow:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 var(--ink); background: var(--ink); color: var(--acid); }

/* ---------- TICKER ---------- */
.ticker { background: var(--ink); color: var(--bone); padding: 10px 0; overflow: hidden; position: relative; border-bottom: var(--bd); }
.ticker-track { display: inline-flex; gap: 56px; white-space: nowrap; animation: scroll 36s linear infinite; font-family: var(--ff-display); font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: .04em; will-change: transform; }
.ticker-track .star { color: var(--acid); }
@keyframes scroll { from { transform: translateX(0);} to { transform: translateX(-50%);} }
.ticker.acid { background: var(--acid); color: var(--ink); }
.ticker.acid .star { color: var(--ink); }
.ticker.big { padding: 18px 0; }
.ticker.big .ticker-track { font-size: clamp(28px, 4vw, 56px); font-weight: 900; gap: 40px; animation-duration: 28s; }

/* ---------- NAV ---------- */
nav.top { border-bottom: var(--bd); background: var(--bone); display: grid; grid-template-columns: auto 1fr auto; align-items: stretch; position: sticky; top: 0; z-index: 300; }
nav.top .brand { padding: 10px 18px; border-right: var(--bd); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: transform .2s; }
nav.top .brand img { display: block; width: 64px; height: 64px; object-fit: contain; }
nav.top .brand:hover { transform: scale(1.05) rotate(-2deg); }
nav.top .burger { display: none; background: var(--bone); border: 0; border-left: var(--bd); width: 64px; cursor: pointer; padding: 0; flex-direction: column; gap: 6px; align-items: center; justify-content: center; }
nav.top .burger span { display: block; width: 26px; height: 3px; background: var(--ink); transition: .2s; }
nav.top .burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
nav.top .burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
nav.top .burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
nav.top .menu { display: flex; align-items: stretch; padding: 0 12px; gap: 0; font-family: var(--ff-body); font-weight: 500; font-size: 15px; list-style: none; }
nav.top .menu > li { list-style: none; position: relative; display: flex; }
nav.top .menu > li > a, nav.top .menu > li > button { color: var(--ink); text-decoration: none; padding: 0 14px; display: flex; align-items: center; gap: 6px; position: relative; background: none; border: 0; font: inherit; cursor: pointer; }
nav.top .menu > li > a::after, nav.top .menu > li > button::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 22px; height: 3px; background: var(--acid); transform: scaleX(0); transform-origin: left; transition: .25s; }
nav.top .menu > li:hover > a::after, nav.top .menu > li:hover > button::after, nav.top .menu > li > a[aria-current="page"]::after { transform: scaleX(1); }
nav.top .menu .caret { font-family: var(--ff-mono); font-size: 11px; transition: transform .2s; }
nav.top .menu > li:hover .caret { transform: rotate(180deg); }
nav.top .drop { display: none; position: absolute; top: 100%; left: 0; min-width: 320px; background: var(--bone); border: var(--bd); box-shadow: var(--sh); z-index: 60; padding: 8px 0; }
nav.top .drop.wide { min-width: 620px; columns: 2; column-gap: 0; }
nav.top .menu > li:hover .drop, nav.top .menu > li:focus-within .drop { display: block; }
nav.top .drop a { display: block; padding: 10px 16px; text-decoration: none; color: var(--ink); font-size: 14px; break-inside: avoid; }
nav.top .drop a b { display: block; font-family: var(--ff-display); font-size: 20px; text-transform: uppercase; font-weight: 800; }
nav.top .drop a small { font-family: var(--ff-mono); font-size: 11px; opacity: .7; display: block; }
nav.top .drop a:hover { background: var(--acid); }
nav.top .cta { padding: 18px 28px; border-left: var(--bd); background: var(--acid); font-family: var(--ff-display); font-weight: 800; font-size: 22px; text-transform: uppercase; text-decoration: none; color: var(--ink); display: flex; align-items: center; gap: 10px; transition: .2s; }
nav.top .cta:hover { background: var(--ink); color: var(--acid); }

/* ---------- PAGE HERO (inner) ---------- */
.page-hero { padding: 56px var(--pad) 70px; border-bottom: var(--bd); position: relative; overflow: hidden; }
.page-hero .crumbs { font-family: var(--ff-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 30px; display: flex; gap: 10px; flex-wrap: wrap; position: relative; z-index: 2; }
.page-hero .crumbs a { text-decoration: none; }
.page-hero .crumbs a:hover { background: var(--acid); color: var(--ink); }
.page-hero h1 { font-size: clamp(48px, 8.5vw, 150px); font-weight: 900; line-height: .88; position: relative; z-index: 2; }
.page-hero .shelf { display: grid; grid-template-columns: 7fr 5fr; gap: 40px; margin-top: 34px; align-items: end; position: relative; z-index: 2; }
.page-hero .lead { border-left: 4px solid var(--ink); padding-left: 20px; }
.page-hero .side { font-family: var(--ff-mono); font-size: 13px; text-transform: uppercase; letter-spacing: .04em; line-height: 1.6; border-top: var(--bd); padding-top: 14px; }
.page-hero .side b { background: var(--acid); padding: 0 4px; color: var(--ink); }
.page-hero.dark { background: var(--ink); color: var(--bone); }
.page-hero.dark .lead { border-color: var(--acid); }
.page-hero.dark .side { border-color: var(--acid); }
.page-hero .bigword { position: absolute; right: -2%; bottom: -8%; font-family: var(--ff-display); font-weight: 900; font-size: clamp(120px, 26vw, 420px); line-height: 1; text-transform: uppercase; color: transparent; -webkit-text-stroke: 2px color-mix(in srgb, var(--ink) 18%, transparent); pointer-events: none; user-select: none; white-space: nowrap; z-index: 1; }
.page-hero.dark .bigword { -webkit-text-stroke: 2px color-mix(in srgb, var(--bone) 18%, transparent); }

/* ---------- SPLIT TEXT ---------- */
.split .w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .08em; margin-bottom: -.08em; }
.split .w > span { display: inline-block; transform: translateY(110%); }
.split.done .w > span, .no-js .split .w > span { transform: none; }

/* ---------- GRIDS & CARDS ---------- */
.grid { display: grid; gap: 28px; }
.grid.c2 { grid-template-columns: repeat(2, 1fr); }
.grid.c3 { grid-template-columns: repeat(3, 1fr); }
.grid.c4 { grid-template-columns: repeat(4, 1fr); }
.card { border: var(--bd); background: var(--bone-3); color: var(--ink); padding: 28px; box-shadow: var(--sh); position: relative; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; gap: 14px; }
.card:hover { transform: translate(-3px,-3px); box-shadow: 9px 9px 0 var(--ink); }
.card .num { font-family: var(--ff-display); font-weight: 900; font-size: 56px; line-height: 1; color: var(--ink); }
.card h3 { font-size: clamp(26px, 2.4vw, 36px); }
.card p { font-size: 15px; line-height: 1.5; color: var(--ink-2); }
.card ul { padding-left: 0; list-style: none; font-family: var(--ff-mono); font-size: 13px; line-height: 1.7; }
.card ul li::before { content: "→ "; color: var(--acid-deep); font-weight: 700; }
.card.dark { background: var(--ink); color: var(--bone); }
.card.dark .num { color: var(--acid); }
.card.dark p { color: color-mix(in srgb, var(--bone) 85%, var(--ink)); }
.card.dark ul li::before { color: var(--acid); }
.card.acid { background: var(--acid); }
.card .tag { position: absolute; top: -12px; right: 16px; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); padding: 4px 10px; font-family: var(--ff-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; transform: rotate(2deg); box-shadow: 3px 3px 0 var(--ink); }
.card .foot { margin-top: auto; padding-top: 10px; }
a.card { text-decoration: none; }
.dark .card:not(.dark):not(.acid) { box-shadow: 6px 6px 0 var(--acid); }
.dark .card.dark { border-color: var(--bone); box-shadow: 6px 6px 0 var(--acid); }

/* ---------- SERVICE LIST (home) ---------- */
.svc-list { border-top: var(--bd); }
.svc { display: grid; grid-template-columns: 80px 1fr 280px 32px; gap: 32px; align-items: center; padding: 30px 0; border-bottom: var(--bd); text-decoration: none; color: var(--ink); transition: .2s background, .2s padding, .2s margin; cursor: pointer; position: relative; }
.svc:hover { background: var(--acid); padding-left: 16px; padding-right: 16px; margin: 0 -16px; }
.svc .num { font-family: var(--ff-display); font-weight: 900; font-size: 64px; line-height: 1; color: var(--ink-2); }
.svc .title { font-family: var(--ff-display); font-weight: 800; font-size: clamp(36px, 4.4vw, 64px); line-height: 1; text-transform: uppercase; letter-spacing: -.015em; }
.svc .desc { font-size: 14px; line-height: 1.45; font-family: var(--ff-mono); color: var(--ink-2); }
.svc .arr { font-family: var(--ff-display); font-weight: 700; font-size: 36px; line-height: 1; text-align: right; transition: transform .25s; }
.svc:hover .arr { transform: translateX(8px); }
.svc-float { position: fixed; top: 0; left: 0; width: 300px; aspect-ratio: 4/3; border: var(--bd); box-shadow: var(--sh); background: var(--ink-2); pointer-events: none; z-index: 150; opacity: 0; transform: translate(-50%,-50%) rotate(-4deg) scale(.8); transition: opacity .25s, transform .25s; overflow: hidden; }
.svc-float.on { opacity: 1; transform: translate(-50%,-50%) rotate(-3deg) scale(1); }
.svc-float img { width: 100%; height: 100%; object-fit: cover; object-position: top; position: absolute; inset: 0; opacity: 0; transition: opacity .2s; }
.svc-float img.on { opacity: 1; }

/* ---------- STATS ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-cell { padding: 0 28px; border-right: var(--bd); }
.stat-cell:last-child { border-right: 0; }
.stat-cell .num { font-family: var(--ff-display); font-weight: 900; font-size: clamp(64px, 9vw, 150px); line-height: .88; letter-spacing: -.025em; }
.stat-cell .num small { font-size: .4em; }
.stat-cell .lbl { margin-top: 8px; font-family: var(--ff-mono); font-size: 13px; text-transform: uppercase; letter-spacing: .05em; line-height: 1.4; border-top: var(--bd); padding-top: 12px; }

/* ---------- CASES ---------- */
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 36px; }
.case { position: relative; display: block; text-decoration: none; color: var(--ink); transition: transform .25s; }
.case:nth-child(3n+1) { transform: rotate(-1.2deg); }
.case:nth-child(3n+2) { transform: rotate(.8deg) translateY(18px); }
.case:nth-child(3n+3) { transform: rotate(-.5deg); }
.case:hover { transform: rotate(0) translateY(-6px); }
.case .img { aspect-ratio: 4/3; overflow: visible; border: var(--bd); background: var(--ink-2); position: relative; box-shadow: var(--sh); }
.case .img .main { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: grayscale(.85) contrast(1.1); transition: filter .5s ease, transform .8s var(--ease); }
.case:hover .img .main, .case.in-view .img .main { filter: none; }
.case .img .mob { position: absolute; right: -12px; bottom: -18px; width: 27%; height: auto; border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); transform: rotate(3deg); transition: transform .4s var(--ease); background: var(--ink); object-fit: cover; object-position: top; aspect-ratio: 9/16; }
.case:hover .img .mob { transform: rotate(0) translateY(-8px); }
.case .tape { position: absolute; top: -10px; left: 14px; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); padding: 4px 10px; font-family: var(--ff-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; transform: rotate(-2deg); box-shadow: 3px 3px 0 var(--ink); z-index: 2; }
.case h3 { margin-top: 22px; font-size: 28px; line-height: 1.05; }
.case .desc { margin-top: 6px; font-family: var(--ff-mono); font-size: 12px; color: var(--ink-2); line-height: 1.45; }
.case .link-arrow { margin-top: 14px; }
.dark .case { color: var(--bone); }
.dark .case .desc { color: color-mix(in srgb, var(--bone) 75%, var(--ink)); }
.dark .case .img { box-shadow: 6px 6px 0 var(--acid); }
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.filters button { font: 700 13px var(--ff-mono); text-transform: uppercase; letter-spacing: .06em; padding: 8px 14px; background: var(--bone-3); border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); cursor: pointer; transition: .15s; }
.filters button:hover, .filters button.on { background: var(--acid); transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--ink); }
.filters button.on { background: var(--ink); color: var(--acid); }
.case.hide { display: none; }

/* ---------- CASE STUDY PAGE ---------- */
.cs-meta { display: grid; grid-template-columns: repeat(4, 1fr); border: var(--bd); background: var(--bone-3); color: var(--ink); box-shadow: var(--sh); margin-top: 40px; position: relative; z-index: 2; }
.cs-meta div { padding: 18px 20px; border-right: var(--bd); }
.cs-meta div:last-child { border-right: 0; }
.cs-meta dt { font-family: var(--ff-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; opacity: .7; }
.cs-meta dd { font-family: var(--ff-display); font-size: 22px; text-transform: uppercase; font-weight: 800; margin-top: 4px; line-height: 1.05; }
.cs-shot { border: var(--bd); box-shadow: var(--sh); overflow: hidden; background: var(--ink-2); position: relative; }
.cs-shot img { width: 100%; height: auto; }
.cs-shot.frame { padding-top: 26px; }
.cs-shot.frame::before { content: "● ● ●"; position: absolute; top: 0; left: 0; right: 0; height: 26px; background: var(--ink); color: var(--bone-2); font-size: 10px; letter-spacing: 4px; line-height: 26px; padding-left: 10px; }
.cs-duo { display: grid; grid-template-columns: 3fr 1fr; gap: 32px; align-items: end; }
.cs-duo .cs-shot.mobile { transform: rotate(2deg); box-shadow: 6px 6px 0 var(--acid-deep); }
.prose { max-width: 720px; font-size: 18px; line-height: 1.65; }
.prose p + p { margin-top: 18px; }
.prose h2 { font-size: clamp(32px, 4vw, 56px); margin: 48px 0 20px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: clamp(24px, 2.6vw, 34px); margin: 36px 0 14px; }
.prose ul { padding-left: 0; list-style: none; margin-top: 14px; }
.prose ul li { padding-left: 28px; position: relative; margin-bottom: 8px; }
.prose ul li::before { content: "→"; position: absolute; left: 0; color: var(--acid-deep); font-family: var(--ff-mono); font-weight: 700; }
.dark .prose ul li::before { color: var(--acid); }
.prose blockquote { border-left: 6px solid var(--acid); padding: 6px 0 6px 24px; font-family: var(--ff-display); font-size: clamp(24px, 2.6vw, 36px); text-transform: uppercase; line-height: 1.05; margin: 32px 0; }
.two { display: grid; grid-template-columns: 5fr 7fr; gap: 56px; align-items: start; }
.two.rev { grid-template-columns: 7fr 5fr; }
.sticky { position: sticky; top: 110px; }
.results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: var(--bd); box-shadow: var(--sh); background: var(--acid); color: var(--ink); }
.results div { padding: 28px; border-right: var(--bd); }
.results div:last-child { border-right: 0; }
.results .num { font-family: var(--ff-display); font-weight: 900; font-size: clamp(48px, 6vw, 96px); line-height: .9; }
.results .lbl { font-family: var(--ff-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; margin-top: 8px; }

/* ---------- PROCESS (stacking cards) ---------- */
.steps { display: grid; gap: 24px; }
.step { border: var(--bd); background: var(--bone-3); color: var(--ink); box-shadow: var(--sh); padding: 36px; display: grid; grid-template-columns: 120px 1fr 1fr; gap: 32px; align-items: start; position: sticky; top: 120px; }
.step:nth-child(2n) { background: var(--acid); }
.step:nth-child(3n) { background: var(--ink); color: var(--bone); box-shadow: 6px 6px 0 var(--acid); }
.step .n { font-family: var(--ff-display); font-weight: 900; font-size: clamp(64px, 8vw, 120px); line-height: .85; }
.step h3 { font-size: clamp(30px, 3.4vw, 52px); }
.step p { font-size: 16px; line-height: 1.55; margin-top: 12px; }
.step ul { list-style: none; font-family: var(--ff-mono); font-size: 13px; line-height: 1.8; border-left: 3px solid currentColor; padding-left: 16px; }
.step .dur { font-family: var(--ff-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-top: 10px; opacity: .75; }

/* ---------- FAQ ---------- */
.faq { border-top: var(--bd); }
.faq details { border-bottom: var(--bd); }
.faq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr 44px; align-items: center; gap: 20px; padding: 24px 0; font-family: var(--ff-display); font-size: clamp(22px, 2.4vw, 34px); text-transform: uppercase; font-weight: 800; line-height: 1; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { width: 44px; height: 44px; border: var(--bd); display: grid; place-items: center; font-family: var(--ff-mono); font-size: 22px; background: var(--acid); color: var(--ink); transition: transform .25s; }
.faq details[open] summary .pm { transform: rotate(45deg); background: var(--ink); color: var(--acid); }
.faq .ans { padding: 0 0 26px; font-size: 17px; line-height: 1.6; max-width: 760px; }
.dark .faq summary .pm { border-color: var(--acid); }
.dark .faq details, .dark .faq { border-color: color-mix(in srgb, var(--bone) 35%, var(--ink)); }

/* ---------- PRICING ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }
.plan { border: var(--bd); background: var(--bone-3); color: var(--ink); box-shadow: var(--sh); padding: 32px; display: flex; flex-direction: column; gap: 18px; position: relative; }
.plan.hot { background: var(--ink); color: var(--bone); transform: translateY(-14px); box-shadow: 8px 8px 0 var(--acid); }
.plan h3 { font-size: 34px; }
.plan .price { font-family: var(--ff-display); font-weight: 900; font-size: clamp(48px, 5vw, 80px); line-height: .9; }
.plan .price small { font-size: .3em; font-family: var(--ff-mono); font-weight: 400; letter-spacing: .05em; display: block; margin-top: 8px; opacity: .8; }
.plan ul { list-style: none; font-family: var(--ff-mono); font-size: 13px; line-height: 1.9; border-top: 2px solid currentColor; padding-top: 14px; }
.plan ul li::before { content: "✓ "; color: var(--acid-deep); font-weight: 700; }
.plan.hot ul li::before { color: var(--acid); }
.plan .foot { margin-top: auto; }
.plan .tag { position: absolute; top: -14px; left: 24px; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); padding: 4px 10px; font-family: var(--ff-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; transform: rotate(-2deg); box-shadow: 3px 3px 0 var(--ink); }
table.rates { width: 100%; border-collapse: collapse; font-size: 15px; border: var(--bd); box-shadow: var(--sh); background: var(--bone-3); color: var(--ink); }
table.rates th, table.rates td { padding: 16px 18px; border-bottom: 2px solid var(--ink); text-align: left; vertical-align: top; }
table.rates th { font-family: var(--ff-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; background: var(--ink); color: var(--bone); }
table.rates td:last-child { font-family: var(--ff-display); font-size: 24px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
table.rates tr:last-child td { border-bottom: 0; }
table.rates td small { display: block; font-family: var(--ff-mono); font-size: 12px; opacity: .7; margin-top: 4px; }

/* ---------- SAAS DIAGRAM ---------- */
.saas-diagram { position: relative; border: var(--bd); background: var(--ink); color: var(--bone); box-shadow: 8px 8px 0 var(--acid); padding: 30px; overflow: hidden; }
.saas-diagram svg { width: 100%; height: auto; display: block; }
.saas-diagram .flow { stroke: var(--acid); stroke-width: 3; fill: none; stroke-dasharray: 10 12; animation: dash 1.4s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -44; } }
.saas-diagram .node { fill: var(--bone); stroke: var(--acid); stroke-width: 3; }
.saas-diagram .node-t { font-family: var(--ff-display); font-weight: 800; font-size: 24px; text-transform: uppercase; fill: var(--ink); }
.saas-diagram .node-s { font-family: var(--ff-mono); font-size: 10px; fill: var(--ink-3); text-transform: uppercase; }
.saas-diagram .core { fill: var(--acid); stroke: var(--bone); stroke-width: 4; }
.saas-diagram .core-t { font-family: var(--ff-display); font-weight: 900; font-size: 34px; text-transform: uppercase; fill: var(--ink); }
.saas-diagram .core-s { font-family: var(--ff-mono); font-size: 10px; fill: var(--ink); text-transform: uppercase; }
.saas-diagram .pulse { fill: var(--acid); opacity: .35; transform-origin: center; transform-box: fill-box; animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(.6); opacity: .5; } 100% { transform: scale(1.8); opacity: 0; } }
.saas-diagram .ext { fill: none; stroke: var(--bone); stroke-width: 2; stroke-dasharray: 4 4; }
.saas-diagram .ext-t { font-family: var(--ff-mono); font-size: 10px; fill: var(--bone); text-transform: uppercase; }

/* ---------- DASHBOARD MOCK ---------- */
.dash { border: var(--bd); box-shadow: var(--sh); background: var(--bone-3); color: var(--ink); font-family: var(--ff-mono); font-size: 12px; overflow: hidden; transform: perspective(1400px) rotateX(4deg) rotateY(-6deg); transition: transform .6s var(--ease); }
.dash:hover { transform: perspective(1400px) rotateX(0) rotateY(0); }
.dash .bar { background: var(--ink); color: var(--bone); padding: 10px 14px; display: flex; gap: 16px; align-items: center; text-transform: uppercase; letter-spacing: .06em; }
.dash .bar .dots { display: flex; gap: 6px; }
.dash .bar .dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--bone-2); display: block; }
.dash .bar .dots i:first-child { background: var(--acid); }
.dash .bar .live { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.dash .bar .live::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--acid); animation: blink 1.2s infinite; }
@keyframes blink { 50% { opacity: .2; } }
.dash .body { display: grid; grid-template-columns: 150px 1fr; }
.dash aside { border-right: var(--bd); padding: 14px 0; background: var(--bone-2); }
.dash aside span { display: block; padding: 8px 14px; text-transform: uppercase; letter-spacing: .04em; }
.dash aside span.on { background: var(--acid); font-weight: 700; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.dash main { padding: 18px; display: grid; gap: 14px; }
.dash .kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.dash .kpi { border: 2px solid var(--ink); padding: 10px 12px; background: var(--bone-3); }
.dash .kpi b { display: block; font-family: var(--ff-display); font-size: 28px; font-weight: 900; line-height: 1; margin-top: 4px; }
.dash .kpi small { text-transform: uppercase; letter-spacing: .06em; font-size: 10px; opacity: .7; }
.dash table { width: 100%; border-collapse: collapse; }
.dash th { text-align: left; font-weight: 400; text-transform: uppercase; letter-spacing: .06em; font-size: 10px; opacity: .7; padding: 6px 8px; border-bottom: 2px solid var(--ink); }
.dash td { padding: 8px; border-bottom: 1px solid var(--bone-2); }
.dash .st { display: inline-block; padding: 2px 8px; border: 2px solid var(--ink); text-transform: uppercase; font-size: 10px; letter-spacing: .06em; }
.dash .st.ok { background: var(--acid); }
.dash .st.dk { background: var(--ink); color: var(--acid); }
.dash .chart { display: flex; gap: 6px; align-items: flex-end; height: 90px; border-bottom: 2px solid var(--ink); padding: 0 4px; }
.dash .chart i { flex: 1; background: var(--ink); display: block; transform-origin: bottom; transform: scaleY(0); transition: transform 1.2s var(--ease); }
.dash .chart i:nth-child(odd) { background: var(--acid-deep); }
.dash.in-view .chart i { transform: scaleY(1); }
.dash .row-new { animation: rowIn .6s var(--ease) both; }
@keyframes rowIn { from { background: var(--acid); transform: translateX(-10px); opacity: 0; } to { background: transparent; transform: none; opacity: 1; } }

/* ---------- COMPARE (avant/après) ---------- */
.compare { display: grid; grid-template-columns: 1fr 1fr; border: var(--bd); box-shadow: var(--sh); }
.compare > div { padding: 32px; }
.compare .before { background: var(--bone-2); color: var(--ink); }
.compare .after { background: var(--ink); color: var(--bone); }
.compare h3 { font-size: clamp(28px, 3vw, 44px); margin-bottom: 18px; }
.compare ul { list-style: none; font-family: var(--ff-mono); font-size: 14px; line-height: 1.9; }
.compare .before li::before { content: "✕ "; color: #B3261E; font-weight: 700; }
.compare .after li::before { content: "✓ "; color: var(--acid); font-weight: 700; }

/* ---------- MODULES (tabs) ---------- */
.modules { display: grid; grid-template-columns: 300px 1fr; border: var(--bd); box-shadow: var(--sh); background: var(--bone-3); color: var(--ink); min-height: 420px; }
.modules nav { border-right: var(--bd); display: flex; flex-direction: column; }
.modules nav button { text-align: left; background: none; border: 0; border-bottom: 2px solid var(--ink); padding: 18px 20px; font-family: var(--ff-display); font-size: 24px; text-transform: uppercase; font-weight: 800; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: .15s; color: var(--ink); }
.modules nav button:hover { background: var(--bone-2); }
.modules nav button.on { background: var(--ink); color: var(--acid); }
.modules nav button small { font-family: var(--ff-mono); font-size: 11px; font-weight: 400; }
.modules .panel { padding: 36px; display: none; }
.modules .panel.on { display: block; animation: fadeUp .4s var(--ease); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px);} to { opacity: 1; transform: none; } }
.modules .panel h3 { font-size: clamp(28px, 3vw, 44px); margin-bottom: 14px; }
.modules .panel p { font-size: 16px; line-height: 1.6; }
.modules .panel ul { list-style: none; margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; font-family: var(--ff-mono); font-size: 13px; }
.modules .panel ul li::before { content: "→ "; color: var(--acid-deep); font-weight: 700; }

/* ---------- CITY ---------- */
.city-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.zones { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.zones span { font-family: var(--ff-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; padding: 6px 10px; border: 2px solid var(--ink); background: var(--bone-3); color: var(--ink); }
.city-list { display: flex; gap: 12px; flex-wrap: wrap; }
.city-list a { font-family: var(--ff-display); font-size: clamp(22px, 2.6vw, 36px); text-transform: uppercase; font-weight: 800; text-decoration: none; padding: 10px 16px; border: var(--bd); background: var(--bone-3); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); transition: .15s; }
.city-list a:hover { background: var(--acid); transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.dark .city-list a { box-shadow: 4px 4px 0 var(--acid); }

/* ---------- CONTACT FORM ---------- */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; position: relative; }
.form .full { grid-column: 1 / -1; }
.form label { display: block; font-family: var(--ff-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }
.form input, .form select, .form textarea { width: 100%; border: var(--bd); background: var(--bone-3); padding: 14px 16px; font: 500 16px var(--ff-body); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); transition: .15s; border-radius: 0; -webkit-appearance: none; appearance: none; }
.form select { background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 40px; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; background-color: var(--white); box-shadow: 4px 4px 0 var(--acid-deep); }
.form textarea { min-height: 160px; resize: vertical; }
.form .chk { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; line-height: 1.5; }
.form .chk input { width: 20px; height: 20px; box-shadow: none; flex: 0 0 auto; margin-top: 2px; -webkit-appearance: checkbox; appearance: checkbox; }
.form .hp { position: absolute; left: -9999px; }
.form .msg { grid-column: 1 / -1; font-family: var(--ff-mono); font-size: 14px; padding: 14px 16px; border: var(--bd); display: none; }
.form .msg.ok { display: block; background: var(--acid); color: var(--ink); }
.form .msg.err { display: block; background: #FFD9D6; color: var(--ink); }
.contact-side { display: grid; gap: 18px; }
.contact-side a.big { display: block; border: var(--bd); background: var(--bone-3); color: var(--ink); box-shadow: var(--sh); padding: 22px 24px; text-decoration: none; transition: .15s; }
.contact-side a.big:hover { background: var(--acid); transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--ink); }
.contact-side a.big small { display: block; font-family: var(--ff-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; opacity: .7; }
.contact-side a.big b { display: block; font-family: var(--ff-display); font-size: clamp(22px, 2.4vw, 32px); text-transform: uppercase; font-weight: 800; line-height: 1; margin-top: 6px; }

/* ---------- CTA BANNER ---------- */
.cta { background: var(--ink); color: var(--bone); padding: 90px var(--pad); border-bottom: var(--bd); overflow: hidden; position: relative; }
.cta-mega { font-family: var(--ff-display); font-weight: 900; font-size: clamp(72px, 15vw, 260px); line-height: .84; text-transform: uppercase; letter-spacing: -.025em; }
.cta-mega .a { color: var(--acid); }
.cta-mega .underline { text-decoration: underline; text-decoration-color: var(--acid); text-decoration-thickness: 8px; text-underline-offset: 6px; }
.cta-row { margin-top: 48px; display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
.cta-row .btn { background: var(--acid); box-shadow: 5px 5px 0 var(--bone); border-color: var(--ink); }
.cta-row .btn:hover { box-shadow: 8px 8px 0 var(--bone); background: var(--bone); }
.cta-row .btn.solid { background: var(--bone); color: var(--ink); }
.cta-row .btn.solid:hover { background: var(--acid); }
.cta-row .info { font-family: var(--ff-mono); font-size: 14px; line-height: 1.5; color: color-mix(in srgb, var(--bone) 90%, var(--ink)); margin-left: auto; border-left: 3px solid var(--acid); padding-left: 20px; }
.cta-row .info b { color: var(--acid); }

/* ---------- FOOTER ---------- */
footer { background: var(--bone-2); }
footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr; gap: 32px; padding: 56px var(--pad) 40px; }
footer h4, footer .fh { margin-bottom: 14px; font-family: var(--ff-mono); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
footer ul { list-style: none; font-size: 14px; line-height: 1.9; }
footer a { text-decoration: none; }
footer a:hover { background: var(--acid); }
footer .brandcol .sig { font-family: var(--ff-display); font-weight: 900; font-size: 42px; text-transform: uppercase; line-height: .9; }
footer .brandcol p { font-size: 14px; margin-top: 14px; max-width: 34ch; }
footer .bottom { border-top: var(--bd); padding: 20px var(--pad); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-family: var(--ff-mono); font-size: 12px; text-transform: uppercase; }
footer .bottom .cities a { display: inline-block; padding: 6px 12px 6px 0; line-height: 1.2; }
.brandcol p.mono a { display: inline-block; padding: 5px 0; }

/* ---------- BADGE ROTATE ---------- */
.badge-rot { width: 130px; height: 130px; position: absolute; right: var(--pad); top: 40px; animation: rot 14s linear infinite; z-index: 3; }
.badge-rot svg { width: 100%; height: 100%; }
.badge-rot text { font-family: var(--ff-mono); font-size: 13px; letter-spacing: .18em; text-transform: uppercase; fill: var(--ink); }
.dark .badge-rot text { fill: var(--bone); }
.badge-rot .c { fill: var(--acid); }
@keyframes rot { to { transform: rotate(360deg); } }

/* ---------- CURSOR ---------- */
.cur-dot, .cur-ring { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9998; will-change: transform; }
.cur-dot { width: 10px; height: 10px; background: var(--ink); border-radius: 50%; margin: -5px 0 0 -5px; }
.cur-ring { width: 40px; height: 40px; border: 2px solid var(--ink); border-radius: 50%; margin: -20px 0 0 -20px; transition: width .25s, height .25s, margin .25s, background .25s, border-color .25s; display: grid; place-items: center; font: 700 10px var(--ff-mono); letter-spacing: .1em; color: var(--ink); background: transparent; }
.cur-ring.link { width: 56px; height: 56px; margin: -28px 0 0 -28px; background: color-mix(in srgb, var(--acid) 70%, transparent); border-color: var(--ink); }
.cur-ring.big { width: 96px; height: 96px; margin: -48px 0 0 -48px; background: var(--acid); }
html.has-cursor, html.has-cursor a, html.has-cursor button { cursor: none; }

/* ---------- CURTAIN (page transition) ---------- */
.curtain { position: fixed; inset: 0; z-index: 9999; background: var(--ink); transform: scaleY(0); transform-origin: bottom; pointer-events: none; }
.curtain.in { animation: curtIn .5s var(--ease) both; }
@keyframes curtIn { from { transform: scaleY(0); } to { transform: scaleY(1); } }
.curtain .word { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: var(--ff-display); font-weight: 900; font-size: clamp(40px, 8vw, 120px); color: var(--acid); text-transform: uppercase; opacity: 0; white-space: nowrap; }
.curtain.in .word { animation: wordIn .45s .15s var(--ease) both; }
@keyframes wordIn { from { opacity: 0; transform: translate(-50%,-30%);} to { opacity: 1; transform: translate(-50%,-50%);} }

/* ---------- REVEALS ---------- */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-left { transform: translateX(-60px); }
.reveal-left.in-view { transform: none; }
.no-js .reveal { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.stagger.in-view > * { opacity: 1; transform: none; }
.stagger.in-view > *:nth-child(2) { transition-delay: .08s; }
.stagger.in-view > *:nth-child(3) { transition-delay: .16s; }
.stagger.in-view > *:nth-child(4) { transition-delay: .24s; }
.stagger.in-view > *:nth-child(5) { transition-delay: .32s; }
.stagger.in-view > *:nth-child(6) { transition-delay: .40s; }
.stagger.in-view > *:nth-child(7) { transition-delay: .48s; }
.stagger.in-view > *:nth-child(8) { transition-delay: .56s; }
.stagger.in-view > *:nth-child(9) { transition-delay: .64s; }
.stagger.in-view > *:nth-child(n+10) { transition-delay: .7s; }
.no-js .stagger > * { opacity: 1; transform: none; }
.tilt { transform-style: preserve-3d; will-change: transform; }

/* ---------- HOME HERO ---------- */
.hero { padding: 60px var(--pad) 80px; position: relative; border-bottom: var(--bd); overflow: hidden; }
.hero h1 { font-size: clamp(48px, 8vw, 132px); font-weight: 900; line-height: .92; letter-spacing: -.018em; }
.hero h1 .row { display: block; position: relative; }
.hero h1 .slash { display: inline-block; color: var(--acid); font-weight: 400; transform: translateY(-.08em); padding: 0 6px; }
.hero-shelf { display: grid; grid-template-columns: 6fr 5fr 3fr; gap: 24px; margin-top: 18px; align-items: end; }
.hero-quote { font-size: 22px; line-height: 1.25; font-weight: 500; max-width: 38ch; letter-spacing: -.01em; border-left: 4px solid var(--ink); padding-left: 20px; }
.hero-quote b { background: var(--acid); padding: 0 4px; }
.hero-buttons { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.hero-photo { aspect-ratio: 3/4; background: var(--bone-2); position: relative; overflow: hidden; border: var(--bd); transform: rotate(2deg); box-shadow: -8px 8px 0 var(--acid); z-index: 201; isolation: isolate; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; z-index: 1; }
.hero-photo::after { content: "ARNAUD · ANTIBES"; position: absolute; bottom: 8px; left: 8px; font-family: var(--ff-mono); font-size: 10px; color: var(--bone); padding: 3px 6px; background: var(--ink); z-index: 2; }
.hero .badge-rot { top: 24px; right: calc(var(--pad) + 22%); }
.load-flash { position: fixed; inset: 0; z-index: 9999; background: var(--ink); pointer-events: none; animation: flashOut .7s .05s cubic-bezier(.7,.05,.5,.95) both; }
@keyframes flashOut { 0% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } 40% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } 100% { clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); } }
@keyframes slide { from { transform: translateY(40px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes slideRight { from { transform: translateX(80px) rotate(8deg) scale(1.15); opacity: 0; } to { transform: rotate(2deg) scale(1); opacity: 1; } }
@keyframes stampIn { 0% { transform: scale(1.6) rotate(-4deg); opacity: 0; filter: blur(6px);} 60% { transform: scale(.92) rotate(.5deg); opacity: 1; filter: blur(0);} 100% { transform: scale(1) rotate(0);} }
.hero h1 .row { animation: slide .9s var(--ease) both; }
.hero h1 .row:nth-child(1) { animation-delay: .55s; } .hero h1 .row:nth-child(2) { animation-delay: .68s; } .hero h1 .row:nth-child(3) { animation-delay: .81s; } .hero h1 .row:nth-child(4) { animation-delay: .94s; }
.hero-quote { animation: slide .9s 1.1s var(--ease) both; }
.hero-buttons .btn { animation: stampIn .55s cubic-bezier(.34,1.56,.64,1) both; }
.hero-buttons .btn:nth-child(1) { animation-delay: 1.25s; } .hero-buttons .btn:nth-child(2) { animation-delay: 1.4s; }
.hero-photo { animation: slideRight 1.1s 1s var(--ease) both; }
.page-hero h1 .row { display: block; animation: slide .8s var(--ease) both; }
.page-hero h1 .row:nth-child(1) { animation-delay: .15s; } .page-hero h1 .row:nth-child(2) { animation-delay: .27s; } .page-hero h1 .row:nth-child(3) { animation-delay: .39s; } .page-hero h1 .row:nth-child(4) { animation-delay: .51s; }
.page-hero .shelf { animation: slide .8s .6s var(--ease) both; }

/* ---------- MANIFESTO ---------- */
.manifesto h2 { font-size: clamp(50px, 8vw, 140px); line-height: .9; }
.manifesto h2 .lw { display: block; overflow: hidden; }
.manifesto h2 .li { display: inline-block; transform: translateY(110%); transition: transform .8s var(--ease); }
.manifesto.in-view h2 .li { transform: none; }
.manifesto.in-view h2 .lw:nth-child(2) .li { transition-delay: .1s; } .manifesto.in-view h2 .lw:nth-child(3) .li { transition-delay: .2s; } .manifesto.in-view h2 .lw:nth-child(4) .li { transition-delay: .3s; } .manifesto.in-view h2 .lw:nth-child(5) .li { transition-delay: .4s; }
.no-js .manifesto h2 .li { transform: none; }

/* ---------- KINETIC BIG TEXT ---------- */
.kinetic { overflow: hidden; border-bottom: var(--bd); background: var(--bone-2); padding: 20px 0; }
.kinetic .line { font-family: var(--ff-display); font-weight: 900; font-size: clamp(56px, 11vw, 200px); text-transform: uppercase; line-height: .9; white-space: nowrap; display: flex; gap: 48px; will-change: transform; }
.kinetic .line span { display: inline-block; }
.kinetic .line .o { -webkit-text-stroke: 3px var(--ink); color: transparent; }

/* ---------- SECTORS STRIP ---------- */
.sectors { display: grid; grid-template-columns: repeat(4, 1fr); border: var(--bd); box-shadow: var(--sh); background: var(--bone-3); color: var(--ink); }
.sectors a { padding: 28px 22px; border-right: var(--bd); border-bottom: var(--bd); text-decoration: none; display: flex; flex-direction: column; gap: 8px; transition: .15s; position: relative; min-height: 170px; }
.sectors a:nth-child(4n) { border-right: 0; }
.sectors a:nth-last-child(-n+4) { border-bottom: 0; }
.sectors a:hover { background: var(--acid); }
.sectors .ico { font-size: 34px; line-height: 1; font-family: var(--ff-mono); }
.sectors b { font-family: var(--ff-display); font-size: clamp(22px, 2.4vw, 32px); text-transform: uppercase; font-weight: 800; line-height: 1; }
.sectors small { font-family: var(--ff-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; opacity: .7; }
.sectors .arr { position: absolute; right: 16px; bottom: 14px; font-family: var(--ff-mono); font-size: 18px; transition: transform .2s; }
.sectors a:hover .arr { transform: translate(4px,-4px); }
.dark .sectors { box-shadow: 8px 8px 0 var(--acid); }

/* ---------- STACK ---------- */
.stack { display: flex; flex-wrap: wrap; gap: 10px; }
.stack span { font-family: var(--ff-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; padding: 8px 12px; border: 2px solid currentColor; transition: .15s; }
.stack span:hover { background: var(--ink); color: var(--acid); border-color: var(--ink); }
.dark .stack span:hover { background: var(--acid); color: var(--ink); border-color: var(--acid); }

/* ---------- TIMELINE ---------- */
.timeline { border-left: var(--bd); margin-left: 12px; display: grid; gap: 30px; padding-left: 36px; }
.timeline > div { position: relative; }
.timeline > div::before { content: ""; position: absolute; left: -48px; top: 4px; width: 20px; height: 20px; background: var(--acid); border: var(--bd); }
.timeline .y { font-family: var(--ff-display); font-size: 40px; font-weight: 900; line-height: 1; }
.timeline p { font-size: 15px; margin-top: 6px; }

/* ---------- SKIP ---------- */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; background: var(--ink); color: var(--acid); padding: 12px 20px; font-family: var(--ff-mono); font-size: 13px; text-decoration: none; border: 3px solid var(--acid); }
.skip-link:focus { left: 8px; top: 8px; }

/* ---------- LEGAL ---------- */
.legal { max-width: 800px; font-size: 16px; line-height: 1.65; }
.legal h2 { font-size: 32px; margin: 40px 0 12px; }
.legal p + p { margin-top: 12px; }
.legal dl { display: grid; grid-template-columns: 200px 1fr; gap: 6px 20px; font-size: 15px; border: var(--bd); padding: 20px; background: var(--bone-3); box-shadow: var(--sh); margin-top: 20px; }
.legal dt { font-family: var(--ff-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.legal ul { padding-left: 20px; margin-top: 8px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
  :root { --pad: 28px; }
  .grid.c4 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat-cell:nth-child(2) { border-right: 0; }
  .stat-cell:nth-child(-n+2) { margin-bottom: 40px; }
  .sectors { grid-template-columns: repeat(2, 1fr); }
  .sectors a:nth-child(4n) { border-right: var(--bd); }
  .sectors a:nth-child(2n) { border-right: 0; }
  .sectors a:nth-last-child(-n+4) { border-bottom: var(--bd); }
  .sectors a:nth-last-child(-n+2) { border-bottom: 0; }
  footer .cols { grid-template-columns: 1fr 1fr 1fr; }
  .svc { grid-template-columns: 60px 1fr 32px; }
  .svc .desc { grid-column: 2; }
  .svc-float { display: none; }
}
@media (max-width: 1000px) {
  nav.top .menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--bone); border-bottom: var(--bd); flex-direction: column; align-items: stretch; padding: 0; gap: 0; z-index: 50; max-height: calc(100vh - 90px); overflow: auto; }
  nav.top .menu.open { display: flex; }
  nav.top .menu > li { flex-direction: column; }
  nav.top .menu > li > a, nav.top .menu > li > button { padding: 16px 24px; border-top: var(--bd); font-size: 18px; justify-content: space-between; }
  nav.top .menu > li > a::after, nav.top .menu > li > button::after { display: none; }
  nav.top .drop { position: static; display: none; border: 0; border-top: 2px dashed var(--ink); box-shadow: none; min-width: 0; background: var(--bone-2); columns: 1; }
  nav.top .drop.wide { columns: 1; min-width: 0; }
  nav.top .menu > li:hover .drop, nav.top .menu > li:focus-within .drop { display: none; }
  nav.top .menu > li.open .drop, nav.top .menu > li.open:hover .drop { display: block; }
  nav.top .burger { display: flex; }
  nav.top .cta { padding: 18px 18px; font-size: 18px; }
  .hero-shelf { grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; margin-top: 22px; }
  .hero-photo { grid-column: 2; grid-row: 1 / span 2; }
  .hero .badge-rot { right: var(--pad); }
  .page-hero .shelf { grid-template-columns: 1fr; gap: 24px; }
  .grid.c3 { grid-template-columns: repeat(2, 1fr); }
  .work-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 28px; }
  .two, .two.rev { grid-template-columns: 1fr; gap: 36px; }
  .sticky { position: static; }
  .plans { grid-template-columns: 1fr; }
  .plan.hot { transform: none; }
  .modules { grid-template-columns: 1fr; }
  .modules nav { border-right: 0; border-bottom: var(--bd); flex-direction: row; overflow-x: auto; }
  .modules nav button { border-bottom: 0; border-right: 2px solid var(--ink); white-space: nowrap; font-size: 18px; }
  .modules nav button small { display: none; }
  .city-grid { grid-template-columns: 1fr; }
  .step { grid-template-columns: 80px 1fr; }
  .step ul { grid-column: 2; }
  .cs-meta { grid-template-columns: repeat(2, 1fr); }
  .cs-meta div:nth-child(2) { border-right: 0; }
  .cs-meta div:nth-child(-n+2) { border-bottom: var(--bd); }
  .results { grid-template-columns: 1fr; }
  .results div { border-right: 0; border-bottom: var(--bd); }
  .results div:last-child { border-bottom: 0; }
  .badge-rot { width: 90px; height: 90px; top: 16px; }
  .dash { transform: none; }
  .compare { grid-template-columns: 1fr; }
  .form { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  :root { --pad: 16px; }
  .sec { padding-top: 56px; padding-bottom: 56px; }
  nav.top .brand { padding: 8px 12px; } nav.top .brand img { width: 52px; height: 52px; }
  nav.top .cta { padding: 12px 12px; font-size: 15px; } nav.top .burger { width: 52px; }
  .ticker-track { font-size: 13px; gap: 28px; } .ticker { padding: 8px 0; }
  .ticker.big .ticker-track { font-size: 24px; }
  .hero { padding: 26px 16px 44px; }
  .hero h1 { font-size: clamp(34px, 10vw, 56px); line-height: .96; }
  .hero-shelf { grid-template-columns: 1fr; gap: 24px; margin-top: 14px; }
  .hero-photo { grid-column: auto; grid-row: auto; max-width: 70%; }
  .hero-quote { font-size: 17px; padding-left: 14px; }
  .page-hero { padding: 30px 16px 44px; }
  .page-hero h1 { font-size: clamp(36px, 11vw, 64px); }
  .page-hero .bigword { display: none; }
  .btn { font-size: 16px; padding: 13px 16px; white-space: normal; }
  .h-xl { font-size: clamp(36px, 11vw, 64px); } .h-l { font-size: clamp(32px, 10vw, 56px); } .h-m { font-size: clamp(26px, 8vw, 40px); }
  .manifesto h2 { font-size: clamp(28px, 9vw, 52px); }
  .grid.c2, .grid.c3, .grid.c4 { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; gap: 48px; }
  .case { transform: none !important; }
  .case:hover { transform: translateY(-4px) !important; }
  .stats { grid-template-columns: 1fr; }
  .stat-cell { border-right: 0; padding: 0; margin-bottom: 32px; }
  .stat-cell .num { font-size: clamp(56px, 18vw, 96px); }
  .svc { grid-template-columns: 44px 1fr 22px; gap: 14px; padding: 20px 0; }
  .svc .num { font-size: 36px; } .svc .title { font-size: clamp(24px, 7vw, 36px); } .svc .desc { display: none; } .svc .arr { font-size: 24px; }
  .sectors { grid-template-columns: 1fr; }
  .sectors a { border-right: 0 !important; border-bottom: var(--bd) !important; min-height: 0; }
  .sectors a:last-child { border-bottom: 0 !important; }
  .step { grid-template-columns: 1fr; padding: 24px; gap: 14px; position: static; }
  .step .n { font-size: 48px; }
  .step ul { grid-column: auto; }
  .cs-meta { grid-template-columns: 1fr; }
  .cs-meta div { border-right: 0; border-bottom: var(--bd); }
  .cs-meta div:last-child { border-bottom: 0; }
  .cs-duo { grid-template-columns: 1fr; }
  .cs-duo .cs-shot.mobile { max-width: 50%; transform: none; }
  .cta { padding: 56px 16px; }
  .cta-mega { font-size: clamp(36px, 12vw, 72px); }
  .cta-row { flex-direction: column; align-items: stretch; gap: 14px; margin-top: 32px; }
  .cta-row .info { margin-left: 0; border-left: 0; border-top: 3px solid var(--acid); padding: 14px 0 0; }
  footer .cols { grid-template-columns: 1fr; gap: 24px; padding: 40px 16px 24px; }
  footer .bottom { flex-direction: column; text-align: center; }
  .modules .panel { padding: 22px; } .modules .panel ul { grid-template-columns: 1fr; }
  .dash .body { grid-template-columns: 1fr; } .dash aside { display: none; } .dash .kpis { grid-template-columns: 1fr 1fr; }
  .dash table { font-size: 11px; }
  table.rates td, table.rates th { padding: 12px 10px; } table.rates td:last-child { font-size: 18px; }
  .legal dl { grid-template-columns: 1fr; }
  .kinetic .line { gap: 24px; }
  .faq summary { font-size: 20px; }
  .badge-rot { display: none; }
  .city-list a { font-size: 20px; padding: 8px 12px; }
  .head { margin-bottom: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .ticker-track { animation: none; }
  .reveal, .stagger > * { opacity: 1 !important; transform: none !important; }
  .split .w > span, .manifesto h2 .li { transform: none !important; }
  .load-flash, .curtain, .cur-dot, .cur-ring { display: none !important; }
  .hero h1 .row, .hero-quote, .hero-buttons .btn, .page-hero h1 .row, .page-hero .shelf { animation: none; opacity: 1; transform: none; }
  .hero-photo { animation: none; opacity: 1; transform: rotate(2deg); }
  .dash .chart i { transform: scaleY(1); }
}

/* ---------- CITY v2 ---------- */
.city-hero-img { border: var(--bd); box-shadow: var(--sh); overflow: hidden; background: var(--ink); margin-top: 40px; position: relative; z-index: 2; }
.city-hero-img img { width: 100%; height: auto; display: block; }
.brief { border: var(--bd); background: var(--acid); color: #0A0908; box-shadow: var(--sh); padding: 28px; }
.brief h3 { font-size: 26px; margin-bottom: 14px; }
.brief ul { list-style: none; font-family: var(--ff-mono); font-size: 13px; line-height: 1.8; }
.brief ul li::before { content: "■ "; }
.route { border: var(--bd); background: var(--ink); color: var(--bone); box-shadow: 6px 6px 0 var(--acid); padding: 24px 28px; display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; margin-top: 24px; }
.route .km { font-family: var(--ff-display); font-weight: 900; font-size: 56px; line-height: .9; color: var(--acid); }
.route .km small { display: block; font-family: var(--ff-mono); font-size: 11px; color: var(--bone); letter-spacing: .08em; text-transform: uppercase; margin-top: 6px; font-weight: 400; }
.route p { font-size: 14px; line-height: 1.5; }
.city-map { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.city-map a { border: var(--bd); background: var(--bone-3); color: var(--ink); text-decoration: none; padding: 20px; box-shadow: 5px 5px 0 var(--ink); transition: .15s; display: flex; flex-direction: column; gap: 6px; }
.city-map a:hover { background: var(--acid); color: #0A0908; transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--ink); }
.city-map b { font-family: var(--ff-display); font-size: 30px; text-transform: uppercase; font-weight: 800; line-height: 1; }
.city-map small { font-family: var(--ff-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; opacity: .7; }
.city-map .d { font-family: var(--ff-mono); font-size: 12px; margin-top: 6px; }
.city-list a.hub { background: var(--acid); color: #0A0908; }
.svc-local { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 1000px) { .svc-local { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .route { grid-template-columns: 1fr; } .route .km { font-size: 40px; } }

/* ---------- THEMES ---------- */
:root[data-theme~="coral"] { --acid: #FF5A3C; --acid-deep: #E04A2E; }
:root[data-theme~="cyan"] { --acid: #46D4FF; --acid-deep: #22B8E6; }
:root[data-theme~="gold"] { --acid: #FFC53D; --acid-deep: #E6AA1E; }
:root[data-theme~="rose"] { --acid: #FF7AC6; --acid-deep: #E85FAD; }
:root[data-theme~="night"] { --bone: #141311; --bone-2: #1F1D19; --bone-3: #1A1815; --ink: #ECE6D6; --ink-2: #DDD5BE; --ink-3: #BDB5A0; --white: #0A0908; }
:root[data-theme~="night"] body::before { mix-blend-mode: screen; opacity: .35; }
:root[data-theme~="night"] .hl, :root[data-theme~="night"] .label, :root[data-theme~="night"] .btn.acid, :root[data-theme~="night"] .cta-row .btn, :root[data-theme~="night"] .link-arrow, :root[data-theme~="night"] .case .tape, :root[data-theme~="night"] .card .tag, :root[data-theme~="night"] .plan .tag, :root[data-theme~="night"] nav.top .cta, :root[data-theme~="night"] .sec.acid, :root[data-theme~="night"] .results, :root[data-theme~="night"] .card.acid, :root[data-theme~="night"] .step:nth-child(2n), :root[data-theme~="night"] .filters button.on, :root[data-theme~="night"] .btn:hover, :root[data-theme~="night"] .svc:hover, :root[data-theme~="night"] .sectors a:hover, :root[data-theme~="night"] .city-list a:hover, :root[data-theme~="night"] .contact-side a.big:hover, :root[data-theme~="night"] .card.dark .num, :root[data-theme~="night"] .dark .btn.solid, :root[data-theme~="night"] .faq summary .pm, :root[data-theme~="night"] .dash .st.ok, :root[data-theme~="night"] .dash aside span.on, :root[data-theme~="night"] .modules nav button.on, :root[data-theme~="night"] .plan.hot ul li::before { color: #0A0908; }
:root[data-theme~="night"] .filters button.on, :root[data-theme~="night"] .modules nav button.on, :root[data-theme~="night"] .faq details[open] summary .pm, :root[data-theme~="night"] .link-arrow:hover, :root[data-theme~="night"] nav.top .cta:hover, :root[data-theme~="night"] .stack span:hover, :root[data-theme~="night"] .dash .st.dk { color: var(--acid); }
:root[data-theme~="night"] .hero-photo::after, :root[data-theme~="night"] .cs-shot.frame::before, :root[data-theme~="night"] table.rates th { color: #ECE6D6; }
:root[data-theme~="night"] .stat-cell, :root[data-theme~="night"] .sec.acid { color: #0A0908; }
:root[data-theme~="night"] .stat-cell .lbl { border-color: #0A0908; }
:root[data-theme~="night"] .card.acid p, :root[data-theme~="night"] .card.acid h3, :root[data-theme~="night"] .card.acid .num { color: #0A0908; }
:root[data-theme~="night"] .step:nth-child(2n) h3, :root[data-theme~="night"] .step:nth-child(2n) p, :root[data-theme~="night"] .step:nth-child(2n) .n, :root[data-theme~="night"] .step:nth-child(2n) ul { color: #0A0908; }
:root[data-theme~="night"] .cur-dot { background: var(--acid); }
:root[data-theme~="night"] .cur-ring { border-color: var(--acid); }
:root[data-theme~="night"] .curtain { background: var(--bone-2); }
:root[data-theme~="night"] .load-flash { background: var(--bone-2); }
.themer { position: fixed; left: 18px; bottom: 18px; z-index: 400; font-family: var(--ff-mono); }
.themer-toggle { width: 48px; height: 48px; border: var(--bd); background: var(--bone); box-shadow: 4px 4px 0 var(--ink); cursor: pointer; display: grid; place-items: center; transition: .15s; }
.themer-toggle:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); }
.themer-toggle .sw { width: 22px; height: 22px; border-radius: 50%; background: conic-gradient(var(--acid) 0 25%, #FF5A3C 0 50%, #46D4FF 0 75%, #FFC53D 0); border: 2px solid var(--ink); }
.themer-panel { display: none; position: absolute; left: 0; bottom: 60px; width: 220px; background: var(--bone); border: var(--bd); box-shadow: var(--sh); padding: 12px; grid-template-columns: 1fr 1fr; gap: 6px; }
.themer.open .themer-panel { display: grid; }
.themer-label { grid-column: 1 / -1; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; opacity: .7; margin-top: 4px; }
.themer-panel button { display: flex; align-items: center; gap: 8px; border: 2px solid var(--ink); background: var(--bone-3); color: var(--ink); font: 700 11px var(--ff-mono); text-transform: uppercase; letter-spacing: .05em; padding: 7px 8px; cursor: pointer; transition: .15s; }
.themer-panel button:hover, .themer-panel button.on { background: var(--ink); color: var(--bone); }
.themer-panel button i { width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--ink); display: block; flex: 0 0 auto; }
@media (max-width: 640px) { .themer { left: 10px; bottom: 10px; } .themer-toggle { width: 42px; height: 42px; } }

/* ---------- MENU MOBILE PLEIN ÉCRAN ---------- */
.mnav { position: fixed; inset: 0; z-index: 350; pointer-events: none; visibility: hidden; }
.mnav.open { pointer-events: auto; visibility: visible; }
.mnav-bg { position: absolute; inset: 0; background: var(--ink); transform: translateY(-100%); transition: transform .55s var(--ease); }
.mnav.open .mnav-bg { transform: none; }
.mnav-in { position: absolute; inset: 0; color: var(--bone); display: flex; flex-direction: column; overflow: auto; padding: 0 20px 24px; -webkit-overflow-scrolling: touch; }
.mnav-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 2px solid color-mix(in srgb, var(--bone) 25%, var(--ink)); opacity: 0; transform: translateY(-10px); transition: .4s var(--ease) .1s; }
.mnav.open .mnav-head { opacity: 1; transform: none; }
.mnav-brand { font-family: var(--ff-display); font-weight: 900; font-size: 22px; text-transform: uppercase; }
.mnav-close { width: 44px; height: 44px; border: 2px solid var(--acid); background: transparent; color: var(--acid); font-size: 20px; cursor: pointer; }
.mnav-list { padding: 10px 0; flex: 1; }
.mnav-item { border-bottom: 2px solid color-mix(in srgb, var(--bone) 18%, var(--ink)); opacity: 0; transform: translateX(-24px); transition: opacity .45s var(--ease), transform .45s var(--ease); }
.mnav.open .mnav-item, .mnav.open .mnav-foot { opacity: 1; transform: none; }
.mnav-link, .mnav-acc { display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; gap: 10px; width: 100%; padding: 18px 0; background: none; border: 0; color: var(--bone); text-decoration: none; text-align: left; cursor: pointer; font: inherit; }
.mnav-link .t, .mnav-acc .t { font-family: var(--ff-display); font-weight: 800; font-size: clamp(30px, 8vw, 40px); text-transform: uppercase; line-height: 1; letter-spacing: -.01em; }
.mnav-link .n, .mnav-acc .n { font-family: var(--ff-mono); font-size: 11px; color: var(--acid); letter-spacing: .1em; }
.mnav-link .pm, .mnav-acc .pm { font-family: var(--ff-mono); font-size: 22px; color: var(--acid); text-align: right; transition: transform .25s; }
.mnav-item.open .mnav-acc .pm { transform: rotate(45deg); }
.mnav-link[aria-current="page"] .t { color: var(--acid); }
.mnav-sub { height: 0; overflow: hidden; transition: height .35s var(--ease); }
.mnav-sub > div { overflow: hidden; }
body.mnav-open .themer { display: none; }
.mnav-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 0 18px 44px; }
.mnav-chips a { font-family: var(--ff-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; padding: 9px 12px; border: 2px solid color-mix(in srgb, var(--bone) 40%, var(--ink)); color: var(--bone); text-decoration: none; transition: .15s; }
.mnav-chips a:hover, .mnav-chips a:active, .mnav-chips a[aria-current="page"] { background: var(--acid); color: #0A0908; border-color: var(--acid); }
.mnav-foot { padding-top: 18px; display: grid; gap: 16px; opacity: 0; transform: translateY(16px); transition: opacity .45s var(--ease), transform .45s var(--ease); }
.mnav-foot .btn { justify-content: center; }
.mnav-contact { display: grid; gap: 4px; font-family: var(--ff-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: color-mix(in srgb, var(--bone) 70%, var(--ink)); }
.mnav-contact a { color: var(--bone); text-decoration: none; }
body.mnav-open { overflow: hidden; }
@media (min-width: 1001px) { .mnav { display: none; } }
@media (max-width: 1000px) {
  nav.top .menu { display: none !important; }
}
:root[data-theme~="night"] .mnav-bg { background: var(--bone-2); }
:root[data-theme~="night"] .mnav-in { color: var(--ink); }
:root[data-theme~="night"] .mnav-link, :root[data-theme~="night"] .mnav-acc, :root[data-theme~="night"] .mnav-chips a, :root[data-theme~="night"] .mnav-contact a { color: var(--ink); }
.curtain.out { animation: curtOut .6s cubic-bezier(.7,.05,.5,.95) both; }
@keyframes curtOut { from { transform: scaleY(1); transform-origin: top; } to { transform: scaleY(0); transform-origin: top; } }
.curtain.out .word { animation: none; opacity: 0; }

/* ---------- AUDIT ---------- */
.audit-form { max-width: 820px; position: relative; }
.audit-row { display: grid; grid-template-columns: 1fr auto; gap: 14px; margin-top: 8px; }
.audit-row input { width: 100%; border: var(--bd); background: var(--bone-3); padding: 18px 20px; font: 600 20px var(--ff-body); color: var(--ink); box-shadow: 5px 5px 0 var(--ink); border-radius: 0; }
.audit-row input:focus { outline: none; background: var(--white); box-shadow: 5px 5px 0 var(--acid-deep); }
.audit-status { margin-top: 18px; font-family: var(--ff-mono); font-size: 14px; display: none; padding: 14px 16px; border: var(--bd); }
.audit-status.on { display: block; background: var(--bone-3); }
.audit-status.err { display: block; background: #FFD9D6; color: #0A0908; }
.audit-status .bar { height: 6px; background: var(--bone-2); border: 2px solid var(--ink); margin-top: 10px; overflow: hidden; }
.audit-status .bar i { display: block; height: 100%; width: 0; background: var(--acid); transition: width .6s var(--ease); }
.audit-result { margin-top: 48px; }
.audit-top { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; align-items: stretch; }
.score-card { border: var(--bd); background: var(--ink); color: var(--bone); box-shadow: 8px 8px 0 var(--acid); padding: 28px; display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: center; }
.ring { position: relative; width: 150px; height: 150px; }
.ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring circle { fill: none; stroke-width: 12; }
.ring .bg { stroke: color-mix(in srgb, var(--bone) 20%, var(--ink)); }
.ring .fg { stroke: var(--acid); stroke-linecap: butt; stroke-dasharray: 326.7; stroke-dashoffset: calc(326.7 - 326.7 * var(--p)); transition: stroke-dashoffset 1.4s var(--ease); }
.ring .val { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; }
.ring .val b { font-family: var(--ff-display); font-weight: 900; font-size: 56px; line-height: .9; display: block; }
.ring .val small { font-family: var(--ff-mono); font-size: 11px; opacity: .7; }
.score-card .label { margin-bottom: 8px; }
.score-card h2 { margin-bottom: 8px; }
.cats { display: grid; gap: 10px; align-content: start; }
.cat { border: var(--bd); background: var(--bone-3); color: var(--ink); padding: 12px 14px; display: grid; grid-template-columns: 1fr auto; gap: 8px 12px; align-items: center; box-shadow: 4px 4px 0 var(--ink); }
.cat b { font-family: var(--ff-display); font-size: 20px; text-transform: uppercase; }
.cat .pct { font-family: var(--ff-display); font-weight: 900; font-size: 26px; }
.cat .bar { grid-column: 1 / -1; height: 8px; border: 2px solid var(--ink); background: var(--bone-2); overflow: hidden; }
.cat .bar i { display: block; height: 100%; width: 0; background: var(--acid); transition: width 1s var(--ease); }
.cat.bad .bar i { background: #FF5A3C; } .cat.mid .bar i { background: #FFC53D; }
.psi { border: var(--bd); background: var(--bone-3); color: var(--ink); padding: 18px; box-shadow: var(--sh); }
.psi .label { margin-bottom: 12px; }
.psi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.psi-wait { grid-column: 1 / -1; font-size: 12px; opacity: .8; }
.psi-wait::after { content: ""; display: inline-block; width: 10px; height: 10px; margin-left: 8px; border: 2px solid var(--ink); border-right-color: transparent; border-radius: 50%; animation: spin .8s linear infinite; vertical-align: middle; }
@keyframes spin { to { transform: rotate(360deg); } }
.psi-k { border: 2px solid var(--ink); padding: 10px 12px; }
.psi-k small { display: block; font-family: var(--ff-mono); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; opacity: .7; }
.psi-k b { font-family: var(--ff-display); font-weight: 900; font-size: 28px; line-height: 1; }
.psi-k.good { background: var(--acid); color: #0A0908; } .psi-k.mid { background: #FFC53D; color: #0A0908; } .psi-k.bad { background: #FF5A3C; color: #0A0908; }
.facts { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; font-size: 12px; }
.facts span { padding: 8px 12px; border: 2px solid var(--ink); background: var(--bone-3); color: var(--ink); text-transform: uppercase; letter-spacing: .05em; }
.checks { margin-top: 32px; display: grid; gap: 28px; }
.checks h3 { font-size: 30px; display: flex; align-items: center; gap: 12px; }
.checks h3 small { font-family: var(--ff-mono); font-size: 12px; font-weight: 400; text-transform: none; opacity: .7; }
.chk-list { border-top: var(--bd); }
.chk { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 14px 0; border-bottom: 2px solid var(--bone-2); align-items: start; }
.chk .ic { width: 28px; height: 28px; border: 2px solid var(--ink); display: grid; place-items: center; font: 700 14px var(--ff-mono); }
.chk.ok .ic { background: var(--acid); color: #0A0908; } .chk.warn .ic { background: #FFC53D; color: #0A0908; } .chk.crit .ic { background: #FF5A3C; color: #0A0908; }
.chk b { display: block; font-family: var(--ff-display); font-size: 20px; text-transform: uppercase; }
.chk p { font-size: 14px; line-height: 1.5; color: var(--ink-2); }
.audit-cta { margin-top: 56px; border: var(--bd); background: var(--ink); color: var(--bone); box-shadow: 8px 8px 0 var(--acid); padding: 36px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 36px; }
.audit-cta .form input { background: var(--bone-3); }
.audit-cta .form label { color: var(--bone); }
.audit-cta .form .chk { color: var(--bone); }
.audit-cta .form .chk .ic { display: none; }
@media (max-width: 1000px) { .audit-top { grid-template-columns: 1fr; } .audit-cta { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .audit-row { grid-template-columns: 1fr; } .score-card { grid-template-columns: 1fr; text-align: center; } .ring { margin: 0 auto; } .audit-cta { padding: 22px; } }

.audit-prof { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.audit-prof label { cursor: pointer; }
.audit-prof input { position: absolute; opacity: 0; width: 0; height: 0; }
.audit-prof span { display: inline-block; font: 700 12px var(--ff-mono); text-transform: uppercase; letter-spacing: .06em; padding: 8px 14px; border: 2px solid var(--ink); background: var(--bone-3); color: var(--ink); box-shadow: 3px 3px 0 var(--ink); transition: .15s; }
.audit-prof input:checked + span { background: var(--ink); color: var(--acid); }
.audit-prof input:focus-visible + span { outline: 3px solid var(--acid); }
.sw { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
.sw-col { border: var(--bd); padding: 24px; box-shadow: var(--sh); }
.sw-col.strengths { background: var(--acid); color: #0A0908; }
.sw-col.weaknesses { background: var(--ink); color: var(--bone); box-shadow: 6px 6px 0 var(--acid); }
.sw-col h3 { font-size: 30px; margin-bottom: 14px; }
.sw-col ul { list-style: none; font-family: var(--ff-mono); font-size: 13px; line-height: 1.7; }
.sw-col.strengths li::before { content: "✓ "; font-weight: 700; }
.sw-col.weaknesses li::before { content: "✕ "; color: #FF5A3C; font-weight: 700; }
.sw-col.weaknesses li.crit::before { content: "!! "; }
.plan-box { margin-top: 24px; border: var(--bd); background: var(--bone-3); color: var(--ink); padding: 24px 28px; box-shadow: var(--sh); }
.plan-box ol { padding-left: 0; list-style: none; counter-reset: p; display: grid; gap: 12px; }
.plan-box li { counter-increment: p; display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; }
.plan-box li::before { content: counter(p, decimal-leading-zero); font-family: var(--ff-display); font-weight: 900; font-size: 34px; line-height: 1; color: var(--acid-deep); }
.plan-box li b { display: block; font-family: var(--ff-display); font-size: 20px; text-transform: uppercase; }
.plan-box li p { font-size: 14px; line-height: 1.5; }
.plan-box li .tag { display: inline-block; font: 700 10px var(--ff-mono); text-transform: uppercase; letter-spacing: .06em; padding: 2px 6px; border: 2px solid var(--ink); margin-left: 8px; vertical-align: middle; }
.plan-box li.crit .tag { background: #FF5A3C; }
.chk .fix { margin-top: 6px; font-family: var(--ff-mono); font-size: 12px; padding: 8px 10px; border-left: 3px solid var(--acid-deep); background: var(--bone-3); }
@media (max-width: 1000px) { .sw { grid-template-columns: 1fr; } }

/* ---------- AUDIT CTA PARTOUT ---------- */
nav.top .menu > li > a.nav-audit { background: var(--acid); color: #0A0908; margin: 14px 6px; padding: 0 14px; border: 2px solid var(--ink); font-weight: 700; }
nav.top .menu > li > a.nav-audit::after { display: none; }
nav.top .menu > li > a.nav-audit:hover { background: var(--ink); color: var(--acid); }
nav.top .drop a.hot { background: var(--acid); color: #0A0908; }
.audit-strip { background: var(--acid); color: #0A0908; }
.audit-strip .label { background: #0A0908; color: var(--acid); border-color: #0A0908; box-shadow: 3px 3px 0 #0A0908; }
.audit-strip .sub { color: #0A0908; }
.audit-mini { align-self: center; border: 3px solid #0A0908; background: var(--bone-3); color: #0A0908; padding: 26px; box-shadow: 8px 8px 0 #0A0908; }
.audit-mini label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.audit-mini-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.audit-mini input { width: 100%; border: 3px solid #0A0908; background: #fff; padding: 16px 18px; font: 600 18px var(--ff-body); color: #0A0908; border-radius: 0; }
.audit-mini input:focus { outline: none; box-shadow: 4px 4px 0 #0A0908; }
.audit-mini .btn { background: #0A0908; color: var(--acid); border-color: #0A0908; box-shadow: 5px 5px 0 var(--acid-deep); }
.audit-mini .btn:hover { background: var(--bone); color: #0A0908; }
.audit-mini .meta { margin-top: 10px; color: #0A0908; opacity: .9; }
.fab-audit { position: fixed; right: 18px; bottom: 18px; z-index: 400; display: flex; align-items: center; gap: 12px; background: var(--acid); color: #0A0908; border: 3px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); padding: 10px 16px 10px 12px; text-decoration: none; font-family: var(--ff-display); font-weight: 800; font-size: 18px; text-transform: uppercase; line-height: 1; transition: .15s; animation: fabIn .6s 1.2s var(--ease) both; }
.fab-audit .z { width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--acid); display: grid; place-items: center; font-size: 18px; animation: fabPulse 2.4s infinite; }
.fab-audit .t small { display: block; font-family: var(--ff-mono); font-size: 10px; font-weight: 400; text-transform: uppercase; letter-spacing: .06em; margin-top: 3px; opacity: .8; }
.fab-audit:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--ink); background: var(--ink); color: var(--acid); }
.fab-audit:hover .z { background: var(--acid); color: var(--ink); }
@keyframes fabIn { from { transform: translateY(30px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes fabPulse { 0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--ink) 35%, transparent); } 60% { box-shadow: 0 0 0 10px transparent; } }
body.mnav-open .fab-audit { display: none; }
@media (max-width: 1000px) { .audit-mini-row { grid-template-columns: 1fr; } .fab-audit { right: 10px; bottom: 10px; font-size: 15px; padding: 8px 12px 8px 10px; } .fab-audit .t small { display: none; } }
@media (max-width: 640px) { .audit-mini { padding: 18px; } }

/* ============================================================
   Réalisations : DA du client sur toute la page (body.branded)
   ============================================================ */
body.branded { --acid-ink: #0A0908; }
body.branded .dark, body.branded .ticker, body.branded footer, body.branded .page-hero.dark, body.branded section.cta, body.branded .sec.dark { --acid: var(--brand-lite); --acid-ink: #0A0908; }
body.branded .hl { color: var(--acid-ink); }
body.branded .dark .hl { color: #0A0908; }
body.branded .btn:hover, body.branded .btn.acid, body.branded nav.top .cta, body.branded .card .tag, body.branded .case .tape, body.branded .results, body.branded .cta-row .btn, body.branded .sec.acid, body.branded .ticker.acid, body.branded .page-hero .side b, body.branded .lead b, body.branded .link-arrow, body.branded .filters button.on, body.branded .filters button:hover, body.branded .plan .tag, body.branded .brief, body.branded .audit-strip, body.branded .fab-audit, body.branded nav.top .menu > li > a.nav-audit, body.branded nav.top .drop a:hover, body.branded nav.top .drop a.hot, body.branded .step:nth-child(2n), body.branded .faq summary .pm, body.branded .mnav-chips a:hover, body.branded .page-hero .crumbs a:hover, body.branded .city-list a:hover, body.branded .sectors a:hover, body.branded ::selection { color: var(--acid-ink); }
body.branded nav.top .cta:hover, body.branded .fab-audit:hover { color: var(--brand-lite); }
body.branded .fab-audit .z { color: var(--brand-lite); }
body.branded .fab-audit:hover .z { color: var(--acid-ink); }
body.branded .themer { display: none; }
.case-brand { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.case-brand .plate { width: 96px; height: 96px; flex: none; display: grid; place-items: center; border: var(--bd); box-shadow: 6px 6px 0 var(--acid); background: var(--bone-3); overflow: hidden; }
.case-brand .plate.dark { background: var(--ink); }
.case-brand .plate img { width: 82%; height: 82%; object-fit: contain; }
.case-brand .plate b { font-family: var(--ff-display); font-weight: 900; font-size: 52px; color: var(--ink); }
.case-brand .nm { font-family: var(--ff-display); font-weight: 800; font-size: 26px; line-height: .95; text-transform: uppercase; color: var(--bone); }
.case-brand .nm small { display: block; font-family: var(--ff-mono); font-size: 11px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; color: var(--acid); margin-bottom: 6px; }
.page-hero:not(.dark) .case-brand .nm { color: var(--ink); }
/* CTA mobile : Faire un audit à la place de Prendre RDV */
nav.top .cta-audit { display: none; }
@media (max-width: 1000px) { nav.top .cta.rdv { display: none; } nav.top .cta-audit { display: flex; } }

/* perf mobile : le grain SVG (feTurbulence) coûte cher au rendu sur téléphone */
@media (max-width: 900px) { body::before { display: none; } }

/* témoignages */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote-card { border: var(--bd); background: var(--bone-3); box-shadow: var(--sh); padding: 26px 26px 22px; margin: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; }
.quote-card blockquote { margin: 0; font-family: var(--ff-body); font-size: 18px; line-height: 1.45; }
.quote-card figcaption { display: flex; align-items: center; gap: 12px; }
.quote-card figcaption img { width: 48px; height: 48px; object-fit: contain; border: 2px solid var(--ink); background: #fff; }
.quote-card figcaption b { display: block; font-family: var(--ff-display); font-weight: 800; text-transform: uppercase; font-size: 20px; line-height: 1; }
.quote-card figcaption small { display: block; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); margin-top: 4px; }
.post-card { text-decoration: none; display: flex; flex-direction: column; gap: 10px; }
.post-card h3 { font-size: 30px; }
.post-card p { font-size: 15px; color: var(--ink-3); }
@media (max-width: 900px) { .quotes { grid-template-columns: 1fr; } }

/* prise en main complète de la DA client */
body.branded { background: var(--bone); color: var(--ink); }
body.branded .dark, body.branded .page-hero.dark, body.branded footer, body.branded .ticker, body.branded section.cta { background: var(--ink); }
body.branded .dark .hl::before, body.branded .page-hero.dark .hl::before { background: var(--brand-lite); }
body.branded nav.top, body.branded nav.top .menu, body.branded nav.top .drop { background: var(--bone); }
body.branded .case-brand .plate { box-shadow: 6px 6px 0 var(--brand-lite); }
body.branded .fab-audit { background: var(--acid); color: var(--acid-ink); }

/* blog v2 */
.blog-feat { display: grid; grid-template-columns: 1.3fr 1fr; gap: 32px; border: var(--bd); background: var(--ink); color: var(--bone); box-shadow: 8px 8px 0 var(--acid); padding: 40px; }
.blog-feat .label { color: var(--acid); }
.blog-feat h2 a { text-decoration: none; color: var(--bone); }
.blog-feat h2 a:hover { color: var(--acid); }
.blog-feat .sub { color: var(--bone-2); margin-top: 14px; }
.blog-feat .post-meta { margin-top: 14px; color: var(--bone-2); }
.blog-feat .post-meta .theme { background: var(--acid); color: var(--ink); }
.blog-feat .brief { border-left: 3px solid var(--acid); padding-left: 22px; margin: 0; list-style: none; display: grid; gap: 14px; align-content: center; font-size: 17px; }
.blog-feat .brief li::before { content: "→ "; color: var(--acid); font-family: var(--ff-mono); }
.post-meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.post-meta .theme { background: var(--acid); color: var(--ink); padding: 3px 8px; font-weight: 700; }
.post-card .post-meta { margin-bottom: 4px; }
.post-card.hide { display: none; }
.blog-filters { flex-wrap: wrap; }
.brief-box { border: var(--bd); background: var(--bone-3); box-shadow: var(--sh); padding: 22px 26px; margin: 0 0 32px; }
.brief-box .label { margin-bottom: 10px; display: inline-block; }
.brief-box .brief { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 17px; }
.brief-box .brief li { padding-left: 26px; position: relative; }
.brief-box .brief li::before { content: "→"; position: absolute; left: 0; color: var(--ink); font-family: var(--ff-mono); }
.toc { border-left: 3px solid var(--ink); padding: 4px 0 4px 20px; margin: 0 0 34px; }
.toc .label { display: inline-block; margin-bottom: 8px; }
.toc ol { margin: 0; padding-left: 18px; font-size: 15px; display: grid; gap: 4px; }
.toc a { text-decoration: none; }
.toc a:hover { background: var(--acid); }
.prose h2[id] { scroll-margin-top: 110px; }
.card.author h3 { font-size: 28px; }
.card.acid { background: var(--acid); }
.card small.mono { color: var(--ink-3); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
@media (max-width: 900px) { .blog-feat { grid-template-columns: 1fr; padding: 26px; } }

/* ux pass */
.plan .price em { display: block; font-style: normal; font-family: var(--ff-mono); font-weight: 400; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; opacity: .75; margin-bottom: 6px; }
.hero-buttons .hero-link { align-self: center; margin-left: 6px; }
@media (max-width: 1000px) {
  .fab-audit, .themer { display: none !important; }
  .ticker { display: none; }
  body.is-home .ticker { display: block; }
  .hero-buttons .hero-link { margin: 4px 0 0; }
}
.curtain.in { animation-duration: .3s; }
.curtain.in .word { animation-duration: .3s; animation-delay: .05s; }
.curtain.out { animation-duration: .3s; }

/* contact : canaux compacts + formulaire en premier sur mobile */
.form-more { grid-column: 1 / -1; border: 2px dashed var(--ink); padding: 0; }
.form-more summary { cursor: pointer; list-style: none; padding: 14px 18px; font-family: var(--ff-mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; display: flex; justify-content: space-between; gap: 10px; }
.form-more summary::-webkit-details-marker { display: none; }
.form-more summary::after { content: "+"; font-weight: 700; }
.form-more[open] summary::after { content: "–"; }
.form-more summary small { font-family: var(--ff-body); text-transform: none; letter-spacing: 0; color: var(--ink-3); }
.form-more-in { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 0 18px 18px; }
@media (max-width: 900px) {
  .contact-side { order: 2; grid-template-columns: 1fr 1fr; gap: 12px; }
  .contact-side a.big { padding: 14px 14px; box-shadow: 4px 4px 0 var(--ink); }
  .contact-side a.big b { font-size: 18px; }
  .contact-side .card { grid-column: 1 / -1; }
  form.form { order: 1; }
  .form-more-in { grid-template-columns: 1fr; }
}

.quote-card figcaption .ini { width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid var(--ink); background: var(--acid); font-family: var(--ff-display); font-weight: 900; font-size: 26px; }

/* ils m'ont fait confiance */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-card { display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: start; border: var(--bd); background: var(--bone-3); box-shadow: var(--sh); padding: 20px; text-decoration: none; color: var(--ink); transition: .15s; }
.trust-card:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--acid); }
.trust-card img, .trust-card .ini { width: 56px; height: 56px; object-fit: contain; border: 2px solid var(--ink); background: #fff; display: grid; place-items: center; font-family: var(--ff-display); font-weight: 900; font-size: 28px; }
.trust-card b { display: block; font-family: var(--ff-display); font-weight: 800; text-transform: uppercase; font-size: 24px; line-height: 1; }
.trust-card small { display: block; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); margin-top: 4px; }
.trust-card em { display: block; font-style: normal; font-size: 14px; margin-top: 10px; }
.trust-card .link-arrow { grid-column: 2; margin-top: 8px; }
@media (max-width: 900px) { .trust-grid { grid-template-columns: 1fr; } }

/* ---- sélecteur de langue (dans le menu) ---- */
nav.top .menu > li.lang { align-items: center; gap: 2px; padding: 0 6px 0 14px; font-family: var(--ff-mono); font-size: 12px; letter-spacing: .04em; }
nav.top .menu > li.lang a { color: var(--ink); text-decoration: none; padding: 5px 7px; border: 2px solid transparent; line-height: 1; transition: .15s; }
nav.top .menu > li.lang a:hover { border-color: var(--ink); }
nav.top .menu > li.lang a[aria-current] { background: var(--ink); color: var(--acid); border-color: var(--ink); }
@media (max-width: 1000px) {
  nav.top .menu > li.lang { flex-direction: row; justify-content: flex-start; gap: 8px; padding: 14px 24px; border-top: var(--bd); font-size: 14px; }
  nav.top .menu > li.lang a { padding: 8px 12px; border-color: var(--ink); }
}

/* ---- bandeau consentement ---- */
.consent { position: fixed; left: 18px; bottom: 18px; z-index: 390; max-width: 360px; background: var(--bone); color: var(--ink); border: 3px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); padding: 16px 18px; font-family: var(--ff-body); font-size: 14px; line-height: 1.45; animation: fabIn .5s .8s var(--ease) both; }
.consent p { margin: 0 0 12px; }
.consent a { color: inherit; text-decoration: underline; }
.consent .btns { display: flex; gap: 8px; }
.consent button { font-family: var(--ff-display); font-weight: 800; font-size: 16px; text-transform: uppercase; letter-spacing: .02em; border: 3px solid var(--ink); background: var(--acid); color: #0A0908; padding: 8px 14px; cursor: pointer; transition: .15s; }
.consent button.ghost { background: transparent; color: var(--ink); }
.consent button:hover { background: var(--ink); color: var(--acid); }
.consent .btns a.btn-lang { font-family: var(--ff-display); font-weight: 800; font-size: 16px; text-transform: uppercase; letter-spacing: .02em; border: 3px solid var(--ink); background: var(--acid); color: #0A0908; padding: 8px 14px; text-decoration: none; display: inline-block; line-height: 1.2; }
.consent .btns a.btn-lang:hover { background: var(--ink); color: var(--acid); }
@media (max-width: 700px) { .consent { left: 10px; right: 10px; bottom: 10px; max-width: none; box-shadow: 4px 4px 0 var(--ink); } }

/* ---- drapeaux sélecteur de langue ---- */
nav.top .menu > li.lang a { display: inline-flex; align-items: center; gap: 5px; }
nav.top .menu > li.lang svg { width: 18px; height: 12px; display: block; outline: 1px solid rgba(10,9,8,.25); }
.mnav-lang { display: flex; gap: 4px; margin-left: auto; margin-right: 10px; }
.mnav-lang a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 8px; border: 2px solid transparent; color: var(--bone); text-decoration: none; font-family: var(--ff-mono); font-size: 12px; letter-spacing: .06em; }
.mnav-lang a svg { width: 22px; height: 15px; display: block; outline: 1px solid rgba(236,230,214,.35); }
.mnav-lang a[aria-current] { border-color: var(--acid); color: var(--acid); }
@media (max-width: 400px) { .mnav-lang a span { display: none; } .mnav-lang a { padding: 7px 6px; } }
/* bandeau consentement : ne pas couvrir le bouton thème */
@media (min-width: 701px) { body.is-home .consent { left: 88px; } }
@media (max-width: 700px) { body.is-home .consent { bottom: 84px; } }
/* sélecteur desktop : pas de soulignement menu, pastille active ; bandeau masqué quand le menu mobile est ouvert */
nav.top .menu > li.lang > a { padding: 4px 6px; margin: 0 1px; border: 2px solid transparent; font-family: var(--ff-mono); font-size: 12px; align-self: center; height: auto; }
nav.top .menu > li.lang > a::after { display: none; }
nav.top .menu > li.lang > a:hover { border-color: var(--ink); }
nav.top .menu > li.lang > a[aria-current] { border-color: var(--ink); background: var(--ink); color: var(--acid); }
body.mnav-open .consent { display: none; }

/* ---- sélecteur de langue : liste déroulante ---- */
nav.top .menu > li.lang > button { font-family: var(--ff-mono); font-size: 12px; letter-spacing: .04em; gap: 6px; padding: 0 12px; }
nav.top .menu > li.lang svg, nav.top .lang-drop svg { width: 18px; height: 12px; display: block; outline: 1px solid rgba(10,9,8,.25); flex: none; }
nav.top .lang-drop { min-width: 190px; left: auto; right: 0; padding: 6px 0; }
nav.top .lang-drop a { display: flex; align-items: center; gap: 9px; padding: 9px 14px; font-family: var(--ff-mono); font-size: 12px; letter-spacing: .04em; color: var(--ink); text-decoration: none; }
nav.top .lang-drop a small { margin-left: auto; font-family: var(--ff-body); font-size: 12px; opacity: .6; }
nav.top .lang-drop a:hover { background: var(--bone-2); }
nav.top .lang-drop a[aria-current] { background: var(--acid); }
.mnav-lang { position: relative; margin-left: auto; margin-right: 10px; }
.mnav-lang-btn { display: inline-flex; align-items: center; gap: 7px; background: none; border: 2px solid var(--acid); color: var(--acid); padding: 7px 10px; font-family: var(--ff-mono); font-size: 12px; letter-spacing: .06em; cursor: pointer; }
.mnav-lang-btn svg { width: 22px; height: 15px; display: block; outline: 1px solid rgba(236,230,214,.35); }
.mnav-lang-btn small { display: none; }
.mnav-lang-btn .pm { color: var(--acid); font-size: 14px; }
.mnav-lang-list { display: none; position: absolute; right: 0; top: calc(100% + 6px); min-width: 180px; background: var(--bone); border: var(--bd); box-shadow: var(--sh); z-index: 5; }
.mnav-lang.open .mnav-lang-list { display: block; }
.mnav-lang-list a { display: flex; align-items: center; gap: 9px; padding: 11px 14px; color: var(--ink); text-decoration: none; font-family: var(--ff-mono); font-size: 12px; letter-spacing: .04em; border: 0; border-bottom: 2px solid var(--bone-2); }
.mnav-lang-list a:last-child { border-bottom: 0; }
.mnav-lang-list a small { margin-left: auto; font-family: var(--ff-body); opacity: .6; }
.mnav-lang-list a svg { width: 22px; height: 15px; display: block; outline: 1px solid rgba(10,9,8,.25); }
.mnav-lang-list a[aria-current] { background: var(--acid); }
.mnav-lang-list a span { display: inline; color: var(--ink); }
.mnav-lang-list a small { display: inline; color: var(--ink); }
.mnav-lang-list a[aria-current] span, .mnav-lang-list a[aria-current] small { color: #0A0908; }

/* --- vitrine réalisations (home) --- */
.client-logos { display: flex; flex-wrap: wrap; gap: 14px; margin: -8px 0 40px; }
.client-logos .cl { width: 64px; height: 64px; display: grid; place-items: center; border: var(--bd); background: var(--bone-3); box-shadow: 4px 4px 0 var(--brand, var(--ink)); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.client-logos .cl.dark { background: var(--ink); }
.client-logos .cl img { width: 78%; height: 78%; object-fit: contain; }
.client-logos .cl:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--brand, var(--ink)); }
.work-grid.showcase .case.big { grid-column: span 2; }
.work-grid.showcase .case.big .img { aspect-ratio: 16/9; }
.work-grid.showcase .case.big h3 { font-size: 40px; }
.work-grid.showcase .case.big .img .mob { width: 18%; }
.work-grid.showcase .case .img { transition: box-shadow .25s var(--ease); }
.work-grid.showcase .case:hover .img { box-shadow: 8px 8px 0 var(--brand, var(--ink)); }
.work-grid.showcase .case:nth-child(3n+1), .work-grid.showcase .case:nth-child(3n+2), .work-grid.showcase .case:nth-child(3n+3) { transform: none; }
.work-grid.showcase .case:nth-child(even) { transform: rotate(.6deg); }
.work-grid.showcase .case:nth-child(odd) { transform: rotate(-.6deg); }
.work-grid.showcase .case.big { transform: none; }
.work-grid.showcase .case:hover { transform: translateY(-6px); }
@media (max-width: 700px) { .work-grid.showcase .case.big { grid-column: auto; } .work-grid.showcase .case.big h3 { font-size: 30px; } .work-grid.showcase .case.big .img { aspect-ratio: 4/3; } .work-grid.showcase .case.big .img .mob { width: 27%; } .client-logos .cl { width: 52px; height: 52px; } }

/* --- intro home 3D (une fois par session, pilotée en JS) --- */
.intro { display: none; }
html.ap-intro .intro { display: block; position: fixed; inset: 0; z-index: 10000; background: var(--ink); color: var(--bone); overflow: hidden; transform-origin: 50% 50%; }
html.ap-intro body { overflow: hidden; }
.intro canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.intro .iw { position: absolute; inset: 0; display: grid; place-items: center; padding: 0 var(--pad); perspective: 900px; }
.intro .iw b { font-family: var(--ff-display); font-weight: 900; text-transform: uppercase; font-size: clamp(64px, 17vw, 240px); line-height: .9; letter-spacing: -.02em; text-align: center; color: var(--acid); opacity: 0; transform-origin: 50% 50%; will-change: transform, opacity; text-shadow: 0 0 40px rgba(216,255,0,.35); }
.intro .iw b.g { animation: intro-glitch .14s steps(2) both; }
@keyframes intro-glitch { 0% { text-shadow: -6px 0 #46D4FF, 6px 0 #FF2D8F, 0 0 40px rgba(216,255,0,.35); clip-path: inset(10% 0 40% 0); } 50% { text-shadow: 5px 0 #46D4FF, -5px 0 #FF2D8F, 0 0 40px rgba(216,255,0,.35); clip-path: inset(50% 0 5% 0); } 100% { text-shadow: 0 0 40px rgba(216,255,0,.35); clip-path: none; } }
.intro .im { position: absolute; bottom: 26px; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--acid); }
.intro .im.l { left: var(--pad); }
.intro .im.r { right: var(--pad); font-size: 13px; }
.intro .ibar { position: absolute; top: 0; left: 0; height: 6px; width: 0; background: var(--acid); transition: width .12s linear; }
.intro .scan { position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(236,230,214,.045) 0 1px, transparent 1px 4px); mix-blend-mode: screen; }
html.ap-intro .hero > * { opacity: 0; }
html.intro-done .hero { perspective: 1200px; }
@media (max-width: 700px) { .intro .iw b { font-size: 19vw; } .intro .im.l { display: none; } }

/* --- 3D réalisations --- */
.work-grid { perspective: 1400px; }
.case .img { transform-style: preserve-3d; transition: transform .35s var(--ease), box-shadow .25s var(--ease); }
.case.tilt .img { transition: transform .08s linear, box-shadow .25s var(--ease); }
.case .img .main { transform: translateZ(0); backface-visibility: hidden; }
.case .img .mob { transform: rotate(3deg) translateZ(0); }
.case.tilt .img .mob { transform: rotate(0) translateY(-10px) translateZ(70px); }
.case .tape { transform: rotate(-2deg) translateZ(0); transition: transform .35s var(--ease); }
.case.tilt .tape { transform: rotate(0) translateZ(50px) translateY(-4px); }
.case.tilt h3 { transform: translateZ(30px); }
.case .img::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .3s; background: radial-gradient(circle at var(--gx, 50%) var(--gy, 50%), rgba(255,255,255,.28), rgba(255,255,255,0) 55%); mix-blend-mode: soft-light; }
.case.tilt .img::after { opacity: 1; }
.case.tilt .img { box-shadow: 12px 14px 0 var(--ink); }
.work-grid.showcase .case.tilt .img { box-shadow: 14px 16px 0 var(--brand, var(--ink)); }
/* entrée des cartes en perspective */
.stagger > .case .img { transform: perspective(1100px) rotateX(18deg) translateY(24px); transform-origin: 50% 100%; opacity: 0; transition: transform .9s var(--ease), opacity .7s var(--ease); }
.stagger.in-view > .case .img { transform: none; opacity: 1; }
.stagger.in-view > .case:nth-child(2) .img { transition-delay: .08s; }
.stagger.in-view > .case:nth-child(3) .img { transition-delay: .16s; }
.stagger.in-view > .case:nth-child(4) .img { transition-delay: .24s; }
.stagger.in-view > .case:nth-child(5) .img { transition-delay: .32s; }
.stagger.in-view > .case:nth-child(n+6) .img { transition-delay: .4s; }
.no-js .stagger > .case .img { transform: none; opacity: 1; }
/* --- 3D entre les blocs : entrée légère, une seule fois --- */
.sec-3d { transform: perspective(1200px) rotateX(5deg) translateY(36px); transform-origin: 50% 100%; opacity: .7; transition: transform .8s var(--ease), opacity .6s var(--ease); }
.sec-3d.sec-in { transform: none; opacity: 1; }
@media (prefers-reduced-motion: reduce) { .case .img, .stagger > .case .img, .sec-3d { transform: none !important; opacity: 1 !important; transition: none !important; } }

/* --- Univers 3D des réalisations --- */
.univers { position: relative; margin: 8px 0 44px; border: var(--bd); box-shadow: var(--sh); background: var(--uv, var(--acid)); color: var(--uv-ink, var(--ink)); overflow: hidden; transition: background .9s var(--ease), color .6s; outline: none; }
.univers::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
.univers:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.uv-head { display: flex; justify-content: space-between; align-items: center; padding: 14px 22px; border-bottom: 2px solid color-mix(in srgb, var(--uv-ink) 35%, transparent); font-family: var(--ff-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; position: relative; z-index: 3; }
.uv-count b { font-size: 14px; }
.uv-stage { position: relative; height: clamp(440px, 62vh, 640px); perspective: 1700px; overflow: hidden; }
.uv-item { position: absolute; inset: 0; display: grid; grid-template-columns: 5fr 7fr; align-items: center; gap: 24px; padding: 28px 40px 40px; opacity: 0; visibility: hidden; transform: perspective(1700px) rotateY(62deg) translateX(34%) scale(.92); transform-origin: 50% 50%; transition: transform .95s var(--ease), opacity .55s var(--ease), visibility 0s .95s; will-change: transform; }
.uv-item.in-l { transform: perspective(1700px) rotateY(-62deg) translateX(-34%) scale(.92); transition: none; }
.uv-item.in-r { transform: perspective(1700px) rotateY(62deg) translateX(34%) scale(.92); transition: none; }
.uv-item.on { opacity: 1; visibility: visible; transform: none; z-index: 2; transition: transform .95s var(--ease), opacity .45s var(--ease) .15s, visibility 0s; }
.uv-item.out-l { transform: perspective(1700px) rotateY(-62deg) translateX(-34%) scale(.92); }
.uv-item.out-r { transform: perspective(1700px) rotateY(62deg) translateX(34%) scale(.92); }
.uv-copy { position: relative; z-index: 2; }
.uv-tape { display: inline-block; background: var(--uv-ink); color: var(--uv); font-family: var(--ff-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; margin-bottom: 14px; }
.uv-copy h3 { font-size: clamp(38px, 4.6vw, 72px); line-height: .92; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.uv-logo { width: 44px; height: 44px; object-fit: contain; background: var(--bone-3); border: 2px solid var(--uv-ink); padding: 4px; }
.uv-logo.dark { background: var(--ink); }
.uv-copy p { margin-top: 14px; font-family: var(--ff-mono); font-size: 13px; line-height: 1.5; max-width: 44ch; opacity: .92; }
.uv-btn { margin-top: 22px; background: var(--uv-ink); color: var(--uv); border-color: var(--uv-ink); box-shadow: 6px 6px 0 color-mix(in srgb, var(--uv-ink) 45%, transparent); }
.uv-btn:hover { background: var(--uv-lite, var(--bone-3)); color: var(--ink); }
.uv-scene { position: relative; height: 100%; transform-style: preserve-3d; transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transition: transform .18s linear; z-index: 2; }
.uv-deskwrap { position: absolute; left: 0; top: 50%; width: 86%; aspect-ratio: 16/10; border: var(--bd); background: var(--ink-2); box-shadow: 14px 14px 0 color-mix(in srgb, var(--uv-ink) 60%, transparent); transform: translateY(-50%) rotateY(-16deg) rotateX(3deg) translateZ(0); transform-origin: 30% 50%; overflow: hidden; transition: transform .5s var(--ease); }
.uv-item:hover .uv-deskwrap { transform: translateY(-50%) rotateY(-10deg) rotateX(2deg) translateZ(30px) scale(1.02); }
.uv-desk { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.uv-live { position: absolute; left: 0; top: 0; width: 1280px; height: 800px; border: 0; transform-origin: 0 0; pointer-events: none; opacity: 0; transition: opacity .7s var(--ease); background: transparent; }
.uv-deskwrap.live .uv-live { opacity: 1; }
.uv-deskwrap::after { content: "● EN DIRECT · scrollez dans le site"; position: absolute; left: 10px; top: 10px; z-index: 3; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .12em; background: var(--acid); color: var(--ink); padding: 3px 8px; border: 2px solid var(--ink); opacity: 0; transform: translateY(-6px); transition: opacity .4s, transform .4s; }
.uv-deskwrap.live::after { opacity: 1; transform: none; animation: livePulse 1.6s ease-in-out infinite; font-size: 12px; padding: 5px 10px; }
.uv-item:hover .uv-deskwrap.live .uv-live { pointer-events: auto; }
.uv-item:hover .uv-deskwrap.live { transform: translateY(-50%) rotateY(-4deg) rotateX(1deg) translateZ(40px) scale(1.03); }
.uv-deskwrap.live::before { content: ""; position: absolute; left: 0; right: 0; top: -40%; height: 40%; z-index: 2; pointer-events: none; background: linear-gradient(to bottom, transparent, rgba(216,255,0,.35), transparent); animation: liveScan 1.4s ease-out 1 both; }
@keyframes liveScan { to { top: 100%; } }
@keyframes livePulse { 50% { box-shadow: 0 0 0 4px color-mix(in srgb, var(--acid) 40%, transparent); } }
.uv-mob { position: absolute; right: 2%; top: 50%; width: 21%; height: auto; aspect-ratio: 9/16; object-fit: cover; object-position: top; border: 2px solid var(--ink); background: var(--ink); box-shadow: 8px 10px 0 color-mix(in srgb, var(--uv-ink) 55%, transparent); transform: translateY(-46%) translateZ(150px) rotateY(-8deg); animation: uv-float 5s ease-in-out infinite; }
@keyframes uv-float { 0%, 100% { transform: translateY(-46%) translateZ(150px) rotateY(-8deg); } 50% { transform: translateY(-52%) translateZ(160px) rotateY(-4deg); } }
.uv-bg { position: absolute; right: -.04em; bottom: -.22em; z-index: 1; font-family: var(--ff-display); font-weight: 900; text-transform: uppercase; font-size: clamp(120px, 22vw, 360px); line-height: 1; color: transparent; -webkit-text-stroke: 2px color-mix(in srgb, var(--uv-ink) 28%, transparent); pointer-events: none; user-select: none; }
.uv-ctrl { position: relative; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 12px 22px 14px; border-top: 2px solid color-mix(in srgb, var(--uv-ink) 35%, transparent); }
.uv-ctrl button { font-family: var(--ff-mono); font-size: 16px; width: 44px; height: 40px; border: 2px solid var(--uv-ink); background: transparent; color: var(--uv-ink); cursor: pointer; transition: background .15s, color .15s, transform .15s; }
.uv-ctrl button:hover { background: var(--uv-ink); color: var(--uv); transform: translateY(-2px); }
.uv-dots { display: flex; gap: 8px; }
.uv-dots button { width: 14px; height: 14px; padding: 0; border: 2px solid var(--uv-ink); background: transparent; }
.uv-dots button.on { background: var(--uv-ink); }
.uv-hint { margin-left: auto; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.univers.busy .uv-item.on .uv-copy > * { animation: uv-copy .7s var(--ease) both; }
.univers.busy .uv-item.on .uv-copy > *:nth-child(2) { animation-delay: .08s; } .univers.busy .uv-item.on .uv-copy > *:nth-child(3) { animation-delay: .16s; } .univers.busy .uv-item.on .uv-copy > *:nth-child(4) { animation-delay: .24s; }
@keyframes uv-copy { 0% { opacity: 0; transform: translateY(26px) rotateX(-30deg); } 100% { opacity: 1; transform: none; } }
@media (max-width: 1000px) {
  .uv-stage { height: auto; min-height: 0; perspective: none; }
  .uv-item { position: absolute; grid-template-columns: 1fr; align-content: start; gap: 14px; padding: 20px 20px 26px; will-change: auto; transform: translateX(56px); transition: transform .5s var(--ease), opacity .35s var(--ease), visibility 0s .5s; }
  .uv-item.on { position: relative; transform: none; transition: transform .5s var(--ease), opacity .3s var(--ease) .1s, visibility 0s; }
  .uv-item.in-l, .uv-item.out-l { transform: translateX(-56px); }
  .uv-item.in-r, .uv-item.out-r { transform: translateX(56px); }
  .uv-bg { display: none; }
  .uv-scene { height: auto; transform: none; transition: none; position: relative; padding: 6px 0 40px; }
  .uv-deskwrap { position: relative; top: auto; left: auto; display: block; width: 80%; transform: none !important; box-shadow: 8px 8px 0 color-mix(in srgb, var(--uv-ink) 60%, transparent); }
  .uv-mob { position: absolute; right: 0; bottom: 0; top: auto; width: 27%; transform: none; animation: none; box-shadow: 5px 6px 0 color-mix(in srgb, var(--uv-ink) 55%, transparent); }
  .uv-copy h3 { font-size: 34px; }
  .uv-copy p { max-width: none; }
  .uv-hint { display: none; }
  .fx-stand { transform: translateY(40px); }
  .univers.busy .uv-item.on .uv-copy > * { animation: none; }
}
@media (prefers-reduced-motion: reduce) { .uv-item, .uv-mob, .univers.busy .uv-item.on .uv-copy > * { animation: none !important; transition: none !important; } }
/* --- transitions 3D entre les blocs (desktop, GSAP) --- */
.sec-beam { position: absolute; left: 0; right: 0; top: -3px; height: 6px; background: var(--acid); transform-origin: 0 50%; z-index: 4; pointer-events: none; }
main > section.sec { position: relative; }

/* --- bloc réalisations : effets découpés --- */
.fx-stand { opacity: 0; transform: perspective(1600px) rotateX(38deg) translateY(90px) scale(.94); transform-origin: 50% 100%; transition: transform 1.1s var(--ease), opacity .7s var(--ease); }
.fx-stand.in-view { opacity: 1; transform: none; }
.fx-drop .cl { opacity: 0; transform: translateY(-70px) rotate(-14deg); transition: transform .7s cubic-bezier(.3,1.5,.5,1), opacity .4s; }
.fx-drop.in-view .cl { opacity: 1; transform: none; }
.fx-drop.in-view .cl:nth-child(1) { transition-delay: .05s; } .fx-drop.in-view .cl:nth-child(2) { transition-delay: .13s; } .fx-drop.in-view .cl:nth-child(3) { transition-delay: .21s; } .fx-drop.in-view .cl:nth-child(4) { transition-delay: .29s; }
.fx-drop.in-view .cl:nth-child(5) { transition-delay: .37s; } .fx-drop.in-view .cl:nth-child(6) { transition-delay: .45s; } .fx-drop.in-view .cl:nth-child(7) { transition-delay: .53s; } .fx-drop.in-view .cl:nth-child(n+8) { transition-delay: .61s; }
.fx-grid > .case:nth-child(odd) .img { transform: perspective(1100px) rotateY(-22deg) translateX(-40px); }
.fx-grid > .case:nth-child(even) .img { transform: perspective(1100px) rotateY(22deg) translateX(40px); }
.fx-grid.in-view > .case .img { transform: none; }
.fx-rise { opacity: 0; transform: translateY(40px); transition: transform .8s var(--ease) .15s, opacity .6s .15s; }
.fx-rise.in-view { opacity: 1; transform: none; }
.no-js .fx-stand, .no-js .fx-drop .cl, .no-js .fx-rise { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .fx-stand, .fx-drop .cl, .fx-grid > .case .img, .fx-rise { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* --- sections réalisations scindées --- */
#clients.tight { padding-top: 40px; padding-bottom: 40px; }
#clients .client-logos { margin: 0; }
#univers .univers { margin-bottom: 0; }
@media (max-width: 999px), (hover: none) { #travaux.sec-3d, #univers.sec-3d { transform: none; opacity: 1; } }

/* --- 3D v3 : entrée des enfants en perspective, tilt des cartes, charnières --- */
.grid, .steps, .trust-grid, .blog-grid { perspective: 1200px; }
.stagger > * { transform: perspective(900px) rotateX(18deg) translateY(30px); transform-origin: 50% 100%; }
.stagger.in-view > * { transform: none; }
.card, .svc, .post-card, .trust-card, .deliv { transition: transform .35s var(--ease), box-shadow .25s var(--ease); transform-style: preserve-3d; }
.card.tilt, .svc.tilt, .post-card.tilt, .trust-card.tilt, .deliv.tilt { transition: transform .08s linear, box-shadow .25s var(--ease); box-shadow: 10px 12px 0 var(--ink); position: relative; z-index: 2; }
.card.tilt::after, .post-card.tilt::after, .trust-card.tilt::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at var(--gx, 50%) var(--gy, 50%), rgba(255,255,255,.35), rgba(255,255,255,0) 60%); mix-blend-mode: soft-light; }
.card.tilt > h3, .card.tilt > .tag, .svc.tilt > .num { transform: translateZ(24px); }
main > section.sec > .grid, main > section.sec > .two, main > section.sec > .steps, main > section.sec > .trust-grid, main > section.sec > .blog-grid, main > section.sec > .svc-list, main > section.sec > .faq { will-change: auto; }
@media (max-width: 999px), (hover: none) { .stagger > * { transform: translateY(26px); } }
@media (prefers-reduced-motion: reduce) { .stagger > * { transform: none !important; } .card, .svc, .post-card { transform: none !important; } }

/* --- hero vivant --- */
/* 16/09 : cycle de couleurs du surlignage retiré (demande Arnaud) — jaune fluo uniquement */
.is-home .hero-photo { animation: slideRight 1.1s 1s var(--ease) both, heroFloat 7s 2.2s ease-in-out infinite; }
@keyframes heroFloat { 0%, 100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(3.5deg) translateY(-14px); } }
.hero-photo img { transition: transform .2s linear; will-change: transform; }
.badge-rot { transition: filter .3s; }
.badge-rot:hover { animation-duration: 2.5s; filter: drop-shadow(0 0 12px var(--acid)); }
/* --- chiffres-dés --- */
.stats { perspective: 900px; }
.stats .stat-cell .num { transform: perspective(700px) rotateX(-95deg) translateY(-40px); opacity: 0; transform-origin: 50% 100%; }
.stats.in-view .stat-cell .num { animation: dice .95s cubic-bezier(.3, 1.55, .45, 1) both; }
.stats.in-view .stat-cell:nth-child(2) .num { animation-delay: .12s; } .stats.in-view .stat-cell:nth-child(3) .num { animation-delay: .24s; } .stats.in-view .stat-cell:nth-child(4) .num { animation-delay: .36s; }
@keyframes dice { 0% { transform: perspective(700px) rotateX(-95deg) translateY(-40px); opacity: 0; } 60% { opacity: 1; } 100% { transform: none; opacity: 1; } }
.no-js .stats .stat-cell .num { transform: none; opacity: 1; }
/* --- menu plein écran 3D --- */
.mnav-in { perspective: 1000px; }
.mnav-bg { transform: perspective(1200px) rotateX(-92deg); transform-origin: 50% 0; transition: transform .6s var(--ease); }
.mnav.open .mnav-bg { transform: none; }
.mnav-item { transform: perspective(800px) rotateX(-50deg) translateY(-16px); transform-origin: 50% 0; transition: opacity .5s var(--ease), transform .6s cubic-bezier(.3, 1.3, .5, 1); }
.mnav.open .mnav-item { transform: none; }
/* --- curseur magnétique --- */
.mag { transition: transform .12s linear !important; }
/* --- transition de page 3D --- */
#main.pjax-3d { transition: transform .55s var(--ease), opacity .45s var(--ease); transform-origin: 50% 0; }
#main.pjax-out { transform: perspective(1400px) rotateX(6deg) translateY(-30px) scale(.96); opacity: .35; transition: transform .5s var(--ease), opacity .4s; transform-origin: 50% 100%; }
#main.pjax-in { transform: perspective(1400px) rotateX(-7deg) translateY(60px) scale(.96); opacity: 0; transition: none; }
@media (prefers-reduced-motion: reduce) { .is-home .hero .hl::before, .is-home .hero-photo, .stats .stat-cell .num, .badge-rot { animation: none !important; transform: none !important; opacity: 1 !important; } .mnav-bg, .mnav-item { transform: none; } }

/* --- pages brandées : texte du footer lisible sur l'encre de marque --- */
body.branded footer, body.branded footer a, body.branded footer h4, body.branded footer p, body.branded footer li, body.branded footer .sig, body.branded footer .bottom { color: var(--bone); }
body.branded footer a:hover { background: var(--brand-lite); color: #0A0908; }
body.branded footer .bottom { border-top-color: color-mix(in srgb, var(--bone) 35%, transparent); }

/* --- portail immersif --- */
.uv-immerse { margin-top: 22px; margin-left: 10px; background: var(--uv-lite, var(--acid)); color: #0A0908; border-color: var(--uv-ink); box-shadow: 6px 6px 0 color-mix(in srgb, var(--uv-ink) 45%, transparent); }
.uv-immerse:hover { background: var(--uv-ink); color: var(--uv); }
body.portal-open { overflow: hidden; }
.portal { position: fixed; inset: 0; z-index: 9000; color: var(--uv-ink); }
.portal-flood { position: absolute; inset: 0; background: var(--uv); clip-path: circle(0px at var(--cx, 50%) var(--cy, 50%)); transition: clip-path .9s cubic-bezier(.2,.7,.2,1); }
.portal.on .portal-flood { clip-path: circle(160vmax at var(--cx, 50%) var(--cy, 50%)); }
.portal.off .portal-flood { clip-path: circle(0px at var(--cx, 50%) var(--cy, 50%)); transition: clip-path .6s cubic-bezier(.7,0,.3,1) .1s; }
.portal-name { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(.8); font-family: var(--ff-display); font-weight: 900; text-transform: uppercase; font-size: clamp(60px, 14vw, 220px); line-height: .9; white-space: nowrap; color: var(--uv-ink); opacity: 0; pointer-events: none; z-index: 2; letter-spacing: -.02em; }
.portal.on .portal-name { animation: portalName 1.3s var(--ease) both; }
@keyframes portalName { 0% { opacity: 0; transform: translate(-50%, -50%) scale(.7) rotateX(40deg); } 30% { opacity: 1; transform: translate(-50%, -50%) scale(1); } 70% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.15); } }
.portal-bar { position: absolute; left: 0; right: 0; top: 0; height: 64px; display: flex; align-items: center; gap: 18px; padding: 0 var(--pad); z-index: 4; background: var(--uv-ink); color: var(--uv); border-bottom: 3px solid color-mix(in srgb, var(--uv) 60%, var(--uv-ink)); transform: translateY(-100%); transition: transform .6s var(--ease) .35s; }
.portal.on .portal-bar { transform: none; }
.portal.off .portal-bar { transform: translateY(-100%); transition-delay: 0s; transition-duration: .3s; }
.portal-back { font-family: var(--ff-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; background: var(--uv); color: var(--uv-ink); border: 2px solid var(--uv); padding: 8px 14px; cursor: pointer; }
.portal-back:hover { background: transparent; color: var(--uv); }
.portal-title { display: flex; flex-direction: column; line-height: 1.1; }
.portal-title b { font-family: var(--ff-display); font-weight: 900; text-transform: uppercase; font-size: 22px; }
.portal-title i { font-style: normal; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; opacity: .8; animation: livePulse 1.6s ease-in-out infinite; }
.portal-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.portal-actions .btn { background: var(--uv); color: var(--uv-ink); border-color: var(--uv); box-shadow: 4px 4px 0 color-mix(in srgb, var(--uv) 40%, transparent); font-size: 16px; padding: 8px 14px; }
.portal-open { color: var(--uv); font-family: var(--ff-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; border-bottom: 2px solid currentColor; }
.portal-stage { position: absolute; left: var(--pad); right: var(--pad); top: 84px; bottom: 24px; z-index: 3; border: var(--bd); border-color: var(--uv-ink); background: var(--ink-2); box-shadow: 14px 14px 0 color-mix(in srgb, var(--uv-ink) 55%, transparent); overflow: hidden; opacity: 0; transition: opacity .3s; }
.portal.on .portal-stage { opacity: 1; }
.portal.off .portal-stage { opacity: 0; transition: opacity .35s; transform: scale(.96); }
.portal-stage iframe { width: 100%; height: 100%; border: 0; display: block; background: #fff; opacity: 0; transition: opacity .5s var(--ease); }
.portal-stage.loaded iframe { opacity: 1; }
.portal-stage::before { content: "chargement du site réel…"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-family: var(--ff-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--bone); animation: livePulse 1.2s ease-in-out infinite; }
.portal-stage.loaded::before { display: none; }
@media (max-width: 1000px) { .uv-immerse { margin-left: 0; margin-top: 12px; } .portal-bar { height: 58px; gap: 10px; } .portal-title b { font-size: 16px; } .portal-title i { display: none; } .portal-actions .btn { display: none; } .portal-stage { left: 0; right: 0; top: 58px; bottom: 0; border-width: 0; box-shadow: none; } .portal-name { font-size: 16vw; } }
@media (prefers-reduced-motion: reduce) { .portal-flood, .portal-bar, .portal-name { transition: none; animation: none !important; } .portal.on .portal-name { opacity: 0; } }

/* --- univers à un seul item (pages réalisation) --- */
.univers.single .uv-ctrl, .univers.single .uv-count { display: none; }
.univers.single .uv-head { justify-content: flex-start; }
.univers.single .uv-stage { height: clamp(420px, 58vh, 600px); }
body.branded .univers.single { border-color: var(--uv-ink); }
@media (max-width: 1000px) { .univers.single .uv-stage { height: auto; } }

/* --- cartes : site en direct au survol --- */
.case .img iframe.case-live { position: absolute; left: 0; top: 0; width: 1280px; height: 960px; border: 0; transform-origin: 0 0; pointer-events: none; opacity: 0; transition: opacity .6s var(--ease); z-index: 1; background: transparent; }
.case .img.live iframe.case-live { opacity: 1; }
.case .img .mob { z-index: 2; }
.case .img .live-tag { position: absolute; left: 10px; top: 10px; z-index: 3; font-family: var(--ff-mono); font-size: 10px; letter-spacing: .12em; background: var(--acid); color: var(--ink); padding: 3px 7px; border: 2px solid var(--ink); animation: livePulse 1.6s ease-in-out infinite; }
.case .img.live .main { opacity: 0; transition: opacity .6s; }

/* --- v6 : décodage --- */
.scr-on { font-variant-ligatures: none; }
/* --- v6 : surlignage qui se dessine --- */
main .sec .hl::before { transform: rotate(-1deg) scaleX(0); transform-origin: 0 50%; transition: transform .7s var(--ease) .25s; }
main .sec.sec-in .hl::before { transform: rotate(-1deg) scaleX(1); }
/* --- v6 : liens roulants --- */
nav.top .menu > li > a .roll, nav.top .menu > li > button .roll { display: inline-block; overflow: hidden; height: 1.25em; line-height: 1.25em; vertical-align: middle; }
nav.top .menu > li > a .roll > span, nav.top .menu > li > button .roll > span { display: block; transition: transform .35s var(--ease); }
nav.top .menu > li > a .roll > span + span, nav.top .menu > li > button .roll > span + span { color: var(--acid-deep); }
nav.top .menu > li:hover > a .roll > span, nav.top .menu > li:hover > button .roll > span { transform: translateY(-100%); }
/* --- v6 : reflet sur les boutons --- */
.btn, nav.top .cta, .uv-btn, .uv-immerse { position: relative; overflow: hidden; isolation: isolate; }
.btn::before, nav.top .cta::before { content: ""; position: absolute; top: -20%; bottom: -20%; left: -40%; width: 30%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.55), transparent); transform: skewX(-20deg) translateX(-120%); transition: transform .7s var(--ease); pointer-events: none; z-index: 1; }
.btn:hover::before, nav.top .cta:hover::before { transform: skewX(-20deg) translateX(560%); }
.btn > *, nav.top .cta > * { position: relative; z-index: 2; }
/* --- v6 : barre de lecture --- */
.readbar { position: fixed; left: 0; top: 0; height: 4px; width: 100%; background: var(--acid); border-bottom: 1px solid var(--ink); transform-origin: 0 50%; transform: scaleX(0); z-index: 400; pointer-events: none; }
/* --- v6 : balayage d'images --- */
.wipe { position: relative; clip-path: inset(0 100% 0 0); transition: clip-path .9s var(--ease); }
.wipe.wiped { clip-path: inset(0 0 0 0); }
.wipe::after { content: ""; position: absolute; inset: 0; background: var(--acid); transform: translateX(-101%); z-index: 5; pointer-events: none; }
.wipe.wiped::after { animation: wipeBar .9s var(--ease) both; }
@keyframes wipeBar { 0% { transform: translateX(-101%); } 45% { transform: translateX(0); } 100% { transform: translateX(101%); } }
.hero-photo.wipe { clip-path: none; } .hero-photo.wipe::after { display: none; }
/* --- v6 : signature du footer --- */
footer .brandcol .sig { color: transparent; -webkit-text-stroke: 1.5px currentColor; background: linear-gradient(var(--ink), var(--ink)) no-repeat 0 0 / 100% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-stroke-color: var(--ink); }
body.branded footer .brandcol .sig { background-image: linear-gradient(var(--bone), var(--bone)); -webkit-text-stroke-color: var(--bone); }
/* --- v6 : faisceau diagonal sur les sections sombres --- */
main .sec.dark { position: relative; overflow: hidden; }
main .sec.dark::after { content: ""; position: absolute; top: -50%; bottom: -50%; left: -30%; width: 22%; background: linear-gradient(100deg, transparent, color-mix(in srgb, var(--acid) 14%, transparent), transparent); transform: skewX(-18deg) translateX(-200%); pointer-events: none; z-index: 0; }
main .sec.dark.sec-in::after { animation: darkBeam 2.2s var(--ease) .3s both; }
@keyframes darkBeam { to { transform: skewX(-18deg) translateX(900%); } }
@media (prefers-reduced-motion: reduce) { main .sec .hl::before { transform: rotate(-1deg) !important; transition: none; } .wipe { clip-path: none !important; } .wipe::after { display: none; } .btn::before { display: none; } .readbar { display: none; } }

/* --- pages services --- */
.svc-page .page-hero { overflow: hidden; }
.svc-marquee { position: absolute; left: -10%; right: -10%; top: 58%; transform: rotate(-6deg); z-index: 0; pointer-events: none; opacity: .18; white-space: nowrap; overflow: hidden; }
.svc-marquee-track { display: inline-flex; gap: 28px; align-items: center; font-family: var(--ff-display); font-weight: 900; text-transform: uppercase; font-size: clamp(48px, 7vw, 110px); line-height: 1; color: transparent; -webkit-text-stroke: 2px var(--acid); animation: svcMq 40s linear infinite; }
.svc-marquee-track i { font-style: normal; color: var(--acid); -webkit-text-stroke: 0; font-size: .5em; }
@keyframes svcMq { to { transform: translateX(-50%); } }
.svc-page .page-hero .bigword { transition: none; will-change: transform; }
.svc-page .card .num { transition: transform .25s var(--ease), color .25s, -webkit-text-stroke .25s; display: inline-block; }
.svc-page .card .num.rolled { animation: numPop .5s cubic-bezier(.3,1.6,.5,1); }
@keyframes numPop { 0% { transform: scale(.7); } 100% { transform: scale(1); } }
.svc-page .card:hover .num { color: transparent; -webkit-text-stroke: 2.5px var(--acid); transform: scale(1.12) rotate(-3deg); }
.svc-page .sec.dark .card { transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.svc-page .sec.dark .card:hover { box-shadow: 0 0 0 3px var(--acid), 12px 12px 0 var(--acid); }
.svc-page .sec.acid .h-m { transform-origin: 0 100%; }
.svc-page .sec.acid.sec-in .h-m { animation: stamp2 .6s cubic-bezier(.3,1.5,.5,1) both; }
@keyframes stamp2 { 0% { transform: scale(1.25) rotate(-3deg); opacity: 0; } 100% { transform: none; opacity: 1; } }
.svc-page .sec.acid .sub b { display: inline-block; background: var(--ink); color: var(--acid); padding: 0 .2em; }
/* FAQ animée (partout) */
.faq details .ans { animation: none; }
.faq details[open] .ans { animation: faqIn .5s var(--ease) both; }
@keyframes faqIn { 0% { opacity: 0; transform: translateY(-10px); clip-path: inset(0 0 100% 0); } 100% { opacity: 1; transform: none; clip-path: inset(0 0 0 0); } }
.faq summary { background: linear-gradient(var(--acid), var(--acid)) no-repeat 0 100% / 0% 4px; transition: background-size .5s var(--ease); }
.faq details[open] summary, .faq summary:hover { background-size: 100% 4px; }
/* tableaux en cascade */
.sec-in table.rates tr { animation: rowIn .6s var(--ease) both; }
table.rates tr:nth-child(2) { animation-delay: .08s; } table.rates tr:nth-child(3) { animation-delay: .16s; } table.rates tr:nth-child(4) { animation-delay: .24s; } table.rates tr:nth-child(5) { animation-delay: .32s; } table.rates tr:nth-child(n+6) { animation-delay: .4s; }
@keyframes rowIn { 0% { opacity: 0; transform: translateX(-24px); } 100% { opacity: 1; transform: none; } }
@media (max-width: 700px) { .svc-marquee { top: 66%; opacity: .14; } }
@media (prefers-reduced-motion: reduce) { .svc-marquee-track, .svc-page .card .num.rolled, .svc-page .sec.acid.sec-in .h-m, .faq details[open] .ans, .sec-in table.rates tr { animation: none !important; } }

/* --- pages métiers --- */
.metier-page .compare .before li { position: relative; transition: color .4s, opacity .4s; padding-right: 64px; }
.metier-page .compare .before li::after { content: ""; position: absolute; left: 0; top: 55%; height: 3px; width: 100%; background: var(--ink); transform: scaleX(0); transform-origin: 0 50%; transition: transform .45s var(--ease); }
.metier-page .compare .before li.solved { color: var(--ink-3); opacity: .75; }
.metier-page .compare .before li.solved::after { transform: scaleX(1); }
.metier-page .compare .before li i.ok { position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(-8deg) scale(0); font-style: normal; font-family: var(--ff-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); padding: 2px 6px; transition: transform .35s cubic-bezier(.3,1.6,.5,1) .3s; }
.metier-page .compare .before li.solved i.ok { transform: translateY(-50%) rotate(-8deg) scale(1); }
.metier-page .compare .before.all-solved h3 { animation: stamp2 .5s cubic-bezier(.3,1.5,.5,1) both; }
.metier-page .stack span { opacity: 0; transform: translateY(-30px) rotate(-6deg); transition: opacity .4s, transform .6s cubic-bezier(.3,1.5,.5,1); }
.metier-page .sec-in .stack span { opacity: 1; transform: none; }
.metier-page .sec-in .stack span:nth-child(2) { transition-delay: .07s; } .metier-page .sec-in .stack span:nth-child(3) { transition-delay: .14s; } .metier-page .sec-in .stack span:nth-child(4) { transition-delay: .21s; } .metier-page .sec-in .stack span:nth-child(5) { transition-delay: .28s; } .metier-page .sec-in .stack span:nth-child(6) { transition-delay: .35s; } .metier-page .sec-in .stack span:nth-child(n+7) { transition-delay: .42s; }
.metier-page .sec.dark .stagger > .card { transform: perspective(900px) translateY(-80px) rotateX(-30deg) rotate(-3deg); opacity: 0; transform-origin: 50% 0; }
.metier-page .sec.dark .stagger.in-view > .card { transform: none; opacity: 1; transition: transform .8s cubic-bezier(.3,1.4,.5,1), opacity .5s; }
.metier-page .sec.dark .stagger.in-view > .card:nth-child(2) { transition-delay: .1s; } .metier-page .sec.dark .stagger.in-view > .card:nth-child(3) { transition-delay: .2s; } .metier-page .sec.dark .stagger.in-view > .card:nth-child(4) { transition-delay: .3s; } .metier-page .sec.dark .stagger.in-view > .card:nth-child(5) { transition-delay: .4s; } .metier-page .sec.dark .stagger.in-view > .card:nth-child(n+6) { transition-delay: .5s; }
.metier-page .quote-card blockquote.typing::after { content: "▍"; color: var(--acid); animation: livePulse 1s steps(2) infinite; }
.metier-page .quote-card { position: relative; }
.metier-page .quote-card::before { content: "“"; position: absolute; right: 18px; top: -18px; font-family: var(--ff-display); font-weight: 900; font-size: 110px; line-height: 1; color: var(--acid); -webkit-text-stroke: 2px var(--ink); pointer-events: none; animation: quoteFloat 5s ease-in-out infinite; }
@keyframes quoteFloat { 50% { transform: translateY(-8px) rotate(-6deg); } }
.steps-line { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: visible; }
.steps-line path { fill: none; stroke: var(--acid); stroke-width: 4; stroke-dasharray: 10 8; stroke-linecap: square; transition: stroke-dashoffset 1.8s var(--ease) .2s; }
.steps-line.go path { stroke-dashoffset: 0 !important; }
.metier-page .grid.c4.stagger > .card { position: relative; z-index: 1; }
.metier-page .city-list a { transition: transform .2s cubic-bezier(.3,1.6,.5,1), background .15s, box-shadow .15s; }
.metier-page .city-list a:hover { transform: translate(-2px,-2px) rotate(-2deg) scale(1.04); }
@media (max-width: 999px) { .steps-line { display: none; } }
@media (prefers-reduced-motion: reduce) { .metier-page .compare .before li::after, .metier-page .stack span, .metier-page .sec.dark .stagger > .card, .metier-page .quote-card::before { transition: none !important; animation: none !important; transform: none !important; opacity: 1 !important; } }

/* --- pages villes --- */
.route { grid-template-columns: auto 1fr; grid-template-areas: "km p" "trip trip" "geo geo"; }
.route .km { grid-area: km; } .route p { grid-area: p; }
.route .trip { grid-area: trip; width: 100%; height: auto; display: block; margin-top: 8px; }
.route .geo { grid-area: geo; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .14em; color: var(--acid); opacity: .85; }
.trip-road { fill: none; stroke: color-mix(in srgb, var(--bone) 25%, transparent); stroke-width: 3; stroke-dasharray: 4 6; }
.trip-run { fill: none; stroke: var(--acid); stroke-width: 3.5; stroke-linecap: round; }
.trip-a, .trip-b { fill: var(--bone); stroke: var(--ink); stroke-width: 2; }
.trip-b { fill: transparent; stroke: var(--acid); }
.trip.arrived .trip-b { fill: var(--acid); animation: pinRipple 1.4s ease-out infinite; }
.trip-dot { fill: var(--acid); stroke: var(--ink); stroke-width: 2; filter: drop-shadow(0 0 6px var(--acid)); }
.trip-t { font-family: var(--ff-mono); font-size: 9px; letter-spacing: .14em; fill: var(--bone); }
@keyframes pinRipple { 0% { stroke-width: 2; opacity: 1; } 100% { stroke-width: 14; opacity: 0; } }
.city-hero-img img { transform-origin: 50% 40%; animation: kenBurns 24s ease-in-out infinite alternate; }
@keyframes kenBurns { to { transform: scale(1.1) translate(-1.5%, 1%); } }
.city-hero-img .pin { position: absolute; left: 58%; top: 42%; width: 0; height: 0; z-index: 3; pointer-events: none; opacity: 0; }
.city-hero-img.pinned .pin { animation: pinDrop .8s cubic-bezier(.3,1.5,.5,1) .3s both; }
.city-hero-img .pin b { position: absolute; left: -16px; top: -46px; width: 32px; height: 32px; background: var(--acid); border: 3px solid var(--ink); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 4px 4px 0 var(--ink); }
.city-hero-img .pin b::after { content: ""; position: absolute; left: 8px; top: 8px; width: 10px; height: 10px; border-radius: 50%; background: var(--ink); }
.city-hero-img .pin em { position: absolute; left: -14px; top: -6px; width: 28px; height: 12px; border: 3px solid var(--acid); border-radius: 50%; opacity: 0; }
.city-hero-img.pinned .pin em { animation: pinWave 1.8s ease-out 1.1s infinite; }
@keyframes pinDrop { 0% { opacity: 0; transform: translateY(-140px) scale(.6); } 60% { opacity: 1; transform: translateY(6px) scale(1.05); } 100% { opacity: 1; transform: none; } }
@keyframes pinWave { 0% { opacity: .9; transform: scale(.4); } 100% { opacity: 0; transform: scale(3); } }
.city-page .city-list a { transition: transform .2s cubic-bezier(.3,1.6,.5,1), background .15s, box-shadow .15s; }
.city-page .city-list a:hover { transform: translate(-2px,-2px) rotate(-2deg) scale(1.04); }
.city-page .case .tape { transition: background .2s; }
@media (prefers-reduced-motion: reduce) { .city-hero-img img, .city-hero-img .pin, .trip-b { animation: none !important; } .city-hero-img .pin { opacity: 1; } }

/* --- blog : index --- */
.blog-feat { position: relative; overflow: hidden; }
.feat-num { position: absolute; right: -.06em; bottom: -.22em; font-family: var(--ff-display); font-weight: 900; font-size: clamp(160px, 26vw, 420px); line-height: 1; color: transparent; -webkit-text-stroke: 2px color-mix(in srgb, var(--ink) 22%, transparent); pointer-events: none; z-index: 0; }
.blog-feat > * { position: relative; z-index: 1; }
.blog-grid.reflow .post-card:not(.hide) { animation: cardPop .55s cubic-bezier(.3,1.5,.5,1) both; }
.blog-grid.reflow .post-card:not(.hide):nth-child(2n) { animation-delay: .06s; } .blog-grid.reflow .post-card:not(.hide):nth-child(3n) { animation-delay: .12s; }
@keyframes cardPop { 0% { opacity: 0; transform: scale(.85) rotate(-2deg); } 100% { opacity: 1; transform: none; } }
.post-card h3 { background: linear-gradient(var(--acid), var(--acid)) no-repeat 0 92% / 0% 8px; transition: background-size .45s var(--ease); display: inline; }
.post-card:hover h3 { background-size: 100% 8px; }
.post-card .theme { transition: transform .2s cubic-bezier(.3,1.6,.5,1); display: inline-block; }
.post-card:hover .theme { transform: rotate(-3deg) scale(1.06); }
/* --- blog : article --- */
.post-page .prose > .p-rev { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .7s var(--ease); }
.post-page .prose > .p-rev.p-in { opacity: 1; transform: none; }
.post-page .prose > p:first-of-type::first-letter { font-family: var(--ff-display); font-weight: 900; font-size: 4.2em; line-height: .8; float: left; margin: .08em .14em 0 0; padding: .06em .12em; background: var(--acid); border: 3px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.post-page .prose h2 { position: relative; }
.post-page .prose h2::before { content: "§"; position: absolute; left: -1.1em; top: .05em; font-family: var(--ff-mono); font-size: .45em; color: var(--acid); -webkit-text-stroke: 1px var(--ink); opacity: 0; transform: translateX(-8px); transition: opacity .5s, transform .5s var(--ease); }
.post-page .prose h2.p-in::before { opacity: 1; transform: none; }
.post-page .prose .st { background: linear-gradient(var(--acid), var(--acid)) no-repeat 0 60% / 0% 45%; transition: background-size .6s var(--ease); padding: 0 .1em; }
.post-page .prose .st.st-in { background-size: 100% 45%; }
.post-page .brief-box .brief li { opacity: 0; transform: translateX(-14px); transition: opacity .5s, transform .5s var(--ease); }
.post-page .sec-in .brief-box .brief li, .post-page .brief-box.in-view .brief li { opacity: 1; transform: none; }
.post-page .brief-box .brief li:nth-child(2) { transition-delay: .15s; } .post-page .brief-box .brief li:nth-child(3) { transition-delay: .3s; } .post-page .brief-box .brief li:nth-child(n+4) { transition-delay: .45s; }
.post-page .toc a { position: relative; transition: color .2s, padding-left .25s var(--ease); }
.post-page .toc a.on { color: var(--ink); padding-left: 18px; font-weight: 700; }
.post-page .toc a.on::before { content: ""; position: absolute; left: 0; top: 50%; width: 10px; height: 10px; margin-top: -5px; background: var(--acid); border: 2px solid var(--ink); animation: livePulse 1.6s ease-in-out infinite; }
.post-rem { font-family: var(--ff-mono); font-size: 12px; margin-left: 8px; color: var(--ink-3); transition: color .3s; }
.post-rem.done { color: var(--ink); background: var(--acid); padding: 0 6px; }
.post-fin { margin-top: 56px; padding-top: 28px; border-top: var(--bd); display: flex; align-items: baseline; gap: 16px; opacity: 0; }
.post-fin.on { animation: finIn .7s cubic-bezier(.3,1.5,.5,1) both; }
.post-fin span { font-family: var(--ff-display); font-weight: 900; font-size: 64px; line-height: 1; text-transform: uppercase; background: var(--acid); padding: 0 .15em; border: var(--bd); box-shadow: var(--sh); transform: rotate(-3deg); display: inline-block; }
.post-fin small { font-family: var(--ff-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
@keyframes finIn { 0% { opacity: 0; transform: translateY(20px) scale(.9); } 100% { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .post-page .prose > .p-rev { opacity: 1; transform: none; } .post-page .prose .st { background-size: 100% 45%; } .post-fin { opacity: 1; } .blog-grid.reflow .post-card { animation: none; } }

/* --- rideau : phrase drôle --- */
.curtain .quip { position: absolute; left: 50%; top: calc(50% + clamp(34px, 6vw, 80px)); transform: translate(-50%, 0); font-family: var(--ff-mono); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--bone); opacity: 0; white-space: nowrap; }
.curtain.in .quip { animation: quipIn .5s var(--ease) .25s both; }
@keyframes quipIn { 0% { opacity: 0; transform: translate(-50%, 12px); } 100% { opacity: 1; transform: translate(-50%, 0); } }
/* --- page contact --- */
.contact-side .now { display: flex; align-items: center; gap: 12px; border: var(--bd); background: var(--ink); color: var(--bone); padding: 12px 16px; box-shadow: 6px 6px 0 var(--acid); font-family: var(--ff-mono); }
.contact-side .now .dot { width: 12px; height: 12px; border-radius: 50%; background: #FF5A3C; box-shadow: 0 0 0 0 rgba(255,90,60,.5); animation: nowPulse 2s ease-out infinite; flex: 0 0 auto; }
.contact-side .now.open .dot { background: var(--acid); box-shadow: 0 0 0 0 rgba(216,255,0,.6); }
@keyframes nowPulse { 0% { box-shadow: 0 0 0 0 currentColor; opacity: 1; } 100% { box-shadow: 0 0 0 10px transparent; } }
.contact-side .now b { font-family: var(--ff-display); font-weight: 900; font-size: 30px; line-height: 1; letter-spacing: .02em; font-variant-numeric: tabular-nums; color: var(--acid); }
.contact-side .now small { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; opacity: .85; line-height: 1.3; }
.contact-side .big { position: relative; overflow: hidden; transition: transform .2s cubic-bezier(.3,1.5,.5,1), box-shadow .2s; }
.contact-side .big::after { content: "→"; position: absolute; right: 18px; top: 50%; transform: translate(30px, -50%); font-family: var(--ff-mono); font-size: 22px; opacity: 0; transition: transform .3s var(--ease), opacity .3s; }
.contact-side .big:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--ink); }
.contact-side .big:hover::after { transform: translate(0, -50%); opacity: 1; }
.form .form-gauge { display: grid; gap: 8px; }
.form .form-gauge i { display: block; height: 10px; border: var(--bd); background: var(--bone-2); position: relative; overflow: hidden; }
.form .form-gauge .track i { display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: var(--acid); transition: width .5s var(--ease); }
.form .form-gauge .track { display: block; height: 10px; border: var(--bd); background: var(--bone-2); position: relative; overflow: hidden; }
.form .form-gauge span { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); transition: color .3s; }
.form .form-gauge.full-on span { color: var(--ink); background: var(--acid); display: inline-block; padding: 2px 8px; animation: stamp2 .5s cubic-bezier(.3,1.5,.5,1) both; }
.form label.stamp { animation: labelStamp .45s cubic-bezier(.3,1.6,.5,1); display: inline-block; }
@keyframes labelStamp { 0% { transform: scale(1.25) rotate(-3deg); color: var(--acid-deep); } 100% { transform: none; } }
.form input:focus, .form textarea:focus, .form select:focus { transform: translate(-2px, -2px); transition: transform .15s var(--ease), box-shadow .15s; }
.form .msg.ok { animation: stamp2 .6s cubic-bezier(.3,1.5,.5,1) both; }
.confetti { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 9500; }
.contact-page .city-list a { transition: transform .2s cubic-bezier(.3,1.6,.5,1), background .15s, box-shadow .15s; }
.contact-page .city-list a:hover { transform: translate(-2px,-2px) rotate(-2deg) scale(1.04); }
@media (prefers-reduced-motion: reduce) { .contact-side .now .dot, .form label.stamp, .form .msg.ok, .curtain .quip { animation: none !important; } .curtain .quip { opacity: 1; } }

/* --- page tarifs --- */
.tarifs-page .plans.deal > .plan { transform: perspective(1200px) translateY(120px) rotate(-8deg) rotateY(-25deg) scale(.9); opacity: 0; transform-origin: 50% 100%; }
.tarifs-page .plans.deal.in-view > .plan { transform: none; opacity: 1; transition: transform .9s cubic-bezier(.3,1.35,.5,1), opacity .5s; }
.tarifs-page .plans.deal.in-view > .plan.hot { transform: translateY(-14px); }
.tarifs-page .plans.deal.in-view > .plan:nth-child(2) { transition-delay: .15s; } .tarifs-page .plans.deal.in-view > .plan:nth-child(3) { transition-delay: .3s; }
.tarifs-page .plan.hot { position: relative; overflow: hidden; }
.tarifs-page .plan.hot::after { content: ""; position: absolute; top: -60%; bottom: -60%; left: -30%; width: 24%; background: linear-gradient(100deg, transparent, color-mix(in srgb, var(--acid) 22%, transparent), transparent); transform: skewX(-18deg) translateX(-200%); animation: hotScan 4.5s ease-in-out infinite; pointer-events: none; }
@keyframes hotScan { 0%, 60% { transform: skewX(-18deg) translateX(-200%); } 100% { transform: skewX(-18deg) translateX(700%); } }
.tarifs-page .plan .tag { animation: tagBob 3s ease-in-out infinite; }
@keyframes tagBob { 50% { transform: rotate(-3deg) translateY(-3px); } }
.tarifs-page .plan li.tick { animation: tick .4s cubic-bezier(.3,1.6,.5,1) both; }
@keyframes tick { 0% { transform: translateX(-6px); color: var(--acid-deep); } 100% { transform: none; } }
.tarifs-page .plan .price { transition: transform .26s cubic-bezier(.6,0,.4,1); transform-origin: 50% 50%; display: inline-block; }
.tarifs-page .plan .price.flip { transform: perspective(600px) rotateX(90deg); }
.tarifs-page .plan .price.flip-in { animation: flipIn .45s cubic-bezier(.3,1.5,.5,1); }
@keyframes flipIn { 0% { transform: perspective(600px) rotateX(-90deg); } 100% { transform: none; } }
.pay-toggle { display: flex; align-items: center; gap: 0; flex-wrap: wrap; margin-bottom: 30px; }
.pay-toggle button { font: 700 13px var(--ff-mono); text-transform: uppercase; letter-spacing: .06em; padding: 12px 18px; border: var(--bd); background: var(--bone-3); color: var(--ink); cursor: pointer; box-shadow: 4px 4px 0 var(--ink); transition: background .2s, color .2s, transform .15s; }
.pay-toggle button + button { margin-left: -3px; }
.pay-toggle button.on { background: var(--ink); color: var(--acid); }
.pay-toggle button:not(.on):hover { background: var(--acid); }
.pay-toggle .pay-note { margin-left: 18px; font-family: var(--ff-mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
body.pay-month .plan .price { color: var(--acid-deep); }
body.pay-month .plan.hot .price { color: var(--acid); }
.budget { margin-top: 40px; border: var(--bd); background: var(--bone-3); box-shadow: var(--sh); padding: 26px 30px; display: grid; gap: 14px; }
.budget label { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.budget label b { font-family: var(--ff-display); font-weight: 900; font-size: 44px; line-height: 1; font-variant-numeric: tabular-nums; }
.budget input[type=range] { --p: 15%; -webkit-appearance: none; appearance: none; width: 100%; height: 14px; border: var(--bd); background: linear-gradient(90deg, var(--acid) var(--p), var(--bone-2) var(--p)); cursor: pointer; }
.budget input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 34px; height: 34px; background: var(--ink); border: 3px solid var(--acid); box-shadow: 4px 4px 0 var(--ink); cursor: grab; transition: transform .15s; }
.budget input[type=range]::-webkit-slider-thumb:hover { transform: scale(1.12) rotate(-4deg); }
.budget input[type=range]::-moz-range-thumb { width: 34px; height: 34px; background: var(--ink); border: 3px solid var(--acid); border-radius: 0; cursor: grab; }
.budget p { font-size: 16px; line-height: 1.5; margin: 0; }
.tarifs-page .plan.match { outline: 4px solid var(--acid); outline-offset: 4px; box-shadow: 10px 10px 0 var(--acid); }
.tarifs-page .plan.hot.match { outline-color: var(--bone); }
.tarifs-page .plan.dim { opacity: .55; filter: grayscale(.5); }
.tarifs-page .plan { transition: opacity .4s, filter .4s, outline-color .3s, box-shadow .3s, transform .9s cubic-bezier(.3,1.35,.5,1); }
.tarifs-page .page-hero .side::after { content: "0 % TVA · NET"; position: absolute; right: 0; top: -70px; width: 96px; height: 96px; display: grid; place-items: center; text-align: center; font: 700 10px/1.2 var(--ff-mono); letter-spacing: .1em; background: var(--acid); color: var(--ink); border: var(--bd); border-radius: 50%; box-shadow: var(--sh); animation: rot 12s linear infinite; }
.tarifs-page .page-hero .side { position: relative; }
@media (max-width: 700px) { .tarifs-page .plans.deal > .plan { transform: translateY(40px); } .budget label b { font-size: 34px; } .pay-toggle .pay-note { margin-left: 0; width: 100%; margin-top: 10px; } .tarifs-page .page-hero .side::after { display: none; } }
@media (prefers-reduced-motion: reduce) { .tarifs-page .plans.deal > .plan { transform: none; opacity: 1; } .tarifs-page .plan.hot::after, .tarifs-page .plan .tag, .tarifs-page .page-hero .side::after { animation: none; } }

/* --- tableau tarifs : défilable sur mobile (débordement horizontal corrigé) --- */
@media (max-width: 700px) { table.rates { display: block; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } table.rates td:last-child { font-size: 18px; } table.rates th, table.rates td { padding: 12px 12px; } }

/* --- page méthode --- */
.methode-page .steps { position: relative; }
.methode-page .steps::before { content: ""; position: absolute; left: 56px; top: 0; bottom: 0; width: 4px; background: repeating-linear-gradient(to bottom, var(--ink) 0 8px, transparent 8px 16px); opacity: .25; z-index: 0; }
.methode-page .steps .steps-progress { position: absolute; left: 56px; top: 0; width: 4px; height: 0; background: var(--acid); box-shadow: 0 0 10px var(--acid); z-index: 0; transition: height .15s linear; }
.methode-page .steps .steps-progress::after { content: ""; position: absolute; left: -8px; bottom: -8px; width: 20px; height: 20px; background: var(--acid); border: 3px solid var(--ink); border-radius: 50%; box-shadow: 0 0 0 4px color-mix(in srgb, var(--acid) 35%, transparent); }
.methode-page .step { position: relative; z-index: 1; opacity: 0; transition: transform .9s cubic-bezier(.3,1.3,.5,1), opacity .5s var(--ease), box-shadow .3s; }
.methode-page .step.from-l { transform: perspective(1200px) translateX(-80px) rotateY(18deg); transform-origin: 0 50%; }
.methode-page .step.from-r { transform: perspective(1200px) translateX(80px) rotateY(-18deg); transform-origin: 100% 50%; }
.methode-page .step.reached { opacity: 1; transform: none; }
.methode-page .step .n { transition: color .3s, -webkit-text-stroke .3s, transform .5s cubic-bezier(.3,1.6,.5,1); color: transparent; -webkit-text-stroke: 2px currentColor; }
.methode-page .step.reached .n { color: currentColor; -webkit-text-stroke: 0; transform: scale(1.06); }
.methode-page .step:nth-child(2n).reached .n { color: var(--ink); }
.methode-page .step:nth-child(3n).reached .n { color: var(--acid); }
.methode-page .step li { opacity: .35; transform: translateX(-8px); transition: opacity .3s, transform .3s var(--ease); }
.methode-page .step li.tick { opacity: 1; transform: none; animation: tick .4s cubic-bezier(.3,1.6,.5,1) both; }
.methode-page .step .dur.typing::after { content: "▍"; animation: livePulse 1s steps(2) infinite; }
.methode-page .step:hover { box-shadow: 12px 12px 0 var(--acid); }
.methode-page .step:nth-child(2n):hover, .methode-page .step:nth-child(3n):hover { box-shadow: 12px 12px 0 var(--ink); }
.methode-page .step:nth-child(3n):hover { box-shadow: 12px 12px 0 var(--acid); }
.methode-page .page-hero h1 .row { position: relative; display: inline-block; }
.methode-page .page-hero h1 .row::after { content: ""; position: absolute; left: 0; right: 0; bottom: .04em; height: .12em; background: var(--acid); transform: scaleX(0); transform-origin: 0 50%; z-index: -1; animation: rowLine .6s var(--ease) both; }
.methode-page .page-hero h1 .row:nth-child(1)::after { animation-delay: 1.1s; } .methode-page .page-hero h1 .row:nth-child(2)::after { animation-delay: 1.35s; } .methode-page .page-hero h1 .row:nth-child(3)::after { animation-delay: 1.6s; }
@keyframes rowLine { to { transform: scaleX(1); } }
.methode-page .sec.dark .stagger > .card { transform: perspective(900px) translateY(-80px) rotateX(-30deg) rotate(-3deg); opacity: 0; transform-origin: 50% 0; }
.methode-page .sec.dark .stagger.in-view > .card { transform: none; opacity: 1; transition: transform .8s cubic-bezier(.3,1.4,.5,1), opacity .5s; }
.methode-page .sec.dark .stagger.in-view > .card:nth-child(2) { transition-delay: .1s; } .methode-page .sec.dark .stagger.in-view > .card:nth-child(3) { transition-delay: .2s; } .methode-page .sec.dark .stagger.in-view > .card:nth-child(4) { transition-delay: .3s; } .methode-page .sec.dark .stagger.in-view > .card:nth-child(5) { transition-delay: .4s; } .methode-page .sec.dark .stagger.in-view > .card:nth-child(6) { transition-delay: .5s; }
.methode-page .sec.dark .card { overflow: visible; }
.methode-page .sec.dark .card::after { content: "✓ GARANTI"; position: absolute; right: -10px; top: -14px; font: 700 11px var(--ff-mono); letter-spacing: .12em; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); padding: 4px 8px; transform: rotate(6deg) scale(0); transition: transform .35s cubic-bezier(.3,1.6,.5,1); }
.methode-page .sec.dark .card:hover::after { transform: rotate(-6deg) scale(1); }
@media (max-width: 900px) { .methode-page .steps::before, .methode-page .steps .steps-progress { left: 14px; } .methode-page .step.from-l, .methode-page .step.from-r { transform: translateY(30px); } }
@media (prefers-reduced-motion: reduce) { .methode-page .step { opacity: 1 !important; transform: none !important; } .methode-page .step li { opacity: 1; transform: none; animation: none; } .methode-page .page-hero h1 .row::after { animation: none; transform: scaleX(1); } .methode-page .sec.dark .stagger > .card { transform: none; opacity: 1; } }

/* --- page abonnement --- */
.abo-gauge { display: flex; align-items: center; gap: 10px; margin-top: 16px; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.abo-gauge .abo-ticks { display: flex; gap: 3px; flex: 1; }
.abo-gauge .abo-ticks i { flex: 1; height: 14px; background: var(--bone-2); border: 1px solid var(--ink); transform: scaleY(.3); opacity: .4; transition: transform .25s cubic-bezier(.3,1.6,.5,1), background .25s, opacity .25s; transition-delay: calc(var(--i) * 45ms); }
.abo-gauge.go .abo-ticks i { transform: none; opacity: 1; background: var(--acid); }
.abo-gauge .abo-own { opacity: 0; transform: translateX(-8px); transition: opacity .4s 1.2s, transform .4s 1.2s; font-weight: 700; background: var(--ink); color: var(--acid); padding: 3px 7px; }
.abo-gauge.go .abo-own { opacity: 1; transform: none; }
.abo-page .plans.tickets > .plan { transform: perspective(1000px) rotateX(-40deg) translateY(-60px); opacity: 0; transform-origin: 50% 0; }
.abo-page .plans.tickets.in-view > .plan { transform: none; opacity: 1; transition: transform .9s cubic-bezier(.3,1.4,.5,1), opacity .4s; }
.abo-page .plans.tickets.in-view > .plan.hot { transform: translateY(-14px); }
.abo-page .plans.tickets.in-view > .plan:nth-child(2) { transition-delay: .15s; } .abo-page .plans.tickets.in-view > .plan:nth-child(3) { transition-delay: .3s; }
.abo-page .plan { transition: transform .9s cubic-bezier(.3,1.4,.5,1), opacity .4s, box-shadow .25s; }
.abo-page .plan:hover { box-shadow: 12px 12px 0 var(--acid); }
.abo-page .plan.hot:hover { box-shadow: 14px 14px 0 var(--acid); }
.abo-page .plan .tag { animation: tagBob 3s ease-in-out infinite; }
.abo-page .plan li.tick { animation: tick .4s cubic-bezier(.3,1.6,.5,1) both; }
.abo-page .plan .price small { position: relative; }
.cash { margin-top: 40px; border: var(--bd); background: var(--bone-3); box-shadow: var(--sh); padding: 28px 30px; display: grid; gap: 18px; position: relative; overflow: hidden; }
.cash.bump { animation: cashBump .35s cubic-bezier(.3,1.6,.5,1); }
@keyframes cashBump { 40% { transform: scale(1.01) rotate(-.4deg); } }
.cash-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.cash-head h3 { font-size: clamp(26px, 3vw, 40px); margin-top: 10px; }
.cash-pick { display: flex; }
.cash-pick button { font: 700 12px var(--ff-mono); text-transform: uppercase; letter-spacing: .06em; padding: 10px 14px; border: var(--bd); background: var(--bone-2); color: var(--ink); cursor: pointer; transition: background .15s, transform .15s; }
.cash-pick button + button { margin-left: -3px; }
.cash-pick button.on { background: var(--ink); color: var(--acid); }
.cash-pick button:not(.on):hover { background: var(--acid); transform: translateY(-2px); }
.cash-month { display: grid; gap: 10px; font-family: var(--ff-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.cash-month b { font-family: var(--ff-display); font-weight: 900; font-size: 40px; line-height: 1; margin-left: 8px; font-variant-numeric: tabular-nums; }
.cash-month input[type=range] { --p: 0%; -webkit-appearance: none; appearance: none; width: 100%; height: 14px; border: var(--bd); background: linear-gradient(90deg, var(--acid) var(--p), var(--bone-2) var(--p)); cursor: grab; }
.cash-month input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 32px; height: 32px; background: var(--ink); border: 3px solid var(--acid); box-shadow: 4px 4px 0 var(--ink); cursor: grab; transition: transform .15s; }
.cash-month input[type=range]::-webkit-slider-thumb:hover { transform: scale(1.12) rotate(-4deg); }
.cash-month input[type=range]::-moz-range-thumb { width: 32px; height: 32px; background: var(--ink); border: 3px solid var(--acid); border-radius: 0; cursor: grab; }
.cash-bars { display: grid; gap: 12px; }
.cash-bar { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 12px; font-family: var(--ff-mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.cash-fill { display: block; height: 46px; border: var(--bd); width: 0; min-width: 120px; transition: width .45s cubic-bezier(.3,1.2,.5,1); position: relative; }
.cash-fill.proj { background: repeating-linear-gradient(135deg, var(--ink) 0 6px, var(--ink-3) 6px 12px); }
.cash-fill.abo { background: var(--acid); box-shadow: 4px 4px 0 var(--ink); }
.cash-fill b { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-family: var(--ff-display); font-weight: 900; font-size: 22px; letter-spacing: 0; text-transform: none; color: var(--ink); background: var(--bone); padding: 2px 8px; border: 2px solid var(--ink); white-space: nowrap; }
.cash-fill.proj b { background: var(--acid); }
.cash-note { font-size: 13px; }
.cash-note b { background: var(--acid); padding: 0 4px; }
.cash.over .cash-note b { background: var(--ink); color: var(--acid); }
.cash-own { justify-self: start; background: var(--ink); color: var(--acid); border: 3px solid var(--acid); padding: 0 16px; height: 0; overflow: hidden; border-width: 0; transform: rotate(8deg) scale(0); transition: transform .45s cubic-bezier(.3,1.6,.5,1); pointer-events: none; }
.cash-own.on { transform: rotate(-2deg) scale(1); height: auto; padding: 12px 16px; border-width: 3px; }
.cash-own b { display: block; font-family: var(--ff-display); font-weight: 900; font-size: 22px; line-height: 1; }
.cash-own span { display: block; font-family: var(--ff-mono); font-size: 11px; letter-spacing: .06em; margin-top: 6px; color: var(--bone); }
.abo-page table.rates tbody tr { opacity: 0; transform: translateX(-30px); transition: opacity .5s var(--ease), transform .6s cubic-bezier(.3,1.3,.5,1); }
.abo-page table.rates.rows-in tbody tr { opacity: 1; transform: none; }
.abo-page table.rates td.abo-yes { position: relative; font-weight: 700; }
.abo-page table.rates td.abo-yes::after { content: "✓ INCLUS"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%) rotate(8deg) scale(0); font: 700 10px var(--ff-mono); letter-spacing: .12em; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); padding: 3px 6px; transition: transform .3s cubic-bezier(.3,1.6,.5,1); }
.abo-page table.rates tr:hover td.abo-yes::after { transform: translateY(-50%) rotate(-6deg) scale(1); }
.abo-page table.rates tr:hover td { background: color-mix(in srgb, var(--acid) 18%, transparent); }
.abo-page table.rates th:last-child { position: relative; }
.abo-page table.rates th:last-child::before { content: "★"; color: var(--acid); margin-right: 6px; display: inline-block; animation: starSpin 3s linear infinite; }
@keyframes starSpin { to { transform: rotate(360deg); } }
.abo-page .sec.dark .stagger > .card { transform: perspective(900px) translateY(-80px) rotateX(-30deg) rotate(-3deg); opacity: 0; transform-origin: 50% 0; }
.abo-page .sec.dark .stagger.in-view > .card { transform: none; opacity: 1; transition: transform .8s cubic-bezier(.3,1.4,.5,1), opacity .5s; }
.abo-page .sec.dark .stagger.in-view > .card:nth-child(2) { transition-delay: .12s; } .abo-page .sec.dark .stagger.in-view > .card:nth-child(3) { transition-delay: .24s; }
.abo-page .sec.dark .card { overflow: visible; }
.abo-page .sec.dark .card::after { content: "TOUT COMPRIS"; position: absolute; right: -10px; top: -14px; font: 700 11px var(--ff-mono); letter-spacing: .12em; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); padding: 4px 8px; transform: rotate(6deg) scale(0); transition: transform .35s cubic-bezier(.3,1.6,.5,1); }
.abo-page .sec.dark .card:hover::after { transform: rotate(-6deg) scale(1); }
.abo-page .page-hero h1 .hl { display: inline-block; animation: hlPulse 2.6s ease-in-out infinite; }
@keyframes hlPulse { 50% { transform: rotate(-2deg) scale(1.03); } }
@media (max-width: 900px) { .cash-bar { grid-template-columns: 1fr; gap: 6px; } .cash-own.on { transform: none; } .abo-page .plans.tickets > .plan { transform: translateY(30px); } .abo-gauge .abo-own { display: none; } }
@media (prefers-reduced-motion: reduce) { .abo-page .plan, .abo-page .plans.tickets > .plan, .abo-page .sec.dark .stagger > .card { transform: none !important; opacity: 1 !important; animation: none !important; } .abo-page table.rates tbody tr { opacity: 1; transform: none; } .abo-gauge .abo-ticks i { transform: none; opacity: 1; background: var(--acid); } .abo-gauge .abo-own { opacity: 1; transform: none; } .abo-page .page-hero h1 .hl, .abo-page .plan .tag, .abo-page table.rates th:last-child::before { animation: none; } .cash.bump { animation: none; } }

/* --- page à propos --- */
.about-id { margin-top: 18px; border: 2px solid var(--acid); padding: 14px 16px; position: relative; display: grid; gap: 4px; background: color-mix(in srgb, var(--acid) 8%, transparent); }
.about-id-k { font-family: var(--ff-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--bone-2); opacity: .8; }
.about-id-live { font-family: var(--ff-display); font-weight: 900; font-size: clamp(28px, 3vw, 44px); line-height: 1; color: var(--acid); font-variant-numeric: tabular-nums; letter-spacing: .01em; }
.about-stamp { position: absolute; right: 10px; top: -14px; font: 700 11px var(--ff-mono); letter-spacing: .14em; color: var(--acid); border: 3px solid var(--acid); padding: 5px 9px; transform: rotate(10deg) scale(2.2); opacity: 0; transition: transform .35s cubic-bezier(.6,0,.2,1.4), opacity .2s; text-transform: uppercase; }
.about-id.stamped .about-stamp { transform: rotate(-8deg) scale(1); opacity: 1; }
.about-page .page-hero h1 .row { position: relative; display: block; width: fit-content; }
.about-page .page-hero h1 .row:last-child::after { content: ""; position: absolute; left: 0; right: 0; bottom: .02em; height: .1em; background: var(--acid); transform: scaleX(0); transform-origin: 0 50%; animation: rowLine .7s 1.2s var(--ease) both; }
.about-page .hero-photo { transition: transform .25s ease-out, box-shadow .25s; transform-style: preserve-3d; }
.about-page .hero-photo:hover { box-shadow: -14px 14px 0 var(--acid); }
.about-page .hero-photo::after { display: none; }
.about-page .hero-photo .about-role { position: absolute; left: 10px; bottom: 12px; z-index: 3; font: 700 12px var(--ff-mono); letter-spacing: .16em; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); padding: 6px 10px; transform: rotate(-3deg); box-shadow: 3px 3px 0 var(--ink); transition: transform .26s cubic-bezier(.3,1.5,.5,1), opacity .2s; }
.about-page .hero-photo .about-role::before { content: "ARNAUD · "; font-weight: 400; }
.about-page .hero-photo .about-role.out { transform: rotate(6deg) translateY(30px); opacity: 0; }
.about-page .hero-photo img { transition: opacity .4s; }
.about-page .hero-photo:hover img { filter: none; }
.about-q { font-weight: 700; background: var(--acid); padding: 0 6px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.about-q.typing::after { content: "▍"; animation: livePulse 1s steps(2) infinite; }
.about-q.done { animation: qPop .4s cubic-bezier(.3,1.6,.5,1); display: inline-block; }
@keyframes qPop { 50% { transform: rotate(-1.5deg) scale(1.04); } }
.about-page .prose ul li { position: relative; padding-left: 30px; list-style: none; opacity: .35; transform: translateX(-10px); transition: opacity .35s, transform .35s var(--ease); }
.about-page .prose ul li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 2px solid var(--ink); font: 700 13px/18px var(--ff-mono); text-align: center; color: transparent; background: var(--bone-3); transition: background .25s, color .25s, transform .25s cubic-bezier(.3,1.6,.5,1); }
.about-page .prose ul li.tick { opacity: 1; transform: none; }
.about-page .prose ul li.tick::before { background: var(--acid); color: var(--ink); transform: rotate(-8deg) scale(1.15); }
.about-page .timeline { position: relative; border-left-color: color-mix(in srgb, var(--bone) 25%, transparent); }
.about-page .timeline .tl-progress { position: absolute; left: -3px; top: 0; width: 3px; height: 0; background: var(--acid); box-shadow: 0 0 12px var(--acid); transition: height .15s linear; }
.about-page .timeline .tl-progress::after { content: ""; position: absolute; left: -7px; bottom: -8px; width: 16px; height: 16px; background: var(--acid); border: 3px solid var(--ink); border-radius: 50%; box-shadow: 0 0 0 4px color-mix(in srgb, var(--acid) 35%, transparent); }
.about-page .timeline > div { opacity: 0; transform: perspective(1000px) translateX(60px) rotateY(-16deg); transform-origin: 0 50%; transition: opacity .5s, transform .8s cubic-bezier(.3,1.3,.5,1); }
.about-page .timeline > div.reached { opacity: 1; transform: none; }
.about-page .timeline > div::before { background: transparent; border-color: color-mix(in srgb, var(--bone) 40%, transparent); transition: background .3s, transform .4s cubic-bezier(.3,1.6,.5,1); }
.about-page .timeline > div.reached::before { background: var(--acid); border-color: var(--acid); transform: rotate(45deg) scale(1.1); animation: tlPing 1.2s ease-out; }
@keyframes tlPing { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--acid) 70%, transparent); } 100% { box-shadow: 0 0 0 26px transparent; } }
.about-page .timeline .y { color: var(--acid); font-variant-numeric: tabular-nums; }
.about-page .timeline .tl-num { font-family: var(--ff-display); font-weight: 900; font-size: 1.5em; color: var(--acid); font-style: normal; }
.about-page .stack span { opacity: 0; transform: translateY(-40px) rotate(var(--r, 0deg)) scale(.7); transition: opacity .3s, transform .6s cubic-bezier(.3,1.6,.5,1), background .15s, color .15s, border-color .15s; }
.about-page .stack.drop span { opacity: 1; transform: none; }
.about-page .stack.drop span:hover { transform: translateY(-3px) rotate(-2deg) scale(1.06); }
.about-page .sec .grid.c3 .card { overflow: visible; }
.about-page .sec .grid.c3 .card::after { content: "MAÎTRISÉ"; position: absolute; right: -10px; top: -14px; font: 700 11px var(--ff-mono); letter-spacing: .12em; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); padding: 4px 8px; transform: rotate(6deg) scale(0); transition: transform .35s cubic-bezier(.3,1.6,.5,1); }
.about-page .sec .grid.c3 .card:hover::after { transform: rotate(-6deg) scale(1); }
@media (max-width: 900px) { .about-page .timeline > div { transform: translateY(24px); } .about-stamp { position: static; display: inline-block; margin-top: 8px; justify-self: start; } .about-page .hero-photo { transform: rotate(2deg) !important; } }
@media (prefers-reduced-motion: reduce) { .about-page .timeline > div, .about-page .stack span, .about-page .prose ul li { opacity: 1 !important; transform: none !important; animation: none !important; } .about-id .about-stamp { opacity: 1; transform: rotate(-8deg); } .about-page .page-hero h1 .row:last-child::after { animation: none; transform: scaleX(1); } .about-q.done { animation: none; } }

/* --- page réalisations --- */
.work-stats { display: flex; gap: 22px; margin-top: 18px; flex-wrap: wrap; }
.work-stats div { display: grid; }
.work-stats b { font-family: var(--ff-display); font-weight: 900; font-size: clamp(30px, 3.4vw, 48px); line-height: 1; font-variant-numeric: tabular-nums; }
.work-stats span { font-family: var(--ff-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-top: 4px; }
.work-count { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin: -22px 0 26px; }
.work-count b { font-family: var(--ff-display); font-weight: 900; font-size: 26px; color: var(--ink); vertical-align: -3px; margin-right: 4px; font-variant-numeric: tabular-nums; }
.filters button { position: relative; }
.filters button .f-n { display: inline-block; margin-left: 8px; font-style: normal; font-size: 10px; padding: 1px 5px; background: var(--ink); color: var(--acid); border-radius: 0; vertical-align: 1px; transition: .15s; }
.filters button.on .f-n { background: var(--acid); color: var(--ink); }
.filters button:hover:not(.on) .f-n { background: var(--ink); }
.work-page .work-grid.deal > .case { opacity: 0; transform: perspective(1200px) translateY(120px) rotateX(35deg) rotate(var(--rz, 0deg)) scale(.85); transform-origin: 50% 100%; }
.work-page .work-grid.deal.in-view > .case { opacity: 1; transform: none; transition: transform .9s cubic-bezier(.3,1.35,.5,1) var(--d, 0ms), opacity .4s var(--d, 0ms); }
.work-page .work-grid.deal.in-view > .case:nth-child(3n+1) { transform: rotate(-1.2deg); } .work-page .work-grid.deal.in-view > .case:nth-child(3n+2) { transform: rotate(.8deg) translateY(18px); } .work-page .work-grid.deal.in-view > .case:nth-child(3n+3) { transform: rotate(-.5deg); }
.work-page .work-grid.deal.in-view > .case:hover { transform: rotate(0) translateY(-6px); transition-delay: 0ms; }
.case .case-n { position: absolute; top: -18px; right: 10px; z-index: 3; font-family: var(--ff-display); font-weight: 900; font-size: 44px; line-height: 1; color: var(--bone); -webkit-text-stroke: 2px var(--ink); paint-order: stroke fill; transition: color .25s, transform .3s cubic-bezier(.3,1.6,.5,1); pointer-events: none; }
.case:hover .case-n { color: var(--acid); transform: rotate(-6deg) scale(1.15); }
.case .case-meta { display: flex; gap: 6px; margin-top: 16px; }
.work-page .case .case-meta + h3 { margin-top: 10px; }
.case .case-meta b, .case .case-meta i { font: 700 10px var(--ff-mono); letter-spacing: .1em; text-transform: uppercase; font-style: normal; padding: 3px 7px; border: 2px solid var(--ink); background: var(--bone); color: var(--ink); opacity: 0; transform: translateY(8px) rotate(2deg); transition: opacity .25s, transform .3s cubic-bezier(.3,1.6,.5,1); }
.case .case-meta i { background: var(--ink); color: var(--acid); transition-delay: .06s; }
.case:hover .case-meta b, .case:hover .case-meta i, .case.in-view .case-meta b, .case.in-view .case-meta i { opacity: 1; transform: none; }
.case .img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.45) 50%, transparent 70%); transform: translateX(-120%); pointer-events: none; z-index: 2; }
.case:hover .img::after { animation: caseSweep .9s ease-out; }
@keyframes caseSweep { to { transform: translateX(120%); } }
.case.ghost { border: 3px dashed var(--ink); padding: 18px; background: repeating-linear-gradient(-45deg, transparent 0 14px, color-mix(in srgb, var(--acid) 25%, transparent) 14px 28px); }
.case.ghost .img { aspect-ratio: 4/3; display: grid; place-items: center; background: var(--bone-3); border-style: dashed; box-shadow: none; }
.case.ghost .img span { font-family: var(--ff-display); font-weight: 900; font-size: 96px; line-height: 1; color: transparent; -webkit-text-stroke: 3px var(--ink); animation: ghostBlink 1.6s steps(2) infinite; }
@keyframes ghostBlink { 50% { color: var(--acid); } }
.case.ghost:hover .img { background: var(--acid); }
.case.ghost .tape { background: var(--ink); color: var(--acid); }
@media (max-width: 900px) { .work-page .work-grid.deal > .case { transform: translateY(30px); } .case .case-n { font-size: 34px; top: -14px; } .work-count { margin-top: -10px; } }
@media (prefers-reduced-motion: reduce) { .work-page .work-grid.deal > .case { opacity: 1 !important; transform: none !important; } .case .img::after, .case.ghost .img span { animation: none !important; } .case .case-meta b, .case .case-meta i { opacity: 1; transform: none; } }

/* --- home : section 3D scroll-morph (plein écran) --- */
.ap-morph { --ap-accent: var(--acid); --ap-fg: var(--ink); --ap-bg: var(--bone); --ap-muted: var(--ink-3); position: relative; color: var(--ap-fg); background: var(--bone); }
.ap-morph__pin { position: relative; height: 100vh; height: 100svh; overflow: hidden; box-sizing: border-box; }
.ap-morph__stage { position: absolute; inset: 0; z-index: 1; background: radial-gradient(ellipse 55% 70% at 68% 55%, color-mix(in srgb, var(--ap-accent) 22%, transparent), transparent 70%), linear-gradient(to bottom, var(--bone), var(--bone-3)); }
.ap-morph__stage::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(color-mix(in srgb, var(--ap-fg) 7%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--ap-fg) 7%, transparent) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse 70% 80% at 65% 50%, #000 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 70% 80% at 65% 50%, #000 30%, transparent 75%); pointer-events: none; }
.ap-morph__stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.ap-morph__ghost { position: absolute; right: -.04em; bottom: -.12em; z-index: 2; font-family: var(--ff-display); font-weight: 900; font-size: clamp(120px, 20vw, 340px); line-height: 1; text-transform: uppercase; white-space: nowrap; color: transparent; -webkit-text-stroke: 2px color-mix(in srgb, var(--ap-fg) 22%, transparent); pointer-events: none; transition: opacity .35s, transform .6s var(--ease); }
.ap-morph__ghost.swap { opacity: 0; transform: translateY(20px); }
.ap-morph__copy { position: absolute; left: clamp(20px, 5vw, 80px); top: 50%; transform: translateY(-50%); z-index: 3; max-width: 34rem; width: min(34rem, 42vw); }
.ap-morph__lead { margin: 18px 0 30px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.35; }
.ap-morph__lead strong { font-weight: 700; background: linear-gradient(transparent 55%, color-mix(in srgb, var(--ap-accent) 60%, transparent) 55%); }
.ap-morph__steps { list-style: none; margin: 0; padding: 0; }
.ap-morph__step { display: grid; grid-template-columns: 64px 1fr; gap: 10px; padding: 14px 0; border-top: 2px solid color-mix(in srgb, var(--ap-fg) 18%, transparent); opacity: .38; transition: opacity .35s ease, transform .35s var(--ease); cursor: pointer; }
.ap-morph__step:last-child { border-bottom: 2px solid color-mix(in srgb, var(--ap-fg) 18%, transparent); }
.ap-morph__step.is-active { opacity: 1; transform: translateX(6px); }
.ap-morph__step-n { font: 700 12px var(--ff-mono); letter-spacing: .08em; padding-top: .5em; color: var(--ap-muted); font-variant-numeric: tabular-nums; white-space: nowrap; justify-self: start; }
.ap-morph__step.is-active .ap-morph__step-n { color: var(--ap-fg); background: var(--ap-accent); padding: 4px 6px; align-self: start; }
.ap-morph__step h3 { margin: 0; font-family: var(--ff-display); font-weight: 900; font-size: clamp(26px, 2.6vw, 42px); line-height: 1; text-transform: uppercase; }
.ap-morph__step p { margin: 6px 0 0; font-size: 15px; line-height: 1.45; color: var(--ap-muted); max-height: 0; overflow: hidden; opacity: 0; transition: max-height .45s ease, opacity .35s ease .1s; }
.ap-morph__step.is-active p { max-height: 8rem; opacity: 1; }
.ap-morph__hint { position: absolute; left: clamp(20px, 5vw, 80px); bottom: 26px; z-index: 3; font: 700 11px var(--ff-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ap-muted); }
.ap-morph.is-3d .ap-morph__hint::after { content: " ↓"; display: inline-block; animation: hintDown 1.4s ease-in-out infinite; }
@keyframes hintDown { 50% { transform: translateY(4px); } }
.ap-morph__bar { position: absolute; left: 50%; transform: translateX(-50%); bottom: 26px; z-index: 3; display: flex; gap: 6px; align-items: center; }
.ap-morph__bar i { display: block; width: 44px; height: 8px; border: 2px solid var(--ap-fg); background: transparent; transition: background .3s, box-shadow .3s; }
.ap-morph__bar i.on { background: var(--ap-fg); }
.ap-morph__bar i.on:has(+ i:not(.on)), .ap-morph__bar i.on:last-of-type { background: var(--ap-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ap-accent) 45%, transparent); }
.ap-morph__bar b { font: 700 12px var(--ff-mono); letter-spacing: .1em; margin-left: 8px; font-variant-numeric: tabular-nums; }
/* repli statique : mobile, tablette, reduced-motion, GSAP absent */
.ap-morph.static .ap-morph__pin { height: auto; padding: 60px clamp(20px, 5vw, 80px); }
.ap-morph.static .ap-morph__stage, .ap-morph.static .ap-morph__hint, .ap-morph.static .ap-morph__bar, .ap-morph.static .ap-morph__ghost { display: none; }
.ap-morph.static .ap-morph__copy { position: static; transform: none; width: auto; }
.ap-morph.static .ap-morph__step { opacity: 1; transform: none; cursor: default; }
.ap-morph.static .ap-morph__step p { max-height: none; opacity: 1; }
.ap-morph.static .ap-morph__step-n { color: var(--ap-fg); background: var(--ap-accent); padding: 4px 6px; align-self: start; }
@media (max-width: 999px) { .ap-morph__pin { height: auto; padding: 60px 20px; } .ap-morph__stage, .ap-morph__hint, .ap-morph__bar, .ap-morph__ghost { display: none; } .ap-morph__copy { position: static; transform: none; width: auto; } .ap-morph__step { opacity: 1; transform: none; } .ap-morph__step p { max-height: none; opacity: 1; } .ap-morph__step-n { color: var(--ap-fg); background: var(--ap-accent); padding: 4px 6px; align-self: start; } }
@media (prefers-reduced-motion: reduce) { .ap-morph__step, .ap-morph__step p { transition: none; } .ap-morph.is-3d .ap-morph__hint::after { animation: none; } }
/* mobile : plus aucun débordement horizontal (stats à dés, univers) — clip, pas hidden, pour garder les sticky */
main { overflow-x: clip; }

/* --- vidéos d'ambiance --- */
.apvid { position: absolute; inset: 0; overflow: hidden; z-index: 0; background: var(--bone-2) center/cover no-repeat; }
.apvid video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; }
.apvid.playing video { opacity: 1; }
.apvid.still video { display: none; }
.hero .apvid::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, color-mix(in srgb, var(--bone) 55%, transparent), transparent 35%); pointer-events: none; }
.hero .apvid video { object-position: 22% 50%; }
@media (max-width: 700px) { .hero .apvid video { object-position: 50% 50%; } }
.hero > *:not(.apvid) { position: relative; z-index: 1; }
.hero.has-vid { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; }
.hero-photo .apvid { position: absolute; inset: 0; z-index: 1; background: transparent; }
.hero-photo .apvid video { opacity: 0; }
.hero-photo .apvid.playing video { opacity: 1; }
.hero-photo .apvid.playing ~ img, .hero-photo .apvid.playing + img { opacity: 0; }
@media (max-width: 700px) { .hero .apvid::after { background: linear-gradient(to bottom, transparent 55%, color-mix(in srgb, var(--bone) 70%, transparent) 100%); } }

/* --- portails vivants : univers + cartes --- */
.uv-vid { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.uv-vid video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.2s ease; }
.uv-vid.playing video { opacity: .95; }
.uv-vid::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, color-mix(in srgb, var(--uv, var(--acid)) 85%, transparent) 0, color-mix(in srgb, var(--uv, var(--acid)) 45%, transparent) 40%, transparent 65%); }
.uv-item > .uv-copy, .uv-item > .uv-scene { position: relative; z-index: 2; }
.uv-item > .uv-bg { z-index: 1; }
.case .img video.case-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; opacity: 0; transition: opacity .5s; z-index: 1; }
.case .img.vid video.case-vid { opacity: 1; }
.case .img.vid .main { opacity: 0; transition: opacity .5s; }
.case .img.live video.case-vid { opacity: 0; }
.case .img .mob { z-index: 3; }
@media (max-width: 999px) { .uv-vid::after { background: linear-gradient(to bottom, color-mix(in srgb, var(--uv, var(--acid)) 80%, transparent) 0, color-mix(in srgb, var(--uv, var(--acid)) 30%, transparent) 50%, transparent); } .uv-vid.playing video { opacity: .9; } }
@media (prefers-reduced-motion: reduce) { .uv-vid, .case-vid { display: none !important; } }

/* --- pages villes : hero vidéo plein écran --- */
.page-hero.has-vid { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; }
.page-hero.has-vid > *:not(.apvid) { position: relative; z-index: 1; }
.page-hero .apvid::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, color-mix(in srgb, var(--bone) 55%, transparent), transparent 40%); pointer-events: none; }
.page-hero .apvid video { }
@media (max-width: 700px) { .page-hero .apvid::after { background: linear-gradient(to bottom, color-mix(in srgb, var(--bone) 75%, transparent) 0, color-mix(in srgb, var(--bone) 40%, transparent) 45%, color-mix(in srgb, var(--bone) 88%, transparent) 100%); } }
/* --- sas : tunnel dans le rideau et entre les univers --- */
.curtain video.sas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; pointer-events: none; }
.curtain .word, .curtain .quip { z-index: 2; }
.uv-sas { position: absolute; inset: 0; z-index: 6; pointer-events: none; opacity: 0; transition: opacity .35s ease; mix-blend-mode: screen; }
.uv-sas.go { opacity: 1; transition: opacity .12s ease; }
.uv-sas video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* --- la traversée --- */
.trav { position: relative; height: 640svh; background: var(--ink); color: var(--bone); }
.trav__pin { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.trav__c { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.trav__cap { position: absolute; left: clamp(20px, 5vw, 80px); bottom: clamp(60px, 12vh, 140px); z-index: 2; max-width: 80vw; }
.trav__cap .label { background: var(--acid); }
.trav__cap p { position: absolute; left: 0; top: 40px; margin: 0; font-family: var(--ff-display); font-weight: 900; font-size: clamp(40px, 7vw, 120px); line-height: .95; text-transform: uppercase; white-space: nowrap; opacity: 0; transform: translateY(16px); transition: opacity .35s ease, transform .5s var(--ease); text-shadow: 0 2px 30px rgba(0,0,0,.5); }
.trav__cap p.on { opacity: 1; transform: none; }
.trav__pin::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,9,8,.75), transparent 45%); pointer-events: none; z-index: 1; }
.trav__bar { position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: color-mix(in srgb, var(--bone) 15%, transparent); z-index: 2; }
.trav__bar i { display: block; height: 100%; width: 0; background: var(--acid); }
.trav.still { height: auto; } .trav.still .trav__pin { position: relative; height: 70svh; } .trav.still .trav__cap p { position: static; opacity: 1; transform: none; white-space: normal; font-size: clamp(28px, 4vw, 56px); } .trav.still .trav__bar { display: none; }
/* mobile 16/09 : le bloc légende se rétractait sur la largeur du label (128 px) → les phrases passaient sur 3-4 lignes et sortaient sous l'écran */
@media (max-width: 700px) { .trav__cap { left: 20px; right: 20px; max-width: none; bottom: 120px; } .trav__cap p { white-space: normal; width: 100%; font-size: clamp(30px, 9vw, 60px); line-height: 1; top: 36px; } }

/* --- volume : plaques floutées, Ken Burns, barres cinéma, grain, HUD --- */
.hero.has-vid h1 .row, .page-hero.has-vid h1 .row { width: fit-content; max-width: 100%; padding: .02em .12em; margin-left: -.12em; background: color-mix(in srgb, var(--bone) 88%, transparent); }
.hero.has-vid .hero-quote, .page-hero.has-vid .lead, .page-hero.has-vid .side { background: color-mix(in srgb, var(--bone) 90%, transparent); padding: 14px 18px; }
.hero.has-vid .hero-quote { border-left-width: 6px; }
.apvid.playing video { animation: kenBurns 26s ease-in-out infinite alternate; }
@keyframes kenBurns { 0% { transform: scale(1) translate(0, 0); } 100% { transform: scale(1.14) translate(-1.5%, 1%); } }
.hero-photo .apvid.playing video { animation: none; }
.hero-pin::before, .hero-pin::after { content: ""; position: absolute; left: 0; right: 0; height: 8svh; background: var(--ink); z-index: 4; pointer-events: none; animation: barOut 1.1s 1.6s cubic-bezier(.7,0,.2,1) both; }
.hero-pin::before { top: 0; transform-origin: 50% 0; } .hero-pin::after { bottom: 0; transform-origin: 50% 100%; }
@keyframes barOut { to { transform: scaleY(0); } }
.apvid::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: .11; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); }
@keyframes grain { 0% { transform: translate(0, 0); } 20% { transform: translate(-3%, 2%); } 40% { transform: translate(2%, -4%); } 60% { transform: translate(-4%, -1%); } 80% { transform: translate(3%, 3%); } 100% { transform: translate(0, 0); } }
.hero-photo .apvid::before { display: none; }
.vid-hud { position: absolute; right: clamp(20px, 5vw, 80px); top: 22px; z-index: 5; font: 700 11px var(--ff-mono); letter-spacing: .16em; text-transform: uppercase; background: var(--ink); color: var(--acid); padding: 6px 10px; border: 2px solid var(--acid); opacity: 0; animation: hudIn .5s 2.4s var(--ease) both; }
.vid-hud i { display: inline-block; width: 8px; height: 8px; background: #ff2d2d; border-radius: 50%; margin-right: 8px; vertical-align: 1px; animation: livePulse 1s steps(2) infinite; }
@keyframes hudIn { to { opacity: 1; } }
.hero-pin .vid-hud { top: calc(8svh + 16px); animation-delay: 1.2s; }
.trav__cnt { position: absolute; right: clamp(20px, 5vw, 80px); top: 24px; z-index: 3; font: 700 12px var(--ff-mono); letter-spacing: .16em; color: var(--acid); background: rgba(10,9,8,.6); padding: 6px 10px; border: 2px solid var(--acid); font-variant-numeric: tabular-nums; }
.trav__pin::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .14; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); }
.uv-item .uv-copy { background: color-mix(in srgb, var(--uv, var(--acid)) 78%, transparent); padding: 18px 20px; margin: -18px -20px; }
@media (max-width: 700px) { .hero.has-vid h1 .row, .page-hero.has-vid h1 .row { background: color-mix(in srgb, var(--bone) 72%, transparent); } .hero.has-vid::before, .hero.has-vid::after { height: 5svh; } .vid-hud { right: 16px; top: 12px; font-size: 10px; } .hero.has-vid .vid-hud { top: calc(5svh + 10px); } .uv-item .uv-copy { margin: 0; padding: 14px; } }
@media (prefers-reduced-motion: reduce) { .apvid video, .apvid::before, .trav__pin::before, .hero-pin::before, .hero-pin::after, .vid-hud i { animation: none !important; } .hero-pin::before, .hero-pin::after { display: none; } }

/* --- section 3D : lien vers le service de chaque étape --- */
.ap-morph__go { display: inline-block; margin-top: 10px; font: 700 12px var(--ff-mono); letter-spacing: .1em; text-transform: uppercase; color: var(--ap-fg); background: var(--ap-accent); border: 2px solid var(--ap-fg); padding: 6px 10px; text-decoration: none; box-shadow: 3px 3px 0 var(--ap-fg); opacity: 0; transform: translateY(6px); transition: opacity .3s .15s, transform .3s .15s var(--ease), box-shadow .15s; }
.ap-morph__step.is-active .ap-morph__go, .ap-morph.static .ap-morph__go { opacity: 1; transform: none; }
.ap-morph__go:hover { box-shadow: 5px 5px 0 var(--ap-fg); transform: translate(-1px, -1px); }
.ap-morph__step p { overflow: visible; }
.ap-morph__step.is-active p { max-height: 10rem; }
@media (max-width: 999px) { .ap-morph__go { opacity: 1; transform: none; } }

/* --- hero piloté par le scroll --- */
.hero.scrub { display: block; min-height: 0; height: 550svh; padding: 0; overflow: visible; } /* 900 → 550 le 16/09 (Arnaud : trop long, comme sur mobile) */
.hero.scrub > .hero-pin { position: sticky; top: 0; height: 100svh; overflow: hidden; padding: calc(8svh + 70px) var(--pad) 40px; display: flex; flex-direction: column; justify-content: flex-start; box-sizing: border-box; --p: 0; }
.hero-film { position: absolute; inset: 0; z-index: 0; background: var(--bone-2) center/cover no-repeat; }
.hero-film canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero-film::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: .1; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); }
.hero-film::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, color-mix(in srgb, var(--bone) 55%, transparent), transparent 35%); pointer-events: none; }
.hero-pin > *:not(.hero-film) { position: relative; z-index: 1; }
/* le hint « Scrollez » doit rester absolu (la règle ci-dessus, plus spécifique, le remettait en relatif → coupé en haut de l'écran) */
.hero-pin > .hero-scrollhint { position: absolute; }
.hero.scrub h1 { transform-origin: 0 0; transform: scale(calc(1 - var(--p) * .34)); transition: none; will-change: transform; }
.hero.scrub .hero-shelf { opacity: 0; transform: translateY(calc(40px + var(--p) * -190px)); transition: opacity .5s ease, transform .7s var(--ease); margin-top: 0; will-change: transform; }
.hero-pin.s2 .hero-shelf { opacity: 1; transform: translateY(calc(var(--p) * -190px)); }
.hero.scrub .hero-photo { opacity: 0; transform: rotate(2deg) translateX(60px); transition: opacity .5s ease, transform .8s cubic-bezier(.3,1.3,.5,1); animation: none; }
.hero-pin.s3 .hero-photo { opacity: 1; transform: rotate(2deg); }
.hero-scrollhint { position: absolute; left: 50%; bottom: calc(8svh + 18px); transform: translateX(-50%); z-index: 3; font: 700 11px var(--ff-mono); letter-spacing: .16em; text-transform: uppercase; background: var(--ink); color: var(--acid); padding: 6px 10px; border: 2px solid var(--acid); transition: opacity .3s; }
.hero-scrollhint i { display: inline-block; font-style: normal; animation: hintDown 1.2s ease-in-out infinite; }
.hero-pin.s2 .hero-scrollhint { opacity: 0; }
.hero.scrub.still { height: auto; } .hero.scrub.still .hero-pin { position: relative; height: auto; min-height: 100svh; } .hero.scrub.still .hero-shelf, .hero.scrub.still .hero-photo { opacity: 1; transform: none; } .hero.scrub.still h1 { transform: none; } .hero.scrub.still .hero-scrollhint { display: none; }
@media (max-width: 700px) { .hero.scrub { height: 400svh; } /* 650 → 400 le 16/09 : trop long au pouce (Arnaud) */ .hero.scrub > .hero-pin { padding: calc(5svh + 60px) 16px 30px; } .hero.scrub h1 { transform: scale(calc(1 - var(--p) * .22)); } .hero.scrub .hero-shelf { transform: translateY(calc(40px + var(--p) * -70px)); } .hero-pin.s2 .hero-shelf { transform: translateY(calc(var(--p) * -70px)); } .hero.scrub .hero-photo { max-width: 56%; margin-left: auto; margin-top: -40px; } .hero-film::after { background: linear-gradient(to bottom, transparent 50%, color-mix(in srgb, var(--bone) 70%, transparent) 100%); } .hero-scrollhint { bottom: calc(5svh + 12px); } }
@media (prefers-reduced-motion: reduce) { .hero-film::before, .hero-scrollhint i { animation: none !important; } }

/* --- perf : le canvas du hero et de la traversée ne sont composités qu'une fois --- */
.hero-film canvas, .trav__c { will-change: auto; transform: translateZ(0); }
.hero.scrub h1 { will-change: transform; }

/* mobile : le canvas suit la hauteur du pin même si la barre d'adresse bouge (étirement négligeable, pas de re-décodage) */
.hero-film canvas, .trav__c { object-fit: cover; }

/* --- hero scindé : film seul, texte en dessous --- */
.hero.scrub > .hero-pin { padding: 0; display: block; }
.hero.scrub .hero-film::after { background: none; }
.hero.scrub .hero-film::before { display: none; }
.hero-pin::before, .hero-pin::after { display: none; }
.hero-pin .vid-hud { top: 18px; }
.hero-scrollhint { bottom: 22px; }
.hero-pin.s2 .hero-scrollhint { opacity: 1; } .hero-pin.end .hero-scrollhint { opacity: 0; }
.hero.hero-text { padding: 70px var(--pad) 80px; border-top: var(--bd); }
.hero.hero-text h1 .row { background: none; padding: 0; margin-left: 0; width: auto; }
.hero.hero-text .hero-quote { background: none; padding: 0 0 0 20px; }
.hero.hero-text .hero-photo { opacity: 1; transform: rotate(2deg); }
@media (max-width: 700px) { .hero.hero-text { padding: 40px 16px 44px; } .hero-scrollhint { bottom: 16px; } }

/* --- home : header transparent au-dessus du film --- */
body.is-home .ticker { display: none; }
body.is-home nav.top { position: fixed; left: 0; right: 0; top: 0; transition: background .4s ease, border-color .4s ease, box-shadow .4s ease; }
body.is-home main { padding-top: 0; }
body.is-home nav.top { transition: transform .5s var(--ease), background .4s ease; }
body.over-film nav.top { transform: translateY(-105%); pointer-events: none; }
body.over-film .fab-audit, body.over-film .themer { opacity: 0; pointer-events: none; transition: opacity .3s; }
.hero-scrollhint { z-index: 5; }
body.over-film nav.top .logo, body.over-film nav.top .menu > li > a, body.over-film nav.top .menu > li > button, body.over-film nav.top .lang > button, body.over-film nav.top .lang > a, body.over-film nav.top .burger, body.over-film nav.top .mnav-btn { color: var(--bone); border-color: transparent; text-shadow: 0 1px 6px rgba(0,0,0,.5); }
body.over-film nav.top .logo { border-right-color: transparent; background: transparent; }
body.over-film nav.top .cta { background: var(--acid); border-left-color: transparent; }
body.over-film nav.top .burger span, body.over-film nav.top .mnav-btn span { background: var(--bone); }
body.over-film .readbar { opacity: 0; }
@media (prefers-reduced-motion: reduce) { body.is-home nav.top { transition: none; } }

/* --- bulle sur le portrait --- */
.hero-bubble { position: absolute; left: -18px; top: 18px; z-index: 4; max-width: 78%; background: var(--bone-3); color: var(--ink); border: 3px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); padding: 10px 14px; font-family: var(--ff-display); font-weight: 900; font-size: clamp(16px, 1.4vw, 21px); line-height: 1.05; text-transform: uppercase; transform: rotate(-4deg) scale(0); transform-origin: 20% 100%; animation: bubblePop .55s 1.9s cubic-bezier(.3,1.6,.5,1) both; }
.hero-bubble::after { content: ""; position: absolute; left: 22px; bottom: -16px; width: 18px; height: 18px; background: var(--bone-3); border-right: 3px solid var(--ink); border-bottom: 3px solid var(--ink); transform: rotate(45deg); box-shadow: 4px 4px 0 var(--ink); }
@keyframes bubblePop { to { transform: rotate(-4deg) scale(1); } }
.hero-photo:hover .hero-bubble { animation: bubbleWob .6s ease-in-out; }
@keyframes bubbleWob { 0%, 100% { transform: rotate(-4deg) scale(1); } 50% { transform: rotate(2deg) scale(1.06); } }
@media (max-width: 700px) { .hero-bubble { left: -8px; top: 10px; font-size: 15px; max-width: 82%; } }
@media (prefers-reduced-motion: reduce) { .hero-bubble { animation: none; transform: rotate(-4deg) scale(1); } }
