/* ==========================================================================
   EnerTchad Groupe — Design System v1.0
   Ultra-premium corporate website
   ========================================================================== */

/* ---------- Fonts self-hosted (RGPD + perf) ----------
   Remplace l'import Google Fonts. woff2 servis depuis /assets/fonts/.
   Fichiers variables (couvrent weights 400-700 en un seul fichier par subset).
   ---------------------------------------------------------------------------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/Inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/Inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/SpaceGrotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/SpaceGrotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/assets/fonts/JetBrainsMono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/assets/fonts/JetBrainsMono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Skip link (a11y) ---------- */
.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 9999;
  padding: 10px 18px;
  background: #D9A84F;
  color: #080E1A;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  transition: top 0.18s ease;
}
.skip-link:focus {
  top: 16px;
  outline: 3px solid #fff;
  outline-offset: 2px;
}

/* ---------- Focus visible (a11y · WCAG 2.4.7) ---------- */
/* Indicateur focus clavier globalement uniforme.
   Appliqué à tous les éléments interactifs sauf ceux qui définissent
   déjà leur propre style (inputs formulaires ont un ring dédié). */
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible,
[role="button"]:focus-visible,
[role="menuitem"]:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold, #D9A84F);
  outline-offset: 3px;
  border-radius: 6px;
}
/* Sur fond sombre (hero, map, footer premium), ajouter un halo contrasté */
.hero a:focus-visible,
.hero button:focus-visible,
section.dark a:focus-visible,
section.dark button:focus-visible,
section.dark [tabindex]:focus-visible,
.nav a:focus-visible,
.nav button:focus-visible,
.foot-premium a:focus-visible,
.foot-premium button:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(217, 168, 79, .35);
}
/* Réduire mouvements pour reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* ---------- Tokens ---------- */
:root {
  /* Brand */
  --gold: #D9A84F;
  --gold-light: #E8C36A;
  --gold-deep: #B8892E;
  --gold-dust: rgba(217, 168, 79, 0.12);

  --navy: #080E1A;
  --navy-2: #0B1424;
  --navy-3: #121C30;
  --navy-4: #1A2540;

  --ink: #0F1724;
  --ink-2: #2B3445;
  --muted: #6E7689;
  --muted-2: #9AA2B4;
  --hairline: rgba(255,255,255,0.08);
  --hairline-dark: rgba(15,23,36,0.08);

  --cream: #F7F6F1;
  --cream-2: #EFEDE4;
  --white: #FFFFFF;

  /* Pôles */
  --pole-amont: #2C7AE0;        /* 01 · bleu */
  --pole-inter: #10B981;        /* 02 · vert émeraude (pipeline/flux) */
  --pole-aval: #F59E0B;         /* 03 · orange */
  --pole-svc: #8B5CF6;          /* 04 · violet (fusionné Amont depuis 2026) */
  --pole-energies: #14B8A6;     /* 05 · teal (solaire/H₂ · distinct de inter) */
  --pole-tech: #8B5CF6;         /* 06 · violet (IoT/cyber) */

  /* Pôles · variantes deep (gradients, text-on-light) */
  --pole-amont-deep: #1E5BB0;
  --pole-amont-light: #7CB0FF;
  --pole-inter-deep: #0E8F66;
  --pole-aval-deep: #C47A08;
  --pole-svc-deep: #6D3FC7;
  --pole-svc-dark: #2A1A4E;     /* violet profond pour cards strategic */
  --pole-sust: #2DB370;         /* durabilité · vert plus stable */
  --pole-sust-deep: #1E7A4F;

  /* Feedback */
  --ok: #10B981;
  --warn: #F59E0B;
  --err: #EF4444;

  /* Type */
  --font-display: 'Space Grotesk', 'Inter', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  /* Rhythm */
  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 10px rgba(8, 14, 26, 0.04);
  --shadow: 0 12px 40px rgba(8, 14, 26, 0.08);
  --shadow-lg: 0 24px 80px rgba(8, 14, 26, 0.12);
  --shadow-gold: 0 12px 40px rgba(217, 168, 79, 0.22);

  --max: 1280px;
  --gutter: clamp(20px, 4vw, 48px);
  --section-y: clamp(64px, 8vw, 128px);

  /* Motion */
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.2,.8,.2,1);
  --dur: .5s;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 .6em;
  color: var(--ink);
}
h1 { font-size: clamp(2.4rem, 6vw, 4.5rem); font-weight: 700; letter-spacing: -0.025em; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.8rem); letter-spacing: -0.02em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1em; color: var(--ink-2); }
.lead { font-size: clamp(1.05rem, 1.3vw, 1.25rem); color: var(--ink-2); line-height: 1.55; max-width: 62ch; }
.kicker {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 1rem;
  position: relative;
  padding-left: 42px;
}
.kicker::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 32px; height: 1px;
  background: var(--gold);
}
.display-number {
  font-family: var(--font-display);
  font-weight: 700;
  font-feature-settings: "tnum" on, "lnum" on;
  letter-spacing: -0.03em;
  line-height: 1;
}

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.container-wide { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 var(--gutter); }
section { padding: var(--section-y) 0; position: relative; }
.section-head { max-width: 820px; margin-bottom: clamp(32px, 4vw, 56px); }
.grid { display: grid; gap: clamp(16px, 2vw, 24px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-6 { grid-template-columns: repeat(6, 1fr); }
@media (max-width: 900px) {
  .grid-3, .grid-4, .grid-6 { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .grid-3, .grid-4, .grid-6 { grid-template-columns: 1fr; }
}

/* Dark section */
.dark {
  background: var(--navy);
  color: rgba(255,255,255,0.86);
}
.dark h1, .dark h2, .dark h3, .dark h4 { color: var(--white); }
.dark p { color: rgba(255,255,255,0.72); }
.dark .kicker { color: var(--gold); }
.dark .kicker::before { background: var(--gold); }
.dark .lead { color: rgba(255,255,255,0.78); }

/* ---------- Nav ---------- */
.nav-wrap { position: sticky; top: 0; z-index: 60; }
.nav {
  background: rgba(8,14,26,0.78);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid var(--hairline);
  transition: background var(--dur) var(--ease);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
  padding: 0 var(--gutter);
  max-width: 1440px;
  margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); font-family: var(--font-display); font-weight: 700; letter-spacing: -.01em; font-size: 1.05rem; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 8px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; color: var(--navy); font-size: .9rem;
  box-shadow: 0 6px 20px rgba(217,168,79,.35);
}
.brand span.accent { color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  color: rgba(255,255,255,0.78);
  font-size: .92rem; font-weight: 500; letter-spacing: .01em;
  position: relative;
  padding: 6px 0;
  transition: color .25s var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-links a.active::after, .nav-links a:hover::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--gold);
}
.nav-cta { display: flex; align-items: center; gap: 10px; }
.lang-pill { display: inline-flex; gap: 6px; padding: 6px 10px; border: 1px solid var(--hairline); border-radius: 999px; font-size: .75rem; color: rgba(255,255,255,0.6); }
.lang-pill span.on { color: var(--gold); font-weight: 600; }
.nav-toggle { display: none; background: none; border: 1px solid var(--hairline); width: 42px; height: 42px; border-radius: 8px; color: white; }
@media (max-width: 960px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: var(--navy-2); padding: 24px var(--gutter); border-bottom: 1px solid var(--hairline); }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .01em;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn-primary { background: var(--gold); color: var(--navy); box-shadow: 0 8px 24px rgba(217,168,79,.28); }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(217,168,79,.4); }
.btn-ghost { background: transparent; color: var(--white); border-color: var(--hairline); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-light { background: var(--ink); color: var(--white); }
.btn-light:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--hairline-dark); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-deep); }
.btn .arrow { transition: transform .3s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  background: radial-gradient(1200px 600px at 80% -10%, rgba(217,168,79,0.12) 0%, transparent 60%),
              radial-gradient(1000px 600px at -10% 40%, rgba(44,122,224,0.10) 0%, transparent 60%),
              linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
  color: white;
  overflow: hidden;
  display: flex; align-items: center;
  padding: clamp(80px, 10vw, 140px) 0 clamp(80px, 10vw, 120px);
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><g fill='none' stroke='rgba(255,255,255,0.035)' stroke-width='1'><path d='M0 40H160M0 80H160M0 120H160M40 0V160M80 0V160M120 0V160'/></g></svg>");
  pointer-events: none;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, transparent 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: 1100px; }
.hero h1 { color: white; max-width: 16ch; }
.hero h1 .gold { color: var(--gold); }
.hero .lead { color: rgba(255,255,255,0.78); margin-top: 1rem; max-width: 58ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 2.5rem; }
.hero-footstrip {
  position: absolute; left: 0; right: 0; bottom: 0;
  border-top: 1px solid var(--hairline);
  background: rgba(8,14,26,0.35);
}
.hero-footstrip .strip-inner {
  display: flex; gap: clamp(24px, 5vw, 80px); align-items: center;
  padding: 22px var(--gutter);
  max-width: 1440px; margin: 0 auto;
  overflow-x: auto;
}
.hero-footstrip .strip-inner span { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,0.46); white-space: nowrap; }
.hero-footstrip .strip-inner .sep { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* Hero sub for interior pages */
.hero-sub {
  min-height: 56vh;
  padding: clamp(96px, 10vw, 140px) 0 clamp(64px, 8vw, 96px);
}
.hero-sub h1 { font-size: clamp(2.2rem, 5vw, 4rem); }

/* ---------- KPI Board ---------- */
.kpi-board {
  background: var(--navy-2);
  color: white;
  padding: clamp(48px, 7vw, 80px) 0;
  position: relative;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.kpi-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2px; background: var(--hairline); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--hairline); }
@media (max-width: 900px) { .kpi-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .kpi-grid { grid-template-columns: repeat(2, 1fr); } }
.kpi-cell {
  background: var(--navy-2);
  padding: 28px 24px;
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 160px;
  position: relative;
  transition: background .3s var(--ease);
}
.kpi-cell::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--accent, var(--gold)); opacity: .85; }
.kpi-cell:hover { background: var(--navy-3); }
.kpi-cell .value { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 3.2vw, 2.8rem); letter-spacing: -.03em; color: white; }
.kpi-cell .unit { color: var(--gold); font-size: .95rem; font-weight: 500; margin-left: 4px; }
.kpi-cell .label { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,0.58); margin-top: 10px; }

/* ---------- Section intros ---------- */
.section-head h2 { margin-bottom: .4em; }
.section-head .lead { margin-top: 0; }

