/* pixely.fr — charte graphique v3, « L'IA entre crochets ».
   Nuit par défaut, sections papier (.band) pour la preuve, une seule couleur d'accent : le cobalt, réservé à ce
   qui attend une action ou une décision. Pointillé = ce que l'IA propose, trait plein = ce que le système établit.
   Aucun rayon, aucune ombre, aucun dégradé ; survol en couleur seule. Valeurs : design_handoff_charte_v3/README.md. */

/* ------------------------------------------------------------------ fonts (self-hosted, latin, variable)
   Downloaded from Google Fonts, served from this origin: no visitor IP reaches a third party.
   See assets/fonts/README.md to refresh them. */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/red-hat-display-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: 'Red Hat Text';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/assets/fonts/red-hat-text-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: 'Azeret Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('/assets/fonts/azeret-mono-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 {
  /* couleurs */
  --nuit: #0b0d14;              /* fond du site */
  --surface: #12151e;           /* cartes sur nuit */
  --filet: #232838;             /* bordures sur nuit */
  --filet-fort: #3a4052;        /* jetons neutres, champs, pointillés de séparation */
  --papier: #f2f1ec;            /* sections de preuve ; texte principal sur nuit */
  --filet-papier: #d6d4cc;
  --filet-papier-doux: #e6e4dc;
  --blanc: #ffffff;             /* texte sur cobalt, cartes sur papier */
  --cobalt: #3b5bff;            /* crochets, bouton principal - jamais en texte sur nuit */
  --cobalt-papier: #2a46e8;     /* cobalt sur papier ; survol du bouton cobalt */
  --cobalt-texte: #8ea2ff;      /* texte et liens cobalt sur nuit, pointillés « proposé » */
  --cobalt-fond: #16204a;
  --gris: #a3a8ba;              /* texte secondaire sur nuit */
  --gris-papier: #5c6070;       /* texte secondaire sur papier */
  --gris-papier-fort: #3e424f;  /* texte principal sur papier */
  /* états */
  --etabli: #2fbf83;
  --propose: #e9b44c;
  --erreur: #f0605a;
  /* typographie : un mot en mono est une donnée */
  --titre: 'Red Hat Display', system-ui, sans-serif;
  --texte: 'Red Hat Text', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --systeme: 'Azeret Mono', ui-monospace, Menlo, Consolas, monospace;
  /* mesures */
  --conteneur: 1160px;
  --gouttiere: 5vw;
  --survol: 120ms ease-out;
  color-scheme: dark;
}

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

html { background: var(--nuit); scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--nuit);
  color: var(--papier);
  font-family: var(--texte);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--cobalt-texte); text-decoration: none; text-underline-offset: 3px; transition: color var(--survol); }
a:hover { color: var(--papier); text-decoration: underline; }
::selection { background: var(--cobalt-fond); color: var(--papier); }
:focus-visible { outline: 2px solid var(--cobalt-texte); outline-offset: 3px; }

.skip {
  position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 16px;
  background: var(--cobalt); color: var(--blanc); font-weight: 600;
}
.skip:focus { top: 12px; }

.wrap { max-width: var(--conteneur); margin-inline: auto; padding-inline: var(--gouttiere); }
.wrap.narrow { max-width: calc(780px + 2 * var(--gouttiere)); }

/* ------------------------------------------------------------------ typographie */
h1, h2, h3 { font-family: var(--titre); margin: 0; text-wrap: balance; }
h1 { font-size: clamp(38px, 6.4vw, 84px); font-weight: 800; line-height: 0.92; letter-spacing: -0.045em; }
h1 em { font-style: normal; color: var(--cobalt-texte); }
h1 .point { color: var(--cobalt); }  /* le point final : seul cobalt « texte » admis sur nuit, comme dans la charte */
h2 { font-size: clamp(32px, 4.6vw, 56px); font-weight: 800; line-height: 1; letter-spacing: -0.04em; max-width: 900px; }
h3 { font-size: 24px; font-weight: 700; line-height: 1.2; letter-spacing: -0.025em; }
p { margin: 0; text-wrap: pretty; }

