/* ============================================================
   LANDING 2026-06 : hero v18 + sections preview-landing v14
   Charge UNIQUEMENT par index.html et fr/index.html, apres styles.css.
   Ne pas charger sur les pages interieures (ce fichier re-skinne la nav).
   Canon : specs/PREFERENCES_ESTHETIQUES.md
   ============================================================ */

/* ===== font display du hero : serif italique editoriale, self-hosted =====
   Self-host volontaire (pas de Google Fonts) : la bannière de consentement
   Loi 25 du site interdit une requête tierce traçante au chargement.
   Fichier : assets/fonts/InstrumentSerif-Italic.woff2 (subset latin). */
@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/InstrumentSerif-Italic.woff2") format("woff2");
}

/* ===== base : hero founders-first ===== */
.hero-copy .h1 { max-width: none; font-size: clamp(1.3rem, 1.9vw, 1.85rem); }
/* La 2e ligne : serif italique noire (le gradient violet->vert est retiré du
   hero, décision 12 juin). Plus grande, toujours sur UNE ligne (nowrap).
   La classe garde son ancien nom .accent-gradient mais ne porte plus de
   gradient : on neutralise explicitement le background-clip hérité. */
.hero-copy .h1 .accent-gradient {
  display: inline-block;
  font-family: "Instrument Serif", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(3rem, 6.3vw, 6.4rem);
  line-height: 1.0;
  letter-spacing: -0.005em;
  margin-top: .15rem;
  white-space: nowrap;
  color: var(--color-navy);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  padding-bottom: .1em; margin-bottom: -.1em;
}
/* le padding-bottom donne de l'air aux jambages italiques (le g, le f). */
/* FR : la ligne dominante est plus longue, on absorbe sans casser le nowrap. */
:lang(fr) .hero-copy .h1 .accent-gradient { font-size: clamp(2.5rem, 5.2vw, 5.4rem); }
.hero-sub {
  max-width: 50ch; margin: 1.2rem 0 0;
  font-size: 1.0625rem; line-height: 1.6; color: var(--color-text-muted);
}
.hero-ctas { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 2.9rem; }
.hero-ctas .btn-primary {
  background: var(--color-navy);
  border: none;
  transition: background-color 200ms var(--ease), transform 200ms var(--ease);
}
.hero-ctas .btn-primary:hover { background: #152236; }
.hero-ctas .btn-primary:focus-visible { outline: 2px solid var(--color-navy); outline-offset: 2px; }


/* ===== fond : grille d'ingenierie en hairlines pures, statique ===== */
.hero { position: relative; }
.hero::before { display: none; }  /* remplace l'ancien semis de points du site */
.hero-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(10, 22, 40, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(10, 22, 40, 0.045) 1px, transparent 1px);
  background-size: 96px 96px, 96px 96px;

  mask-image: radial-gradient(ellipse at 55% 40%, black 30%, transparent 92%);
  -webkit-mask-image: radial-gradient(ellipse at 55% 40%, black 30%, transparent 92%);
}

/* (nav globale : regles deplacees dans css/styles.css, section NAV GLOBALE) */

/* ===== sections du landing ===== */
.stats-merged { margin-top: 3.25rem; }
.page-frame .stats-merged { margin-inline: calc(-1 * var(--gutter)); }
.page-frame .stat { display: flex; flex-direction: column; align-items: center; text-align: center; }
.page-frame .stat .stat-tick { margin-inline: auto; }

.stat-value, .stat-suffix { font-variant-numeric: tabular-nums; }
.pq-avatar-sm {
  display: inline-flex; width: 28px; height: 28px; border-radius: 50%; overflow: hidden;
  box-shadow: 0 0 0 1px var(--color-border); flex: none;
}
.pq-avatar-sm img { width: 100%; height: 100%; object-fit: cover; display: block; }
.proof-quote { max-width: 56ch; margin: 3.5rem auto 0; text-align: center; }
.proof-quote blockquote {
  margin: 0; font-family: var(--font-tight); font-weight: 500;
  font-size: 1.35rem; line-height: 1.5; color: var(--color-navy);
}
.pq-role::before { content: "· "; }
.proof-quote figcaption { margin-top: 1.1rem; font-size: .875rem; color: var(--color-text-muted); display: flex; align-items: center; justify-content: center; gap: .6rem; }
.proof-quote figcaption strong { color: var(--color-navy); font-weight: 600; }
.persona-grid { grid-template-columns: 1.2fr 1fr; align-items: start; }
@media (max-width: 900px) { .persona-grid { grid-template-columns: 1fr; } }
.persona-meta { display: block; margin-top: .9rem; font-size: .8125rem; color: var(--color-text-faint); }
.belief-line {
  margin-top: 1.5rem; font-family: var(--font-tight);
  font-size: 1.3rem; font-weight: 600; line-height: 1.45;
  color: var(--color-navy); max-width: 34ch;
}
.cta-note { margin-top: 1.4rem; font-size: .9rem; color: var(--color-text-muted); }

