/* ============================================================
   QLARA AGENCY — SYSTÈME DE DESIGN v2
   Cabinet Boutique Ultra Premium
   ============================================================ */

@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

/* ============================================================
   DESIGN TOKENS — Palette Cabinet Premium
   ============================================================ */

:root {
  /* ── Palette Qlara v2 — Charte Graphique officielle ── */
  --navy:          #0e0b1e;   /* Nuit profonde — fond principal */
  --navy-mid:      #151948;   /* Navy profond — sections secondaires */
  --navy-light:    #2f0d30;   /* Prune/Bordeaux — gradients, blocs */
  --navy-deep:     #4e2d73;   /* Violet Qlara — halos, accents forts */
  --graphite:      #050505;   /* Noir pur — footer, fond extrême */

  /* Surfaces claires */
  --off-white:     #edeff6;   /* Blanc lavande — texte on dark, surfaces */
  --cream:         #edeff6;
  --white:         #FFFFFF;

  /* Accent Qlara v2 */
  --accent:        #8a8fbf;   /* Pervenche — accent principal */
  --accent-vivid:  #b0b5da;   /* Version lumineuse — hover, glows */
  --accent-deep:   #4e2d73;   /* Violet profond — boutons forts */
  --accent-dim:    rgba(138, 143, 191, 0.12);
  --accent-glow:   rgba(138, 143, 191, 0.08);
  --accent-border: rgba(138, 143, 191, 0.20);

  /* Texte */
  --text-on-dark:        #edeff6;
  --text-on-dark-sub:    rgba(237, 239, 246, 0.68);
  --text-on-dark-muted:  rgba(237, 239, 246, 0.42);
  --text-on-dark-faint:  rgba(237, 239, 246, 0.20);
  --text-on-light:       #0e0b1e;
  --text-on-light-muted: #8a8fbf;
  --pearl:               #8a8fbf;

  /* Bordures */
  --border-dark:  rgba(237, 239, 246, 0.07);
  --border-mid:   rgba(237, 239, 246, 0.12);
  --border-light: rgba(14, 11, 30, 0.08);

  /* Gradients v2 */
  --hero-gradient: radial-gradient(ellipse at 70% 0%, #4e2d73 0%, #151948 42%, #0e0b1e 72%);
  --card-gradient: linear-gradient(160deg, #2f0d30 0%, #151948 100%);

  /* Typographie — Full sans-serif Satoshi + Inter */
  --font-serif:    'Satoshi', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display:  'Satoshi', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-sans:     'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Transitions */
  --ease:       cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out:   cubic-bezier(0.0, 0.0, 0.2, 1);
  --t-fast:     0.18s var(--ease);
  --t-med:      0.40s var(--ease);
  --t-slow:     0.65s var(--ease);
}

/* ============================================================
   RESET & BASE
   ============================================================ */

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-sans);
  background: var(--navy);
  color: var(--text-on-dark);
  overflow-x: hidden;
  line-height: 1.6;
}

/* Ligne accent en tête */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 40%, rgba(176, 181, 218, 0.4) 100%);
  z-index: 200;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--t-fast);
}

ul { list-style: none; }
img { display: block; max-width: 100%; }

/* ============================================================
   TYPOGRAPHIE
   ============================================================ */

.display-hero {
  font-family: var(--font-display);
  font-size: clamp(44px, 6.2vw, 86px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.display-lg {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 62px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.display-md {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.display-sm {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.label-caps {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.body-lg { font-size: 17px; line-height: 1.75; font-weight: 400; }
.body-md { font-size: 15px; line-height: 1.7;  font-weight: 400; }
.body-sm { font-size: 13px; line-height: 1.65; font-weight: 400; }

/* ── Dégradé signature — mot-clé stratégique ── */
.title-accent {
  background: linear-gradient(90deg, var(--accent) 0%, rgba(91, 191, 184, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================================
   LAYOUT
   ============================================================ */

/* ── Container global — axe unique calé sur la navbar ── */
.container {
  width: calc(100% - 80px); /* = même formule que la nav */
  max-width: 1200px;        /* = même max-width que la nav */
  margin-inline: auto;
}

.container--narrow {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 64px;
}

/* ============================================================
   NAVIGATION — Glass Premium
   ============================================================ */

.nav {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: calc(100% - 80px);
  max-width: 1200px;
  height: 64px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(14, 11, 30, 0.55);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.nav.is-scrolled {
  background: rgba(14, 11, 30, 0.80);
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.45);
}

/* Logo image */
.nav-logo {
  display: flex;
  align-items: center;
  height: 28px;
  flex-shrink: 0;
}

.nav-logo img {
  height: 100%;
  width: auto;
  display: block;
  /* Ensure white logo visible on dark nav */
}

/* Fallback text logo */
.nav-logo-text {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-on-dark);
}

.nav-logo-text span { color: var(--accent); }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-link {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: var(--text-on-dark-sub);
  position: relative;
  padding: 4px 0;
  transition: color var(--t-fast);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width var(--t-med);
}

.nav-link:hover { color: var(--text-on-dark); }
.nav-link:hover::after { width: 100%; }
.nav-link--active { color: var(--text-on-dark) !important; }
.nav-link--active::after { width: 100%; }

.nav-cta {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-on-light) !important;
  background: var(--off-white);
  padding: 11px 28px;
  border-radius: 12px;
  transition: background var(--t-fast), color var(--t-fast), box-shadow var(--t-fast);
  border: 1px solid transparent;
}

.nav-cta:hover {
  background: var(--accent-vivid);
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(138, 143, 191, 0.35);
}

.nav-cta::after { display: none !important; }

/* Groupe gauche — logo + liens serrés */
.nav-left {
  display: flex;
  align-items: center;
  gap: 44px;
}

/* Mobile toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--text-on-dark);
  transition: var(--t-fast);
}

/* ============================================================
   HERO HOMEPAGE — Gradient + Grain + Glow
   ============================================================ */

.hero {
  min-height: 100vh;
  background: #06050D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px max(40px, calc((100% - 1200px) / 2)) 100px;
  position: relative;
  overflow: hidden;
}

/* Image de fond — home-background.jpg, mix-blend-mode screen, Ken Burns */
.hero__bg-image {
  position: absolute;
  inset: -8%;
  background-image: url('../images/home-background.jpg');
  background-size: cover;
  background-position: right center;
  opacity: 0.82;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
  animation: bgSlowPan 28s ease-in-out infinite alternate;
}

/* Supprimé — overlay géré par ::before sur .hero */
.hero__bg-image::after { display: none; }

/* Vignette sombre côté gauche — protège la lisibilité du texte */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(6, 5, 13, 0.82) 0%,
    rgba(6, 5, 13, 0.55) 40%,
    rgba(6, 5, 13, 0.15) 65%,
    transparent 100%
  );
  z-index: 1;
  pointer-events: none;
}

@keyframes bgSlowPan {
  0%   { transform: scale(1.00) translate(0%, 0%); }
  33%  { transform: scale(1.04) translate(-1.5%, 0.8%); }
  66%  { transform: scale(1.03) translate(1%, -0.8%); }
  100% { transform: scale(1.06) translate(-0.5%, 1%); }
}

.hero__content {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
}

/* Colonne visuelle supprimée — design pleine largeur */
.hero__visual { display: none; }
.hero__visual-orb { display: none; }

/* Gradient animé — ultra subtil, 20s loop */
@keyframes heroBreath {
  0%   { opacity: 1; }
  50%  { opacity: 0.88; }
  100% { opacity: 1; }
}

/* Grille supprimée — impact par lumière, pas par texture */
.hero__bg-grid { display: none; }

/* Halo principal — organique, lumineux */
.hero__glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 70%;
  height: 100%;
  background: radial-gradient(ellipse at top right,
    rgba(138, 143, 191, 0.18) 0%,
    rgba(138, 143, 191, 0.08) 40%,
    transparent 70%);
  pointer-events: none;
  animation: heroBreath 20s ease-in-out infinite;
}

/* Second halo bas-gauche pour profondeur */
.hero__glow-2 {
  position: absolute;
  bottom: -15%;
  left: -5%;
  width: 45%;
  height: 60%;
  background: radial-gradient(ellipse at bottom left,
    rgba(14, 32, 51, 0.8) 0%,
    transparent 65%);
  pointer-events: none;
}

/* Grain texture overlay */
.hero__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='320' height='320' filter='url(%23g)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.038;
  pointer-events: none;
  z-index: 1;
}

.hero > *:not(.hero__bg-grid):not(.hero__glow):not(.hero__grain):not(.hero__bg-image):not(.hero__scroll) {
  position: relative;
  z-index: 2;
}

.hero__label {
  color: var(--accent);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero__label::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--accent);
  opacity: 0.7;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--text-on-dark);
  max-width: 1100px;
  margin-bottom: 32px;
}

/* Pas d'italique — même police, même poids, même style */
.hero__title em {
  font-style: normal;
  font-weight: 600;
  color: var(--text-on-dark);
}

.hero__subtitle {
  font-size: 16px;
  line-height: 1.82;
  font-weight: 400;
  color: rgba(237, 239, 246, 0.56);
  max-width: 540px;
  margin-bottom: 56px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero__scroll {
  position: absolute;
  bottom: 56px;
  right: 64px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--text-on-dark-faint);
  z-index: 2;
}

.hero__scroll-line {
  width: 1px;
  height: 52px;
  background: linear-gradient(to bottom, transparent, var(--text-on-dark-faint));
  animation: scrollPulse 2.8s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.85); }
  50% { opacity: 0.7; transform: scaleY(1); }
}

/* ============================================================
   HERO PAGES INTERNES
   ============================================================ */

.page-hero {
  min-height: 58vh;
  background-image: url("../images/home-background.jpg");;
 
  display: flex;
  align-items: flex-end;
  padding: 168px max(40px, calc((100% - 1200px) / 2)) 112px;
  position: relative;
  overflow: hidden;
}

/* Grille supprimée */
.page-hero__bg { display: none; }

.page-hero__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='320' height='320' filter='url(%23g)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.035;
  pointer-events: none;
}

.page-hero__glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 55%;
  height: 80%;
  background: radial-gradient(ellipse at center,
    rgba(138, 143, 191, 0.06) 0%,
    transparent 70%);
  pointer-events: none;
}

