/* ============================================================
   NOBLE KEY SERVICES - DESIGN SYSTEM
   Palette hospitalité : émeraude + orange accueil
   Identité héritée de Noble Facility Services
   ============================================================ */

:root {
  /* Couleurs */
  --emerald: #10B981;
  --emerald-dark: #047857;
  --emerald-light: #34D399;
  --emerald-foam: #D1FAE5;
  --emerald-ice: #ECFDF5;
  --orange: #F97316;
  --orange-light: #FB923C;
  --orange-soft: #FFEDD5;
  --cream: #FFFBEB;
  --cream-2: #FEF3C7;
  --navy: #0B1220;
  --navy-soft: #1E293B;
  --text-soft: #475569;
  --gray: #64748B;
  --gray-light: #94A3B8;
  --border: rgba(11, 18, 32, 0.08);
  --border-soft: rgba(11, 18, 32, 0.06);
  --white: #FFFFFF;
  --glass: rgba(255, 255, 255, 0.72);
  --glass-strong: rgba(255, 255, 255, 0.88);

  --shadow-sm: 0 1px 3px rgba(11, 18, 32, 0.06);
  --shadow-md: 0 8px 24px rgba(11, 18, 32, 0.08);
  --shadow-lg: 0 24px 60px rgba(11, 18, 32, 0.10);
  --shadow-emerald: 0 10px 28px rgba(16, 185, 129, 0.42);
  --shadow-orange: 0 18px 40px rgba(249, 115, 22, 0.30);

  --grad-emerald: linear-gradient(135deg, #10B981 0%, #34D399 50%, #6EE7B7 100%);
  --grad-warm: linear-gradient(135deg, #F97316 0%, #FB923C 100%);
  --grad-hero: linear-gradient(135deg, #047857 0%, #10B981 50%, #34D399 100%);

  --font-display: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;
}

/* ============================================================
   RESET + BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--navy);
  background:
    radial-gradient(ellipse at 0% 0%, rgba(167, 243, 208, 0.35) 0%, transparent 45%),
    radial-gradient(ellipse at 100% 30%, rgba(110, 231, 183, 0.20) 0%, transparent 40%),
    radial-gradient(ellipse at 30% 70%, rgba(254, 215, 170, 0.30) 0%, transparent 50%),
    var(--cream);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
main { padding-top: 0 !important; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.section { padding: 110px 0; position: relative; }
@media (max-width: 768px) {
  .section { padding: 70px 0; }
  .container { padding: 0 16px; }
}

/* ============================================================
   HEADER (FIGÉ - NE PAS TOUCHER)
   ============================================================ */
header {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: rgba(255, 251, 235, 0.55);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  color: var(--navy);
  z-index: 2000;
  height: 110px;
  border-bottom: 1px solid rgba(16, 185, 129, 0.18);
  transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease, height 0.25s ease;
}
header.scrolled {
  height: 88px;
  background: rgba(255, 251, 235, 0.82);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  box-shadow: 0 8px 28px rgba(16, 185, 129, 0.16);
}
.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4vw;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.logo { display: flex; align-items: center; }
.logo-img {
  height: 96px;
  width: auto;
  display: block;
  transition: height 0.25s ease;
  image-rendering: -webkit-optimize-contrast;
}
header.scrolled .logo-img { height: 76px; }

.nav { position: relative; display: flex; align-items: center; gap: 20px; }
.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  margin: 0; padding: 0;
}
.nav-link {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  opacity: 0.82;
  position: relative;
  padding-bottom: 6px;
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.2s ease;
  font-size: 13px;
}
.nav-link:hover { opacity: 1; color: var(--emerald-dark); transform: translateY(-1px); }
.nav-link.active { opacity: 1; color: var(--navy); }
.nav-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  height: 2px; width: 0;
  background: var(--grad-emerald);
  border-radius: 999px;
  transition: width 0.3s ease;
}
.nav-link:hover::after, .nav-link.active::after { width: 100%; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: var(--grad-emerald);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-emerald);
  transition: all 0.3s ease;
  white-space: nowrap;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(16, 185, 129, 0.55); filter: brightness(1.05); }
.nav-cta.active {
  background: var(--navy);
  color: var(--emerald-light);
  box-shadow: 0 10px 28px rgba(11, 18, 32, 0.30), inset 0 0 0 2px var(--emerald);
}
.nav-cta.active:hover { background: var(--navy); filter: brightness(1.1); }

.menu-toggle {
  display: none;
  background: var(--navy);
  border-radius: var(--radius-md);
  padding: 10px;
  flex-direction: column;
  gap: 4px;
}
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--white); }

@media (max-width: 1024px) {
  .nav-list { gap: 14px; }
  .nav-link { font-size: 12px; }
}
@media (max-width: 900px) {
  .nav-list { display: none; }
  .nav.open .nav-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 20px;
    box-shadow: var(--shadow-lg);
    min-width: 240px;
    gap: 8px;
  }
  .menu-toggle { display: flex; }
  .logo-img { height: 76px; }
  header.scrolled .logo-img { height: 62px; }
}

/* ============================================================
   HERO + BULLES + WAVE
   ============================================================ */
.hero-wrapper {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at top right, rgba(254, 215, 170, 0.35) 0%, transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(167, 243, 208, 0.50) 0%, transparent 55%),
    var(--cream);
}

.hero-bubbles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero-bubbles span {
  position: absolute;
  bottom: -120px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.85), rgba(255,255,255,0.15) 60%, transparent 70%);
  box-shadow: inset 0 0 14px rgba(255,255,255,0.4);
  animation: bubble-rise 22s ease-in infinite;
  opacity: 0.55;
}
.hero-bubbles span:nth-child(1) { left: 8%;  width: 80px;  height: 80px;  animation-duration: 26s; animation-delay: 0s; }
.hero-bubbles span:nth-child(2) { left: 22%; width: 36px;  height: 36px;  animation-duration: 18s; animation-delay: 4s; }
.hero-bubbles span:nth-child(3) { left: 38%; width: 110px; height: 110px; animation-duration: 30s; animation-delay: 1s; }
.hero-bubbles span:nth-child(4) { left: 55%; width: 52px;  height: 52px;  animation-duration: 22s; animation-delay: 6s; }
.hero-bubbles span:nth-child(5) { left: 72%; width: 90px;  height: 90px;  animation-duration: 28s; animation-delay: 2s; }
.hero-bubbles span:nth-child(6) { left: 86%; width: 28px;  height: 28px;  animation-duration: 16s; animation-delay: 8s; }
.hero-bubbles span:nth-child(7) { left: 42%; width: 22px;  height: 22px;  animation-duration: 14s; animation-delay: 10s; }
@keyframes bubble-rise {
  0% { transform: translateY(0) translateX(0); opacity: 0; }
  10% { opacity: 0.6; }
  80% { opacity: 0.35; }
  100% { transform: translateY(-110vh) translateX(40px); opacity: 0; }
}

.hero-wave {
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  width: 100%;
  height: 120px;
  z-index: 4;
  pointer-events: none;
}
.hero-wave svg { width: 100%; height: 100%; display: block; }

.hero {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 60px;
  align-items: center;
  min-height: 100vh;
  padding: 160px 8vw 180px;
}

.hero-text { max-width: 760px; }

