/* ============================================================
   DYLANA Advisory — Site web institutionnel
   Système visuel : charte DYL v2.0 (émeraude + or + ivoire,
   Cormorant Garamond display + Jost corps).
   Source de vérité : 00_Firm_OS/Brand_Assets/brand_guidelines.md
   ============================================================ */

/* ---------- Polices auto-hébergées (zéro dépendance externe) ---------- */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

/* ---------- Tokens (charte v2.0) ---------- */
:root {
  --green-900: #062b20;
  --green-800: #083b2b;
  --green-700: #0b4d39;
  --green-600: #0f5e45;
  --green-500: #15795a;
  --gold:      #c2a04c;
  --gold-2:    #d8bd7e;
  --gold-ink:  #836723; /* or assombri pour texte sur fond clair — conforme WCAG AA (≥4.8:1 sur ivoire/blanc) */
  --ivory:     #f7f3ea;
  --paper:     #ffffff;
  --ink:       #16241e;
  --muted:     #5c6b63;
  --line:      #e2dccd;
  --accent:    var(--gold);

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Jost", "Helvetica Neue", Arial, system-ui, sans-serif;

  /* échelle fluide */
  --maxw: 1240px;
  --pad-x: clamp(20px, 5vw, 80px);
  --section-y: clamp(72px, 9vw, 140px);

  --shadow-card: 0 1px 2px rgba(11,77,57,0.04), 0 18px 48px -28px rgba(11,77,57,0.28);
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ---------- Helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad-x); }
.wrap-wide { max-width: 1440px; }
.section { padding-block: var(--section-y); }
.center { text-align: center; }
.mt-0 { margin-top: 0; }

/* lang toggle visibility */
[data-lang]:not(.lang-active) { display: none !important; }

/* ---------- Typographie ---------- */
.eyebrow {
  font-family: var(--font-sans);
  font-size: clamp(11px, 1.05vw, 13px);
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-ink); /* texte sur fond clair par défaut ; les sections sombres rebasculent sur --gold-2 */
  margin: 0 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--accent);
  display: inline-block;
}
.eyebrow.center { justify-content: center; }
.eyebrow.muted { color: var(--muted); }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; color: var(--green-700); margin: 0; line-height: 1.08; letter-spacing: -0.01em; }

.display {
  font-weight: 500;
  font-size: clamp(40px, 7vw, 92px);
  line-height: 1.0;
  letter-spacing: -0.02em;
}
.display em { font-style: italic; color: var(--gold); }

h2.title { font-size: clamp(30px, 4.6vw, 56px); line-height: 1.05; text-wrap: balance; }
h3.subtitle { font-family: var(--font-display); font-weight: 500; font-size: clamp(22px, 2.6vw, 32px); color: var(--ink); }

.lead {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.3;
  color: var(--green-700);
  margin: 0;
  text-wrap: pretty;
}
.body { font-size: clamp(16px, 1.35vw, 18px); line-height: 1.65; color: var(--muted); margin: 0; }
.body + .body { margin-top: 1.1em; }
.small { font-size: 14px; color: var(--muted); }

.rule { height: 2px; width: 64px; background: var(--accent); border: 0; margin: 0; }
.rule.center { margin-inline: auto; }
.rule-thin { height: 1px; background: var(--line); border: 0; }

/* motif band (charte §5) */
.motif-band {
  height: 14px; width: 100%;
  background-image:
    linear-gradient(135deg, var(--accent) 25%, transparent 25%),
    linear-gradient(225deg, var(--accent) 25%, transparent 25%);
  background-size: 14px 14px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  opacity: 0.85;
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center;
  height: 76px;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), height .4s var(--ease);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1440px; }
.site-header.scrolled,
.site-header.solid {
  background: rgba(247,243,234,0.92);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  box-shadow: 0 1px 0 var(--line);
  height: 66px;
}

.brand { display: flex; align-items: center; flex: none; }
.brand img { height: 44px; width: auto; display: block; transition: height .4s var(--ease); }
.site-header.scrolled .brand img, .site-header.solid .brand img { height: 38px; }
/* logo swap on dark hero */
.site-header .logo-light { display: none; }
.site-header.on-dark:not(.scrolled):not(.solid) .logo-color { display: none; }
.site-header.on-dark:not(.scrolled):not(.solid) .logo-light { display: block; }

.nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.nav a.navlink {
  font-size: 14px; font-weight: 400; letter-spacing: 0.02em; color: var(--ink);
  position: relative; padding: 6px 0; white-space: nowrap;
}
.nav a.navlink::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0;
  background: var(--accent); transition: width .3s var(--ease);
}
.nav a.navlink:hover::after, .nav a.navlink.active::after { width: 100%; }
.nav a.navlink.active { color: var(--green-700); }
.site-header.on-dark:not(.scrolled):not(.solid) .nav a.navlink { color: rgba(247,243,234,0.86); }
.site-header.on-dark:not(.scrolled):not(.solid) .nav a.navlink.active { color: var(--ivory); }

.nav-right { display: flex; align-items: center; gap: 18px; }

.lang-switch { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; }
.lang-switch button {
  background: none; border: 0; padding: 4px 5px; color: var(--muted);
  text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; transition: color .2s;
}
.lang-switch button.active { color: var(--green-700); font-weight: 600; }
.lang-switch .sep { color: var(--line); }
.site-header.on-dark:not(.scrolled):not(.solid) .lang-switch button { color: rgba(247,243,234,0.55); }
.site-header.on-dark:not(.scrolled):not(.solid) .lang-switch button.active { color: var(--ivory); }

/* CTA button */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-sans); font-size: 14px; font-weight: 500; letter-spacing: 0.04em;
  padding: 13px 26px; border-radius: 2px; border: 1px solid transparent;
  transition: all .25s var(--ease); white-space: nowrap;
}
.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary { background: var(--green-700); color: var(--ivory); }
.btn-primary:hover { background: var(--green-600); }
.btn-gold { background: var(--accent); color: var(--green-900); }
.btn-gold:hover { background: var(--gold-2); }
.btn-ghost { background: transparent; color: var(--green-700); border-color: var(--green-700); }
.btn-ghost:hover { background: var(--green-700); color: var(--ivory); }
.btn-ghost.on-dark { color: var(--ivory); border-color: rgba(247,243,234,0.4); }
.btn-ghost.on-dark:hover { background: var(--ivory); color: var(--green-900); border-color: var(--ivory); }
.btn-sm { padding: 9px 18px; font-size: 13px; }

/* burger */
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; }
.burger span { width: 24px; height: 2px; background: var(--green-700); transition: all .3s var(--ease); }
.site-header.on-dark:not(.scrolled):not(.solid) .burger span { background: var(--ivory); }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile drawer */
.mobile-nav {
  position: fixed; inset: 0; z-index: 99; background: var(--green-900);
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
  padding: 100px var(--pad-x) 40px;
  transform: translateX(100%); transition: transform .45s var(--ease); visibility: hidden;
}
.mobile-nav.open { transform: translateX(0); visibility: visible; }
.mobile-nav a {
  font-family: var(--font-display); font-size: 30px; font-weight: 500; color: var(--ivory);
  padding: 12px 0; border-bottom: 1px solid rgba(247,243,234,0.12);
}
.mobile-nav a .num { font-size: 14px; color: var(--gold-2); font-family: var(--font-sans); margin-right: 16px; }
.mobile-nav .m-foot { margin-top: 30px; display: flex; flex-direction: column; gap: 16px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  background:
    radial-gradient(120% 90% at 78% 8%, rgba(21,121,90,0.35), transparent 60%),
    linear-gradient(160deg, var(--green-900) 0%, var(--green-800) 55%, #052017 100%);
  color: var(--ivory); overflow: hidden;
}
.hero .monogram {
  position: absolute; right: -8%; bottom: -16%; width: min(720px, 64vw);
  opacity: 0.06; pointer-events: none; user-select: none;
}
.hero .hero-band { position: absolute; left: 0; right: 0; bottom: 0; }
.hero .wrap { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 80px; max-width: 1340px; }
.hero .eyebrow { color: var(--gold-2); }
.hero .eyebrow::before { background: var(--gold-2); }
.hero h1 {
  color: var(--ivory); font-weight: 500;
  font-size: clamp(44px, 7.2vw, 104px); line-height: 1.0; letter-spacing: -0.02em;
  max-width: 16ch; margin: 0;
}
.hero h1 em { font-style: italic; color: var(--gold-2); }
.hero .hero-tag {
  font-size: clamp(18px, 2.4vw, 26px); font-weight: 300; line-height: 1.45;
  color: rgba(247,243,234,0.82); max-width: 54ch; margin: 30px 0 0;
}
.hero .hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 44px; }
.hero .hero-meta {
  display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 64px); margin-top: 64px;
  padding-top: 36px; border-top: 1px solid rgba(247,243,234,0.16);
}
.hero-meta .hm .n { font-family: var(--font-display); font-size: clamp(34px, 4vw, 52px); font-weight: 600; color: var(--gold); line-height: 1; }
.hero-meta .hm .l { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(247,243,234,0.62); margin-top: 8px; }

