/* ============================================================
   CHACHOU COMPAGNIE — Feuille de style officielle
   © 2026 Chachou Compagnie. Tous droits réservés.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=EB+Garamond:ital,wght@0,400;0,500;1,400&display=swap');

/* ── Variables ────────────────────────────────────────────── */
:root {
  --navy:        #06080F;
  --navy-mid:    #0D1526;
  --navy-light:  #152240;
  --gold:        #BF9B4E;
  --gold-light:  #D4B678;
  --gold-pale:   #F0E4C2;
  --cream:       #F6F2EA;
  --white:       #FDFBF7;
  --text-dark:   #1A1A2E;
  --text-mid:    #3D3D5C;
  --text-light:  #7A7A9A;
  --border:      rgba(191,155,78,0.25);
  --border-soft: rgba(191,155,78,0.12);

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Cormorant Garamond', Georgia, serif;
  --font-fine:    'EB Garamond', Georgia, serif;

  --transition: 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-card: 0 4px 40px rgba(6,8,15,0.18), 0 1px 8px rgba(6,8,15,0.08);
  --shadow-gold: 0 0 40px rgba(191,155,78,0.15);
}

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

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

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--text-dark);
  line-height: 1.7;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a   { color: inherit; text-decoration: none; }
ul  { list-style: none; }

/* ── Scrollbar ────────────────────────────────────────────── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--navy); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }

/* ── Selection ────────────────────────────────────────────── */
::selection { background: var(--gold); color: var(--navy); }

/* ── Cursor ───────────────────────────────────────────────── */
body { cursor: crosshair; }
a, button { cursor: pointer; }

/* ============================================================
   NAVIGATION
   ============================================================ */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(6,8,15,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 0 5vw;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--transition);
}

nav.scrolled {
  height: 60px;
  background: rgba(6,8,15,0.98);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-logo-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.nav-logo-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 0.04em;
}

.nav-logo-tagline {
  font-family: var(--font-fine);
  font-size: 0.62rem;
  color: rgba(212,182,120,0.55);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 2px;
}

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

.nav-links a {
  font-family: var(--font-fine);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246,242,234,0.65);
  transition: color 0.3s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 100%;
  height: 1px;
  background: var(--gold);
  transition: right 0.3s ease;
}

.nav-links a:hover { color: var(--gold-light); }
.nav-links a:hover::after { right: 0; }

.nav-cta {
  font-family: var(--font-fine);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy) !important;
  background: var(--gold);
  padding: 9px 22px;
  border: none;
  transition: background var(--transition), transform 0.2s !important;
}

.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--gold-light) !important; transform: translateY(-1px); }

/* ── Burger Mobile ────────────────────────────────────────── */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.burger span {
  display: block; width: 24px; height: 1.5px;
  background: var(--gold-light);
  transition: var(--transition);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  background: var(--navy);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 72px;
}

/* Grid de fond */
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(191,155,78,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(191,155,78,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
}

/* Orbes lumineuses */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.hero-orb-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(191,155,78,0.12) 0%, transparent 70%);
  top: -100px; left: -100px;
  animation: orbFloat1 18s ease-in-out infinite;
}
.hero-orb-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(21,34,64,0.8) 0%, transparent 70%);
  bottom: -50px; right: -50px;
  animation: orbFloat2 22s ease-in-out infinite;
}
.hero-orb-3 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(191,155,78,0.07) 0%, transparent 70%);
  bottom: 20%; left: 30%;
  animation: orbFloat3 15s ease-in-out infinite;
}

@keyframes orbFloat1 {
  0%,100% { transform: translate(0,0) scale(1); }
  50%      { transform: translate(60px,40px) scale(1.08); }
}
@keyframes orbFloat2 {
  0%,100% { transform: translate(0,0); }
  50%      { transform: translate(-40px,30px); }
}
@keyframes orbFloat3 {
  0%,100% { transform: translate(0,0) scale(1); }
  50%      { transform: translate(20px,-30px) scale(1.05); }
}

/* Ligne décorative diagonale */
.hero-line {
  position: absolute;
  width: 1px;
  height: 200px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  opacity: 0.4;
}
.hero-line-1 { top: 20%; left: 15%; transform: rotate(20deg); animation: linePulse 4s ease-in-out infinite; }
.hero-line-2 { top: 40%; right: 18%; transform: rotate(-15deg); animation: linePulse 4s ease-in-out infinite 2s; }

@keyframes linePulse {
  0%,100% { opacity: 0.2; }
  50%      { opacity: 0.5; }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 0 5vw;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(191,155,78,0.1);
  border: 1px solid var(--border);
  padding: 7px 18px;
  margin-bottom: 2.5rem;
  animation: fadeUp 1s ease both;
}