@keyframes nav-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6); }
  50% { box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 12px;
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(16, 185, 129, 0.18);
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.12);
}
.badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--emerald);
  animation: nav-pulse 2.4s ease-in-out infinite;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(38px, 5.4vw, 64px);
  margin-bottom: 22px;
  color: var(--navy);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.hero-title .accent {
  background: var(--grad-warm);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero-subtitle {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 560px;
  color: var(--text-soft);
}
.hero-subtitle strong { color: var(--navy); font-weight: 700; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.hero-trust {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--navy);
  font-weight: 600;
}
.hero-trust-item svg {
  width: 18px; height: 18px;
  flex-shrink: 0;
  color: var(--emerald);
}

.btn-primary, .btn-secondary {
  padding: 16px 28px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0.02em;
}
.btn-primary {
  background: var(--grad-emerald);
  color: var(--white);
  box-shadow: var(--shadow-emerald);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(16, 185, 129, 0.55); filter: brightness(1.05); }
.btn-secondary {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--navy);
  border: 1px solid rgba(11, 18, 32, 0.12);
  box-shadow: 0 4px 14px rgba(11, 18, 32, 0.08);
}
.btn-secondary:hover { background: rgba(255, 255, 255, 0.95); transform: translateY(-2px); }

/* HERO SCATTER - 4 images dispersées */
.hero-visual {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 520px;
}
.hero-scatter {
  position: relative;
  width: 100%;
  height: 540px;
}
.scatter-img {
  position: absolute;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: transform 0.4s ease;
}
.scatter-img img { width: 100%; height: 100%; object-fit: cover; }
.scatter-img.si-1 { width: 58%; height: 50%; top: 0; left: 0; transform: rotate(-2deg); z-index: 3; }
.scatter-img.si-2 { width: 50%; height: 44%; top: 8%; right: -3%; transform: rotate(3deg); z-index: 2; }
.scatter-img.si-3 { width: 56%; height: 48%; bottom: 0; left: 6%; transform: rotate(2deg); z-index: 4; }
.scatter-img.si-4 { width: 46%; height: 42%; bottom: 4%; right: 0; transform: rotate(-3deg); z-index: 3; }
.scatter-img:hover { transform: rotate(0deg) scale(1.03); z-index: 10; }

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 140px 6vw 120px;
    min-height: auto;
  }
  .hero-visual { min-height: auto; }
  .hero-scatter { height: 400px; max-width: 480px; margin: 0 auto; }
}

/* ============================================================
   SECTIONS communes
   ============================================================ */
.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}
.section-tag {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  color: var(--emerald-dark);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 6px 14px;
  background: rgba(16, 185, 129, 0.08);
  border-radius: var(--radius-full);
}
.section-title {
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  line-height: 1.12;
  color: var(--navy);
}
.section-title .accent {
  background: var(--grad-emerald);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sub {
  font-size: 17px;
  color: var(--text-soft);
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto;
}

/* ============================================================
   SECTION RÉFÉRENCES (logos clients)
   ============================================================ */
.section-clients {
  padding: 70px 0 80px;
  background: var(--white);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  position: relative;
}
.clients-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 50px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--navy);
  letter-spacing: -0.01em;
  text-align: center;
}
.clients-label::before, .clients-label::after {
  content: "";
  flex: 0 1 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.4), transparent);
}
.clients-label-tag {
  display: inline-block;
  font-size: 12px;
  color: var(--emerald-dark);
  letter-spacing: 0.20em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}
.clients-header {
  text-align: center;
  margin-bottom: 50px;
}
.clients-header h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.clients-header h2 .accent {
  background: var(--grad-emerald);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.clients-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  max-width: 320px;
  padding: 16px 28px;
  opacity: 1;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.client-logo img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
}
.client-logo:hover {
  transform: translateY(-4px) scale(1.04);
  filter: drop-shadow(0 12px 22px rgba(11, 18, 32, 0.18));
}

/* Placeholders typographiques en attendant les vrais PNG */
.client-placeholder {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--navy);
  filter: none;
}
.client-placeholder .cp-mark {
  font-family: "Playfair Display", "Times New Roman", Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.client-placeholder .cp-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  line-height: 1.1;
}
.client-placeholder .cp-sub {
  margin-top: 4px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.client-placeholder.warwick .cp-crown {
  width: 38px; height: 18px;
  margin-bottom: 6px;
  color: #BFA15F;
}
.client-placeholder.westminster .cp-mark {
  font-style: italic;
  font-size: 36px;
}
.client-placeholder.mg .cp-mark {
  font-size: 56px;
  color: #2E3F58;
  position: relative;
  padding: 0 8px;
}
.client-placeholder.mg .cp-mark::after {
  content: "/";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
  font-weight: 300;
  color: #6B8AA8;
}

@media (max-width: 768px) {
  .clients-grid { gap: 36px; }
  .client-logo { height: 110px; max-width: 220px; padding: 10px 16px; }
  .clients-label { font-size: 18px; }
  .client-placeholder .cp-mark { font-size: 36px; }
  .client-placeholder.mg .cp-mark { font-size: 48px; }
}

/* ============================================================
   SECTION UNIVERS (types de logements)
   ============================================================ */
.section-univers { background: linear-gradient(180deg, var(--white) 0%, var(--cream) 100%); }
.univers-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.univers-text h2 {
  font-size: clamp(32px, 4vw, 42px);
  margin-bottom: 20px;
  line-height: 1.12;
}
.univers-text p {
  font-size: 17px;
  color: var(--text-soft);
  margin-bottom: 16px;
  line-height: 1.7;
}
.univers-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.univers-list li {
  padding: 8px 16px;
  background: rgba(16, 185, 129, 0.10);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: var(--radius-full);
  color: var(--emerald-dark);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13px;
}

.univers-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.univers-item {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.univers-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.univers-item:hover img { transform: scale(1.08); }
.univers-tag {
  position: absolute;
  bottom: 10px; left: 10px;
  padding: 6px 12px;
  background: rgba(11, 18, 32, 0.85);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  border-radius: var(--radius-full);
  backdrop-filter: blur(8px);
}

@media (max-width: 900px) {
  .univers-layout { grid-template-columns: 1fr; gap: 36px; }
}

/* ============================================================
   SERVICES SLICES (gros bloc image + contenu)
   ============================================================ */
.section-services-slices {
  background:
    radial-gradient(ellipse at top, rgba(254, 215, 170, 0.18) 0%, transparent 50%),
    var(--white);
}
.services-slices {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
.service-slice {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.service-slice:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.slice-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: stretch;
  min-height: 380px;
}
.slice-inner.reverse { grid-template-columns: 1.1fr 1fr; direction: rtl; }
.slice-inner.reverse > * { direction: ltr; }

.slice-media {
  position: relative;
  overflow: hidden;
  min-height: 380px;
}
.slice-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-slice:hover .slice-media img { transform: scale(1.06); }
.slice-badge {
  position: absolute;
  top: 18px; left: 18px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  color: var(--emerald-dark);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  border: 1px solid rgba(16, 185, 129, 0.25);
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.18);
}
.slice-badge.warm { color: var(--orange); border-color: rgba(249, 115, 22, 0.30); }

.slice-content {
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slice-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  color: var(--emerald-dark);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.slice-kicker .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18);
}
.slice-content h3 {
  font-size: clamp(24px, 3vw, 30px);
  margin-bottom: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.slice-content > p {
  font-size: 16px;
  color: var(--text-soft);
  line-height: 1.7;
  margin-bottom: 18px;
}
.slice-content > p strong { color: var(--navy); }

.slice-list {
  margin: 18px 0;
}
.slice-list li {
  padding: 8px 0 8px 28px;
  position: relative;
  font-size: 15px;
  color: var(--navy);
}
.slice-list li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 6px;
  width: 20px; height: 20px;
  background: var(--emerald);
  color: var(--white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.slice-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}
.slice-detail h4 {
  font-size: 12px;
  color: var(--emerald-dark);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.slice-detail ul li {
  font-size: 13px;
  color: var(--text-soft);
  padding: 4px 0;
  position: relative;
  padding-left: 14px;
}
.slice-detail ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--emerald);
  font-weight: 700;
}

.slice-cta {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--emerald-dark);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: gap 0.25s ease;
}
.slice-cta:hover { gap: 14px; }

