/* ═══════════════════════════════════════════════════════════════
   'Ana'Ana — Design System CSS
   Stratégies & Développement
   ═══════════════════════════════════════════════════════════════ */

/* ── RESET ────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* ── TOKENS ───────────────────────────────────────────────────── */
:root {
  --sable:        #F3EEE6;
  --sable-deep:   #E8DFD0;
  --sable-mid:    #DDD4C4;
  --terra:        #A24A3D;
  --terra-soft:   #C4705F;
  --terra-pale:   #EACEC9;
  --bronze:       #B8845C;
  --bronze-pale:  #D4B090;
  --anthracite:   #2C2C2C;
  --anthracite-70:#555550;
  --anthracite-40:#999994;
  --sauge:        #7A8173;
  --blanc:        #FFFFFF;

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'Inter', system-ui, sans-serif;

  --max-w:       1180px;
  --pad-h:       40px;
  --section-pad: 112px;
  --nav-h:       112px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ── BASE ─────────────────────────────────────────────────────── */
body {
  background: var(--sable);
  color: var(--anthracite);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img   { display: block; max-width: 100%; }
a     { color: inherit; text-decoration: none; }
ul,ol { list-style: none; }

/* ── LAYOUT ───────────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--pad-h);
}

/* ── TYPOGRAPHY UTILITIES ─────────────────────────────────────── */
/* Reset global : <em> droit par défaut partout (accroches, section-lead, etc.).
   Le navigateur applique l'italique par défaut aux <em> sans règle explicite —
   la charte réserve l'italique aux seules vraies citations entre guillemets.
   Les 3 blocs de citation légitimes (.quote-block__text, .exp-hero__quote,
   .service-highlight__title) le réactivent explicitement via leur propre classe,
   plus spécifique que ce reset. */
em { font-style: normal; }

.overline {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bronze);
}
.serif   { font-family: var(--font-serif); }
.italic  { font-style: italic; }

/* ── STAR SVG (shared component) ─────────────────────────────── */
.star { display: block; flex-shrink: 0; }

/* ════════════════════════════════════════════════════════════════
   NAVIGATION
════════════════════════════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  height: var(--nav-h);
  background: rgba(243,238,230,0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(184,132,92,0.14);
  transition: box-shadow 0.3s;
}
.nav.scrolled { box-shadow: 0 2px 24px rgba(44,44,44,0.07); }
/* Halo de lumière irradiant depuis le symbole, sur toute la largeur du header —
   le symbole lui-même reste aligné à gauche (règle charte "en-têtes"), seul
   son rayonnement s'étend. Motif réel de la charte (ombre "Soleil"), pas inventé.
   Contenu dans .nav__glow (pas .nav) pour ne jamais couper le menu déroulant,
   qui doit pouvoir déborder sous la barre. */
.nav__glow {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.nav__glow::before {
  content: '';
  position: absolute;
  top: 50%; left: 0;
  transform: translateY(-50%);
  width: 100%; height: 100%;
  background-image: url('../assets/ombres/soleil.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 240px 240px;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.9) 0%, transparent 70%);
          mask-image: linear-gradient(90deg, rgba(0,0,0,.9) 0%, transparent 70%);
  opacity: .1;
}
.nav__inner { position: relative; z-index: 1; }

.nav__inner {
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

/* Logo — vrai fichier logo (icône + mot-symbole), plus de reconstitution en HTML */
.nav__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nav__logo img { display: block; }

/* Desktop links */
.nav__links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: center;
}
.nav__links li { position: relative; }
.nav__links a {
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--anthracite-70);
  padding: 8px 14px;
  border-radius: 2px;
  transition: color 0.2s, background 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav__links a:hover,
.nav__links a.active { color: var(--anthracite); }
.nav__links a.active { background: rgba(184,132,92,0.1); color: var(--bronze); }

/* Dropdown */
.nav__dropdown { position: relative; }
.nav__dropdown-toggle { cursor: pointer; }
.nav__dropdown-toggle svg { transition: transform 0.25s; }
.nav__dropdown:hover .nav__dropdown-toggle svg { transform: rotate(180deg); }

/* Bridge pseudo-element : comble le gap entre le bouton et le menu
   pour que le curseur puisse y glisser sans que le hover soit perdu */
.nav__dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  height: 12px; /* = top offset du menu */
  background: transparent;
}

.nav__dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--blanc);
  border: 1px solid rgba(184,132,92,0.18);
  border-radius: 3px;
  min-width: 260px;
  padding: 8px 0;
  box-shadow: 0 16px 48px rgba(44,44,44,0.12);
  opacity: 0;
  visibility: hidden;
  /* Délai à la fermeture : laisse le temps de bouger vers le menu */
  transition: opacity 0.18s var(--ease-out) 0.12s,
              visibility 0.18s 0.12s,
              transform 0.18s var(--ease-out) 0.12s;
  pointer-events: none;
}
.nav__dropdown:hover .nav__dropdown-menu {
  opacity: 1; visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: all;
  /* Ouverture immédiate, sans délai */
  transition: opacity 0.18s var(--ease-out) 0s,
              visibility 0.18s 0s,
              transform 0.18s var(--ease-out) 0s;
}
.nav__dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 400;
  color: var(--anthracite-70);
  transition: color 0.2s, background 0.2s;
  border-radius: 0;
}
.nav__dropdown-menu a:hover {
  background: var(--sable);
  color: var(--anthracite);
}
.nav__dropdown-menu .ddot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--bronze);
  flex-shrink: 0;
  opacity: 0.5;
}

