/* ═══════════════════════════════════════════════════════════════
   ATC — Africa Transform Consulting
   Style : Capital Paneuropéen Organique — 4 pages séparées
   ═══════════════════════════════════════════════════════════════ */

/* ── Reset & Custom properties ───────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream:        #F6F3EE;
  --cream-light:  #FAF8F4;
  --cream-mid:    #EDE9E1;
  --anthracite:   #2A2A28;
  --anthracite-2: #4A4A46;
  --anthracite-3: #7A7A74;
  --navy:         #0A2A52;
  --navy-mid:     #0E3568;
  --white:        #FFFFFF;

  --f-display: 'Cormorant Garamond', Georgia, serif;
  --f-body:    'Inter', system-ui, sans-serif;

  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --dur: 0.4s;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: var(--f-body);
  font-weight: 400;
  background: var(--cream);
  color: var(--anthracite);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }

/* ── Typography helpers ──────────────────────────────────────── */
.section-label {
  display: block;
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 1.1rem;
}
.section-label--light { color: rgba(246,243,238,0.5); }

/* Double-exposition via text-shadow — fonctionne sur toutes les lignes */
.section-title {
  font-family: var(--f-display);
  font-weight: 400;
  line-height: 1.05;
  color: var(--anthracite);
  text-shadow: 4px 5px 0 rgba(42,42,40,0.055), 8px 10px 0 rgba(42,42,40,0.02);
}
.section-title--light {
  color: var(--cream-light);
  text-shadow: 4px 5px 0 rgba(246,243,238,0.07), 8px 10px 0 rgba(246,243,238,0.03);
}

/* ── Cookie Banner ───────────────────────────────────────────── */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--anthracite);
  padding: 1.25rem 2rem;
  transform: translateY(0);
  transition: transform 0.5s var(--ease);
  box-shadow: 0 -4px 32px rgba(0,0,0,0.18);
}
.cookie-banner.is-hidden { transform: translateY(110%); pointer-events: none; }
.cookie-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 2rem; flex-wrap: wrap;
}
.cookie-text {
  flex: 1; min-width: 240px;
  font-size: 0.82rem; color: rgba(246,243,238,0.78); line-height: 1.55;
}
.cookie-link { color: var(--cream-light); text-decoration: underline; text-underline-offset: 2px; opacity: 0.7; }
.cookie-actions { display: flex; gap: 0.75rem; flex-shrink: 0; }
.cookie-btn {
  font-family: var(--f-body); font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.08em; padding: 0.6rem 1.4rem; border-radius: 2px;
  transition: var(--dur) var(--ease);
}
.cookie-btn--refuse {
  color: rgba(246,243,238,0.55); border: 1px solid rgba(246,243,238,0.2);
}
.cookie-btn--refuse:hover { color: var(--cream-light); border-color: rgba(246,243,238,0.45); }
.cookie-btn--accept { background: var(--navy); color: var(--cream-light); }
.cookie-btn--accept:hover { background: var(--navy-mid); }

/* ── Navigation ─────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: 0 3rem;
  transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

/* Transparent (home page, avant scroll) */
.nav .nav-logo-main  { color: var(--cream-light); }
.nav .nav-logo-sub   { color: rgba(246,243,238,0.45); }
.nav .nav-link       { color: rgba(246,243,238,0.7); }
.nav .nav-link:hover { color: var(--cream-light); }
.nav .nav-toggle span { background: var(--cream-light); }

