/* OWAHRI · feuille de style unique */

@font-face { font-family: 'Bricolage Grotesque'; font-style: normal; font-weight: 400 800; font-display: swap; src: url(../fonts/bricolage-grotesque.woff2) format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(../fonts/instrument-sans.woff2) format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: italic; font-weight: 400 700; font-display: swap; src: url(../fonts/instrument-sans-italic.woff2) format('woff2'); }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400 600; font-display: swap; src: url(../fonts/jetbrains-mono.woff2) format('woff2'); }

:root {
  --paper: #fbf4e8;
  --paper-2: #f4e4c8;
  --white: #fffdf9;
  --ink: #1c1712;
  --ink-2: #3a3029;
  --muted: #65574b;
  --amber: #f3aa3c;
  --amber-soft: #f9cf85;
  --orange: #e4683a;
  --orange-text: #a8461a;
  --teal: #1f8fb8;
  --teal-deep: #0c5670;
  --teal-soft: #bfe3ef;
  --line: rgba(28, 23, 18, .14);
  --f-title: 'Bricolage Grotesque', 'Segoe UI', system-ui, sans-serif;
  --f-body: 'Instrument Sans', 'Segoe UI', system-ui, sans-serif;
  --f-mono: 'JetBrains Mono', ui-monospace, 'Cascadia Mono', Consolas, monospace;
  --r: 22px;
  --r-lg: 34px;
  --wrap: 1200px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --shadow: 0 1px 0 rgba(28,23,18,.04), 0 18px 40px -22px rgba(28,23,18,.35);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font: 400 1.0625rem/1.65 var(--f-body);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--f-title); line-height: 1.05; margin: 0; letter-spacing: -.02em; font-weight: 700; }
p { margin: 0 0 1em; }
button, input, textarea { font: inherit; color: inherit; }
::selection { background: var(--amber); color: var(--ink); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 6px; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ic { width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ic--lg { width: 34px; height: 34px; }
.mono { font-family: var(--f-mono); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }

.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: 10px; }
.skip:focus { top: 12px; }

.wrap { width: min(var(--wrap), 100% - 32px); margin-inline: auto; position: relative; }

/* Grain papier */
.grain { position: relative; isolation: isolate; }
.grain::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: -1; opacity: .5; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.35 0 0 0 0 0.25 0 0 0 0 0.15 0 0 0 .22 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.section--ink.grain::after { mix-blend-mode: screen; opacity: .25; }

/* Barre de progression de lecture */
.progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 60; pointer-events: none; }
.progress span { display: block; height: 100%; width: 100%; transform-origin: 0 50%; transform: scaleX(0); background: linear-gradient(90deg, var(--amber), var(--orange) 60%, var(--teal)); }

/* Navigation */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; padding: 14px 0; transition: background .35s, box-shadow .35s, padding .35s; }
.nav.is-scrolled { background: rgba(251, 244, 232, .86); backdrop-filter: blur(14px) saturate(1.3); -webkit-backdrop-filter: blur(14px) saturate(1.3); box-shadow: 0 1px 0 var(--line); padding: 8px 0; }
.nav__in { width: min(var(--wrap), 100% - 32px); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 44px; height: 44px; border-radius: 50%; background: #fff; box-shadow: 0 4px 14px -6px rgba(0,0,0,.35); }
.brand__txt { display: grid; line-height: 1.1; }
.brand__txt strong { font-family: var(--f-title); font-size: 1.25rem; letter-spacing: .04em; }
.brand__txt small { font-family: var(--f-mono); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.nav__links { display: flex; align-items: center; gap: 26px; }
.nav__links a:not(.btn) { text-decoration: none; font-weight: 500; font-size: .96rem; position: relative; }
.nav__links a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.nav__links a:not(.btn):hover::after, .nav__links a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav__burger { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); align-items: center; justify-content: center; cursor: pointer; }

/* Navigation par points */
.dots { position: fixed; right: 22px; top: 50%; transform: translateY(-50%); z-index: 40; display: grid; gap: 12px; }
.dots a { position: relative; display: block; width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--ink); background: transparent; transition: background .3s, transform .3s; }
.dots a.is-active { background: var(--orange); border-color: var(--orange); transform: scale(1.25); }
.dots a span { position: absolute; right: 22px; top: 50%; transform: translate(6px, -50%); white-space: nowrap; font-family: var(--f-mono); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; background: var(--ink); color: var(--paper); padding: 4px 8px; border-radius: 6px; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; }
.dots a:hover span, .dots a:focus-visible span { opacity: 1; transform: translate(0, -50%); }
.dots.on-dark a { border-color: var(--paper); }

