/* =========================================================================
   Feedz — landing

   Deux principes tiennent tout le fichier:

   1. LES FONDS DÉBORDENT, LE TEXTE NON. La maquette est un canevas fixe de
      1280. Le traduire en `max-width` sur le conteneur enfermait aussi les
      fonds: sur un écran de 1920, le dégradé du hero s'arrêtait net à 1280 et
      laissait deux bandes noires. La page prend donc toute la largeur, et
      c'est la marge latérale de chaque section qui grandit pour ramener le
      contenu à 1280.

   2. LA TYPO EST FLUIDE, pas en paliers. Des tailles fixes coupées par des
      media queries donnent un titre juste à 1280 et à 390, et un titre mal
      calibré partout entre les deux — or c'est là que vivent la plupart des
      écrans. Chaque taille d'affichage est un `clamp()` calé pour toucher la
      valeur exacte de la maquette à 1280.
   ========================================================================= */

:root {
  --bg: #0A0B0E;
  --surface: #14161B;
  --surface-raised: #1B1D24;
  --border: #262A33;
  --border-strong: #2E323C;

  --text: #F4F5F7;
  --text-hero-sub: #E4E1F5;
  --text-nav: #C9CBD3;
  --text-muted: #8B919E;
  --text-muted-2: #9096A2;
  --text-faint: #5F646F;
  --text-faintest: #4A4F5C;
  --manifesto-off: #33363E;

  --accent: #7C8CF0;

  --content: 1280px;
  /* 22 sur un téléphone, 64 dès qu'il y a la place. */
  --pad-x: clamp(22px, 1rem + 2.5vw, 64px);
  --nav-h: 84px;

  --font: "Space Grotesk", system-ui, -apple-system, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", monospace;

  /* Les courbes. `--ease-out` pour ce qui entre, `--ease` pour ce qui réagit
     au doigt: une entrée qui décélère se regarde, un survol qui décélère
     traîne. */
  --ease: cubic-bezier(.4, 0, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);

  /* L'ÉCHELLE D'AFFICHAGE, fluide. Chaque borne haute est la valeur du
     handoff, atteinte à 1280 px de large. */
  --t-hero: clamp(2.6rem, 1.15rem + 6.2vw, 6rem);          /* 96 */
  --t-manifesto: clamp(2rem, 1rem + 4.2vw, 4.375rem);      /* 70 */
  --t-closing: clamp(2.125rem, 1rem + 3.1vw, 3.5rem);      /* 56 */
  --t-product: clamp(2rem, 1rem + 2.8vw, 3.25rem);         /* 52 */
  --t-section: clamp(1.75rem, 1rem + 2.2vw, 2.75rem);      /* 44 */
  --t-sub: clamp(1.0625rem, .88rem + .7vw, 1.4375rem);     /* 23 */
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  /* `clip` et pas `hidden`: `hidden` fabrique un conteneur de défilement, ce
     qui casserait la nav `fixed` et le `scroll-padding`. `clip` coupe sans
     rien créer. Il faut les DEUX (html et body): sur `body` seul, l'élément
     racine continue de rapporter la largeur débordée et un navigateur peut
     encore afficher une barre horizontale. */
  overflow-x: clip;
  /* La nav est fixe: sans cette marge, une ancre dépose le titre visé
     DERRIÈRE elle. */
  scroll-padding-top: calc(var(--nav-h) + 24px);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* Aucune barre horizontale, quoi qu'il arrive. C'est ICI que les floraisons
     sont coupées, et nulle part ailleurs: les clipper section par section leur
     donnait un bord franc au passage d'une section à la suivante — très visible
     au filet du pied de page. Elles doivent fondre, pas s'arrêter. */
  overflow-x: clip;
}

.page { position: relative; }

a { color: inherit; text-decoration: none; }
h1, h2, h3, p, ul { margin: 0; }
ul { list-style: none; padding: 0; }

.accent { color: var(--accent); }
.strong { color: var(--text); }