/* Solid state (internal pages + scrolled home) */
.nav.is-solid {
  background: rgba(246,243,238,0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(42,42,40,0.08);
}
.nav.is-solid .nav-logo-main { color: var(--navy); }
.nav.is-solid .nav-logo-sub  { color: var(--anthracite-3); }
.nav.is-solid .nav-link      { color: var(--anthracite-3); }
.nav.is-solid .nav-link:hover { color: var(--navy); }
.nav.is-solid .nav-toggle span { background: var(--anthracite); }

.nav-container {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; height: 72px;
}

.nav-logo { display: flex; flex-direction: column; gap: 0; line-height: 1; }
.nav-logo-main {
  font-family: var(--f-display); font-size: 1.5rem; font-weight: 400;
  letter-spacing: 0.14em; transition: color var(--dur) var(--ease);
}
.nav-logo-sub {
  font-size: 0.58rem; font-weight: 400; letter-spacing: 0.18em;
  text-transform: uppercase; transition: color var(--dur) var(--ease);
}

.nav-links { display: flex; align-items: center; gap: 2.5rem; }

.nav-link {
  font-size: 0.76rem; font-weight: 400; letter-spacing: 0.1em;
  text-transform: uppercase; position: relative;
  transition: color var(--dur) var(--ease);
}
.nav-link::after {
  content: ''; position: absolute; bottom: -3px; left: 0;
  width: 0; height: 1px; background: currentColor;
  transition: width var(--dur) var(--ease);
}
.nav-link:hover::after, .nav-link.is-active::after { width: 100%; }
.nav-link.is-active { opacity: 1; }

.nav-link--cta {
  padding: 0.5rem 1.25rem !important;
  background: var(--navy) !important;
  color: var(--cream-light) !important;
  border-radius: 2px;
}
.nav-link--cta::after { display: none; }
.nav-link--cta:hover { background: var(--navy-mid) !important; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; border-radius: 1px; transition: var(--dur) var(--ease); }

/* ═══════════════════════════════════════════════════
   HOME PAGE HERO
══════════════════════════════════════════════════════ */
.hero {
  position: relative; height: 100vh; min-height: 640px;
  display: flex; align-items: flex-end; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-landscape { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-svg { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(10,42,82,0.12) 0%,
    rgba(10,42,82,0.32) 45%,
    rgba(10,42,82,0.78) 100%
  );
}
.hero-content {
  position: relative; z-index: 2;
  padding: 0 6vw 8vh; max-width: 960px;
}
.hero-eyebrow {
  font-size: 0.68rem; font-weight: 400; letter-spacing: 0.26em;
  text-transform: uppercase; color: rgba(246,243,238,0.55);
  margin-bottom: 1.5rem;
  opacity: 0; transform: translateY(10px);
  animation: fadeUp 0.9s 0.2s var(--ease) forwards;
}
.hero-title {
  font-family: var(--f-display);
  font-size: clamp(3.4rem, 8vw, 7rem);
  font-weight: 400; line-height: 1.0;
  color: var(--cream-light); letter-spacing: -0.01em;
  text-shadow: 5px 7px 0 rgba(246,243,238,0.07), 10px 14px 0 rgba(246,243,238,0.03);
  margin-bottom: 2rem;
  opacity: 0; transform: translateY(16px);
  animation: fadeUp 1s 0.4s var(--ease) forwards;
}
.hero-tagline {
  font-size: clamp(0.95rem, 1.4vw, 1.1rem); font-weight: 400;
  color: rgba(246,243,238,0.74); max-width: 540px; line-height: 1.72;
  margin-bottom: 2.8rem;
  opacity: 0; transform: translateY(10px);
  animation: fadeUp 1s 0.65s var(--ease) forwards;
}
.hero-actions {
  display: flex; gap: 1rem; flex-wrap: wrap;
  opacity: 0; transform: translateY(10px);
  animation: fadeUp 1s 0.85s var(--ease) forwards;
}
.hero-cta {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-size: 0.76rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 0.9rem 2rem; border-radius: 2px;
  transition: var(--dur) var(--ease);
}
.hero-cta--primary {
  background: var(--navy); color: var(--cream-light);
}
.hero-cta--primary:hover { background: var(--navy-mid); }
.hero-cta--secondary {
  color: var(--cream-light); border: 1px solid rgba(246,243,238,0.35);
}
.hero-cta--secondary:hover { border-color: rgba(246,243,238,0.7); background: rgba(246,243,238,0.07); }
.hero-scroll {
  position: absolute; bottom: 2.5rem; right: 5vw; z-index: 2;
  opacity: 0; animation: fadeIn 1s 1.4s forwards;
}
.hero-scroll-line {
  display: block; width: 1px; height: 60px;
  background: linear-gradient(to bottom, transparent, rgba(246,243,238,0.4));
  animation: scrollLine 2.2s 1.4s ease-in-out infinite;
}

/* ═══════════════════════════════════════════════════
   PAGE HERO (internal pages — compact, navy)
══════════════════════════════════════════════════════ */
.page-hero {
  position: relative; overflow: hidden;
  padding: 13rem 6vw 5.5rem;
  background: var(--navy);
}
.page-hero-bg {
  position: absolute; inset: 0;
}
.page-hero-landscape {
  position: absolute; inset: 0; width: 100%; height: 100%;
}
.page-hero-landscape svg { width: 100%; height: 100%; object-fit: cover; }
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10,42,82,0.92) 0%,
    rgba(10,42,82,0.82) 60%,
    rgba(10,42,82,0.96) 100%
  );
  z-index: 1;
}
.page-hero-shape {
  position: absolute; z-index: 1;
  width: 550px; height: 650px;
  top: -120px; right: -100px;
  background: rgba(246,243,238,0.04);
  clip-path: polygon(28% 0%, 100% 18%, 72% 100%, 0% 82%);
  transform: rotate(8deg);
}
.page-hero-inner {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto;
}
.page-hero-eyebrow {
  font-size: 0.67rem; font-weight: 400; letter-spacing: 0.26em;
  text-transform: uppercase; color: rgba(246,243,238,0.45);
  margin-bottom: 1.4rem;
}
.page-hero-title {
  font-family: var(--f-display);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 400; color: var(--cream-light); line-height: 1.04;
  text-shadow: 5px 6px 0 rgba(246,243,238,0.07), 10px 12px 0 rgba(246,243,238,0.03);
  max-width: 700px;
}
.page-hero-rule {
  width: 72px; height: 1px;
  background: rgba(246,243,238,0.22); margin-top: 2.8rem;
}

/* ═══════════════════════════════════════════════════
   SHARED SECTION STYLES
══════════════════════════════════════════════════════ */
.section-container {
  max-width: 1280px; margin: 0 auto;
}

/* Geo shape behind section heading */
.geo-wrap { position: relative; display: inline-block; }
.geo-shape {
  position: absolute; z-index: 0;
  background: var(--navy);
  border-radius: 2px;
}

/* ═══════════════════════════════════════════════════
   HOME — INTRO BAND
══════════════════════════════════════════════════════ */
.intro-band {
  background: var(--cream-light); padding: 6rem 6vw;
}
.intro-band-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.intro-band-text .section-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem); color: var(--navy); margin-bottom: 2rem;
}
.intro-band-text p {
  font-size: 1rem; color: var(--anthracite-2); line-height: 1.72; margin-bottom: 1.25rem;
}
.intro-band-text p:last-of-type { margin-bottom: 1.75rem; }
.text-link {
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--navy);
  display: inline-flex; align-items: center; gap: 0.5rem;
  position: relative; padding-bottom: 2px;
}
.text-link::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--navy);
  transition: width var(--dur) var(--ease);
}
.text-link:hover::after { width: 100%; }
.text-link span { font-size: 1rem; }

.intro-band-quote {
  position: relative; padding: 3rem 2.5rem;
  border-left: 2px solid var(--navy);
  background: var(--cream);
  box-shadow: 0 4px 32px rgba(10,42,82,0.06);
}
.intro-band-quote-mark {
  font-family: var(--f-display); font-size: 5rem; font-weight: 300;
  color: var(--navy); opacity: 0.15; line-height: 1;
  position: absolute; top: 0.5rem; left: 1.5rem;
}
.intro-band-quote-text {
  font-family: var(--f-display); font-size: 1.4rem; font-weight: 400;
  color: var(--navy); line-height: 1.5; padding-top: 1rem;
}

/* ═══════════════════════════════════════════════════
   HOME — EXPERTISE TEASER
══════════════════════════════════════════════════════ */
.expertise-teaser { padding: 7rem 6vw; background: var(--cream); }
.expertise-teaser-header {
  max-width: 1280px; margin: 0 auto 4rem;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem;
  flex-wrap: wrap;
}
.expertise-teaser-header .section-title { font-size: clamp(2.2rem, 4vw, 3.5rem); color: var(--navy); }

.expertise-teaser-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 1.5px;
  background: var(--cream-mid);
}
.expertise-teaser-item {
  background: var(--cream-light); padding: 2rem 1.5rem;
  position: relative; overflow: hidden;
  transition: background var(--dur) var(--ease);
}
.expertise-teaser-item:hover { background: var(--white); }
.expertise-teaser-item::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 100%; height: 3px; background: var(--navy);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--dur) var(--ease);
}
.expertise-teaser-item:hover::before { transform: scaleX(1); }
.expertise-teaser-num {
  font-family: var(--f-display); font-size: 2.5rem; font-weight: 300;
  color: var(--navy); opacity: 0.12; line-height: 1; margin-bottom: 0.75rem;
  letter-spacing: -0.04em;
}
.expertise-teaser-label {
  font-size: 0.8rem; font-weight: 500; color: var(--anthracite); line-height: 1.4;
}