.page-hero__content {
  position: relative;
  z-index: 1;
}

.page-hero__label {
  color: var(--accent);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.page-hero__label::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--accent);
  opacity: 0.7;
}

.page-hero__title {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 80px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.028em;
  color: var(--text-on-dark);
}

/* QLARA : gradient plus lumineux — ancrage visuel fort */
.page-hero__title .title-accent {
  background: linear-gradient(110deg, var(--accent) 0%, #d8dbf5 42%, var(--accent-vivid) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  filter: drop-shadow(0 0 22px rgba(138, 143, 191, 0.32));
}

.page-hero__title em {
  font-style: italic;
  color: var(--text-on-dark-sub);
}

.page-hero__desc {
  margin-top: 36px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(237, 239, 246, 0.56);
  max-width: 440px;
  line-height: 1.85;
}

/* ============================================================
   BOUTONS — Refined Premium
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background var(--t-med), color var(--t-med), box-shadow var(--t-med), border-color var(--t-med), transform var(--t-med);
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
}

/* Primaire — fond cassé, texte sombre */
.btn--primary {
  color: var(--navy);
  background: var(--off-white);
  padding: 16px 40px;
  border-radius: 14px;
  box-shadow: none;
}

.btn--primary:hover {
  background: var(--accent-vivid);
  color: #fff;
  box-shadow: 0 8px 48px rgba(138, 143, 191, 0.40),
              0 2px 12px rgba(0, 0, 0, 0.18),
              0 0 0 2px rgba(176, 181, 218, 0.18);
  transform: translateY(-2px);
}

/* Secondaire — outline subtil */
.btn--outline {
  color: var(--text-on-dark-sub);
  border: 1.5px solid rgba(237, 239, 246, 0.20);
  padding: 15px 36px;
  background: transparent;
  border-radius: 14px;
}

.btn--outline:hover {
  border-color: rgba(237, 239, 246, 0.42);
  color: var(--text-on-dark);
  background: rgba(237, 239, 246, 0.06);
  box-shadow: 0 4px 24px rgba(138, 143, 191, 0.18),
              0 0 0 1px rgba(138, 143, 191, 0.10);
  transform: translateY(-1px);
}

.btn--outline-dark {
  color: var(--text-on-light);
  border: 1px solid var(--border-light);
  padding: 15px 36px;
  background: transparent;
  border-radius: 14px;
}

.btn--outline-dark:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--text-on-dark);
}

.btn--ghost {
  color: var(--text-on-dark-muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 0;
  background: none;
  text-transform: none;
  letter-spacing: 0.04em;
}

.btn--ghost:hover {
  color: var(--text-on-dark);
}

/* Flèche animée */
.btn__arrow {
  display: flex;
  align-items: center;
  position: relative;
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: width var(--t-med);
  flex-shrink: 0;
}

.btn__arrow::after {
  content: '';
  position: absolute;
  right: -1px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: rotate(45deg);
}

.btn:hover .btn__arrow { width: 32px; }

/* ============================================================
   SECTION — LE PROBLÈME (DARK)
   ============================================================ */

.problem {
  background: linear-gradient(160deg, #080918 0%, #0C0C20 50%, #060A1A 100%);
  padding: 180px max(40px, calc((100% - 1200px) / 2));
  position: relative;
  overflow: hidden;
}

/* Motif décoratif — continuité visuelle depuis le hero */
.problem::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  max-width: 780px;
  aspect-ratio: 1 / 1;
  background-image: url('../images/home-background_continue.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}

/* Second motif — bas gauche pour équilibre */
.problem::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38%;
  max-width: 460px;
  aspect-ratio: 1 / 1;
  background-image: url('../images/home-background_continue.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
  transform: rotate(180deg);
}

.problem__intro {
  max-width: 780px;
  margin-bottom: 112px;
  position: relative;
  z-index: 1;
}

.problem__section-label {
  color: var(--accent);
  margin-bottom: 36px;
  display: block;
}

.problem__quote {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1.45;
  color: var(--text-on-dark-sub);
}

.problem__quote strong {
  font-weight: 400;
  color: var(--text-on-dark);
}

/* Grille cartes — sans bordures visibles */
.problem__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  position: relative;
  z-index: 1;
}

.problem__item {
  padding: 52px 36px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 20px;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  cursor: default;
}

.problem__item:hover {
  background: rgba(138, 143, 191, 0.08);
  box-shadow: 0 0 48px rgba(138, 143, 191, 0.10) inset, 0 8px 32px rgba(0, 0, 0, 0.25);
  border-color: rgba(138, 143, 191, 0.18);
  transform: translateY(-4px);
}

.problem__item-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 22px;
  color: var(--accent);
  opacity: 0.65;
  flex-shrink: 0;
}

.problem__item:hover .problem__item-icon {
  opacity: 0.9;
  color: var(--accent-vivid);
  transition: opacity 0.3s ease, color 0.3s ease;
}

.problem__item-num {
  color: var(--accent);
  margin-bottom: 36px;
  display: block;
  font-size: 9.5px;
  letter-spacing: 0.24em;
}

.problem__item-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--text-on-dark);
  margin-bottom: 20px;
}

.problem__item-desc {
  font-size: 13px;
  line-height: 1.72;
  color: var(--text-on-dark-muted);
  font-weight: 400;
}

/* ============================================================
   SECTION — APPROCHE (4 PILIERS, LIGHT)
   ============================================================ */

.approach {
  background: linear-gradient(160deg, #080918 0%, #0C0C20 50%, #060A1A 100%);
  padding: 180px max(40px, calc((100% - 1200px) / 2));
}

.approach__header {
  margin-bottom: 80px;
}

.approach__section-label {
  color: var(--accent);
  margin-bottom: 28px;
  display: block;
}

.approach__title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: var(--text-on-dark);
}

/* Signature finale — phrase d'ancrage, plus compacte et lumineuse */
.approach__title em {
  display: block;
  margin-top: 16px;
  font-size: 0.78em;
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: -0.01em;
}

.approach__desc {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-on-dark-muted);
  font-weight: 400;
  margin-bottom: 40px;
}

/* Colonne droite de l'approche */
.approach__right-col {
  display: flex;
  flex-direction: column;
}

/* Emplacement image / picto architecture */
.approach__image-slot {
  width: 50%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  border: 1px solid rgba(138, 143, 191, 0.10);
  background: linear-gradient(145deg, rgba(14, 11, 30, 0.60) 0%, rgba(47, 13, 48, 0.25) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.35s ease, background 0.35s ease;
  cursor: default;
}

.approach__image-slot:hover {
  border-color: rgba(138, 143, 191, 0.18);
  background: linear-gradient(145deg, rgba(14, 11, 30, 0.70) 0%, rgba(78, 45, 115, 0.20) 100%);
}

/* Lueur subtile dans le slot */
.approach__image-slot::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 70%;
  background: radial-gradient(ellipse at center,
    rgba(78, 45, 115, 0.18) 0%,
    transparent 70%);
  pointer-events: none;
}

/* Grille de fond façon blueprint */
.approach__image-slot::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(138, 143, 191, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(138, 143, 191, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.approach__slot-picto {
  color: rgba(138, 143, 191, 0.28);
  position: relative;
  z-index: 1;
  transition: color 0.35s ease;
}

.approach__image-slot:hover .approach__slot-picto {
  color: rgba(138, 143, 191, 0.42);
}

.approach__slot-label {
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(138, 143, 191, 0.30);
  font-family: var(--font-sans);
  font-weight: 500;
  position: relative;
  z-index: 1;
  transition: color 0.35s ease;
}

.approach__image-slot:hover .approach__slot-label {
  color: rgba(138, 143, 191, 0.45);
}

/* ── Grille piliers — 2×2 cards glass ────────────── */
.approach__pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.pillar {
  position: relative;
  overflow: hidden;
  padding: 48px;
  border-radius: 20px;
  border: 1px solid rgba(138, 143, 191, 0.10);
  background: linear-gradient(160deg, rgba(14, 11, 30, 0.55) 0%, rgba(6, 9, 26, 0.80) 100%);
  transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}

/* Reprend la transition hover après que .reveal a fini son animation */
.pillar.is-visible {
  transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}

.pillar:hover {
  transform: translateY(-6px);
  border-color: rgba(138, 143, 191, 0.22);
  background: linear-gradient(160deg, rgba(20, 16, 42, 0.65) 0%, rgba(10, 14, 36, 0.90) 100%);
}

/* Fond dégradé vivant — profondeur subtile par carte */
.pillar::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.5s ease;
}
.pillar:hover::before {
  opacity: 1;
}

/* Variations — chaque carte a son propre gradient */
.pillar:nth-child(1)::before {
  background: radial-gradient(ellipse at 25% 20%, rgba(78, 45, 115, 0.22) 0%, transparent 65%),
              radial-gradient(ellipse at 85% 80%, rgba(21, 25, 72, 0.14) 0%, transparent 55%);
}
.pillar:nth-child(2)::before {
  background: radial-gradient(ellipse at 80% 15%, rgba(21, 25, 72, 0.22) 0%, transparent 65%),
              radial-gradient(ellipse at 15% 85%, rgba(78, 45, 115, 0.12) 0%, transparent 50%);
}
.pillar:nth-child(3)::before {
  background: radial-gradient(ellipse at 15% 75%, rgba(78, 45, 115, 0.20) 0%, transparent 60%),
              radial-gradient(ellipse at 90% 25%, rgba(21, 25, 72, 0.14) 0%, transparent 55%);
}
.pillar:nth-child(4)::before {
  background: radial-gradient(ellipse at 75% 55%, rgba(21, 25, 72, 0.20) 0%, transparent 60%),
              radial-gradient(ellipse at 20% 20%, rgba(78, 45, 115, 0.14) 0%, transparent 55%);
}

/* Titre */
.pillar__title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.012em;
  color: var(--text-on-dark);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

/* Description */
.pillar__desc {
  font-size: 14px;
  line-height: 1.82;
  color: rgba(237, 239, 246, 0.50);
  font-weight: 400;
  position: relative;
  z-index: 1;
}

/* ============================================================
   SECTION — POUR QUI (DARK)
   ============================================================ */

.profiles {
  background: linear-gradient(160deg, #080918 0%, #0C0C20 50%, #060A1A 100%);
  padding: 180px max(40px, calc((100% - 1200px) / 2));
}

.profiles__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}

.profiles__section-label {
  color: var(--accent);
  margin-bottom: 28px;
  display: block;
}

.profiles__title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: var(--text-on-dark);
}