/* Le lien d'évitement: premier élément focusable de la page, invisible tant
   qu'on ne tabule pas. */
.skip {
  position: fixed; top: 8px; left: 8px; z-index: 200;
  background: var(--text); color: var(--bg);
  padding: 10px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 500;
  transform: translateY(-200%);
  transition: transform .2s var(--ease);
}
.skip:focus { transform: none; }

:where(a, button, summary):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}

/* La marge qui centre le contenu à 1280 sans enfermer les fonds. En dessous
   de 1280 elle vaut exactement `--pad-x` et rien ne bouge. */
.hero__body,
.manifesto,
.product,
.editorial,
.closing,
.footer,
.nav {
  padding-inline: max(var(--pad-x), calc((100% - var(--content)) / 2 + var(--pad-x)));
}

/* =========================================================================
   NAV — fixe, et elle se resserre au défilement
   ========================================================================= */

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding-block: 20px;
  pointer-events: none;
  transition: padding-block .35s var(--ease);
}
/* Sortie du hero, la barre se rapproche du bord et s'opacifie: elle passe
   d'objet flottant à chrome de navigation. */
.nav.is-scrolled { padding-block: 10px; }

.nav__pill {
  pointer-events: auto;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  /* Sa propre marge interne, celle du handoff. La marge de COLONNE est portée
     par `.nav`: posée ici, elle étirait la capsule d'un bord à l'autre de
     l'écran, et une capsule large de 1920 n'est plus une capsule. */
  padding: 10px 10px 10px 24px;
  background: rgba(10, 11, 14, .42);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  transition: background .35s var(--ease), border-color .35s var(--ease),
              box-shadow .35s var(--ease);
}
.nav.is-scrolled .nav__pill {
  background: rgba(10, 11, 14, .82);
  border-color: rgba(255, 255, 255, .14);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .5);
}

.nav__mark {
  font-size: 19px; font-weight: 700; letter-spacing: -.02em;
  transition: opacity .2s var(--ease);
}
.nav__mark:hover { opacity: .78; }

.nav__links { display: flex; justify-content: center; gap: clamp(16px, 2.4vw, 38px); font-size: 15px; }
.nav__links a {
  position: relative;
  color: var(--text-nav);
  padding-block: 4px;
  transition: color .2s var(--ease);
}
/* Le trait se déplie depuis la gauche. Une opacité au survol se remarque à
   peine sur un lien déjà gris; un trait qui pousse, oui. */
.nav__links a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: left;
  transition: transform .28s var(--ease-out);
}
.nav__links a:hover { color: var(--text); }
.nav__links a:hover::after { transform: scaleX(1); }

.nav__cta {
  background: var(--text);
  color: var(--bg);
  font-size: 15px; font-weight: 500;
  padding: 12px 24px;
  border-radius: 999px;
  white-space: nowrap;
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out);
}
.nav__cta:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(255, 255, 255, .18); }
.nav__cta:active { transform: translateY(0); }