@media (max-width: 900px) {
  .slice-inner, .slice-inner.reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .slice-media { min-height: 260px; }
  .slice-content { padding: 32px 24px; }
  .slice-detail-grid { grid-template-columns: 1fr; gap: 12px; }
}

/* ============================================================
   PROCESS (4 étapes)
   ============================================================ */
.section-process { background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%); }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.process-step {
  position: relative;
  padding: 36px 28px 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.process-step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.process-num {
  position: absolute;
  top: -20px; left: 24px;
  width: 48px; height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--grad-emerald);
  color: var(--white);
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  box-shadow: var(--shadow-emerald);
}
.process-step h3 {
  font-size: 19px;
  margin: 16px 0 8px;
  letter-spacing: -0.01em;
}
.process-step p { font-size: 14px; color: var(--text-soft); line-height: 1.65; }

@media (max-width: 900px) {
  .process-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .process-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ZONES
   ============================================================ */
.section-zones {
  background:
    radial-gradient(ellipse at bottom, rgba(167, 243, 208, 0.30) 0%, transparent 50%),
    linear-gradient(180deg, var(--white) 0%, var(--cream-2) 100%);
}
.zones-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 50px;
}
.zone-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--navy);
  transition: all 0.25s ease;
  font-size: 15px;
  box-shadow: var(--shadow-sm);
}
.zone-card:hover {
  border-color: var(--emerald);
  color: var(--emerald-dark);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.zone-card-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.18);
}

@media (max-width: 768px) {
  .zones-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   PRICING / DEVIS (carte unique)
   ============================================================ */
.section-pricing { background: var(--white); }

.quote-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  margin: 50px auto 0;
  max-width: 1100px;
  background: var(--white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}
.quote-card-left {
  padding: 48px 44px;
  background: var(--cream);
  border-right: 1px solid var(--border);
}
.quote-label {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  color: var(--emerald-dark);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 6px 14px;
  background: rgba(16, 185, 129, 0.10);
  border-radius: var(--radius-full);
}
.quote-list {
  list-style: none;
  padding: 0;
}
.quote-list li {
  padding: 12px 0 12px 32px;
  position: relative;
  font-size: 15.5px;
  color: var(--navy);
  border-bottom: 1px solid var(--border-soft);
  line-height: 1.5;
}
.quote-list li:last-child { border-bottom: none; }
.quote-list li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 14px;
  width: 22px; height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--emerald);
  color: var(--white);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.quote-card-right {
  padding: 48px 44px;
  background: linear-gradient(165deg, var(--navy) 0%, #0F1B2D 100%);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.quote-card-right::before {
  content: "";
  position: absolute;
  top: -50%; right: -30%;
  width: 80%; height: 200%;
  background: radial-gradient(ellipse, rgba(16, 185, 129, 0.18) 0%, transparent 65%);
  pointer-events: none;
}
.quote-pill {
  display: inline-block;
  align-self: flex-start;
  padding: 7px 16px;
  background: rgba(16, 185, 129, 0.20);
  border: 1px solid rgba(52, 211, 153, 0.40);
  color: var(--emerald-light);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.quote-headline {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.quote-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.quote-cta {
  align-self: flex-start;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.quote-trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.quote-trust span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-body);
}
.quote-trust svg {
  width: 16px; height: 16px;
  color: var(--emerald-light);
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .quote-card { grid-template-columns: 1fr; }
  .quote-card-left, .quote-card-right { padding: 36px 28px; }
  .quote-card-left { border-right: none; border-bottom: 1px solid var(--border); }
}

/* anciens pricing styles (gardés pour compat) */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.pricing-card {
  padding: 40px 32px;
  background: var(--cream);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pricing-card.featured {
  background: var(--navy);
  color: var(--white);
  border: 1px solid var(--navy);
  transform: scale(1.04);
  box-shadow: var(--shadow-lg);
}
.pricing-card.featured h3, .pricing-card.featured .price { color: var(--white); }
.pricing-card.featured .price .currency { color: var(--emerald-light); }
.pricing-badge {
  position: absolute;
  top: -14px; right: 24px;
  padding: 7px 16px;
  background: var(--grad-warm);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 11px;
  border-radius: var(--radius-full);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--shadow-orange);
}
.pricing-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.pricing-card .price {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 56px;
  color: var(--navy);
  letter-spacing: -0.03em;
  margin: 18px 0;
  line-height: 1;
}
.pricing-card .price .currency { font-size: 28px; vertical-align: super; color: var(--emerald-dark); margin-right: 4px; }
.pricing-card .price small { font-size: 14px; color: var(--gray); font-weight: 500; margin-left: 6px; }
.pricing-card.featured .price small { color: var(--gray-light); }

.pricing-card .price-quote {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 44px;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin: 20px 0 6px;
  line-height: 1;
  background: var(--grad-emerald);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-card.featured .price-quote {
  background: linear-gradient(135deg, #FFFBEB, #FED7AA);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-card .price-note {
  font-size: 13px;
  color: var(--gray);
  font-family: var(--font-body);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.pricing-card.featured .price-note { color: var(--gray-light); }

.pricing-footnote {
  margin-top: 36px;
  text-align: center;
  font-size: 14px;
  color: var(--text-soft);
  font-family: var(--font-body);
  padding: 14px 20px;
  background: rgba(16, 185, 129, 0.06);
  border-radius: var(--radius-full);
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.pricing-features { margin: 24px 0; }
.pricing-features li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  border-bottom: 1px solid var(--border);
}
.pricing-card.featured .pricing-features li { border-color: rgba(255, 255, 255, 0.10); }
.pricing-features li::before {
  content: "✓";
  width: 22px; height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.15);
  color: var(--emerald-dark);
  border-radius: 50%;
  font-weight: 800;
  font-size: 12px;
  flex-shrink: 0;
}
.pricing-card.featured .pricing-features li::before { background: rgba(52, 211, 153, 0.20); color: var(--emerald-light); }

@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
}

/* ============================================================
   FAQ (compact, 2 colonnes desktop)
   ============================================================ */
.section-faq {
  background: linear-gradient(180deg, var(--white) 0%, var(--cream) 100%);
  padding: 70px 0;
}
.faq-list {
  max-width: 1100px;
  margin: 40px auto 0;
  column-count: 2;
  column-gap: 14px;
}
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-item:hover { border-color: rgba(16, 185, 129, 0.30); box-shadow: var(--shadow-sm); }
.faq-item[open] {
  border-color: rgba(16, 185, 129, 0.40);
  box-shadow: var(--shadow-sm);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14.5px;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1.35;
  flex: 1;
}
.faq-icon {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.10);
  flex-shrink: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}
.faq-icon::before, .faq-icon::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 10px; height: 2px;
  background: var(--emerald-dark);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
  border-radius: 2px;
}
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-icon {
  background: var(--grad-emerald);
  transform: rotate(180deg);
}
.faq-item[open] .faq-icon::before, .faq-item[open] .faq-icon::after { background: var(--white); }
.faq-item[open] .faq-icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-a {
  padding: 14px 18px 16px;
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.65;
  border-top: 1px solid var(--border-soft);
}
.faq-a strong { color: var(--navy); font-weight: 700; }

@media (max-width: 768px) {
  .faq-list { column-count: 1; }
  .faq-item summary { padding: 14px 16px; }
  .faq-q { font-size: 14px; }
  .faq-a { padding: 12px 16px 14px; font-size: 13.5px; }
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.section-cta {
  background: var(--grad-hero);
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(254, 215, 170, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(255, 255, 255, 0.12) 0%, transparent 55%);
  pointer-events: none;
}
.section-cta .section-tag {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.section-cta h2 { color: var(--white); font-size: clamp(32px, 4.5vw, 52px); }
.section-cta h2 .accent {
  background: linear-gradient(135deg, #FFFBEB, #FED7AA);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-cta p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 580px;
  margin: 16px auto 36px;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.section-cta .btn-primary {
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}
.section-cta .btn-primary:hover { background: var(--cream-2); }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  padding: 80px 0 32px;
  background: var(--navy);
  color: var(--gray-light);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand h3 { color: var(--white); font-size: 24px; margin-bottom: 14px; }
.footer-brand p { font-size: 14px; line-height: 1.7; max-width: 320px; }
.footer-col h4 { color: var(--white); font-size: 13px; margin-bottom: 16px; letter-spacing: 0.08em; text-transform: uppercase; font-family: var(--font-display); }
.footer-col a { display: block; color: var(--gray-light); font-size: 14px; padding: 6px 0; transition: color 0.2s; }
.footer-col a:hover { color: var(--emerald-light); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  font-size: 13px;
  text-align: center;
  color: var(--gray);
}

@media (max-width: 900px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .footer-inner { grid-template-columns: 1fr; }
}

/* ============================================================
   PAGES INTERNES (services / zones)
   ============================================================ */
.page-hero {
  padding: 160px 0 60px;
  background:
    radial-gradient(ellipse at top right, rgba(254, 215, 170, 0.30) 0%, transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(167, 243, 208, 0.45) 0%, transparent 55%),
    var(--cream);
}
.page-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.page-hero.page-hero-with-image .page-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  text-align: left;
  max-width: 1200px;
}
.page-hero-text { width: 100%; }
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.6vw, 52px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 14px 0 18px;
}
.page-hero h1 .accent {
  background: var(--grad-emerald);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-hero-intro {
  font-size: 17px;
  color: var(--text-soft);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 0 32px;
}
.page-hero-with-image .page-hero-inner > .page-hero-text .page-hero-intro {
  margin-left: 0;
  margin-right: 0;
}
.page-hero:not(.page-hero-with-image) .page-hero-intro { margin: 0 auto 32px; }
.page-hero-intro strong { color: var(--navy); }
.page-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.page-hero:not(.page-hero-with-image) .page-hero-actions { justify-content: center; }
.page-hero-image {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-lg);
}
.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.page-hero-image:hover img { transform: scale(1.04); }

@media (max-width: 900px) {
  .page-hero.page-hero-with-image .page-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 32px;
  }
  .page-hero-with-image .page-hero-intro { margin: 0 auto 32px; }
  .page-hero-with-image .page-hero-actions { justify-content: center; }
}

/* SECTION MAP (legacy services) */
.section-map { background: var(--white); }
.map-wrap {
  max-width: 1000px;
  margin: 30px auto 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
}
.map-wrap iframe {
  display: block;
  width: 100%;
}

/* ============================================================
   PAGE ZONE - DESIGN MAGAZINE IMMERSIF
   ============================================================ */

/* HERO ZONE FULLBLEED (commence APRES la navbar) */
.zhero {
  position: relative;
  margin-top: 110px;
  min-height: calc(85vh - 110px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
header.scrolled ~ main .zhero { margin-top: 0; }
.zhero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.zhero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zhero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(4, 120, 87, 0.78) 0%, rgba(11, 18, 32, 0.62) 100%),
    linear-gradient(180deg, transparent 60%, rgba(11, 18, 32, 0.55) 100%);
}
.zhero-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  padding: 80px 24px 100px;
  color: var(--white);
  text-align: center;
}
.zhero-icone {
  display: inline-block;
  font-size: 56px;
  margin-bottom: 16px;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.3));
}
.zhero-tag {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: var(--radius-full);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.zhero-h1 {
  font-family: var(--font-display);
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--white);
  margin-bottom: 22px;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}