/* Boutons */
.btn { --bg: var(--ink); --fg: var(--paper); display: inline-flex; align-items: center; justify-content: center; gap: .55em; padding: 15px 26px; border-radius: 999px; border: 1.5px solid transparent; background: var(--bg); color: var(--fg); font-weight: 600; font-size: 1rem; text-decoration: none; cursor: pointer; transition: transform .35s var(--ease), background .25s, color .25s, box-shadow .3s; will-change: transform; }
.btn:hover { box-shadow: 0 14px 28px -14px rgba(28,23,18,.55); }
.btn--sm { padding: 10px 18px; font-size: .92rem; }
.btn--ink { --bg: var(--ink); --fg: var(--paper); }
.btn--amber { --bg: var(--amber); --fg: var(--ink); }
.btn--amber:hover { --bg: var(--amber-soft); }
.btn--ghost { --bg: transparent; --fg: var(--ink); border-color: currentColor; }
.btn--ghost:hover { --bg: var(--ink); --fg: var(--paper); border-color: var(--ink); }
.btn--wa { --bg: #0f6b45; --fg: #fff; }
.btn--wa:hover { --bg: #0b5537; }

/* Typo */
.kicker { font-family: var(--f-mono); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--orange-text); margin-bottom: 18px; display: inline-flex; align-items: center; gap: 10px; }
.kicker::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.kicker--light { color: var(--amber); }
.h2 { font-size: clamp(2.1rem, 4.6vw, 3.9rem); max-width: 17ch; }
.h3 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); margin-bottom: 12px; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--muted); max-width: 56ch; }
.prose p { font-size: 1.1rem; color: var(--ink-2); }

/* Surlignage façon marqueur */
.mark { --mk: var(--amber-soft); background: linear-gradient(104deg, transparent .4em, var(--mk) .5em, var(--mk) calc(100% - .4em), transparent calc(100% - .3em)) no-repeat 0 88% / 0% 42%; padding: 0 .12em; margin: 0 -.12em; transition: background-size 1.1s var(--ease) .35s; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.mark--amber { --mk: var(--amber); }
.mark--teal { --mk: var(--teal-soft); }
.mark--paper { --mk: var(--paper); }
.section--ink .mark--amber { --mk: var(--orange); }
.is-in .mark, .mark.is-in { background-size: 100% 42%; }

/* Apparition au défilement */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.reveal.is-in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* Formes qui se transforment */
.blob { position: absolute; z-index: 0; pointer-events: none; filter: blur(2px); animation: morph 16s ease-in-out infinite alternate; }
.blob--a { width: 520px; height: 520px; right: -120px; top: 80px; background: radial-gradient(circle at 30% 30%, var(--amber-soft), var(--amber) 55%, var(--orange)); opacity: .55; }
.blob--b { width: 300px; height: 300px; left: -120px; bottom: 60px; background: radial-gradient(circle at 60% 40%, var(--teal-soft), var(--teal)); opacity: .35; animation-duration: 20s; animation-delay: -6s; }
.blob--c { width: 420px; height: 420px; right: -140px; bottom: -120px; background: radial-gradient(circle, var(--amber-soft), transparent 70%); opacity: .8; }
@keyframes morph {
  0% { border-radius: 42% 58% 63% 37% / 41% 44% 56% 59%; transform: rotate(0deg) scale(1); }
  33% { border-radius: 67% 33% 38% 62% / 56% 63% 37% 44%; }
  66% { border-radius: 36% 64% 52% 48% / 62% 38% 62% 38%; }
  100% { border-radius: 55% 45% 31% 69% / 38% 55% 45% 62%; transform: rotate(40deg) scale(1.06); }
}

/* Héros */
.hero { padding: 150px 0 60px; min-height: 100svh; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-mono); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; background: var(--white); border: 1px solid var(--line); padding: 8px 14px; border-radius: 999px; margin-bottom: 26px; }
.dot-live { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(31,143,184,.6); animation: live 2.2s infinite; }
@keyframes live { 70% { box-shadow: 0 0 0 10px rgba(31,143,184,0); } 100% { box-shadow: 0 0 0 0 rgba(31,143,184,0); } }
.hero__title { font-size: clamp(2.8rem, 7.2vw, 6.2rem); font-weight: 800; letter-spacing: -.035em; line-height: .98; margin-bottom: 26px; }
.hero__lead { font-size: clamp(1.08rem, 1.5vw, 1.25rem); color: var(--ink-2); max-width: 52ch; margin-bottom: 34px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 38px; }
.hero__acro { display: flex; flex-wrap: wrap; gap: 4px 14px; font-family: var(--f-mono); font-size: .78rem; color: var(--muted); letter-spacing: .03em; margin: 0; }
.hero__acro b { color: var(--orange-text); font-weight: 600; }