/* Nav right */
.nav__right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.nav__tel {
  font-size: 12px;
  font-weight: 400;
  color: var(--anthracite-70);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
.nav__tel:hover { color: var(--bronze); }
.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: var(--terra);
  color: var(--blanc);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.22s, transform 0.22s;
  white-space: nowrap;
}
.nav__cta:hover { background: var(--terra-soft); transform: translateY(-1px); }

/* Mobile burger */
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
  background: none;
  border: none;
}
.nav__burger span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--anthracite);
  transition: transform 0.25s, opacity 0.25s;
}
.nav__burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile menu */
.nav__mobile-menu {
  display: none;
  position: fixed;
  top: var(--nav-h); left: 0; right: 0; bottom: 0;
  background: var(--terra);
  padding: 32px var(--pad-h) 48px;
  z-index: 199;
  overflow-y: auto;
  flex-direction: column;
  gap: 0;
}
.nav__mobile-menu.open { display: flex; }

/* Groupe « Accompagnements » : encadré distinct pour séparer du reste */
.nav__mobile-menu .mobile-group {
  background: rgba(0,0,0,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  padding: 18px 20px 8px;
  margin-bottom: 24px;
}
.nav__mobile-menu .mobile-group__label {
  display: block;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bronze-pale);
  margin-bottom: 6px;
}
/* Sous-liens (expertises) : plus petits, sans-serif, avec puce — clairement enfants */
.nav__mobile-menu .mobile-sublink {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 16px;
  color: rgba(255,255,255,0.82);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: color 0.2s, gap 0.2s;
}
.nav__mobile-menu .mobile-group .mobile-sublink:last-child { border-bottom: none; }
.nav__mobile-menu .mobile-sublink::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--bronze-pale);
  flex-shrink: 0;
}
.nav__mobile-menu .mobile-sublink:hover { color: #fff; gap: 16px; }

/* Liens principaux : grands, serif — niveau supérieur */
.nav__mobile-menu .mobile-link {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  transition: color 0.2s;
}
.nav__mobile-menu .mobile-link:hover { color: var(--bronze-pale); }

.nav__mobile-menu .mobile-cta {
  margin-top: 32px;
  padding: 17px 28px;
  background: #fff;
  color: var(--terra);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2px;
  border-bottom: none;
}
.nav__mobile-menu .mobile-cta:hover { background: var(--sable); }

/* Bascule vers le menu burger dès 900px (nav trop chargée en dessous) */
@media (max-width: 900px) {
  .nav__links,
  .nav__right .nav__tel { display: none; }
  .nav__burger { display: flex; }
}

/* ════════════════════════════════════════════════════════════════
   FLOATING CONTACT BUTTON
════════════════════════════════════════════════════════════════ */
.float-cta {
  position: fixed;
  bottom: 32px; right: 32px;
  z-index: 150;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.float-cta__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  background: var(--terra);
  color: var(--blanc);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 40px;
  box-shadow: 0 8px 32px rgba(162,74,61,0.35);
  transition: transform 0.25s var(--ease-out),
              box-shadow 0.25s;
}
.float-cta__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(162,74,61,0.4);
}
.float-cta__pulse {
  position: absolute;
  top: -4px; right: -4px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--bronze);
  animation: float-pulse 2.5s ease-in-out infinite;
}
@keyframes float-pulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.5); opacity: 0.4; }
}