.hero-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.4; transform: scale(0.8); }
}

.hero-badge span {
  font-family: var(--font-fine);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.hero-logo-main {
  width: 110px;
  height: 110px;
  margin: 0 auto 2.5rem;
  animation: fadeUp 1s ease 0.1s both;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.08;
  margin-bottom: 0.5rem;
  animation: fadeUp 1s ease 0.2s both;
}

.hero-title-accent {
  color: var(--gold);
  font-style: italic;
}

.hero-subtitle {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(246,242,234,0.5);
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  animation: fadeUp 1s ease 0.3s both;
}

.hero-divider {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 2.5rem;
  animation: fadeUp 1s ease 0.35s both;
}

.hero-desc {
  font-size: 1.15rem;
  font-weight: 300;
  color: rgba(246,242,234,0.72);
  max-width: 580px;
  margin: 0 auto 3rem;
  line-height: 1.9;
  animation: fadeUp 1s ease 0.4s both;
}

.hero-actions {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 1s ease 0.5s both;
}

.btn-primary {
  font-family: var(--font-fine);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--gold);
  padding: 16px 38px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold-light);
  transform: translateX(-101%);
  transition: transform 0.4s ease;
}
.btn-primary:hover::before { transform: translateX(0); }
.btn-primary span { position: relative; z-index: 1; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(191,155,78,0.35); }

.btn-secondary {
  font-family: var(--font-fine);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: transparent;
  padding: 15px 38px;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: var(--transition);
  display: inline-block;
}
.btn-secondary:hover {
  background: rgba(191,155,78,0.08);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.hero-stats {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4rem;
  animation: fadeUp 1s ease 0.7s both;
}

.hero-stat {
  text-align: center;
}

.hero-stat-number {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.hero-stat-label {
  font-family: var(--font-fine);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246,242,234,0.4);
  margin-top: 4px;
}

.hero-scroll {
  position: absolute;
  bottom: 30px;
  right: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: fadeUp 1s ease 0.9s both;
}

.hero-scroll span {
  font-family: var(--font-fine);
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(246,242,234,0.3);
  writing-mode: vertical-rl;
}

.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ============================================================
   SECTION BASE
   ============================================================ */
section { padding: 7rem 5vw; }

.section-label {
  font-family: var(--font-fine);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  display: block;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-dark);
}

.section-title-dark { color: var(--white); }

.section-line {
  width: 50px;
  height: 2px;
  background: var(--gold);
  margin: 1.5rem 0;
}

.section-line-center { margin: 1.5rem auto; }

.section-intro {
  font-size: 1.08rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.9;
  max-width: 600px;
}

/* ============================================================
   RIBBON / TICKER
   ============================================================ */
.ribbon {
  background: var(--gold);
  overflow: hidden;
  padding: 12px 0;
  position: relative;
}

.ribbon-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: ribbonScroll 30s linear infinite;
}

.ribbon-track span {
  font-family: var(--font-fine);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
  padding: 0 2.5rem;
  flex-shrink: 0;
}

.ribbon-sep {
  color: var(--navy-mid) !important;
  opacity: 0.4;
}

@keyframes ribbonScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   MANIFESTE
   ============================================================ */
.manifeste {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.manifeste-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: clamp(80px, 15vw, 180px);
  font-weight: 900;
  color: rgba(191,155,78,0.04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.02em;
}

.manifeste-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.manifeste-quote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-style: italic;
  color: var(--gold-pale);
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.manifeste-quote em {
  color: var(--gold);
  font-style: normal;
}

.manifeste-author {
  font-family: var(--font-fine);
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(191,155,78,0.5);
}

.manifeste-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 5rem;
  background: var(--border);
}

.manifeste-pillar {
  background: var(--navy);
  padding: 3rem 2rem;
  text-align: center;
  transition: background 0.3s;
}

.manifeste-pillar:hover { background: var(--navy-light); }

.pillar-number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 900;
  color: rgba(191,155,78,0.15);
  line-height: 1;
  margin-bottom: 1rem;
}

.pillar-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 0.8rem;
}

.pillar-text {
  font-size: 0.88rem;
  color: rgba(246,242,234,0.5);
  line-height: 1.8;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services { background: var(--cream); }

.services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  gap: 2rem;
  flex-wrap: wrap;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0,0,0,0.08);
}