/* surtitre du héros */
.overline {
  font-family: var(--systeme); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cobalt-texte);
}

/* libellé de section : [01] NOM ———— ; le numéro est le premier <span>, le filet est posé ici */
.kicker {
  display: flex; align-items: center; gap: 14px; margin: 0 0 28px;
  font-family: var(--systeme); font-size: 12px; line-height: 1.4; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gris);
}
.kicker > span { color: var(--cobalt-texte); }
.kicker::after { content: ''; flex: 1; border-top: 1px solid var(--filet); }

.sub { font-size: clamp(16px, 1.8vw, 19px); line-height: 1.65; color: var(--gris); max-width: 620px; }
.lead { margin: 20px 0 0; font-size: 17px; line-height: 1.65; color: var(--gris); max-width: 640px; }
.fineprint { margin: 18px 0 0; font-family: var(--systeme); font-size: 12px; line-height: 1.9; color: var(--gris); }

/* ------------------------------------------------------------------ sections
   Deux sections nuit qui se suivent ne cumulent pas leurs marges : 88 px entre elles, comme sur la charte. */
section { padding: 88px 0; }
section:not(.band) + section:not(.band) { padding-top: 0; }

/* papier : fond clair, cobalt papier, gris papier - tout ce qui est posé sur .band bascule ici */
.band { padding: 80px 0; background: var(--papier); color: var(--nuit); }
.band h2 { font-size: clamp(28px, 3.8vw, 48px); max-width: 760px; }
.band .kicker { color: var(--gris-papier); }
.band .kicker > span { color: var(--cobalt-papier); }
.band .kicker::after { border-color: var(--filet-papier); }
.band .lead { color: var(--gris-papier-fort); }
.band a { color: var(--cobalt-papier); }
.band a:hover { color: var(--nuit); }
.band :focus-visible { outline-color: var(--cobalt-papier); }

/* ------------------------------------------------------------------ en-tête */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 28px;
  /* mêmes bornes horizontales que .wrap : le logotype tombe au-dessus des titres */
  padding: 18px calc(max(0px, (100% - var(--conteneur)) / 2) + var(--gouttiere));
  background: var(--nuit);
  border-bottom: 1px solid var(--filet);
}

/* logotype : 34 px sur grand écran, 28 px sur mobile. Les proportions de la charte (« Application », 26 px :
   crochets de 8 × 26, trait de 2, 5 px entre crochet et mot) sont gardées, rapportées à --logo. */
.brand { --logo: 34px; display: inline-flex; align-items: center; gap: calc(var(--logo) * 5 / 26); flex: none; }
.brand:hover { text-decoration: none; }
.brand-bracket {
  width: calc(var(--logo) * 8 / 26); height: var(--logo);
  border: calc(var(--logo) * 2 / 26) solid var(--cobalt); border-right: 0;
}
.brand-bracket:last-child { border-right: calc(var(--logo) * 2 / 26) solid var(--cobalt); border-left: 0; }
.brand-name {
  font-family: var(--titre); font-size: var(--logo); font-weight: 700; line-height: 1; letter-spacing: -0.035em;
  color: var(--papier);
}

.nav nav { display: flex; flex-wrap: wrap; gap: 28px; margin-left: auto; }
.nav nav a { font-size: 15px; font-weight: 500; color: var(--gris); }
.nav nav a:hover { color: var(--papier); text-decoration: none; }
.nav nav a[aria-current='page'] { color: var(--papier); }
.nav-actions { display: flex; align-items: center; gap: 14px; }