.scroll-cue {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(247,243,234,0.5);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.scroll-cue .dot { width: 1px; height: 38px; background: linear-gradient(var(--gold-2), transparent); }
@media (max-width: 720px) { .scroll-cue { display: none; } }

/* ============================================================
   SECTIONS génériques
   ============================================================ */
.section.dark { background: var(--green-800); color: var(--ivory); }
.section.dark h2, .section.dark h3, .section.dark .lead { color: var(--ivory); }
.section.dark .body { color: rgba(247,243,234,0.78); }
.section.dark .eyebrow { color: var(--gold-2); }
.section.deep { background: linear-gradient(165deg, var(--green-900), #052017); color: var(--ivory); }
.section.deep h2, .section.deep .lead { color: var(--ivory); }
.section.deep .body { color: rgba(247,243,234,0.78); }
.section.deep .eyebrow { color: var(--gold-2); }
/* Bandeaux sombres hors .section.dark/.deep : l'eyebrow doit rester en or clair (ajout 2026-06-22) */
.page-hero .eyebrow, .cta-band .eyebrow { color: var(--gold-2); }
.page-hero .eyebrow::before, .cta-band .eyebrow::before { background: var(--gold-2); }
.section.paper { background: var(--paper); }

.section-head { max-width: 760px; margin-bottom: clamp(40px, 5vw, 68px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .body { margin-top: 22px; }

/* two-column intro */
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: end; margin-bottom: clamp(44px, 5vw, 72px); }
.split-intro .body { font-size: clamp(16px, 1.4vw, 18px); }
@media (max-width: 860px) { .split-intro { grid-template-columns: 1fr; gap: 24px; align-items: start; } }

/* ---------- KPI ribbon ---------- */
.kpi-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.kpi {
  padding: 8px clamp(20px, 3vw, 44px); border-left: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 10px;
}
.kpi:first-child { border-left: 0; padding-left: 0; }
.section.dark .kpi, .section.deep .kpi { border-color: rgba(247,243,234,0.16); }
.kpi .n { font-family: var(--font-display); font-weight: 600; font-size: clamp(40px, 5.6vw, 76px); line-height: 0.92; color: var(--green-700); }
.kpi .n .u { color: var(--accent); }
.section.dark .kpi .n, .section.deep .kpi .n { color: var(--ivory); }
.kpi .k { font-size: clamp(14px, 1.3vw, 16px); font-weight: 500; color: var(--ink); }
.section.dark .kpi .k, .section.deep .kpi .k { color: var(--gold-2); }
.kpi .d { font-size: 14px; font-weight: 300; color: var(--muted); }
.section.dark .kpi .d, .section.deep .kpi .d { color: rgba(247,243,234,0.6); }
@media (max-width: 760px) {
  .kpi-row { grid-template-columns: 1fr 1fr; gap: 32px 0; }
  .kpi { border-left: 0; padding-left: 0; padding-right: 16px; }
  .kpi:nth-child(even) { border-left: 1px solid var(--line); padding-left: clamp(20px,5vw,40px); }
  .section.dark .kpi:nth-child(even) { border-color: rgba(247,243,234,0.16); }
}

/* ---------- Services cards ---------- */
.card-grid { display: grid; gap: clamp(20px, 2.4vw, 30px); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .cols-3, .cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .cols-2, .cols-3, .cols-4 { grid-template-columns: 1fr; } }

.svc {
  background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--accent);
  padding: clamp(28px, 3vw, 42px) clamp(24px, 2.6vw, 36px);
  display: flex; flex-direction: column; gap: 16px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.svc:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.svc .no { font-family: var(--font-display); font-size: 22px; color: var(--accent); font-weight: 600; letter-spacing: 0.04em; }
.svc h3 { font-size: clamp(22px, 2.4vw, 28px); color: var(--green-700); }
.svc p { font-size: 15.5px; color: var(--muted); line-height: 1.55; margin: 0; }
.svc ul { margin: 6px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.svc li { font-size: 14.5px; color: var(--ink); padding-left: 18px; position: relative; line-height: 1.4; }
.svc li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }

/* feature row (icon-ish number + text) for dark sections */
.feature { display: flex; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(247,243,234,0.14); }
.feature:last-child { border-bottom: 0; }
.feature .fno { font-family: var(--font-display); font-size: clamp(34px, 4vw, 52px); font-weight: 500; color: var(--gold-2); line-height: 1; flex: none; width: 1.6em; -webkit-text-stroke: 0; }
.feature .ft h3 { color: var(--ivory); font-size: clamp(20px, 2.2vw, 26px); }
.feature .ft p { color: rgba(247,243,234,0.72); font-size: 15.5px; margin: 10px 0 0; line-height: 1.55; }

/* ---------- Approach steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 2.4vw, 36px); }
@media (max-width: 980px) { .steps { grid-template-columns: 1fr 1fr; gap: 36px 28px; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { display: flex; flex-direction: column; gap: 16px; position: relative; }
.step .badge {
  width: 60px; height: 60px; border-radius: 50%; border: 1.5px solid var(--accent); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 26px; font-weight: 600;
}
.step h3 { font-size: clamp(20px, 2.2vw, 26px); color: var(--green-700); }
.section.dark .step h3, .section.deep .step h3 { color: var(--ivory); }
.step p { font-size: 15px; color: var(--muted); line-height: 1.55; margin: 0; }
.section.dark .step p, .section.deep .step p { color: rgba(247,243,234,0.72); }

/* ---------- Sectors list ---------- */
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (max-width: 880px) { .sector-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .sector-grid { grid-template-columns: 1fr; } }
.sector {
  background: var(--ivory); padding: clamp(28px, 3vw, 40px) clamp(24px, 2.6vw, 34px);
  display: flex; flex-direction: column; gap: 14px; min-height: 220px;
  transition: background .3s var(--ease);
}
.sector:hover { background: var(--paper); }
.sector .sno { font-size: 13px; letter-spacing: 0.2em; color: var(--gold-ink); font-weight: 500; }
.sector h3 { font-size: clamp(21px, 2.2vw, 26px); }
.sector p { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.5; }
.sector .tags { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; }
.sector .tag { font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green-600); border: 1px solid var(--line); border-radius: 100px; padding: 4px 11px; }

/* ---------- Footprint ---------- */
.footprint { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
@media (max-width: 900px) { .footprint { grid-template-columns: 1fr; } }
.office-list { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 40px; }
@media (max-width: 460px) { .office-list { grid-template-columns: 1fr; } }
.office .city { font-family: var(--font-display); font-size: clamp(24px, 2.6vw, 32px); font-weight: 600; color: var(--ivory); margin: 0; }
.office .meta { font-size: 14px; color: var(--gold-2); margin: 5px 0 0; letter-spacing: 0.03em; }
.office .meta.hq::after { content: " · HQ"; color: var(--gold-ink); font-weight: 500; }
.map-wrap { position: relative; }
.map-wrap svg { width: 100%; height: auto; }

/* ---------- Comparison table ---------- */
.ctable-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ctable { width: 100%; border-collapse: collapse; min-width: 620px; }
.ctable th, .ctable td { padding: 20px 22px; text-align: center; }
.ctable th:first-child, .ctable td:first-child { text-align: left; }
.ctable thead th {
  font-family: var(--font-sans); font-size: 12.5px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted); border-bottom: 2px solid var(--green-700);
}
.ctable thead th.feat { color: var(--green-700); }
.ctable td { font-size: 15px; color: var(--ink); border-bottom: 1px solid var(--line); font-weight: 300; }
.ctable td.rowh { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--green-700); }
.ctable .col-feat { background: rgba(194,160,76,0.08); }
.ctable td.col-feat { color: var(--green-700); }
.ctable .chk { color: var(--accent); font-size: 18px; }
.ctable .dash { color: var(--line); font-size: 18px; }

/* ---------- Insights / cards ---------- */
.insight-card {
  background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease); overflow: hidden;
}
.insight-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.insight-card .ic-top { height: 6px; background: linear-gradient(90deg, var(--green-700), var(--gold)); }
.insight-card .ic-body { padding: clamp(26px, 3vw, 36px); display: flex; flex-direction: column; gap: 14px; flex: 1; }
.insight-card .ic-cat { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-ink); font-weight: 500; }
.insight-card h3 { font-size: clamp(21px, 2.2vw, 27px); line-height: 1.12; }
.insight-card p { font-size: 15px; color: var(--muted); margin: 0; line-height: 1.55; }
.insight-card .ic-foot { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: var(--muted); border-top: 1px solid var(--line); }
.insight-card .ic-read { color: var(--green-700); font-weight: 500; }