/* ════════════════════════════════════════════════════════════════
   PAGE INTRO (used on interior pages)
════════════════════════════════════════════════════════════════ */
.page-intro {
  padding-top: calc(var(--nav-h) + 80px);
  padding-bottom: 80px;
  background: var(--sable);
  position: relative;
  overflow: hidden;
}
.page-intro::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,132,92,0.3), transparent);
}
.page-intro__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}
.page-intro__breadcrumb a {
  font-size: 11px;
  color: var(--anthracite-40);
  transition: color 0.2s;
}
.page-intro__breadcrumb a:hover { color: var(--bronze); }
.page-intro__breadcrumb span { font-size: 11px; color: var(--anthracite-40); }
.page-intro__breadcrumb strong { font-size: 11px; font-weight: 500; color: var(--bronze); }
.page-intro__overline { margin-bottom: 18px; }
.page-intro__title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.06;
  color: var(--anthracite);
  margin-bottom: 24px;
  max-width: 700px;
}
.page-intro__title em { color: var(--terra); } /* italique réservé aux citations/signatures — règle charte */
.page-intro__sub {
  font-size: 15px;
  font-weight: 300;
  color: var(--anthracite-70);
  line-height: 1.75;
  max-width: 560px;
}

/* ════════════════════════════════════════════════════════════════
   SECTION UTILITIES
════════════════════════════════════════════════════════════════ */
.section { padding: var(--section-pad) 0; }
.section--white { background: var(--blanc); }
.section--sable { background: var(--sable); }
.section--dark  { background: var(--terra); } /* jamais d'anthracite en fond — altère la lisibilité (règle charte) */
.section--terra { background: var(--terra); }

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  gap: 40px;
}
.section-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.1;
  color: var(--anthracite);
  margin-top: 14px;
}
.section-title em { color: var(--terra); } /* italique réservé aux citations/signatures — règle charte */
.section-title--white { color: var(--blanc); }
.section-lead {
  max-width: 320px;
  font-size: 13.5px;
  font-weight: 300;
  color: var(--anthracite-70);
  line-height: 1.75;
  text-align: right;
}
.section-lead--dark { color: rgba(255,255,255,0.55); }
.divider-bronze {
  width: 40px; height: 1.5px;
  background: var(--bronze);
  margin-bottom: 20px;
}

/* ════════════════════════════════════════════════════════════════
   BUTTONS
════════════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.22s, color 0.22s, transform 0.22s, border-color 0.22s;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary {
  padding: 14px 30px;
  background: var(--terra);
  color: var(--blanc);
}
.btn--primary:hover { background: var(--terra-soft); }
.btn--outline {
  padding: 13px 28px;
  background: transparent;
  color: var(--terra);
  border: 1px solid var(--terra);
}
.btn--outline:hover { background: var(--terra); color: var(--blanc); }
.btn--bronze {
  padding: 13px 28px;
  background: var(--bronze);
  color: var(--blanc);
}
.btn--bronze:hover { background: var(--bronze-pale); color: var(--anthracite); }
.btn--ghost-white {
  padding: 13px 28px;
  background: transparent;
  color: var(--blanc);
  border: 1px solid rgba(255,255,255,0.4);
}
.btn--ghost-white:hover { border-color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.06); }
.btn--white {
  padding: 14px 30px;
  background: var(--blanc);
  color: var(--terra);
}
.btn--white:hover { background: var(--sable); }
.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 400;
  color: var(--bronze);
  transition: gap 0.2s;
}
.btn-link:hover { gap: 12px; }
.btn-link--white { color: rgba(255,255,255,0.7); }
.btn-link--white:hover { color: var(--blanc); }

/* ════════════════════════════════════════════════════════════════
   CTA BAND
════════════════════════════════════════════════════════════════ */
.cta-band {
  background: var(--terra);
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.cta-band__deco {
  position: absolute;
  right: 5%; top: 50%;
  transform: translateY(-50%);
  opacity: 0.16;
  filter: brightness(0) invert(1); /* motif sombre sur fond clair → blanc pour ressortir sur Terracotta */
  pointer-events: none;
}
.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.cta-band__overline {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}
.cta-band__title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(28px, 3vw, 42px);
  color: var(--blanc);
  line-height: 1.1;
}
.cta-band__title em { color: rgba(255,255,255,0.7); } /* italique réservé aux citations/signatures — règle charte */
.cta-band__actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-shrink: 0;
}