/* ------------------------------------------------------------------ boutons
   .btn est le bouton principal cobalt : un seul par écran. .ghost est le secondaire, .small celui de l'en-tête. */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 48px; padding: 0 24px; border: 0;
  font-family: var(--texte); font-size: 15px; font-weight: 600; line-height: 1; white-space: nowrap;
  color: var(--blanc); background: var(--cobalt);
  transition: background-color var(--survol), color var(--survol);
}
.btn:hover { color: var(--blanc); background: var(--cobalt-papier); text-decoration: none; }
.btn.ghost { color: var(--papier); background: transparent; border: 1px solid var(--papier); }
.btn.ghost:hover { color: var(--nuit); background: var(--papier); }
.btn.small { height: 40px; padding: 0 18px; font-size: 14px; }
.band .btn { background: var(--cobalt-papier); color: var(--blanc); }
.band .btn:hover { background: var(--nuit); color: var(--blanc); }
.band .btn.ghost { color: var(--nuit); background: transparent; border-color: var(--nuit); }
.band .btn.ghost:hover { color: var(--papier); background: var(--nuit); }

/* lien d'action : écrit entre crochets typographiques, seule exception à la règle du logotype.
   Les crochets sont décoratifs : le texte alternatif vide les tait aux lecteurs d'écran qui le comprennent. */
.action { font-size: 15px; font-weight: 600; color: var(--cobalt-texte); }
.action::before { content: '[ '; content: '[ ' / ''; }
.action::after { content: ' ]'; content: ' ]' / ''; }
.action:hover { color: var(--papier); text-decoration: underline; }

/* ------------------------------------------------------------------ jetons
   Ils remplacent puces, icônes et tags arrondis. .tags reçoit ses <li> de build.py (clés *_tags). */
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.tags li {
  padding: 5px 9px; border: 1px solid var(--filet-fort);
  font-family: var(--systeme); font-size: 12px; line-height: 1.4; color: var(--papier);
}
.band .tags li { color: var(--nuit); border-color: var(--nuit); }

/* statut produit : pointillé ambre tant que c'est une preuve de concept, trait vert une fois en production */
.status {
  align-self: flex-start; display: inline-block; padding: 4px 9px;
  font-family: var(--systeme); font-size: 12px; line-height: 1.4;
}
.status-poc { border: 1px dashed var(--propose); color: var(--propose); }
.status-prod { border: 1px solid var(--etabli); color: var(--etabli); }

/* ------------------------------------------------------------------ cartes */
.grid { display: grid; gap: 24px; margin-top: 48px; }
.grid.three { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.card {
  display: flex; flex-direction: column; gap: 18px;
  padding: 32px; background: var(--surface); border: 1px solid var(--filet);
}
.card p { font-size: 15px; line-height: 1.65; color: var(--gris); }
.card .card-label { font-family: var(--systeme); font-size: 12px; line-height: 1.4; color: var(--cobalt-texte); }
.card .action { align-self: flex-start; }

/* ------------------------------------------------------------------ accueil : héros */
.hero { padding: clamp(56px, 8vw, 112px) 0 clamp(40px, 5vw, 72px); }
.hero .wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 30px; }
.hero h1 { max-width: 900px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.hero-text { display: flex; flex-direction: column; gap: 14px; }
.hero-mission { font-size: 15px; color: var(--gris); }
/* repères de confiance : une ligne de faits séparés par des filets, pas des jetons */
.trust {
  display: flex; flex-wrap: wrap; gap: 10px 0; margin: 10px 0 0; padding: 18px 0 0; list-style: none;
  border-top: 1px solid var(--filet); font-size: 14px; line-height: 1.5; color: var(--papier);
}
.trust li { padding-right: 18px; margin-right: 18px; border-right: 1px solid var(--filet-fort); }
.trust li:last-child { padding-right: 0; margin-right: 0; border-right: 0; }

/* titre en deux temps : la seconde ligne passe à la ligne, en couleur d'accent */
.two-lines span { display: block; color: var(--cobalt-texte); }
.band .two-lines span { color: var(--cobalt-papier); }

/* ------------------------------------------------------------------ accueil : le problème
   Grille papier : les filets de 1 px sont le fond de la grille qui passe entre les cellules, pas des bordures.
   [a] [b] [c] sont posés par un compteur : la lettre est décorative, elle ne se lit pas deux fois. */
.points {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1px;
  margin: 36px 0 0; padding: 0; list-style: none; counter-reset: point;
  background: var(--filet-papier); border: 1px solid var(--filet-papier);
}
.points > li {
  counter-increment: point; display: flex; flex-direction: column; gap: 12px;
  padding: 28px; background: var(--papier);
}
.points > li::before {
  content: '[' counter(point, lower-alpha) ']';
  font-family: var(--systeme); font-size: 12px; line-height: 1.4; color: var(--cobalt-papier);
}
.points h3 { font-size: 21px; letter-spacing: -0.02em; }
.points p { font-size: 15px; line-height: 1.6; color: var(--gris-papier); }

/* ------------------------------------------------------------------ accueil : les offres
   Promesse, texte, puis livrables et format en fiche ; le lien d'action tombe en pied quel que soit le texte. */
.card .offer-promise { font-family: var(--titre); font-size: 18px; font-weight: 700; line-height: 1.3; letter-spacing: -0.015em; color: var(--papier); }
.offer-facts { display: flex; flex-direction: column; gap: 14px; margin: auto 0 0; padding-top: 18px; border-top: 1px solid var(--filet); }
.offer-facts dt {
  font-family: var(--systeme); font-size: 12px; line-height: 1.5; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gris);
}
.offer-facts dd { margin: 4px 0 0; font-size: 15px; line-height: 1.6; color: var(--papier); }