.zhero-accent {
  background: linear-gradient(135deg, #FFFBEB, #FED7AA, #FB923C);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.zhero-intro {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.94);
  max-width: 680px;
  margin: 0 auto 36px;
}
.zhero-intro strong { color: var(--white); font-weight: 700; }
.zhero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.zhero-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.30);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  border-radius: var(--radius-full);
  transition: all 0.25s ease;
}
.zhero-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}

/* STATS BANDEAU */
.zstats-band {
  position: relative;
  z-index: 5;
  margin-top: -60px;
  padding: 0 24px 60px;
}
.zstats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 80px rgba(11, 18, 32, 0.20);
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
}
.zstat {
  padding: 36px 28px;
  text-align: center;
  border-right: 1px solid var(--border);
}
.zstat:last-child { border-right: none; }
.zstat-big {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: -0.03em;
  background: var(--grad-emerald);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.05;
  margin-bottom: 6px;
}
.zstat-sub {
  font-size: 13px;
  color: var(--text-soft);
  font-family: var(--font-body);
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .zstats-grid { grid-template-columns: 1fr 1fr; }
  .zstat { border-right: none; border-bottom: 1px solid var(--border); }
  .zstat:nth-child(2n) { border-right: none; }
  .zstat:nth-last-child(-n+2) { border-bottom: none; }
  .zstats-band { margin-top: -40px; padding-bottom: 40px; }
}

/* STORY LONGUE (1200+ mots par zone) */
.zstory { background: var(--white); padding: 90px 0; }
.zstory-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: start;
  margin-top: 40px;
}
.zstory-text p {
  font-size: 17px;
  line-height: 1.85;
  color: var(--inkSoft, var(--text-soft));
  margin-bottom: 22px;
}
.zstory-text p strong { color: var(--navy); font-weight: 700; }
.zstory-text p:first-child {
  font-size: 19px;
  color: var(--navy);
  font-weight: 500;
}
.zstory-side {
  position: sticky;
  top: 130px;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.zstory-side img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.zstory-side-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 26px 22px 22px;
  background: linear-gradient(180deg, transparent 0%, rgba(11,18,32,0.85) 70%);
  color: var(--white);
}
.zstory-icone {
  font-size: 28px;
  display: block;
  margin-bottom: 6px;
}
.zstory-side-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
}
.zstory-side-code {
  font-size: 12px;
  color: rgba(255,255,255,0.78);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2px;
}

@media (max-width: 900px) {
  .zstory-grid { grid-template-columns: 1fr; gap: 36px; }
  .zstory-side { position: relative; top: 0; aspect-ratio: 4/3; max-height: 400px; }
}