.profiles__subtitle {
  font-size: 15px;
  line-height: 1.78;
  color: var(--text-on-dark-muted);
  font-weight: 400;
  max-width: 340px;
  text-align: right;
}

.profiles__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.profile-card {
  padding: 48px 28px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.profile-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}

.profile-card:hover {
  background: rgba(138, 143, 191, 0.08);
  box-shadow: 0 0 48px rgba(138, 143, 191, 0.10) inset, 0 8px 32px rgba(0, 0, 0, 0.25);
  border-color: rgba(138, 143, 191, 0.18);
  transform: translateY(-4px);
}
.profile-card:hover::after { transform: scaleX(1); }

.profile-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.5s ease;
}
.profile-card:hover::before { opacity: 1; }

.profile-card:nth-child(1)::before {
  background: radial-gradient(ellipse at 20% 25%, rgba(78, 45, 115, 0.20) 0%, transparent 60%),
              radial-gradient(ellipse at 85% 75%, rgba(21, 25, 72, 0.14) 0%, transparent 55%);
}
.profile-card:nth-child(2)::before {
  background: radial-gradient(ellipse at 80% 20%, rgba(21, 25, 72, 0.20) 0%, transparent 60%),
              radial-gradient(ellipse at 15% 80%, rgba(78, 45, 115, 0.12) 0%, transparent 50%);
}
.profile-card:nth-child(3)::before {
  background: radial-gradient(ellipse at 50% 15%, rgba(78, 45, 115, 0.18) 0%, transparent 60%),
              radial-gradient(ellipse at 50% 90%, rgba(21, 25, 72, 0.14) 0%, transparent 50%);
}
.profile-card:nth-child(4)::before {
  background: radial-gradient(ellipse at 15% 70%, rgba(78, 45, 115, 0.20) 0%, transparent 60%),
              radial-gradient(ellipse at 90% 30%, rgba(21, 25, 72, 0.14) 0%, transparent 55%);
}
.profile-card:nth-child(5)::before {
  background: radial-gradient(ellipse at 75% 60%, rgba(21, 25, 72, 0.20) 0%, transparent 60%),
              radial-gradient(ellipse at 25% 15%, rgba(78, 45, 115, 0.14) 0%, transparent 55%);
}

.profile-card__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text-on-dark);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.profile-card__desc {
  font-size: 13px;
  line-height: 1.72;
  color: var(--text-on-dark-muted);
  font-weight: 400;
  position: relative;
  z-index: 1;
}

/* ============================================================
   SECTION — POURQUOI QLARA (LIGHT)
   ============================================================ */

.why {
  background: linear-gradient(145deg, #06050D 0%, #0e0b1e 45%, #080B1A 100%);
  padding: 180px max(40px, calc((100% - 1200px) / 2));
}

.why__layout {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 80px;
  align-items: center;
}

.why__section-label {
  color: var(--accent);
  margin-bottom: 28px;
  display: block;
}

.why__title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: var(--text-on-dark);
  margin-bottom: 28px;
}

.why__title em {
  font-style: normal;
  color: var(--text-on-dark);
}

.why__desc {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(237, 239, 246, 0.38);
  font-weight: 400;
  margin-bottom: 72px;
}

.why__list { display: flex; flex-direction: column; }

.why__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(138, 143, 191, 0.06);
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(237, 239, 246, 0.28);
  transition: color var(--t-fast), padding-left var(--t-fast);
}

.why__item:first-child { padding-top: 0; }

.why__item:hover {
  color: var(--text-on-dark);
  padding-left: 6px;
}

.why__item-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: rgba(138, 143, 191, 0.20);
  margin-top: 2px;
  transition: color var(--t-fast);
}

.why__item:hover .why__item-icon {
  color: rgba(138, 143, 191, 0.65);
}

.why__right {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── VENN DIAGRAM ────────────────────────────────────────── */

.venn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.012);
  background: rgba(255, 255, 255, 0.002);
  box-shadow: inset 0 0 120px rgba(78, 45, 115, 0.018);
  padding: 24px 20px;
}

.venn__svg {
  width: 100%;
  height: auto;
  max-width: 640px;
  overflow: visible;
  display: block;
  margin: 0 auto;
}

/* Halos — respiration visible + micro scale : sensation de profondeur organique */
.venn-halo {
  opacity: 0.76;
  transform-box: fill-box;
  transform-origin: center;
  animation: vennHalo1 11s ease-in-out infinite;
  animation-delay: -2s;
}
.venn-halo--2 { animation: vennHalo2 14s ease-in-out infinite; animation-delay: -5s; }
.venn-halo--3 { animation: vennHalo3 17s ease-in-out infinite; animation-delay: -9s; }

/* Cercles principaux — respirations décalées, système vivant */
.venn-c {
  fill: rgba(138, 143, 191, 0.02);
  stroke-width: 0.8;
}
.venn-c--1 {
  stroke: rgba(138, 143, 191, 0.15);
  animation: vennBreath1 10s ease-in-out infinite;
}
.venn-c--2 {
  stroke: rgba(78, 45, 115, 0.20);
  animation: vennBreath2 13s ease-in-out infinite;
  animation-delay: -4s;
}
.venn-c--3 {
  stroke: rgba(138, 143, 191, 0.15);
  animation: vennBreath3 16s ease-in-out infinite;
  animation-delay: -7s;
}

/* Glow centre — point vivant du système, cycle perceptible */
.venn-center-glow {
  transform-box: fill-box;
  transform-origin: center;
  animation: vennCenterPulse 6s ease-in-out infinite;
}

/* Centre core — couche la plus lumineuse, décalée de -1s */
.venn-center-core {
  animation: vennCorePulse 6s ease-in-out infinite;
  animation-delay: -1s;
}

/* Intersection zones — densification subtile, décalage organique */
.venn-inter {
  animation: vennInterPulse 9s ease-in-out infinite;
}
.venn-inter--bl { animation-delay: -3s; }
.venn-inter--br { animation-delay: -6s; }

/* Connecteurs — presque invisibles, transition hover */
.venn-connector {
  stroke: rgba(138, 143, 191, 0.08);
  stroke-width: 0.6;
  stroke-dasharray: 4 3;
  transition: stroke 0.4s ease;
}

/* Labels — piliers signature : lisibles immédiatement dans le système */
.venn-label__word {
  font-size: 22px;
  font-weight: 600;
  fill: rgba(237, 239, 246, 0.96);
  letter-spacing: 0.01em;
  font-family: var(--font-sans);
  transition: fill 0.4s ease;
}
.venn-label__sub {
  font-size: 10px;
  font-weight: 400;
  fill: rgba(138, 143, 191, 0.22);
  letter-spacing: 0.05em;
  font-family: var(--font-sans);
  transition: fill 0.4s ease;
}
.venn-center-label {
  font-size: 12px;
  font-weight: 600;
  fill: rgba(237, 239, 246, 0.88);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: var(--font-sans);
  transition: fill 0.4s ease;
}

/* Micro-hiérarchie — Structure premier, lecture naturelle : subtile mais perceptible */
.venn-label-group--structure .venn-label__word { fill: rgba(237, 239, 246, 1.00); }
.venn-label-group--rigueur   .venn-label__word { fill: rgba(237, 239, 246, 0.90); }
.venn-label-group--resultats .venn-label__word { fill: rgba(237, 239, 246, 0.80); }

/* Hover — label individuel : devient pleinement lisible, sous-titre gagne en présence */
.venn-label-group { cursor: default; }
.venn-label-group:hover .venn-label__word { fill: rgba(237, 239, 246, 1.00); }
.venn-label-group:hover .venn-label__sub  { fill: rgba(138, 143, 191, 0.55); }
.venn-label-group:hover .venn-connector   { stroke: rgba(138, 143, 191, 0.20); }

/* Hover container global — centre légèrement amplifié */
.venn:hover .venn-center-label { fill: rgba(237, 239, 246, 1.00); }

/* Cercles — amplitude perceptible, respiration naturelle et vivante */
@keyframes vennBreath1 {
  0%, 100% { opacity: 0.45; }
  50%       { opacity: 0.92; }
}
@keyframes vennBreath2 {
  0%, 100% { opacity: 0.38; }
  50%       { opacity: 0.86; }
}
@keyframes vennBreath3 {
  0%, 100% { opacity: 0.32; }
  50%       { opacity: 0.78; }
}

/* Halos — amplitude visible, micro scale, profondeur organique */
@keyframes vennHalo1 {
  0%, 100% { opacity: 0.50; transform: scale(1.000); }
  50%       { opacity: 0.92; transform: scale(1.022); }
}
@keyframes vennHalo2 {
  0%, 100% { opacity: 0.42; transform: scale(1.000); }
  50%       { opacity: 0.85; transform: scale(1.018); }
}
@keyframes vennHalo3 {
  0%, 100% { opacity: 0.36; transform: scale(1.000); }
  50%       { opacity: 0.76; transform: scale(1.015); }
}

/* Centre — pulsation marquée, point focal, cycle court */
@keyframes vennCenterPulse {
  0%, 100% { opacity: 0.36; r: 36; }
  50%       { opacity: 1.00; r: 50; }
}

/* Centre core — légèrement décalé, renforce la profondeur du foyer */
@keyframes vennCorePulse {
  0%, 100% { opacity: 0.40; }
  50%       { opacity: 0.88; }
}

/* Intersections — densification rythmée, stagger par délai */
@keyframes vennInterPulse {
  0%, 100% { opacity: 0.38; }
  50%       { opacity: 0.76; }
}

/* Statement block — conservé pour autres pages */
.statement-block { margin-bottom: 80px; }

.statement-block__quote {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-on-dark);
  font-style: italic;
  position: relative;
  padding-left: 24px;
  letter-spacing: -0.01em;
}

.statement-block__quote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--accent);
}

.statement-block__author {
  margin-top: 18px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--text-on-dark-muted);
  padding-left: 24px;
}