/* Le bouton du menu: deux traits qui deviennent une croix. */
.nav__burger {
  display: none;
  width: 42px; height: 42px;
  padding: 0; border: 0; border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  position: relative;
}
.nav__burger span {
  position: absolute; left: 12px; right: 12px; height: 1.5px;
  background: var(--text); border-radius: 2px;
  transition: transform .3s var(--ease-out);
}
.nav__burger span:first-child { top: 17px; }
.nav__burger span:last-child { bottom: 17px; }
.nav__burger[aria-expanded="true"] span:first-child { transform: translateY(6.5px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:last-child { transform: translateY(-6.5px) rotate(-45deg); }

.menu { display: grid; gap: 2px; margin-top: 10px; pointer-events: auto; }
/* `display: grid` sur une CLASSE bat le `[hidden] { display: none }` de la
   feuille du navigateur, qui n est qu un selecteur d attribut. Sans cette
   ligne, le menu du telephone s ouvre tout seul au chargement. */
.menu[hidden] { display: none; }
.menu a {
  padding: 16px 22px;
  font-size: 17px;
  background: rgba(10, 11, 14, .92);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background .2s var(--ease);
}
.menu a:hover, .menu a:active { background: rgba(30, 32, 40, .95); }

/* =========================================================================
   HERO
   ========================================================================= */

.hero {
  position: relative;
  overflow: clip;
  padding-bottom: clamp(90px, 11vw, 150px);
  background: radial-gradient(120% 78% at 50% 0%, #B9A6FF 0%, #7C5FE8 22%, #4A2FA8 42%, #1E1440 66%, #0A0B0E 88%);
}
.hero__bloom {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(58% 42% at 50% 34%, rgba(255,214,168,.34) 0%, rgba(255,140,190,.18) 38%, rgba(10,11,14,0) 72%);
}
.hero__corners {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(90% 60% at 8% 8%, rgba(120,180,255,.28) 0%, rgba(10,11,14,0) 60%),
    radial-gradient(80% 55% at 96% 12%, rgba(255,120,180,.22) 0%, rgba(10,11,14,0) 62%);
}
.hero__inner { position: relative; }

.hero__body {
  /* La nav est hors flux: c'est cette marge qui lui laisse la place. */
  padding-block: calc(var(--nav-h) + clamp(40px, 6vw, 110px)) 0;
  display: grid;
  justify-items: center;
  gap: clamp(20px, 2.4vw, 32px);
  text-align: center;
}

.hero__title {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 0 clamp(10px, 1.6vw, 22px);
  font-size: var(--t-hero);
  line-height: .94;
  font-weight: 700;
  letter-spacing: -.048em;
  max-width: 16ch;
  text-wrap: balance;
}
.hero__pill {
  display: inline-flex; align-items: center;
  gap: clamp(6px, .9vw, 12px);
  padding: clamp(6px, .8vw, 10px) clamp(9px, 1.2vw, 16px);
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: clamp(16px, 2vw, 26px);
}
/* La pastille suit le corps du titre: à 96 px les icônes font 72, à 44 elles
   font 33. Un rapport, pas trois paliers. */
.hero__icon {
  width: calc(var(--t-hero) * .75);
  height: calc(var(--t-hero) * .75);
  border-radius: calc(var(--t-hero) * .19);
  object-fit: cover; display: block;
}
.hero__icon--tt { filter: drop-shadow(0 10px 22px rgba(0,0,0,.45)); }
.hero__icon--ig { filter: drop-shadow(0 10px 22px rgba(0,0,0,.4)); }

.hero__sub {
  font-size: var(--t-sub);
  line-height: 1.65;
  letter-spacing: .01em;
  color: var(--text-hero-sub);
  max-width: 38ch;
}

.hero__store { padding-top: 12px; }

/* La pastille « bientôt ». Elle remplace les badges de store: l'app n'est pas
   encore publiée, et un badge App Store qui ne mène nulle part est une
   promesse cassée dès le premier tap. */
.store-soon {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: clamp(14px, .9rem + .2vw, 15px);
  font-weight: 500;
  color: var(--bg);
  background: var(--text);
  padding: 14px clamp(20px, 2.4vw, 26px);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.hero__strip {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(10px, 1.6vw, 20px);
  padding-top: 10px;
  font-family: var(--mono);
  font-size: clamp(10px, .6rem + .15vw, 11px);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-muted-2);
}
.hero__strip i { color: var(--text-faintest); font-style: normal; }

/* =========================================================================
   MANIFESTE
   ========================================================================= */

.manifesto {
  position: relative;
  padding-block: clamp(90px, 11vw, 140px);
  display: grid; justify-items: center;
}
.manifesto__bloom {
  position: absolute; left: -380px; top: -60px; width: 900px; height: 700px; pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(124,95,232,.42) 0%, rgba(74,47,168,.18) 45%, rgba(10,11,14,0) 72%);
}
.manifesto__text {
  position: relative;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0 .28em;
  font-size: var(--t-manifesto);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.035em;
  max-width: 30ch;
  text-align: center;
}
.manifesto__text .w {
  color: var(--manifesto-off);
  opacity: .55;
  /* Le mot s'allume, il ne saute pas. Sans transition, le passage par groupes
     de trois se voit comme un clignotement. */
  transition: color .35s var(--ease), opacity .35s var(--ease);
}

/* =========================================================================
   PRODUIT
   ========================================================================= */

.product {
  position: relative;
  padding-block: 0 clamp(90px, 11vw, 150px);
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.product--mirror { grid-template-columns: 330px 1fr; }

.product__bloom { position: absolute; pointer-events: none; }
.product__bloom--a {
  right: -320px; top: -120px; width: 860px; height: 860px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255,120,180,.24) 0%, rgba(124,95,232,.22) 40%, rgba(10,11,14,0) 70%);
}
.product__bloom--b {
  left: -340px; top: 40px; width: 820px; height: 820px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(120,180,255,.22) 0%, rgba(124,95,232,.2) 42%, rgba(10,11,14,0) 70%);
}