/* ---------- Card (pôle) ---------- */
.pole-grid { gap: 20px; }
.card-pole {
  position: relative;
  background: var(--white);
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius-lg);
  padding: 32px;
  overflow: hidden;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s var(--ease);
  display: flex; flex-direction: column; min-height: 340px;
}
.card-pole::before {
  content: "";
  position: absolute; inset: 0 0 auto 0; height: 4px;
  background: var(--accent, var(--gold));
}
.card-pole:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card-pole .pole-num { font-family: var(--font-display); font-weight: 700; font-size: 3.4rem; color: var(--accent, var(--gold)); opacity: .18; position: absolute; right: 24px; top: 20px; line-height: 1; }
.card-pole h3 { font-size: 1.4rem; margin-bottom: .5rem; }
.card-pole p { color: var(--muted); margin-bottom: 1.2rem; flex-grow: 1; }
.card-pole .pole-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 1.4rem; }
.card-pole .pole-tags span { font-size: .72rem; padding: 5px 10px; background: var(--cream-2); color: var(--ink-2); border-radius: 99px; font-weight: 500; }
.card-pole .pole-link { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-weight: 600; font-size: .9rem; }
.card-pole .pole-link::after { content: "→"; transition: transform .3s var(--ease); }
.card-pole:hover .pole-link::after { transform: translateX(4px); }

.card-pole.amont { --accent: var(--pole-amont); --accent-2: var(--pole-amont-deep); }
.card-pole.inter { --accent: var(--pole-inter); --accent-2: var(--pole-inter-deep); }
.card-pole.aval { --accent: var(--pole-aval); --accent-2: var(--pole-aval-deep); }
.card-pole.svc { --accent: var(--pole-svc); --accent-2: var(--pole-svc-deep); }
.card-pole.energies { --accent: var(--pole-energies); --accent-2: #0D9488; }
.card-pole.tech { --accent: var(--pole-tech); --accent-2: #7C3AED; }

/* Accent H2 — remplace les <em style="color:var(--gold-deep)..."> inline */
.h2-accent { color: var(--gold-deep); font-style: normal; }

/* ---------- Utility classes — remplacent les style= inline ---------- */
/* Puces (dots) d'icônes de pôle : background = couleur pleine */
.dot-amont    { background: var(--pole-amont); }
.dot-inter    { background: var(--pole-inter); }
.dot-aval     { background: var(--pole-aval); }
.dot-svc      { background: var(--pole-svc); }
.dot-energies { background: var(--pole-energies); }
.dot-tech     { background: var(--pole-tech); }
.dot-gold     { background: var(--gold); }
.dot-navy     { background: var(--navy); }
.dot-pipeline { background: transparent; border: 2px dashed var(--gold); }

/* Chips colorées (label tinted sur fond pastel) */
.chip-tint-amont    { background: rgba(44, 122, 224, 0.14); color: var(--pole-amont-deep); }
.chip-tint-inter    { background: rgba(16, 185, 129, 0.14); color: var(--pole-inter-deep); }
.chip-tint-aval     { background: rgba(245, 158, 11, 0.14); color: var(--pole-aval-deep); }
.chip-tint-svc      { background: rgba(139, 92, 246, 0.14); color: var(--pole-svc-deep); }
.chip-tint-energies { background: rgba(20, 184, 166, 0.14); color: #0D9488; }
.chip-tint-sust     { background: rgba(45, 179, 112, 0.14); color: var(--pole-sust); }
.chip-amont-soft    { --chip-bg: rgba(44, 122, 224, 0.18); --chip-fg: var(--pole-amont-light); }
.chip-inter-soft    { --chip-bg: rgba(16, 185, 129, 0.18); --chip-fg: #6AE3B6; }
.chip-aval-soft     { --chip-bg: rgba(245, 158, 11, 0.18); --chip-fg: #FBB640; }
.chip-svc-soft      { --chip-bg: rgba(139, 92, 246, 0.20); --chip-fg: #B89FF3; }

/* Texte blanc sur section sombre (remplace <strong style="color:#fff">) */
.t-white  { color: var(--white); }
.t-inter  { color: var(--pole-inter); }
.h-720    { max-width: 720px; }

/* Cadre-carte blanc simple (remplace style="background:#fff;border:...;border-radius:...;padding:36px;box-shadow:...") */
.box-card {
  background: var(--white);
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow);
}

/* Liste Between (label à gauche / valeur à droite, ligne par ligne) */
.li-between {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* Titre de bande promotionnelle (executive dashboard teaser, etc.) */
.promo-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(22px, 2.4vw, 30px);
  color: var(--white);
  margin: 0 0 10px;
}

/* Bars de répartition CA/filière — remplace les linear-gradient inline avec hex */
.b-fill--amont { background: linear-gradient(90deg, var(--pole-amont-deep), var(--pole-amont)); }
.b-fill--inter { background: linear-gradient(90deg, var(--pole-inter-deep), var(--pole-inter)); }
.b-fill--aval  { background: linear-gradient(90deg, var(--pole-aval-deep), var(--pole-aval)); }
.b-fill--svc   { background: linear-gradient(90deg, var(--pole-svc-deep), var(--pole-svc)); }
.b-fill--sust  { background: linear-gradient(90deg, var(--pole-sust), var(--pole-sust-deep)); }

/* Icon wrapper tinted sur background pastel (remplace style="background: rgba(...); color: ...;") */
.icon-sust     { background: rgba(45, 179, 112, 0.14); color: var(--pole-sust); }
.icon-inter    { background: rgba(16, 185, 129, 0.14); color: var(--pole-inter); }
.icon-aval     { background: rgba(245, 158, 11, 0.14); color: var(--pole-aval); }
.icon-svc      { background: rgba(139, 92, 246, 0.14); color: var(--pole-svc); }
.icon-energies { background: rgba(20, 184, 166, 0.14); color: var(--pole-energies); }

/* Bouton ghost sur fond sombre (404/500/offline) — remplace style="color:#fff;border-color:rgba(255,255,255,0.3);" */
.btn-ghost.on-dark { color: var(--white); border-color: rgba(255, 255, 255, 0.3); }

/* Portraits leader-card — dégradés par initiale de pôle */
.l-portrait-amont { background: linear-gradient(135deg, var(--pole-amont) 0%, var(--pole-amont-deep) 100%); }
.l-portrait-aval  { background: linear-gradient(135deg, var(--pole-aval) 0%, var(--pole-aval-deep) 100%); }
.l-portrait-inter { background: linear-gradient(135deg, var(--pole-inter) 0%, var(--pole-inter-deep) 100%); }
.l-portrait-svc   { background: linear-gradient(135deg, var(--pole-svc) 0%, var(--pole-svc-deep) 100%); }

/* Card strategic — fond violet profond → navy (programme phare services) */
.card-strategic-purple { background: linear-gradient(135deg, var(--pole-svc-dark) 0%, var(--navy) 100%); border-radius: var(--radius-lg); padding: 40px; color: white; position: relative; overflow: hidden; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.split.reverse .split-text { order: 2; }
@media (max-width: 900px) { .split.reverse .split-text { order: unset; } }

/* ---------- Stat tiles ---------- */
.stat-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
.stat-tile {
  padding: 20px; border-radius: var(--radius);
  background: var(--cream-2);
  border-left: 3px solid var(--accent, var(--gold));
}
.stat-tile .value { font-family: var(--font-display); font-weight: 700; font-size: 1.8rem; color: var(--ink); letter-spacing: -.02em; }
.stat-tile .label { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
.dark .stat-tile { background: var(--navy-3); }
.dark .stat-tile .value { color: white; }
.dark .stat-tile .label { color: rgba(255,255,255,0.6); }

/* ---------- Feature card ---------- */
.feature-card {
  background: var(--white);
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s var(--ease);
  height: 100%;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold); }
.feature-card .icon-wrap {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--gold-dust); display: grid; place-items: center;
  color: var(--gold-deep); margin-bottom: 18px;
}
.feature-card h4 { font-size: 1.15rem; margin-bottom: .4rem; }
.feature-card p { color: var(--muted); font-size: .94rem; margin-bottom: 0; }

.dark .feature-card { background: var(--navy-3); border-color: var(--hairline); }
.dark .feature-card h4 { color: white; }
.dark .feature-card p { color: rgba(255,255,255,0.68); }
.dark .feature-card .icon-wrap { background: rgba(217,168,79,0.14); color: var(--gold); }

/* ---------- Timeline ---------- */
.timeline { position: relative; padding: 20px 0; }
.timeline::before {
  content: ""; position: absolute; left: 20px; top: 0; bottom: 0;
  width: 2px; background: linear-gradient(180deg, var(--gold) 0%, transparent 100%);
}
.timeline-item { position: relative; padding-left: 64px; padding-bottom: 40px; }
.timeline-item::before {
  content: ""; position: absolute; left: 12px; top: 6px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--navy); border: 2px solid var(--gold);
  box-shadow: 0 0 0 4px rgba(217,168,79,0.2);
}
.timeline-item .tl-date { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
.timeline-item h4 { margin-top: 6px; margin-bottom: 6px; }
.timeline-item p { color: var(--muted); font-size: .94rem; }
.dark .timeline-item::before { background: var(--navy); }
.dark .timeline-item .tl-date { color: var(--gold); }
.dark .timeline-item p { color: rgba(255,255,255,0.7); }

/* ---------- Map ---------- */
.map-wrap {
  position: relative;
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 48px);
  overflow: hidden;
  border: 1px solid var(--hairline);
}
.map-wrap::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 30% 30%, rgba(217,168,79,0.12), transparent 50%),
                    radial-gradient(circle at 70% 70%, rgba(44,122,224,0.12), transparent 50%);
  pointer-events: none;
}
.map-svg { width: 100%; height: auto; position: relative; z-index: 1; }
.map-basin { cursor: pointer; transition: all .4s var(--ease); }
.map-basin circle { transition: all .4s var(--ease); }
.map-basin:hover circle.pulse { r: 26; }
.map-basin:hover circle.dot { fill: var(--gold); r: 10; }
.map-basin.active circle.pulse { r: 30; opacity: .6; }
.map-basin.active circle.dot { fill: var(--gold-light); r: 12; }
.map-legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--hairline); position: relative; z-index: 1; }
.map-legend span { display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; color: rgba(255,255,255,0.8); }
.map-legend .dot { width: 10px; height: 10px; border-radius: 50%; }
.map-info-panel {
  position: absolute; top: 24px; right: 24px;
  background: rgba(11,20,36,0.9);
  backdrop-filter: blur(14px);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 22px 24px;
  max-width: 280px;
  opacity: 0; transform: translateY(10px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
  pointer-events: none;
  z-index: 2;
}
.map-info-panel.show { opacity: 1; transform: translateY(0); }
.map-info-panel h4 { color: var(--gold); font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 10px; }
.map-info-panel .b-name { font-family: var(--font-display); font-size: 1.4rem; color: white; margin-bottom: 6px; font-weight: 600; }
.map-info-panel .b-desc { font-size: .85rem; color: rgba(255,255,255,0.7); }
.map-info-panel .b-stat { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--hairline); display: flex; gap: 18px; }
.map-info-panel .b-stat div { font-size: .78rem; color: rgba(255,255,255,0.6); }
.map-info-panel .b-stat strong { display: block; font-family: var(--font-display); color: white; font-size: 1.1rem; font-weight: 600; margin-top: 2px; }