/* ============================================================
   SECTION — CTA
   ============================================================ */

.cta-section {
  background: radial-gradient(ellipse at 50% 80%, #4e2d73 0%, #0e0b1e 60%);
  padding: 180px max(40px, calc((100% - 1200px) / 2));
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center,
    rgba(138, 143, 191, 0.16) 0%,
    transparent 55%);
  pointer-events: none;
}

.cta-section__label {
  color: var(--accent);
  margin-bottom: 36px;
  display: block;
}

.cta-section__title {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 80px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.028em;
  color: var(--text-on-dark);
  max-width: 780px;
  margin: 0 auto 24px;
}

.cta-section__title em {
  font-style: italic;
  color: rgba(237, 239, 246, 0.78);
}

.cta-section__subtitle {
  font-size: 15px;
  line-height: 1.82;
  color: rgba(237, 239, 246, 0.56);
  max-width: 400px;
  margin: 0 auto 64px;
  font-weight: 400;
}

.cta-section__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  position: relative;
  z-index: 1;
}

/* ============================================================
   FOOTER — Institutionnel
   ============================================================ */

.footer {
  background: var(--graphite);
  padding: 96px 0 56px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  overflow: hidden;
}

.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 80px;
  padding-bottom: 96px;
  padding-inline: max(40px, calc((100% - 1200px) / 2));
  border-bottom: 1px solid var(--border-dark);
  margin-bottom: 44px;
}

.footer__logo {
  display: flex;
  align-items: center;
  height: 26px;
  margin-bottom: 20px;
}

.footer__logo img {
  height: 100%;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.footer__logo-text {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 600;
  color: var(--text-on-dark);
  letter-spacing: -0.01em;
}

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

.footer__tagline {
  font-size: 13.5px;
  line-height: 1.78;
  color: var(--text-on-dark-muted);
  font-weight: 400;
  max-width: 300px;
  margin-bottom: 40px;
}

.footer__separator {
  width: 32px;
  height: 1px;
  background: var(--accent);
  opacity: 0.5;
  margin-bottom: 40px;
}

.footer__col-title {
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-on-dark-faint);
  margin-bottom: 28px;
  display: block;
}

.footer__links { display: flex; flex-direction: column; gap: 16px; }

.footer__links a {
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(237, 239, 246, 0.52);
  transition: color var(--t-fast), padding-left var(--t-fast), opacity var(--t-fast);
}

.footer__links a:hover {
  color: rgba(237, 239, 246, 0.90);
  padding-left: 6px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: max(40px, calc((100% - 1200px) / 2));
}

.footer__copyright { font-size: 11.5px; color: var(--text-on-dark-faint); }
.footer__mention   { font-size: 11.5px; color: var(--text-on-dark-faint); letter-spacing: 0.04em; }

/* ============================================================
   PAGE — VISION
   ============================================================ */

/* ── Vision Content — Dark premium ── */
.vision-content {
  background: linear-gradient(175deg, #0e0b1e 0%, #0a0816 40%, #0d0a1c 100%);
  padding: 128px 0;
  position: relative;
}

.vision-content__layout {
  display: grid;
  padding-inline: max(40px, calc((100% - 1200px) / 2));
  grid-template-columns: 1fr 2fr;
  gap: 100px;
}

/* ── Sommaire sticky — Glass card premium ── */
.vision-content__sticky {
  position: sticky;
  top: 120px;
  align-self: start;
  max-height: calc(100vh - 140px);
  background: linear-gradient(165deg,
    rgba(138, 143, 191, 0.10) 0%,
    rgba(78, 45, 115, 0.07) 100%);
  border: 1px solid rgba(138, 143, 191, 0.12);
  border-radius: 20px;
  padding: 36px 28px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.vision-content__section-label {
  color: var(--accent);
  display: block;
  margin-bottom: 20px;
  font-size: 10px;
  letter-spacing: 0.22em;
}

.vision-content__nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vision-nav-link {
  font-size: 13.5px;
  font-weight: 400;
  color: var(--text-on-dark-sub);
  padding: 14px 18px;
  border-radius: 12px;
  transition: all 0.3s var(--ease);
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.vision-nav-link:hover {
  color: var(--text-on-dark);
  background: rgba(138, 143, 191, 0.06);
  border-color: rgba(138, 143, 191, 0.06);
  transform: translateX(4px);
}

.vision-nav-link.active {
  color: var(--text-on-dark);
  background: linear-gradient(135deg,
    rgba(138, 143, 191, 0.16) 0%,
    rgba(78, 45, 115, 0.10) 100%);
  border-color: rgba(138, 143, 191, 0.18);
  font-weight: 500;
  box-shadow: 0 2px 20px rgba(138, 143, 191, 0.14),
              0 0 0 1px rgba(138, 143, 191, 0.06) inset;
}

.vision-nav-link.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 10px rgba(138, 143, 191, 0.25);
}

/* ── Vision blocks — Dark ── */
.vision-content__blocks { display: flex; flex-direction: column; gap: 80px; }

.vision-block {
  padding-bottom: 80px;
  border-bottom: 1px solid var(--border-dark);
}

.vision-block:last-child { border-bottom: none; padding-bottom: 0; }

.vision-block__num {
  font-size: 9.5px;
  letter-spacing: 0.24em;
  color: var(--accent);
  display: block;
  margin-bottom: 24px;
}

.vision-block__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--text-on-dark);
  margin-top: 12px;
  margin-bottom: 28px;
}

.vision-block__text {
  font-size: 16px;
  line-height: 1.88;
  color: var(--text-on-dark-sub);
  font-weight: 400;
}

.vision-block__text p + p { margin-top: 20px; }
.vision-block__text strong { color: var(--text-on-dark); font-weight: 500; }

/* Bloc-5 — trois piliers : espacement renforcé + semi-bold */
#bloc-5 .vision-block__text p + p { margin-top: 32px; }
#bloc-5 .vision-block__text strong { font-weight: 600; letter-spacing: -0.01em; }

.vision-highlight {
  margin: 44px 0;
  padding: 36px 44px;
  background: linear-gradient(135deg,
    rgba(138, 143, 191, 0.08) 0%,
    rgba(78, 45, 115, 0.06) 100%);
  border-radius: 0 16px 16px 0;
  border: 1px solid rgba(138, 143, 191, 0.10);
  border-left: 2px solid var(--accent-vivid);
  box-shadow: -4px 0 20px rgba(138, 143, 191, 0.18);
}

.vision-highlight p {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--text-on-dark);
  font-style: italic;
  letter-spacing: -0.01em;
}

/* ── Vision Mobile TOC — caché par défaut (desktop) ── */
.vision-mobile-toc { display: none; }

/* ============================================================
   PAGE — APPROCHE / MÉTHODE
   ============================================================ */

.method-intro {
  background: linear-gradient(175deg, #0e0b1e 0%, #0a0816 40%, #0d0a1c 100%);
  padding: 128px 0 96px;
  position: relative;
  overflow: hidden;
}

.method-intro::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(78, 45, 115, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.method-intro::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(138, 143, 191, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.method-intro__layout {
  display: grid;
  padding-inline: max(40px, calc((100% - 1200px) / 2));
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: end;
  position: relative;
}

.method-intro__title {
  color: var(--text-on-dark);
  margin-bottom: 24px;
  line-height: 1.2;
}

.method-intro__text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-on-dark-muted);
  font-weight: 300;
}

.method-intro__text + .method-intro__text {
  margin-top: 12px;
}

.method-intro__quote-block {
  border-left: 2px solid var(--accent);
  padding-left: 24px;
  padding-top: 0;
}

.method-intro__quote {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.52;
  color: rgba(237, 239, 246, 0.82);
  font-style: italic;
}

.method-steps {
  background: var(--navy-mid);
  padding: 0 64px;
}

.method-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  border-bottom: 1px solid var(--border-dark);
  transition: background var(--t-med);
}

.method-step:last-child { border-bottom: none; }
.method-step:hover { background: rgba(138, 143, 191, 0.04); }

.method-step__letter {
  padding: 56px 0;
  display: flex;
  align-items: flex-start;
  padding-right: 40px;
  border-right: 1px solid var(--border-dark);
}

.method-step__letter-char {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
  opacity: 0.30;
  letter-spacing: -0.04em;
}

.method-step__content { padding: 56px 0 56px 48px; }

.method-step__label {
  color: var(--text-on-dark-faint);
  margin-bottom: 16px;
  display: block;
  font-size: 9.5px;
  letter-spacing: 0.22em;
}

.method-step__title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--text-on-dark);
  margin-bottom: 16px;
}

.method-step__desc {
  font-size: 14px;
  line-height: 1.78;
  color: var(--text-on-dark-muted);
  font-weight: 400;
  max-width: 520px;
}

/* ============================================================
   NAV — CHEVRON APPROCHE
   ============================================================ */

.nav-link__chevron {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  transition: transform 0.22s ease;
  position: relative;
  top: -1px;
}

.nav-has-mega.mega-is-open .nav-link__chevron {
  transform: rotate(180deg);
}

/* ============================================================
   PAGE APPROCHE — MÉTHODE QLARA EN ONGLETS
   ============================================================ */

.qlara-method {
  background: linear-gradient(160deg, #060410 0%, #0e0b1e 100%);
  padding: 80px 0;
}

.qlara-method__inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  width: calc(100% - 80px);
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(138, 143, 191, 0.08);
  background: rgba(14, 11, 30, 0.30);
}

/* ── Colonne gauche — navigation onglets ───────────────── */
.qlara-tabs {
  border-right: 1px solid rgba(237, 239, 246, 0.07);
  display: flex;
  flex-direction: column;
  background: rgba(6, 4, 16, 0.40);
}

.qlara-tab {
  width: 100%;
  padding: 32px 40px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(237, 239, 246, 0.07);
  border-left: 3px solid transparent;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s ease, border-left-color 0.3s ease;
  position: relative;
}

.qlara-tab:last-child {
  border-bottom: none;
}

.qlara-tab:hover {
  background: rgba(138, 143, 191, 0.06);
}

.qlara-tab.is-active {
  background: rgba(138, 143, 191, 0.14);
  border-left-color: var(--accent);
  box-shadow: inset 0 0 32px rgba(138, 143, 191, 0.07),
              0 8px 28px rgba(0, 0, 0, 0.22);
}