.product__text { position: relative; display: grid; gap: clamp(14px, 1.7vw, 22px); justify-items: start; }
.product__title { font-size: var(--t-product); line-height: 1; font-weight: 700; letter-spacing: -.04em; max-width: 18ch; }
.product__body {
  font-size: clamp(16px, .95rem + .25vw, 18px);
  line-height: 1.7; color: var(--text-muted); max-width: 52ch;
}
.pull { font-family: var(--mono); font-size: 13px; color: var(--text-muted); }
.pull--accent { color: var(--accent); }

.eyebrow {
  font-family: var(--mono);
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--text-muted);
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 8px 14px;
  border-radius: 999px;
  align-self: flex-start;
}
.eyebrow--bare {
  background: none; border: 0; padding: 0; border-radius: 0; letter-spacing: .18em;
}

/* ---------- Le téléphone ---------- */

.phone {
  position: relative;
  width: min(330px, 100%);
  aspect-ratio: 330 / 660;
  border-radius: clamp(40px, 5vw, 52px);
  padding: 10px;
  background: var(--surface-raised);
  box-shadow: 0 0 0 1px var(--border-strong), 0 60px 110px rgba(0, 0, 0, .7);
  justify-self: center;
  transition: transform .7s var(--ease-out), box-shadow .7s var(--ease-out);
}
.phone:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 0 1px var(--border-strong), 0 70px 130px rgba(0, 0, 0, .78);
}
.phone__screen {
  height: 100%;
  border-radius: clamp(32px, 4vw, 43px);
  background: var(--bg);
  padding: clamp(16px, 2vw, 22px) clamp(13px, 1.6vw, 18px);
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: clamp(10px, 1.4vw, 14px);
  overflow: hidden;
}
.phone__status, .phone__state { display: flex; justify-content: space-between; align-items: center; }
.phone__status, .phone__age {
  font-family: var(--mono); font-size: 10px; letter-spacing: .1em; color: var(--text-muted);
}

.badge {
  font-family: var(--mono); font-size: 9px;
  text-transform: uppercase; letter-spacing: .18em;
  padding: 6px 9px; border-radius: 5px;
}
.badge--live { color: var(--bg); background: var(--accent); }
.badge--frozen { color: var(--text-muted); border: 1px solid var(--border); }

.phone__card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: clamp(13px, 1.6vw, 18px);
  display: grid; gap: 14px; justify-items: center;
}

.dial { position: relative; width: min(186px, 52vw); aspect-ratio: 1; }
.dial svg { display: block; width: 100%; height: 100%; }
/* L'arc se remplit à l'entrée à l'écran, comme dans l'app. Un cadran déjà
   plein ne dit pas qu'il MESURE quelque chose. */