/* ---------- Pull quote ---------- */
.pullquote { max-width: 980px; margin-inline: auto; text-align: center; }
.pullquote .mark { font-family: var(--font-display); font-size: 120px; line-height: 0.5; color: var(--gold-2); opacity: 0.5; height: 56px; display: block; }
.pullquote blockquote { font-family: var(--font-display); font-weight: 500; font-size: clamp(26px, 4vw, 50px); line-height: 1.24; color: var(--ivory); margin: 0; text-wrap: balance; }
.pullquote blockquote em { font-style: italic; color: var(--gold-2); }
.pullquote .attr { display: inline-flex; align-items: center; gap: 18px; margin-top: 40px; }
.pullquote .attr .dash { width: 50px; height: 1px; background: var(--gold-2); }
.pullquote .attr .who { font-size: 16px; color: var(--ivory); }
.pullquote .attr .who span { color: var(--gold-2); }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 3vw, 44px); }
@media (max-width: 880px) { .team-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .team-grid { grid-template-columns: 1fr; } }
.member .photo {
  aspect-ratio: 4/5; background: linear-gradient(150deg, var(--green-700), var(--green-900));
  display: flex; align-items: flex-end; justify-content: center; position: relative; overflow: hidden;
  border: 1px solid var(--line);
}
.member .photo .mono { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.member .photo .mono span { font-family: var(--font-display); font-size: 88px; font-weight: 500; color: rgba(216,189,126,0.32); }
.member .name { font-family: var(--font-display); font-size: clamp(22px, 2.4vw, 28px); font-weight: 600; color: var(--green-700); margin: 18px 0 0; }
.member .role { font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin: 7px 0 0; font-weight: 500; }
.member .bio { font-size: 14.5px; color: var(--muted); line-height: 1.55; margin: 12px 0 0; }

/* ---------- Timeline ---------- */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; margin-top: 30px; }
@media (max-width: 820px) { .timeline { grid-template-columns: 1fr; } }
.tl-step { padding: 0 clamp(14px, 1.6vw, 28px); position: relative; }
.tl-step:not(:last-child)::after { content: ""; position: absolute; top: 11px; left: 11px; right: -11px; height: 2px; background: var(--line); }
@media (max-width: 820px) { .tl-step:not(:last-child)::after { display: none; } .tl-step { padding: 0 0 32px 30px; border-left: 2px solid var(--line); margin-left: 11px; } }
.tl-node { width: 22px; height: 22px; border-radius: 50%; background: var(--ivory); border: 3px solid var(--accent); position: relative; z-index: 2; }
@media (max-width: 820px) { .tl-node { position: absolute; left: -12px; top: 0; } }
.section.dark .tl-node, .section.deep .tl-node { background: var(--green-800); }
.tl-phase { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); font-weight: 500; margin-top: 26px; }
.tl-step h3 { font-size: clamp(19px, 2vw, 24px); color: var(--green-700); margin-top: 8px; }
.section.dark .tl-step h3, .section.deep .tl-step h3 { color: var(--ivory); }
.tl-step p { font-size: 14.5px; color: var(--muted); line-height: 1.5; margin: 8px 0 0; }
.section.dark .tl-step p, .section.deep .tl-step p { color: rgba(247,243,234,0.72); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(150deg, var(--green-900), var(--green-700)); color: var(--ivory); text-align: center; }
.cta-band .monogram { position: absolute; right: -6%; top: -30%; width: 480px; opacity: 0.06; pointer-events: none; }
.cta-band h2 { color: var(--ivory); font-size: clamp(30px, 4.6vw, 56px); }
.cta-band .body { color: rgba(247,243,234,0.8); margin: 22px auto 0; max-width: 58ch; }
.cta-band .hero-cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 40px; }