.qlara-tab__letter {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: rgba(237, 239, 246, 0.18);
  line-height: 1;
  transition: color 0.25s ease;
  flex-shrink: 0;
  width: 44px;
  text-align: center;
}

.qlara-tab.is-active .qlara-tab__letter {
  color: var(--accent);
  text-shadow: 0 0 28px rgba(138, 143, 191, 0.45), 0 0 8px rgba(138, 143, 191, 0.25);
}

.qlara-tab__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.qlara-tab__num {
  font-size: 9px;
  letter-spacing: 0.22em;
  color: rgba(138, 143, 191, 0.38);
  font-family: var(--font-sans);
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  transition: color 0.25s ease;
}

.qlara-tab.is-active .qlara-tab__num {
  color: var(--accent);
}

.qlara-tab__name {
  font-size: 12.5px;
  font-weight: 400;
  color: rgba(237, 239, 246, 0.35);
  display: block;
  line-height: 1.35;
  transition: color 0.25s ease;
  font-family: var(--font-sans);
}

.qlara-tab.is-active .qlara-tab__name,
.qlara-tab:hover .qlara-tab__name {
  color: rgba(237, 239, 246, 0.80);
}

/* ── Colonne droite — panels ───────────────────────────── */
.qlara-panels {
  padding: 64px 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qlara-panel {
  display: none;
}

.qlara-panel.is-active {
  display: block;
  animation: panelFadeIn 0.38s ease;
}

/* Grande lettre décorative en fond */
.qlara-panel__bg-letter {
  font-family: var(--font-display);
  font-size: clamp(120px, 18vw, 220px);
  font-weight: 700;
  letter-spacing: -0.06em;
  background: linear-gradient(135deg, rgba(237, 239, 246, 0.07) 0%, rgba(138, 143, 191, 0.04) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 0.85;
  position: absolute;
  top: 20px;
  right: 40px;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.qlara-panel__step {
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent);
  font-family: var(--font-sans);
  font-weight: 500;
  display: block;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.qlara-panel__title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: -0.022em;
  line-height: 1.1;
  color: var(--text-on-dark);
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

.qlara-panel__desc {
  font-size: 16px;
  line-height: 1.88;
  color: var(--text-on-dark-muted);
  font-weight: 300;
  max-width: 640px;
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 960px) {
  .qlara-method { padding: 40px 0; }
  .qlara-method__inner {
    grid-template-columns: 1fr;
    width: calc(100% - 48px);
    border-radius: 20px;
  }
  .qlara-tabs {
    flex-direction: row;
    border-right: none;
    border-bottom: 1px solid rgba(237, 239, 246, 0.07);
    overflow-x: auto;
    background: rgba(6, 4, 16, 0.40);
  }
  .qlara-tab {
    border-left: none;
    border-bottom: 3px solid transparent;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
    white-space: nowrap;
    min-width: fit-content;
  }
  .qlara-tab.is-active {
    border-bottom-color: var(--accent);
    border-left: none;
  }
  .qlara-panels {
    padding: 48px 32px;
  }
}

/* ============================================================
   PAGE — MANDATS
   ============================================================ */

.mandats {
  background: linear-gradient(175deg, #0e0b1e 0%, #0a0816 40%, #0d0a1c 100%);
  padding: 96px max(40px, calc((100% - 1200px) / 2));
  position: relative;
}

.mandat-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  border: 1px solid rgba(138, 143, 191, 0.08);
  border-radius: 24px;
  overflow: hidden;
  transition: border-color var(--t-med), box-shadow var(--t-med), transform var(--t-med);
}

.mandat-card:hover {
  border-color: rgba(138, 143, 191, 0.14);
  box-shadow: 0 16px 56px rgba(14, 11, 30, 0.10);
  transform: translateY(-3px);
}

.mandat-card__left {
  padding: 64px;
  background: var(--card-gradient);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mandat-card__right {
  padding: 64px;
  background: linear-gradient(160deg, rgba(14, 11, 30, 0.95) 0%, rgba(10, 8, 22, 0.98) 100%);
}

.mandat-card__num {
  color: var(--accent);
  margin-bottom: 40px;
  display: block;
}

.mandat-card__title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.018em;
  color: var(--text-on-dark);
  margin-bottom: 20px;
}

.mandat-card__desc {
  font-size: 14px;
  line-height: 1.78;
  color: var(--text-on-dark-muted);
  font-weight: 400;
  flex: 1;
  margin-bottom: 44px;
}

.mandat-card__scope-title {
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  display: block;
}

.mandat-card__scope-list { display: flex; flex-direction: column; }

.mandat-card__scope-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 300;
  color: var(--text-on-dark-sub);
  padding: 14px 0;
  border-bottom: 1px solid var(--border-dark);
}

.mandat-card__scope-item:last-child { border-bottom: none; }

.mandat-card__scope-item::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.mandat-card__outcome {
  margin-top: 36px;
  padding: 24px;
  background: linear-gradient(135deg,
    rgba(138, 143, 191, 0.06) 0%,
    rgba(78, 45, 115, 0.05) 100%);
  border: 1px solid rgba(138, 143, 191, 0.08);
  border-radius: 16px;
}

.mandat-card__outcome-label {
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
  display: block;
}

.mandat-card__outcome-text {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: var(--text-on-dark);
  line-height: 1.52;
  letter-spacing: -0.008em;
}

/* ============================================================
   MANDATS — AFFICHAGE ONGLETS (TABS)
   ============================================================ */

/* Bloc rareté — perception de valeur et exclusivité */
.mandats__rarity {
  text-align: center;
  padding: 0 80px 56px;
  max-width: 680px;
  margin: 0 auto;
}

.mandats__rarity-main {
  font-family: var(--font-display);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 400;
  font-style: italic;
  color: rgba(237, 239, 246, 0.72);
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  line-height: 1.4;
}

.mandats__rarity-sub {
  font-size: 13px;
  font-weight: 400;
  color: rgba(237, 239, 246, 0.32);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.6;
}

/* Navigation onglets */
.mandats-tabs-nav {
  display: flex;
  border-bottom: 1px solid rgba(138, 143, 191, 0.10);
  padding: 0 80px;
  gap: 0;
  background: linear-gradient(160deg, rgba(138, 143, 191, 0.05) 0%, rgba(14, 11, 30, 0.60) 100%);
  border: 1px solid rgba(138, 143, 191, 0.08);
  border-bottom: 1px solid rgba(138, 143, 191, 0.10);
  border-radius: 20px 20px 0 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.mandat-tab-btn {
  padding: 36px 44px 32px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  bottom: -1px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mandat-tab-btn:hover {
  background: rgba(138, 143, 191, 0.04);
}

.mandat-tab-btn.is-active {
  border-bottom: 2px solid var(--accent-vivid);
  background: rgba(138, 143, 191, 0.11);
  box-shadow: 0 4px 20px rgba(138, 143, 191, 0.12),
              0 -1px 0 rgba(138, 143, 191, 0.05) inset;
}

.mandat-tab-btn__num {
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-family: var(--font-sans);
  font-weight: 500;
  color: rgba(138, 143, 191, 0.48);
  display: block;
  transition: color 0.25s ease;
}

.mandat-tab-btn:hover .mandat-tab-btn__num,
.mandat-tab-btn.is-active .mandat-tab-btn__num {
  color: var(--accent);
}

.mandat-tab-btn__name {
  font-size: 14px;
  font-weight: 400;
  color: rgba(237, 239, 246, 0.38);
  display: block;
  font-family: var(--font-display);
  transition: color 0.25s ease;
  letter-spacing: -0.005em;
}

.mandat-tab-btn.is-active .mandat-tab-btn__name,
.mandat-tab-btn:hover .mandat-tab-btn__name {
  color: var(--text-on-dark);
}

/* Panels */
.mandat-tab-panel {
  display: none;
}

.mandat-tab-panel.is-active {
  display: block;
  animation: panelFadeIn 0.35s ease;
}

@keyframes panelFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Layout split gauche/droite */
.mandat-panel__layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  min-height: 580px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(138, 143, 191, 0.08);
  border-top: none;
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(138, 143, 191, 0.04);
}

/* Colonne gauche — dark */
.mandat-panel__left {
  background: linear-gradient(160deg, #0e0b1e 0%, #200a22 100%);
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* Lueur décorative dans le left panel */
.mandat-panel__left::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 60%;
  background: radial-gradient(ellipse at center, rgba(78, 45, 115, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.mandat-panel__num {
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  font-family: var(--font-sans);
  font-weight: 500;
  display: block;
  margin-bottom: 24px;
}

.mandat-panel__title {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text-on-dark);
  margin-bottom: 28px;
}

.mandat-panel__desc {
  font-size: 15px;
  line-height: 1.82;
  color: var(--text-on-dark-muted);
  font-weight: 300;
  flex: 1;
  margin-bottom: 52px;
  position: relative;
  z-index: 1;
}

/* Colonne droite */
.mandat-panel__right {
  background: linear-gradient(160deg, rgba(14, 11, 30, 0.95) 0%, rgba(10, 8, 22, 0.98) 100%);
  padding: 80px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.mandat-panel__right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(138, 143, 191, 0.12) 0%, rgba(138, 143, 191, 0.04) 100%);
}

.mandat-panel__scope-label {
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  font-family: var(--font-sans);
  font-weight: 600;
  display: block;
  margin-bottom: 32px;
}

.mandat-panel__scope-list {
  list-style: none;
  padding: 0;
  margin: 0 0 44px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.mandat-panel__scope-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 14px;
  line-height: 1.68;
  color: rgba(237, 239, 246, 0.52);
  color: var(--text-on-dark-sub);
  font-weight: 400;
  padding: 18px 0;
  border-bottom: 1px solid rgba(138, 143, 191, 0.09);
}

.mandat-panel__scope-item:last-child {
  border-bottom: none;
}

.mandat-panel__scope-item::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.5;
  flex-shrink: 0;
  margin-top: 8px;
}

.mandat-panel__outcome {
  background: linear-gradient(160deg, rgba(138, 143, 191, 0.07) 0%, rgba(78, 45, 115, 0.06) 100%);
  border: 1px solid rgba(138, 143, 191, 0.18);
  border-radius: 16px;
  padding: 32px 36px;
  margin-top: auto;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 0 32px rgba(138, 143, 191, 0.08);
}

.mandat-panel__outcome-label {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-family: var(--font-sans);
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}

.mandat-panel__outcome-text {
  font-size: 14px;
  line-height: 1.72;
  color: var(--text-on-dark);
  font-style: italic;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.005em;
}

/* ============================================================
   SECTION — COMMENT SE DÉROULE UN MANDAT (MANDATS)
   ============================================================ */

.mandat-process {
  background: linear-gradient(175deg, #0e0b1e 0%, #0a0816 40%, #0d0a1c 100%);
  padding: 128px 0;
  position: relative;
  overflow: hidden;
}

.mandat-process::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(138, 143, 191, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.mandat-process::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(78, 45, 115, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.mandat-process__inner {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.015);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 64px 72px;
}

.mandat-process__layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 100px;
  align-items: start;
  position: relative;
}

.mandat-process__title {
  color: var(--text-on-dark);
  line-height: 1.2;
}

.mandat-process__steps {
  display: flex;
  flex-direction: column;
}

.mandat-process__step {
  display: grid;
  grid-template-columns: 56px 1fr;
  padding: 44px 0;
  border-bottom: 1px solid rgba(138, 143, 191, 0.14);
  transition: padding-left 0.3s ease;
}

.mandat-process__step:last-child {
  border-bottom: none;
}

.mandat-process__step:hover {
  padding-left: 8px;
}

.mandat-process__step-num {
  font-family: var(--font-display);
  font-size: 50px;
  font-weight: 300;
  background: linear-gradient(90deg, var(--accent) 0%, rgba(91, 191, 184, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.7;
  line-height: 1;
  transition: opacity 0.3s ease;
}

.mandat-process__step:hover .mandat-process__step-num {
  opacity: 0.95;
}

.mandat-process__step-content {
  padding-top: 6px;
}

.mandat-process__step-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-on-dark);
  margin-bottom: 8px;
}

.mandat-process__step-desc {
  font-size: 14px;
  line-height: 1.82;
  color: rgba(237, 239, 246, 0.52);
  font-weight: 300;
}

/* ============================================================
   SECTION — CE QUE VOUS VIVEZ (APPROCHE)
   ============================================================ */

.experience-section {
  background: linear-gradient(175deg, #0e0b1e 0%, #0a0816 40%, #0d0a1c 100%);
  padding: 128px 0;
  position: relative;
  overflow: hidden;
}

.experience-section::before {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(78, 45, 115, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.experience__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
  position: relative;
}

.experience__title {
  color: var(--text-on-dark);
  margin-bottom: 40px;
  line-height: 1.2;
}

.experience__text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-on-dark-muted);
  font-weight: 300;
}

.experience__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border-dark);
}

.experience__item {
  padding: 28px 0;
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: padding-left 0.3s ease;
}

.experience__item:hover {
  padding-left: 8px;
}

.experience__item-num {
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 16px;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.01em;
  min-width: 28px;
}

.experience__item-title {
  font-weight: 500;
  font-size: 15px;
  color: var(--text-on-dark);
  margin-bottom: 6px;
}

.experience__item-desc {
  font-size: 13.5px;
  color: rgba(237, 239, 246, 0.32);
  line-height: 1.7;
  font-weight: 300;
}

/* ── Avatar fondatrice ─────────────────────────────── */
.apropos-founder__attr-identity {
  display: flex;
  align-items: center;
  gap: 18px;
}

.apropos-founder__avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(47, 13, 48, 0.55) 0%, rgba(78, 45, 115, 0.40) 100%);
  border: 2px solid rgba(138, 143, 191, 0.22);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: border-color 0.3s ease;
}

.apropos-founder__avatar:hover {
  border-color: rgba(138, 143, 191, 0.40);
}

.apropos-founder__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.apropos-founder__avatar-icon {
  color: rgba(138, 143, 191, 0.38);
}

/* ── Responsive mandats tabs ───────────────────────── */
@media (max-width: 900px) {
  .mandats-tabs-nav {
    padding: 0 24px;
    overflow-x: auto;
    gap: 0;
    border-radius: 16px 16px 0 0;
  }
  .mandat-tab-btn {
    padding: 24px 24px 20px;
    white-space: nowrap;
  }
  .mandat-panel__layout {
    grid-template-columns: 1fr;
    border-radius: 0 0 16px 16px;
    min-height: auto;
  }
  .mandat-panel__left,
  .mandat-panel__right {
    padding: 48px 32px;
  }
  .mandat-panel__right::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(138, 143, 191, 0.12) 0%, rgba(138, 143, 191, 0.04) 100%);
  }
}