/* ---------- News cards ---------- */
.news-grid { gap: 20px; }
.news-card {
  background: var(--white);
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.news-card .news-img {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--accent, var(--gold)) 0%, var(--accent-2, var(--gold-deep)) 100%);
  position: relative;
  overflow: hidden;
}
.news-card .news-img::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80'><g fill='none' stroke='rgba(255,255,255,0.12)' stroke-width='1'><circle cx='40' cy='40' r='20'/><circle cx='40' cy='40' r='30'/><circle cx='40' cy='40' r='40'/></g></svg>");
  background-size: 80px 80px;
  mix-blend-mode: overlay;
}
.news-card .news-img .news-cat {
  position: absolute; top: 16px; left: 16px;
  background: rgba(8,14,26,0.8); color: white;
  font-size: .72rem; padding: 5px 10px; border-radius: 99px;
  letter-spacing: .1em; text-transform: uppercase; font-weight: 600;
}
.news-card .news-body { padding: 22px; flex-grow: 1; display: flex; flex-direction: column; }
.news-card .news-date { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.news-card h4 { font-size: 1.1rem; margin-bottom: .6rem; line-height: 1.3; }
.news-card p { font-size: .9rem; color: var(--muted); flex-grow: 1; margin-bottom: 1rem; }
.news-card .news-read { color: var(--gold-deep); font-weight: 600; font-size: .88rem; align-self: flex-start; }

.news-card.c-corp { --accent: var(--gold); --accent-2: var(--gold-deep); }
.news-card.c-amont { --accent: var(--pole-amont); --accent-2: #1E5BB0; }
.news-card.c-inter { --accent: var(--pole-inter); --accent-2: #0E8F66; }
.news-card.c-aval { --accent: var(--pole-aval); --accent-2: #C47A08; }
.news-card.c-esg { --accent: #2DB370; --accent-2: #1E7A4F; }
.news-card.c-hr { --accent: var(--pole-svc); --accent-2: #6D3FC7; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
  color: white;
  padding: clamp(48px, 7vw, 96px) 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute; right: -200px; top: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(217,168,79,0.18), transparent 70%);
  pointer-events: none;
}
.cta-band .inner { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: center; position: relative; z-index: 1; }
@media (max-width: 800px) { .cta-band .inner { grid-template-columns: 1fr; } }
.cta-band h2 { color: white; }
.cta-band .ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
@media (max-width: 800px) { .cta-band .ctas { justify-content: flex-start; } }

/* ---------- Footer ---------- */
footer {
  background: var(--navy);
  color: rgba(255,255,255,0.6);
  padding: clamp(64px, 7vw, 96px) 0 28px;
  border-top: 1px solid var(--hairline);
}
footer .foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 48px; }
@media (max-width: 900px) { footer .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { footer .foot-grid { grid-template-columns: 1fr; } }
footer h5 { color: white; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer li { margin-bottom: 10px; font-size: .92rem; }
footer li a { color: rgba(255,255,255,0.64); transition: color .2s; }
footer li a:hover { color: var(--gold); }
footer .foot-brand { max-width: 320px; }
footer .foot-brand p { font-size: .9rem; color: rgba(255,255,255,0.56); margin-top: 16px; }
footer .foot-bottom {
  border-top: 1px solid var(--hairline);
  padding-top: 28px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: .82rem;
  color: rgba(255,255,255,0.48);
}
footer .foot-bottom .legal { display: flex; gap: 20px; flex-wrap: wrap; }
footer .foot-bottom .legal a:hover { color: var(--gold); }

/* ---------- Reveal animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
  transition-delay: var(--delay, 0s);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Badge / Chip ---------- */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  border-radius: 99px;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: var(--gold-dust);
  color: var(--gold-deep);
}
.badge.dark-mode { background: rgba(217,168,79,0.14); color: var(--gold); }
.badge .dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }

/* ---------- Quote ---------- */
.quote {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}
.quote .marks {
  display: block;
  font-family: var(--font-display);
  font-size: 5rem; line-height: 0.4;
  color: var(--gold);
  margin-bottom: 10px;
}
.quote blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -.01em;
  color: var(--ink);
}
.dark .quote blockquote { color: white; }
.quote .attrib { margin-top: 20px; font-size: .92rem; color: var(--muted); }
.dark .quote .attrib { color: rgba(255,255,255,0.6); }

/* ---------- Table ---------- */
.data-table { width: 100%; border-collapse: collapse; font-size: .94rem; }
.data-table th, .data-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--hairline-dark); }
.data-table th { font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 600; background: var(--cream-2); }
.data-table tr:hover td { background: rgba(217,168,79,0.04); }
.dark .data-table th { background: var(--navy-3); color: rgba(255,255,255,0.6); }
.dark .data-table th, .dark .data-table td { border-bottom-color: var(--hairline); color: rgba(255,255,255,0.85); }

/* ---------- Pipeline timeline horizontal ---------- */
.pipeline-track {
  position: relative;
  padding: 60px 0 20px;
  margin: 40px 0;
}
.pipeline-track .line {
  position: absolute; top: 80px; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-deep) 0%, var(--gold) 50%, var(--gold-deep) 100%);
  border-radius: 2px;
}
.pipeline-stops {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  position: relative;
}
.pipeline-stop {
  text-align: center;
  padding: 0 10px;
  position: relative;
}
.pipeline-stop::before {
  content: "";
  display: block;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--navy); border: 3px solid var(--gold);
  margin: 0 auto 20px; position: relative;
  box-shadow: 0 0 0 6px rgba(217,168,79,0.15);
}
.pipeline-stop .stop-km { font-family: var(--font-display); font-weight: 600; color: var(--gold); font-size: 1.1rem; }
.pipeline-stop .stop-name { font-size: .92rem; color: white; font-weight: 500; margin-top: 4px; }
.pipeline-stop .stop-sub { font-size: .78rem; color: rgba(255,255,255,0.5); margin-top: 2px; }

/* ---------- Pole chip header ---------- */
.pole-chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px;
  border-radius: 99px;
  background: var(--chip-bg, rgba(217,168,79,0.15));
  color: var(--chip-fg, var(--gold));
  font-weight: 600; font-size: .88rem; letter-spacing: .04em;
  margin-bottom: 1.2rem;
}
.pole-chip .num { font-family: var(--font-display); font-weight: 700; }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0 !important; }
.mb-4 { margin-bottom: 2rem !important; }
.mt-4 { margin-top: 2rem !important; }
.muted { color: var(--muted); }
.gold { color: var(--gold-deep); }
.hr { height: 1px; background: var(--hairline-dark); border: 0; margin: 32px 0; }
.dark .hr { background: var(--hairline); }

/* ---------- Station grid ---------- */
.station-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.station-chip {
  padding: 14px 16px;
  background: var(--cream-2);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--pole-aval);
  font-size: .92rem;
  color: var(--ink);
  font-weight: 500;
  transition: transform .25s var(--ease);
}
.station-chip:hover { transform: translateX(4px); }
.station-chip .count { display: block; font-size: .74rem; color: var(--muted); margin-top: 2px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }

/* ---------- Product list ---------- */
.product-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.product-item {
  background: var(--white);
  padding: 20px; border-radius: var(--radius-sm);
  border: 1px solid var(--hairline-dark);
}
.product-item .p-name { font-weight: 600; color: var(--ink); }
.product-item .p-code { font-family: var(--font-display); color: var(--pole-aval); font-size: .9rem; margin-top: 4px; }
.product-item .p-desc { font-size: .85rem; color: var(--muted); margin-top: 8px; }

/* ---------- Nav dropdown ---------- */
.nav-dropdown { position: relative; }
.nav-drop-trigger {
  display: inline-flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,0.78);
  font-size: .92rem; font-weight: 500; letter-spacing: .01em;
  padding: 6px 0;
  background: none; border: 0;
  font-family: var(--font-body);
  cursor: pointer;
  transition: color .25s var(--ease);
}
.nav-drop-trigger:hover,
.nav-dropdown:hover .nav-drop-trigger,
.nav-dropdown:focus-within .nav-drop-trigger,
.nav-drop-trigger.active { color: var(--white); }
.nav-drop-trigger .chev {
  width: 10px; height: 10px;
  transition: transform .25s var(--ease);
  stroke: currentColor; stroke-width: 2; fill: none;
}
.nav-dropdown:hover .nav-drop-trigger .chev,
.nav-dropdown:focus-within .nav-drop-trigger .chev { transform: rotate(180deg); }
/* Legacy .nav-drop-menu block removed — all pages now use the unified Ultra Mega Menu (.nav-mega).
   Mobile accordion for the mega menu is handled in the Ultra section at end of file. */

/* ---------- Forms ---------- */
.form-wrap {
  background: var(--white);
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 48px);
  box-shadow: var(--shadow-sm);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 700px) { .form-row { grid-template-columns: 1fr; } }
.form-group { display: flex; flex-direction: column; margin-bottom: 22px; }
.form-group label {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 8px;
}
.form-group label .req { color: var(--gold-deep); margin-left: 2px; }
.form-group input,
.form-group select,
.form-group textarea {
  font: inherit;
  font-size: .98rem;
  color: var(--ink);
  padding: 14px 16px;
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius-sm);
  background: var(--cream);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
  width: 100%;
  outline: 0;
}
.form-group textarea { min-height: 140px; resize: vertical; line-height: 1.5; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(217,168,79,0.14);
}
.form-group .hint { font-size: .78rem; color: var(--muted); margin-top: 6px; }
.form-group.error input,
.form-group.error textarea { border-color: var(--err); background: rgba(239,68,68,0.04); }
.form-group.error .hint { color: var(--err); }
.form-group.ok input,
.form-group.ok textarea { border-color: var(--ok); }

.check-group { display: flex; align-items: flex-start; gap: 10px; margin: 6px 0 22px; }
.check-group input[type="checkbox"] {
  width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold-deep);
  flex-shrink: 0;
}
.check-group label {
  font-size: .88rem; color: var(--ink-2); line-height: 1.5;
  text-transform: none; letter-spacing: 0; font-weight: 400;
  margin: 0;
}
.check-group label a { color: var(--gold-deep); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }

.form-submit {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px;
  background: var(--navy); color: white;
  border-radius: 10px;
  font-weight: 600; font-size: .95rem;
  border: 0; cursor: pointer;
  transition: background .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.form-submit:hover { background: var(--navy-3); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(8,14,26,.25); }
.form-submit.primary { background: var(--gold); color: var(--navy); box-shadow: 0 8px 24px rgba(217,168,79,.28); }
.form-submit.primary:hover { background: var(--gold-light); box-shadow: 0 14px 30px rgba(217,168,79,.4); }

.form-success, .form-failure {
  display: none;
  padding: 16px 20px;
  border-radius: var(--radius);
  font-size: .95rem;
  margin-top: 18px;
}
.form-success.show, .form-failure.show { display: block; }
.form-success { background: rgba(16,185,129,0.08); color: #0E8F66; border: 1px solid rgba(16,185,129,0.3); }
.form-failure { background: rgba(239,68,68,0.08); color: #B83232; border: 1px solid rgba(239,68,68,0.3); }

/* ---------- Contact cards ---------- */
.contact-card {
  background: var(--white);
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.contact-card .c-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--gold-dust); color: var(--gold-deep);
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.contact-card h4 { font-size: 1.05rem; margin-bottom: .3rem; }
.contact-card .c-line { color: var(--muted); font-size: .9rem; margin: 4px 0; }
.contact-card .c-line strong { color: var(--ink); font-weight: 600; }
.contact-card a { color: var(--gold-deep); font-weight: 500; }
.contact-card a:hover { color: var(--gold); }

/* ---------- Governance list ---------- */
.gov-list { display: grid; gap: 14px; }
.gov-item {
  display: grid; grid-template-columns: 56px 1fr auto; gap: 20px;
  padding: 22px 24px;
  background: var(--white);
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius);
  align-items: center;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.gov-item:hover { border-color: var(--gold); transform: translateX(4px); }
.gov-item .g-num {
  font-family: var(--font-display); font-weight: 700;
  color: var(--gold-deep); font-size: 1.5rem;
  text-align: center;
}
.gov-item h4 { margin: 0 0 4px; font-size: 1.05rem; }
.gov-item p { margin: 0; font-size: .9rem; color: var(--muted); }
.gov-item .g-count {
  font-family: var(--font-display); font-weight: 600;
  color: var(--muted); font-size: .85rem;
  padding: 8px 14px; border: 1px solid var(--hairline-dark); border-radius: 99px;
}
@media (max-width: 700px) {
  .gov-item { grid-template-columns: 48px 1fr; }
  .gov-item .g-count { grid-column: 2; justify-self: start; }
}

/* ---------- Leadership grid (portraits placeholders) ---------- */
.leader-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.leader-card {
  background: var(--white);
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.leader-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.leader-card .l-portrait {
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--navy-2) 0%, var(--navy-4) 100%);
  position: relative;
  display: grid; place-items: center;
}
.leader-card .l-portrait::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60'><g fill='none' stroke='rgba(217,168,79,0.14)' stroke-width='1'><circle cx='30' cy='30' r='18'/><circle cx='30' cy='30' r='28'/></g></svg>");
  background-size: 60px 60px;
  opacity: .5;
}
.leader-card .l-initials {
  font-family: var(--font-display); font-weight: 700;
  color: var(--gold); font-size: 2.8rem;
  z-index: 1; letter-spacing: -.02em;
}
.leader-card .l-body { padding: 22px; }
.leader-card .l-role { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
.leader-card .l-name { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--ink); margin-top: 6px; line-height: 1.2; }
.leader-card .l-bio { font-size: .88rem; color: var(--muted); margin-top: 8px; line-height: 1.5; }

/* ---------- IR snapshot ---------- */
.ir-ticker {
  background: var(--navy);
  color: white;
  padding: 20px 24px;
  border-radius: var(--radius);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2px;
  border: 1px solid var(--hairline);
  overflow: hidden;
}
.ir-ticker .tick {
  padding: 12px 16px;
  background: var(--navy);
}
.ir-ticker .tick + .tick { border-left: 1px solid var(--hairline); }
.ir-ticker .t-label { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,0.52); }
.ir-ticker .t-value { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; color: white; margin-top: 4px; letter-spacing: -.02em; }
.ir-ticker .t-value .up { color: var(--ok); font-size: .82rem; font-weight: 500; margin-left: 6px; }
.ir-ticker .t-value .down { color: var(--err); font-size: .82rem; font-weight: 500; margin-left: 6px; }
@media (max-width: 700px) {
  .ir-ticker .tick + .tick { border-left: 0; border-top: 1px solid var(--hairline); }
}

/* ---------- Doc cards (financial reports, etc) ---------- */
.doc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.doc-card {
  background: var(--white);
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius);
  padding: 22px;
  display: flex; flex-direction: column; gap: 10px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.doc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold); }
.doc-card .d-icon {
  width: 40px; height: 40px; border-radius: 8px;
  background: var(--gold-dust); color: var(--gold-deep);
  display: grid; place-items: center;
}
.doc-card .d-kind { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.doc-card .d-title { font-family: var(--font-display); font-weight: 600; color: var(--ink); font-size: 1rem; line-height: 1.25; }
.doc-card .d-meta { font-size: .82rem; color: var(--muted); }
.doc-card .d-dl { color: var(--gold-deep); font-weight: 600; font-size: .88rem; margin-top: auto; }

/* ---------- Calendar list (IR events) ---------- */
.cal-list { display: grid; gap: 10px; }
.cal-item {
  display: grid; grid-template-columns: 90px 1fr auto; gap: 20px;
  padding: 18px 24px;
  background: var(--white);
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius-sm);
  align-items: center;
}
.cal-item .c-date {
  font-family: var(--font-display); font-weight: 700;
  color: var(--gold-deep); font-size: 1.1rem;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  background: var(--gold-dust);
}
.cal-item .c-date small { display: block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 2px; font-weight: 600; }
.cal-item h4 { margin: 0 0 4px; font-size: 1rem; }
.cal-item p { margin: 0; font-size: .88rem; color: var(--muted); }
.cal-item .c-tag {
  font-size: .72rem; padding: 5px 10px; border-radius: 99px;
  background: var(--cream-2); color: var(--ink-2);
  letter-spacing: .08em; text-transform: uppercase; font-weight: 600;
}
@media (max-width: 700px) {
  .cal-item { grid-template-columns: 1fr; }
  .cal-item .c-tag { justify-self: start; }
}

/* ---------- ESG pillar cards ---------- */
.esg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .esg-grid { grid-template-columns: 1fr; } }
.esg-card {
  background: var(--white);
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
  display: flex; flex-direction: column; min-height: 360px;
}
.esg-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.esg-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--accent, var(--gold));
}
.esg-card .esg-letter {
  font-family: var(--font-display); font-weight: 700;
  color: var(--accent, var(--gold)); font-size: 5rem;
  opacity: .14;
  position: absolute; right: 28px; top: 20px; line-height: 1;
}
.esg-card .esg-sub { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.esg-card h3 { margin: 8px 0 12px; font-size: 1.35rem; }
.esg-card p { color: var(--muted); flex-grow: 1; }
.esg-card .esg-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--hairline-dark); }
.esg-card .esg-kpis div .n { font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: 1.3rem; letter-spacing: -.02em; }
.esg-card .esg-kpis div .l { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }
.esg-card.env { --accent: #2DB370; }
.esg-card.soc { --accent: var(--pole-amont); }
.esg-card.gov { --accent: var(--gold-deep); }

/* ---------- Job cards ---------- */
.job-list { display: grid; gap: 12px; }
.job-card {
  display: grid; grid-template-columns: 1fr auto auto auto; gap: 24px;
  padding: 22px 28px;
  background: var(--white);
  border: 1px solid var(--hairline-dark);
  border-radius: var(--radius);
  align-items: center;
  transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.job-card:hover { border-color: var(--gold); transform: translateX(4px); box-shadow: var(--shadow-sm); }
.job-card .j-title { font-family: var(--font-display); font-weight: 600; color: var(--ink); font-size: 1.05rem; margin-bottom: 4px; }
.job-card .j-dept { font-size: .82rem; color: var(--muted); letter-spacing: .05em; }
.job-card .j-meta {
  font-size: .8rem; color: var(--ink-2);
  padding: 6px 12px; background: var(--cream-2); border-radius: 99px;
  white-space: nowrap;
}
.job-card .j-cta {
  color: var(--gold-deep); font-weight: 600; font-size: .88rem;
  display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap;
}
.job-card .j-cta::after { content: "→"; transition: transform .3s var(--ease); }
.job-card:hover .j-cta::after { transform: translateX(3px); }
@media (max-width: 800px) {
  .job-card { grid-template-columns: 1fr; gap: 10px; }
  .job-card .j-meta { justify-self: start; }
}

/* ---------- Values (culture) grid ---------- */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 900px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .values-grid { grid-template-columns: 1fr; } }
.value-card {
  padding: 26px;
  border-radius: var(--radius);
  background: var(--navy-3);
  border: 1px solid var(--hairline);
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.value-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.value-card .v-num {
  font-family: var(--font-display); font-weight: 700;
  color: var(--gold); font-size: 1rem; letter-spacing: .1em;
  margin-bottom: 12px;
}
.value-card h4 { color: white; font-size: 1.05rem; margin-bottom: .5rem; }
.value-card p { color: rgba(255,255,255,0.68); font-size: .88rem; margin: 0; }

/* ---------- Chart bars (simple CSS) ---------- */
.bar-chart { display: grid; gap: 16px; }
.bar-row { display: grid; grid-template-columns: 140px 1fr 80px; gap: 16px; align-items: center; }
.bar-row .b-label { font-size: .88rem; color: var(--ink-2); font-weight: 500; }
.bar-row .b-track {
  height: 10px; background: var(--cream-2); border-radius: 5px; overflow: hidden;
  position: relative;
}
.bar-row .b-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-deep) 0%, var(--gold) 100%);
  border-radius: 5px;
  width: 0;
  transition: width 1.4s var(--ease-out);
}
.bar-row .b-fill.is-visible { width: var(--w, 50%); }
.bar-row .b-value { font-family: var(--font-display); font-weight: 600; color: var(--ink); font-size: .95rem; text-align: right; }
.dark .bar-row .b-label { color: rgba(255,255,255,0.78); }
.dark .bar-row .b-track { background: var(--navy-3); }
.dark .bar-row .b-value { color: white; }

@media (max-width: 560px) {
  .bar-row { grid-template-columns: 1fr; gap: 6px; }
  .bar-row .b-value { text-align: left; }
}

