/* =============================================================================
   Royal Concierge Services - Feuille de style principale
   Inspirations : editorial, hotellerie haut de gamme
   Palette : cream, linen, sage, gold, charcoal
   Polices : Cormorant Garamond (serif), Montserrat (sans)
============================================================================= */

:root {
  --c-cream:      #FAF8F3;
  --c-linen:      #E8E4DD;
  --c-sand:       #D4CFC7;
  --c-sage:       #7A8B7A;
  --c-sage-dark:  #4A5B4A;
  --c-sage-light: #A8B5A8;
  --c-gold:       #B8977E;
  --c-gold-light: #D4BFA8;
  --c-charcoal:   #1A1A1A;
  --c-forest:     #3D4A3D;
  --c-white:      #ffffff;
  --c-error:      #C44A4A;
  --c-success:    #6B8E5A;

  --font-serif: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --font-sans:  'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --container: 1280px;
  --gutter: clamp(20px, 4vw, 48px);
  --section-py: clamp(80px, 12vw, 140px);
  --radius-sm: 4px;
  --radius-md: 8px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.04);
  --shadow-md: 0 4px 24px rgba(0,0,0,.06);
  --shadow-lg: 0 24px 60px rgba(0,0,0,.08);

  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
*::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: var(--c-charcoal);
  background: var(--c-cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  min-width: 320px;
  overflow-x: hidden;
}

::selection { background: var(--c-gold); color: var(--c-cream); }

img, picture, video, iframe { max-width: 100%; height: auto; display: block; }

/* Icones (sprite Lucide). Les symbols n'ont que viewBox, le rendu est CSS-only. */
.icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon.star-filled { fill: currentColor; stroke: none; }

a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* ----------------------------------------------------------------------------
   Utilities
---------------------------------------------------------------------------- */
.container { max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.skip-link { position: absolute; top: -100px; left: 0; padding: 12px 20px; background: var(--c-charcoal); color: var(--c-cream); z-index: 10001; transition: top .2s; }
.skip-link:focus { top: 0; }

/* Typographie globale */
.h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--c-charcoal);
}
.h2 em { font-style: italic; font-weight: 400; color: var(--c-gold); }
.section-h2 { margin-bottom: 20px; }

.eyebrow {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--c-sage-dark);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--c-gold);
}
.eyebrow-light { color: var(--c-gold-light); }
.eyebrow-light::before { background: var(--c-gold-light); }

.section-lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--c-sage-dark);
  max-width: 60ch;
}
.section-head { margin-bottom: clamp(40px, 6vw, 72px); }
.section-foot { margin-top: clamp(32px, 5vw, 48px); }

/* Boutons */
.btn-primary, .btn-ghost, .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  transition: all .4s var(--ease);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn-large { padding: 18px 36px; font-size: 13px; }

.btn-primary { background: var(--c-charcoal); color: var(--c-cream); border-color: var(--c-charcoal); }
.btn-primary:hover { background: var(--c-gold); border-color: var(--c-gold); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(184,151,126,.32); }

.btn-ghost { background: transparent; color: var(--c-cream); border-color: rgba(250,248,243,.5); }
.btn-ghost:hover { background: var(--c-cream); color: var(--c-charcoal); border-color: var(--c-cream); }

.btn-outline { background: transparent; color: var(--c-charcoal); border-color: var(--c-charcoal); }
.btn-outline:hover { background: var(--c-charcoal); color: var(--c-cream); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 600; /* +100 pour passer AA sur cream */
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #8C6F58; /* gold assombri, ratio AA: 5.3:1 sur cream */
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  transition: gap .3s var(--ease), color .3s;
}
.link-arrow:hover { gap: 22px; color: var(--c-charcoal); }
.section-dark .link-arrow { color: var(--c-gold-light); }

/* ----------------------------------------------------------------------------
   Page loader
---------------------------------------------------------------------------- */
.page-loader {
  position: fixed; inset: 0; z-index: 10000;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--c-cream);
  transition: opacity .8s var(--ease), visibility .8s var(--ease);
}
.page-loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-logo {
  width: 180px; height: auto;
  opacity: 0; transform: scale(.92);
  animation: logoReveal 1.1s var(--ease) forwards .25s;
}
.loader-text {
  font-family: var(--font-serif); font-size: 11px; letter-spacing: .6em;
  text-transform: uppercase; color: var(--c-charcoal); margin-top: 26px;
  opacity: 0; animation: textReveal 1s ease forwards .9s;
}
.loader-bar {
  display: block; width: 60px; height: 2px; background: var(--c-gold); margin-top: 24px;
  transform: scaleX(0); transform-origin: left;
  animation: barReveal .8s var(--ease) forwards 1.3s;
}
@keyframes logoReveal { to { opacity: 1; transform: scale(1); } }
@keyframes textReveal { to { opacity: 1; transform: translateY(0); } }
@keyframes barReveal  { to { transform: scaleX(1); } }

/* ----------------------------------------------------------------------------
   Scroll progress
---------------------------------------------------------------------------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 200;
  pointer-events: none; background: rgba(0,0,0,.06);
}
.scroll-progress span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--c-gold), var(--c-sage));
  transition: width .15s linear;
}

/* ----------------------------------------------------------------------------
   Navigation
---------------------------------------------------------------------------- */
.main-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 150;
  transition: background .4s var(--ease), box-shadow .4s var(--ease);
}
.main-nav.scrolled,
body.nav-light .main-nav {
  background: rgba(250,248,243,.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0,0,0,.05);
}
/* Sur pages internes : nav toujours en mode clair, pas de transparence cream-sur-cream */
body.nav-light .nav-link-item,
body.nav-light .nav-phone { color: var(--c-charcoal) !important; }
body.nav-light .hamburger-line { background: var(--c-charcoal) !important; }
body.nav-light .nav-logo { filter: none !important; }
body.nav-light .nav-cta { background: var(--c-gold); color: var(--c-cream); }
body.nav-light .nav-cta:hover { background: var(--c-charcoal); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--gutter); gap: 32px; max-width: var(--container); margin: 0 auto;
}
.nav-brand { display: inline-flex; align-items: center; }
.nav-logo {
  height: 44px; width: auto;
  filter: brightness(0) invert(1);
  transition: filter .4s var(--ease);
}
.main-nav.scrolled .nav-logo { filter: none; }