/* ============================================================
   PAGE — CANDIDATURE
   ============================================================ */

.candidature {
  background: linear-gradient(175deg, #0e0b1e 0%, #0a0816 40%, #0d0a1c 100%);
  padding: 96px max(40px, calc((100% - 1200px) / 2));
}

.candidature__layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 100px;
  align-items: start;
}

.candidature__info { position: sticky; top: 120px; }

.candidature__info-label {
  color: var(--accent);
  display: block;
  margin-bottom: 24px;
}

.candidature__info-title {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.018em;
  color: var(--text-on-dark);
  margin-bottom: 20px;
}

.candidature__info-desc {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-on-dark-sub);
  font-weight: 400;
  margin-bottom: 40px;
}

.candidature__criteria { display: flex; flex-direction: column; border-top: 1px solid var(--border-dark); }

.candidature__criteria-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 13px;
  font-weight: 300;
  color: rgba(237, 239, 246, 0.68);
  padding: 18px 0;
  border-bottom: 1px solid var(--border-dark);
  line-height: 1.6;
}

.candidature__criteria-item::before {
  content: '→';
  color: var(--accent-vivid);
  flex-shrink: 0;
  font-size: 13px;
  opacity: 0.85;
}

/* Formulaire */
.form-section {
  margin-bottom: 72px;
  padding-bottom: 72px;
  border-bottom: 1px solid var(--border-dark);
}

.form-section:last-of-type { border-bottom: none; }

.form-section__title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--text-on-dark);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.form-section__title::before {
  content: attr(data-num);
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  background: linear-gradient(110deg, var(--accent) 0%, var(--accent-vivid) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-width: 28px;
}

.form-group { margin-bottom: 28px; }

.form-label {
  display: block;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 16px 20px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 400;
  color: var(--text-on-dark);
  background: rgba(14, 11, 30, 0.6);
  border: 1px solid rgba(138, 143, 191, 0.10);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 14px;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: rgba(138, 143, 191, 0.55);
  background: rgba(14, 11, 30, 0.75);
  box-shadow: 0 0 0 3px rgba(138, 143, 191, 0.10), 0 0 20px rgba(138, 143, 191, 0.07);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--text-on-dark-muted);
  font-weight: 300;
}

.form-textarea { resize: vertical; min-height: 120px; }

/* Champs stratégiques — plus d'espace pour des réponses détaillées */
#problematique { min-height: 180px; }
#differenciateur { min-height: 155px; }

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a8fbf' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-submit {
  text-align: right;
  padding-top: 40px;
  border-top: 1px solid var(--border-dark);
}

/* Bouton de soumission — présence et décision */
.form-submit .btn--primary {
  font-size: 11px !important;
  padding: 22px 56px !important;
  letter-spacing: 0.14em;
}

.form-submit .btn--primary:hover {
  box-shadow: 0 8px 56px rgba(138, 143, 191, 0.45), 0 2px 16px rgba(0, 0, 0, 0.22), 0 0 0 2px rgba(176, 181, 218, 0.22);
  transform: translateY(-2px);
}

.form-submit-note {
  font-size: 12px;
  color: var(--text-on-dark-muted);
  font-weight: 300;
  margin-bottom: 20px;
}

/* Confirmation de soumission */
.form-confirm {
  display: none;
  text-align: center;
  padding: 72px 40px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.form-confirm.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: confirmReveal 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes confirmReveal {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.form-confirm__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(138, 143, 191, 0.12) 0%, rgba(78, 45, 115, 0.10) 100%);
  border: 1px solid rgba(138, 143, 191, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  color: var(--accent);
  box-shadow: 0 0 28px rgba(138, 143, 191, 0.14);
}

.form-confirm__title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 500;
  color: var(--text-on-dark);
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.form-confirm__text {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-on-dark-sub);
  font-weight: 300;
  max-width: 420px;
  margin: 0 auto;
}

.form-confirm__text strong {
  color: var(--text-on-dark);
  font-weight: 500;
}

/* ============================================================
   MEGA MENU — Méthode QLARA
   ============================================================ */

.nav-has-mega {
  position: static;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width: min(88vw, 1080px);
  background: rgba(12, 9, 24, 0.98);
  -webkit-backdrop-filter: blur(32px) saturate(180%);
  backdrop-filter: blur(32px) saturate(180%);
  border-radius: 28px;
  border: 1px solid rgba(138, 143, 191, 0.13);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(78, 45, 115, 0.10),
    inset 0 1px 0 rgba(237, 239, 246, 0.06),
    inset 0 0 80px rgba(78, 45, 115, 0.04);
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 300;
}

.mega-menu.is-open {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}

/* Header interne */
.mega-menu__header {
  grid-column: 1 / -1;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mega-menu__eyebrow {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(138, 143, 191, 0.7);
  font-family: var(--font-sans);
  font-weight: 500;
}

.mega-menu__title {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  color: rgba(242, 240, 236, 0.40);
  letter-spacing: 0.04em;
}

/* Colonne gauche — étapes */
.mega-menu__steps {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mega-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}

.mega-step:hover,
.mega-step.is-active {
  background: rgba(138, 143, 191, 0.14);
  border-color: rgba(138, 143, 191, 0.22);
}

.mega-step__icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(138, 143, 191, 0.65);
  transition: color 0.2s ease;
}

.mega-step:hover .mega-step__icon,
.mega-step.is-active .mega-step__icon {
  color: rgba(138, 143, 191, 0.9);
}

.mega-step__text { flex: 1; min-width: 0; }