/* ===== sections What we do : layout ===== */
.vsec-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 5vw, 6rem); align-items: center; margin-top: 3rem; }
.vsec-grid--rev { grid-template-columns: 1.1fr 1fr; }
@media (max-width: 900px) {
  .vsec-grid, .vsec-grid--rev { grid-template-columns: 1fr; }
  .vsec-grid--rev .vsec-visual { order: 2; }
}
.h2-duo .l1 { display: block; font-size: clamp(1.05rem, 1.5vw, 1.45rem); opacity: .85; margin-bottom: .4rem; letter-spacing: -0.01em; }
.h2-duo .l2 { display: block; font-size: clamp(1.9rem, 3.4vw, 3.1rem); line-height: 1.06; }
/* smart icons */
.ci { width: 13px; height: 13px; flex: none; }
.fw-chip .ci { color: var(--color-text-faint); }
.fw-keep .ci { color: var(--accent-violet); }
.vli-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 8px; flex: none;
  background: color-mix(in srgb, var(--accent-violet) 9%, #FFFFFF);
  color: var(--accent-violet);
}
.vli-ic .ci { width: 13px; height: 13px; }
.vsec-bullets li { display: flex; align-items: flex-start; gap: .65rem; padding-left: 0; }
.vsec-bullets li::before { display: none; }
.ft-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 8px; flex: none; margin-bottom: .1rem;
  background: color-mix(in srgb, var(--accent-green) 11%, #FFFFFF);
  color: var(--accent-green);
}
.ft-ic .ci { width: 13px; height: 13px; }
.vsec-sub { max-width: 44ch; color: var(--color-text-muted); margin: 1.1rem 0 0; }
.vsec-bullets { margin: 1.4rem 0 1.8rem; padding: 0; list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.vsec-bullets li { padding-left: 1.2rem; position: relative; color: var(--color-text); }
.vsec-bullets li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent-violet); }
.vsec-meta--link { text-decoration: none; cursor: pointer; transition: color 160ms var(--ease); }
.vsec-meta--link:hover { color: var(--color-navy); }
.cta-note a { color: inherit; text-decoration: underline; text-underline-offset: 3px; transition: color 160ms var(--ease); }
.cta-note a:hover { color: var(--color-navy); }
.vsec-meta { display: block; margin-top: 1rem; font-size: .8125rem; color: var(--color-text-faint); max-width: 40ch; }
.vsec-caption { margin: 1.2rem 0 0; text-align: center; font-size: .8125rem; letter-spacing: .01em; color: var(--color-text-faint); }
.vsec-copy .btn-ghost { margin-top: 1.6rem; display: inline-block; }