.hero__visual { position: relative; aspect-ratio: 1; width: 100%; max-width: 560px; justify-self: end; }
.hero__arcs { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-110deg); }
.arc { fill: none; stroke-linecap: round; stroke-dasharray: 1200; stroke-dashoffset: 1200; animation: draw 2.4s var(--ease) .3s forwards; }
.arc--amber { stroke: var(--amber); stroke-width: 10; }
.arc--teal { stroke: var(--teal); stroke-width: 4; animation-delay: .7s; }
@keyframes draw { to { stroke-dashoffset: 170; } }
.ph { position: absolute; margin: 0; border-radius: var(--r); overflow: hidden; box-shadow: 0 30px 60px -28px rgba(28,23,18,.6); border: 5px solid var(--white); background: var(--paper-2); }
.ph img { width: 100%; height: 100%; object-fit: cover; }
.ph--1 { width: 72%; aspect-ratio: 4/3.2; left: 12%; top: 18%; rotate: -3deg; z-index: 2; }
.ph--2 { width: 44%; aspect-ratio: 1; right: -2%; top: 2%; rotate: 5deg; z-index: 1; border-radius: 50% 50% var(--r) 50%; }
.ph--3 { width: 46%; aspect-ratio: 5/4; left: -4%; bottom: 2%; rotate: 4deg; z-index: 3; }
.hero__badge { position: absolute; right: 0; bottom: 8%; z-index: 4; background: var(--ink); color: var(--paper); padding: 16px 20px; border-radius: 18px; display: grid; max-width: 190px; box-shadow: var(--shadow); rotate: -4deg; }
.hero__badge strong { font-family: var(--f-title); font-size: 2.4rem; line-height: 1; color: var(--amber); }
.hero__badge span:last-child { font-size: .85rem; opacity: .85; }

.stats { position: relative; z-index: 1; margin: 70px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1.5px solid var(--ink); }
.stat { padding: 22px 22px 0 0; display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 4px; }
.stat + .stat { padding-left: 22px; border-left: 1px solid var(--line); }
.stat dt { color: var(--muted); font-size: .92rem; }
.stat dd { margin: 0; font-family: var(--f-mono); font-size: clamp(1.8rem, 3.4vw, 2.8rem); font-weight: 500; letter-spacing: -.03em; line-height: 1.1; }
.stat dd small { color: var(--orange); font-size: .7em; }

/* Bandeau défilant incliné */
.marquee { padding: 34px 0; overflow: hidden; }
.marquee__band { background: var(--ink); color: var(--paper); transform: rotate(-2.4deg); margin: 0 -40px; padding: 20px 0; box-shadow: 0 20px 40px -24px rgba(0,0,0,.5); }
.marquee__track { display: flex; align-items: center; gap: 34px; width: max-content; animation: slide 36s linear infinite; }
.marquee__track span { font-family: var(--f-title); font-weight: 700; font-size: clamp(1.8rem, 3.6vw, 3rem); letter-spacing: -.02em; white-space: nowrap; }
.marquee__track span.o { color: var(--amber); font-style: italic; font-weight: 600; }
.marquee__track i { width: 16px; height: 16px; border-radius: 50%; border: 3px solid var(--teal); flex: none; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }

/* Sections */
.section { padding: clamp(80px, 11vw, 150px) 0; position: relative; overflow: clip; }
.section--sand { background: var(--paper-2); }
.section--ink { background: var(--ink); color: var(--paper); }
.section--ink .lead { color: rgba(251,244,232,.75); }
.section--amber { background: var(--amber); }
.section--amber .kicker { color: var(--ink); }
.section--amber .lead { color: var(--ink-2); }
.head { margin-bottom: clamp(40px, 6vw, 72px); }
.head .h2, .join__txt .h2 { margin-bottom: 20px; }
.head--row { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: end; }
.head--row .lead { margin-bottom: 22px; }