.mega-step__letter {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  color: rgba(138, 143, 191, 0.7);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

.mega-step__label {
  display: block;
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(242, 240, 236, 0.88);
  margin-bottom: 3px;
  letter-spacing: 0.005em;
}

.mega-step__sub {
  display: block;
  font-size: 11.5px;
  color: rgba(242, 240, 236, 0.38);
  font-weight: 300;
  line-height: 1.45;
}

.mega-step__arrow {
  flex-shrink: 0;
  color: rgba(242, 240, 236, 0.20);
  transition: color 0.2s ease, transform 0.2s ease;
  align-self: center;
}

.mega-step:hover .mega-step__arrow,
.mega-step.is-active .mega-step__arrow {
  color: rgba(138, 143, 191, 0.6);
  transform: translateX(3px);
}

/* Colonne droite — panel visuel */
.mega-menu__right {
  position: relative;
}

.mega-panel {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 360px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 36px;
  position: relative;
  overflow: hidden;
}

.mega-panel.is-active {
  display: flex;
}

.mega-panel__bg {
  position: absolute;
  inset: 0;
  border-radius: 20px;
}

.mega-panel__glow {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 80%;
  height: 80%;
  background: radial-gradient(ellipse at center,
    rgba(138, 143, 191, 0.30) 0%,
    transparent 65%);
  pointer-events: none;
}

.mega-panel__letter-bg {
  font-family: var(--font-display);
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.04);
  position: absolute;
  top: -20px;
  right: 20px;
  pointer-events: none;
  user-select: none;
}

.mega-panel__content {
  position: relative;
  z-index: 1;
}

.mega-panel__tag {
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(138, 143, 191, 0.75);
  font-family: var(--font-sans);
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
}