/* ---------- Page hero (legal + maps + newsletter) ---------- */
.page-hero {
  padding: 140px 0 64px;
  background: linear-gradient(180deg, var(--cream) 0%, #fff 100%);
  border-bottom: 1px solid var(--cream-2);
}
.page-hero .eyebrow { color: var(--gold-deep); margin-bottom: 12px; }
.page-hero h1 {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(32px, 4.5vw, 56px); line-height: 1.08; letter-spacing: -0.02em;
  color: var(--ink); margin: 0 0 16px;
}
.page-hero .lead {
  max-width: 720px; color: var(--ink-2); font-size: 1.08rem; line-height: 1.6;
}

.hero-compact { padding: 120px 0 64px; }

/* ---------- Legal pages ---------- */
.legal-section { padding: 48px 0 96px; background: #fff; }
.legal-wrap { max-width: 820px; }
.legal-article {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(8,14,26,0.06);
}
.legal-article:last-of-type { border-bottom: none; }
.legal-article h2 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.4rem; color: var(--ink); margin: 0 0 16px;
  letter-spacing: -0.005em;
}
.legal-article p { color: var(--ink-2); line-height: 1.72; margin: 0 0 14px; font-size: 1rem; }
.legal-article a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }
.legal-article a:hover { color: var(--gold); }
.legal-list {
  list-style: none; padding: 0; margin: 0 0 14px;
  display: grid; gap: 10px;
}
.legal-list li {
  padding: 8px 0 8px 24px;
  color: var(--ink-2);
  line-height: 1.65;
  position: relative;
  font-size: .98rem;
}
.legal-list li::before {
  content: ""; position: absolute; left: 0; top: 14px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
}
.legal-note {
  padding: 14px 18px; margin-top: 12px;
  background: rgba(217,168,79,0.08);
  border-left: 3px solid var(--gold);
  border-radius: 0 8px 8px 0;
  font-size: .96rem;
}
.legal-meta {
  font-size: .86rem; color: var(--ink-3);
  margin-top: 32px; font-style: italic;
}

/* Cookie table */
.cookie-table-wrap { overflow-x: auto; margin: 16px 0; }
.cookie-table {
  width: 100%; border-collapse: collapse; font-size: .93rem;
  border: 1px solid rgba(8,14,26,0.08); border-radius: 10px; overflow: hidden;
}
.cookie-table th, .cookie-table td {
  padding: 12px 16px; text-align: left;
  border-bottom: 1px solid rgba(8,14,26,0.06);
}
.cookie-table thead { background: var(--cream); }
.cookie-table th { font-family: var(--font-display); font-weight: 600; color: var(--ink); }
.cookie-table td { color: var(--ink-2); }
.cookie-table tbody tr:last-child td { border-bottom: none; }
.cookie-table code {
  background: rgba(217,168,79,0.12); color: var(--gold-deep);
  padding: 2px 7px; border-radius: 4px; font-size: .88rem;
}

/* ---------- Maps page ---------- */
.map-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: start;
}
.map-frame {
  background: #fff; border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--cream-2);
  box-shadow: 0 10px 32px rgba(8,14,26,0.06);
}
.map-frame svg { width: 100%; height: auto; display: block; }
.map-site { cursor: pointer; transition: 0.3s; }
.map-site:hover circle { transform-origin: center; }
.map-site:hover circle:first-child { filter: drop-shadow(0 0 6px rgba(217,168,79,0.6)); }

.map-legend {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid var(--cream-2);
  position: sticky; top: 100px;
}
.map-legend h3 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.05rem; margin: 0 0 16px; color: var(--ink);
}
.map-legend h4 {
  font-family: var(--font-display); font-weight: 600;
  font-size: .95rem; margin: 24px 0 8px; color: var(--ink);
}
.legend-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.legend-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: .88rem; color: var(--ink-2);
}
.legend-list .dot {
  display: inline-block; width: 12px; height: 12px; border-radius: 50%;
  flex-shrink: 0;
}

/* City grid (stations) */
.city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.city-cell {
  padding: 14px 16px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--cream-2);
  display: flex; justify-content: space-between; align-items: center;
  transition: 0.25s;
}
.city-cell:hover { border-color: var(--gold); transform: translateY(-2px); }
.city-cell strong {
  font-family: var(--font-display); font-weight: 600;
  font-size: .95rem; color: var(--ink);
}
.city-cell span {
  font-size: .82rem; color: var(--gold-deep); font-weight: 500;
}

@media (max-width: 960px) {
  .map-layout { grid-template-columns: 1fr; }
  .map-legend { position: static; }
}

/* ---------- Newsletter form extras ---------- */
.form-dark { background: rgba(255,255,255,0.04); padding: 32px; border-radius: 16px; border: 1px solid rgba(217,168,79,0.15); }
.form-dark .form-group label { color: rgba(255,255,255,0.9); }
.form-dark .form-group input,
.form-dark .form-group select {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
}
.form-dark .form-group input::placeholder { color: rgba(255,255,255,0.4); }
.form-dark .form-group input:focus,
.form-dark .form-group select:focus {
  border-color: var(--gold);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 0 3px rgba(217,168,79,0.18);
}
.form-dark .check-group { color: rgba(255,255,255,0.78); font-size: .88rem; }
.form-dark .check-group a { color: var(--gold); }
.form-dark .form-hint { color: rgba(255,255,255,0.55); font-size: .84rem; margin-top: 8px; }

.chip-group { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.chip {
  padding: 8px 14px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.82);
  font-size: .86rem;
  cursor: pointer;
  transition: 0.2s;
  user-select: none;
}
.chip input { display: none; }
.chip:has(input:checked) {
  background: rgba(217,168,79,0.18);
  border-color: var(--gold);
  color: var(--gold);
}
.chip:hover { border-color: rgba(217,168,79,0.4); }