.nav-list {
  display: flex; align-items: center; gap: 28px; list-style: none;
}
.nav-item { position: relative; padding: 8px 0; }
.nav-link-item {
  font-size: 13px; font-weight: 400; letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-charcoal);
  position: relative;
  transition: color .35s var(--ease);
}
.main-nav:not(.scrolled) .nav-link-item { color: var(--c-cream); }
.nav-link-item::after {
  content: ''; position: absolute; bottom: -6px; left: 0; right: 0; height: 1px;
  background: var(--c-gold); transform: scaleX(0); transform-origin: right;
  transition: transform .45s var(--ease);
}
.nav-link-item:hover::after { transform: scaleX(1); transform-origin: left; }

.dropdown-menu {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 280px; padding: 8px 0;
  background: var(--c-cream); border: 1px solid var(--c-linen); border-radius: var(--radius-sm);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: all .3s var(--ease);
  list-style: none;
  box-shadow: var(--shadow-lg);
}
.dropdown-parent:hover .dropdown-menu,
.dropdown-parent:focus-within .dropdown-menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.dropdown-item {
  display: block; padding: 14px 26px;
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--c-charcoal);
  border-bottom: 1px solid rgba(0,0,0,.04);
  transition: background .3s, padding-left .3s;
}
.dropdown-item:last-child { border-bottom: 0; }
.dropdown-item:hover { background: var(--c-linen); padding-left: 32px; }

.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 500; letter-spacing: .12em;
  color: var(--c-charcoal);
  padding: 14px 12px;
  min-height: 44px;
  transition: color .3s;
}
.main-nav:not(.scrolled) .nav-phone { color: var(--c-cream); }
.nav-phone:hover { color: var(--c-gold); }

.nav-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 26px;
  min-height: 44px;
  background: var(--c-gold); color: var(--c-cream);
  font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  transition: all .35s var(--ease);
}
.nav-cta:hover { background: var(--c-charcoal); }
.main-nav:not(.scrolled) .nav-cta { background: var(--c-cream); color: var(--c-charcoal); }
.main-nav:not(.scrolled) .nav-cta:hover { background: var(--c-gold); color: var(--c-cream); }

.hamburger-btn {
  display: none; width: 40px; height: 40px;
  flex-direction: column; justify-content: center; align-items: center; gap: 6px;
}
.hamburger-line {
  width: 22px; height: 1.5px; background: var(--c-charcoal);
  transition: all .35s var(--ease);
}
.main-nav:not(.scrolled) .hamburger-line { background: var(--c-cream); }
.hamburger-btn[aria-expanded="true"] .hamburger-line:first-child { transform: translateY(4px) rotate(45deg); }
.hamburger-btn[aria-expanded="true"] .hamburger-line:last-child  { transform: translateY(-4px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 140;
  background: var(--c-charcoal);
  opacity: 0; visibility: hidden;
  transition: opacity .5s var(--ease), visibility .5s var(--ease);
  display: flex; align-items: center; justify-content: center;
}
.mobile-menu.active { opacity: 1; visibility: visible; }
.mobile-menu-inner { width: 100%; max-width: 560px; padding: 80px var(--gutter) 40px; }
.mobile-menu-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.mobile-menu-link {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 7vw, 2.6rem);
  color: var(--c-cream);
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(250,248,243,.1);
}
.mobile-menu-link span { display: inline-block; transition: transform .55s var(--ease), color .35s; }
.mobile-menu-link:hover { border-color: var(--c-gold); }
.mobile-menu-link:hover span { color: var(--c-gold); transform: translateX(8px); }
.mobile-menu-foot {
  margin-top: 56px; display: flex; flex-direction: column; gap: 8px;
  font-size: 13px; letter-spacing: .12em; color: var(--c-gold-light);
}
.mobile-menu-foot a { transition: color .3s; }
.mobile-menu-foot a:hover { color: var(--c-cream); }