.mega-panel__name {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1.15;
  color: rgba(242, 240, 236, 0.95);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.mega-panel__desc {
  font-size: 13px;
  line-height: 1.72;
  color: rgba(242, 240, 236, 0.42);
  font-weight: 300;
  max-width: 320px;
}

.mega-panel__link {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(138, 143, 191, 0.75);
  font-weight: 500;
  font-family: var(--font-sans);
  transition: color 0.2s ease, gap 0.2s ease;
}

.mega-panel__link:hover {
  color: rgba(138, 143, 191, 1);
  gap: 14px;
}

/* Panels backgrounds — palette v2 */
.mega-panel--q { background: linear-gradient(160deg, #0e0b1e 0%, #151948 100%); }
.mega-panel--l { background: linear-gradient(160deg, #0e0b1e 0%, #2f0d30 100%); }
.mega-panel--a1 { background: linear-gradient(160deg, #151948 0%, #4e2d73 100%); }
.mega-panel--r { background: linear-gradient(160deg, #0e0b1e 0%, #2f0d30 100%); }
.mega-panel--a2 { background: linear-gradient(160deg, #0e0b1e 0%, #151948 100%); }

/* ============================================================
   ANIMATIONS & SCROLL REVEAL
   ============================================================ */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.9s var(--ease-out),
    transform 0.9s var(--ease-out);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal--fade { transform: none; }
.reveal--delay-1 { transition-delay: 0.08s; }
.reveal--delay-2 { transition-delay: 0.16s; }
.reveal--delay-3 { transition-delay: 0.24s; }
.reveal--delay-4 { transition-delay: 0.32s; }
.reveal--delay-5 { transition-delay: 0.40s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1200px) {
  .container,
  .container--narrow { padding: 0 48px; }

  .nav { width: calc(100% - 48px); padding: 0 28px; }
  .hero { padding: 140px 48px 96px; }
  .page-hero { padding: 160px 48px 96px; }

  .problem,
  .profiles,
  .cta-section { padding: 120px 48px; }
  .approach,
  .why { padding: 140px 48px; }
  .footer { padding: 80px 0 48px; }
  .mandats,
  .candidature { padding: 80px 48px; }
  .vision-content { padding: 80px 0; }
  .method-intro { padding: 80px 0; }
  .method-steps { padding: 0 48px; }

  .problem__grid { grid-template-columns: repeat(3, 1fr); }
  .profiles__grid { grid-template-columns: repeat(3, 1fr); }
  .profiles__header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .profiles__subtitle { text-align: left; }

  .approach__pillars { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .pillar { padding: 40px; }

  .why__layout { grid-template-columns: 1fr; gap: 64px; }
  .vision-content__layout { grid-template-columns: 1fr; gap: 48px; }
  .vision-content__sticky { position: relative; top: 0; padding: 28px 20px; border-radius: 16px; }
  .method-intro { padding: 80px 0; }
  .method-intro__layout { grid-template-columns: 1fr; gap: 48px; }
  .experience__layout { grid-template-columns: 1fr; gap: 48px; }
  .mandat-process__layout { grid-template-columns: 1fr; gap: 48px; }
  .candidature__layout { grid-template-columns: 1fr; gap: 56px; }
  .candidature__info { position: relative; top: 0; }
}

@media (max-width: 900px) {
  .mandat-card { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 48px; }

  /* ── Vision — Masquer le sidebar, activer le TOC sticky ── */
  .vision-content__sticky { display: none; }

  .vision-mobile-toc {
    display: block;
    position: sticky;
    top: 68px;
    z-index: 88;
    margin: 0 0 48px;
    border-radius: 14px;
    background: rgba(10, 8, 22, 0.92);
    border: 1px solid rgba(138, 143, 191, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.28);
  }

  .vision-mobile-toc__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-sans);
    text-align: left;
  }

  .vision-mobile-toc__label {
    font-size: 9px;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
    flex-shrink: 0;
    padding-right: 12px;
    border-right: 1px solid rgba(138, 143, 191, 0.16);
  }

  .vision-mobile-toc__current {
    font-size: 12.5px;
    font-weight: 400;
    color: rgba(237, 239, 246, 0.68);
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-sans);
  }

  .vision-mobile-toc__chevron {
    flex-shrink: 0;
    color: rgba(237, 239, 246, 0.30);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .vision-mobile-toc.is-open .vision-mobile-toc__chevron {
    transform: rotate(180deg);
  }

  .vision-mobile-toc__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-top: 1px solid rgba(138, 143, 191, 0.08);
  }

  .vision-mobile-toc.is-open .vision-mobile-toc__panel {
    max-height: 360px;
  }

  .vision-mobile-toc__link {
    display: block;
    padding: 14px 18px;
    font-size: 13px;
    font-family: var(--font-sans);
    font-weight: 400;
    color: rgba(237, 239, 246, 0.44);
    border-bottom: 1px solid rgba(138, 143, 191, 0.06);
    cursor: pointer;
    transition: color 0.18s ease, background 0.18s ease, padding-left 0.18s ease;
    position: relative;
    line-height: 1.5;
  }

  .vision-mobile-toc__link:last-child { border-bottom: none; }

  .vision-mobile-toc__link:active {
    color: rgba(237, 239, 246, 0.80);
    background: rgba(138, 143, 191, 0.05);
  }

  .vision-mobile-toc__link.active {
    color: var(--accent);
    background: rgba(138, 143, 191, 0.06);
    padding-left: 28px;
  }

  .vision-mobile-toc__link.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--accent);
  }
}

@media (max-width: 768px) {
  .nav { width: calc(100% - 32px); top: 12px; padding: 0 20px; height: 56px; border-radius: 14px; }
  .nav-menu { display: none; }
  .nav-toggle { display: flex; }

  .hero { padding: 112px 24px 72px; }
  .page-hero { padding: 140px 24px 80px; }

  .problem,
  .profiles,
  .cta-section { padding: 112px 24px; }
  .approach,
  .why { padding: 112px 24px; }
  .footer { padding: 56px 0 36px; }
  .mandats,
  .candidature { padding: 64px 24px; }
  .vision-content { padding: 64px 0; }
  .method-intro { padding: 64px 0; }
  .method-steps { padding: 0 24px; }

  .container,
  .container--narrow { padding: 0 24px; }

  .problem__grid { grid-template-columns: 1fr; border: 1px solid var(--border-dark); }
  .problem__item { border-right: none; border-bottom: 1px solid var(--border-dark); }
  .problem__item:last-child { border-bottom: none; }
  .problem__item:hover { transform: none; }

  .profiles__grid { grid-template-columns: 1fr; }
  .profile-card { border-right: none; border-bottom: 1px solid var(--border-dark); }

  .approach__pillars { grid-template-columns: 1fr; gap: 16px; }
  .pillar { padding: 36px; }

  .footer__top { grid-template-columns: 1fr; gap: 40px; }
  .footer__bottom { flex-direction: column; gap: 12px; text-align: center; }

  .form-row { grid-template-columns: 1fr; }

  .cta-section__actions { flex-direction: column; align-items: stretch; }
  .cta-section__actions .btn { justify-content: center; }

  .method-step { grid-template-columns: 56px 1fr; }
  .method-step__letter-char { font-size: 52px; }
  .method-step__letter { padding-right: 24px; }
  .method-step__content { padding-left: 28px; }
  .method-intro { padding: 64px 0; }
  .experience-section { padding: 80px 0; }
  .experience__layout { grid-template-columns: 1fr; gap: 40px; }
  .mandat-process { padding: 80px 0; }
  .mandat-process__inner { padding: 32px 28px; border-radius: 16px; }
  .mandat-process__layout { grid-template-columns: 1fr; gap: 40px; }
  .mandat-process__step { grid-template-columns: 44px 1fr; }
  .mandat-process__step-num { font-size: 38px; }
}

/* ============================================================
   MOBILE NAV
   ============================================================ */

.nav-mobile {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: rgba(14, 11, 30, 0.96);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 99;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform var(--t-med), opacity var(--t-med);
  border-bottom: 1px solid var(--border-dark);
}

.nav-mobile.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.nav-mobile a {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-on-dark-muted);
  padding: 14px 0;
  border-bottom: 1px solid var(--border-dark);
  transition: color var(--t-fast), padding-left var(--t-fast);
}

.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile a:hover { color: var(--text-on-dark); padding-left: 8px; }

.nav-mobile a.is-active {
  color: var(--text-on-dark);
  font-weight: 400;
  padding-left: 12px;
  border-left: 1.5px solid var(--accent);
}

/* ============================================================
   PAGE — À PROPOS
   ============================================================ */

/* Hero */
.apropos-hero {
  min-height: 100vh;
  background: #050505;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px max(40px, calc((100% - 1200px) / 2)) 100px;
  position: relative;
  overflow: hidden;
}

.apropos-hero__bg {
  position: absolute;
  inset: -8%;
  background-image: url('../images/home-background.jpg');
  background-size: cover;
  background-position: right center;
  opacity: 0.55;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.apropos-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(5, 5, 5, 0.92) 0%,
    rgba(14, 11, 30, 0.70) 50%,
    rgba(5, 5, 5, 0.35) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.apropos-hero__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='320' height='320' filter='url(%23g)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
  z-index: 1;
}

.apropos-hero__glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 65%;
  height: 90%;
  background: radial-gradient(ellipse at top right,
    rgba(78, 45, 115, 0.20) 0%,
    rgba(21, 25, 72, 0.08) 50%,
    transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.apropos-hero > * { position: relative; z-index: 2; }

.apropos-hero__label {
  color: var(--accent);
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.apropos-hero__label::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--accent);
  opacity: 0.6;
}

.apropos-hero__headline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 0;
}

.apropos-hero__fixed {
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 90px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--text-on-dark);
}

.apropos-hero__semicolon {
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 90px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--text-on-dark);
  margin-bottom: 10px;
}

.apropos-hero__tagline {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 64px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: rgba(237, 239, 246, 0.50);
  margin-bottom: 48px;
  opacity: 0;
  animation: taglineReveal 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s forwards;
}

.apropos-hero__tagline em {
  font-style: italic;
  color: var(--accent);
}

@keyframes taglineReveal {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.apropos-hero__desc {
  font-size: 16px;
  line-height: 1.82;
  font-weight: 400;
  color: rgba(237, 239, 246, 0.56);
  max-width: 520px;
}

.apropos-hero__scroll {
  position: absolute;
  bottom: 48px;
  left: 80px;
  z-index: 2;
}

.apropos-hero__scroll-line {
  display: block;
  width: 1px;
  height: 52px;
  background: linear-gradient(to bottom, var(--accent), transparent);
  opacity: 0.5;
  animation: scrollPulse 2.8s ease-in-out infinite;
}

/* Section Fondatrice */
.apropos-founder {
  background: #050505;
  padding: 160px 0;
}

.apropos-founder__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}

.apropos-founder__quote-mark {
  font-family: var(--font-display);
  font-size: 120px;
  line-height: 0.7;
  color: var(--accent);
  opacity: 0.3;
  margin-bottom: 16px;
  display: block;
}

.apropos-founder__quote {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.55;
  color: var(--text-on-dark);
  font-style: normal;
  margin: 0 0 52px 0;
  letter-spacing: -0.01em;
}

.apropos-founder__attribution {
  display: flex;
  align-items: center;
  gap: 20px;
}

.apropos-founder__attr-line {
  width: 32px;
  height: 1.5px;
  background: var(--accent);
  flex-shrink: 0;
}

.apropos-founder__name {
  display: block;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  color: rgba(237, 239, 246, 0.96);
  letter-spacing: 0.01em;
}

.apropos-founder__role {
  display: block;
  font-size: 10px;
  color: var(--accent);
  margin-top: 4px;
}

.apropos-founder__section-label {
  color: var(--accent);
  display: block;
  margin-bottom: 28px;
}

.apropos-founder__section-label::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
  margin-top: 14px;
  opacity: 0.7;
}

.apropos-founder__text {
  font-size: 16px;
  line-height: 2.05;
  color: rgba(237, 239, 246, 0.65);
  font-weight: 400;
  margin-bottom: 32px;
  max-width: 520px;
}

.apropos-founder__text strong {
  color: rgba(237, 239, 246, 0.92);
  font-weight: 500;
}

.apropos-founder__text em {
  font-style: normal;
  color: var(--accent);
  font-weight: 400;
}

.apropos-founder__text-divider {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, rgba(138, 143, 191, 0.25), transparent);
  margin: 40px 0;
}

.apropos-founder__stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.apropos-founder__stat {
  padding: 32px 28px;
  background: linear-gradient(160deg, rgba(14, 11, 30, 0.55) 0%, rgba(6, 9, 26, 0.80) 100%);
  border: 1px solid rgba(138, 143, 191, 0.10);
  border-radius: 20px;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.apropos-founder__stat:hover {
  transform: translateY(-4px);
  border-color: rgba(138, 143, 191, 0.20);
  background: linear-gradient(160deg, rgba(20, 16, 42, 0.60) 0%, rgba(10, 14, 36, 0.85) 100%);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.apropos-founder__stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(90deg, var(--accent) 0%, rgba(91, 191, 184, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.apropos-founder__stat-label {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.55;
  color: var(--text-on-dark-muted);
}

/* Section Vision */
.apropos-vision {
  background: linear-gradient(175deg, #0e0b1e 0%, #0a0816 40%, #0d0a1c 100%);
  padding: 160px 0;
  position: relative;
  overflow: hidden;
}

.apropos-vision::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -150px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(91, 191, 184, 0.04) 0%, transparent 70%);
  pointer-events: none;
}

.apropos-vision::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(78, 45, 115, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.apropos-vision__title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--text-on-dark);
  margin-bottom: 72px;
  max-width: 820px;
  position: relative;
}

/* .apropos-vision__title-accent — désormais utilise .title-accent */

.apropos-vision__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative;
}

.apropos-vision__text {
  font-size: 16px;
  line-height: 1.95;
  color: var(--text-on-dark-muted);
  font-weight: 400;
  margin-bottom: 6px;
}

.apropos-vision__text em {
  font-style: normal;
  color: var(--accent);
  font-weight: 500;
}

.apropos-vision__divider {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
  margin: 40px 0;
  opacity: 0.5;
}

/* Section Piliers */
.apropos-pillars {
  background: linear-gradient(175deg, #0a0816 0%, #0e0b1e 100%);
  padding: 160px 0;
}

.apropos-pillars__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: var(--text-on-dark);
  margin-bottom: 80px;
}

.apropos-pillars__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.apropos-pillar {
  position: relative;
  overflow: hidden;
  padding: 40px 40px 48px;
  border-radius: 24px;
  border: 1px solid rgba(138, 143, 191, 0.10);
  background: linear-gradient(160deg, rgba(14, 11, 30, 0.55) 0%, rgba(6, 9, 26, 0.80) 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.apropos-pillar.is-visible {
  transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.apropos-pillar:hover {
  transform: translateY(-6px);
  border-color: rgba(138, 143, 191, 0.22);
  background: linear-gradient(160deg, rgba(20, 16, 42, 0.65) 0%, rgba(10, 14, 36, 0.90) 100%);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.30), 0 0 0 1px rgba(138, 143, 191, 0.08), 0 0 80px rgba(138, 143, 191, 0.05);
}

/* Fond dégradé vivant — profondeur subtile par carte */
.apropos-pillar::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.5s ease;
}
.apropos-pillar:hover::before {
  opacity: 1;
}

/* Variations — chaque carte a sa propre ambiance */
.apropos-pillar:nth-child(1)::before {
  background: radial-gradient(ellipse at 25% 20%, rgba(78, 45, 115, 0.22) 0%, transparent 65%),
              radial-gradient(ellipse at 85% 80%, rgba(21, 25, 72, 0.14) 0%, transparent 55%);
}
.apropos-pillar:nth-child(2)::before {
  background: radial-gradient(ellipse at 80% 15%, rgba(21, 25, 72, 0.22) 0%, transparent 65%),
              radial-gradient(ellipse at 15% 85%, rgba(78, 45, 115, 0.12) 0%, transparent 50%);
}
.apropos-pillar:nth-child(3)::before {
  background: radial-gradient(ellipse at 15% 75%, rgba(78, 45, 115, 0.20) 0%, transparent 60%),
              radial-gradient(ellipse at 90% 25%, rgba(21, 25, 72, 0.14) 0%, transparent 55%);
}
.apropos-pillar:nth-child(4)::before {
  background: radial-gradient(ellipse at 75% 55%, rgba(21, 25, 72, 0.20) 0%, transparent 60%),
              radial-gradient(ellipse at 20% 20%, rgba(78, 45, 115, 0.14) 0%, transparent 55%);
}

.apropos-pillar__title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--text-on-dark);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.apropos-pillar__desc {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-on-dark-muted);
  font-weight: 400;
  position: relative;
  z-index: 1;
}

/* Reveal delay 3 */
.reveal--delay-3 { transition-delay: 0.45s; }

/* ── Language Switch ────────────────────────────────────── */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-right: 20px;
}
.lang-switch a {
  color: rgba(237, 239, 246, 0.32);
  text-decoration: none;
  transition: color 0.18s ease;
}
.lang-switch a:hover { color: rgba(237, 239, 246, 0.72); }
.lang-switch__active { color: rgba(237, 239, 246, 0.72) !important; }
.lang-switch span { color: rgba(237, 239, 246, 0.14); }

@media (max-width: 900px) {
  .lang-switch { margin-right: 12px; }
}

/* Responsive À propos */
@media (max-width: 1024px) {
  .apropos-founder__layout { grid-template-columns: 1fr; gap: 64px; }
  .apropos-vision__cols { grid-template-columns: 1fr; gap: 32px; }
  .apropos-pillars__grid { grid-template-columns: 1fr 1fr; }
  .apropos-founder__text { max-width: 100%; }
}

@media (max-width: 768px) {
  .apropos-hero { padding: 120px 24px 80px; }
  .apropos-hero__label { margin-bottom: 32px; }
  .apropos-hero__passion-wrap { height: auto; min-height: 96px; margin-bottom: 32px; }
  .apropos-founder { padding: 100px 0; }
  .apropos-vision { padding: 100px 0; }
  .apropos-pillars { padding: 100px 0; }
  .apropos-pillars__grid { grid-template-columns: 1fr; }
  .apropos-pillar { padding: 32px 28px 36px !important; }
  .apropos-founder__stat-row { grid-template-columns: 1fr; gap: 16px; }
  .apropos-founder__stat { padding: 24px 20px; }
  .apropos-passion { white-space: normal; }
  .apropos-vision__title { margin-bottom: 48px; }
}