/* ===== visuel founders : la semaine rendue ===== */
.fw-card, .ft-card {
  background: var(--color-white); border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lift);
  padding: 1.4rem 1.5rem 1.6rem; font-size: .875rem;
}
.fw-head { display: flex; justify-content: space-between; align-items: center; font-weight: 600; color: var(--color-navy); margin-bottom: 1.2rem; }
.fw-lane-label { font-size: .6875rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--color-text-faint); margin-bottom: .6rem; }
.fw-lane-label--fractal { color: var(--accent-violet); }
.fw-lane { display: flex; flex-wrap: wrap; gap: .5rem; }
.fw-chip {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .45rem .7rem; border: 1px solid var(--color-border); border-radius: 8px;
  font-size: .75rem; font-weight: 500; color: var(--color-navy); background: var(--color-white);
  position: relative; transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out), filter 500ms var(--ease-out);
}
.fw-you .fw-chip:not(.fw-keep)::after {
  content: ""; position: absolute; left: .6rem; right: .6rem; top: 50%; height: 1px;
  background: var(--color-text-faint); transform: scaleX(0); transform-origin: left;
  transition: transform 350ms var(--ease-out);
}
.fw-card.play .fw-you .fw-t1, .fw-card.play .fw-you .fw-t2, .fw-card.play .fw-you .fw-t3,
.fw-card.play .fw-you .fw-t4, .fw-card.play .fw-you .fw-t5 { opacity: .38; }
.fw-card.play .fw-you .fw-chip:not(.fw-keep)::after { transform: scaleX(1); }
.fw-you .fw-t1, .fw-card.play .fw-you .fw-t1::after { transition-delay: 200ms; }
.fw-you .fw-t2, .fw-card.play .fw-you .fw-t2::after { transition-delay: 350ms; }
.fw-you .fw-t3, .fw-card.play .fw-you .fw-t3::after { transition-delay: 500ms; }
.fw-you .fw-t4, .fw-card.play .fw-you .fw-t4::after { transition-delay: 650ms; }
.fw-you .fw-t5, .fw-card.play .fw-you .fw-t5::after { transition-delay: 800ms; }
.fw-keep {
  opacity: 0; transform: translateY(6px);
  border-color: color-mix(in srgb, var(--accent-violet) 35%, var(--color-border));
  background: color-mix(in srgb, var(--accent-violet) 6%, var(--color-white));
}
.fw-card.play .fw-keep { opacity: 1; transform: none; transition-delay: 1750ms; }
.fw-transfer {
  display: flex; align-items: center; gap: .5rem; margin: 1rem 0;
  font-size: .6875rem; letter-spacing: .08em; text-transform: uppercase; color: var(--color-text-faint);
  opacity: 0; transition: opacity 500ms var(--ease-out) 950ms;
}
.fw-card.play .fw-transfer { opacity: 1; }
.fw-arrow { color: var(--accent-violet); font-size: .9rem; }
.fw-fractal .fw-chip { opacity: 0; transform: translateY(8px); filter: blur(4px); }
.fw-card.play .fw-fractal .fw-chip { opacity: 1; transform: none; filter: none; }
.fw-card.play .fw-fractal .fw-f1 { transition-delay: 1050ms; }
.fw-card.play .fw-fractal .fw-f2 { transition-delay: 1180ms; }
.fw-card.play .fw-fractal .fw-f3 { transition-delay: 1310ms; }
.fw-card.play .fw-fractal .fw-f4 { transition-delay: 1440ms; }
.fw-card.play .fw-fractal .fw-f5 { transition-delay: 1570ms; }
.fw-check {
  display: inline-flex; width: 14px; height: 14px; border-radius: 50%; flex: none;
  background: color-mix(in srgb, var(--accent-green) 14%, #FFFFFF);
  color: var(--accent-green); align-items: center; justify-content: center;
}
.fw-check svg { width: 8px; height: 8px; }

.fw-card.play .fw-keep { animation: fwPulse 3.2s var(--ease) 2.6s infinite; }
@keyframes fwPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(139, 92, 246, 0); }
  45% { box-shadow: 0 0 0 5px rgba(139, 92, 246, 0.10); }
}
@media (prefers-reduced-motion: reduce) { .fw-card.play .fw-keep { animation: none; } }