/* ----------------------------------------------------------------------------
   Hero
---------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex; align-items: center;
  padding: 120px var(--gutter) 100px;
  color: var(--c-cream);
  isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.78) saturate(.95);
}
.hero-overlay {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(26,26,26,.35) 0%, rgba(26,26,26,.05) 40%, rgba(26,26,26,.65) 100%),
    linear-gradient(90deg, rgba(26,26,26,.55) 0%, rgba(26,26,26,0) 65%);
}
.hero-content { position: relative; max-width: 820px; }
.hero-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin-bottom: 28px;
}
.hero-title .ital { font-style: italic; color: var(--c-gold-light); }
.hero-sub {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.7;
  color: rgba(250,248,243,.88);
  max-width: 60ch;
  margin-bottom: 40px;
}
.hero-ctas { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-meta {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(250,248,243,.7);
}
.hero-meta .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--c-gold);
}
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: rgba(250,248,243,.7);
}
.hero-scroll-line {
  display: block; width: 1px; height: 36px;
  background: linear-gradient(to bottom, transparent, var(--c-gold-light));
  animation: scrollPulse 2.2s ease-in-out infinite;
}
.hero-scroll-text { font-size: 10px; letter-spacing: .4em; text-transform: uppercase; }
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: .4; }
  50% { transform: scaleY(1.3); opacity: 1; }
}

/* ----------------------------------------------------------------------------
   Marquee
---------------------------------------------------------------------------- */
.marquee {
  background: var(--c-sage-dark);
  color: var(--c-cream);
  padding: 22px 0;
  overflow: hidden;
  position: relative;
}
.marquee::before, .marquee::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none;
}
.marquee::before { left: 0;  background: linear-gradient(to right, var(--c-sage-dark), transparent); }
.marquee::after  { right: 0; background: linear-gradient(to left,  var(--c-sage-dark), transparent); }
.marquee-track {
  display: inline-flex; gap: 22px; align-items: center;
  animation: marqueeRun 40s linear infinite;
  white-space: nowrap;
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  font-style: italic;
  font-weight: 400;
}
.marquee-track .dot { color: var(--c-gold-light); font-style: normal; }
@keyframes marqueeRun {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ----------------------------------------------------------------------------
   Intro
---------------------------------------------------------------------------- */
.intro { padding: var(--section-py) 0; }
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.intro-img { aspect-ratio: 4/3; overflow: hidden; }
.intro-copy h2 { margin-bottom: 24px; }
.intro-copy p { margin-bottom: 18px; max-width: 50ch; color: #303030; }
.intro-copy .link-arrow { margin-top: 12px; }

/* Image reveal — voile qui swipe vers la gauche pour devoiler */
.img-reveal { position: relative; overflow: hidden; }
.img-reveal img { transition: transform 1.4s var(--ease); width: 100%; height: 100%; object-fit: cover; }
.img-reveal:hover img { transform: scale(1.04); }
.img-reveal::after {
  content: ''; position: absolute; inset: 0; background: var(--c-charcoal);
  transform-origin: right;
  transform: scaleX(1);
  transition: transform .9s var(--ease);
  z-index: 2; pointer-events: none;
}
.img-reveal.revealing::after { transform: scaleX(0); }
/* Si JS desactive : on n'enseveli pas l'image */
.no-js .img-reveal::after { display: none; }

/* ----------------------------------------------------------------------------
   Services
---------------------------------------------------------------------------- */
.services { padding: var(--section-py) 0; background: var(--c-linen); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1px;
  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.06);
}
.service-card {
  position: relative;
  background: var(--c-cream);
  padding: 40px 32px 36px;
  display: flex; flex-direction: column;
  transition: background .4s var(--ease), transform .4s var(--ease);
}
.service-card:hover { background: var(--c-white); transform: translateY(-4px); z-index: 2; box-shadow: var(--shadow-lg); }
.service-card-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 18px; }
.service-card-number {
  font-family: var(--font-serif);
  font-size: 3.6rem; line-height: 1;
  color: var(--c-linen);
  transition: color .4s var(--ease);
}
.service-card:hover .service-card-number { color: var(--c-gold); }
.service-icon {
  width: 48px; height: 48px;
  border: 1px solid var(--c-linen);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--c-sage-dark);
  transition: all .4s var(--ease);
}
.service-card:hover .service-icon { border-color: var(--c-gold); background: var(--c-gold); color: var(--c-cream); }
.service-eyebrow { margin-bottom: 12px; font-size: 10px; }
.service-title {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--c-charcoal);
}
.service-desc { font-size: 14px; line-height: 1.65; color: #444; margin-bottom: 18px; }
.service-highlights {
  list-style: none; margin-top: auto;
  display: flex; flex-direction: column; gap: 8px;
  padding-top: 18px; border-top: 1px solid var(--c-linen);
}
.service-highlights li {
  position: relative; padding-left: 18px;
  font-size: 12px; letter-spacing: .04em; color: var(--c-sage-dark);
}
.service-highlights li::before {
  content: '·'; position: absolute; left: 4px; top: -2px; color: var(--c-gold); font-size: 18px;
}

/* ----------------------------------------------------------------------------
   Process
---------------------------------------------------------------------------- */
.process { padding: var(--section-py) 0; background: var(--c-cream); }
.process-list { list-style: none; display: grid; gap: 12px; max-width: 920px; margin: 0 auto; }
.process-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  align-items: flex-start;
  padding: 28px 32px;
  background: var(--c-white);
  border: 1px solid var(--c-linen);
  border-left: 3px solid var(--c-gold);
  transition: all .4s var(--ease);
}
.process-step:hover { transform: translateX(4px); border-left-color: var(--c-sage); box-shadow: var(--shadow-md); }
.process-num {
  font-family: var(--font-serif);
  font-size: 2.6rem; line-height: 1;
  color: var(--c-gold);
}
.process-title {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.process-desc { font-size: 14px; line-height: 1.65; color: #404040; max-width: 60ch; }

/* ----------------------------------------------------------------------------
   Quote break
---------------------------------------------------------------------------- */
.quote-break {
  padding: clamp(80px, 12vw, 160px) 0;
  color: var(--c-cream);
  background-size: cover;
  background-position: center;
}
.quote { max-width: 900px; margin: 0 auto; text-align: center; }
.quote-text {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  line-height: 1.35;
  position: relative;
}
.quote-mark {
  display: block;
  font-size: 5rem;
  line-height: 1;
  color: var(--c-gold-light);
  margin-bottom: 8px;
}
.quote-cite {
  display: block;
  margin-top: 26px;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--c-gold-light);
}

/* ----------------------------------------------------------------------------
   Values
---------------------------------------------------------------------------- */
.values { padding: var(--section-py) 0; background: var(--c-cream); }
.values .section-head { text-align: center; }
.values .section-head .eyebrow { justify-content: center; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.value-card {
  text-align: center;
  padding: 48px 32px;
  background: var(--c-white);
  border: 1px solid var(--c-linen);
  transition: all .5s var(--ease);
}
.value-card:hover { border-color: var(--c-gold); transform: translateY(-6px); box-shadow: var(--shadow-md); }
.value-icon {
  width: 72px; height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--c-linen);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--c-sage-dark);
  transition: all .4s var(--ease);
}
.value-card:hover .value-icon { background: var(--c-gold); color: var(--c-cream); }
.value-title {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 14px;
}
.value-card p { font-size: 14px; line-height: 1.7; color: #444; }

/* ----------------------------------------------------------------------------
   Stats
---------------------------------------------------------------------------- */
.stats { background: var(--c-charcoal); color: var(--c-cream); padding: clamp(60px, 8vw, 100px) 0; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat { padding: 0 12px; }
.stat-num {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1; font-weight: 400;
  color: var(--c-cream); /* contraste WCAG AA assure sur fond charcoal */
  margin-bottom: 12px;
}
.stat-suffix { font-size: .5em; vertical-align: super; color: var(--c-gold); }
.stat-label {
  font-size: 11px; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(250,248,243,.7);
}

/* ----------------------------------------------------------------------------
   Founder
---------------------------------------------------------------------------- */
.founder { padding: var(--section-py) 0; }
.founder-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.founder-copy p { margin-bottom: 16px; max-width: 50ch; color: #303030; }
.founder-sig {
  font-family: var(--font-serif); font-style: italic;
  font-size: 1.2rem; line-height: 1.5;
  color: var(--c-sage-dark);
  padding-left: 20px;
  border-left: 2px solid var(--c-gold);
  margin-top: 26px;
}
.founder-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.founder-img { aspect-ratio: 4/5; }
.founder-img-1 { transform: translateY(20px); }
.founder-img-3 { transform: translateY(20px); }

/* ----------------------------------------------------------------------------
   Zones
---------------------------------------------------------------------------- */
.zones { padding: var(--section-py) 0; background: var(--c-linen); }
.zones .section-head { text-align: center; }
.zones .section-head .eyebrow { justify-content: center; }
.zones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 32px;
}
.zone-card {
  background: var(--c-cream);
  border: 1px solid rgba(0,0,0,.06);
  padding: 40px 36px;
  transition: all .4s var(--ease);
}
.zone-card:hover { border-color: var(--c-gold); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.zone-head { display: flex; align-items: center; gap: 20px; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--c-linen); }
.zone-code {
  display: inline-flex; align-items: center; justify-content: center;
  width: 60px; height: 60px;
  background: var(--c-charcoal); color: var(--c-cream);
  font-family: var(--font-serif); font-size: 1.6rem; font-weight: 400;
}
.zone-name { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 500; }
.zone-region { font-size: 12px; letter-spacing: .15em; text-transform: uppercase; color: var(--c-sage-dark); margin-top: 2px; }
.zone-desc { font-size: 14px; line-height: 1.7; color: #404040; margin-bottom: 22px; }
.zone-cities {
  list-style: none;
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 24px;
}
.zone-cities li {
  font-size: 12px;
  padding: 6px 12px;
  background: var(--c-linen);
  border-radius: 2px;
  color: var(--c-charcoal);
}
.zone-highlights { font-size: 13px; }
.zone-highlights .eyebrow { font-size: 9px; margin-bottom: 10px; }
.zone-highlights ul { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.zone-highlights li { padding-left: 18px; position: relative; color: #404040; }
.zone-highlights li::before { content: '·'; position: absolute; left: 6px; top: -4px; color: var(--c-gold); font-size: 18px; }

/* ----------------------------------------------------------------------------
   Tech
---------------------------------------------------------------------------- */
.tech { padding: var(--section-py) 0; background: var(--c-charcoal); color: var(--c-cream); }
.tech-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.tech h2 { color: var(--c-cream); }
.tech h2 em { color: var(--c-gold-light); }
.tech .eyebrow { color: var(--c-gold-light); }
.tech .eyebrow::before { background: var(--c-gold-light); }
.tech-copy p { color: rgba(250,248,243,.78); margin-bottom: 24px; max-width: 50ch; }
.tech-features { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.tech-features li {
  padding-left: 24px;
  position: relative;
  border-left: 1px solid rgba(184,151,126,.3);
  padding-top: 6px; padding-bottom: 6px;
}
.tech-features strong {
  display: block;
  font-family: var(--font-serif); font-weight: 500;
  font-size: 1.2rem; margin-bottom: 4px;
  color: var(--c-cream);
}
.tech-features span { font-size: 13px; color: rgba(250,248,243,.66); line-height: 1.55; }
.tech-img { aspect-ratio: 4/3; border: 1px solid rgba(184,151,126,.3); }

/* ----------------------------------------------------------------------------
   Testimonials
---------------------------------------------------------------------------- */
.testimonials { padding: var(--section-py) 0; background: var(--c-cream); }
.testimonials .section-head { text-align: center; }
.testimonials .section-head .eyebrow { justify-content: center; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.testimonial {
  background: var(--c-white);
  border: 1px solid var(--c-linen);
  padding: 36px 32px;
  display: flex; flex-direction: column;
  transition: all .4s var(--ease);
}
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--c-gold); }
.testimonial-stars { color: var(--c-gold); display: flex; gap: 4px; margin-bottom: 18px; }
.testimonial-text p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #2a2a2a;
}
.testimonial-meta { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--c-linen); display: flex; flex-direction: column; gap: 4px; }
.testimonial-name { font-weight: 500; font-size: 14px; }
.testimonial-role { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--c-sage-dark); }

/* ----------------------------------------------------------------------------
   FAQ
---------------------------------------------------------------------------- */
.faq { padding: var(--section-py) 0; background: var(--c-linen); }
.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.faq-head .section-lead { margin-bottom: 24px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--c-cream);
  border: 1px solid rgba(0,0,0,.06);
  transition: all .35s var(--ease);
}
.faq-item:hover { border-color: var(--c-gold); }
.faq-item[open] { border-color: var(--c-gold); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--c-charcoal);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  font-size: 18px; font-weight: 300; color: var(--c-gold);
  border: 1px solid var(--c-gold);
  border-radius: 50%;
  transition: transform .35s var(--ease);
}
.faq-item[open] .faq-arrow { transform: rotate(45deg); }
.faq-answer { padding: 0 26px 24px; font-size: 14px; line-height: 1.7; color: #404040; }
.faq-answer p { max-width: 65ch; }

/* ----------------------------------------------------------------------------
   Contact
---------------------------------------------------------------------------- */
.contact { padding: var(--section-py) 0; background: var(--c-cream); }
.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.contact-info .section-lead { margin-bottom: 32px; }
.contact-list { list-style: none; display: flex; flex-direction: column; gap: 22px; padding-top: 16px; border-top: 1px solid var(--c-linen); }
.contact-list li {
  display: grid;
  grid-template-columns: 28px 110px 1fr;
  gap: 14px;
  align-items: start;
}
.contact-ic { color: var(--c-gold); display: inline-flex; align-items: center; justify-content: center; padding-top: 2px; }
.contact-key { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--c-sage-dark); padding-top: 4px; }
.contact-val { font-size: 15px; line-height: 1.55; color: var(--c-charcoal); transition: color .3s; }
a.contact-val:hover { color: var(--c-gold); }