.dial__arc {
  stroke-dashoffset: 490.09;
  transition: stroke-dashoffset 1.5s var(--ease-out);
}
.dial.is-in .dial__arc { stroke-dashoffset: var(--offset); }
.dial__center {
  position: absolute; inset: 0;
  display: grid; place-content: center; justify-items: center; gap: 4px;
}
.dial__score {
  font-size: clamp(34px, 2.2rem + 1.4vw, 56px);
  font-weight: 700; letter-spacing: -.04em; line-height: 1;
}
.dial__caption {
  font-family: var(--mono); font-size: 9px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--text-muted); text-align: center;
}

.phone__line { font-size: 13px; color: var(--text-muted); text-align: center; }
.phone__line b { color: var(--text); }

.phone__rows { display: grid; gap: 8px; align-content: start; }
.row {
  display: flex; justify-content: space-between; gap: 10px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .08em;
  padding: 11px 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 9px;
  color: var(--text-muted);
}
.row__v { color: var(--text); text-align: right; }
.row__v--muted { color: var(--text-muted); }
.row--note { display: block; line-height: 1.5; }
.row--stack { display: grid; gap: 4px; line-height: 1.5; }
.row--stack .row__v { text-align: left; }

/* =========================================================================
   SECTIONS ÉDITORIALES
   ========================================================================= */

.editorial { padding-block: 0 clamp(80px, 10vw, 140px); }
.editorial--last { padding-block-end: clamp(80px, 9vw, 130px); }
.editorial__inner {
  border-top: 1px solid var(--border);
  padding-top: 36px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: clamp(20px, 4vw, 56px);
}
.editorial__num {
  font-family: var(--mono); font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--text-faint);
}
.editorial__main { display: grid; gap: clamp(22px, 2.6vw, 32px); align-content: start; }
.editorial__title { font-size: var(--t-section); line-height: 1.04; font-weight: 700; letter-spacing: -.035em; }
.editorial__title--narrow { max-width: 24ch; }

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: clamp(20px, 2.4vw, 28px);
  display: grid; gap: 10px; align-content: start;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.card:hover { border-color: var(--border-strong); background: #171A20; }
.card p { font-size: clamp(15px, .9rem + .2vw, 17px); line-height: 1.5; color: var(--text); }

/* 01 · la frise */
.timeline__head, .timeline__bar, .timeline__cards { display: grid; grid-template-columns: 3fr 2fr; }
.timeline__head {
  font-family: var(--mono); font-size: 10px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--text-faint);
  padding-bottom: 10px;
}
.timeline__head span:last-child { justify-self: start; }
.timeline__bar { gap: 3px; height: 10px; }
.timeline__seg { background: var(--border); border-radius: 2px; transform-origin: left; }
/* Le segment de lancement se remplit à l'entrée: il DIT une durée. */
.timeline__seg--live {
  background: var(--accent);
  transform: scaleX(0);
  transition: transform 1.1s var(--ease-out) .1s;
}
[data-reveal].is-in .timeline__seg--live { transform: scaleX(1); }
.timeline__cards { gap: clamp(14px, 2vw, 24px); padding-top: 26px; }