/* ===== visuel investors : l'echelle des mandats ===== */
.ft-track { position: relative; height: 175px; margin-top: 1.6rem; }
.ft-line { position: absolute; left: 2%; right: 2%; top: 132px; height: 2px; background: var(--color-border); border-radius: 2px; overflow: hidden; }
.ft-progress { position: absolute; inset: 0; background: var(--accent-green); transform: scaleX(0); transform-origin: left; transition: transform 1100ms var(--ease-out) 150ms; }
.ft-card.play .ft-progress { transform: scaleX(1); }
.ft-node { position: absolute; left: var(--x); top: 132px; width: 0; height: 0; }
.ft-dot {
  position: absolute; top: -5px; left: -6px; width: 12px; height: 12px; border-radius: 50%;
  background: var(--color-white); border: 2.5px solid var(--accent-green);
  transform: scale(.2); opacity: 0; transition: transform 380ms cubic-bezier(.2,1.5,.4,1), opacity 250ms var(--ease-out);
}
.ft-card.play .ft-dot { transform: scale(1); opacity: 1; }
.ft-tag {
  position: absolute; bottom: 20px; left: 0; transform: translateX(-50%) translateY(10px);
  display: flex; flex-direction: column; gap: .15rem; align-items: center; text-align: center;
  padding: .55rem .8rem; background: var(--color-white);
  border: 1px solid rgba(10, 22, 40, 0.08); border-radius: 10px;
  box-shadow: 0 6px 24px rgba(10, 22, 40, 0.10);
  font-size: .72rem; color: var(--color-text-muted); white-space: nowrap;
  opacity: 0; filter: blur(4px);
  transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out), filter 500ms var(--ease-out);
}
.ft-tag strong { color: var(--color-navy); font-weight: 600; font-size: .8rem; }
.ft-card.play .ft-tag { opacity: 1; transform: translateX(-50%) translateY(0); filter: none; }
.ft-card.play .ft-n1 .ft-dot { transition-delay: 320ms; } .ft-card.play .ft-n1 .ft-tag { transition-delay: 380ms; }
.ft-card.play .ft-n2 .ft-dot { transition-delay: 640ms; } .ft-card.play .ft-n2 .ft-tag { transition-delay: 700ms; }
.ft-card.play .ft-n3 .ft-dot { transition-delay: 980ms; } .ft-card.play .ft-n3 .ft-tag { transition-delay: 1040ms; }
.fw-head .dot-live { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-green); display: inline-block; }
@media (prefers-reduced-motion: reduce) {
  .fw-chip, .fw-transfer, .fw-keep, .ft-progress, .ft-dot, .ft-tag, .fw-you .fw-chip:not(.fw-keep)::after { transition: none; }
}


/* labels de section nus : ni points ni lignes */
.v-divider::before, .v-divider::after { display: none; content: none; }
.v-divider { justify-content: center; }
.v-divider--right { justify-content: flex-end; }
.v-divider--left { justify-content: flex-start; }
/* ===== cadre structurel : hairlines horizontales et verticales ===== */
.page-frame { max-width: var(--container); margin-inline: auto; border-inline: 1px solid rgba(10, 22, 40, 0.06); }
.page-frame .section { border-top: 1px solid rgba(10, 22, 40, 0.06); }
@media (max-width: 900px) {
  .hero-ctas { justify-content: center; }
  .vsec-copy .btn-primary, .vsec-copy .btn-ghost { display: flex; width: fit-content; margin-inline: auto; }
  .vsec-meta { text-align: center; margin-inline: auto; }
  .cta-final .cta-group { justify-content: center; }
}
@media (max-width: 768px) {
  /* pas de cockpit en mobile : le hero reste typographique */
  .p2-stage { display: none; }
  /* belief : titre et texte a gauche comme les autres sections (regle 12 juin),
     seul le pied (bouton + signature) reste centre */
  .about-teaser > div { text-align: left; }
  .about-teaser .belief-line { margin-inline: 0; }
  .about-teaser .btn-ghost { display: inline-block; }
  .portrait { margin-inline: auto; text-align: center; }
  .portrait .avatar { margin-inline: auto; }
  /* citation : nom et titre centres, visage en dessous */
  .proof-quote figcaption { flex-direction: column; gap: .45rem; }
  .proof-quote .pq-avatar-sm { order: 3; }
  .pq-role::before { content: ""; }
}
/* bandeau repertoire VC + teaser workspace */
.dir-banner {
  display: flex; align-items: center; gap: 1.1rem;
  margin-top: 2.4rem; padding: 1.2rem 1.4rem;
  background: var(--color-white); border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); text-decoration: none;
  transition: border-color 200ms var(--ease), box-shadow 200ms var(--ease), transform 200ms var(--ease);
}
.dir-banner:hover { border-color: color-mix(in srgb, var(--accent-violet) 30%, var(--color-border)); box-shadow: var(--shadow-hover); transform: translateY(-1px); }
.dir-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 12px; flex: none;
  background: color-mix(in srgb, var(--accent-violet) 9%, #FFFFFF); color: var(--accent-violet);
}
.dir-ic .ci { width: 19px; height: 19px; }
.dir-copy { display: flex; flex-direction: column; gap: .15rem; }
.dir-copy strong { font-family: var(--font-tight); font-weight: 600; color: var(--color-navy); font-size: 1.05rem; }
.dir-copy span { font-size: .875rem; color: var(--color-text-muted); }
.dir-cta { margin-left: auto; font-weight: 600; color: var(--color-navy); white-space: nowrap; }
.dir-teaser { margin: .9rem 0 0; font-size: .8125rem; color: var(--color-text-faint); }
.dir-teaser strong { color: var(--color-text-muted); font-weight: 600; }
.dir-teaser a { color: var(--accent-violet); text-decoration: underline; text-underline-offset: 3px; transition: color 160ms var(--ease); }
.dir-teaser a:hover { color: var(--color-navy); }
@media (max-width: 700px) { .dir-banner { flex-wrap: wrap; } .dir-cta { margin-left: 56px; } }