/* Link arrow back (flip de la fleche) */
.link-arrow-back .icon { transform: rotate(180deg); transition: transform .3s var(--ease); }
.link-arrow-back:hover .icon { transform: rotate(180deg) translateX(4px); }
.link-arrow .icon { transition: transform .3s var(--ease); }
.link-arrow:hover .icon { transform: translateX(6px); }
.link-arrow-back:hover { gap: 22px; }
.link-arrow-back { flex-direction: row-reverse; }

.contact-form {
  background: var(--c-white);
  border: 1px solid var(--c-linen);
  padding: clamp(28px, 4vw, 48px);
  display: flex; flex-direction: column; gap: 18px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label {
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--c-sage-dark);
}
.req { color: var(--c-gold); margin-left: 2px; }
.form-field input,
.form-field select,
.form-field textarea {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 300;
  color: var(--c-charcoal);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--c-linen);
  padding: 12px 2px 10px;
  outline: none;
  transition: border-color .3s, box-shadow .3s;
  width: 100%;
  border-radius: 0;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--c-gold);
  box-shadow: 0 1px 0 0 var(--c-gold);
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: #999; }
.form-field textarea { resize: vertical; min-height: 120px; }
.form-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--c-sage-dark) 50%), linear-gradient(135deg, var(--c-sage-dark) 50%, transparent 50%); background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 30px; }
.field-error { font-size: 12px; color: var(--c-error); min-height: 14px; }