/* MARCHE LOCAL (data) */
.zmarket { background: linear-gradient(180deg, var(--white) 0%, var(--cream) 100%); }
.zmarket-grid {
  max-width: 900px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.zmarket-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 24px;
  padding: 20px 28px;
  background: var(--white);
  align-items: center;
}
.zmarket-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--emerald-dark);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.zmarket-value {
  font-size: 16px;
  color: var(--navy);
  font-family: var(--font-body);
  line-height: 1.45;
}

@media (max-width: 720px) {
  .zmarket-row { grid-template-columns: 1fr; gap: 6px; padding: 16px 20px; }
}

/* CONSEILS */
.zconseils { background: var(--cream); padding: 80px 0; }
.zconseils-list {
  max-width: 980px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.zconseil {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: start;
  padding: 26px 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.zconseil:hover { transform: translateX(4px); box-shadow: var(--shadow-md); }
.zconseil-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 44px;
  background: var(--grad-emerald);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.04em;
  line-height: 1;
}
.zconseil-text {
  font-size: 15.5px;
  color: var(--navy);
  line-height: 1.65;
}

@media (max-width: 720px) {
  .zconseil { grid-template-columns: 1fr; gap: 8px; }
  .zconseil-num { font-size: 32px; }
}

/* TERRAIN (legacy - n'est plus utilise mais conserve) */
.zterrain { background: var(--white); padding: 80px 0; }
.zterrain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.zterrain-img {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.zterrain-img img { width: 100%; height: 100%; object-fit: cover; }
.zterrain-img-tag {
  position: absolute;
  bottom: 22px; left: 22px;
  padding: 10px 18px;
  background: rgba(11, 18, 32, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  border-radius: var(--radius-full);
}
.zterrain-text h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 14px 0 18px;
  color: var(--navy);
}
.zterrain-text h2 .accent {
  background: var(--grad-emerald);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zterrain-text p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-soft);
  margin-bottom: 14px;
}
.zterrain-text p strong { color: var(--navy); font-weight: 700; }

@media (max-width: 900px) {
  .zterrain-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* SPECS LOCALES (cards) */
.zspecs {
  background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
}
.zspecs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 980px;
  margin: 40px auto 0;
}
.zspec {
  padding: 26px 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 4px solid var(--emerald);
  border-radius: var(--radius-md);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.zspec:hover {
  transform: translateY(-3px) translateX(2px);
  box-shadow: var(--shadow-md);
}
.zspec-label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  color: var(--emerald-dark);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.zspec-value {
  font-size: 15.5px;
  color: var(--navy);
  line-height: 1.5;
  font-family: var(--font-body);
}

@media (max-width: 720px) {
  .zspecs-grid { grid-template-columns: 1fr; }
}

/* QUARTIERS MOSAIQUE NUMEROTEE */
.zquartiers-section { background: var(--white); }
.zquartiers-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1100px;
  margin: 40px auto 0;
}
.zq-card {
  position: relative;
  padding: 30px 22px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  transition: all 0.3s ease;
  overflow: hidden;
}
.zq-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--grad-emerald);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.zq-card:hover {
  transform: translateY(-4px);
  background: var(--white);
  box-shadow: var(--shadow-md);
  border-color: rgba(16, 185, 129, 0.30);
}
.zq-card:hover::before { transform: scaleX(1); }
.zq-card-2 { background: var(--emerald-foam); }
.zq-card-3 { background: var(--orange-soft); }
.zq-card-4 { background: var(--cream-2); }
.zq-num {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 11px;
  color: var(--emerald-dark);
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  opacity: 0.7;
}
.zq-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .zquartiers-mosaic { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .zquartiers-mosaic { grid-template-columns: 1fr; }
}

/* MAP FULLBLEED */
.zmap-fullbleed {
  background: var(--navy);
  color: var(--white);
  padding: 80px 0 0;
}
.zmap-text {
  text-align: center;
  margin-bottom: 40px;
}
.zmap-text .section-tag {
  background: rgba(16, 185, 129, 0.20);
  color: var(--emerald-light);
  border: 1px solid rgba(52, 211, 153, 0.40);
}
.zmap-text h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
  margin: 14px 0 12px;
}
.zmap-text h2 .accent {
  background: linear-gradient(135deg, #6EE7B7, #34D399);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zmap-text p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 600px;
  margin: 0 auto;
}
.zmap-iframe {
  width: 100%;
}
.zmap-iframe iframe {
  display: block;
  width: 100%;
  border: none;
}

/* CROSS-LINKS AUTRES ZONES (mosaique visuelle) */
.zlinks-section {
  background: linear-gradient(180deg, var(--white) 0%, var(--cream) 100%);
}
.zlinks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1180px;
  margin: 40px auto 0;
}
.zlink {
  position: relative;
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.zlink:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.zlink-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.zlink-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.zlink:hover .zlink-img img { transform: scale(1.08); }
.zlink-content {
  padding: 18px 22px 22px;
}
.zlink-icone { font-size: 24px; margin-bottom: 8px; }
.zlink-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 4px;
}
.zlink-code {
  font-size: 12px;
  color: var(--text-soft);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-weight: 600;
}

@media (max-width: 900px) {
  .zlinks-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .zlinks-grid { grid-template-columns: 1fr; }
}

/* SERVICE DETAIL : blocs en grid */
.section-service-detail { background: var(--white); }
.service-blocs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  margin-top: 30px;
}
.service-bloc {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.service-bloc:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(16, 185, 129, 0.30);
}
.service-bloc h2 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  color: var(--emerald-dark);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.service-bloc-list { padding: 0; list-style: none; }
.service-bloc-list li {
  padding: 9px 0 9px 28px;
  position: relative;
  font-size: 14.5px;
  color: var(--navy);
  border-bottom: 1px solid var(--border-soft);
  line-height: 1.5;
}
.service-bloc-list li:last-child { border-bottom: none; }
.service-bloc-list li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 10px;
  width: 18px; height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--emerald);
  color: var(--white);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .service-blocs { grid-template-columns: 1fr; }
}