.service-card {
  background: var(--white);
  padding: 3rem 2.5rem;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  cursor: default;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.service-card:hover { background: var(--navy); }
.service-card:hover .service-number { color: rgba(191,155,78,0.08); }
.service-card:hover .service-icon-wrap { border-color: rgba(191,155,78,0.3); }
.service-card:hover .service-title { color: var(--gold-light); }
.service-card:hover .service-desc { color: rgba(246,242,234,0.55); }
.service-card:hover .service-tag { background: rgba(191,155,78,0.1); color: var(--gold); }
.service-card:hover::before { transform: scaleX(1); }

.service-number {
  position: absolute;
  top: 1.5rem; right: 2rem;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 900;
  color: rgba(0,0,0,0.04);
  line-height: 1;
  transition: color 0.4s;
  user-select: none;
}

.service-icon-wrap {
  width: 52px; height: 52px;
  border: 1px solid rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
  transition: border-color 0.4s;
}

.service-icon-wrap svg {
  width: 24px; height: 24px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 1rem;
  line-height: 1.3;
  transition: color 0.4s;
}

.service-desc {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.85;
  transition: color 0.4s;
  margin-bottom: 1.5rem;
}

.service-tag {
  display: inline-block;
  font-family: var(--font-fine);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(191,155,78,0.08);
  padding: 5px 12px;
  transition: var(--transition);
}

/* ============================================================
   CHIFFRES CLÉS
   ============================================================ */
.metrics {
  background: var(--navy-mid);
  position: relative;
  overflow: hidden;
}

.metrics::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(191,155,78,0.06) 0%, transparent 60%),
                    radial-gradient(circle at 80% 50%, rgba(191,155,78,0.04) 0%, transparent 60%);
}

.metrics-inner {
  position: relative;
  z-index: 1;
}

.metrics-header {
  text-align: center;
  margin-bottom: 5rem;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--border);
}

.metric-item {
  padding: 3.5rem 2rem;
  border-right: 1px solid var(--border);
  text-align: center;
  transition: background 0.35s;
}

.metric-item:last-child { border-right: none; }
.metric-item:hover { background: rgba(191,155,78,0.05); }

.metric-value {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.metric-suffix {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  color: var(--gold-light);
}

.metric-label {
  font-family: var(--font-fine);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(246,242,234,0.45);
  margin-bottom: 0.8rem;
}

.metric-desc {
  font-size: 0.82rem;
  color: rgba(246,242,234,0.3);
  font-style: italic;
  line-height: 1.6;
}

/* ============================================================
   PROCESSUS
   ============================================================ */
.processus { background: var(--white); }

.processus-header {
  text-align: center;
  margin-bottom: 5rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}

.steps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: calc(10% + 20px);
  right: calc(10% + 20px);
  height: 1px;
  background: var(--gold);
  opacity: 0.2;
}

.step {
  padding: 0 1rem;
  text-align: center;
}

.step-num-wrap {
  width: 60px; height: 60px;
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  background: var(--white);
  position: relative;
  z-index: 1;
  transition: var(--transition);
}

.step:hover .step-num-wrap {
  background: var(--navy);
  border-color: var(--gold);
}

.step-num {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
}

.step-title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.7rem;
  line-height: 1.3;
}

.step-desc {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.8;
}

/* ============================================================
   ÉQUIPE
   ============================================================ */
.equipe { background: var(--navy); }

.equipe-header {
  text-align: center;
  margin-bottom: 5rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.team-card {
  position: relative;
  overflow: hidden;
  background: var(--navy-light);
  border: 1px solid var(--border-soft);
  transition: var(--transition);
  cursor: default;
}

.team-card:hover {
  border-color: var(--border);
  transform: translateY(-6px);
  box-shadow: var(--shadow-gold);
}

.team-avatar {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--navy-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 3rem;
  color: rgba(191,155,78,0.3);
  font-weight: 900;
  position: relative;
  overflow: hidden;
}

.team-avatar::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(191,155,78,0.08) 100%);
}

.team-avatar-pattern {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(191,155,78,0.03) 0px,
    rgba(191,155,78,0.03) 1px,
    transparent 1px,
    transparent 12px
  );
}

.team-info {
  padding: 1.5rem;
}

.team-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.3rem;
}

.team-role {
  font-family: var(--font-fine);
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
}

.team-bio {
  font-size: 0.8rem;
  color: rgba(246,242,234,0.45);
  line-height: 1.7;
  font-style: italic;
}

/* ============================================================
   TÉMOIGNAGES
   ============================================================ */
.temoignages { background: var(--cream); }

.temoignages-header {
  text-align: center;
  margin-bottom: 4rem;
}

.temoignages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.temoignage-card {
  background: var(--white);
  padding: 2.5rem;
  border-bottom: 2px solid transparent;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  position: relative;
}

.temoignage-card:hover {
  border-bottom-color: var(--gold);
  transform: translateY(-4px);
}