/* ═══════════════════════════════════════════════════
   HOME — VISION MISSION (résumé)
══════════════════════════════════════════════════════ */
.vm-band {
  position: relative; padding: 7rem 6vw; overflow: hidden;
}
.vm-band-bg { position: absolute; inset: 0; }
.vm-band-bg svg { width: 100%; height: 100%; object-fit: cover; }
.vm-band-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(10,42,82,0.9) 0%, rgba(10,42,82,0.8) 100%);
}
.vm-band-inner {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
}
.vm-card {
  padding: 3rem; border: 1px solid rgba(246,243,238,0.12);
  position: relative; overflow: hidden;
  transition: border-color var(--dur) var(--ease);
}
.vm-card:hover { border-color: rgba(246,243,238,0.28); }
.vm-card-num {
  font-family: var(--f-display); font-size: 4.5rem; font-weight: 300;
  color: rgba(246,243,238,0.07); line-height: 1; letter-spacing: -0.04em;
  margin-bottom: -1rem;
}
.vm-card-title {
  font-family: var(--f-display); font-weight: 400; color: var(--cream-light);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem); margin-bottom: 1.25rem;
  text-shadow: 3px 4px 0 rgba(246,243,238,0.06);
}
.vm-card-text { font-size: 0.94rem; color: rgba(246,243,238,0.7); line-height: 1.73; }
.vm-card-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(246,243,238,0.5);
  margin-top: 1.5rem; transition: color var(--dur) var(--ease);
}
.vm-card-link:hover { color: var(--cream-light); }

/* ═══════════════════════════════════════════════════
   HOME — ENGAGEMENTS (strip)
══════════════════════════════════════════════════════ */
.engagements-strip { padding: 7rem 6vw; background: var(--cream-light); }
.engagements-header { max-width: 1280px; margin: 0 auto 3.5rem; }
.engagements-header .section-title { font-size: clamp(2rem, 3.5vw, 3rem); color: var(--navy); }
.engagements-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5px;
  background: var(--cream-mid);
}
.engagement-card {
  background: var(--cream-light); padding: 2.5rem 2rem;
  position: relative; overflow: hidden;
  transition: background var(--dur) var(--ease);
}
.engagement-card:hover { background: var(--white); }
.engagement-icon {
  width: 36px; height: 36px; margin-bottom: 1.4rem;
  color: var(--navy); opacity: 0.7;
  transition: opacity var(--dur) var(--ease);
}
.engagement-card:hover .engagement-icon { opacity: 1; }
.engagement-title {
  font-size: 0.92rem; font-weight: 500; color: var(--anthracite); line-height: 1.4;
  margin-bottom: 0.75rem;
}
.engagement-text { font-size: 0.84rem; color: var(--anthracite-3); line-height: 1.65; }

/* ═══════════════════════════════════════════════════
   HOME — CTA FINAL
══════════════════════════════════════════════════════ */
.cta-band {
  background: var(--navy); padding: 6rem 6vw;
  text-align: center;
}
.cta-band-inner { max-width: 700px; margin: 0 auto; }
.cta-band-title {
  font-family: var(--f-display); font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 400; color: var(--cream-light);
  text-shadow: 4px 5px 0 rgba(246,243,238,0.06);
  margin-bottom: 1.5rem;
}
.cta-band-text {
  font-size: 0.98rem; color: rgba(246,243,238,0.65); line-height: 1.7;
  margin-bottom: 2.5rem;
}
.cta-band-btn {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 0.95rem 2.25rem;
  background: var(--cream-light); color: var(--navy);
  border-radius: 2px; transition: var(--dur) var(--ease);
}
.cta-band-btn:hover { background: var(--cream); }

/* ═══════════════════════════════════════════════════
   A-PROPOS — Who we are
══════════════════════════════════════════════════════ */
.about-full { padding: 7rem 6vw; background: var(--cream-light); }
.about-full-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start;
}
.about-full .section-title { font-size: clamp(2.2rem, 4vw, 3.5rem); color: var(--navy); margin-bottom: 2.5rem; }
.about-full p { font-size: 1rem; color: var(--anthracite-2); line-height: 1.72; margin-bottom: 1.35rem; }
.about-full p:last-child { margin-bottom: 0; }
.about-full-accent {
  padding: 2.5rem; border-left: 2px solid var(--navy); background: var(--cream);
  box-shadow: 0 4px 32px rgba(10,42,82,0.06); position: relative;
  margin-top: 2rem;
}
.about-full-accent-mark {
  font-family: var(--f-display); font-size: 4rem; font-weight: 300;
  color: var(--navy); opacity: 0.15; line-height: 1;
  position: absolute; top: 0.75rem; left: 1.25rem;
}
.about-full-accent-text {
  font-family: var(--f-display); font-size: 1.3rem; font-weight: 400;
  color: var(--navy); line-height: 1.55; padding-top: 0.5rem;
}