/* ════════════════════════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════════════════════════ */
/* Footer — anthracite conservé ici sur demande explicite */
.footer {
  background: var(--anthracite);
  padding: 72px 0 36px;
}
.footer__top {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(184,132,92,0.18);
  margin-bottom: 36px;
}
.footer__brand { margin-top: 0; }
.footer__brand img { display: block; margin: 0 0 20px; width: 288px; height: auto; } /* +20% (240 → 288) */
.footer__tagline {
  font-family: var(--font-serif);
  font-size: 18px; /* +20% (15 → 18) */
  color: var(--bronze-pale);
  line-height: 1.55;
  margin-bottom: 28px;
}
.footer__social {
  display: flex;
  gap: 12px;
}
.footer__social a {
  width: 36px; height: 36px;
  border: 1px solid rgba(184,132,92,0.3);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  font-weight: 500;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.footer__social a:hover {
  border-color: var(--bronze);
  color: var(--bronze);
  background: rgba(184,132,92,0.08);
}
.footer__col-title {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 20px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer__links a {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__links a:hover { color: var(--bronze-pale); }
.footer__contact-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer__contact-item strong {
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bronze);
  display: block;
  margin-bottom: 3px;
}
.footer__contact-item a,
.footer__contact-item span {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  display: block;
  transition: color 0.2s;
}
.footer__contact-item a:hover { color: var(--bronze-pale); }
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer__copy {
  font-size: 11px;
  font-weight: 300;
  color: rgba(255,255,255,0.25);
}
.footer__legal {
  display: flex;
  gap: 20px;
}
.footer__legal a {
  font-size: 11px;
  font-weight: 300;
  color: rgba(255,255,255,0.25);
  transition: color 0.2s;
}
.footer__legal a:hover { color: rgba(255,255,255,0.55); }
.footer__legal span {
  font-size: 11px;
  font-weight: 300;
  color: rgba(255,255,255,0.25);
}

/* ════════════════════════════════════════════════════════════════
   CARDS & COMPONENTS
════════════════════════════════════════════════════════════════ */
/* Expertise card (used on homepage + expertises listing) */
.expertise-card {
  background: var(--blanc);
  padding: 44px 40px 48px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s var(--ease-out);
}
.expertise-card::before {
  content: '';
  position: absolute;
  top: 0; left: 40px; right: 40px;
  height: 2px;
  background: var(--bronze);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease-out);
}
.expertise-card:hover { transform: translateY(-3px); }
.expertise-card:hover::before { transform: scaleX(1); }
.expertise-card__num {
  font-family: var(--font-serif);
  font-size: 11px;
  color: var(--bronze);
  letter-spacing: 0.14em;
  margin-bottom: 28px;
}
.expertise-card__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 23px;
  line-height: 1.2;
  color: var(--anthracite);
  margin-bottom: 18px;
}
.expertise-card__body {
  font-size: 13.5px;
  font-weight: 300;
  color: var(--anthracite-70);
  line-height: 1.75;
  margin-bottom: 32px;
}
.expertise-card__link {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--terra);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.2s;
}
.expertise-card__link:hover { gap: 14px; }

/* Tags */
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.tag {
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 11px;
  border: 1px solid rgba(184,132,92,0.35);
  color: var(--bronze);
  border-radius: 1px;
  transition: background 0.2s, color 0.2s;
}
.tag:hover { background: var(--bronze); color: var(--blanc); }