/* ------------------------------------------------------------------ accueil : les produits */
.proof .proof-tagline { font-weight: 600; color: var(--papier); }
.proof .action { margin-top: auto; }
.card .proof-note { color: var(--papier); }
.proof-note strong { font-weight: 600; }
.grid.two { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); margin-top: 24px; }
/* Prioryz en tête, sur toute la largeur, avec sa capture */
.proof-main { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 40px; margin-top: 48px; }
.proof-body { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
/* le laboratoire : cadre en pointillé ambre, comme son statut - ce qui se propose, pas ce qui s'établit */
.proof-lab { border: 1px dashed var(--propose); }

/* ------------------------------------------------------------------ accueil : bandeau de signature */
.signature {
  font-family: var(--titre); font-size: clamp(30px, 4.2vw, 52px); font-weight: 800; line-height: 0.98;
  letter-spacing: -0.04em; text-wrap: balance;
}
.signature span { display: block; color: var(--cobalt-papier); }
.doctrine { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px 40px; margin-top: 32px; max-width: 900px; }
.doctrine p { font-size: 16px; line-height: 1.65; color: var(--gris-papier-fort); }
.signature-band .approach { margin-top: 32px; padding-top: 24px; max-width: 900px; border-top: 1px solid var(--filet-papier); color: var(--nuit); }

/* ------------------------------------------------------------------ accueil : la méthode
   Pointillé cobalt pour les étapes où l'on propose, trait plein pour celles où l'on établit, vert pour le
   transfert. [01]… sont posés par un compteur. Colonnes de 170 px au lieu des 190 de la charte : à 190, les
   cinq étapes ne tiennent pas dans le conteneur (1016 px utiles à 1440) et la dernière tombe seule. */
.approach {
  font-family: var(--titre); font-size: clamp(19px, 2.2vw, 24px); font-weight: 600; line-height: 1.35;
  letter-spacing: -0.015em; color: var(--papier);
}
.steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 20px;
  margin: 48px 0 0; padding: 0; list-style: none; counter-reset: step;
}
.steps > li { counter-increment: step; padding-top: 16px; border-top: 2px solid var(--papier); }
.steps > li.step-proposed { border-top: 2px dashed var(--cobalt-texte); }
.steps > li.step-handover { border-top-color: var(--etabli); }
.steps > li::before {
  content: '[' counter(step, decimal-leading-zero) ']';
  display: block; margin-bottom: 8px;
  font-family: var(--systeme); font-size: 12px; line-height: 1.4; color: var(--cobalt-texte);
}
.steps h3 { margin-bottom: 8px; font-size: 19px; letter-spacing: -0.02em; }
.steps p { font-size: 14px; line-height: 1.6; color: var(--gris); }

/* ------------------------------------------------------------------ accueil : à propos
   .portrait habille les deux sorties de build.py - la photo, et le carré d'initiales en son absence. */