/* A-Propos — Vision & Mission full */
.vm-full { padding: 7rem 6vw; background: var(--cream); }
.vm-full-inner { max-width: 1280px; margin: 0 auto; }
.vm-full-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 3rem; }
.vm-full-card {
  padding: 3rem; border: 1px solid var(--cream-mid);
  background: var(--cream-light); position: relative; overflow: hidden;
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.vm-full-card:hover {
  border-color: rgba(10,42,82,0.2);
  box-shadow: 0 4px 32px rgba(10,42,82,0.07);
}
.vm-full-card-num {
  font-family: var(--f-display); font-size: 4rem; font-weight: 300;
  color: var(--navy); opacity: 0.1; line-height: 1; letter-spacing: -0.04em;
  margin-bottom: -0.8rem;
}
.vm-full-card-title {
  font-family: var(--f-display); font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400; color: var(--navy); margin-bottom: 1.25rem;
  text-shadow: 2px 3px 0 rgba(10,42,82,0.05);
}
.vm-full-card-text { font-size: 0.95rem; color: var(--anthracite-2); line-height: 1.73; }

/* A-Propos — Equipe */
.equipe-section { padding: 7rem 6vw; background: var(--cream-light); }
.equipe-header { max-width: 1280px; margin: 0 auto 4rem; }
.equipe-header .section-title { font-size: clamp(2.2rem, 4vw, 3.5rem); color: var(--navy); }
.equipe-intro { font-size: 1rem; color: var(--anthracite-3); line-height: 1.7; margin-top: 0.75rem; }
.equipe-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
.equipe-card {
  background: var(--white);
  box-shadow: 0 2px 24px rgba(10,42,82,0.06);
  overflow: hidden;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.equipe-card:hover {
  transform: translateY(-4px); box-shadow: 0 8px 40px rgba(10,42,82,0.12);
}
.equipe-photo {
  aspect-ratio: 3 / 4; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.equipe-photo--neville {
  background: linear-gradient(158deg, #3a6186 0%, #1a3f6f 40%, #2d5a8e 70%, #4a7eaa 100%);
}
.equipe-photo--fabien {
  background: linear-gradient(158deg, #1a3a52 0%, #0d2638 40%, #1e3d5c 70%, #2e5070 100%);
}
.equipe-initials {
  font-family: var(--f-display); font-size: 4rem; font-weight: 300;
  color: rgba(246,243,238,0.55); letter-spacing: 0.1em; position: relative; z-index: 2;
}
.equipe-photo-grad {
  position: absolute; bottom: 0; left: 0; right: 0; height: 55%;
  background: linear-gradient(to top, rgba(10,42,82,0.45), transparent); z-index: 1;
}
.equipe-info { padding: 2rem; }
.equipe-name { font-size: 1rem; font-weight: 500; color: var(--anthracite); margin-bottom: 0.3rem; }
.equipe-role {
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--navy); opacity: 0.7; margin-bottom: 1rem;
}
.equipe-bio { font-size: 0.84rem; color: var(--anthracite-3); line-height: 1.65; }

.equipe-card--collective {
  background: var(--navy); display: flex; flex-direction: column;
}
.equipe-collective-body {
  padding: 3rem 2rem; flex: 1; display: flex; flex-direction: column; justify-content: center;
}
.equipe-collective-icon { width: 56px; margin-bottom: 2rem; opacity: 0.55; }
.equipe-card--collective .equipe-name  { color: var(--cream-light); }
.equipe-card--collective .equipe-role  { color: rgba(246,243,238,0.45); }
.equipe-card--collective .equipe-bio   { color: rgba(246,243,238,0.63); }

/* ═══════════════════════════════════════════════════
   EXPERTISES PAGE — 7 pôles
══════════════════════════════════════════════════════ */
.poles-section { padding: 7rem 6vw; background: var(--cream); }
.poles-header { max-width: 1280px; margin: 0 auto 4rem; }
.poles-header .geo-shape {
  left: -28px; top: -12px; width: 200px; height: 90px;
  clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0% 100%); opacity: 0.11;
}
.poles-header .section-title { font-size: clamp(2.2rem, 4vw, 3.5rem); color: var(--navy); position: relative; z-index: 1; }
.poles-intro { font-size: 1rem; color: var(--anthracite-3); line-height: 1.7; margin-top: 0.75rem; }
.poles-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px;
  background: var(--cream-mid);
}
.pole-card {
  background: var(--cream-light); position: relative; overflow: hidden;
  transition: background var(--dur) var(--ease);
}
.pole-card:hover { background: var(--white); }
.pole-card-shape {
  position: absolute; bottom: -20px; right: -20px;
  width: 100px; height: 160px; background: var(--navy); opacity: 0.04;
  transform: skewX(-6deg); border-radius: 2px;
  transition: opacity var(--dur) var(--ease);
}
.pole-card:hover .pole-card-shape { opacity: 0.08; }
.pole-card-inner { padding: 2.5rem 2.25rem; position: relative; z-index: 1; }
.pole-num {
  font-family: var(--f-display); font-size: 3.5rem; font-weight: 300;
  color: var(--navy); opacity: 0.11; line-height: 1; letter-spacing: -0.04em; margin-bottom: 0.5rem;
}
.pole-icon { width: 40px; height: 40px; margin-bottom: 1.25rem; opacity: 0.75; transition: opacity var(--dur) var(--ease); }
.pole-card:hover .pole-icon { opacity: 1; }
.pole-title { font-size: 0.95rem; font-weight: 500; color: var(--anthracite); line-height: 1.4; margin-bottom: 0.8rem; }
.pole-text  { font-size: 0.84rem; color: var(--anthracite-3); line-height: 1.65; }

/* ═══════════════════════════════════════════════════
   EXPERTISES PAGE — Méthodologie
══════════════════════════════════════════════════════ */
.methode-section { padding: 7rem 6vw; background: var(--cream-light); }
.methode-header { max-width: 1280px; margin: 0 auto 4rem; }
.methode-header .section-title { font-size: clamp(2.2rem, 4vw, 3.5rem); color: var(--navy); }
.methode-intro { font-size: 1rem; color: var(--anthracite-3); line-height: 1.7; margin-top: 0.75rem; }
.methode-steps { max-width: 1280px; margin: 0 auto; }
.methode-step {
  display: grid; grid-template-columns: 110px 1fr; gap: 3rem; align-items: start;
}
.methode-step-marker { display: flex; flex-direction: column; align-items: center; padding-top: 0.2rem; }
.methode-step-num {
  font-family: var(--f-display); font-size: 2.6rem; font-weight: 300;
  color: var(--navy); line-height: 1; letter-spacing: -0.03em;
}
.methode-step-line {
  width: 1px; flex: 1; min-height: 56px;
  background: linear-gradient(to bottom, var(--navy), transparent);
  opacity: 0.18; margin-top: 0.85rem;
}
.methode-step-body { padding: 0.2rem 0 3.5rem; border-top: 1px solid var(--cream-mid); }
.methode-step:first-child .methode-step-body { border-top-color: rgba(10,42,82,0.3); }
.methode-step-title { font-size: 1.05rem; font-weight: 500; color: var(--anthracite); margin-bottom: 0.8rem; margin-top: 0.2rem; }
.methode-step-text { font-size: 0.93rem; color: var(--anthracite-2); line-height: 1.72; max-width: 560px; }

/* ═══════════════════════════════════════════════════
   EXPERTISES PAGE — Livrables
══════════════════════════════════════════════════════ */
.livrables-section { padding: 7rem 6vw; background: var(--cream); }
.livrables-header { max-width: 1280px; margin: 0 auto 4rem; }
.livrables-header .section-title { font-size: clamp(2.2rem, 4vw, 3.5rem); color: var(--navy); }
.livrables-intro { font-size: 1rem; color: var(--anthracite-3); line-height: 1.7; margin-top: 0.75rem; }
.livrables-timeline { max-width: 1280px; margin: 0 auto; position: relative; }
.livrables-track {
  position: absolute; left: 27px; top: 27px; bottom: 0;
  width: 1px; background: linear-gradient(to bottom, var(--navy), transparent);
  opacity: 0.14;
}
.livrable-item {
  display: grid; grid-template-columns: 78px 1fr; gap: 2.5rem;
  align-items: start; padding-bottom: 2.75rem; position: relative;
}
.livrable-dot {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--cream-light); border: 1px solid var(--cream-mid);
  box-shadow: 0 2px 14px rgba(10,42,82,0.05);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; position: relative; z-index: 1;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.livrable-item:hover .livrable-dot {
  background: var(--navy); border-color: var(--navy);
  box-shadow: 0 4px 20px rgba(10,42,82,0.2);
}
.livrable-num {
  font-family: var(--f-display); font-size: 1rem; font-weight: 400; color: var(--navy);
  transition: color var(--dur) var(--ease);
}
.livrable-item:hover .livrable-num { color: var(--cream-light); }
.livrable-body { padding-top: 0.9rem; border-top: 1px solid var(--cream-mid); transition: border-color var(--dur) var(--ease); }
.livrable-item:hover .livrable-body { border-color: var(--navy); }
.livrable-title { font-size: 0.98rem; font-weight: 500; color: var(--anthracite); margin-bottom: 0.6rem; }
.livrable-text { font-size: 0.86rem; color: var(--anthracite-3); line-height: 1.67; max-width: 580px; }

/* ═══════════════════════════════════════════════════
   EXPERTISES PAGE — Pourquoi nous
══════════════════════════════════════════════════════ */
.pourquoi-section { padding: 7rem 6vw; background: var(--navy); }
.pourquoi-header { max-width: 1280px; margin: 0 auto 4rem; }
.pourquoi-header .section-title { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.pourquoi-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 1px;
  background: rgba(246,243,238,0.1);
}
.pourquoi-card {
  background: var(--navy); padding: 2.5rem 2rem;
  transition: background var(--dur) var(--ease);
}
.pourquoi-card:hover { background: var(--navy-mid); }
.pourquoi-icon { width: 34px; height: 34px; margin-bottom: 1.4rem; opacity: 0.65; transition: opacity var(--dur) var(--ease); }
.pourquoi-card:hover .pourquoi-icon { opacity: 1; }
.pourquoi-title { font-size: 0.9rem; font-weight: 500; color: var(--cream-light); line-height: 1.4; margin-bottom: 0.85rem; }
.pourquoi-text  { font-size: 0.83rem; color: rgba(246,243,238,0.58); line-height: 1.65; }

/* ═══════════════════════════════════════════════════
   CONTACT PAGE
══════════════════════════════════════════════════════ */
.contact-page { padding: 7rem 6vw; background: var(--cream-light); }
.contact-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start;
}

/* Email hero */
.contact-email-hero { margin-bottom: 3rem; }
.contact-email-label {
  font-size: 0.67rem; font-weight: 500; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--navy); margin-bottom: 0.8rem; display: block;
}
.contact-email-address {
  font-family: var(--f-display); font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 400;
  color: var(--anthracite); line-height: 1.4; display: block; margin-bottom: 0.25rem;
  transition: color var(--dur) var(--ease);
}
.contact-email-address:hover { color: var(--navy); }
.contact-email-btn {
  display: inline-flex; align-items: center; gap: 0.65rem;
  margin-top: 1.25rem;
  font-size: 0.76rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--cream-light); background: var(--navy); padding: 0.85rem 1.75rem;
  border-radius: 2px; transition: var(--dur) var(--ease);
}
.contact-email-btn:hover { background: var(--navy-mid); }
.contact-email-btn svg { width: 15px; height: 15px; opacity: 0.8; }