/* Quote block */
.quote-block {
  background: var(--terra); /* jamais d'anthracite en fond — règle charte */
  padding: 52px 48px 52px 56px;
  position: relative;
  overflow: hidden;
}
.quote-block::after {
  content: '';
  position: absolute;
  right: -30px; bottom: -30px;
  width: 160px; height: 160px;
  background-image: url('../assets/ombres/soleil.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.12;
  pointer-events: none;
}
.quote-block::before {
  content: '';
  position: absolute;
  left: 0; top: 48px; bottom: 48px;
  width: 3px;
  background: var(--bronze);
}
.quote-block__text {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.55;
  color: rgba(255,255,255,0.9);
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.quote-block__text em { color: var(--bronze-pale); font-style: normal; }
.quote-block__author {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bronze);
}

/* Step list */
.steps { display: flex; flex-direction: column; }
.step {
  display: flex;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(44,44,44,0.1);
}
.step:first-child { border-top: 1px solid rgba(44,44,44,0.1); }
.step__num {
  font-family: var(--font-serif);
  font-size: 32px;
  color: var(--bronze);
  letter-spacing: 0.1em;
  flex-shrink: 0;
  padding-top: 2px;
  min-width: 24px;
}
.step__title {
  font-weight: 500;
  font-size: 14px;
  color: var(--anthracite);
  margin-bottom: 5px;
}
.step__desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--anthracite-70);
  line-height: 1.7;
}

/* Proof strip — anthracite conservé ici sur demande explicite (composant compact, forte lisibilité) */
.proof-strip {
  background: var(--anthracite);
  padding: 64px 0;
}
.proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.proof-item {
  padding: 0 36px;
  border-right: 1px solid rgba(184,132,92,0.18);
}
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child  { border-right: none; }
.proof-item__number {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 64px;
  color: var(--bronze);
  line-height: 1;
  margin-bottom: 12px;
}
.proof-item__label {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  line-height: 1.55;
}

/* ════════════════════════════════════════════════════════════════
   REVEAL ANIMATIONS
════════════════════════════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}
.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-left {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}
.reveal-left.visible  { opacity: 1; transform: translateX(0); }

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .proof-strip__grid { grid-template-columns: repeat(2,1fr); }
  .proof-item { padding: 24px 28px; border-right: none; border-bottom: 1px solid rgba(184,132,92,0.18); }
  .proof-item:nth-child(even) { border-left: 1px solid rgba(184,132,92,0.18); }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .cta-band__inner { flex-direction: column; text-align: center; }
  .cta-band__actions { flex-wrap: wrap; justify-content: center; }
  .section-header { flex-direction: column; gap: 20px; }
  .section-lead { text-align: left; max-width: 100%; }
}
@media (max-width: 768px) {
  :root { --section-pad: 72px; --pad-h: 24px; }
  .nav__links, .nav__right .nav__tel { display: none; }
  .nav__burger { display: flex; }
  .proof-strip__grid { grid-template-columns: 1fr; }
  .proof-item { border-left: none !important; }
  .footer__top { grid-template-columns: 1fr; gap: 36px; }
  .footer__bottom { flex-direction: column; text-align: center; gap: 14px; }
  .float-cta { bottom: 20px; right: 16px; }
  .float-cta__btn span { display: none; }
  .float-cta__btn { padding: 14px; border-radius: 50%; }
}

/* ════════════════════════════════════════════════════════════════
   SOLEIL DÉCORATIF — fond droit des headers/hero
════════════════════════════════════════════════════════════════ */
.hero-soleil {
  position: absolute;
  top: 50%;
  right: -6%;
  transform: translateY(-50%);
  width: 580px;
  height: 580px;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}
.hero-soleil__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.55; /* s'intègre discrètement au fond sable */
  mix-blend-mode: multiply; /* fusion naturelle avec le fond clair */
}

/* Sur les pages expertise, le hero est plus court — adapter */
.exp-hero .hero-soleil {
  top: 40%;
  right: -4%;
  width: 480px;
  height: 480px;
}

/* S'assurer que le contenu passe au-dessus */
.hero__inner,
.exp-hero__inner { position: relative; z-index: 1; }

/* Supprimer les anciens halos / gradient pseudo-elements */
.hero::before { display: none; }
.exp-hero::before { display: none; }

@media (max-width: 1100px) {
  .hero-soleil { width: 380px; height: 380px; right: -8%; opacity: 0.4; }
  .exp-hero .hero-soleil { width: 320px; height: 320px; }
}
@media (max-width: 768px) {
  .hero-soleil { display: none; }
}
}