/* 02 · la grille 3×2 */
.grid6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.cell {
  background: var(--surface);
  padding: clamp(18px, 2.2vw, 26px);
  display: grid; gap: 8px; align-content: start;
  transition: background .3s var(--ease);
}
.cell:hover { background: #191C22; }
.cell p { font-size: 15px; line-height: 1.5; color: var(--text-muted); }
.footnote { font-family: var(--mono); font-size: 12px; color: var(--text-faint); }

/* 03 · les cas d'usage */
.uses { display: grid; gap: 14px; }
.use {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: clamp(14px, 2.4vw, 28px);
  align-items: baseline;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: clamp(18px, 2vw, 24px) clamp(18px, 2.2vw, 26px);
  transition: border-color .3s var(--ease), background .3s var(--ease), transform .3s var(--ease-out);
}
.use:hover { border-color: #343945; background: #171A20; transform: translateX(3px); }
.use__i { font-family: var(--mono); font-size: 11px; color: var(--accent); }
.use__q { font-size: clamp(16px, .95rem + .3vw, 19px); font-weight: 500; letter-spacing: -.015em; }
.use__a { font-size: 15px; line-height: 1.5; color: var(--text-muted); }

/* 04 · ce qu'elle refuse */
.refuse { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: clamp(20px, 2.4vw, 28px); }
.refuse__item { border-top: 1px solid var(--border); padding-top: 22px; display: grid; gap: 10px; align-content: start; }
.refuse__item h3 { font-size: clamp(18px, 1rem + .35vw, 20px); font-weight: 700; letter-spacing: -.02em; }
.refuse__item p { font-size: 15px; line-height: 1.55; color: var(--text-muted); }

/* 05 · FAQ */
.faq__row { border-bottom: 1px solid var(--border); }
.faq__row summary {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px;
  cursor: pointer; list-style: none;
  padding: 24px 0;
  transition: color .2s var(--ease);
}
.faq__row summary::-webkit-details-marker { display: none; }
.faq__row summary:hover { color: var(--accent); }
.faq__row summary::after {
  content: "";
  width: 11px; height: 11px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
  color: var(--text-faint);
  transition: transform .3s var(--ease-out), color .2s var(--ease);
}
.faq__row summary:hover::after { color: var(--accent); }
.faq__row[open] summary::after { transform: rotate(-135deg) translateY(-3px); }
.faq__row h3 { font-size: clamp(17px, 1rem + .2vw, 18px); font-weight: 700; }
.faq__row p {
  font-size: 15px; line-height: 1.6; color: var(--text-muted);
  padding-bottom: 24px; max-width: 62ch;
}

/* =========================================================================
   CTA + PIED
   ========================================================================= */

.closing {
  position: relative;
  padding-block: 0 clamp(70px, 8vw, 90px);
  display: grid; justify-items: center; gap: clamp(20px, 2.4vw, 28px); text-align: center;
}
.closing__bloom {
  position: absolute; right: -300px; bottom: -260px; width: 900px; height: 760px; pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(185,166,255,.3) 0%, rgba(74,47,168,.18) 45%, rgba(10,11,14,0) 72%);
}
.closing__title {
  position: relative;
  font-size: var(--t-closing); line-height: 1; font-weight: 700; letter-spacing: -.04em; max-width: 20ch;
}
.closing .store-soon { position: relative; }

.footer {
  padding-block: 36px 48px;
  border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-faint);
}
.footer__links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer__links a { transition: color .2s var(--ease); }
.footer__links a:hover { color: var(--text); }

/* =========================================================================
   L'ENTRÉE À L'ÉCRAN
   Un seul geste, partout: le bloc monte de 20 px en apparaissant. Pas de
   rotation, pas de zoom, pas de décalage latéral — trois animations
   différentes sur une même page se remarquent, une seule se ressent.
   ========================================================================= */

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
}
[data-reveal].is-in { opacity: 1; transform: none; }

/* =========================================================================
   RESPONSIVE
   La typo est déjà fluide: il ne reste ici que ce qui change de STRUCTURE.
   ========================================================================= */

/* Sous 1080, les deux colonnes s'empilent. */
@media (max-width: 1080px) {
  .product, .product--mirror {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: clamp(36px, 5vw, 56px);
  }
  .product__text { justify-items: start; width: 100%; }
  /* Y COMPRIS la section miroir: sur une colonne, un visuel posé avant son
     explication n'a plus rien à mettre en miroir. */
  .product--mirror .phone { order: 2; }
  .product--mirror .product__text { order: 1; }
  .editorial__inner { grid-template-columns: 1fr; gap: 20px; }
}

/* Sous 900, la nav passe au menu. */
@media (max-width: 900px) {
  :root { --nav-h: 74px; }
  .nav__pill { grid-template-columns: 1fr auto auto; gap: 12px; padding: 8px 8px 8px 18px; }
  .nav__links { display: none; }
  .nav__burger { display: block; }
  .nav__cta { padding: 10px 18px; font-size: 14px; }
}