/* Action buttons (WhatsApp, LinkedIn) */
.contact-actions { display: flex; flex-direction: column; gap: 0.85rem; margin-bottom: 3rem; }
.contact-action-btn {
  display: flex; align-items: center; gap: 1rem; padding: 0.95rem 1.75rem;
  border-radius: 2px; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em;
  transition: var(--dur) var(--ease); border: 1px solid transparent;
}
.contact-action-btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.contact-action-btn--wa {
  background: var(--navy); color: var(--cream-light);
  box-shadow: 0 3px 18px rgba(10,42,82,0.2);
}
.contact-action-btn--wa:hover { background: var(--navy-mid); }
.contact-action-btn--li {
  background: transparent; color: var(--navy);
  border-color: rgba(10,42,82,0.25);
}
.contact-action-btn--li:hover { border-color: var(--navy); background: rgba(10,42,82,0.04); }
.contact-btn-tag {
  font-size: 0.62rem; font-weight: 400; letter-spacing: 0.12em;
  text-transform: uppercase; opacity: 0.45; margin-left: auto;
}

/* Secondary info */
.contact-secondary { display: flex; flex-direction: column; gap: 2rem; }
.contact-info-item { display: flex; gap: 1.1rem; align-items: flex-start; }
.contact-info-icon { width: 20px; height: 20px; flex-shrink: 0; opacity: 0.4; margin-top: 0.25rem; }
.contact-info-label {
  font-size: 0.63rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--anthracite-3); margin-bottom: 0.3rem;
}
.contact-info-value { font-size: 0.9rem; color: var(--anthracite-2); line-height: 1.65; }
.contact-info-value a { transition: color var(--dur) var(--ease); }
.contact-info-value a:hover { color: var(--navy); }

/* Map */
.map-section { padding: 0 6vw 7rem; background: var(--cream-light); }
.map-inner { max-width: 1280px; margin: 0 auto; }
.map-label {
  font-size: 0.67rem; font-weight: 500; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--navy); margin-bottom: 1rem; display: block;
}
.map-frame {
  width: 100%; height: 460px; border: none;
  box-shadow: 0 4px 40px rgba(10,42,82,0.1);
}

/* ═══════════════════════════════════════════════════
   EVENTS PAGE — Section vedette
══════════════════════════════════════════════════════ */
.events-vedette-section { padding: 7rem 6vw; background: var(--cream-light); }
.events-vedette-header { max-width: 1280px; margin: 0 auto 3.5rem; }
.events-vedette-header .section-title { font-size: clamp(2.2rem, 4vw, 3.5rem); color: var(--navy); }