/* ============================================================
   PAGE HERO (intérieures)
   ============================================================ */
.page-hero {
  position: relative; padding: clamp(140px, 18vh, 220px) 0 clamp(56px, 7vw, 96px);
  background: radial-gradient(120% 100% at 85% 0%, rgba(21,121,90,0.3), transparent 60%), linear-gradient(160deg, var(--green-900), var(--green-800));
  color: var(--ivory); overflow: hidden;
}
.page-hero .monogram { position: absolute; right: -6%; bottom: -40%; width: min(540px, 50vw); opacity: 0.06; pointer-events: none; }
.page-hero .wrap { position: relative; z-index: 2; max-width: 1340px; }
.page-hero .eyebrow { color: var(--gold-2); }
.page-hero .eyebrow::before { background: var(--gold-2); }
.page-hero h1 { color: var(--ivory); font-weight: 500; font-size: clamp(38px, 6vw, 80px); line-height: 1.02; letter-spacing: -0.02em; max-width: 18ch; }
.page-hero h1 em { font-style: italic; color: var(--gold-2); }
.page-hero .ph-lead { font-size: clamp(17px, 2vw, 22px); font-weight: 300; color: rgba(247,243,234,0.82); max-width: 58ch; margin: 26px 0 0; line-height: 1.5; }
.breadcrumb { font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 22px; }
.breadcrumb a { color: rgba(247,243,234,0.6); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--green-900); color: rgba(247,243,234,0.7); padding-top: clamp(60px, 7vw, 96px); }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: clamp(30px, 4vw, 60px); padding-bottom: 56px; border-bottom: 1px solid rgba(247,243,234,0.12); }
@media (max-width: 900px) { .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 30px; } }
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } }
.footer-brand img { height: 46px; margin-bottom: 20px; }
.footer-brand .tagline { font-family: var(--font-display); font-style: italic; font-size: 20px; color: var(--gold-2); margin: 0 0 16px; }
.footer-brand .body { color: rgba(247,243,234,0.62); font-size: 14.5px; max-width: 34ch; }
.footer-col h4 { font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin: 0 0 20px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 14.5px; color: rgba(247,243,234,0.72); transition: color .2s; }
.footer-col a:hover { color: var(--gold-2); }
.footer-col .addr { font-size: 14px; line-height: 1.6; color: rgba(247,243,234,0.62); font-style: normal; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 28px 0 40px; }
.footer-bottom .legal { font-size: 12.5px; color: rgba(247,243,234,0.45); letter-spacing: 0.02em; }
.footer-bottom .confid { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(216,189,126,0.6); }