/* ZONE DETAIL */
.section-zone-detail { background: var(--white); }
.zone-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}
.zone-text h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin: 12px 0 18px;
}
.zone-text h2 .accent {
  background: var(--grad-emerald);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zone-text p {
  font-size: 16px;
  color: var(--text-soft);
  line-height: 1.75;
  margin-bottom: 14px;
}
.zone-text p strong { color: var(--navy); font-weight: 700; }
.zone-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.zone-stat {
  padding: 24px 28px;
  background: linear-gradient(160deg, var(--cream) 0%, var(--cream-2) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}
.zone-stat-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  color: var(--emerald-dark);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.zone-stat-value {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.zone-stat-sub {
  margin-top: 4px;
  font-size: 13px;
  color: var(--text-soft);
}

@media (max-width: 900px) {
  .zone-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* QUARTIERS */
.section-quartiers {
  background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
}
.quartiers-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto;
}
.quartier-pill {
  display: inline-block;
  padding: 10px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--navy);
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.quartier-pill:hover {
  transform: translateY(-2px);
  border-color: var(--emerald);
  color: var(--emerald-dark);
}

/* ============================================================
   LAYOUT 1 - PARIS (MAGAZINE EDITORIAL)
   ============================================================ */
.page-paris .paris-lead {
  background: var(--cream);
  padding: 60px 0;
}
.paris-lead-text {
  max-width: 900px;
  margin: 0 auto;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.01em;
  padding: 0 24px;
}
.page-paris .paris-story { background: var(--white); }
.paris-story-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  margin-top: 40px;
}
.paris-story-text p {
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 22px;
  color: var(--inkSoft, var(--text-soft));
}
.paris-story-text p:first-child { font-size: 19px; color: var(--navy); }
.paris-story-text strong { color: var(--navy); }
.paris-story-aside {
  position: sticky;
  top: 130px;
  height: 460px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.paris-story-aside img { width: 100%; height: 100%; object-fit: cover; }

.page-paris .paris-arrondissements { background: var(--cream); }
.paris-arr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.paris-arr {
  padding: 26px 22px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  border-top: 4px solid var(--emerald);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.paris-arr:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.paris-arr-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  color: var(--emerald-dark);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.paris-arr-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.paris-arr-desc {
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.5;
}

.page-paris .paris-methode { background: var(--white); }
.paris-steps {
  max-width: 900px;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.paris-step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  padding: 30px 28px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  align-items: center;
}
.paris-step-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 56px;
  background: var(--grad-emerald);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.04em;
  line-height: 1;
}
.paris-step h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.paris-step p { font-size: 15px; color: var(--text-soft); line-height: 1.65; }

.page-paris .paris-conseils-section { background: var(--navy); color: var(--white); }
.page-paris .paris-conseils-section .section-tag {
  background: rgba(16,185,129,0.20);
  color: var(--emerald-light);
  border-color: rgba(52,211,153,0.40);
}
.page-paris .paris-conseils-section .section-title { color: var(--white); }
.page-paris .paris-conseils-section .section-title .accent {
  background: linear-gradient(135deg, #6EE7B7, #34D399);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.paris-conseils {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.paris-conseil {
  padding: 26px 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-md);
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  align-items: center;
}
.paris-conseil-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 32px;
  color: var(--emerald-light);
  letter-spacing: -0.03em;
}
.paris-conseil p { color: rgba(255,255,255,0.88); line-height: 1.6; font-size: 14.5px; }

.page-paris .paris-quartiers-section { background: var(--cream); }
.pill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 900px;
  margin: 30px auto 0;
}
.pill-cloud .pill {
  padding: 10px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
}
.pill-cloud .pill:hover { transform: translateY(-2px); border-color: var(--emerald); color: var(--emerald-dark); }

@media (max-width: 900px) {
  .paris-story-grid { grid-template-columns: 1fr; gap: 36px; }
  .paris-story-aside { position: relative; top: 0; height: 360px; }
  .paris-arr-grid { grid-template-columns: 1fr 1fr; }
  .paris-step { grid-template-columns: 1fr; gap: 14px; padding: 24px 20px; }
  .paris-conseils { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .paris-arr-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   LAYOUT 2 - HAUTS-DE-SEINE (B2B BUSINESS)
   ============================================================ */
.page-b2b .b2b-banner {
  background: var(--navy);
  color: var(--white);
  padding: 50px 0;
}
.b2b-banner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.b2b-banner-item {
  text-align: center;
  padding: 20px;
  border-right: 1px solid rgba(255,255,255,0.10);
}
.b2b-banner-item:last-child { border-right: none; }
.b2b-banner-big {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 48px;
  background: linear-gradient(135deg, #6EE7B7, #34D399);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.b2b-banner-sub { font-size: 13px; color: rgba(255,255,255,0.72); }

.page-b2b .b2b-intro { background: var(--white); padding: 70px 0; }
.page-b2b .b2b-process { background: var(--cream); }
.b2b-steps {
  max-width: 880px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.b2b-step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 24px 26px;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 4px solid var(--emerald);
  border-radius: var(--radius-md);
  align-items: center;
}
.b2b-step-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.b2b-step h3 { font-family: var(--font-display); font-size: 18px; color: var(--navy); margin-bottom: 4px; letter-spacing: -0.01em; }
.b2b-step p { font-size: 14.5px; color: var(--text-soft); line-height: 1.6; }

.page-b2b .b2b-biens { background: var(--white); }
.b2b-biens-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}
.b2b-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.b2b-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.b2b-card-img { aspect-ratio: 4/3; overflow: hidden; }
.b2b-card-img img { width: 100%; height: 100%; object-fit: cover; }
.b2b-card-content { padding: 22px 24px; }
.b2b-card-content h3 { font-family: var(--font-display); font-size: 19px; color: var(--navy); margin-bottom: 10px; letter-spacing: -0.01em; }
.b2b-card-content p { font-size: 14.5px; color: var(--text-soft); line-height: 1.6; }

.page-b2b .b2b-communes { background: var(--cream); }
.b2b-communes-list {
  max-width: 880px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
}
.b2b-commune {
  padding: 20px 24px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.b2b-commune:nth-child(2n) { border-right: none; }
.b2b-commune-name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  color: var(--emerald-dark);
  margin-bottom: 4px;
}
.b2b-commune-desc { font-size: 13.5px; color: var(--text-soft); line-height: 1.5; }

.page-b2b .b2b-faq { background: var(--white); }
.b2b-faq-list {
  max-width: 800px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.b2b-faq {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.b2b-faq summary {
  cursor: pointer;
  padding: 18px 24px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15.5px;
  color: var(--navy);
  list-style: none;
}
.b2b-faq summary::-webkit-details-marker { display: none; }
.b2b-faq[open] summary { background: var(--white); border-bottom: 1px solid var(--border); }
.b2b-faq-a {
  padding: 18px 24px;
  font-size: 14.5px;
  color: var(--text-soft);
  line-height: 1.7;
  background: var(--white);
}

@media (max-width: 900px) {
  .b2b-banner-grid { grid-template-columns: 1fr 1fr; }
  .b2b-banner-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.10); }
  .b2b-banner-item:nth-last-child(-n+2) { border-bottom: none; }
  .b2b-biens-grid { grid-template-columns: 1fr; }
  .b2b-communes-list { grid-template-columns: 1fr; }
  .b2b-commune { border-right: none; }
}

/* ============================================================
   LAYOUT 3 - SEINE-SAINT-DENIS (CREATIF MODERNE)
   ============================================================ */
.page-creatif .creatif-intro { background: var(--white); padding: 90px 0 60px; }
.creatif-intro-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  align-items: center;
}
.creatif-intro-text h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin: 14px 0 18px;
  line-height: 1.15;
}
.creatif-intro-text h2 .accent {
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.creatif-intro-lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-soft);
}
.creatif-intro-specs {
  background: var(--cream);
  border-radius: var(--radius-xl);
  padding: 28px 26px;
  border: 1px solid var(--border);
}
.creatif-spec {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.creatif-spec:last-child { border-bottom: none; }
.creatif-spec-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  color: var(--orange);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.creatif-spec-val { font-size: 14.5px; color: var(--navy); font-weight: 600; }

.page-creatif .creatif-story { background: var(--cream); }
.creatif-story-text {
  max-width: 800px;
  margin: 0 auto;
  columns: 2;
  column-gap: 50px;
}
.creatif-story-text p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-soft);
  margin-bottom: 18px;
  break-inside: avoid;
}
.creatif-story-text strong { color: var(--navy); }

.page-creatif .creatif-gallery { background: var(--white); }
.creatif-gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 14px;
  margin-top: 40px;
}
.creatif-gallery-grid .cg { position: relative; border-radius: var(--radius-md); overflow: hidden; }
.creatif-gallery-grid .cg img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.creatif-gallery-grid .cg:hover img { transform: scale(1.06); }
.creatif-gallery-grid .cg1 { grid-row: span 2; }
.creatif-gallery-grid .cg-tag {
  position: absolute;
  bottom: 12px; left: 12px;
  padding: 6px 14px;
  background: rgba(11,18,32,0.85);
  backdrop-filter: blur(8px);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  border-radius: var(--radius-full);
}