.event-vedette-card {
  max-width: 1280px; margin: 0 auto;
  background: var(--navy);
  padding: 3.5rem 4rem;
  position: relative; overflow: hidden;
  box-shadow: 0 8px 48px rgba(10,42,82,0.22),
              0 2px 12px rgba(10,42,82,0.12);
}
.event-vedette-shape {
  position: absolute; top: -80px; right: -60px;
  width: 400px; height: 400px;
  background: rgba(246,243,238,0.04);
  clip-path: polygon(28% 0%, 100% 18%, 72% 100%, 0% 82%);
  border-radius: 2px;
}
.event-vedette-shape-2 {
  position: absolute; bottom: -120px; left: -40px;
  width: 280px; height: 280px;
  background: rgba(246,243,238,0.025);
  clip-path: polygon(0% 30%, 70% 0%, 100% 70%, 30% 100%);
  border-radius: 2px;
}

.event-badges { display: flex; gap: 0.75rem; margin-bottom: 2rem; flex-wrap: wrap; }
.event-badge {
  display: inline-flex; align-items: center;
  font-size: 0.62rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 0.4rem 0.9rem; border-radius: 2px;
}
.event-badge--prochain {
  background: rgba(246,243,238,0.12); color: rgba(246,243,238,0.85);
  border: 1px solid rgba(246,243,238,0.22);
  box-shadow: 0 1px 8px rgba(0,0,0,0.1), inset 0 1px 0 rgba(246,243,238,0.06);
}
.event-badge--gratuit {
  background: rgba(246,243,238,0.07); color: rgba(246,243,238,0.6);
  border: 1px solid rgba(246,243,238,0.14);
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}
.event-badge--paid {
  background: linear-gradient(135deg, rgba(14,53,104,0.9) 0%, rgba(10,42,82,0.9) 100%);
  color: var(--cream-light);
  border: 1px solid rgba(246,243,238,0.2);
  box-shadow: 0 1px 8px rgba(0,0,0,0.12), inset 0 1px 0 rgba(246,243,238,0.06);
}

.event-vedette-title {
  font-family: var(--f-display);
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
  font-weight: 400; color: var(--cream-light);
  line-height: 1.18;
  text-shadow: 4px 5px 0 rgba(246,243,238,0.07), 8px 10px 0 rgba(246,243,238,0.03);
  margin-bottom: 2.5rem;
  max-width: 700px;
}

.event-meta {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
  border-top: 1px solid rgba(246,243,238,0.1); padding-top: 2rem;
}
.event-meta-label {
  font-size: 0.61rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(246,243,238,0.38); margin-bottom: 0.4rem;
}
.event-meta-value {
  font-size: 0.9rem; color: rgba(246,243,238,0.8); line-height: 1.58;
}

/* ═══════════════════════════════════════════════════
   EVENTS PAGE — Formulaire d'inscription
══════════════════════════════════════════════════════ */
.events-form-section { padding: 5rem 6vw 7rem; background: var(--cream); }
.events-form-inner { max-width: 760px; margin: 0 auto; }
.events-form-inner .section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--navy); margin-bottom: 2rem; }

.event-form { margin-top: 2.5rem; }
.form-row { margin-bottom: 1.75rem; }
.form-label {
  display: block;
  font-size: 0.67rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--anthracite-3); margin-bottom: 0.65rem;
}
.form-label-req { color: var(--navy); opacity: 0.55; margin-left: 0.15rem; }
.form-input, .form-textarea {
  display: block; width: 100%;
  font-family: var(--f-body); font-size: 0.94rem; font-weight: 400;
  color: var(--anthracite);
  background: var(--cream-light);
  border: 1px solid var(--cream-mid);
  padding: 0.85rem 1.1rem;
  border-radius: 2px;
  outline: none;
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease);
  -webkit-appearance: none;
  box-shadow: 0 1px 4px rgba(10,42,82,0.04), inset 0 1px 0 rgba(246,243,238,0.5);
}
.form-input:focus, .form-textarea:focus {
  border-color: var(--navy);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(10,42,82,0.07), 0 1px 4px rgba(10,42,82,0.04);
}
.form-input::placeholder, .form-textarea::placeholder {
  color: var(--anthracite-3); opacity: 0.5;
}
.form-textarea { resize: vertical; min-height: 120px; line-height: 1.65; }

.form-submit-area { margin-top: 2.25rem; }
.form-submit {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-family: var(--f-body); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 0.95rem 2.25rem;
  background: var(--navy); color: var(--cream-light);
  border-radius: 2px; border: none; cursor: pointer;
  box-shadow: 0 3px 16px rgba(10,42,82,0.18), inset 0 1px 0 rgba(246,243,238,0.07);
  transition: background 0.3s var(--ease), transform 0.22s var(--ease), box-shadow 0.3s var(--ease);
}
.form-submit:hover { background: var(--navy-mid); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(10,42,82,0.22); }
.form-submit svg { width: 16px; height: 16px; opacity: 0.8; }

/* ═══════════════════════════════════════════════════
   EVENTS PAGE — Grille des autres évènements
══════════════════════════════════════════════════════ */
.events-grid-section { padding: 7rem 6vw; background: var(--cream-light); }
.events-grid-header { max-width: 1280px; margin: 0 auto 3.5rem; }
.events-grid-header .section-title { font-size: clamp(2rem, 3.5vw, 3rem); color: var(--navy); }

.events-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px;
  background: var(--cream-mid);
}
.event-card {
  background: var(--cream-light); padding: 2.5rem 2.25rem;
  position: relative; overflow: hidden;
  transition: background 0.32s var(--ease), transform 0.32s var(--ease), box-shadow 0.32s var(--ease);
}
.event-card:hover { background: var(--white); transform: translateY(-3px); box-shadow: 0 8px 32px rgba(10,42,82,0.1); }
.event-card-shape {
  position: absolute; bottom: -20px; right: -20px;
  width: 100px; height: 160px; background: var(--navy); opacity: 0.04;
  transform: skewX(-6deg); border-radius: 2px;
  transition: opacity var(--dur) var(--ease);
}
.event-card:hover .event-card-shape { opacity: 0.08; }