.about { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 44px; align-items: start; }
.portrait { width: 160px; height: 160px; }
img.portrait { display: block; object-fit: cover; border: 1px solid var(--filet-papier); }
.portrait-blank {
  display: grid; place-items: center; background: var(--blanc); border: 1px solid var(--filet-papier);
  font-family: var(--titre); font-size: 46px; font-weight: 700; letter-spacing: -0.035em; color: var(--cobalt-papier);
}
.about-hook { margin-top: 22px; font-family: var(--titre); font-size: 20px; font-weight: 600; line-height: 1.4; letter-spacing: -0.015em; max-width: 640px; }
.about-text { display: flex; flex-direction: column; gap: 14px; margin-top: 18px; max-width: 640px; }
.about-text p { font-size: 16px; line-height: 1.65; color: var(--gris-papier-fort); }
.about-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px;
  margin: 26px 0 0; font-size: 15px; color: var(--gris-papier);
}
.band .action { color: var(--cobalt-papier); }
.band .action:hover { color: var(--nuit); }

/* ------------------------------------------------------------------ dernier appel (accueil) */
.final-panel {
  display: flex; flex-direction: column; align-items: flex-start; gap: 20px;
  padding: clamp(32px, 5vw, 64px); background: var(--surface); border: 1px solid var(--filet);
}
.final-panel h2 { max-width: 20ch; }
.final-text { max-width: 56ch; color: var(--gris); }
.final-panel .btn { margin-top: 8px; }
.final-mail { font-family: var(--systeme); font-size: 13px; color: var(--gris); }

/* ------------------------------------------------------------------ texte courant (mentions légales, confidentialité) */
.prose { padding: 72px 0 96px; }
.prose h1 { font-size: clamp(32px, 4vw, 46px); line-height: 1; letter-spacing: -0.04em; margin-bottom: 8px; }
.prose h2 { margin-top: 48px; font-size: 22px; font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; max-width: none; }
.prose p, .prose li { margin: 14px 0 0; font-size: 16.5px; color: var(--gris); }
.prose strong { color: var(--papier); font-weight: 600; }
.prose a { text-decoration: underline; }
.prose .back { margin-top: 56px; font-family: var(--systeme); font-size: 13px; }

/* ------------------------------------------------------------------ pages intérieures : l'en-tête
   produits et contact démarrent à la même hauteur : le titre tombe au même endroit d'une page à l'autre. */
.page-head { padding: 88px 0 72px; }
.page-head .lead { margin-top: 22px; }

/* ------------------------------------------------------------------ produits : une section par produit
   En tête le signe court, le nom et le statut ; dessous, le texte et la fiche à gauche, la capture encadrée à
   droite. EasyCopy n'a pas de capture (.no-capture) : une seule colonne. */
.product-head {
  display: flex; flex-wrap: wrap; align-items: center; gap: 16px 20px;
  margin-bottom: 36px; padding-top: 44px; border-top: 1px solid var(--filet);
}
.product-head h2 { font-size: clamp(30px, 4vw, 48px); }
.product-head .status { align-self: center; }
/* Topolyz est le laboratoire : filet d'ouverture en pointillé ambre, comme son statut */
.product-lab .product-head { border-top: 1px dashed var(--propose); }

/* signe court 56 px : crochets de 7 × 26, trait de 2, curseur de 8 × 16, sur fond cobalt */
.sign { display: inline-flex; align-items: center; justify-content: center; gap: 4px; flex: none; width: 56px; height: 56px; background: var(--cobalt); }
.sign > span:first-child { width: 7px; height: 26px; border: 2px solid var(--papier); border-right: 0; }
.sign > span:nth-child(2) { width: 8px; height: 16px; background: var(--papier); }
.sign > span:last-child { width: 7px; height: 26px; border: 2px solid var(--papier); border-left: 0; }

.product-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 56px; align-items: start; }
.product-body.no-capture { grid-template-columns: minmax(0, 1fr); }
.product-text { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; max-width: 640px; }
.product-text .lead { margin: 0; }
.product-promise { font-family: var(--titre); font-size: 21px; font-weight: 700; line-height: 1.3; letter-spacing: -0.02em; }