.page-creatif .creatif-events { background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%); }
.creatif-events-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.creatif-event {
  padding: 24px 26px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--orange);
}
.creatif-event h3 {
  font-family: var(--font-display);
  font-size: 17px;
  color: var(--navy);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.creatif-event p { font-size: 14.5px; color: var(--text-soft); line-height: 1.55; }

.page-creatif .creatif-quartiers { background: var(--white); }
.creatif-quartiers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 900px;
  margin: 30px auto 0;
}
.creatif-quartier {
  padding: 10px 18px;
  background: rgba(249,115,22,0.10);
  border: 1px solid rgba(249,115,22,0.35);
  border-radius: var(--radius-full);
  color: var(--orange);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  pointer-events: none;
}

@media (max-width: 900px) {
  .creatif-intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .creatif-story-text { columns: 1; }
  .creatif-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, 200px); }
  .creatif-gallery-grid .cg1 { grid-row: span 1; grid-column: span 2; }
  .creatif-events-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   LAYOUT 4 - VAL-DE-MARNE (RESIDENTIEL FAMILIAL)
   ============================================================ */
.page-residentiel .vdm-ville-phare { background: var(--white); padding: 90px 0; }
.vdm-ville-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}
.vdm-ville-img {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
}
.vdm-ville-img img { width: 100%; height: 100%; object-fit: cover; }
.vdm-ville-text h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -0.03em;
  margin: 14px 0 18px;
}
.vdm-ville-text p { font-size: 16px; line-height: 1.75; color: var(--text-soft); margin-bottom: 22px; }

.page-residentiel .vdm-intro { background: var(--cream); padding: 70px 0; }

.page-residentiel .vdm-secteurs { background: var(--white); }
.vdm-secteurs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}
.vdm-secteur {
  padding: 32px 28px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vdm-secteur:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.vdm-secteur-icone { font-size: 36px; display: block; margin-bottom: 14px; }
.vdm-secteur h3 {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--navy);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.vdm-secteur-com {
  font-size: 13px;
  color: var(--emerald-dark);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.vdm-secteur p { font-size: 14.5px; color: var(--text-soft); line-height: 1.6; }

.page-residentiel .vdm-specs-section { background: var(--cream); }
.vdm-specs-list {
  max-width: 800px;
  margin: 40px auto 0;
  list-style: none;
  padding: 0;
}
.vdm-spec-item {
  padding: 18px 24px 18px 56px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  margin-bottom: 10px;
  font-size: 15px;
  color: var(--navy);
  line-height: 1.55;
  position: relative;
}
.vdm-spec-item::before {
  content: "🏡";
  position: absolute;
  left: 20px; top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.page-residentiel .vdm-quartiers { background: var(--white); }
.vdm-quartiers-grid {
  max-width: 900px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.vdm-quartier-card {
  padding: 18px 20px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.25s ease;
}
.vdm-quartier-card:hover { border-color: var(--emerald); transform: translateY(-2px); }
.vdm-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 16px;
  color: var(--emerald-dark);
  opacity: 0.6;
}
.vdm-quartier-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14.5px;
  color: var(--navy);
}

@media (max-width: 900px) {
  .vdm-ville-grid { grid-template-columns: 1fr; gap: 36px; }
  .vdm-secteurs-grid { grid-template-columns: 1fr; }
  .vdm-quartiers-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .vdm-quartiers-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   LAYOUT 5 - VERSAILLES (LUXE PATRIMOINE)
   ============================================================ */
.page-luxe .zhero-overlay {
  background:
    linear-gradient(135deg, rgba(120, 90, 30, 0.78) 0%, rgba(30, 22, 8, 0.62) 100%),
    linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.55) 100%);
}
.page-luxe .luxe-quote {
  background: linear-gradient(180deg, #F5E9D3 0%, var(--cream) 100%);
  padding: 80px 0;
}
.luxe-quote blockquote {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 3vw, 30px);
  font-style: italic;
  color: var(--navy);
  line-height: 1.6;
  position: relative;
}
.luxe-quote-mark {
  color: #C9A04F;
  font-size: 80px;
  font-family: Georgia, serif;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin: 0 6px;
}

.page-luxe .luxe-savoir-section { background: var(--white); }
.luxe-savoir-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.luxe-savoir {
  padding: 26px 24px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-top: 4px solid #C9A04F;
  border-radius: var(--radius-md);
}
.luxe-savoir h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  color: var(--navy);
  margin-bottom: 10px;
  font-style: italic;
}
.luxe-savoir p { font-size: 14px; color: var(--text-soft); line-height: 1.65; }

