/* WellDone Consulting — feuille de style unique du site.
   Valeurs reprises à l'identique de la maquette Claude Design (design/).
   Les tailles fluides sont en cqi : .site est un conteneur de requêtes, comme
   dans la maquette. Aucun style en ligne dans le HTML (CSP stricte). */

/* Polices hébergées avec le site (licence OFL, assets/fonts/OFL.txt) :
   sous-ensemble latin des fichiers variables servis par Google Fonts, avec
   les mêmes règles que leur feuille de style. */
@font-face { font-family: 'Karla'; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/karla-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Karla'; font-style: normal; font-weight: 600; font-display: swap; src: url(fonts/karla-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Schibsted Grotesk'; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/schibsted-grotesk-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Schibsted Grotesk'; font-style: normal; font-weight: 500; font-display: swap; src: url(fonts/schibsted-grotesk-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Schibsted Grotesk'; font-style: normal; font-weight: 600; font-display: swap; src: url(fonts/schibsted-grotesk-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --f-display: 'Schibsted Grotesk', system-ui, sans-serif;
  --f-text: Karla, system-ui, sans-serif;
  --gutter: clamp(20px, 4.4cqi, 64px);
  --ink: #36373B;
  --ink-2: #4A4B51;
  --ink-3: #6E6F75;
  --line: #E4E4E2;
  --line-2: #EDEDEA;
  --azure: #0078D4;
  --azure-dark: #005FA8;
  --night: #0E0F12;
  --rise: cubic-bezier(.2,.7,.2,1);
}

/* Base */
html { scroll-behavior: smooth; }
body { margin: 0; background: #ffffff; -webkit-font-smoothing: antialiased; }
body.home { background: var(--night); text-rendering: optimizeLegibility; }
a { color: var(--azure); }
:focus-visible { outline: 2px solid #4CB2F5; outline-offset: 3px; }
img { max-width: 100%; }

.site { container-type: inline-size; background: #ffffff; color: var(--ink); font-family: var(--f-text); font-size: clamp(16px, 1.3cqi, 18px); line-height: 1.62; }
.wrap { max-width: 1280px; margin: 0 auto; }
.skip { position: absolute; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; border-radius: 3px; background: var(--azure); color: #ffffff; font-family: var(--f-display); font-size: 15px; font-weight: 600; text-decoration: none; }
.skip:focus { top: 16px; }

/* En-tête */
.hdr { position: sticky; top: 0; z-index: 40; -webkit-backdrop-filter: blur(14px) saturate(140%); backdrop-filter: blur(14px) saturate(140%); }
.hdr--overlay { box-sizing: border-box; height: clamp(62px, 5.6cqi, 78px); margin-bottom: calc(-1 * clamp(62px, 5.6cqi, 78px)); background: rgba(255,255,255,0); border-bottom: 1px solid rgba(255,255,255,0); }
.hdr--solid { background: rgba(255,255,255,0.92); border-bottom: 1px solid var(--line); }
.hdr__in { max-width: 1280px; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hdr--overlay .hdr__in { height: 100%; }
.hdr--solid .hdr__in { height: clamp(62px, 5.6cqi, 78px); }
.hdr__logo { display: grid; align-items: center; flex: 0 0 auto; }
.hdr--solid .hdr__logo { display: flex; }
.logo { grid-area: 1 / 1; height: clamp(25px, 2.3cqi, 31px); width: auto; display: block; }
.hdr--overlay .logo--ink { opacity: 0; }
.hdr__actions { display: flex; align-items: center; gap: clamp(14px, 2.6cqi, 38px); }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.4cqi, 34px); font-family: var(--f-display); font-size: 15px; font-weight: 500; letter-spacing: -0.01em; }
.nav a { color: #E8E9EB; text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 3px; transition: border-color 180ms ease; }
.nav a:hover { border-bottom-color: var(--azure); }
@container (max-width: 779px) { .nav { display: none; } }
.btn-hdr { font-family: var(--f-display); font-size: 15px; font-weight: 600; letter-spacing: -0.01em; color: #ffffff; background: var(--azure); text-decoration: none; padding: 11px 21px; border-radius: 3px; white-space: nowrap; box-shadow: 0 0 0 0 rgba(76,178,245,0.5); transition: background 180ms ease, box-shadow 260ms ease, transform 180ms ease; }
.btn-hdr:hover { background: #1287E4; box-shadow: 0 0 0 4px rgba(76,178,245,0.18); transform: translateY(-1px); }
.back { font-family: var(--f-display); font-size: 15px; font-weight: 500; color: var(--ink); text-decoration: none; border-bottom: 1px solid #B9BAB7; padding-bottom: 3px; white-space: nowrap; transition: color 180ms ease, border-color 180ms ease; }
.back:hover { color: var(--azure); border-color: var(--azure); }

/* Boutons et liens */
.btn { font-family: var(--f-display); font-size: 16px; font-weight: 600; letter-spacing: -0.01em; color: #ffffff; background: var(--azure); text-decoration: none; padding: 16px 32px; border-radius: 3px; transition: background 180ms ease, transform 180ms ease, box-shadow 220ms ease; }
.btn--glow { box-shadow: 0 10px 30px -12px rgba(0,120,212,0.9); }
.btn--glow:hover { background: #1287E4; transform: translateY(-2px); box-shadow: 0 16px 40px -14px rgba(0,120,212,1); }
.btn--solid { display: inline-block; box-shadow: 0 12px 30px -16px rgba(0,120,212,0.9); }
.btn--solid:hover { background: var(--azure-dark); transform: translateY(-2px); box-shadow: 0 18px 38px -18px rgba(0,120,212,1); }
.link-light { font-family: var(--f-display); font-size: 16px; font-weight: 500; color: #E8E9EB; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.32); padding-bottom: 4px; transition: color 180ms ease, border-color 180ms ease; }
.link-light:hover { color: #7CC4FF; border-color: #7CC4FF; }
.link { color: var(--azure); text-decoration: none; border-bottom: 1px solid #B8DCF5; word-break: break-word; transition: border-color 180ms ease; }
.link:hover { border-color: var(--azure); }

/* Héros */
.hero { position: relative; background: var(--night); color: #ffffff; overflow: hidden; padding: clamp(104px, 12cqi, 180px) var(--gutter) clamp(72px, 10cqi, 150px); }
.decor { position: absolute; inset: 0; pointer-events: none; }
.hero .decor { overflow: hidden; }
.halo { position: absolute; aspect-ratio: 1; border-radius: 50%; }
.halo--a { top: -28%; left: -12%; width: 72%; background: radial-gradient(circle at 50% 50%, rgba(0,120,212,0.60), rgba(0,120,212,0) 62%); filter: blur(30px); animation: wdDriftA 24s ease-in-out infinite alternate; }
.halo--b { bottom: -34%; right: -10%; width: 64%; background: radial-gradient(circle at 50% 50%, rgba(76,178,245,0.34), rgba(76,178,245,0) 64%); filter: blur(44px); animation: wdDriftB 31s ease-in-out infinite alternate; }
.halo--c { top: 16%; right: 22%; width: 32%; background: radial-gradient(circle at 50% 50%, rgba(244,49,96,0.20), rgba(244,49,96,0) 62%); filter: blur(56px); animation: wdDriftC 37s ease-in-out infinite alternate; }
.halo--d { top: -40%; left: 30%; width: 52%; background: radial-gradient(circle at 50% 50%, rgba(0,120,212,0.40), rgba(0,120,212,0) 64%); filter: blur(40px); animation: wdDriftB 29s ease-in-out infinite alternate; }
.dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.075) 1px, transparent 1px); background-size: 24px 24px; }
.dots--faint { background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px); }
.veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,15,18,0.30) 0%, rgba(14,15,18,0.05) 40%, rgba(14,15,18,0.85) 100%); }
.hero__grid { position: relative; max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: clamp(48px, 6cqi, 84px); align-items: center; }
.pill { animation: wdFade 800ms ease both; margin: 0 0 clamp(22px, 2.6cqi, 32px); display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-display); font-size: clamp(11px, 1cqi, 13px); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: #A9DBFF; background: rgba(0,120,212,0.16); border: 1px solid rgba(124,196,255,0.28); border-radius: 100px; padding: 8px 16px 8px 13px; }
.pill__dot { width: 7px; height: 7px; border-radius: 50%; background: #4CB2F5; box-shadow: 0 0 10px 2px rgba(76,178,245,0.7); animation: wdBlink 2.6s ease-in-out infinite; }
.hero h1 { animation: wdRise 900ms var(--rise) 80ms both; margin: 0; font-family: var(--f-display); font-size: clamp(30px, 5.2cqi, 74px); line-height: 1.03; font-weight: 600; letter-spacing: -0.04em; text-wrap: balance; }
.grad { background: linear-gradient(100deg, #4CB2F5, #A9DBFF 55%, #4CB2F5); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__lead { animation: wdRise 900ms var(--rise) 200ms both; margin: clamp(24px, 2.8cqi, 36px) 0 0; max-width: 48ch; font-size: clamp(17px, 1.55cqi, 21px); line-height: 1.58; color: #C6C8CC; }
.hero__cta { animation: wdRise 900ms var(--rise) 320ms both; margin-top: clamp(32px, 3.6cqi, 46px); display: flex; flex-wrap: wrap; align-items: center; gap: 16px 26px; }

/* Schéma « Une chaîne complète » */
.chain { animation: wdRise 1000ms var(--rise) 420ms both; position: relative; }
.chain__title { margin: 0 0 16px; font-family: var(--f-display); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #8E9AA6; }
.chain__body { position: relative; padding-left: 22px; }
.chain__rail { position: absolute; left: 4px; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(180deg, rgba(124,196,255,0.06), rgba(124,196,255,0.45), rgba(124,196,255,0.06)); }
.chain__track { position: absolute; left: 0; top: 0; bottom: 0; width: 9px; overflow: hidden; }
.chain__dot { position: absolute; left: 1px; width: 7px; height: 7px; border-radius: 50%; background: #7CC4FF; box-shadow: 0 0 12px 3px rgba(124,196,255,0.8); animation: wdFlow 4.6s cubic-bezier(.5,0,.5,1) infinite; }
.layers { display: flex; flex-direction: column; gap: 10px; }
.layer { background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.10); border-radius: 3px; padding: clamp(15px, 1.6cqi, 21px) clamp(17px, 1.8cqi, 24px); display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; transition: transform 220ms ease, border-color 220ms ease, background 220ms ease; }
.layer:hover { transform: translateX(8px); border-color: rgba(124,196,255,0.55); background: rgba(0,120,212,0.14); }
.layer--base { background: linear-gradient(110deg, #0078D4, #0A63AD); border-color: rgba(124,196,255,0.45); box-shadow: 0 14px 40px -20px rgba(0,120,212,1); transition: transform 220ms ease; }
.layer--base:hover { border-color: rgba(124,196,255,0.45); background: linear-gradient(110deg, #0078D4, #0A63AD); }
.layer__name { font-family: var(--f-display); font-size: clamp(14px, 1.25cqi, 17px); font-weight: 600; letter-spacing: -0.015em; color: #ffffff; }
.layer__tag { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #9FA7B0; }
.layer--base .layer__tag { color: #ffffff; }

/* Bandeau de technologies */
.marquee { background: #ffffff; border-bottom: 1px solid var(--line); padding: clamp(16px, 1.8cqi, 22px) 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; width: max-content; animation: wdMarquee 44s linear infinite; }
.marquee__list { display: flex; align-items: center; gap: 42px; padding-right: 42px; font-family: var(--f-display); font-size: 13px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: #5A5B61; white-space: nowrap; }
.marquee__sep { width: 4px; height: 4px; border-radius: 50%; background: var(--azure); }

/* Sections de l'accueil */
.sec { background: #ffffff; scroll-margin-top: 90px; }
.sec--expertise { padding: clamp(60px, 8.5cqi, 118px) var(--gutter) 0; }
.sec--approach { padding: clamp(64px, 9cqi, 130px) var(--gutter) clamp(56px, 8cqi, 110px); }
.sec--contact { padding: clamp(64px, 9cqi, 130px) var(--gutter); }
.sec--dark { position: relative; background: var(--night); color: #ffffff; overflow: hidden; padding: clamp(60px, 8.5cqi, 112px) var(--gutter); scroll-margin-top: 70px; }
.sec--dark .wrap { position: relative; }
.eyebrow { margin: 0 0 14px; font-family: var(--f-display); font-size: clamp(11px, 1cqi, 13px); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--azure); }
.eyebrow--light { margin: 0 0 clamp(32px, 4cqi, 56px); color: #7CC4FF; }
.eyebrow--deep { color: var(--azure-dark); }
.h2 { margin: 0; font-family: var(--f-display); font-size: clamp(28px, 3.5cqi, 46px); line-height: 1.06; font-weight: 600; letter-spacing: -0.032em; }
.sec-head { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: clamp(16px, 3cqi, 56px); align-items: end; margin-bottom: clamp(36px, 4.5cqi, 64px); }
.sec-head__text { margin: 0; max-width: 46ch; color: var(--ink-2); }
.sec-head--narrow { display: block; max-width: 40ch; }

/* Expertise */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.card { position: relative; background: #ffffff; padding: clamp(26px, 3cqi, 44px); transition: background 220ms ease; }
.card:hover { background: #FAFBFC; }
.card--ai { background: #F7FBFE; }
.card--ai:hover { background: #F1F8FD; }
.card__rule { position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #0078D4, #4CB2F5); transform-origin: left; }
.card__top { display: flex; align-items: center; gap: 14px; margin: 0 0 clamp(18px, 2cqi, 28px); }
.card__num { margin: 0 0 clamp(18px, 2cqi, 28px); font-family: var(--f-display); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; color: var(--azure); }
.card__top .card__num { margin: 0; }
.badge { margin: 0; font-family: var(--f-display); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #ffffff; background: var(--azure); padding: 5px 10px; border-radius: 2px; }
.card h3 { margin: 0 0 12px; font-family: var(--f-display); font-size: clamp(19px, 1.85cqi, 24px); line-height: 1.2; font-weight: 600; letter-spacing: -0.02em; }
.card__text { margin: 0; color: var(--ink-2); font-size: clamp(15px, 1.25cqi, 17px); }
.card__tags { margin: clamp(18px, 2cqi, 26px) 0 0; padding-top: clamp(16px, 1.8cqi, 22px); border-top: 1px solid var(--line-2); font-size: 13px; line-height: 1.7; letter-spacing: 0.02em; color: var(--ink-3); }
.card--ai .card__tags { border-top-color: #DCE9F3; }

/* Approche */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: clamp(28px, 3.4cqi, 56px); }
.step { position: relative; padding-top: clamp(20px, 2.2cqi, 30px); }
.rule { position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--ink); transform-origin: left; }
.step__num { margin: 0 0 clamp(14px, 1.6cqi, 22px); font-family: var(--f-display); font-size: clamp(40px, 4.4cqi, 60px); line-height: 1; font-weight: 500; letter-spacing: -0.04em; color: #83848A; }
.step h3 { margin: 0 0 10px; font-family: var(--f-display); font-size: clamp(20px, 1.9cqi, 25px); font-weight: 600; letter-spacing: -0.02em; }
.step__text { margin: 0; color: var(--ink-2); font-size: clamp(15px, 1.3cqi, 17px); }

/* Repères */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: clamp(32px, 3.4cqi, 56px); }
.fact { position: relative; padding-top: clamp(18px, 2cqi, 26px); }
.rule--light { height: 1px; background: linear-gradient(90deg, #7CC4FF, rgba(124,196,255,0.15)); }
.fact__value { margin: 0; font-family: var(--f-display); font-size: clamp(34px, 4cqi, 54px); line-height: 1.05; font-weight: 600; letter-spacing: -0.035em; }
.fact__text { margin: 10px 0 0; color: #C6C8CC; font-size: clamp(15px, 1.3cqi, 17px); }

/* Contact */
.contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: clamp(36px, 5cqi, 80px); align-items: start; }
.contact .h2 { margin: 0 0 clamp(18px, 2cqi, 26px); text-wrap: balance; }
.contact__text { margin: 0; max-width: 44ch; color: var(--ink-2); }
.panel { border: 1px solid var(--line); border-radius: 4px; padding: clamp(26px, 3.2cqi, 46px); box-shadow: 0 30px 70px -50px rgba(54,55,59,0.45); }
.label { margin: 0 0 8px; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.mail-big { font-family: var(--f-display); font-size: clamp(17px, 1.75cqi, 23px); font-weight: 600; letter-spacing: -0.02em; color: var(--ink); text-decoration: none; border-bottom: 1px solid #B9BAB7; word-break: break-word; transition: color 180ms ease, border-color 180ms ease; }
.mail-big:hover { color: var(--azure); border-color: var(--azure); }
.panel__cta { margin-top: clamp(24px, 2.8cqi, 36px); }
.panel__foot { margin-top: clamp(26px, 3cqi, 40px); padding-top: clamp(20px, 2.4cqi, 30px); border-top: 1px solid var(--line-2); }
.panel__foot .label { margin: 0 0 6px; }
.panel__person { margin: 0; font-size: clamp(15px, 1.3cqi, 17px); }

/* Pied de page */
.ftr { background: var(--night); color: #C6C8CC; padding: clamp(40px, 5cqi, 64px) var(--gutter) clamp(28px, 3cqi, 40px); }
.ftr__top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 32px; padding-bottom: clamp(24px, 3cqi, 36px); border-bottom: 1px solid rgba(255,255,255,0.12); }
.brand { margin: 0; display: flex; align-items: center; gap: 9px; font-family: var(--f-display); font-size: clamp(19px, 1.8cqi, 24px); letter-spacing: -0.025em; }
.brand__dot { width: 9px; height: 9px; border-radius: 50%; background: #F43160; display: block; }
.brand__name { font-weight: 600; color: #ffffff; }
.brand__suffix { font-weight: 400; color: #9FA7B0; }
.ftr__mail { font-family: var(--f-display); font-size: clamp(15px, 1.3cqi, 17px); font-weight: 500; color: #ffffff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.35); padding-bottom: 2px; transition: border-color 180ms ease; }
.ftr__mail:hover { border-color: #7CC4FF; }
.ftr__bottom { padding-top: clamp(20px, 2.4cqi, 28px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 28px; font-size: 14px; }
.ftr__copy { margin: 0; color: #9FA7B0; }
.ftr__links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; }
.ftr__legal { color: #ffffff; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 180ms ease; }
.ftr__legal:hover { border-color: #7CC4FF; }
.ftr__oche { color: #9FA7B0; text-decoration: none; font-size: 13px; transition: color 180ms ease; }
.ftr__oche:hover { color: #ffffff; }

/* Pages de texte */
.masthead { background: #F5F5F3; border-bottom: 1px solid var(--line); padding: clamp(44px, 6cqi, 92px) var(--gutter); }
.wrap-text { max-width: 1240px; margin: 0 auto; }
.masthead h1 { margin: 0; max-width: 24ch; font-family: var(--f-display); font-size: clamp(32px, 4.2cqi, 56px); line-height: 1.05; font-weight: 600; letter-spacing: -0.035em; }
.masthead--policy h1 { max-width: 26ch; font-size: clamp(30px, 4.2cqi, 56px); }
.langs { margin-top: clamp(24px, 3cqi, 38px); display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; }
.lang { font-family: var(--f-display); font-size: 14px; font-weight: 600; letter-spacing: 0.02em; text-decoration: none; border-radius: 2px; }
.lang--on { color: #ffffff; background: var(--ink); padding: 9px 18px; }
.lang--off { color: var(--ink); background: transparent; border: 1px solid #CBCCC9; padding: 8px 17px; transition: border-color 160ms ease; }
.lang--off:hover { border-color: var(--ink); }
.doc { padding: clamp(44px, 6cqi, 88px) var(--gutter) clamp(56px, 7cqi, 104px); }
.col { max-width: 780px; }

/* Tableau d'informations à filets */
.rows { margin: 0; border-top: 1px solid var(--line); }
.rows > div { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 4px clamp(16px, 3cqi, 48px); padding: clamp(14px, 1.6cqi, 20px) 0; border-bottom: 1px solid var(--line-2); }
.rows dt, .rows dd { margin: 0; }
.rows dd { grid-column: span 2; }
.rows--keys dt { font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.rows--terms > div { gap: 4px clamp(16px, 3cqi, 40px); }
.rows--terms dt { font-family: var(--f-display); font-weight: 600; letter-spacing: -0.01em; }
.rows--terms dd { line-height: 1.7; }
.strong { font-family: var(--f-display); font-weight: 600; letter-spacing: -0.01em; }

/* Mentions légales */
.legal h2 { margin: clamp(44px, 5cqi, 72px) 0 clamp(14px, 1.6cqi, 20px); font-family: var(--f-display); font-size: clamp(21px, 2cqi, 27px); line-height: 1.2; font-weight: 600; letter-spacing: -0.02em; }
.legal h2:first-child { margin: 0 0 clamp(20px, 2.2cqi, 28px); }
.legal p { margin: 0; line-height: 1.75; color: var(--ink); }
.legal p + p { margin-top: clamp(14px, 1.6cqi, 20px); }
.legal .rows p { line-height: inherit; }

/* Politique de confidentialité */
.policy { max-width: 780px; scroll-margin-top: 96px; }
.policy + .policy { margin-top: clamp(64px, 8cqi, 120px); padding-top: clamp(40px, 5cqi, 72px); border-top: 2px solid var(--ink); }
.version { margin: 0 0 clamp(36px, 4cqi, 56px); padding-bottom: clamp(20px, 2.4cqi, 30px); border-bottom: 1px solid var(--line); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.policy h2 { margin: clamp(36px, 4cqi, 56px) 0 clamp(12px, 1.4cqi, 18px); font-family: var(--f-display); font-size: clamp(20px, 1.95cqi, 26px); line-height: 1.2; font-weight: 600; letter-spacing: -0.02em; }
.policy .version + h2 { margin-top: 0; }
.policy p { margin: 0; line-height: 1.78; }
.policy p + p { margin-top: clamp(14px, 1.6cqi, 20px); }
.policy p + .rows, .policy .rows + p { margin-top: clamp(18px, 2cqi, 26px); }
.policy p + ul { margin-top: 14px; }
.policy ul { margin: 0; padding-left: 22px; line-height: 1.78; }
.policy li + li { margin-top: 10px; }

/* Page 404 */
.notfound p { margin: 0; line-height: 1.78; }
.notfound .panel__cta { margin-top: clamp(28px, 3.2cqi, 40px); }

/* Animations */
@keyframes wdRise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes wdFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes wdDriftA { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(9%,7%,0) scale(1.16); } }
@keyframes wdDriftB { from { transform: translate3d(0,0,0) scale(1.1); } to { transform: translate3d(-11%,-6%,0) scale(1); } }
@keyframes wdDriftC { from { transform: translate3d(0,0,0); opacity: .75; } to { transform: translate3d(-7%,10%,0); opacity: 1; } }
@keyframes wdMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes wdFlow { 0% { top: 0; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { top: 100%; opacity: 0; } }
@keyframes wdBlink { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }

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