/* ===== resources : grille 8 categories (langage tuiles founders) ===== */
.res-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.6rem;
  background: var(--color-border);
  border: 1px solid var(--color-border);
}
.res-grid > * { background: var(--color-white); min-width: 0; }
.res-tile {
  position: relative;
  display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start;
  gap: 1rem; padding: 1.6rem; min-height: 184px;
  text-decoration: none;
  transition: background-color 200ms var(--ease);
}
a.res-tile:hover { background: color-mix(in srgb, var(--accent-violet) 4%, #FFFFFF); }
.res-ic { color: var(--accent-violet); display: inline-flex; }
.res-ic svg { width: 38px; height: 38px; stroke-width: 1.6; }
.res-foot { display: flex; flex-direction: column; gap: .5rem; }
.res-txt { display: flex; flex-direction: column; gap: .2rem; }
.res-txt strong { font-family: var(--font-tight); font-size: 1.1875rem; font-weight: 600; color: var(--color-navy); letter-spacing: -0.015em; line-height: 1.15; }
.res-txt span { font-size: .9rem; color: var(--color-text-muted); line-height: 1.3; }
.res-tile--soon { cursor: default; }
.res-tile--soon .res-ic { color: color-mix(in srgb, var(--accent-violet) 55%, var(--color-text-faint)); }
.res-soon {
  position: absolute; top: 1rem; right: 1rem;
  font-family: var(--font-tight); font-size: .6875rem; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--color-text-muted);
  background: color-mix(in srgb, var(--color-navy) 6%, #FFFFFF);
  border: 1px solid var(--color-border);
  padding: .2rem .5rem; border-radius: 999px;
}
@media (max-width: 880px) { .res-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .res-grid { grid-template-columns: 1fr; } .res-tile { min-height: 0; } }
@media (max-width: 700px) {
  /* timelines en colonne sur mobile */
  .ft-track { height: auto; margin-top: 1.2rem; display: flex; flex-direction: column; gap: 1.1rem; position: relative; }
  .ft-line { left: 5px; right: auto; top: 4px; bottom: 4px; width: 2px; height: auto; }
  .ft-progress { transform: scaleY(0); transform-origin: top; }
  .ft-card.play .ft-progress { transform: scaleY(1); }
  .ft-node { position: static; width: auto; height: auto; display: flex; align-items: center; gap: .9rem; }
  .ft-dot { position: static; flex: none; }
  .ft-tag { position: static; transform: translateY(10px); align-items: flex-start; text-align: left; white-space: normal; }
  .ft-card.play .ft-tag { transform: none; }
}
/* pastilles visages : l'equipe presente dans les visuels */
.face-chip {
  position: absolute; z-index: 7;
  width: 46px; height: 46px; border-radius: 50%; overflow: hidden;
  box-shadow: 0 0 0 3px var(--color-white), 0 6px 20px rgba(10, 22, 40, 0.18);
  background: #FFFFFF;
  opacity: 0; transform: scale(.4);
  transition: opacity 350ms var(--ease-out) 80ms, transform 450ms cubic-bezier(.2,1.5,.4,1) 80ms;
}
.face-chip img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; display: block; }
.fw-card .face-chip, .ft-card .face-chip { top: -16px; right: 13%; }
.fw-card.play .face-chip, .ft-card.play .face-chip { opacity: 1; transform: scale(1); }
/* variante logo (visuel investors) : le F sur fond blanc, contenu, pas recadre */
.face-chip--logo { background: #FFFFFF; }
.face-chip--logo img { object-fit: contain; object-position: center; padding: 9px; }
/* pastille sur le cockpit du hero : meme regle, revelee par la sequence spark */
.p2-wrap .face-chip { top: -16px; right: 13%; z-index: 8; }
.p2-stage.spark .face-chip { opacity: 1; transform: scale(1); }
.rm-static .face-chip { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .face-chip { transition: none; } }
/* Montreal : un tirage discret, la photo entiere */
.mtl-fig { margin: 0 auto; width: min(440px, 92%); }
.mtl-frame {
  position: relative; display: block; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--color-border); box-shadow: var(--shadow-card);
  background: var(--color-white); padding: 10px;
  aspect-ratio: auto;
}
.mtl-frame img { position: static; width: 100%; height: auto; object-fit: contain; display: block; border-radius: 8px; }
.mtl-fallback { display: none; }
.mtl-fig figcaption {
  margin-top: .8rem; text-align: center;
  font-size: .8125rem; letter-spacing: .01em; color: var(--color-text-faint);
}
.tools-marquee .tool-tile { border: none; background: transparent; box-shadow: none; }
.tools-marquee .tool-tile:hover { transform: none; }
/* equipe : pied avec signature compacte; photo Montreal en colonne droite */
.belief-foot { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.belief-sig { display: inline-flex; align-items: center; gap: .65rem; }
.belief-sig img {
  width: 38px; height: 38px; border-radius: 50%; object-fit: cover; object-position: 50% 12%;
  box-shadow: 0 0 0 1px var(--color-border);
}
.bs-txt { display: flex; flex-direction: column; line-height: 1.25; }
.bs-txt strong { font-size: .9rem; color: var(--color-navy); font-weight: 600; }
.bs-txt span { font-size: .78rem; color: var(--color-text-muted); }
.about-teaser .mtl-fig { width: min(380px, 100%); margin-inline: auto; }
/* logos clients : plus petits, taille visuelle homogene */
.page-frame .logo-strip img { max-height: 26px; max-width: 130px; width: auto; height: auto; object-fit: contain; }
@media (max-width: 768px) {
  .belief-foot { justify-content: center; }
  .about-teaser .mtl-fig { width: min(320px, 100%); margin-top: 1.5rem; }
}

/* ===== le visuel hero : l'oeil de l'investisseur ===== */
.p2-stage { position: relative; display: flex; flex-direction: column; align-items: center; gap: 1.4rem; padding: 2.5rem 3.5rem 3rem; }
/* les tuiles repondent aux annotations */
.p2-card .kpi { transition: border-color 500ms var(--ease), background-color 500ms var(--ease); }
.p2-card .kpi.is-read { border-color: color-mix(in srgb, var(--accent-green) 40%, var(--color-border)); }
.p2-card .kpi.is-questioned { border-color: color-mix(in srgb, var(--accent-amber) 55%, var(--color-border)); }
/* les sparklines se tracent une fois, au chargement */
.p2-card .pk-spark { stroke-dasharray: 130; stroke-dashoffset: 130; transition: stroke-dashoffset 800ms var(--ease-out); }
.p2-stage.spark .kpi:nth-child(1) .pk-spark { stroke-dashoffset: 0; transition-delay: 0ms; }
.p2-stage.spark .kpi:nth-child(2) .pk-spark { stroke-dashoffset: 0; transition-delay: 180ms; }
.p2-stage.spark .kpi:nth-child(3) .pk-spark { stroke-dashoffset: 0; transition-delay: 360ms; }
.p2-stage.spark .kpi:nth-child(4) .pk-spark { stroke-dashoffset: 0; transition-delay: 540ms; }
/* la chute : board pack ready */
.p2-board {
  display: flex; align-items: center; gap: .55rem;
  margin-top: 1.6rem; padding-top: .95rem;
  border-top: 1px solid var(--color-border);
  font-size: .8125rem; color: var(--color-navy);
  opacity: 0; transform: translateY(8px);
  transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out);
}
.p2-board.on { opacity: 1; transform: none; }
.p2-bcheck {
  display: inline-flex; width: 18px; height: 18px; border-radius: 50%;
  background: color-mix(in srgb, var(--accent-green) 14%, #FFFFFF);
  color: var(--accent-green); align-items: center; justify-content: center;
}
.p2-bcheck svg { width: 10px; height: 10px; }
.p2-bwhen { margin-left: auto; color: var(--color-text-faint); font-size: .75rem; }
.rm-static .p2-board { opacity: 1; transform: none; }
/* la legende */
.p2-caption { margin: 0; font-size: .8125rem; letter-spacing: .01em; color: var(--color-text-faint); }
.rm-static .p2-card .pk-spark { stroke-dashoffset: 0; transition: none; }
.rm-static .p2-card .kpi { border-color: color-mix(in srgb, var(--accent-green) 40%, var(--color-border)); }
.p2-card { position: relative; inset: auto; font-size: .875rem; box-shadow: var(--shadow-lift); }
.p2-note {
  position: absolute; z-index: 3;
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .55rem .8rem; background: rgba(255,255,255,.96);
  border: 1px solid rgba(10,22,40,.08); border-radius: 10px;
  box-shadow: 0 6px 24px rgba(10,22,40,.10), 0 1px 2px rgba(10,22,40,.05);
  font-size: .75rem; color: var(--color-text-muted);
  white-space: nowrap; letter-spacing: .005em;
  opacity: 0; transform: translateY(12px); filter: blur(5px);
  transition: opacity 650ms var(--ease-out), transform 650ms var(--ease-out), filter 650ms var(--ease-out);
}
.p2-note strong { font-weight: 600; color: var(--color-navy); }
.p2-note.on { opacity: 1; transform: none; filter: none; }
.p2-check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 16px; height: 16px; border-radius: 50%; flex: none;
  background: color-mix(in srgb, var(--accent-green) 14%, #FFFFFF);
  color: var(--accent-green);
}
.p2-check svg { width: 9px; height: 9px; }
.p2-pending { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-amber); flex: none; }
/* plus d'air entre les 4 tuiles : les puces rident les gouttieres */
.p2-card .kpi-grid { gap: 1.5rem; }
/* wrapper calque sur la carte : les puces se positionnent en % de la carte,
   a cheval sur ses bords (24px de debord exterieur, le corps sur la carte) */
.p2-wrap { position: relative; width: min(610px, 100%); }
.p2-card { width: 100%; }
/* Carte avant bien horizontale : on annule l'inclinaison heritee de
   .mock-cockpit (rotate -0.6deg du visuel marketing d'origine). */
.p2-wrap .mock-cockpit { transform: none; top: auto; left: auto; right: auto; }
/* Deuxieme carte fantome derriere (effet pile facon Atlas) : un calque
   decale vers le bas a droite ET legerement penche, plus clair, sans
   contenu. z-index 0 sous tout. La carte avant reste droite. */
.p2-wrap::before {
  content: "";
  position: absolute; inset: 0; z-index: 0;
  transform: translate(14px, 12px) rotate(1.6deg);
  transform-origin: center;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: 0 14px 34px rgba(10, 22, 40, 0.07);
}
.p2-wrap .p2-card { position: relative; z-index: 1; }
/* regle par tuile : indicateur en haut a droite, notation perchee sur le bord bas */
.p2-card.mock { overflow: visible; }  /* les notations debordent de la tuile ET de la carte */
.p2-card.mock::before { display: none; }  /* pas de barre accent au-dessus du cockpit */
.p2-card .p2-note { z-index: 6; }
.p2-card .kpi { position: relative; padding-bottom: 1.8rem; }
.p2-card .sparkline { height: 28px; }
.p2-card .k-head { display: flex; justify-content: space-between; align-items: baseline; gap: .5rem; }
.p2-card .k-head .k-delta { margin: 0; }
.p2-card .p2-note { position: absolute; bottom: -15px; left: 12px; }
.p2-n4 .p2-q, .p2-n4 .p2-c { display: inline-flex; align-items: center; gap: .5rem; }
.p2-n4 .p2-c { display: none; }
.p2-n4.cleared .p2-q { display: none; }
.p2-n4.cleared .p2-c { display: inline-flex; }
.rm-static .p2-note { opacity: 1; transform: none; filter: none; }
.rm-static .p2-n4 .p2-q { display: none; }
.rm-static .p2-n4 .p2-c { display: inline-flex; }
@media (max-width: 760px) {
  .p2-stage { padding: .5rem 0 1.5rem; }
  .p2-note { font-size: .6875rem; padding: .4rem .6rem; }
}