.form-actions { margin-top: 24px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

/* Quote cards */
.quote-card {
  padding: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(217,168,79,0.2);
  border-radius: 14px;
  position: relative;
}
.quote-card::before {
  content: """;
  position: absolute; top: -6px; left: 14px;
  font-family: var(--font-display); font-size: 60px;
  color: rgba(217,168,79,0.5); line-height: 1;
}
.quote-card p {
  color: rgba(255,255,255,0.88);
  font-size: 1.02rem; line-height: 1.65;
  font-style: italic;
  margin: 0 0 14px;
  padding-top: 12px;
}
.quote-card footer {
  color: var(--gold);
  font-size: .84rem;
  font-weight: 500;
}

/* Hero KPI row (newsletter) */
.kpi-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.kpi-row > div { display: flex; flex-direction: column; }
.kpi-row strong {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(28px, 3vw, 36px);
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.01em;
}
.kpi-row span {
  font-size: .8rem;
  color: rgba(255,255,255,0.6);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 720px) { .kpi-row { grid-template-columns: repeat(2, 1fr); } }

/* Hero card (newsletter preview) */
.hero-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(217,168,79,0.22);
  border-radius: 16px;
  padding: 28px;
}
.hc-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(217,168,79,0.16);
  color: var(--gold);
  border-radius: 100px;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hero-card h3 {
  font-family: var(--font-display); font-weight: 600;
  color: #fff; font-size: 1.2rem; margin: 0 0 14px;
}
.hc-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  margin-top: 22px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.hc-stats > div { display: flex; flex-direction: column; gap: 4px; }
.hc-stats span {
  font-size: .74rem; color: rgba(255,255,255,0.5);
  text-transform: uppercase; letter-spacing: 0.05em;
}
.hc-stats strong {
  font-family: var(--font-display); font-weight: 600;
  color: var(--gold); font-size: 1.02rem;
}

.f-meta {
  margin-top: 12px !important;
  padding-top: 12px;
  border-top: 1px solid rgba(8,14,26,0.06);
  font-size: .82rem !important;
  color: var(--ink-3) !important;
  font-style: italic;
}
.dark .f-meta { border-top-color: rgba(255,255,255,0.1); color: rgba(255,255,255,0.55) !important; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; bottom: 20px; left: 20px; right: 20px;
  max-width: 540px; margin: 0 auto;
  background: var(--navy);
  color: var(--cream);
  border: 1px solid rgba(217,168,79,0.25);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  z-index: 200;
  display: none;
  animation: cookieSlideUp 0.5s var(--ease-out);
}
.cookie-banner.show { display: block; }
@keyframes cookieSlideUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
.cookie-banner h4 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1rem; margin: 0 0 8px; color: var(--gold);
}
.cookie-banner p {
  font-size: .88rem; color: rgba(255,255,255,0.78);
  line-height: 1.55; margin: 0 0 14px;
}
.cookie-banner p a { color: var(--gold); text-decoration: underline; }
.cookie-banner .cb-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-banner .cb-btn {
  flex: 1;
  padding: 9px 14px;
  border: 1px solid rgba(217,168,79,0.3);
  background: transparent;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: .86rem;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.25s;
}
.cookie-banner .cb-btn:hover { border-color: var(--gold); }
.cookie-banner .cb-btn.primary {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  font-weight: 600;
}
.cookie-banner .cb-btn.primary:hover { background: var(--gold-light); }

/* ---------- Print stylesheet ---------- */
@media print {
  .nav-topbar, .nav-wrap, footer, .cookie-banner, .nav-toggle,
  .btn, .hero-card, .reveal { all: revert; }
  body { background: white !important; color: #000 !important; font-size: 11pt; }
  .nav-topbar, .nav-wrap, .cookie-banner, .nav-toggle, .btn, .form-wrap, .nav-dropdown,
  [role="menu"], .hero-card, .product-cta, .foot-bottom .legal { display: none !important; }
  footer { background: none !important; color: #000 !important; border-top: 1px solid #ccc; margin-top: 24pt; }
  .section { padding: 16pt 0 !important; background: white !important; color: #000 !important; }
  .section.dark { color: #000 !important; }
  .container { max-width: 100% !important; padding: 0 !important; }
  h1, h2, h3, h4 { color: #000 !important; page-break-after: avoid; }
  p, li { color: #222 !important; }
  a { color: #080E1A !important; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; color: #666; }
  .reveal { opacity: 1 !important; transform: none !important; }
  img, svg { max-width: 100%; page-break-inside: avoid; }
  .feature-card, .leader-card, .esg-card, .doc-card, .cal-item,
  .contact-card, .job-card { page-break-inside: avoid; border: 1px solid #ddd !important; background: white !important; color: #000 !important; }
}

/* ================================================================
   ULTRA-PREMIUM HEADER : Topbar + Mega Menu + Lang Switcher
   ================================================================ */

/* Top utility bar */
.nav-topbar {
  background: linear-gradient(90deg, #05080F 0%, #0B1424 50%, #05080F 100%);
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  line-height: 1;
  border-bottom: 1px solid rgba(217, 168, 79, .12);
  position: relative;
  z-index: 61;
}
.nav-topbar-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
}
.topbar-left, .topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.tb-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  transition: color .2s ease;
  font-weight: 500;
  letter-spacing: .015em;
}
.tb-item:hover { color: var(--gold-light); }
.tb-item svg { width: 14px; height: 14px; stroke: var(--gold); opacity: .9; }
.tb-sep {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, .1);
  display: inline-block;
}
.tb-badges { display: inline-flex; gap: 10px; }
.tb-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(217, 168, 79, .08);
  border: 1px solid rgba(217, 168, 79, .22);
  color: var(--gold-light);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.tb-badge::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 6px rgba(217, 168, 79, .8);
}
.tb-social {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;              /* visuel compact */
  height: 28px;
  border-radius: 50%;
  color: rgba(255, 255, 255, .65);
  transition: all .2s ease;
}
/* Hit area étendue à 44×44 pour WCAG 2.5.5 (invisible, pas d'impact visuel) */
.tb-social::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
}
.tb-social:hover { color: var(--gold); background: rgba(217, 168, 79, .08); transform: translateY(-1px); }
.tb-social svg { width: 14px; height: 14px; }

/* Language switcher */
.lang-switch { position: relative; }
.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  cursor: pointer;
  transition: all .2s ease;
  font-family: inherit;
}
.lang-btn:hover { background: rgba(217, 168, 79, .1); border-color: rgba(217, 168, 79, .3); }
.lang-btn .chev { width: 10px; height: 10px; transition: transform .2s ease; }
.lang-switch[aria-expanded="true"] .lang-btn .chev,
.lang-switch.is-open .lang-btn .chev { transform: rotate(180deg); }
.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 160px;
  background: #0B1424;
  border: 1px solid rgba(217, 168, 79, .2);
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .04);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: all .22s cubic-bezier(.2, .8, .3, 1);
  z-index: 80;
}
.lang-switch.is-open .lang-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.lang-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 6px;
  color: rgba(255, 255, 255, .8);
  font-size: .82rem;
  font-weight: 500;
  text-decoration: none;
  transition: background .15s ease;
}
.lang-menu a:hover { background: rgba(217, 168, 79, .08); color: var(--gold-light); }
.lang-menu a.is-active { background: rgba(217, 168, 79, .14); color: var(--gold); }
.lang-menu a .lm-flag { font-size: 1rem; }

/* Nav wrap + brand lockup */
.nav-wrap {
  background: rgba(8, 14, 26, .88);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(217, 168, 79, .12);
  position: sticky;
  top: 0;
  z-index: 60;
  transition: background .25s ease, box-shadow .25s ease;
}
.nav-wrap.is-scrolled {
  background: rgba(5, 8, 15, .96);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .4);
}
.nav[data-nav] {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  transition: padding .25s ease;
}
.nav-wrap.is-scrolled .nav[data-nav] { padding: 10px 32px; }
.brand-lockup {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.1;
  gap: 2px;
}
.brand-lockup .brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.18rem;
  letter-spacing: -.01em;
  color: #fff;
}
.brand-lockup .brand-sub {
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: .85;
}

/* Main nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: center;
}
.nav-links > a,
.nav-drop-trigger {
  position: relative;
  padding: 10px 14px;
  border-radius: 8px;
  color: rgba(255, 255, 255, .82);
  font-size: .92rem;
  font-weight: 500;
  letter-spacing: -.005em;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: color .18s ease, background .18s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-links > a:hover,
.nav-drop-trigger:hover,
.nav-drop-trigger[aria-expanded="true"] {
  color: #fff;
  background: rgba(217, 168, 79, .08);
}
.nav-drop-trigger .chev {
  width: 11px; height: 11px;
  transition: transform .2s ease;
  opacity: .7;
}
.nav-drop-trigger[aria-expanded="true"] .chev,
.nav-has-mega:hover .chev { transform: rotate(180deg); opacity: 1; }

.nav-cta { display: flex; align-items: center; gap: 12px; }
.btn-sm { padding: 9px 16px; font-size: .85rem; }
.nav-cta-btn { white-space: nowrap; }

/* Scroll progress bar */
.nav-progress {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 2px;
  background: transparent;
  overflow: hidden;
}
.nav-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold-deep));
  transition: width .08s linear;
  box-shadow: 0 0 8px rgba(217, 168, 79, .6);
}

/* ============ FULL-WIDTH MEGA MENU ============ */
.nav-has-mega { position: static; }
.nav-mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 1px;
  background: #0B1424;
  border-top: 1px solid rgba(217, 168, 79, .22);
  border-bottom: 1px solid rgba(217, 168, 79, .1);
  box-shadow: 0 28px 60px rgba(0, 0, 0, .55);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility 0s .22s linear;
  z-index: 70;
}
.nav-has-mega:hover .nav-mega,
.nav-has-mega.is-open .nav-mega,
.nav-drop-trigger[aria-expanded="true"] + .nav-mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity .22s ease, transform .22s ease;
}
.nav-mega-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 36px 32px 32px;
}
.nav-mega-body {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 1fr;
  gap: 42px;
}
.mega-col { min-width: 0; }
.mega-col-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
}
.mega-col-head::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--gold);
}

/* Pôle cards in mega menu */
.mega-pole {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  text-decoration: none;
  transition: all .22s ease;
  margin-bottom: 4px;
}
.mega-pole:hover {
  background: rgba(217, 168, 79, .05);
  border-color: rgba(217, 168, 79, .18);
  transform: translateX(2px);
}
.mp-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 168, 79, .08);
  color: var(--gold);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.mp-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--accent, var(--gold)) 0%, transparent 80%);
  opacity: .18;
}
.mp-icon svg { width: 20px; height: 20px; position: relative; z-index: 1; }
.mega-pole[data-pole="amont"] { --accent: var(--pole-amont); }
.mega-pole[data-pole="amont"] .mp-icon { color: var(--pole-amont); }
.mega-pole[data-pole="inter"] { --accent: var(--pole-inter); }
.mega-pole[data-pole="inter"] .mp-icon { color: var(--pole-inter); }
.mega-pole[data-pole="aval"] { --accent: var(--pole-aval); }
.mega-pole[data-pole="aval"] .mp-icon { color: var(--pole-aval); }
.mega-pole[data-pole="svc"] { --accent: var(--pole-svc); }
.mega-pole[data-pole="svc"] .mp-icon { color: var(--pole-svc); }
.mega-pole[data-pole="energies"] { --accent: var(--pole-energies); }
.mega-pole[data-pole="energies"] .mp-icon { color: var(--pole-energies); }
.mega-pole[data-pole="technologies"] { --accent: var(--pole-tech); }
.mega-pole[data-pole="technologies"] .mp-icon { color: var(--pole-tech); }

.mp-body { min-width: 0; }
.mp-body strong {
  display: block;
  font-family: var(--font-display);
  font-size: .98rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
  letter-spacing: -.005em;
}
.mp-body span {
  display: block;
  font-size: .82rem;
  color: rgba(255, 255, 255, .62);
  line-height: 1.45;
  margin-bottom: 5px;
}
.mp-body em {
  font-style: normal;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent, var(--gold));
  opacity: .92;
}

.mega-map-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  margin-top: 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(217, 168, 79, .09), rgba(217, 168, 79, .02));
  border: 1px dashed rgba(217, 168, 79, .3);
  color: var(--gold-light);
  text-decoration: none;
  font-size: .88rem;
  font-weight: 500;
  transition: all .2s ease;
}
.mega-map-cta:hover { background: rgba(217, 168, 79, .13); border-style: solid; }
.mega-map-cta .arrow { color: var(--gold); }

/* Mega feature panel (right aside) */
.mega-feature {
  position: relative;
  padding: 26px;
  border-radius: 14px;
  background:
    radial-gradient(800px 300px at 100% 0%, rgba(217, 168, 79, .12), transparent 60%),
    linear-gradient(180deg, rgba(18, 28, 48, .8), rgba(11, 20, 36, .8));
  border: 1px solid rgba(217, 168, 79, .2);
  overflow: hidden;
}
.mega-feature::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), transparent);
}
.mf-eyebrow {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  display: block;
}
.mf-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.25;
  letter-spacing: -.01em;
}
.mf-title em { color: var(--gold-light); font-style: normal; }
.mf-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 20px;
}
.mf-stat {
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, .25);
  border: 1px solid rgba(255, 255, 255, .06);
}
.mf-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gold-light);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.mf-stat span {
  display: block;
  font-size: .72rem;
  color: rgba(255, 255, 255, .6);
  letter-spacing: .02em;
}
.mf-ctas { display: flex; flex-direction: column; gap: 8px; }
.nav-new-badge {
  display: inline-block;
  padding: 1px 7px;
  margin: 0 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0B1424;
  background: linear-gradient(135deg, #E8C36A, #D9A84F);
  border-radius: 999px;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(217, 168, 79, 0.35);
}
.mf-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(217, 168, 79, .08);
  border: 1px solid rgba(217, 168, 79, .2);
  color: var(--gold-light);
  text-decoration: none;
  font-size: .86rem;
  font-weight: 500;
  transition: all .2s ease;
}
.mf-cta:hover { background: rgba(217, 168, 79, .16); color: #fff; transform: translateX(2px); }
.mf-cta.is-primary { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.mf-cta.is-primary:hover { background: var(--gold-light); }

/* Responsive header */
@media (max-width: 1100px) {
  .nav-topbar { display: none; }
  .nav-mega-body { grid-template-columns: 1fr 1fr; }
  .mega-feature { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .nav[data-nav] { padding: 12px 20px; gap: 16px; }
  .nav-mega-body { grid-template-columns: 1fr; gap: 24px; }
  .brand-lockup .brand-sub { display: none; }
}

/* ================================================================
   ULTRA-PREMIUM FOOTER
   ================================================================ */

.foot-premium {
  background:
    radial-gradient(1200px 500px at 20% 0%, rgba(217, 168, 79, .07), transparent 60%),
    radial-gradient(900px 400px at 90% 100%, rgba(44, 122, 224, .06), transparent 60%),
    linear-gradient(180deg, #05080F 0%, #080E1A 100%);
  color: rgba(255, 255, 255, .76);
  position: relative;
  margin-top: 80px;
}
.foot-premium::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 168, 79, .4), transparent);
}

/* ----- Pre-footer newsletter ----- */
.foot-pre {
  padding: 64px 0 56px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  position: relative;
}
.foot-pre::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 80px; height: 1px;
  background: var(--gold);
}
.foot-pre-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}
.foot-pre-copy .eyebrow-gold {
  color: var(--gold);
  display: inline-block;
  margin-bottom: 12px;
}
.foot-pre-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 14px;
  letter-spacing: -.015em;
}
.foot-pre-title em { color: var(--gold-light); font-style: normal; }
.foot-pre-lead {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .7);
  margin: 0 0 20px;
  max-width: 520px;
}
.foot-pre-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.foot-pre-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
  color: rgba(255, 255, 255, .78);
}
.foot-pre-bullets svg {
  width: 16px; height: 16px;
  color: var(--gold);
  flex-shrink: 0;
}

.foot-pre-form {
  background:
    linear-gradient(180deg, rgba(18, 28, 48, .85), rgba(11, 20, 36, .9));
  border: 1px solid rgba(217, 168, 79, .18);
  border-radius: 16px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.foot-pre-form::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.fpf-label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.fpf-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-bottom: 14px;
}
.fpf-input {
  position: relative;
  display: flex;
  align-items: center;
}
.fpf-input svg {
  position: absolute;
  left: 14px;
  width: 18px; height: 18px;
  color: rgba(255, 255, 255, .4);
  pointer-events: none;
}
.fpf-input input {
  width: 100%;
  padding: 12px 14px 12px 42px;
  background: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  color: #fff;
  font-size: .95rem;
  font-family: inherit;
  transition: all .2s ease;
}
.fpf-input input::placeholder { color: rgba(255, 255, 255, .35); }
.fpf-input input:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(0, 0, 0, .45);
  box-shadow: 0 0 0 3px rgba(217, 168, 79, .15);
}
.fpf-submit { border-radius: 10px; }
.fpf-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .78rem;
  color: rgba(255, 255, 255, .55);
  line-height: 1.5;
  margin-bottom: 16px;
  cursor: pointer;
}
.fpf-consent input { margin-top: 2px; accent-color: var(--gold); }
.fpf-consent a { color: var(--gold-light); }
.fpf-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}
.fpf-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .72rem;
  color: rgba(255, 255, 255, .5);
  font-weight: 500;
}
.fpf-trust-item svg { width: 13px; height: 13px; color: var(--gold); opacity: .8; }

/* ----- Main footer ----- */
.foot-main {
  padding: 72px 0 0;
  position: relative;
  overflow: hidden;
}
.foot-main-inner { position: relative; z-index: 2; }
.foot-watermark {
  position: absolute;
  right: -80px;
  top: 40px;
  font-family: var(--font-display);
  color: rgba(217, 168, 79, .035);
  pointer-events: none;
  user-select: none;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: .88;
}
.fw-mark {
  font-size: 24rem;
  font-weight: 700;
  letter-spacing: -.05em;
}
.fw-text {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: -.02em;
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.6fr .9fr .9fr .9fr 1.1fr;
  gap: 48px;
  margin-bottom: 56px;
}

/* Colonne brand */
.brand-footer { align-items: flex-start; }
.foot-brand-lead {
  font-size: .92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .65);
  margin: 16px 0 20px;
  max-width: 380px;
}
.foot-legal-data {
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.foot-legal-data .fld-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  font-size: .78rem;
  padding-bottom: 7px;
  border-bottom: 1px dotted rgba(255, 255, 255, .08);
}
.foot-legal-data dt {
  color: rgba(255, 255, 255, .45);
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .7rem;
  padding-top: 2px;
}
.foot-legal-data dd {
  margin: 0;
  color: rgba(255, 255, 255, .85);
  font-weight: 500;
}

.fb-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fb-badge {
  display: inline-flex;
  flex-direction: column;
  padding: 8px 14px;
  border-radius: 10px;
  background: rgba(217, 168, 79, .06);
  border: 1px solid rgba(217, 168, 79, .2);
  line-height: 1.1;
}
.fb-badge strong {
  font-family: var(--font-display);
  font-size: .82rem;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .04em;
}
.fb-badge span {
  font-size: .64rem;
  color: rgba(255, 255, 255, .55);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Colonnes links */
.foot-col { min-width: 0; }
.foot-head {
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(217, 168, 79, .18);
  position: relative;
}
.foot-head::after {
  content: "";
  position: absolute;
  left: 0; bottom: -1px;
  width: 28px; height: 1px;
  background: var(--gold);
}
.foot-head-mt { margin-top: 28px; }
.foot-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.foot-links li { margin: 0; }
.foot-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  font-weight: 450;
  text-decoration: none;
  transition: color .18s ease, transform .2s ease;
}
.foot-links a:hover {
  color: var(--gold-light);
  transform: translateX(3px);
}
.foot-links-numbered a .fl-num {
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--gold);
  opacity: .7;
  min-width: 22px;
}
.foot-links-numbered a:hover .fl-num { opacity: 1; }

/* Colonne contact */
.foot-contact { min-width: 0; }
.fc-address {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  font-style: normal;
  margin-bottom: 16px;
  font-size: .88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, .75);
}
.fc-address svg { width: 18px; height: 18px; color: var(--gold); margin-top: 2px; }
.fc-address strong { color: #fff; font-weight: 600; }

.fc-contacts {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.fc-contacts li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .88rem;
}
.fc-contacts li svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; }
.fc-contacts a {
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
  transition: color .18s ease;
}
.fc-contacts a:hover { color: var(--gold-light); }

.fc-hours {
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(16, 185, 129, .08);
  border: 1px solid rgba(16, 185, 129, .22);
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fc-hours::before {
  content: "";
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 8px #10B981;
  margin-bottom: 4px;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: .4; }
}
.fc-hours-label {
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #10B981;
}
.fc-hours-val { font-size: .86rem; color: rgba(255, 255, 255, .85); font-weight: 500; }

.fc-socials {
  display: flex;
  gap: 10px;
}
.fc-socials a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .7);
  transition: all .22s ease;
}
.fc-socials a:hover {
  color: var(--gold);
  background: rgba(217, 168, 79, .1);
  border-color: rgba(217, 168, 79, .35);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .3);
}
.fc-socials svg { width: 18px; height: 18px; }

/* Certifications row */
.foot-certs {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
}
.fc-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
  white-space: nowrap;
}
.fc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fc-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  font-size: .76rem;
  color: rgba(255, 255, 255, .75);
  font-weight: 500;
  letter-spacing: .01em;
  transition: all .2s ease;
}
.fc-chip:hover {
  background: rgba(217, 168, 79, .08);
  border-color: rgba(217, 168, 79, .3);
  color: #fff;
}
.fc-chip strong {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .03em;
}

/* Bottom bar */
.foot-bottom-inner {
  padding: 22px 0 28px;
}
.foot-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: .8rem;
  color: rgba(255, 255, 255, .55);
}
.fb-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.fb-left strong { color: rgba(255, 255, 255, .8); font-weight: 600; }
.fb-sep { color: rgba(255, 255, 255, .25); }
.fb-origin { font-style: italic; color: rgba(255, 255, 255, .5); }

.foot-bottom .legal,
.fb-right {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.fb-right a {
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
  font-size: .8rem;
  transition: color .18s ease;
  position: relative;
}
.fb-right a:hover { color: var(--gold-light); }
.fb-right a + a::before {
  content: "";
  position: absolute;
  left: -10px; top: 50%;
  width: 2px; height: 2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
  transform: translateY(-50%);
}

/* Responsive footer */
@media (max-width: 1200px) {
  .foot-grid { grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
  .foot-brand { grid-column: 1 / -1; }
  .foot-contact { grid-column: 1 / -1; }
  .fw-mark { font-size: 16rem; }
  .fw-text { font-size: 3rem; }
}
@media (max-width: 820px) {
  .foot-pre-inner { grid-template-columns: 1fr; gap: 32px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .foot-brand, .foot-contact { grid-column: 1 / -1; }
  .foot-certs { grid-template-columns: 1fr; gap: 16px; }
  .foot-bottom { flex-direction: column; align-items: flex-start; }
  .foot-watermark { display: none; }
  .fpf-row { grid-template-columns: 1fr; }
  .foot-main { padding-top: 48px; }
}
@media (max-width: 560px) {
  .foot-grid { grid-template-columns: 1fr; }
  .foot-pre { padding: 40px 0; }
  .foot-pre-form { padding: 20px; }
  .foot-legal-data .fld-row { grid-template-columns: 1fr; gap: 2px; }
  .foot-legal-data dt { padding-top: 0; }
}


/* ================================================================
   ULTRA MEGA MENU — enhancements on top of the base mega menu
   Search · live-dot · stagger reveal · active-state · empty-state
   · mobile accordion · reduced-motion support
   ================================================================ */

/* Integrated search bar at the top of the mega panel */
.mega-search {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(217, 168, 79, 0.12);
}
.mega-search-label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color .18s ease, background .18s ease;
}
.mega-search-label:focus-within {
  border-color: rgba(217, 168, 79, 0.5);
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 3px rgba(217, 168, 79, 0.12);
}
.mega-search-label svg { color: var(--gold); flex-shrink: 0; opacity: .85; }
.mega-search-label input {
  flex: 1;
  background: transparent;
  border: 0;
  color: #fff;
  font: inherit;
  font-size: .92rem;
  padding: 2px 0;
  outline: 0;
  min-width: 0;
}
.mega-search-label input::placeholder { color: rgba(255, 255, 255, 0.42); }
.mega-kbd {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px 7px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-display, inherit);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .04em;
  flex-shrink: 0;
}
.mega-kbd span { font-size: .85em; opacity: .8; margin-right: 1px; }

/* Empty search state */
.mega-empty {
  margin-top: 20px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: rgba(217, 168, 79, 0.04);
  border: 1px dashed rgba(217, 168, 79, 0.22);
  color: rgba(255, 255, 255, 0.7);
  font-size: .85rem;
}
.mega-empty[hidden] { display: none !important; }
.mega-empty svg { color: var(--gold); opacity: .7; flex-shrink: 0; }
.mega-empty em { color: var(--gold-light); font-style: normal; font-weight: 600; }

/* Hide filtered-out cards while keeping layout smooth */
.mega-pole[data-hidden],
.mega-map[data-hidden] {
  display: none;
}

/* Stagger-reveal cards when the menu opens */
.nav-has-mega .mega-pole,
.nav-has-mega .mega-map,
.nav-has-mega .mega-feature {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .28s ease, transform .28s ease;
  transition-delay: 0ms;
}
.nav-has-mega:hover .mega-pole,
.nav-has-mega:hover .mega-map,
.nav-has-mega:hover .mega-feature,
.nav-has-mega.is-open .mega-pole,
.nav-has-mega.is-open .mega-map,
.nav-has-mega.is-open .mega-feature {
  opacity: 1;
  transform: translateY(0);
}
.nav-has-mega:hover .mega-col > .mega-pole:nth-child(2),
.nav-has-mega.is-open .mega-col > .mega-pole:nth-child(2) { transition-delay: 40ms; }
.nav-has-mega:hover .mega-col > .mega-pole:nth-child(3),
.nav-has-mega.is-open .mega-col > .mega-pole:nth-child(3) { transition-delay: 80ms; }
.nav-has-mega:hover .mega-col > .mega-pole:nth-child(4),
.nav-has-mega.is-open .mega-col > .mega-pole:nth-child(4) { transition-delay: 120ms; }
.nav-has-mega:hover .mega-col > .mega-pole:nth-child(5),
.nav-has-mega.is-open .mega-col > .mega-pole:nth-child(5) { transition-delay: 160ms; }
.nav-has-mega:hover .mega-feature,
.nav-has-mega.is-open .mega-feature { transition-delay: 200ms; }

/* LIVE indicator dot on Dashboard exécutif CTA */
.live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3CB371;
  box-shadow: 0 0 0 0 rgba(60, 179, 113, 0.7);
  animation: live-pulse 2s cubic-bezier(.25, .8, .3, 1) infinite;
  margin-right: 8px;
  vertical-align: 0;
  flex-shrink: 0;
}
.mf-cta .mf-cta-label { display: inline-flex; align-items: center; }
@keyframes live-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(60, 179, 113, 0.7); }
  70%  { box-shadow: 0 0 0 7px rgba(60, 179, 113, 0); }
  100% { box-shadow: 0 0 0 0 rgba(60, 179, 113, 0); }
}

/* Active page highlighting inside the mega menu */
.mega-pole.is-active {
  background: rgba(217, 168, 79, 0.08);
  border-color: rgba(217, 168, 79, 0.28);
}
.mega-pole.is-active::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent, var(--gold));
  position: absolute;
  top: 14px;
  right: 14px;
  box-shadow: 0 0 8px var(--accent, var(--gold));
}
.mega-pole { position: relative; }

/* Keyboard-nav focus style (roving tabindex) */
.mega-pole:focus-visible,
.mega-map:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-color: rgba(217, 168, 79, 0.32);
}

/* Nav links active state — ensure .active and aria-current share the same visual */
.nav-links > a.active,
.nav-links > a[aria-current="page"],
.nav-drop-trigger[aria-current="true"] {
  color: #fff;
  background: rgba(217, 168, 79, 0.1);
}
.nav-links > a.active::after,
.nav-links > a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

/* Mobile accordion for the mega menu */
@media (max-width: 820px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 12px 20px 20px;
    gap: 2px;
    background: #080E1A;
    border-bottom: 1px solid rgba(217, 168, 79, 0.18);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-links.open { display: flex; }
  .nav-links > a,
  .nav-drop-trigger {
    padding: 14px 12px;
    width: 100%;
    justify-content: space-between;
    border-radius: 8px;
  }
  .nav-has-mega { width: 100%; position: relative; }
  .nav-has-mega .nav-mega {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: none;
    transition: none;
  }
  .nav-has-mega.is-open .nav-mega { display: block; }
  .nav-mega-inner { padding: 8px 0 16px; }
  .nav-mega-body { grid-template-columns: 1fr; gap: 12px; }
  .mega-search { margin-bottom: 14px; padding-bottom: 14px; }
  .mega-kbd { display: none; }
  .mega-feature { padding: 20px; }
  .mf-stats { gap: 10px; }

  /* Disable stagger on mobile (keep it snappy) */
  .nav-has-mega.is-open .mega-pole,
  .nav-has-mega.is-open .mega-map,
  .nav-has-mega.is-open .mega-feature {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .nav-has-mega .mega-pole,
  .nav-has-mega .mega-map,
  .nav-has-mega .mega-feature,
  .nav-mega {
    transition: none !important;
    animation: none !important;
  }
  .live-dot { animation: none; }
}

/* ================================================================
   SECONDARY MEGA PANELS — Groupe · Investisseurs · Durabilité · Talents · Actualités
   Reuses .nav-has-mega + .nav-mega visual shell, slightly tighter layout
   ================================================================ */
.nav-has-mega-sec .nav-mega-body {
  grid-template-columns: 1fr 1fr 1.2fr; /* 2 col lists + feature */
  gap: 28px;
}
@media (max-width: 960px) {
  .nav-has-mega-sec .nav-mega-body { grid-template-columns: 1fr; }
}

/* Secondary panels: narrower overall (less content than Pôles) */
.nav-has-mega-sec .nav-mega {
  max-width: 960px;
}

/* Current-section highlight on trigger */
.nav-has-mega.is-current-section .nav-drop-trigger {
  color: #fff;
  background: rgba(217, 168, 79, 0.1);
}
.nav-has-mega.is-current-section .nav-drop-trigger::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.nav-drop-trigger { position: relative; }

/* ================================================================
   BRAND LOGO — animated clover SVG (replaces letter-mark E)
   ================================================================ */
.brand-mark.has-logo {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  width: 42px;
  height: 42px;
  overflow: visible;
}
.brand-logo {
  display: block;
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 2px 8px rgba(217, 168, 79, 0.35));
  transition: transform .5s cubic-bezier(.2, .8, .2, 1), filter .3s ease;
}
.brand:hover .brand-logo {
  transform: rotate(18deg) scale(1.04);
  filter: drop-shadow(0 4px 16px rgba(217, 168, 79, 0.55));
}
.brand-logo .bl-ring {
  transform-origin: 100px 100px;
  animation: bl-ring-rotate 32s linear infinite;
}
.brand-logo .bl-petals {
  transform-origin: 100px 100px;
  animation: bl-petals-breathe 6s ease-in-out infinite;
}
.brand-logo .bl-petal { transform-origin: 100px 100px; }
.brand-logo .bl-p1 { animation: bl-petal-pulse 5s ease-in-out infinite; }
.brand-logo .bl-p2 { animation: bl-petal-pulse 5s ease-in-out infinite 1.25s; }
.brand-logo .bl-p3 { animation: bl-petal-pulse 5s ease-in-out infinite 2.5s; }
.brand-logo .bl-p4 { animation: bl-petal-pulse 5s ease-in-out infinite 3.75s; }
.brand-logo .bl-core {
  transform-origin: 100px 100px;
  animation: bl-core-pulse 3.2s ease-in-out infinite;
}
@keyframes bl-ring-rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes bl-petals-breathe {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.015); }
}
@keyframes bl-petal-pulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: .86; }
}
@keyframes bl-core-pulse {
  0%, 100% { transform: scale(1); opacity: .55; }
  50%      { transform: scale(1.45); opacity: .25; }
}
@media (prefers-reduced-motion: reduce) {
  .brand-logo .bl-ring,
  .brand-logo .bl-petals,
  .brand-logo .bl-petal,
  .brand-logo .bl-core { animation: none; }
}

/* ================================================================
   HERO ANIMATED BACKDROP — canvas layer + legibility overlay
   ================================================================ */
.hero { position: relative; overflow: hidden; isolation: isolate; }
.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: .85;
  mix-blend-mode: screen;
}
.hero-inner { position: relative; z-index: 3; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(60% 80% at 30% 40%, rgba(217, 168, 79, 0.08), transparent 70%),
    radial-gradient(50% 60% at 80% 60%, rgba(74, 143, 217, 0.06), transparent 70%),
    linear-gradient(180deg, rgba(8, 14, 26, 0) 0%, rgba(8, 14, 26, 0.35) 100%);
  pointer-events: none;
}
.hero-footstrip { position: relative; z-index: 3; }

/* Hero headline gold glow (subtle) */
.hero h1 .gold {
  background: linear-gradient(90deg, #E8C667, #D9A84F, #E8C667);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  animation: gold-shine 6s linear infinite;
}
@keyframes gold-shine {
  from { background-position: 0% 0; }
  to   { background-position: 200% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero h1 .gold {
    color: var(--gold) !important;
    background: none;
    animation: none;
    -webkit-text-fill-color: var(--gold);
  }
  .hero-canvas { display: none; }
}

/* ================================================================
   3D MAP — perspective tilt + animated pulses + pipeline flow
   ================================================================ */
.map-frame.is-3d {
  perspective: 1200px;
  transform-style: preserve-3d;
}
.map-frame.is-3d > svg {
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform .35s cubic-bezier(.2, .8, .2, 1);
  transform-origin: center center;
  will-change: transform;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.12));
}
.map-frame.is-3d {
  position: relative;
}
.map-frame.is-3d::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -12px;
  height: 24px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.18), rgba(0,0,0,0) 70%);
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
}

/* Site pulses (rings expanding outward from each site marker) */
.site-pulse {
  opacity: 0;
  transform-origin: center center;
  transform-box: fill-box;
  animation: site-pulse 2.8s cubic-bezier(.25, .8, .3, 1) infinite;
  animation-delay: var(--delay, 0s);
  pointer-events: none;
}
@keyframes site-pulse {
  0%   { opacity: 0.6; transform: scale(1);   }
  80%  { opacity: 0;   transform: scale(3);   }
  100% { opacity: 0;   transform: scale(3.2); }
}

/* Pipeline flow — animate dash offset */
.pipeline-flow {
  animation: pipeline-flow 3s linear infinite;
}
@keyframes pipeline-flow {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -28; }
}

/* Site hover: scale + brighten */
.map-site { cursor: pointer; transition: transform .3s cubic-bezier(.2,.8,.2,1); transform-box: fill-box; transform-origin: center; }
.map-site:hover { transform: scale(1.1); }
.map-site:hover circle:first-of-type { filter: drop-shadow(0 0 6px currentColor); }

/* ================================================================
   BASIN 3D — add pseudo-depth + hover lift
   ================================================================ */
.map-basin.is-3d {
  transition: transform .4s cubic-bezier(.2, .8, .2, 1), filter .3s ease;
  transform-origin: center;
}
.map-basin.is-3d:hover {
  transform: translateY(-4px) scale(1.02);
  filter: drop-shadow(0 10px 20px rgba(217, 168, 79, 0.25));
}
.map-basin.is-3d.active {
  transform: translateY(-4px) scale(1.03);
  filter: drop-shadow(0 14px 30px rgba(217, 168, 79, 0.35));
}

@media (prefers-reduced-motion: reduce) {
  .site-pulse { animation: none; opacity: 0; }
  .pipeline-flow { animation: none; }
  .map-frame.is-3d > svg { transform: none !important; transition: none; }
  .map-basin.is-3d { transition: none; }
}

/* ================================================================
   PÔLE HERO PATTERNS — SVG backdrop for /operations/*.html
   Subtle abstract pattern per pôle, driven by [data-pole]
   ================================================================ */
.hero[data-pole-pattern] {
  position: relative;
}
.hero[data-pole-pattern]::before {
  background:
    radial-gradient(40% 60% at 25% 30%, rgba(217, 168, 79, 0.12), transparent 70%),
    radial-gradient(45% 60% at 75% 70%, rgba(74, 143, 217, 0.08), transparent 70%),
    var(--pole-pattern-bg, linear-gradient(180deg, rgba(8,14,26,0), rgba(8,14,26,0.4)));
}

.hero[data-pole-pattern="amont"] {
  --pole-pattern-bg: radial-gradient(circle at 20% 80%, rgba(44, 122, 224, 0.12), transparent 60%);
}
.hero[data-pole-pattern="intermediaire"] {
  --pole-pattern-bg: repeating-linear-gradient(120deg, rgba(245, 158, 11, 0.06) 0 12px, transparent 12px 36px);
}
.hero[data-pole-pattern="aval"] {
  --pole-pattern-bg: radial-gradient(ellipse at 70% 50%, rgba(16, 185, 129, 0.1), transparent 60%);
}
.hero[data-pole-pattern="services"] {
  --pole-pattern-bg: radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.08), transparent 55%);
}