@media (max-width: 720px) {
  .hero__sub br { display: none; }
  .timeline__cards { grid-template-columns: 1fr; }
  /* L'index rejoint la question sur une ligne, la réponse passe dessous. */
  .use { grid-template-columns: auto 1fr; gap: 8px 14px; }
  .use__a { grid-column: 1 / -1; }
  .footer { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* Sous 420, la frise proportionnelle ment: à cette largeur, « 3fr 2fr » fait
   deux colonnes de rien. Elle passe en pile. */
@media (max-width: 420px) {
  .timeline__head, .timeline__bar { grid-template-columns: 1fr; }
  .timeline__head span:last-child { display: none; }
  .timeline__bar { height: 6px; }
  .nav__cta { padding: 9px 15px; font-size: 13px; }
  .nav__mark { font-size: 17px; }
}

/* Écrans très larges: le contenu reste à 1280, mais les floraisons ont la
   place de respirer — on les élargit plutôt que de les laisser flotter au
   milieu d'un vide. */
@media (min-width: 1700px) {
  .manifesto__bloom { left: -520px; width: 1200px; height: 900px; }
  .product__bloom--a { right: -460px; width: 1100px; height: 1100px; }
  .product__bloom--b { left: -480px; width: 1060px; height: 1060px; }
  .closing__bloom { right: -420px; width: 1180px; height: 980px; }
}

/* Le pointeur grossier n'a pas de survol: ce qui réagit au doigt ne doit pas
   rester coincé dans l'état survolé après le tap. */
@media (hover: none) {
  .phone:hover { transform: none; }
  .use:hover { transform: none; }
  .nav__cta:hover { transform: none; box-shadow: none; }
}

/* Mouvement réduit: on garde les changements d'ÉTAT (couleur, fond, bordure)
   et on retire tout ce qui déplace ou fait apparaître. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  .dial__arc { stroke-dashoffset: var(--offset); }
  .timeline__seg--live { transform: scaleX(1); }
}

/* =========================================================================
   PAGES LÉGALES
   Même palette, même typo, mais une colonne de lecture: ces pages se LISENT,
   elles ne se parcourent pas. Aucun dégradé, aucune floraison — rien qui
   détourne d'un texte qu'on ouvre pour vérifier un point précis.
   ========================================================================= */

.legal {
  max-width: 46rem; margin-inline: auto;
  padding: calc(var(--nav-h) + 24px) var(--pad-x) 96px;
}

.legal__back {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--text-muted);
  margin-bottom: 48px;
  transition: color .2s var(--ease);
}
.legal__back:hover { color: var(--text); }

.legal h1 { font-size: var(--t-section); line-height: 1.05; font-weight: 700; letter-spacing: -.04em; }

.legal__updated {
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-faint);
  margin: 14px 0 40px; padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}

.legal h2 {
  font-size: clamp(18px, 1rem + .35vw, 20px); font-weight: 700; letter-spacing: -.02em;
  margin: 44px 0 12px;
}
.legal h2:first-of-type { margin-top: 0; }

.legal p, .legal li { font-size: clamp(15px, .95rem + .1vw, 16px); line-height: 1.72; color: var(--text-muted); }
.legal p { margin: 0 0 14px; }
.legal strong { color: var(--text); font-weight: 500; }
.legal em { color: var(--text); font-style: italic; }
.legal a { color: var(--accent); }
.legal a:hover { text-decoration: underline; }

.legal ul { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 10px; }
.legal li { position: relative; padding-left: 22px; }
.legal li::before {
  content: ""; position: absolute; left: 4px; top: .72em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--accent);
}

/* L'encadré qui porte la règle la plus importante de la page. Un seul par
   page: deux encadrés, et plus rien ne ressort. */
.legal__key {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 2px solid var(--accent);
  border-radius: 0 12px 12px 0;
  padding: 20px 22px;
  margin: 24px 0 28px;
}
.legal__key p:last-child { margin-bottom: 0; }

.legal__footer {
  margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--border);
  display: flex; gap: 24px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-faint);
}
.legal__footer a { transition: color .2s var(--ease); }
.legal__footer a:hover { color: var(--text); }