.temoignage-quote-mark {
  font-family: var(--font-display);
  font-size: 5rem;
  color: var(--gold);
  opacity: 0.15;
  line-height: 0.5;
  margin-bottom: 1.5rem;
  user-select: none;
}

.temoignage-text {
  font-size: 0.92rem;
  font-style: italic;
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: 1.8rem;
}

.temoignage-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.temoignage-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold);
  flex-shrink: 0;
}

.temoignage-name {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-dark);
}

.temoignage-company {
  font-family: var(--font-fine);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 2px;
}

.temoignage-stars {
  position: absolute;
  top: 2rem; right: 2rem;
  display: flex;
  gap: 2px;
}

.temoignage-stars span {
  color: var(--gold);
  font-size: 0.8rem;
}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  background: var(--gold);
  padding: 6rem 5vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: 'CHACHOU';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: clamp(80px, 15vw, 200px);
  font-weight: 900;
  color: rgba(6,8,15,0.06);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.cta-band-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
  position: relative;
}

.cta-band-text {
  font-size: 1.05rem;
  color: rgba(6,8,15,0.6);
  margin-bottom: 2.5rem;
  position: relative;
}

.btn-dark {
  font-family: var(--font-fine);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--navy);
  padding: 16px 42px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  display: inline-block;
  position: relative;
}
.btn-dark:hover {
  background: var(--navy-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(6,8,15,0.3);
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact { background: var(--navy); }

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}

.contact-info { }

.contact-detail {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.contact-detail-icon {
  width: 44px; height: 44px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-detail-icon svg {
  width: 18px; height: 18px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
}

.contact-detail-label {
  font-family: var(--font-fine);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(191,155,78,0.5);
  margin-bottom: 4px;
}

.contact-detail-value {
  font-size: 0.92rem;
  color: rgba(246,242,234,0.7);
}

.contact-form { }

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-family: var(--font-fine);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(191,155,78,0.6);
  margin-bottom: 8px;
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-soft);
  border-radius: 0;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--white);
  transition: border-color 0.3s;
  outline: none;
  appearance: none;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: var(--gold);
  background: rgba(191,155,78,0.04);
}

.form-input::placeholder,
.form-textarea::placeholder { color: rgba(246,242,234,0.2); }

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

.form-select { cursor: pointer; }
.form-select option { background: var(--navy-mid); color: var(--white); }

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

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--navy);
  border-top: 1px solid var(--border-soft);
  padding: 4rem 5vw 2rem;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}

.footer-brand-desc {
  font-size: 0.85rem;
  color: rgba(246,242,234,0.4);
  line-height: 1.8;
  margin-top: 1.2rem;
  max-width: 280px;
}

.footer-col-title {
  font-family: var(--font-fine);
  font-size: 0.68rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.footer-links li {
  margin-bottom: 0.7rem;
}

.footer-links a {
  font-size: 0.85rem;
  color: rgba(246,242,234,0.45);
  transition: color 0.3s;
}
.footer-links a:hover { color: var(--gold-light); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid var(--border-soft);
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-legal {
  font-family: var(--font-fine);
  font-size: 0.72rem;
  color: rgba(246,242,234,0.25);
  letter-spacing: 0.05em;
}

.footer-certifs {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.certif-badge {
  font-family: var(--font-fine);
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(191,155,78,0.4);
  border: 1px solid rgba(191,155,78,0.15);
  padding: 4px 10px;
}

/* ============================================================
   ANIMATIONS GLOBALES
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-item:nth-child(2) { border-right: none; }
  .metric-item:nth-child(3) { border-top: 1px solid var(--border); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .steps::before { display: none; }
  .contact-inner { grid-template-columns: 1fr; gap: 3rem; }
  .temoignages-grid { grid-template-columns: 1fr 1fr; }
  .manifeste-pillars { grid-template-columns: 1fr; }
  .hero-stats { gap: 2rem; }
}

@media (max-width: 680px) {
  nav .nav-links { display: none; }
  .burger { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .temoignages-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 2rem; }
  .hero-stats { display: none; }
  .hero-scroll { display: none; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-certifs { flex-wrap: wrap; }
}

/* ── Mobile nav menu ──────────────────────────────────────── */
.mobile-menu {
  display: none;
  position: fixed;
  top: 72px; left: 0; right: 0;
  background: var(--navy);
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 5vw;
  z-index: 999;
  flex-direction: column;
  gap: 1rem;
}

.mobile-menu.open { display: flex; }

.mobile-menu a {
  font-family: var(--font-fine);
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(246,242,234,0.7);
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--border-soft);
}

/* Fin */
