/* =========================================================
   DZ Consulting — L'Art de la Stratégie et de la Communication
   Feuille de style commune (prototype HTML → Elementor)
   ========================================================= */

@font-face { font-family: "Tusker"; src: url("../fonts/tusker-grotesk-4700.woff2") format("woff2"); font-weight: 400 600; font-display: swap; }
@font-face { font-family: "Tusker"; src: url("../fonts/tusker-grotesk-6500.woff2") format("woff2"); font-weight: 700 900; font-display: swap; }

/* Palette inspirée de Digital Nomads :
   --ink = bleu marine · --gold = bleu pervenche (accent sur fond clair)
   --gold-2 = vert lime (accent sur fond sombre/bleu) · --terra = violet (petites touches) */
:root {
  --ink: #0B2B45;
  --ink-2: #12395A;
  --ink-3: #1C4B73;
  --black: #0A2540;
  --gold: #5B7BDB;
  --gold-2: #C9F27F;
  --gold-soft: #E7EDFC;
  --terra: #8B7CF6;
  --lime: #C9F27F;
  --blue: #5B7BDB;
  --violet: #8B7CF6;
  --paper: #FFFFFF;
  --white: #FFFFFF;
  --stone: #F3F4F6;
  --stone-2: #E8EAEF;
  --line: #E4E7ED;
  --muted: #56627A;
  --muted-light: #CBD6F3;

  --f-display: "Tusker", "Oswald", "Arial Narrow", Impact, sans-serif;
  --f-serif: "Cormorant Garamond", "Cormorant", Georgia, "Times New Roman", serif;
  --f-body: "Hanken Grotesk", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --r-xl: 32px; --r-lg: 24px; --r-md: 16px; --r-sm: 10px;
  --shadow: 0 30px 80px -30px rgba(24, 27, 44, .35);
  --grad-ink: radial-gradient(120% 140% at 0% 0%, #2E3350 0%, #1D2034 45%, #14172A 100%);
  --grad-gold: linear-gradient(135deg, #C9B45A 0%, #B09A36 55%, #8E7B26 100%);
  --wrap: 1320px;
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--f-body); font-size: 17px; line-height: 1.65; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
body.is-locked { overflow: hidden; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 24px; }
.section { padding-block: clamp(64px, 9vw, 128px); }
.section--tight { padding-block: clamp(40px, 6vw, 80px); }
.section--stone { background: var(--stone); }
.section--ink { background: var(--ink); color: var(--white); }

/* ---------- Typographie ---------- */
.display { font-family: var(--f-display); font-weight: 700; text-transform: uppercase; line-height: .9; letter-spacing: .005em; margin: 0; }
.display--xxl { font-size: clamp(64px, 11vw, 168px); }
.display--xl { font-size: clamp(52px, 8vw, 116px); }
.display--lg { font-size: clamp(42px, 5.6vw, 80px); }
.display--md { font-size: clamp(32px, 3.8vw, 52px); }
.display--sm { font-size: clamp(24px, 2.4vw, 32px); line-height: 1; }
.accent { color: var(--gold); }
.accent-serif { font-family: var(--f-serif); font-style: italic; font-weight: 500; text-transform: none; letter-spacing: 0; color: var(--gold); }
.on-dark .accent, .section--ink .accent { color: var(--gold-2); }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin: 0 0 22px; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--terra); }
.on-dark .eyebrow, .section--ink .eyebrow { color: var(--muted-light); }
.eyebrow--chip { padding: 7px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }

.lead { font-size: clamp(22px, 2.3vw, 32px); line-height: 1.35; font-weight: 300; letter-spacing: -.01em; margin: 0; }
.lead strong { font-weight: 600; }
.body-lg { font-size: 19px; color: var(--muted); }
.muted { color: var(--muted); }
.on-dark .muted, .section--ink .muted { color: var(--muted-light); }
p { margin: 0 0 1em; }

.inline-chip { display: inline-grid; place-items: center; width: 1.25em; height: 1.1em; vertical-align: -.12em; margin-inline: .12em; border-radius: .22em; background: var(--gold-soft); color: var(--gold); font-size: .95em; }
.inline-chip svg { width: .62em; height: .62em; }
.inline-photo { display: inline-block; width: 2.4em; height: 1em; vertical-align: -.1em; border-radius: .2em; object-fit: cover; margin-inline: .12em; }