/* la fiche : libellé mono à gauche, valeur à droite, filets pleins - ce qui y est écrit est établi */
.product-facts { width: 100%; margin: 4px 0; border-top: 1px solid var(--filet); }
.product-facts > div {
  display: grid; grid-template-columns: 136px minmax(0, 1fr); gap: 6px 16px;
  padding: 14px 0; border-bottom: 1px solid var(--filet);
}
.product-facts dt {
  padding-top: 3px; font-family: var(--systeme); font-size: 12px; line-height: 1.55;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--gris);
}
.product-facts dd { margin: 0; font-size: 15px; line-height: 1.6; color: var(--papier); }

/* capture réelle dans un cadre de 1 px ; en attendant, le hachuré et la légende mono prévus par la charte */
.capture { margin: 0; border: 1px solid var(--filet); }
.capture img { display: block; width: 100%; height: auto; }
.capture-pending {
  display: grid; place-items: center; aspect-ratio: 16 / 10;
  background: repeating-linear-gradient(135deg, #171b26 0 8px, var(--surface) 8px 16px);
}
.capture-pending span { padding: 5px 9px; background: var(--nuit); font-family: var(--systeme); font-size: 12px; color: var(--gris); }

/* dernier appel sur papier */
.closing .wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }

/* ------------------------------------------------------------------ contact
   Aucun formulaire : le site est statique et form-action 'none' interdit tout envoi. Le rendez-vous en bouton,
   l'e-mail et LinkedIn en liens d'action ; les suites sur papier, dans le composant des étapes. */
.contact { padding: 88px 0; }
.contact .wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.contact h1 { margin-bottom: 12px; }
.contact .lead { margin-top: 0; }
.contact-write { font-size: 15px; color: var(--gris); }
.contact-links { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; }
.contact-email { font-family: var(--systeme); font-weight: 400; }
.contact-privacy { max-width: 58ch; margin-top: 8px; font-size: 14px; line-height: 1.7; color: var(--gris); }
.contact-next .steps { margin-top: 36px; }

.band .steps > li { border-top-color: var(--nuit); }
.band .steps > li::before { color: var(--cobalt-papier); }
.band .steps p { color: var(--gris-papier); }

/* ------------------------------------------------------------------ pied de page */
footer { padding: 34px 0 44px; border-top: 1px solid var(--filet); font-size: 14px; color: var(--gris); }
.foot-tagline { margin: 0 0 22px; max-width: 80ch; }
.foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.foot a { color: var(--gris); }
.foot a:hover { color: var(--papier); }
.foot-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; }
.foot-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; }

/* ------------------------------------------------------------------ responsive */
@media (max-width: 1080px) {
  .product-body, .proof-main { grid-template-columns: minmax(0, 1fr); gap: 36px; }
}

@media (max-width: 860px) {
  /* the header wraps rather than hiding the menu: on a multi-page site the links are the only way around,
     and three of them need no script to fold away */
  .nav { flex-wrap: wrap; gap: 14px; row-gap: 12px; padding-block: 14px; }
  .brand { --logo: 28px; }
  .nav nav { order: 3; width: 100%; margin-left: 0; gap: 24px; }
  .nav-actions { margin-left: auto; }
  html { scroll-padding-top: 120px; }
}

@media (max-width: 760px) {
  section { padding: 64px 0; }
  .band { padding: 56px 0; }
  .hero { padding: 56px 0 48px; }
  .about { grid-template-columns: 1fr; gap: 26px; }
  .page-head { padding: 62px 0 56px; }
  .contact { padding: 64px 0; }
  .card { padding: 24px; }
  .product-head { padding-top: 32px; }
  .trust { flex-direction: column; }
  .trust li { padding-right: 0; margin-right: 0; border-right: 0; }
  .grid.two { grid-template-columns: minmax(0, 1fr); }
  .product-facts > div { grid-template-columns: minmax(0, 1fr); }
}

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