.page-luxe .luxe-biens-section { background: var(--navy); color: var(--white); padding: 80px 0; }
.page-luxe .luxe-biens-section .section-tag { background: rgba(201,160,79,0.20); color: #E5C28C; border-color: rgba(201,160,79,0.40); }
.page-luxe .luxe-biens-section .section-title { color: var(--white); }
.page-luxe .luxe-biens-section .section-title .accent {
  background: linear-gradient(135deg, #FBEDC0, #C9A04F);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.luxe-biens-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1000px;
  margin: 40px auto 0;
}
.luxe-bien {
  padding: 28px 30px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(201,160,79,0.30);
  border-radius: var(--radius-md);
}
.luxe-bien h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 20px;
  color: #FBEDC0;
  margin-bottom: 10px;
}
.luxe-bien p { color: rgba(255,255,255,0.78); line-height: 1.65; font-size: 14.5px; }

.page-luxe .luxe-calendar-section { background: var(--cream); }
.luxe-calendar {
  max-width: 800px;
  margin: 40px auto 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.luxe-cal {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 30px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--border);
}
.luxe-cal:last-child { border-bottom: none; }
.luxe-cal-periode {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 19px;
  color: #C9A04F;
  font-weight: 700;
}
.luxe-cal-desc { font-size: 14.5px; color: var(--navy); line-height: 1.65; }

.page-luxe .luxe-quartiers-section { background: var(--white); }
.luxe-quartiers {
  max-width: 900px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.luxe-quartier {
  padding: 16px 18px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: var(--navy);
}

@media (max-width: 900px) {
  .luxe-savoir-grid { grid-template-columns: 1fr; }
  .luxe-biens-grid { grid-template-columns: 1fr; }
  .luxe-cal { grid-template-columns: 1fr; gap: 6px; }
  .luxe-quartiers { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   LAYOUT 6 - MARNE-LA-VALLEE (FAMILLE DESTINATION)
   ============================================================ */
.page-famille .zhero-overlay {
  background:
    linear-gradient(135deg, rgba(244, 114, 182, 0.62) 0%, rgba(124, 58, 237, 0.55) 100%),
    linear-gradient(180deg, transparent 60%, rgba(11,18,32,0.5) 100%);
}
.page-famille .zhero-accent {
  background: linear-gradient(135deg, #FBCFE8, #F472B6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-famille .famille-intro { background: var(--white); padding: 80px 0; }

.page-famille .famille-saison { background: var(--cream); }
.famille-saison-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.famille-pic {
  padding: 24px 22px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform 0.3s ease;
}
.famille-pic:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.famille-pic-period {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: #DB2777;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.famille-pic-desc { font-size: 14px; color: var(--text-soft); line-height: 1.6; }

.page-famille .famille-specs { background: var(--white); }
.famille-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.famille-spec {
  padding: 28px 26px;
  background: linear-gradient(160deg, #FCE7F3 0%, var(--white) 100%);
  border: 1px solid #FBCFE8;
  border-radius: var(--radius-lg);
}
.famille-spec h3 {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--navy);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.famille-spec p { font-size: 14.5px; color: var(--text-soft); line-height: 1.6; }

.page-famille .famille-communes-section { background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%); }
.famille-communes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  max-width: 1000px;
  margin: 40px auto 0;
}
.famille-commune {
  padding: 18px 14px;
  background: var(--white);
  border: 2px solid #FBCFE8;
  border-radius: var(--radius-md);
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13.5px;
  color: var(--navy);
}

@media (max-width: 900px) {
  .famille-saison-grid { grid-template-columns: 1fr 1fr; }
  .famille-specs-grid { grid-template-columns: 1fr; }
  .famille-communes { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   LAYOUT 7 - CERGY (AEROPORT TRANSIT)
   ============================================================ */
.page-transit .zhero-overlay {
  background:
    linear-gradient(135deg, rgba(6, 30, 70, 0.85) 0%, rgba(56, 189, 248, 0.45) 100%),
    linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.5) 100%);
}
.page-transit .transit-intro { background: var(--white); padding: 80px 0; }

.page-transit .transit-rythme { background: var(--navy); color: var(--white); padding: 80px 0; }
.page-transit .transit-rythme .section-tag { background: rgba(56,189,248,0.20); color: #7DD3FC; border-color: rgba(125,211,252,0.40); }
.page-transit .transit-rythme .section-title { color: var(--white); }
.page-transit .transit-rythme .section-title .accent {
  background: linear-gradient(135deg, #BAE6FD, #38BDF8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.transit-timeline {
  max-width: 820px;
  margin: 50px auto 0;
  position: relative;
}
.transit-timeline::before {
  content: "";
  position: absolute;
  left: 140px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: rgba(125,211,252,0.30);
}
.transit-hour {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 30px;
  padding: 18px 0;
  align-items: center;
  position: relative;
}
.transit-hour::before {
  content: "";
  position: absolute;
  left: 134px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #38BDF8;
  box-shadow: 0 0 12px rgba(56,189,248,0.6);
}
.transit-hour-time {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  color: #38BDF8;
  letter-spacing: 0.04em;
  text-align: right;
}
.transit-hour-desc {
  font-size: 14.5px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  padding-left: 30px;
}

.page-transit .transit-zones-section { background: var(--cream); }
.transit-zones-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.transit-zone {
  padding: 24px 22px;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 4px solid #0EA5E9;
  border-radius: var(--radius-md);
}
.transit-zone h3 {
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--navy);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.transit-zone p { font-size: 13.5px; color: var(--text-soft); line-height: 1.55; }

.page-transit .transit-kit { background: var(--white); }
.transit-kit-list {
  max-width: 800px;
  margin: 30px auto 0;
  list-style: none;
  padding: 0;
}
.transit-kit-list li {
  padding: 14px 16px 14px 50px;
  background: var(--cream);
  border-radius: var(--radius-md);
  margin-bottom: 8px;
  font-size: 14.5px;
  color: var(--navy);
  position: relative;
}
.transit-kit-list li::before {
  content: "✈";
  position: absolute;
  left: 16px; top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

@media (max-width: 900px) {
  .transit-timeline::before { left: 12px; }
  .transit-hour { grid-template-columns: 60px 1fr; gap: 14px; }
  .transit-hour::before { left: 6px; }
  .transit-hour-time { text-align: left; padding-left: 18px; }
  .transit-hour-desc { padding-left: 0; }
  .transit-zones-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   LAYOUT 8 - EVRY (ACADEMIQUE/BUSINESS)
   ============================================================ */
.page-academique .zhero-overlay {
  background:
    linear-gradient(135deg, rgba(217, 119, 6, 0.62) 0%, rgba(11, 18, 32, 0.72) 100%),
    linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.5) 100%);
}
.page-academique .zhero-accent {
  background: linear-gradient(135deg, #FEF3C7, #FBBF24);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-academique .acad-intro { background: var(--white); padding: 80px 0; }

.page-academique .acad-poles { background: var(--cream); }
.acad-poles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.acad-pole {
  padding: 30px 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 4px solid #D97706;
  border-radius: var(--radius-lg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.acad-pole:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.acad-pole-icone { font-size: 32px; display: block; margin-bottom: 12px; }
.acad-pole h3 {
  font-family: var(--font-display);
  font-size: 19px;
  color: var(--navy);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.acad-pole-com {
  font-size: 13px;
  font-weight: 700;
  color: #D97706;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.acad-pole-voy, .acad-pole-bien { font-size: 13.5px; color: var(--text-soft); line-height: 1.55; margin-bottom: 8px; }
.acad-pole-voy strong, .acad-pole-bien strong { color: var(--navy); }

.page-academique .acad-calendar { background: var(--white); }
.acad-table-wrap {
  max-width: 800px;
  margin: 40px auto 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.acad-table {
  width: 100%;
  border-collapse: collapse;
}
.acad-table thead {
  background: var(--navy);
  color: var(--white);
}
.acad-table th {
  padding: 16px 24px;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.acad-table td {
  padding: 18px 24px;
  border-bottom: 1px solid var(--border);
  font-size: 14.5px;
  color: var(--navy);
  line-height: 1.55;
}
.acad-table tbody tr:last-child td { border-bottom: none; }
.acad-table tbody tr:nth-child(even) { background: var(--cream); }
.acad-cal-periode {
  font-family: var(--font-display);
  font-weight: 800;
  color: #D97706;
  letter-spacing: 0.04em;
}

.page-academique .acad-equip { background: var(--cream); }
.acad-equip-list {
  max-width: 800px;
  margin: 30px auto 0;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.acad-equip-list li {
  padding: 16px 18px 16px 50px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-size: 14.5px;
  color: var(--navy);
  position: relative;
  line-height: 1.5;
}
.acad-equip-list li::before {
  content: "🎓";
  position: absolute;
  left: 16px; top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

@media (max-width: 900px) {
  .acad-poles-grid { grid-template-columns: 1fr; }
  .acad-equip-list { grid-template-columns: 1fr; }
  .acad-table th, .acad-table td { padding: 12px 16px; font-size: 13px; }
}

/* ============================================================
   SECTION COMMUNE : STORY DETAIL + FAQ LOCALE
   ============================================================ */
.section-detail-story {
  background: var(--white);
  padding: 80px 0;
}
.detail-story-text {
  max-width: 820px;
  margin: 40px auto 0;
}
.detail-story-text p {
  font-size: 16.5px;
  line-height: 1.85;
  color: var(--text-soft);
  margin-bottom: 22px;
}
.detail-story-text p:first-child { font-size: 18px; color: var(--navy); }
.detail-story-text strong { color: var(--navy); font-weight: 700; }

.section-detail-faq {
  background: var(--cream);
  padding: 80px 0;
}
.detail-faq-list {
  max-width: 880px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail-faq {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.detail-faq summary {
  cursor: pointer;
  padding: 20px 24px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--navy);
  letter-spacing: -0.01em;
  list-style: none;
}
.detail-faq summary::-webkit-details-marker { display: none; }
.detail-faq[open] summary { border-bottom: 1px solid var(--border); }
.detail-faq-a {
  padding: 18px 24px;
  font-size: 15px;
  color: var(--text-soft);
  line-height: 1.75;
}

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