.form-consent .consent-label {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: 13px; line-height: 1.6; color: #404040;
  letter-spacing: 0; text-transform: none;
  font-weight: 300;
  cursor: pointer;
}
/* Checkbox custom : carre fin avec check SVG quand actif. 24px + zone tactile elargie via padding du label. */
.form-consent input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 24px; height: 24px;
  border: 1.5px solid var(--c-sage-dark);
  background: var(--c-white);
  border-radius: 3px;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  transition: border-color .2s var(--ease), background-color .2s var(--ease), box-shadow .2s var(--ease);
}
.form-consent input[type="checkbox"]:hover {
  border-color: var(--c-gold);
  box-shadow: 0 0 0 4px rgba(184,151,126,.08);
}
.form-consent input[type="checkbox"]:focus-visible {
  outline: 0;
  border-color: var(--c-gold);
  box-shadow: 0 0 0 3px rgba(184,151,126,.25);
}
.form-consent input[type="checkbox"]:checked {
  background: var(--c-gold);
  border-color: var(--c-gold);
}
.form-consent input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FAF8F3' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.form-consent a, .consent-detail-link { color: var(--c-gold); border-bottom: 1px solid var(--c-gold); padding: 0; font-size: inherit; font-family: inherit; cursor: pointer; }
.consent-detail-link:hover { color: var(--c-charcoal); border-color: var(--c-charcoal); }

.form-submit {
  width: 100%;
  margin-top: 6px;
  position: relative;
  min-height: 56px;
}
.form-submit[disabled] { opacity: .7; cursor: progress; }
.btn-loader {
  position: absolute;
  width: 18px; height: 18px;
  border: 2px solid rgba(250,248,243,.3);
  border-top-color: var(--c-cream);
  border-radius: 50%;
  opacity: 0;
  animation: spin .8s linear infinite;
}
.form-submit.loading .btn-label { opacity: 0; }
.form-submit.loading .btn-loader { opacity: 1; }
@keyframes spin { to { transform: rotate(360deg); } }

.form-status { font-size: 13px; min-height: 16px; }
.form-status.ok    { color: var(--c-success); }
.form-status.error { color: var(--c-error); }

/* Honeypot */
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px; overflow: hidden;
}

/* ----------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------- */
.site-footer { background: var(--c-charcoal); color: var(--c-cream); padding: clamp(60px, 8vw, 100px) 0 32px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 0 var(--gutter);
  max-width: var(--container);
  margin: 0 auto;
}
.footer-brand-col { padding-right: 24px; }
.footer-logo { height: 56px; width: auto; filter: brightness(0) invert(1); margin-bottom: 20px; }
.footer-tag { font-family: var(--font-serif); font-size: 1.15rem; line-height: 1.5; color: rgba(250,248,243,.8); margin-bottom: 16px; }
.footer-legal-line { font-size: 11px; letter-spacing: .12em; color: rgba(250,248,243,.5); display: flex; flex-wrap: wrap; gap: 8px; }
.footer-title {
  font-size: 11px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--c-gold-light); margin-bottom: 22px; font-weight: 500;
}
.footer-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-list a, .footer-addr { font-size: 14px; color: rgba(250,248,243,.78); transition: color .3s; }
.footer-list a:hover { color: var(--c-gold-light); }
.footer-bottom {
  margin-top: 48px;
  padding: 32px var(--gutter) 0;
  max-width: var(--container);
  margin-inline: auto;
  border-top: 1px solid rgba(250,248,243,.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 12px; letter-spacing: .08em; color: rgba(250,248,243,.5);
}
.footer-credit a { color: var(--c-gold-light); transition: color .3s; }
.footer-credit a:hover { color: var(--c-cream); }

/* ----------------------------------------------------------------------------
   Toast
---------------------------------------------------------------------------- */
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(24px);
  background: var(--c-charcoal);
  color: var(--c-cream);
  padding: 18px 32px 18px 22px;
  border-left: 3px solid var(--c-gold);
  border-radius: 2px;
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
  min-width: 280px;
  max-width: 420px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s var(--ease), visibility .35s var(--ease), transform .45s var(--ease);
}
.toast.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.toast.error { border-left-color: var(--c-error); }
.toast-close { position: absolute; top: 4px; right: 4px; background: transparent; color: rgba(250,248,243,.7); font-size: 22px; line-height: 1; padding: 0; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 2px; }
.toast-close:hover { color: var(--c-cream); background: rgba(250,248,243,.08); }
.toast-title { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--c-gold-light); }
.toast-message { font-size: 14px; color: rgba(250,248,243,.92); }