/* Mission */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: start; margin-bottom: 70px; }
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 80px; perspective: 1000px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--shadow); transform-style: preserve-3d; transition: transform .5s var(--ease), box-shadow .4s; }
.card h3 { font-size: 1.5rem; margin: 18px 0 14px; }
.card p { color: var(--muted); margin: 0; }
.card__tag { display: inline-block; padding: 6px 12px; border-radius: 999px; background: var(--paper-2); }
.card--mission { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.card--mission p { color: rgba(251,244,232,.75); }
.card--mission .card__tag { background: var(--amber); color: var(--ink); }
.card--objectif .card__tag { background: var(--teal-soft); color: var(--teal-deep); }

.chain { border-top: 1px solid var(--line); padding-top: 40px; }
.chain__list { list-style: none; padding: 0; margin: 10px 0 26px; display: flex; flex-wrap: wrap; gap: 10px; counter-reset: c; }
.chain__list li { counter-increment: c; display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-title); font-weight: 600; font-size: clamp(1.05rem, 1.7vw, 1.35rem); padding: 10px 18px 10px 12px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); opacity: 0; transform: translateY(12px) scale(.96); transition: opacity .6s var(--ease), transform .6s var(--ease), background .3s, color .3s; transition-delay: calc(var(--i, 0) * 90ms); }
.chain__list li::before { content: counter(c, decimal-leading-zero); font-family: var(--f-mono); font-size: .72rem; font-weight: 500; color: var(--paper); background: var(--orange); border-radius: 999px; padding: 4px 7px; }
.chain__list li:last-child { background: var(--teal-deep); color: #fff; border-color: var(--teal-deep); }
.chain__list li:last-child::before { background: var(--ink); }
.chain.is-in .chain__list li { opacity: 1; transform: none; }
.chain__note { font-size: .95rem; color: var(--muted); max-width: 70ch; margin: 0; }

/* Axes : téléphone fixe */
.axes { display: grid; grid-template-columns: minmax(280px, 380px) 1fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.axes__sticky { position: sticky; top: calc(50vh - 290px); }
.phone { width: 100%; max-width: 330px; aspect-ratio: 9/18.5; margin-inline: auto; background: var(--ink); border-radius: 48px; padding: 12px; box-shadow: 0 40px 80px -30px rgba(28,23,18,.6), inset 0 0 0 2px #3a3029; position: relative; }
.phone__notch { position: absolute; top: 20px; left: 50%; translate: -50% 0; width: 90px; height: 24px; background: var(--ink); border-radius: 20px; z-index: 3; }
.phone__screen { position: relative; height: 100%; border-radius: 38px; overflow: hidden; background: var(--paper); }
.screen { position: absolute; inset: 0; display: flex; flex-direction: column; opacity: 0; transform: translateY(18px) scale(.98); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.screen.is-on { opacity: 1; transform: none; }
.screen img { height: 52%; width: 100%; object-fit: cover; border-radius: 0 0 28px 28px; }
.screen__body { padding: 22px 22px 40px; display: flex; flex-direction: column; gap: 10px; }
.screen__body .mono { color: var(--orange-text); }
.screen__body strong { font-family: var(--f-title); font-size: 1.9rem; line-height: 1; letter-spacing: -.02em; }
.screen__body ul { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 8px; }
.screen__body li { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 9px 12px; font-size: .92rem; display: flex; align-items: center; gap: 10px; }
.screen__body li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
.phone__bar { position: absolute; left: 22px; right: 22px; bottom: 18px; height: 5px; border-radius: 5px; background: var(--line); overflow: hidden; }
.phone__bar span { display: block; height: 100%; width: 14.3%; background: var(--orange); border-radius: 5px; transition: width .6s var(--ease); }

.axes__steps { list-style: none; margin: 0; padding: 0; }
.step { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 40px 0; min-height: 44vh; align-content: center; border-top: 1px solid var(--line); opacity: .35; transition: opacity .5s; }
.step:last-child { border-bottom: 1px solid var(--line); }
.step.is-active { opacity: 1; }
.step__n { font-size: .9rem; padding-top: 6px; color: var(--orange-text); }
.step h3 { font-size: clamp(1.45rem, 2.6vw, 2.1rem); display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.step h3 .ic { color: var(--teal); width: 30px; height: 30px; }
.step p { color: var(--ink-2); max-width: 54ch; margin: 0; font-size: 1.07rem; }

/* Mosaïque des domaines */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(170px, auto); gap: 16px; perspective: 1200px; margin-bottom: 90px; }
.tile { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; transform-style: preserve-3d; transition: transform .5s var(--ease), box-shadow .4s; overflow: hidden; }
.tile:hover { box-shadow: var(--shadow); }
.tile h3 { font-size: 1.22rem; line-height: 1.12; }
.tile p { color: var(--muted); margin: 0; font-size: .96rem; }
.tile .ic--lg { color: var(--orange); }
.tile--wide { grid-column: span 2; }
.tile--xl { grid-column: span 2; grid-row: span 2; padding: 0; }
.tile--amber { background: var(--amber); border-color: var(--amber); }
.tile--amber .ic--lg { color: var(--ink); }
.tile--teal { background: var(--teal-deep); border-color: var(--teal-deep); color: #fff; }
.tile--teal .ic--lg { color: var(--amber-soft); }
.tile--ink { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.tile--ink p { color: rgba(251,244,232,.72); }
.tile--ink .ic--lg { color: var(--amber); }
.tile--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.tile--photo:hover img { transform: scale(1.05); }
.tile__over { position: relative; margin-top: auto; padding: 28px; background: linear-gradient(to top, rgba(28,23,18,.9), rgba(28,23,18,0)); color: var(--paper); display: grid; gap: 8px; }
.tile__over h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); }
.tile__over .mono { color: var(--amber); }

/* Quiz */
.quiz { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center; background: var(--paper-2); border-radius: var(--r-lg); padding: clamp(28px, 5vw, 56px); margin-bottom: 90px; }
.quiz__small { font-size: .85rem; color: var(--muted); margin: 0; }
.quiz__card { background: var(--white); border-radius: var(--r); padding: 30px; box-shadow: var(--shadow); display: grid; gap: 18px; min-height: 300px; align-content: start; }
.quiz__top { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); }
.quiz__score { color: var(--teal-deep); }
.quiz__q { font-family: var(--f-title); font-weight: 600; font-size: clamp(1.25rem, 2.1vw, 1.6rem); line-height: 1.2; margin: 0; }
.quiz__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.quiz__btns .btn[disabled] { opacity: .45; cursor: default; }
.quiz__btns .btn.is-good { --bg: #0f6b45; --fg: #fff; border-color: #0f6b45; opacity: 1; }
.quiz__btns .btn.is-bad { --bg: var(--orange-text); --fg: #fff; border-color: var(--orange-text); opacity: 1; }
.quiz__exp { margin: 0; padding: 14px 16px; border-radius: 14px; background: var(--paper); border-left: 4px solid var(--teal); color: var(--ink-2); }
.quiz [data-quiz-next] { justify-self: start; }

/* Publics */
.audiences { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { padding: 9px 15px; border-radius: 999px; border: 1.5px solid var(--ink); font-size: .95rem; transition: background .25s, color .25s; }
.chips li:hover { background: var(--ink); color: var(--paper); }
.chips--teal li { border-color: var(--teal-deep); color: var(--teal-deep); }
.chips--teal li:hover { background: var(--teal-deep); color: #fff; }

/* Vidéos */
.vgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; perspective: 1200px; }
.vcard { position: relative; display: flex; flex-direction: column; gap: 12px; text-align: left; background: #2a231d; border: 1px solid rgba(251,244,232,.1); border-radius: var(--r); padding: 10px 10px 18px; color: var(--paper); text-decoration: none; cursor: pointer; transform-style: preserve-3d; transition: transform .5s var(--ease), border-color .3s; width: 100%; }
.vcard:hover { border-color: var(--amber); }
.vcard__img { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 16/9; }
.vcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.vcard:hover .vcard__img img { transform: scale(1.06); }
.vcard__play { position: absolute; inset: 0; margin: auto; width: 54px; height: 54px; border-radius: 50%; background: var(--amber); color: var(--ink); display: grid; place-items: center; transform: scale(.85); opacity: .92; transition: transform .35s var(--ease); }
.vcard__play .ic { fill: currentColor; stroke: none; width: 22px; height: 22px; margin-left: 3px; }
.vcard:hover .vcard__play { transform: scale(1); }
.vcard__dur { position: absolute; right: 8px; bottom: 8px; background: rgba(0,0,0,.78); color: #fff; font-family: var(--f-mono); font-size: .72rem; padding: 3px 7px; border-radius: 6px; }
.vcard__meta { display: flex; justify-content: space-between; gap: 8px; padding: 0 8px; font-family: var(--f-mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; color: var(--amber); }
.vcard__meta span:last-child { color: rgba(251,244,232,.6); }
.vcard__title { padding: 0 8px; font-family: var(--f-title); font-weight: 600; font-size: 1.05rem; line-height: 1.25; }
.vmore { margin: 44px 0 0; text-align: center; }
.link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 5px; }
.link:hover { color: var(--amber); }

/* Déploiement */
.deploy { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 6vw, 90px); align-items: center; }
.map { margin: 0; max-width: 440px; justify-self: center; width: 100%; }
.map svg { width: 100%; height: auto; overflow: visible; }
.map__land { fill: var(--paper-2); stroke: var(--ink); stroke-width: 2; stroke-linejoin: round; }
.map__route { fill: none; stroke: var(--orange); stroke-width: 3; stroke-dasharray: 6 8; stroke-linecap: round; }
.city text { font-family: var(--f-title); font-weight: 700; font-size: 22px; fill: var(--ink); }
.city__dot { fill: var(--orange); stroke: var(--white); stroke-width: 3; }
.city--1 .city__dot { fill: var(--teal); }
.city__pulse { fill: none; stroke: var(--orange); stroke-width: 2; transform-origin: center; transform-box: fill-box; animation: pulse 2.4s var(--ease) infinite; }
.city--1 .city__pulse { stroke: var(--teal); }
.city--2 .city__pulse { animation-delay: .8s; }
.city--3 .city__pulse { animation-delay: 1.6s; }
@keyframes pulse { from { transform: scale(.6); opacity: 1; } to { transform: scale(3); opacity: 0; } }
.phases { list-style: none; margin: 0; padding: 0; position: relative; display: grid; gap: 14px; }
.phase { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 26px; }
.phase h3 { font-size: 1.5rem; margin: 8px 0 8px; }
.phase p { margin: 0; color: var(--muted); }
.phase__n { color: var(--orange-text); }
.phase--next { background: transparent; border-style: dashed; border-width: 1.5px; }

/* Équipe */
.founders { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; perspective: 1100px; margin-bottom: 90px; }
.founder { position: relative; background: var(--white); border-radius: var(--r-lg); padding: 30px; border: 1px solid var(--line); box-shadow: var(--shadow); transform-style: preserve-3d; transition: transform .5s var(--ease); overflow: hidden; }
.founder__mono { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 50%; background: var(--amber); font-family: var(--f-title); font-weight: 800; font-size: 1.6rem; margin-bottom: 22px; box-shadow: inset 0 0 0 4px var(--white), 0 0 0 2px var(--amber); }
.founder--teal .founder__mono { background: var(--teal); color: #fff; box-shadow: inset 0 0 0 4px var(--white), 0 0 0 2px var(--teal); }
.founder--ink .founder__mono { background: var(--ink); color: var(--amber); box-shadow: inset 0 0 0 4px var(--white), 0 0 0 2px var(--ink); }
.founder__role { color: var(--orange-text); font-size: .7rem; margin-bottom: 8px; }
.founder h3 { font-size: 1.6rem; margin-bottom: 18px; }
.founder ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.founder li { display: flex; gap: 10px; color: var(--ink-2); font-size: .98rem; line-height: 1.4; }
.founder li::before { content: ""; flex: none; width: 7px; height: 7px; margin-top: .5em; border-radius: 50%; background: var(--teal); }
.experts { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.experts__head p { color: var(--muted); }
.experts__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.experts__list li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-top: 1px solid var(--line); }
.experts__list .ic { color: var(--orange); width: 26px; height: 26px; margin-top: 2px; }
.experts__list div { display: grid; }
.experts__list span { color: var(--muted); font-size: .92rem; }

/* Valeurs */
.values { list-style: none; margin: 0 0 100px; padding: 0; border-top: 1.5px solid var(--ink); }
.values li { display: grid; grid-template-columns: 70px minmax(200px, 1fr) 1.2fr; gap: 20px; align-items: baseline; padding: 24px 10px; border-bottom: 1px solid var(--line); position: relative; transition: padding .4s var(--ease), background .3s; }
.values li::before { content: ""; position: absolute; inset: 0; background: var(--amber); transform: scaleY(0); transform-origin: bottom; transition: transform .45s var(--ease); z-index: -1; }
.values li:hover::before { transform: scaleY(1); }
.values li:hover { padding-left: 22px; }
.values { position: relative; z-index: 0; }
.values .mono { color: var(--orange-text); }
.values li:hover .mono { color: var(--ink); }
.values strong { font-family: var(--f-title); font-size: clamp(1.6rem, 3.4vw, 2.6rem); letter-spacing: -.025em; line-height: 1.05; }
.values p { margin: 0; color: var(--ink-2); }
.gov { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.gov__intro p { color: var(--muted); }
.path { color: var(--teal-deep) !important; line-height: 2; }
.gov__cards { display: grid; gap: 14px; perspective: 1000px; }
.gcard { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 26px; transform-style: preserve-3d; transition: transform .5s var(--ease); }
.gcard .mono { color: var(--teal-deep); }
.gcard h4 { font-size: 1.35rem; margin: 6px 0 8px; }
.gcard p { margin: 0; color: var(--muted); }

/* Rejoindre */
.join { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: start; position: relative; z-index: 1; }
.roles { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 12px; }
.roles li { display: grid; gap: 4px; padding: 18px 20px; background: rgba(255,253,249,.5); border: 1px solid rgba(28,23,18,.16); border-radius: 18px; }
.roles strong { font-family: var(--f-title); font-size: 1.2rem; }
.roles span { color: var(--ink-2); font-size: .98rem; }
.form { background: var(--white); border-radius: var(--r-lg); padding: clamp(24px, 4vw, 38px); box-shadow: 0 40px 80px -40px rgba(28,23,18,.55); }
.form__hint { color: var(--muted); font-size: .92rem; }
.seg { border: 0; padding: 0; margin: 0 0 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.seg legend { font-weight: 600; margin-bottom: 10px; padding: 0; }
.seg label { position: relative; }
.seg input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.seg span { display: inline-block; padding: 9px 15px; border-radius: 999px; border: 1.5px solid var(--line); font-size: .92rem; font-weight: 500; transition: all .25s; }
.seg input:checked + span { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.seg input:focus-visible + span { outline: 3px solid var(--teal); outline-offset: 2px; }
.field { display: grid; gap: 6px; margin-bottom: 14px; }
.field label { font-weight: 600; font-size: .95rem; }
.field input, .field textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 14px; padding: 13px 15px; background: var(--paper); transition: border-color .2s, background .2s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--teal); background: #fff; }
.field textarea { resize: vertical; min-height: 110px; }
.form__err { color: var(--orange-text); font-weight: 600; margin: 0 0 12px; }
.form__btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.contact { font-style: normal; margin-top: 22px; display: grid; gap: 14px; padding: 24px; background: var(--ink); color: var(--paper); border-radius: var(--r); }
.contact p { display: flex; gap: 14px; margin: 0; line-height: 1.55; }
.contact .ic { color: var(--amber); margin-top: 3px; }
.contact a { text-decoration: none; }
.contact a:hover { color: var(--amber); text-decoration: underline; }

/* Pied de page */
.foot { background: var(--ink); color: var(--paper); padding: 80px 0 30px; }
.foot__top { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(251,244,232,.15); }
.foot__brand img { border-radius: 50%; background: #fff; margin-bottom: 16px; }
.foot__name { font-family: var(--f-title); font-weight: 800; font-size: 2rem; letter-spacing: .04em; margin: 0; }
.foot__full { color: var(--amber); margin: 4px 0; }
.foot__fr { color: rgba(251,244,232,.65); font-size: .92rem; max-width: 42ch; }
.foot__nav, .foot__social ul { display: grid; gap: 8px; align-content: start; }
.foot .mono { color: rgba(251,244,232,.55); margin-bottom: 6px; }
.foot a { text-decoration: none; }
.foot a:hover { color: var(--amber); }
.foot__social ul { list-style: none; margin: 0; padding: 0; }
.foot__social a { display: inline-flex; gap: 10px; align-items: center; }
.foot__motto { font-family: var(--f-title); font-weight: 700; font-size: clamp(1.8rem, 5vw, 4.2rem); letter-spacing: -.03em; line-height: 1.02; margin: 50px 0; max-width: 20ch; }
.foot__motto em { color: var(--amber); font-style: normal; }
.foot__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 30px; font-size: .88rem; color: rgba(251,244,232,.6); }
.foot__bottom p { margin: 0; }

/* Lecteur vidéo */
.lightbox { border: 0; padding: 0; background: transparent; width: min(1100px, 100% - 32px); max-width: none; max-height: none; overflow: visible; }
.lightbox::backdrop { background: rgba(20, 15, 10, .86); backdrop-filter: blur(6px); }
.lightbox__in { position: relative; }
.lightbox__frame { aspect-ratio: 16/9; background: #000; border-radius: 18px; overflow: hidden; }
.lightbox__frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.lightbox__close { position: absolute; right: 0; top: -56px; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--amber); color: var(--ink); display: grid; place-items: center; cursor: pointer; }

/* Pages secondaires */
.page { padding: 150px 0 100px; }
.page .wrap { max-width: 820px; }
.page h1 { font-size: clamp(2.4rem, 6vw, 4rem); margin-bottom: 30px; }
.page h2 { font-size: 1.5rem; margin: 40px 0 12px; }
.page p, .page li { color: var(--ink-2); }
.page a { color: var(--teal-deep); }
.sitemap-list { list-style: none; padding: 0; display: grid; gap: 10px; }
.sitemap-list a { font-family: var(--f-title); font-size: 1.3rem; font-weight: 600; }
.e404 { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 120px 0; }
.e404 .h2 { margin-inline: auto; }
.e404 .lead { margin: 20px auto 30px; }
.e404 strong { display: block; font-family: var(--f-mono); font-size: clamp(5rem, 18vw, 12rem); line-height: 1; color: var(--amber); }

/* Responsive */
@media (max-width: 1100px) {
  .vgrid { grid-template-columns: repeat(2, 1fr); }
  .bento { grid-template-columns: repeat(3, 1fr); }
  .dots { display: none; }
}
@media (max-width: 900px) {
  .nav__burger { display: inline-flex; }
  .nav__links { position: fixed; inset: 70px 16px auto; flex-direction: column; align-items: stretch; gap: 4px; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); pointer-events: none; visibility: hidden; transition: opacity .3s, transform .3s var(--ease), visibility .3s; }
  .nav__links a:not(.btn) { padding: 12px 10px; font-size: 1.1rem; }
  .nav__links .btn { margin-top: 8px; }
  .nav.is-open .nav__links { opacity: 1; transform: none; pointer-events: auto; visibility: visible; }
  .nav.is-open { background: rgba(251,244,232,.96); }
  .hero { padding-top: 120px; }
  .hero__grid, .split, .head--row, .deploy, .experts, .gov, .join, .quiz, .audiences { grid-template-columns: 1fr; }
  .hero__visual { justify-self: center; max-width: 460px; }
  .stats { grid-template-columns: repeat(2, 1fr); margin-top: 40px; }
  .map { max-width: 300px; }
  .stat:nth-child(3) { padding-left: 0; border-left: 0; }
  .trio, .founders { grid-template-columns: 1fr; }
  .axes { grid-template-columns: 1fr; }
  .axes__sticky { position: sticky; top: 76px; z-index: 2; }
  .phone { max-width: 190px; border-radius: 30px; padding: 7px; aspect-ratio: 9/12; }
  .phone__screen { border-radius: 24px; }
  .phone__notch { display: none; }
  .screen img { height: 55%; border-radius: 0 0 18px 18px; }
  .screen__body { padding: 10px 12px; gap: 4px; }
  .screen__body strong { font-size: 1.1rem; }
  .screen__body ul { display: none; }
  .phone__bar { bottom: 10px; left: 12px; right: 12px; }
  .step { min-height: 0; padding: 30px 0; opacity: 1; grid-template-columns: 44px 1fr; }
  .values li { grid-template-columns: 44px 1fr; }
  .values p { grid-column: 2; }
  .foot__top { grid-template-columns: 1fr 1fr; }
  .foot__brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .bento { grid-template-columns: 1fr 1fr; gap: 10px; }
  .tile { padding: 18px; }
  .tile--xl { grid-column: span 2; grid-row: span 1; min-height: 280px; }
  .tile h3 { font-size: 1.05rem; }
  .vgrid { grid-template-columns: 1fr; }
  .experts__list { grid-template-columns: 1fr; }
  .stat { padding-right: 10px; }
  .stat + .stat { padding-left: 12px; }
  .stat:nth-child(3) { padding-left: 0; }
  .hero__badge { padding: 12px 14px; }
  .hero__badge strong { font-size: 1.8rem; }
  .brand__txt small { display: none; }
  .foot__top { grid-template-columns: 1fr; }
  .blob--a { width: 340px; height: 340px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .arc { stroke-dashoffset: 170; }
  .marquee__track { animation: none; }
}