/* ============================================================
   FORM (contact)
   ============================================================ */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea {
  font-family: var(--font-sans); font-size: 15px; color: var(--ink); background: var(--paper);
  border: 1px solid var(--line); border-radius: 2px; padding: 13px 15px; transition: border-color .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 6px; }
.form-success { display: none; padding: 16px 18px; background: rgba(21,121,90,0.08); border: 1px solid var(--green-500); border-radius: 2px; color: var(--green-700); font-size: 14.5px; margin-top: 18px; }
.form-success.show { display: block; }

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(247,243,234,0.14); }
@media (max-width: 760px) { .contact-cards { grid-template-columns: 1fr; } }
.contact-card { background: var(--green-800); padding: clamp(26px, 3vw, 40px); }
.contact-card .k { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-2); font-weight: 500; }
.contact-card .v { font-size: clamp(16px, 1.6vw, 19px); color: var(--ivory); margin-top: 12px; line-height: 1.5; font-weight: 300; }
.contact-card .v a:hover { color: var(--gold-2); }

/* ============================================================
   Scroll reveal
   ============================================================ */
/* Masquage conditionnel : uniquement si le JS est actif (classe .js posée
   avant le rendu). Sans JS, tout le contenu reste pleinement visible. */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- utilities ---------- */
.tag-line { font-family: var(--font-display); font-style: italic; color: var(--gold); }
.divider-band { height: 1px; background: var(--line); }
.mb-0 { margin-bottom: 0; }
.maxw-60 { max-width: 60ch; }

@media (max-width: 1040px) {
  .nav { display: none; }
  .nav-right .lang-switch { display: none; }
  .burger { display: flex; }
  .nav-right .btn { display: none; }
}

/* ============================================================
   ACCESSIBILITÉ — focus clavier visible (ajout 2026-06-22)
   :focus-visible ne s'affiche qu'à la navigation clavier,
   jamais au clic souris : zéro impact visuel pour la souris.
   ============================================================ */
:focus-visible {
  outline: 2px solid var(--green-600);
  outline-offset: 3px;
  border-radius: 3px;
}
/* Sur fonds sombres, anneau or clair pour rester contrasté */
.on-dark :focus-visible,
.section.dark :focus-visible,
.section.deep :focus-visible,
.hero :focus-visible,
.page-hero :focus-visible,
.cta-band :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--gold-2);
}
/* Champs de formulaire : focus clavier net (anneau + bordure verte)
   — remplace le simple changement de bordure or, peu visible */
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: 2px solid var(--green-600);
  outline-offset: 2px;
  border-color: var(--green-600);
}