.event-card-badges { display: flex; gap: 0.5rem; margin-bottom: 1.25rem; flex-wrap: wrap; }
.event-card-badge {
  display: inline-flex; align-items: center;
  font-size: 0.6rem; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 0.28rem 0.65rem; border-radius: 2px;
}
.event-card-badge--gratuit {
  background: linear-gradient(135deg, var(--cream) 0%, var(--cream-mid) 100%);
  color: var(--anthracite-3);
  border: 1px solid var(--cream-mid);
  box-shadow: 0 1px 6px rgba(10,42,82,0.05), inset 0 1px 0 rgba(246,243,238,0.6);
}
.event-card-badge--paid {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  color: var(--cream-light);
  border: 1px solid rgba(10,42,82,0.2);
  box-shadow: 0 1px 6px rgba(10,42,82,0.15), inset 0 1px 0 rgba(246,243,238,0.06);
}

.event-card-title { font-size: 0.92rem; font-weight: 500; color: var(--anthracite); line-height: 1.45; margin-bottom: 1.25rem; }
.event-card-meta { display: flex; flex-direction: column; gap: 0.45rem; }
.event-card-meta-item {
  font-size: 0.8rem; color: var(--anthracite-3); line-height: 1.5;
  display: flex; align-items: flex-start; gap: 0.5rem;
}
.event-card-meta-item svg { width: 13px; height: 13px; flex-shrink: 0; opacity: 0.45; margin-top: 3px; }

/* ═══════════════════════════════════════════════════
   PAGE MERCI INSCRIPTION
══════════════════════════════════════════════════════ */
.merci-section { padding: 8rem 6vw; background: var(--cream-light); min-height: 60vh; display: flex; align-items: center; }
.merci-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.merci-icon { width: 56px; height: 56px; margin: 0 auto 2.5rem; color: var(--navy); opacity: 0.7; }
.merci-inner .section-title { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--navy); margin-bottom: 1.5rem; }
.merci-text { font-size: 1rem; color: var(--anthracite-2); line-height: 1.72; margin-bottom: 3rem; }
.merci-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.merci-btn {
  display: inline-flex; align-items: center; gap: 0.65rem;
  font-size: 0.76rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.9rem 2rem; border-radius: 2px;
  transition: background var(--dur) var(--ease), transform 0.22s var(--ease), box-shadow 0.3s var(--ease), border-color var(--dur) var(--ease);
}
.merci-btn--primary {
  background: var(--navy); color: var(--cream-light);
  box-shadow: 0 3px 16px rgba(10,42,82,0.18);
}
.merci-btn--primary:hover { background: var(--navy-mid); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(10,42,82,0.22); }
.merci-btn--secondary {
  color: var(--navy); border: 1px solid rgba(10,42,82,0.25);
}
.merci-btn--secondary:hover { border-color: var(--navy); background: rgba(10,42,82,0.04); }