/* ---------- Boutons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; padding: 0 28px; border: 0; border-radius: 14px; background: var(--ink); color: var(--white); font-weight: 800; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; transition: transform .25s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(24,27,44,.55); }
.btn:hover svg { transform: translateX(4px); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--white { background: var(--white); color: var(--ink); }
.btn--outline { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn--outline-light { background: transparent; color: var(--white); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.6); }
.btn--sm { min-height: 44px; padding: 0 18px; font-size: 13px; border-radius: 10px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.link-arrow svg { width: 16px; height: 16px; transition: transform .25s; }
.link-arrow:hover svg { transform: translateX(4px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- En-tête ---------- */
.site-header { position: sticky; top: 0; z-index: 90; background: rgba(251, 250, 246, .94); backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px -24px rgba(24,27,44,.5); }
.site-header__bar { height: var(--header-h); display: flex; align-items: center; gap: 28px; }
.brand { flex: none; display: block; }
.brand img { height: 50px; width: auto; }
.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav__btn, .nav__link { display: inline-flex; align-items: center; gap: 7px; height: 44px; padding: 0 14px; border: 0; border-radius: 10px; background: transparent; font-size: 14px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--ink); transition: background .2s, color .2s; }
.nav__btn svg { width: 11px; height: 11px; transition: transform .25s; }
.nav__btn:hover, .nav__link:hover { background: var(--stone); }
.nav__btn[aria-expanded="true"] { background: var(--ink); color: var(--white); }
.nav__btn[aria-expanded="true"] svg { transform: rotate(180deg); }
.nav__link.is-current, .nav__btn.is-current { box-shadow: inset 0 -2px 0 var(--gold); border-radius: 10px 10px 4px 4px; }
.header-tools { display: flex; align-items: center; gap: 14px; }
.lang { display: inline-flex; padding: 3px; border-radius: 999px; background: var(--stone); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.lang a { padding: 6px 10px; border-radius: 999px; color: var(--muted); }
.lang a[aria-current="true"] { background: var(--white); color: var(--ink); box-shadow: 0 2px 6px rgba(0,0,0,.08); }
.burger { display: none; width: 48px; height: 48px; border: 0; border-radius: 12px; background: var(--ink); color: var(--white); place-items: center; }
.burger svg { width: 22px; height: 22px; }

/* ---------- Mega menu (inspiré des captures) ---------- */
.mega-overlay { position: fixed; inset: var(--header-h) 0 0 0; background: rgba(14, 16, 25, .62); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; z-index: 80; }
.mega-overlay.is-open { opacity: 1; visibility: visible; }
.mega { position: absolute; left: 0; right: 0; top: calc(var(--header-h) - 6px); z-index: 95; pointer-events: none; }
.mega__panel { position: absolute; left: 0; right: 0; top: 0; max-width: 1400px; margin: 0 auto; padding-inline: 24px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .28s ease, transform .28s ease, visibility .28s; }
.mega__panel.is-open { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.mega__inner { background: var(--white); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: 36px 40px; display: grid; grid-template-columns: 1fr 400px; gap: 40px; }
.mega__inner--cards { grid-template-columns: 1fr; padding: 28px; }
.mega__tabs { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.mega__tab { flex: 1 1 auto; min-height: 50px; padding: 0 24px; border: 0; border-radius: 12px; background: var(--stone); font-weight: 800; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); transition: background .2s, color .2s; }
.mega__tab:hover { background: var(--stone-2); }
.mega__tab[aria-selected="true"] { background: var(--grad-ink); color: var(--white); }
.mega__tab[aria-selected="true"] .dot { background: var(--gold-2); }
.mega__tab .dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); margin-right: 10px; vertical-align: 2px; }
.mega__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 40px; }
.mega__links[hidden] { display: none; }
.mega__link { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--stone-2); font-size: 20px; font-weight: 400; transition: color .2s, padding .25s; }
.mega__link small { display: block; font-size: 13px; color: var(--muted); margin-top: 2px; }
.mega__link svg { flex: none; width: 16px; height: 16px; color: var(--gold); opacity: 0; transform: translateX(-6px); transition: .25s; }
.mega__link:hover { color: var(--gold); padding-left: 6px; }
.mega__link:hover svg { opacity: 1; transform: none; }
.mega__promo { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 460px; padding: 26px; border-radius: var(--r-lg); background: var(--grad-ink); color: var(--white); overflow: hidden; }
.mega__promo-media { position: absolute; inset: 24px 24px auto 24px; height: 200px; border-radius: 14px; overflow: hidden; background: var(--ink-3); }
.mega__promo-media img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.mega__promo-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mega__promo-title .display { font-size: 44px; }
.mega__promo-title svg { width: 44px; height: 44px; color: var(--gold-2); transition: transform .3s; }
.mega__promo:hover .mega__promo-title svg { transform: translateX(6px); }
.mega__promo p { margin: 10px 0 0; color: #D6D8E2; font-size: 16px; line-height: 1.45; max-width: 30ch; }
.mega__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.mega-card { position: relative; display: block; aspect-ratio: 6 / 5; border-radius: 20px; overflow: hidden; color: var(--white); background: var(--ink); isolation: isolate; }
.mega-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s ease; }
.mega-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(14,16,25,0) 30%, rgba(14,16,25,.88) 100%); }
.mega-card:hover img { transform: scale(1.05); }
.mega-card__body { position: absolute; left: 24px; right: 24px; bottom: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.mega-card__body .display { font-size: 50px; }
.mega-card__body p { margin: 8px 0 0; font-size: 16px; line-height: 1.35; color: #E9EAF0; }
.mega-card__body svg { flex: none; width: 46px; height: 46px; transition: transform .3s; }
.mega-card:hover .mega-card__body svg { transform: translateX(6px); }
.mega-card--solid { background: var(--grad-gold); color: var(--ink); }
.mega-card--solid::after { display: none; }
.mega-card--solid .mega-card__body p { color: var(--ink-2); }

/* ---------- Menu mobile plein écran ---------- */
.mobile-menu { position: fixed; inset: 0; z-index: 120; background: var(--ink); color: var(--white); display: flex; flex-direction: column; transform: translateX(100%); transition: transform .45s cubic-bezier(.7,0,.2,1); }
.mobile-menu.is-open { transform: none; }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-menu__top .brand-chip { background: var(--white); padding: 8px 12px; border-radius: 12px; }
.mobile-menu__top .brand-chip img { height: 34px; }
.mobile-menu__close { width: 48px; height: 48px; border: 0; border-radius: 12px; background: rgba(255,255,255,.08); color: var(--white); display: grid; place-items: center; }
.mobile-menu__close svg { width: 22px; height: 22px; }
.mobile-menu__body { flex: 1; overflow-y: auto; padding: 12px 20px 24px; }
.m-acc { border-bottom: 1px solid rgba(255,255,255,.1); }
.m-acc__btn, .m-acc__link { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border: 0; background: none; color: var(--white); font-family: var(--f-display); font-weight: 700; font-size: 38px; line-height: 1; text-transform: uppercase; text-align: left; }
.m-acc__btn svg { width: 24px; height: 24px; color: var(--gold-2); transition: transform .3s; }
.m-acc__btn[aria-expanded="true"] svg { transform: rotate(45deg); }
.m-acc__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.m-acc__panel.is-open { grid-template-rows: 1fr; }
.m-acc__panel > div { overflow: hidden; }
.m-acc__group { padding-bottom: 14px; }
.m-acc__label { margin: 4px 0 6px; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-2); }
.m-acc__group a { display: block; padding: 9px 0; font-size: 18px; color: #E4E6EE; }
.mobile-menu__foot { padding: 18px 20px 26px; display: grid; gap: 12px; border-top: 1px solid rgba(255,255,255,.08); }
.mobile-menu__foot .btn { width: 100%; }
.mobile-menu__foot .lang { justify-self: start; background: rgba(255,255,255,.08); }
.mobile-menu__foot .lang a { color: var(--muted-light); }

/* ---------- Hero accueil ---------- */
.hero { padding-top: 18px; }
.hero-card { position: relative; border-radius: var(--r-xl); background: var(--grad-ink); color: var(--white); overflow: hidden; padding: clamp(36px, 6vw, 88px) clamp(24px, 5vw, 72px) clamp(32px, 4vw, 56px); isolation: isolate; }
.hero-card::before { content: ""; position: absolute; right: -8%; top: -20%; width: 60%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(176,154,54,.22) 0%, rgba(176,154,54,0) 65%); z-index: -1; }
.hero-card__grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, .5fr); gap: 48px; align-items: end; }
.hero-card .display--xxl { font-size: clamp(54px, 7vw, 118px); }
.hero-card__sub { max-width: 52ch; margin: 28px 0 36px; font-size: 19px; color: #CFD2DD; }
.seal { display: inline-flex; align-items: center; gap: 12px; padding: 10px 16px; border-radius: 12px; background: var(--gold-soft); color: var(--ink); margin-bottom: 30px; }
.seal b { font-family: var(--f-serif); font-style: italic; font-size: 22px; font-weight: 600; }
.seal span { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-aside { display: grid; gap: 16px; }
.hero-aside__card { padding: 22px; border-radius: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.hero-aside__card .display { font-size: 54px; color: var(--gold-2); }
.hero-aside__card p { margin: 6px 0 0; font-size: 14px; color: #C3C6D3; line-height: 1.4; }
.hero-strip { margin-top: 56px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; align-items: center; gap: 14px 34px; color: #AEB2C2; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-strip span { display: inline-flex; align-items: center; gap: 10px; }
.hero-strip span::before { content: ""; width: 18px; height: 1px; background: var(--gold); }

/* ---------- En-tête de page ---------- */
.page-hero { padding-block: clamp(48px, 7vw, 96px) clamp(40px, 5vw, 64px); }
.page-hero__grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px; align-items: end; }
.page-hero p.intro { font-size: 19px; color: var(--muted); max-width: 48ch; margin: 0; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; font-size: 13px; color: var(--muted); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span[aria-hidden] { color: var(--line); }

.page-hero--dark { position: relative; margin: 18px 24px 0; border-radius: var(--r-xl); background: var(--grad-ink); color: var(--white); overflow: hidden; text-align: center; padding-block: clamp(80px, 11vw, 150px); }
.page-hero--dark .intro { color: #CFD2DD; margin: 26px auto 34px; max-width: 58ch; }
.page-hero--dark .breadcrumb { justify-content: center; color: var(--muted-light); }
.floaters { position: absolute; inset: 0; pointer-events: none; }
.floater { position: absolute; width: clamp(70px, 9vw, 130px); aspect-ratio: 1; border-radius: 14px; object-fit: cover; box-shadow: 0 20px 40px -18px rgba(0,0,0,.6); opacity: .92; animation: float 9s ease-in-out infinite; }
.floater:nth-child(2n) { animation-delay: -3s; aspect-ratio: 4/3; }
.floater:nth-child(3n) { animation-delay: -6s; }
@keyframes float { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-12px) } }

/* ---------- Grilles génériques ---------- */
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.split--even { grid-template-columns: 1fr 1fr; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head p { margin: 0; color: var(--muted); max-width: 52ch; }
.section-head--center { grid-template-columns: 1fr; text-align: center; justify-items: center; }
.rule-title { display: flex; align-items: center; gap: 22px; margin: 0 0 30px; color: var(--muted); font-size: 17px; }
.rule-title::before, .rule-title::after { content: ""; flex: 1; height: 1px; background: currentColor; opacity: .35; }

/* ---------- Cartes chiffres ---------- */
.stat-card { position: relative; padding: 28px; border-radius: var(--r-md); background: var(--stone); min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; }
.stat-card--span { grid-column: span 2; }
.stat-card--text { background: transparent; box-shadow: inset 0 0 0 1px var(--line); }
.ico { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; background: var(--ink); color: var(--gold-2); }
.ico svg { width: 22px; height: 22px; }
.ico--gold { background: var(--gold-soft); color: var(--gold); }
.stat-card small { display: block; font-size: 14px; color: var(--muted); margin-bottom: 6px; }
.stat-card .display { font-size: clamp(34px, 3.4vw, 48px); }
.data-tag { position: absolute; top: 24px; right: 22px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 5px 9px; border-radius: 999px; background: var(--white); color: var(--muted); }
.data-tag--fact::before, .data-tag--target::before, .data-tag--est::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 6px; vertical-align: 1px; }
.data-tag--fact::before { background: #3E8E5E; }
.data-tag--est::before { background: var(--gold); }
.data-tag--target::before { background: var(--terra); }
.data-legend { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 22px; font-size: 13px; color: var(--muted); }
.data-legend .data-tag { position: static; background: var(--stone); }

/* ---------- Bandeau défilant ---------- */
.marquee { overflow: hidden; padding-block: clamp(30px, 5vw, 60px); white-space: nowrap; }
.marquee__track { display: inline-flex; gap: 40px; animation: marquee 38s linear infinite; }
.marquee__item { display: inline-flex; align-items: center; gap: 40px; font-family: var(--f-display); font-weight: 700; font-size: clamp(64px, 10vw, 150px); line-height: .9; text-transform: uppercase; color: var(--ink); }
.marquee__item i { display: inline-block; width: .42em; height: .42em; border-radius: .08em; background: var(--gold-soft); position: relative; }
.marquee__item i::after { content: ""; position: absolute; inset: 28%; background: var(--gold); clip-path: polygon(0 100%, 100% 0, 100% 100%); }
.marquee--outline .marquee__item { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Liste de services interactive ---------- */
.svc { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.svc__preview { position: sticky; top: calc(var(--header-h) + 24px); }
.svc__media { aspect-ratio: 4/3; border-radius: var(--r-md); overflow: hidden; background: var(--stone); margin-bottom: 22px; }
.svc__media img { width: 100%; height: 100%; object-fit: cover; transition: opacity .35s; }
.svc__preview h3 { font-family: var(--f-display); font-size: 30px; text-transform: uppercase; margin: 0 0 10px; line-height: 1; }
.svc__preview p { color: var(--muted); max-width: 44ch; }
.svc__list { list-style: none; margin: 0; padding: 0; }
.svc__item { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 6px 0; border: 0; background: none; text-align: left; font-family: var(--f-display); font-weight: 700; text-transform: uppercase; font-size: clamp(34px, 4.4vw, 64px); line-height: 1.05; color: #C9CBD3; transition: color .25s; }
.svc__item .n { font-family: var(--f-body); font-size: 14px; font-weight: 700; color: var(--muted); letter-spacing: .1em; }
.svc__item .pill { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: var(--gold-soft); color: var(--gold); opacity: 0; transition: opacity .25s; }
.svc__item .pill svg { width: 18px; height: 18px; }
.svc__item:hover, .svc__item.is-active { color: var(--ink); }
.svc__item.is-active .pill { opacity: 1; }

/* ---------- Processus ---------- */
.steps { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.steps__list { list-style: none; margin: 0; padding: 0; counter-reset: s; }
.steps__item { border-bottom: 1px solid var(--line); }
.steps__btn { width: 100%; display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 22px 0; border: 0; background: none; text-align: left; font-family: var(--f-display); font-weight: 700; text-transform: uppercase; font-size: clamp(30px, 3.4vw, 48px); line-height: 1; color: #C2C4CD; transition: color .25s; }
.steps__btn .n { font-size: .6em; color: var(--ink); }
.steps__item.is-active .steps__btn { color: var(--ink); }
.steps__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s ease; }
.steps__item.is-active .steps__body { grid-template-rows: 1fr; }
.steps__body > div { overflow: hidden; }
.steps__body p { color: var(--muted); max-width: 58ch; }
.steps__body ul { margin: 0 0 26px; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; font-size: 15px; }
.steps__body li { display: flex; gap: 10px; }
.steps__body li::before { content: ""; flex: none; width: 6px; height: 6px; margin-top: 10px; border-radius: 50%; background: var(--gold); }
.steps__visual { position: sticky; top: calc(var(--header-h) + 24px); }
.steps__visual img { border-radius: var(--r-md); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.steps__quote { margin-top: 22px; font-size: clamp(22px, 2vw, 28px); line-height: 1.35; font-weight: 300; }

/* ---------- Pôles / piliers ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.pillar { position: relative; padding: 32px 30px 30px; border-radius: var(--r-lg); background: var(--white); box-shadow: inset 0 0 0 1px var(--line); display: flex; flex-direction: column; gap: 18px; min-height: 380px; transition: transform .3s, box-shadow .3s; }
.pillar:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px var(--gold), 0 24px 50px -30px rgba(24,27,44,.4); }
.pillar__num { font-family: var(--f-display); font-size: 18px; color: var(--gold); letter-spacing: .08em; }
.pillar h3 { margin: 0; }
.pillar p { color: var(--muted); margin: 0; }
.pillar ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; font-size: 15px; }
.pillar li { display: flex; gap: 10px; }
.pillar li::before { content: ""; flex: none; width: 12px; height: 1px; margin-top: 13px; background: var(--gold); }
.pillar .link-arrow { margin-top: auto; }
.pillar--ink { background: var(--grad-ink); color: var(--white); box-shadow: none; }
.pillar--ink p, .pillar--ink ul { color: #CDD0DC; }

/* ---------- Tableaux d'onglets ---------- */
.tabs__list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.tabs__btn { min-height: 54px; padding: 0 24px; border: 0; border-radius: 12px; background: var(--stone); font-weight: 800; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; transition: background .2s, color .2s; }
.tabs__btn:hover { background: var(--stone-2); }
.tabs__btn[aria-selected="true"] { background: var(--grad-ink); color: var(--white); }
.tabs__panel[hidden] { display: none; }
.expertise { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.expertise__media { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 5/4; }
.expertise__media img { width: 100%; height: 100%; object-fit: cover; }
.expertise__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 34px; }
.expertise__cell { padding: 22px; border-radius: var(--r-md); background: var(--stone); }
.expertise__cell h4 { margin: 14px 0 6px; font-size: 17px; line-height: 1.3; }
.expertise__cell p { margin: 0; font-size: 15px; color: var(--muted); line-height: 1.55; }
.deliverables { margin-top: 30px; padding: 24px 26px; border-left: 3px solid var(--gold); background: var(--white); border-radius: 0 var(--r-md) var(--r-md) 0; }
.deliverables h4 { margin: 0 0 10px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.deliverables p { margin: 0; color: var(--muted); font-size: 15px; }

/* ---------- Références (style « Our work ») ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-bottom: 40px; border-bottom: 1px solid var(--line); }
.filters button { position: relative; padding: 0 0 16px; border: 0; background: none; font-family: var(--f-display); font-weight: 700; font-size: clamp(22px, 2.2vw, 30px); text-transform: uppercase; color: #BFC1CA; }
.filters button[aria-pressed="true"] { color: var(--ink); }
.filters button[aria-pressed="true"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--gold); }
.case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.case { display: flex; flex-direction: column; border-radius: var(--r-lg); background: var(--stone); overflow: hidden; transition: transform .3s; }
.case[hidden] { display: none; }
.case:hover { transform: translateY(-4px); }
.case__top { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 26px 26px 0; }
.case__cat { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.case__title { margin: 12px 0 18px; font-size: clamp(24px, 2.2vw, 30px); line-height: 1.15; font-weight: 500; letter-spacing: -.01em; }
.case__media { border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; }
.case__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.case:hover .case__media img { transform: scale(1.05); }
.case__meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 24px 26px 26px; margin-top: auto; }
.case__meta div { font-size: 13px; color: var(--muted); line-height: 1.35; }
.case__meta b { display: block; font-family: var(--f-display); font-size: 26px; font-weight: 700; color: var(--ink); text-transform: uppercase; line-height: 1; margin-bottom: 6px; }
.case__meta .ico { width: 30px; height: 30px; border-radius: 8px; margin-bottom: 10px; }
.case__meta .ico svg { width: 15px; height: 15px; }
.case--confidential .case__media { display: grid; place-items: center; background: var(--grad-ink); color: var(--gold-2); }
.case--confidential .case__media svg { width: 48px; height: 48px; }

/* ---------- Vidéos ---------- */
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.video { display: block; border-radius: var(--r-md); overflow: hidden; background: var(--white); box-shadow: inset 0 0 0 1px var(--line); transition: transform .3s; }
.video:hover { transform: translateY(-4px); }
.video__thumb { position: relative; aspect-ratio: 16/9; background: var(--ink); overflow: hidden; }
.video__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s, opacity .3s; }
.video:hover .video__thumb img { transform: scale(1.05); opacity: .85; }
.video__play { position: absolute; left: 50%; top: 50%; width: 64px; height: 64px; margin: -32px 0 0 -32px; border-radius: 50%; background: var(--gold); color: var(--ink); display: grid; place-items: center; transition: transform .3s; }
.video__play svg { width: 22px; height: 22px; margin-left: 3px; }
.video:hover .video__play { transform: scale(1.1); }
.video__body { padding: 20px 22px 24px; }
.video__body small { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.video__body h3 { margin: 8px 0 6px; font-size: 19px; line-height: 1.3; }
.video__body p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.5; }
.video--feature { grid-column: span 2; grid-row: span 2; }
.video--feature .video__thumb { aspect-ratio: auto; height: 100%; min-height: 360px; }

.design-wall { columns: 4 220px; column-gap: 18px; }
.design-wall figure { break-inside: avoid; margin: 0 0 18px; border-radius: var(--r-md); overflow: hidden; background: var(--stone); }
.design-wall img { width: 100%; }
.design-wall figcaption { padding: 12px 16px; font-size: 13px; font-weight: 700; }

/* ---------- Bandeau d'appel à l'action ---------- */
.cta-band { position: relative; border-radius: var(--r-xl); background: var(--grad-ink); color: var(--white); text-align: center; padding: clamp(64px, 9vw, 120px) 24px; overflow: hidden; isolation: isolate; }
.cta-band::before { content: ""; position: absolute; inset: auto -10% -60% -10%; height: 80%; background: radial-gradient(closest-side, rgba(176,154,54,.3), transparent); z-index: -1; }
.cta-band .display { max-width: 16ch; margin-inline: auto; }
.cta-band p { max-width: 56ch; margin: 24px auto 34px; color: #CFD2DD; }
.cta-band .btn-row { justify-content: center; }

/* ---------- Équipe ---------- */
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.leader { display: grid; grid-template-columns: 300px 1fr; gap: 30px; padding: 22px; border-radius: var(--r-lg); background: var(--white); box-shadow: inset 0 0 0 1px var(--line); }
.leader__photo { position: relative; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 4/5; background: var(--stone); }
.leader__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: grayscale(.15); transition: filter .4s, transform .6s; }
.leader:hover .leader__photo img { filter: none; transform: scale(1.03); }
.leader__body { padding: 10px 6px 6px 0; display: flex; flex-direction: column; }
.leader__role { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin: 14px 0 18px; }
.leader__body p { color: var(--muted); font-size: 16px; }
.leader__body ul { margin: 6px 0 20px; padding: 0; list-style: none; display: grid; gap: 8px; font-size: 15px; }
.leader__body li { display: flex; gap: 10px; }
.leader__body li::before { content: ""; flex: none; width: 12px; height: 1px; margin-top: 13px; background: var(--gold); }

.draft-note { display: flex; gap: 12px; align-items: flex-start; margin: 18px 0; padding: 14px 16px; border-radius: 12px; background: #FBEDEA; color: #7A2E26; font-size: 13.5px; line-height: 1.5; }
.draft-note::before { content: "BROUILLON"; flex: none; padding: 3px 7px; border-radius: 6px; background: var(--terra); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
html[lang^="en"] .draft-note::before { content: "DRAFT"; }
.draft-note--light { background: rgba(199,77,64,.14); color: #F4C9C3; }

blockquote.quote { margin: 0; padding: 0; }
blockquote.quote p { font-family: var(--f-serif); font-size: clamp(28px, 3.2vw, 46px); line-height: 1.2; font-style: italic; font-weight: 500; }
blockquote.quote footer { font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; border: 0; background: none; text-align: left; font-size: 18px; font-weight: 600; }
.faq__q svg { flex: none; width: 20px; height: 20px; color: var(--gold); transition: transform .3s; }
.faq__q[aria-expanded="true"] svg { transform: rotate(45deg); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq__a.is-open { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { color: var(--muted); max-width: 70ch; padding-bottom: 22px; margin: 0; }

/* ---------- Carte réseau ---------- */
.map-shell { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; }
.map { position: relative; border-radius: var(--r-lg); background: var(--grad-ink); overflow: hidden; min-height: 560px; }
.map svg { width: 100%; height: 100%; display: block; }
.map .land { fill: rgba(255,255,255,.05); }
.map .grid-dot { fill: rgba(255,255,255,.12); }
.map .route { fill: none; stroke: rgba(201,180,90,.5); stroke-width: 1.4; stroke-dasharray: 4 6; animation: dash 30s linear infinite; }
.map .route--intl { stroke: rgba(199,77,64,.55); }
@keyframes dash { to { stroke-dashoffset: -400; } }
.map .node { cursor: pointer; }
.map .node circle.halo { fill: rgba(201,180,90,.18); transition: r .3s; }
.map .node circle.core { fill: var(--gold-2); stroke: var(--ink); stroke-width: 2; }
.map .node--intl circle.core { fill: var(--terra); }
.map .node--intl circle.halo { fill: rgba(199,77,64,.2); }
.map .node--hq circle.core { fill: var(--white); stroke: var(--gold); stroke-width: 4; }
.map .node text { fill: #E8E9EF; font-family: var(--f-body); font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.map .node:hover circle.halo, .map .node.is-active circle.halo { r: 22; }
.map .node.is-active text { fill: var(--gold-2); }
.map__legend { position: absolute; left: 22px; bottom: 20px; display: flex; flex-wrap: wrap; gap: 8px 18px; color: #C9CCD8; font-size: 12px; }
.map__legend span { display: inline-flex; align-items: center; gap: 8px; }
.map__legend i { width: 10px; height: 10px; border-radius: 50%; background: var(--gold-2); }
.map__legend i.intl { background: var(--terra); }
.map__legend i.hq { background: var(--white); box-shadow: 0 0 0 3px var(--gold); }
.map-panel { border-radius: var(--r-lg); background: var(--white); box-shadow: inset 0 0 0 1px var(--line); padding: 30px; display: flex; flex-direction: column; }
.map-panel h3 { margin: 12px 0 6px; }
.map-panel .role { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.map-panel p { color: var(--muted); font-size: 16px; }
.map-panel ul { margin: 0 0 20px; padding: 0; list-style: none; display: grid; gap: 8px; font-size: 15px; }
.map-panel li { display: flex; gap: 10px; }
.map-panel li::before { content: ""; flex: none; width: 12px; height: 1px; margin-top: 13px; background: var(--gold); }
.country-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.country-chips button { padding: 8px 12px; border: 0; border-radius: 999px; background: var(--stone); font-size: 13px; font-weight: 700; }
.country-chips button.is-active { background: var(--ink); color: var(--white); }

/* ---------- Actualités ---------- */
.news-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding-bottom: 56px; border-bottom: 1px solid var(--line); margin-bottom: 56px; }
.news-feature__media { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16/10; background: var(--stone); position: relative; }
.news-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.news-card { display: flex; flex-direction: column; }
.news-card__media { position: relative; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 16/10; margin-bottom: 18px; background: linear-gradient(135deg, var(--stone) 0%, #fff 60%, var(--gold-soft) 100%); }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.news-card:hover .news-card__media img { transform: scale(1.05); }
.news-card__media .brandmark { position: absolute; left: 16px; top: 14px; padding: 4px 8px; border-radius: 6px; background: rgba(255,255,255,.92); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.news-card small, .news-feature small { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.news-card h3 { margin: 8px 0 8px; font-size: 20px; line-height: 1.3; }
.news-card p { color: var(--muted); font-size: 15px; }
.news-card .link-arrow { margin-top: auto; color: var(--ink); }
.news-aside { display: grid; gap: 22px; align-content: start; }
.news-aside h3 { font-size: 16px; line-height: 1.35; margin: 4px 0; }
.news-layout { display: grid; grid-template-columns: 280px 1fr; gap: 48px; }

/* ---------- Formulaires & contact ---------- */
.contact-card { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--r-xl); overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.contact-card__side { position: relative; padding: clamp(32px, 5vw, 60px); background: var(--grad-ink); color: var(--white); }
.contact-card__main { padding: clamp(32px, 5vw, 60px); }
.checklist { list-style: none; margin: 28px 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 26px; }
.checklist li { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.checklist li span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 7px; background: var(--gold-soft); color: var(--gold); }
.checklist li span svg { width: 14px; height: 14px; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form .full { grid-column: 1 / -1; }
.field { position: relative; }
.field label { display: block; margin: 0 0 6px; font-size: 13px; font-weight: 700; color: var(--ink); }
.field input, .field select, .field textarea { width: 100%; min-height: 58px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); font: inherit; font-size: 16px; color: var(--ink); transition: border-color .2s, box-shadow .2s; appearance: none; }
.field textarea { min-height: 150px; resize: vertical; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23181B2C' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 18px center; padding-right: 44px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(176,154,54,.15); }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: var(--muted); line-height: 1.5; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--ink); }
.form-status { display: none; padding: 14px 18px; border-radius: 12px; background: var(--gold-soft); font-size: 14px; }
.form-status.is-visible { display: block; }
.form-status.is-error { background: #FBEDEA; color: #7A2E26; }
button[disabled] { opacity: .6; cursor: progress; }
.info-list { display: grid; gap: 22px; margin-top: 36px; }
.info-list div { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; }
.info-list small { display: block; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-light); }
.info-list span, .info-list a { font-size: 16px; }
.booking { border-radius: var(--r-lg); background: var(--stone); padding: clamp(28px, 4vw, 48px); display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: center; }
.booking__slot { border-radius: var(--r-md); background: var(--white); box-shadow: inset 0 0 0 1px var(--line); min-height: 320px; display: grid; place-items: center; text-align: center; padding: 28px; color: var(--muted); font-size: 14px; }
.booking__days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 18px 0; width: 100%; }
.booking__days span { padding: 12px 0; border-radius: 10px; background: var(--stone); font-weight: 700; color: var(--ink); font-size: 13px; }
.booking__days span.on { background: var(--ink); color: var(--white); }

/* ---------- Pied de page ---------- */
.site-footer { margin-top: clamp(64px, 8vw, 110px); background: var(--black); color: #D7D9E2; padding-top: 72px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1.1fr 1.5fr; gap: 40px; padding-bottom: 48px; }
.footer-brand .brand-chip { display: inline-block; padding: 12px 16px; border-radius: 14px; background: var(--white); }
.footer-brand .brand-chip img { height: 46px; }
.footer-brand p { margin: 20px 0 0; font-size: 14px; color: #9A9EB0; line-height: 1.6; }
.footer-brand .sig { font-family: var(--f-serif); font-style: italic; font-size: 22px; color: var(--gold-2); margin-top: 16px; }
.footer-col h4 { margin: 0 0 18px; font-size: 17px; color: var(--white); }
.footer-col a, .footer-col span { display: block; margin-bottom: 10px; font-size: 15px; color: #9A9EB0; transition: color .2s; }
.footer-col a:hover { color: var(--gold-2); }
.footer-news { padding: 26px; border-radius: var(--r-lg); background: var(--grad-gold); color: var(--ink); align-self: start; }
.footer-news h4 { margin: 0 0 8px; font-size: 20px; }
.footer-news p { margin: 0 0 18px; font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.footer-news form { display: flex; gap: 8px; }
.footer-news input { flex: 1; min-width: 0; height: 48px; padding: 0 16px; border: 1px solid rgba(24,27,44,.25); border-radius: 12px; background: rgba(255,255,255,.35); font: inherit; font-size: 15px; color: var(--ink); }
.footer-news input::placeholder { color: var(--ink-2); }
.footer-news button { height: 48px; padding: 0 18px; border: 0; border-radius: 12px; background: var(--ink); color: var(--white); font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-acc { border-top: 1px solid rgba(255,255,255,.1); }
.footer-acc details { border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-acc summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 18px 0; font-size: 18px; font-weight: 600; color: var(--white); cursor: pointer; }
.footer-acc summary::-webkit-details-marker { display: none; }
.footer-acc summary::after { content: "+"; font-size: 26px; font-weight: 300; color: var(--gold-2); transition: transform .3s; }
.footer-acc details[open] summary::after { transform: rotate(45deg); }
.footer-acc .links { display: flex; flex-wrap: wrap; gap: 10px 26px; padding: 0 0 20px; }
.footer-acc .links a { font-size: 15px; color: #9A9EB0; }
.footer-acc .links a:hover { color: var(--gold-2); }
.footer-countries { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; padding: 26px 0; font-size: 14px; color: #8A8EA0; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 18px; padding: 24px 0 34px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: #7E8295; }
.socials { display: flex; gap: 10px; }
.socials a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); color: var(--white); transition: background .2s, color .2s; }
.socials a:hover { background: var(--gold); color: var(--ink); }
.socials svg { width: 17px; height: 17px; }

/* ---------- Divers ---------- */
.pdf-card { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; padding: 26px 30px; border-radius: var(--r-lg); background: var(--gold-soft); }
.pdf-card .ico { width: 58px; height: 58px; border-radius: 14px; }
.pdf-card h3 { margin: 0 0 4px; font-size: 20px; }
.pdf-card p { margin: 0; font-size: 15px; color: var(--ink-2); }
.photo-mosaic { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 110px; gap: 14px; }
.photo-mosaic img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.photo-mosaic .a { grid-column: span 3; grid-row: span 3; }
.photo-mosaic .b { grid-column: span 3; grid-row: span 2; }
.photo-mosaic .c { grid-column: span 2; grid-row: span 2; }
.photo-mosaic .d { grid-column: span 1; grid-row: span 1; }
.value-row { display: grid; grid-template-columns: 90px 1fr 1.3fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid var(--line); align-items: start; }
.value-row:first-child { border-top: 1px solid var(--line); }
.value-row .display { font-size: 26px; line-height: 1.05; }
.value-row p { margin: 0; color: var(--muted); }
.legal h2 { font-family: var(--f-display); text-transform: uppercase; font-size: 34px; margin: 56px 0 14px; line-height: 1; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: var(--muted); max-width: 76ch; }
.legal-toc { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 10px; font-size: 15px; }
.legal-toc a { color: var(--muted); }
.legal-toc a:hover { color: var(--gold); }
.placeholder { background: #FFF6D9; padding: 1px 6px; border-radius: 4px; color: #6B5A12; font-weight: 600; }
.divider-gold { width: 64px; height: 3px; background: var(--gold); border: 0; margin: 26px 0; }

/* Apparition au défilement */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1240px) {
  .nav__btn, .nav__link { padding: 0 10px; font-size: 13px; }
  .header-tools .btn { display: none; }
  .mega__inner { grid-template-columns: 1fr 320px; }
}
@media (max-width: 1080px) {
  .nav, .header-tools .phone, .header-tools .lang { display: none; }
  .burger { display: grid; }
  .header-tools { margin-left: auto; }
  .mega, .mega-overlay { display: none; }
  .hero-card__grid, .page-hero__grid, .split, .svc, .steps, .expertise, .map-shell, .news-feature, .booking, .contact-card { grid-template-columns: 1fr; }
  .svc__preview, .steps__visual { position: static; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .pillars, .grid-3, .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-grid, .case-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .news-layout { grid-template-columns: 1fr; }
  .hero-aside { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  :root { --header-h: 72px; }
  body { font-size: 16px; }
  .wrap { padding-inline: 18px; }
  .brand img { height: 40px; }
  .pillars, .grid-2, .grid-3, .grid-4, .video-grid, .expertise__grid { grid-template-columns: 1fr; }
  .stat-card--span { grid-column: auto; }
  .video--feature { grid-column: auto; grid-row: auto; }
  .video--feature .video__thumb { min-height: 0; aspect-ratio: 16/9; }
  .hero-aside { grid-template-columns: 1fr; }
  .leader { grid-template-columns: 1fr; }
  .case__top { grid-template-columns: 1fr; }
  .case__meta { grid-template-columns: 1fr 1fr; }
  .form { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .page-hero--dark { margin-inline: 12px; }
  .floater:nth-child(n+5) { display: none; }
  .value-row { grid-template-columns: 1fr; gap: 10px; }
  .steps__body ul { grid-template-columns: 1fr; }
  .pdf-card { grid-template-columns: 1fr; text-align: left; }
  .photo-mosaic { grid-auto-rows: 70px; }
  .map { min-height: 420px; }
  .footer-news form { flex-direction: column; }
  .btn { white-space: normal; text-align: center; }

  /* Garde-fous mobile : aucune colonne ne peut dépasser l'écran */
  .hero-card__grid, .page-hero__grid, .split, .svc, .steps, .expertise, .map-shell, .news-feature, .booking, .contact-card, .news-layout,
  .pillars, .grid-2, .grid-3, .grid-4, .video-grid, .expertise__grid, .case-grid, .team-grid, .leader, .case__top, .form, .footer-top { grid-template-columns: minmax(0, 1fr); }
  .case__meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .display { overflow-wrap: break-word; hyphens: auto; }
  .display--xxl, .hero-card .display--xxl { font-size: clamp(40px, 12vw, 60px); }
  .display--xl { font-size: clamp(36px, 10.5vw, 52px); }
  .display--lg { font-size: clamp(32px, 9.5vw, 44px); }
  .hero-card { padding-inline: 20px; }
  .seal { flex-wrap: wrap; gap: 4px 10px; }
  .seal span { letter-spacing: .08em; }
  .case__meta b { font-size: 19px; overflow-wrap: anywhere; }
  .video__thumb, .video__thumb img { max-width: 100%; }
  .page-hero--dark .display--xxl { font-size: clamp(40px, 12vw, 60px); }
}

/* =========================================================
   Palette Digital Nomades — ajustements des couleurs fixes
   ========================================================= */
:root {
  --grad-ink: linear-gradient(135deg, #86A0EA 0%, #6584DD 50%, #4F6ECC 100%);
  --grad-gold: linear-gradient(135deg, #D8F8A4 0%, #BFEC70 100%);
  --shadow: 0 30px 80px -30px rgba(11, 43, 69, .30);
}
body { background: var(--white); }
.site-header { background: rgba(255, 255, 255, .96); }
.mega-overlay { background: rgba(11, 43, 69, .62); }
.ico { background: var(--violet); color: var(--white); }
.btn--gold { background: var(--lime); color: var(--ink); }
.btn--gold:hover { box-shadow: 0 14px 30px -14px rgba(120, 170, 40, .55); }
.seal { background: #FCE9A8; }
.hero-card::before { background: radial-gradient(circle, rgba(201, 242, 127, .22) 0%, rgba(201, 242, 127, 0) 65%); }
.hero-card__sub, .page-hero--dark .intro, .cta-band p, .mega__promo p { color: rgba(255, 255, 255, .88); }
.hero-aside__card { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .22); }
.hero-aside__card p, .pillar--ink p, .pillar--ink ul { color: rgba(255, 255, 255, .85); }
.hero-strip { color: rgba(255, 255, 255, .8); border-top-color: rgba(255, 255, 255, .25); }
.hero-strip span::before { background: var(--lime); }
.on-dark .eyebrow, .on-dark .muted, .contact-card__side .muted, .contact-card__side .info-list small { color: rgba(255, 255, 255, .78); }
.page-hero--dark .breadcrumb, .page-hero--dark .breadcrumb a { color: rgba(255, 255, 255, .8); }
.cta-band::before { background: radial-gradient(closest-side, rgba(201, 242, 127, .28), transparent); }
.mega-card::after { background: linear-gradient(180deg, rgba(11, 43, 69, 0) 30%, rgba(11, 43, 69, .9) 100%); }
.mega-card--solid { color: var(--ink); }
.mega-card--solid .mega-card__body p { color: var(--ink-2); }
.video__play { background: var(--lime); color: var(--ink); }
.draft-note::before { background: #D9534F; }
.field input:focus, .field select:focus, .field textarea:focus { box-shadow: 0 0 0 4px rgba(91, 123, 219, .18); }

/* Carte réseau */
.map .route { stroke: rgba(201, 242, 127, .7); }
.map .route--intl { stroke: rgba(255, 255, 255, .55); }
.map .node circle.halo { fill: rgba(201, 242, 127, .25); }
.map .node--intl circle.core { fill: #FDE68A; }
.map .node--intl circle.halo { fill: rgba(253, 230, 138, .25); }
.map .node--hq circle.core { fill: var(--white); stroke: var(--lime); }
.map .node text { fill: var(--white); }
.map__legend { color: rgba(255, 255, 255, .85); }
.map__legend i { background: var(--lime); }
.map__legend i.intl { background: #FDE68A; }
.map__legend i.hq { background: var(--white); box-shadow: 0 0 0 3px var(--lime); }

/* Pied de page bleu marine et carte newsletter bleue */
.site-footer { background: var(--black); color: #D6E0F2; }
.footer-brand p, .footer-col a, .footer-col span, .footer-acc .links a { color: #B7C4DD; }
.footer-countries { color: #9FB0CF; }
.footer-bottom { color: #9FB0CF; border-top-color: rgba(255, 255, 255, .1); }
.footer-news { background: var(--grad-ink); color: var(--white); }
.footer-news p { color: rgba(255, 255, 255, .88); }
.footer-news input { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .4); color: var(--white); }
.footer-news input::placeholder { color: rgba(255, 255, 255, .75); }
.footer-news button { background: var(--lime); color: var(--ink); }
.socials a:hover { background: var(--lime); color: var(--ink); }

/* =========================================================
   Interlignage des titres (lignes et accents ne se touchent plus)
   ========================================================= */
.display { line-height: 1.06; }
.display--xxl, .hero-card .display--xxl, .display--xl { line-height: 1.04; }
.display--sm { line-height: 1.12; }
.hero-card .display--xxl, .page-hero .display--xxl, .page-hero--dark .display--xxl { padding-top: .04em; }
.mega__promo-title .display, .mega-card__body .display { line-height: 1.02; }
.marquee__item { line-height: 1.02; }
.svc__item { line-height: 1.12; padding-block: 4px; }
.steps__btn { line-height: 1.08; }
.m-acc__btn { line-height: 1.08; }
.value-row .display { line-height: 1.12; }
.case__meta b { line-height: 1.08; }
.cta-band .display, .section-head .display { margin-bottom: 4px; }

/* Mobile : titres dimensionnés pour que les mots longs tiennent sans être coupés */
@media (max-width: 720px) {
  .display { overflow-wrap: normal; word-break: normal; hyphens: manual; }
  .display--xxl, .hero-card .display--xxl, .page-hero--dark .display--xxl { font-size: clamp(32px, 10.6vw, 56px); }
  .display--xl { font-size: clamp(30px, 9.6vw, 48px); }
  .display--lg { font-size: clamp(28px, 8.4vw, 40px); }
  .display--md { font-size: clamp(26px, 7.6vw, 34px); }
  .svc__item { font-size: clamp(24px, 7.4vw, 32px); gap: 12px; }
  .svc__item > span:first-child { min-width: 0; }
  .svc__item .pill { width: 32px; height: 32px; }
  .display, .display--xxl, .hero-card .display--xxl, .display--xl { line-height: 1.1; }
}

/* =========================================================
   Services communication & digital : mega menu 3 colonnes,
   cartes de services, en-tête à 7 rubriques
   ========================================================= */
.mega__links--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 28px; }
.mega__links--3 .mega__link { font-size: 17px; padding: 9px 0; }
.mega__links--3 .mega__link small { display: none; }
.svc-cards { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px, 1fr); gap: 18px; overflow-x: auto; padding: 4px 4px 16px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.svc-card { scroll-snap-align: start; display: flex; flex-direction: column; gap: 14px; min-height: 270px; padding: 24px; border-radius: var(--r-md); background: var(--white); box-shadow: inset 0 0 0 1px var(--line); transition: transform .3s, box-shadow .3s; }
.svc-card:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px var(--blue), 0 20px 40px -26px rgba(11, 43, 69, .35); }
.svc-card h3 { margin: auto 0 0; font-family: var(--f-display); font-weight: 700; font-size: 24px; line-height: 1.08; text-transform: uppercase; }
.svc-card p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.5; }
.svc-card .link-arrow { color: var(--ink); }
.nav__btn, .nav__link { white-space: nowrap; }
.mega__tabs { flex-wrap: nowrap; gap: 10px; }
.mega__tab { flex: 1 1 0; min-width: 0; padding: 0 12px; font-size: 12.5px; letter-spacing: .04em; white-space: nowrap; }
@media (max-width: 1400px) { .nav__btn, .nav__link { padding: 0 10px; font-size: 13px; } .site-header__bar { gap: 18px; } .mega__tab { font-size: 11.5px; padding: 0 8px; } .mega__tab .dot { margin-right: 6px; } }
@media (max-width: 1280px) { .nav__btn, .nav__link { padding: 0 7px; font-size: 12px; letter-spacing: .03em; } .header-tools .btn { display: none; } .mega__tabs { flex-wrap: wrap; } .mega__tab { flex: 1 1 auto; min-height: 44px; } }
@media (max-width: 1180px) { .nav, .header-tools .lang { display: none; } .burger { display: grid; } .header-tools { margin-left: auto; } .mega, .mega-overlay { display: none; } }
@media (max-width: 720px) { .svc-cards { grid-auto-columns: 82%; } }