/* ----------------------------------------------------------------------------
   Cookie banner + RGPD modal
---------------------------------------------------------------------------- */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--c-charcoal); color: var(--c-cream);
  padding: 16px var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  z-index: 800;
  transform: translateY(100%);
  transition: transform .5s var(--ease);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-banner p { font-size: 13px; line-height: 1.55; max-width: 70ch; margin: 0; }
.cookie-actions { display: flex; align-items: center; gap: 14px; }
.cookie-link { font-size: 12px; letter-spacing: .15em; text-transform: uppercase; color: var(--c-gold-light); border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.cookie-banner .btn-outline { color: var(--c-cream); border-color: var(--c-cream); padding: 10px 22px; font-size: 11px; }
.cookie-banner .btn-outline:hover { background: var(--c-cream); color: var(--c-charcoal); }

.rgpd-modal {
  /* Le centrage est confie au comportement natif : inset 0 + margin auto. */
  inset: 0;
  margin: auto;
  width: min(480px, calc(100vw - 32px));
  max-width: 480px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  border: 0;
  padding: 36px 32px;
  background: var(--c-cream);
  color: var(--c-charcoal);
  border-radius: 4px;
  box-shadow: 0 36px 80px rgba(0,0,0,.3);
  z-index: 900;
}
.rgpd-modal::backdrop { background: rgba(26,26,26,.6); backdrop-filter: blur(4px); }
.rgpd-modal h3 { font-family: var(--font-serif); font-weight: 500; font-size: 1.6rem; margin-bottom: 18px; }
.rgpd-modal p { font-size: 14px; line-height: 1.65; margin-bottom: 14px; color: #404040; }
.rgpd-modal a { color: var(--c-gold); border-bottom: 1px solid currentColor; }
.modal-close { position: absolute; top: 8px; right: 8px; font-size: 22px; line-height: 1; color: #888; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 2px; background: transparent; }
.modal-close:hover { color: var(--c-charcoal); background: rgba(0,0,0,.04); }
.rgpd-modal .btn-primary { margin-top: 12px; width: 100%; }

/* ----------------------------------------------------------------------------
   Pages legales
---------------------------------------------------------------------------- */
.legal-page { padding: 140px 0 80px; background: var(--c-cream); }
.legal-container { max-width: 880px; }
.legal-head { text-align: center; margin-bottom: 56px; padding-bottom: 32px; border-bottom: 1px solid var(--c-linen); }
.legal-head .eyebrow { justify-content: center; }
.legal-updated { margin-top: 16px; font-size: 12px; color: var(--c-sage-dark); letter-spacing: .15em; text-transform: uppercase; }
.legal-body h2 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.4rem;
  margin: 36px 0 14px;
  color: var(--c-charcoal);
  padding-left: 18px;
  border-left: 3px solid var(--c-gold);
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body p, .legal-body li { font-size: 15px; line-height: 1.75; color: #2a2a2a; margin-bottom: 12px; }
.legal-body ul { padding-left: 24px; margin-bottom: 12px; }
.legal-body strong { color: var(--c-charcoal); font-weight: 500; }
.legal-body a { color: var(--c-gold); border-bottom: 1px solid currentColor; transition: color .3s; }
.legal-body a:hover { color: var(--c-charcoal); }
.legal-body code { font-family: monospace; font-size: 13px; background: var(--c-linen); padding: 2px 6px; border-radius: 2px; }
.legal-back { text-align: center; margin-top: 56px; }

/* ----------------------------------------------------------------------------
   Pages erreur
---------------------------------------------------------------------------- */
.error-page { padding: 160px 0 100px; background: var(--c-cream); min-height: 80vh; display: flex; align-items: center; }
.error-container { max-width: 600px; text-align: center; }
.error-code {
  font-family: var(--font-serif);
  font-size: clamp(6rem, 18vw, 12rem);
  line-height: 1;
  color: var(--c-gold);
  letter-spacing: -.04em;
  margin-bottom: 16px;
}
.error-title { margin-bottom: 18px; }
.error-message { font-size: 16px; line-height: 1.65; color: #404040; max-width: 50ch; margin: 0 auto 32px; }
.error-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.error-links { list-style: none; display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.error-links a { font-size: 12px; letter-spacing: .25em; text-transform: uppercase; color: var(--c-sage-dark); border-bottom: 1px solid var(--c-gold); padding-bottom: 2px; }
.error-links a:hover { color: var(--c-gold); }

/* ----------------------------------------------------------------------------
   Reveal animations
---------------------------------------------------------------------------- */
.reveal-up    { opacity: 0; transform: translateY(40px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal-left  { opacity: 0; transform: translateX(-60px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal-right { opacity: 0; transform: translateX(60px);  transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal-up.active, .reveal-left.active, .reveal-right.active { opacity: 1; transform: none; }
.delay-100 { transition-delay: .1s; }
.delay-200 { transition-delay: .2s; }
.delay-300 { transition-delay: .3s; }
.delay-400 { transition-delay: .4s; }
.delay-500 { transition-delay: .5s; }

/* ----------------------------------------------------------------------------
   Responsive
---------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid  { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .tech-grid, .intro-grid, .founder-grid { grid-template-columns: 1fr; }
  .founder-img-1, .founder-img-3 { transform: none; }
  .faq-grid, .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 880px) {
  .nav-list, .nav-phone { display: none; }
  .nav-cta { display: none; }
  .hamburger-btn { display: inline-flex; }
  .nav-inner { padding: 14px var(--gutter); }
  .hero { padding-top: 100px; }
  .hero-scroll { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .process-step { grid-template-columns: 60px 1fr; gap: 18px; padding: 22px; }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
  .cookie-actions { width: 100%; justify-content: space-between; }
}

@media (max-width: 560px) {
  .container, .nav-inner, .footer-grid, .footer-bottom { padding-left: 20px; padding-right: 20px; }
  .services-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .zones-grid { grid-template-columns: 1fr; }
  .toast { left: 12px; right: 12px; transform: translateY(120%); min-width: 0; max-width: none; }
  .toast.show { transform: translateY(0); }
  .toast::before { display: none; }
  .stat-num { font-size: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal-up, .reveal-left, .reveal-right { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
  .hero-scroll-line { animation: none; }
}

/* Focus visible global */
:focus-visible {
  outline: 2px solid var(--c-gold);
  outline-offset: 3px;
  border-radius: 1px;
}

/* ============================================================================
   Pages internes : page-hero + sections génériques
============================================================================ */

.page-hero {
  padding: 160px 0 80px;
  background: var(--c-cream);
  border-bottom: 1px solid var(--c-linen);
}
.page-hero-inner { max-width: 880px; }
.page-hero-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 8px 0 22px;
  color: var(--c-charcoal);
}
.page-hero-title em { font-style: italic; font-weight: 400; color: var(--c-gold); }
.page-hero-lead {
  font-size: 17px;
  max-width: 56ch;
}
.page-hero-ctas {
  display: flex; gap: 16px; flex-wrap: wrap;
  margin-top: 32px;
}

.section { padding: var(--section-py) 0; }
.section-light  { background: var(--c-cream); }
.section-tinted { background: var(--c-linen); }
.section-dark   { background: var(--c-charcoal); color: var(--c-cream); }
.section-dark .h2 { color: var(--c-cream); }
.section-dark .h2 em { color: var(--c-gold-light); }
.section-dark .eyebrow { color: var(--c-gold-light); }
.section-dark .eyebrow::before { background: var(--c-gold-light); }

.section-cta { padding: clamp(70px, 9vw, 110px) 0; background: var(--c-cream); border-top: 1px solid var(--c-linen); }
.cta-band { text-align: center; max-width: 800px; margin: 0 auto; }
.cta-band .eyebrow { justify-content: center; }
.cta-band .h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 18px; }
.cta-band .section-lead { margin: 0 auto 28px; }
.cta-band-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================================
   PROPRIETAIRES — modèle + offre + sécurité
============================================================================ */
.model-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.model-copy p { font-size: 16px; line-height: 1.7; color: #303030; margin-bottom: 16px; max-width: 50ch; }
.model-copy strong { color: var(--c-charcoal); }
.model-bullets { list-style: none; display: flex; flex-direction: column; gap: 22px; padding: 0; }
.model-bullets li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  background: var(--c-white);
  border: 1px solid var(--c-linen);
  border-left: 3px solid var(--c-gold);
}
.model-bullets li .icon { color: var(--c-gold); margin-top: 2px; }
.model-bullets strong { display: block; font-family: var(--font-serif); font-size: 1.25rem; font-weight: 500; margin-bottom: 4px; }
.model-bullets span { font-size: 13px; color: #555; line-height: 1.55; }

.offer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}
.offer-card {
  background: var(--c-white);
  border: 1px solid var(--c-linen);
  padding: clamp(32px, 4vw, 56px);
  position: relative;
}
.offer-card-featured { border: 2px solid var(--c-gold); }
.offer-title { font-family: var(--font-serif); font-weight: 500; font-size: 2rem; margin: 8px 0 12px; }
.offer-price { display: flex; align-items: baseline; gap: 8px; margin: 8px 0 14px; }
.offer-num   { font-family: var(--font-serif); font-size: 4rem; font-weight: 500; color: var(--c-gold); line-height: 1; }
.offer-suffix { font-size: 14px; letter-spacing: .12em; text-transform: uppercase; color: var(--c-sage-dark); }
.offer-detail { font-size: 14px; color: #404040; margin-bottom: 22px; line-height: 1.6; }
.offer-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 0 0 28px; padding: 22px 0; border-top: 1px solid var(--c-linen); border-bottom: 1px solid var(--c-linen); }
.offer-list li { padding-left: 22px; position: relative; font-size: 14px; line-height: 1.55; color: #303030; }
.offer-list li::before { content: ''; position: absolute; left: 0; top: 8px; width: 12px; height: 1px; background: var(--c-gold); }
.offer-side { display: flex; flex-direction: column; gap: 18px; }
.offer-card-mini { background: var(--c-cream); border: 1px solid var(--c-linen); padding: 24px; }
.offer-mini-title { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 500; margin: 6px 0 10px; color: var(--c-charcoal); }
.offer-card-mini p { font-size: 14px; line-height: 1.6; color: #404040; }
.offer-card-mini strong { color: var(--c-charcoal); }
.offer-note { font-size: 12px; color: var(--c-sage-dark); line-height: 1.6; padding-top: 6px; }

.security-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.security-list { list-style: none; display: flex; flex-direction: column; gap: 22px; }
.security-list li { padding: 20px 0; border-top: 1px solid rgba(250,248,243,.12); }
.security-list li:first-child { border-top: 0; padding-top: 0; }
.security-h { font-family: var(--font-serif); font-size: 1.3rem; font-weight: 500; color: var(--c-cream); margin-bottom: 8px; }
.security-list p:not(.security-h) { font-size: 14px; line-height: 1.65; color: rgba(250,248,243,.72); max-width: 65ch; }

/* ============================================================================
   VOYAGEURS — journey + discover
============================================================================ */
.journey-grid { display: grid; grid-template-columns: minmax(260px, 360px) 1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.journey-head .h2 { margin-bottom: 0; }
.journey-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.journey-list li {
  padding: 26px 28px;
  background: var(--c-white);
  border: 1px solid var(--c-linen);
  position: relative;
}
.journey-step {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--c-gold);
  letter-spacing: .15em;
}
.journey-list h3 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 1.4rem; margin: 8px 0 8px;
}
.journey-list p { font-size: 14px; line-height: 1.7; color: #404040; max-width: 60ch; }

.discover-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.discover-card { background: var(--c-white); border: 1px solid var(--c-linen); padding: 30px 28px; transition: all .35s var(--ease); }
.discover-card:hover { border-color: var(--c-gold); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.discover-when { font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: var(--c-gold); margin-bottom: 10px; }
.discover-title { font-family: var(--font-serif); font-weight: 500; font-size: 1.5rem; margin-bottom: 12px; }
.discover-card p:not(.discover-when):not(.discover-title) { font-size: 14px; line-height: 1.65; color: #404040; }

/* ============================================================================
   TARIFS — grille publique
============================================================================ */
.pricing-wrap { display: flex; flex-direction: column; gap: clamp(48px, 6vw, 72px); max-width: 1080px; margin: 0 auto; }
.pricing-cat { background: var(--c-white); border: 1px solid var(--c-linen); }
.pricing-cat-head { padding: 28px 32px; border-bottom: 1px solid var(--c-linen); background: var(--c-cream); }
.pricing-cat-title { font-family: var(--font-serif); font-weight: 500; font-size: 1.7rem; margin-bottom: 6px; }
.pricing-cat-lead { font-size: 14px; color: #404040; line-height: 1.6; max-width: 70ch; }
.pricing-list { list-style: none; }
.pricing-row {
  display: grid;
  grid-template-columns: 130px 1fr 220px;
  gap: 24px;
  padding: 22px 32px;
  border-bottom: 1px solid var(--c-linen);
  align-items: start;
}
.pricing-row:last-child { border-bottom: 0; }
.pricing-row:hover { background: var(--c-cream); }
.pricing-code { font-family: monospace; font-size: 12px; letter-spacing: .08em; color: var(--c-sage-dark); padding-top: 4px; }
.pricing-name { font-family: var(--font-serif); font-weight: 500; font-size: 1.2rem; margin-bottom: 4px; }
.pricing-detail { font-size: 13px; line-height: 1.55; color: #404040; max-width: 60ch; }
.pricing-price { text-align: right; }
.pricing-price strong { display: block; font-family: var(--font-serif); font-size: 1.2rem; color: var(--c-gold); }
.pricing-note { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--c-sage-dark); margin-top: 4px; }

.pricing-mentions { background: var(--c-cream); border: 1px dashed var(--c-linen); padding: 28px 32px; margin-top: 32px; }
.pricing-mentions h3 { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 500; margin-bottom: 14px; }
.pricing-mentions ul { padding-left: 18px; display: flex; flex-direction: column; gap: 10px; }
.pricing-mentions li { font-size: 13px; line-height: 1.7; color: #404040; }
.pricing-mentions strong { color: var(--c-charcoal); }

/* ============================================================================
   FAQ standalone page
============================================================================ */
.faq-page { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-cta-band { background: var(--c-linen); padding: 48px 40px; margin-top: 36px; text-align: center; }
.faq-cta-band .eyebrow { justify-content: center; }
.faq-cta-band .h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 16px; }
.faq-cta-band .section-lead { margin: 0 auto 24px; }

/* ============================================================================
   CONTACT — Map cta
============================================================================ */
.contact-map-cta { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--c-linen); }

/* ============================================================================
   Responsive overrides nouvelles sections
============================================================================ */
/* ============================================================================
   À propos — Team + Partners
============================================================================ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
  max-width: 1080px; margin: 0 auto;
}
.team-card {
  background: var(--c-white);
  border: 1px solid var(--c-linen);
  padding: 40px 36px;
  display: flex; flex-direction: column;
  transition: all .4s var(--ease);
}
.team-card:hover { border-color: var(--c-gold); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.team-avatar {
  width: 84px; height: 84px;
  background: var(--c-linen);
  border: 1px solid var(--c-gold);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.team-initials {
  font-family: var(--font-serif);
  font-style: italic; font-weight: 500;
  font-size: 1.7rem;
  color: var(--c-gold);
  letter-spacing: 0.02em;
}
.team-name { font-family: var(--font-serif); font-weight: 500; font-size: 1.6rem; margin-bottom: 4px; }
.team-role { font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: var(--c-gold); margin-bottom: 18px; }
.team-bio { font-size: 14px; line-height: 1.7; color: #404040; margin-bottom: 22px; }
.team-domains { list-style: none; display: flex; flex-direction: column; gap: 8px; padding-top: 18px; border-top: 1px solid var(--c-linen); }
.team-domains li {
  position: relative; padding-left: 18px;
  font-size: 13px; color: var(--c-sage-dark);
}
.team-domains li::before { content: ''; position: absolute; left: 0; top: 9px; width: 10px; height: 1px; background: var(--c-gold); }

.partners-grid {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.partners-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.partners-list li {
  padding: 22px 26px;
  background: var(--c-white);
  border: 1px solid var(--c-linen);
  border-left: 3px solid var(--c-gold);
}
.partner-name { font-family: var(--font-serif); font-weight: 500; font-size: 1.25rem; margin-bottom: 6px; }
.partner-role { font-size: 13px; line-height: 1.65; color: #404040; max-width: 60ch; }

/* ============================================================================
   Audit page
============================================================================ */
.audit-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 1080px; margin: 0 auto;
}
.audit-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 26px 28px;
  background: var(--c-white);
  border: 1px solid var(--c-linen);
}
.audit-item:hover { border-color: var(--c-gold); }
.audit-num {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: var(--c-gold);
  line-height: 1;
  padding-top: 4px;
}
.audit-h { font-family: var(--font-serif); font-weight: 500; font-size: 1.2rem; margin-bottom: 8px; }
.audit-item p { font-size: 13.5px; line-height: 1.65; color: #404040; max-width: 50ch; }

.deliverable-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.deliverable-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 18px 0 22px; padding: 22px 0; border-top: 1px solid var(--c-linen); border-bottom: 1px solid var(--c-linen); }
.deliverable-list li { padding-left: 22px; position: relative; font-size: 14px; line-height: 1.6; color: #303030; }
.deliverable-list li::before { content: ''; position: absolute; left: 0; top: 8px; width: 12px; height: 1px; background: var(--c-gold); }
.deliverable-note { font-style: italic; color: var(--c-sage-dark); font-size: 13.5px; }
.deliverable-img { aspect-ratio: 4/3; }

/* ============================================================================
   Stats animation (count-up)
============================================================================ */
.stat-num[data-count] { transition: opacity .6s var(--ease); }

@media (max-width: 1024px) {
  .model-grid, .offer-grid, .security-grid, .journey-grid,
  .partners-grid, .deliverable-grid { grid-template-columns: 1fr; }
  .audit-list { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .pricing-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .pricing-code { padding-top: 0; }
  .pricing-price { text-align: left; padding-top: 8px; border-top: 1px solid var(--c-linen); }
  .page-hero { padding: 120px 0 60px; }
}