/* ═══════════════════════════════════════════════════
   EVENTS PAGE — Confirmation code participant
══════════════════════════════════════════════════════ */
.form-success {
  margin-top: 2.5rem;
  animation: fadeUp 0.55s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.form-success-text {
  font-size: 0.95rem; color: var(--anthracite-2); line-height: 1.72;
  margin-bottom: 2rem;
}
.form-success-code-wrap {
  background: var(--navy);
  padding: 2rem 2.5rem;
  display: flex; flex-direction: column; align-items: center; gap: 0.65rem;
  margin-bottom: 1.75rem;
  box-shadow: 0 6px 32px rgba(10,42,82,0.22),
              0 2px 10px rgba(10,42,82,0.12),
              inset 0 1px 0 rgba(246,243,238,0.07);
}
.form-success-code-label {
  font-size: 0.62rem; font-weight: 500; letter-spacing: 0.24em;
  text-transform: uppercase; color: rgba(246,243,238,0.4);
}
.form-success-code {
  font-family: var(--f-display); font-size: 2.6rem; font-weight: 400;
  color: var(--cream-light); letter-spacing: 0.18em;
  text-shadow: 4px 5px 0 rgba(246,243,238,0.07), 8px 10px 0 rgba(246,243,238,0.03);
}
.form-success-note {
  font-size: 0.84rem; color: rgba(246,243,238,0.58); line-height: 1.62;
  text-align: center; max-width: 380px;
}
.form-success-footer {
  font-size: 0.84rem; color: var(--anthracite-3); line-height: 1.65;
}
.form-error {
  margin-top: 1.25rem; padding: 1rem 1.25rem;
  background: rgba(10,42,82,0.05); border-left: 2px solid var(--navy);
  font-size: 0.88rem; color: var(--anthracite-2); line-height: 1.6;
}

/* Responsive events */
@media (max-width: 1100px) {
  .event-meta { grid-template-columns: 1fr 1fr; }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .event-vedette-card { padding: 2.5rem 2rem; }
  .event-meta { grid-template-columns: 1fr; gap: 1.25rem; }
  .events-grid { grid-template-columns: 1fr; }
  .events-vedette-section, .events-form-section, .events-grid-section { padding-left: 5vw; padding-right: 5vw; }
  .merci-section { padding-left: 5vw; padding-right: 5vw; }
  .merci-actions { flex-direction: column; align-items: center; }
}
@media (max-width: 520px) {
  .event-badges { gap: 0.5rem; }
}

/* ═══════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════ */
.footer { background: #1a1a18; padding: 5rem 3rem 0; }
.footer-container {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 4rem;
  padding-bottom: 4rem; border-bottom: 1px solid rgba(246,243,238,0.07);
}
.footer-logo-main {
  display: block; font-family: var(--f-display); font-size: 1.7rem;
  font-weight: 400; letter-spacing: 0.14em; color: var(--cream-light); margin-bottom: 0.25rem;
}
.footer-logo-sub {
  display: block; font-size: 0.6rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(246,243,238,0.35); margin-bottom: 1.5rem;
}
.footer-tagline { font-size: 0.84rem; color: rgba(246,243,238,0.4); line-height: 1.7; max-width: 360px; }
.footer-nav { display: flex; flex-direction: column; gap: 0.85rem; align-items: flex-end; }
.footer-nav-link {
  font-size: 0.8rem; color: rgba(246,243,238,0.42); letter-spacing: 0.04em;
  transition: color var(--dur) var(--ease);
}
.footer-nav-link:hover { color: var(--cream-light); }
.footer-bottom {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.75rem 0; gap: 2rem; flex-wrap: wrap;
}
.footer-copy { font-size: 0.73rem; color: rgba(246,243,238,0.28); letter-spacing: 0.04em; }
.footer-legal { display: flex; gap: 2rem; }
.footer-legal-link {
  font-size: 0.73rem; color: rgba(246,243,238,0.28); letter-spacing: 0.04em;
  transition: color var(--dur) var(--ease);
}
.footer-legal-link:hover { color: rgba(246,243,238,0.6); }

/* ═══════════════════════════════════════════════════
   KEYFRAMES
══════════════════════════════════════════════════════ */
@keyframes fadeUp  { to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn  { to { opacity: 1; } }
@keyframes scrollLine {
  0%   { transform: scaleY(0); transform-origin: top;    opacity: 1; }
  50%  { transform: scaleY(1); transform-origin: top;    opacity: 1; }
  51%  {                        transform-origin: bottom;             }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0.3; }
}

/* ═══════════════════════════════════════════════════
   ANIMATIONS NIVEAU 2
══════════════════════════════════════════════════════ */

/* ── Transition de page (sortie) ─────────────────── */
.page-is-exiting {
  animation: pageExit 0.28s cubic-bezier(0.4, 0, 1, 1) forwards !important;
  pointer-events: none;
}
@keyframes pageExit {
  to { opacity: 0; transform: translateY(-6px); }
}

/* ── Page hero : animations CSS au chargement ────── */
.page-hero .page-hero-eyebrow {
  opacity: 0;
  animation: fadeUp 0.75s 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.page-hero .page-hero-title {
  opacity: 0;
  animation: fadeUp 1s 0.42s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.page-hero .page-hero-rule {
  opacity: 0;
  animation: fadeIn 0.85s 0.78s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

/* ── Scroll reveal : état initial ───────────────── */
.will-animate {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s cubic-bezier(0.25, 0.1, 0.25, 1),
              transform 0.65s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity, transform;
}
.will-animate.is-animated {
  opacity: 1;
  transform: none;
}

/* ── Formes géométriques : transition ───────────── */
.geo-transition {
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1),
              transform 0.8s cubic-bezier(0.34, 1.15, 0.64, 1) !important;
  will-change: opacity, transform;
}

/* ── Hover améliorations ─────────────────────────── */

/* Boutons : couleur + légère élévation */
.hero-cta, .cta-band-btn, .contact-email-btn, .contact-action-btn,
.nav-link--cta, .cookie-btn--accept {
  transition: background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
              transform 0.22s cubic-bezier(0.25, 0.1, 0.25, 1),
              box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
              border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
              color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.hero-cta:hover, .cta-band-btn:hover, .contact-email-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(10, 42, 82, 0.18);
}
.contact-action-btn--wa:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(10, 42, 82, 0.25);
}

/* Flèche des text-link : glisse vers la droite au survol */
.text-link { position: relative; display: inline-flex; align-items: center; gap: 0.4rem; }
.text-link span {
  display: inline-block;
  transition: transform 0.28s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.text-link:hover span { transform: translateX(5px); }
.text-link::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--navy);
  transition: width 0.32s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.text-link:hover::after { width: 100%; }

/* Nav links : transition couleur + underline plus rapides */
.nav-link {
  transition: color 0.28s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.nav-link::after {
  transition: width 0.28s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

/* Cards : légère élévation douce */
.pole-card, .engagement-card, .expertise-teaser-item {
  transition: background 0.32s cubic-bezier(0.25, 0.1, 0.25, 1),
              transform 0.32s cubic-bezier(0.25, 0.1, 0.25, 1),
              box-shadow 0.32s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.pole-card:hover, .engagement-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(10, 42, 82, 0.1);
}

/* Equipe cards : transition améliorée */
.equipe-card {
  transition: transform 0.32s cubic-bezier(0.25, 0.1, 0.25, 1),
              box-shadow 0.32s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

/* Livrable dot : halo au survol */
.livrable-item:hover .livrable-dot {
  box-shadow: 0 0 0 5px rgba(10, 42, 82, 0.08), 0 4px 20px rgba(10, 42, 82, 0.2);
}

/* VM cards : border glow */
.vm-card, .vm-full-card {
  transition: border-color 0.32s cubic-bezier(0.25, 0.1, 0.25, 1),
              box-shadow 0.32s cubic-bezier(0.25, 0.1, 0.25, 1),
              background 0.32s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

/* Footer links */
.footer-nav-link, .footer-legal-link, .nav-logo-main, .nav-logo-sub {
  transition: color 0.28s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .expertise-teaser-grid { grid-template-columns: repeat(4, 1fr); }
  .engagements-grid, .pourquoi-grid { grid-template-columns: repeat(2, 1fr); }
  .intro-band-inner, .about-full-inner, .vm-full-grid,
  .contact-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .equipe-grid { grid-template-columns: 1fr 1fr; }
  .equipe-card--collective { grid-column: 1 / -1; }
  .vm-band-inner { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav { padding: 0 1.5rem; }
  .nav-links {
    position: fixed; inset: 0; top: 72px;
    background: rgba(246,243,238,0.97); backdrop-filter: blur(16px);
    flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
    transform: translateX(100%); transition: transform var(--dur) var(--ease); z-index: 800;
  }
  .nav-links.is-open { transform: translateX(0); }
  .nav.is-solid .nav-link, .nav-links .nav-link { color: var(--anthracite) !important; font-size: 1rem; }
  .nav-toggle { display: flex; z-index: 901; }

  .hero-content { padding: 0 5vw 7vh; }
  .page-hero { padding: 11rem 5vw 4rem; }
  .page-hero-shape { display: none; }

  .intro-band, .expertise-teaser, .vm-band, .engagements-strip,
  .cta-band, .about-full, .vm-full, .equipe-section,
  .poles-section, .methode-section, .livrables-section,
  .pourquoi-section, .contact-page, .map-section { padding-left: 5vw; padding-right: 5vw; }

  .expertise-teaser-grid { grid-template-columns: repeat(2, 1fr); }
  .poles-grid, .equipe-grid { grid-template-columns: 1fr; }
  .equipe-card--collective { grid-column: auto; }
  .methode-step { grid-template-columns: 80px 1fr; gap: 1.5rem; }
  .livrable-item { grid-template-columns: 60px 1fr; gap: 1.5rem; }
  .footer-container { grid-template-columns: 1fr; gap: 2rem; }
  .footer-nav { align-items: flex-start; flex-direction: row; flex-wrap: wrap; gap: 0.75rem 1.5rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0.6rem; }
  .footer { padding: 4rem 1.5rem 0; }
}

@media (max-width: 520px) {
  .expertise-teaser-grid { grid-template-columns: 1fr 1fr; }
  .engagements-grid, .pourquoi-grid { grid-template-columns: 1fr; }
  .vm-band-inner { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .map-frame { height: 320px; }
}
