/* VFC-MLC — Direction Artistique 2026 "Industrie Lumière" — Refonte complète */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap');

:root {
  /* Palette — rupture visuelle premium 2026 */
  --primary-900: #071a2b;
  --primary-800: #0c2540;
  --primary-700: #15537a;
  --primary-600: #1a6b93;
  --primary-500: #2580a8;
  --neutral-900: #0f1923;
  --neutral-800: #1a2836;
  --neutral-700: #2d3d4d;
  --neutral-600: #4d6172;
  --neutral-500: #6b7d8c;
  --neutral-400: #9aa8b4;
  --neutral-300: #d1dce4;
  --neutral-200: #eef2f5;
  --neutral-100: #f6f8fa;
  --neutral-50: #fafbfc;
  --white: #ffffff;
  --bg-page: #f4f7fa;
  --bg-elevated: #ffffff;
  --accent: #15537a;
  --accent-soft: rgba(21, 83, 122, 0.08);
  --accent-soft-hover: rgba(21, 83, 122, 0.14);
  --accent-warm: #c47a45;
  --accent-warm-soft: rgba(196, 122, 69, 0.08);
  --tint-blue: rgba(21, 83, 122, 0.04);
  --tint-warm: rgba(196, 122, 69, 0.05);

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-2xl: 32px;
  --shadow-subtle: 0 1px 3px rgba(7, 26, 43, 0.04);
  --shadow-card: 0 4px 24px rgba(7, 26, 43, 0.06);
  --shadow-card-hover: 0 24px 56px -12px rgba(7, 26, 43, 0.12);
  --shadow-btn: 0 8px 28px rgba(21, 83, 122, 0.3);
  --shadow-btn-hover: 0 12px 36px rgba(21, 83, 122, 0.35);
  --container: 1320px;
  --section-padding: 160px;
  --section-padding-sm: 100px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

/* Respect préférence mouvement réduit */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========== SCROLL REVEAL (vivant) ========== */
.reveal-enabled .org-tree { opacity: 0; transform: translateY(24px); transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal-enabled .org-tree.in-view { opacity: 1; transform: translateY(0); }
.reveal-enabled .hp-intro,
.reveal-enabled .hp-metiers .hp-metiers-inner,
.reveal-enabled .hp-raisons .hp-raisons-inner,
.reveal-enabled .hp-secteurs .hp-secteurs-inner,
.reveal-enabled .hp-projets .hp-projets-inner,
.reveal-enabled .hp-cta .hp-cta-inner,
.reveal-enabled .section-head,
.reveal-enabled .page-banner-inner,
.reveal-enabled .legal-content,
.reveal-enabled section.soft .container,
.reveal-enabled .hero-inner {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-enabled .hp-intro.in-view,
.reveal-enabled .hp-metiers.in-view .hp-metiers-inner,
.reveal-enabled .hp-raisons.in-view .hp-raisons-inner,
.reveal-enabled .hp-secteurs.in-view .hp-secteurs-inner,
.reveal-enabled .hp-projets.in-view .hp-projets-inner,
.reveal-enabled .hp-cta.in-view .hp-cta-inner,
.reveal-enabled .section-head.in-view,
.reveal-enabled .page-banner-inner.in-view,
.reveal-enabled .legal-content.in-view,
.reveal-enabled section.soft.in-view .container,
.reveal-enabled .hero-inner.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger enfants — piliers */
.reveal-enabled .hp-intro .hp-piliers li {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-enabled .hp-intro.in-view .hp-piliers li:nth-child(1) { transition-delay: 0.08s; }
.reveal-enabled .hp-intro.in-view .hp-piliers li:nth-child(2) { transition-delay: 0.16s; }
.reveal-enabled .hp-intro.in-view .hp-piliers li:nth-child(3) { transition-delay: 0.24s; }
.reveal-enabled .hp-intro.in-view .hp-piliers li:nth-child(4) { transition-delay: 0.32s; }
.reveal-enabled .hp-intro.in-view .hp-piliers li {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger — cartes métiers */
.reveal-enabled .hp-metiers.in-view .hp-metier-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s, border-color 0.3s;
}
.reveal-enabled .hp-metiers.in-view .hp-metier-card:nth-child(1) { transition-delay: 0.05s; }
.reveal-enabled .hp-metiers.in-view .hp-metier-card:nth-child(2) { transition-delay: 0.12s; }
.reveal-enabled .hp-metiers.in-view .hp-metier-card:nth-child(3) { transition-delay: 0.19s; }
.reveal-enabled .hp-metiers.in-view .hp-metier-card {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger — cartes raisons */
.reveal-enabled .hp-raisons.in-view .hp-raison-card {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s, border-color 0.3s;
}
.reveal-enabled .hp-raisons.in-view .hp-raison-card:nth-child(1) { transition-delay: 0.03s; }
.reveal-enabled .hp-raisons.in-view .hp-raison-card:nth-child(2) { transition-delay: 0.07s; }
.reveal-enabled .hp-raisons.in-view .hp-raison-card:nth-child(3) { transition-delay: 0.11s; }
.reveal-enabled .hp-raisons.in-view .hp-raison-card:nth-child(4) { transition-delay: 0.15s; }
.reveal-enabled .hp-raisons.in-view .hp-raison-card:nth-child(5) { transition-delay: 0.19s; }
.reveal-enabled .hp-raisons.in-view .hp-raison-card:nth-child(6) { transition-delay: 0.23s; }
.reveal-enabled .hp-raisons.in-view .hp-raison-card {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger — secteurs */
.reveal-enabled .hp-secteurs.in-view .hp-secteur {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-enabled .hp-secteurs.in-view .hp-secteur:nth-child(1) { transition-delay: 0.04s; }
.reveal-enabled .hp-secteurs.in-view .hp-secteur:nth-child(2) { transition-delay: 0.09s; }
.reveal-enabled .hp-secteurs.in-view .hp-secteur:nth-child(3) { transition-delay: 0.14s; }
.reveal-enabled .hp-secteurs.in-view .hp-secteur {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger — projets */
.reveal-enabled .hp-projets.in-view .hp-projet-card {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s, border-color 0.3s;
}
.reveal-enabled .hp-projets.in-view .hp-projet-card:nth-child(1) { transition-delay: 0.03s; }
.reveal-enabled .hp-projets.in-view .hp-projet-card:nth-child(2) { transition-delay: 0.08s; }
.reveal-enabled .hp-projets.in-view .hp-projet-card:nth-child(3) { transition-delay: 0.13s; }
.reveal-enabled .hp-projets.in-view .hp-projet-card:nth-child(4) { transition-delay: 0.18s; }
.reveal-enabled .hp-projets.in-view .hp-projet-card {
  opacity: 1;
  transform: translateY(0);
}

/* CTA cards */
.reveal-enabled .hp-cta.in-view .hp-cta-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-enabled .hp-cta.in-view .hp-cta-card:nth-child(1) { transition-delay: 0.06s; }
.reveal-enabled .hp-cta.in-view .hp-cta-card:nth-child(2) { transition-delay: 0.14s; }
.reveal-enabled .hp-cta.in-view .hp-cta-card {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger — project cards (page projets) */
.reveal-enabled #liste .project-card {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s, border-color 0.3s;
}
.reveal-enabled #liste.in-view .project-card:nth-child(1) { transition-delay: 0.05s; }
.reveal-enabled #liste.in-view .project-card:nth-child(2) { transition-delay: 0.12s; }
.reveal-enabled #liste.in-view .project-card:nth-child(3) { transition-delay: 0.19s; }
.reveal-enabled #liste.in-view .project-card:nth-child(4) { transition-delay: 0.26s; }
.reveal-enabled #liste.in-view .project-card {
  opacity: 1;
  transform: translateY(0);
}
body {
  margin: 0;
  font-family: 'Sora', ui-sans-serif, system-ui, sans-serif;
  color: var(--neutral-700);
  background: var(--bg-page);
  line-height: 1.75;
  font-weight: 500;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.home { background: var(--bg-page); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}

.container {
  width: min(var(--container), calc(100% - 80px));
  margin-inline: auto;
  padding-inline: 40px;
}

/* ========== HEADER — Clair, premium ========== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(244, 247, 250, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(21, 83, 122, 0.12);
  box-shadow: 0 1px 0 rgba(21, 83, 122, 0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 20px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  background: transparent;
}
.brand img {
  width: 200px;
  max-width: 240px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}
.brand > div { display: none; }

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
}
.nav a {
  position: relative;
  padding: 12px 20px;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--neutral-600);
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.nav a:hover {
  color: var(--primary-700);
  background: var(--accent-soft-hover);
}
.nav a[aria-current="page"] {
  color: var(--primary-700);
  font-weight: 700;
  background: var(--accent-soft-hover);
}
.nav a::after {
  content: "";
  position: absolute;
  left: 20px; right: 20px;
  bottom: 10px;
  height: 2px;
  border-radius: 1px;
  background: var(--accent-warm);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
.nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
  background: var(--accent);
}

.header-cta .btn {
  font-weight: 700;
  padding: 14px 28px;
  background: var(--primary-700);
  color: #fff;
  border: none;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-btn);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  letter-spacing: 0.02em;
}
.header-cta .btn:hover {
  background: var(--primary-600);
  transform: translateY(-2px);
  box-shadow: var(--shadow-btn-hover);
}
.header-cta .btn:focus-visible,
.nav a:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 3px;
}

.nav-toggle {
  display: none;
  background: var(--neutral-100);
  border: 1px solid var(--neutral-200);
  color: var(--neutral-700);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
}

/* ========== HOMEPAGE — Rupture visuelle premium ========== */

/* Hero full-bleed */
.hp-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.hp-hero-bg {
  position: absolute;
  inset: 0;
}
.hp-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 26, 43, 0.4) 0%, rgba(7, 26, 43, 0.75) 100%);
}
.hp-hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 0 32px 120px;
}
.hp-hero-label {
  margin: 0 0 24px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.hp-hero-content h1 {
  margin: 0 0 20px;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #fff;
}
.hp-hero-desc {
  margin: 0 0 40px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
.hp-hero-tabs {
  display: inline-flex;
  gap: 0;
  margin-bottom: 32px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.hp-hero-tabs [role="tab"] {
  padding: 14px 32px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
.hp-hero-tabs [role="tab"][aria-selected="true"] {
  background: #fff;
  color: var(--primary-800);
}
.hp-hero-tabs [role="tab"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
}
.hp-hero-panels {
  position: relative;
  min-height: 88px;
  margin-bottom: 24px;
}
[data-hero-panel] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s;
}
[data-hero-panel][aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.hp-hero-btns {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
}
.hp-hero-btns .btn {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  box-sizing: border-box;
}
.hp-hero-btns .btn-lg {
  padding: 20px 24px;
  font-size: 1.0625rem;
  font-weight: 600;
}
.hp-hero .btn-primary {
  background: #fff;
  color: var(--primary-800);
  border: none;
}
.hp-hero .btn-primary:hover {
  background: var(--neutral-100);
  color: var(--primary-900);
}
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
}
.hp-hero-legal {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
}
.hp-hero-legal a { color: #fff; text-decoration: underline; }
.hp-hero-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 32px 24px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
}
.hp-hero-stats span {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  animation: hero-stat-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hp-hero-stats span:nth-child(1) { animation-delay: 0.2s; }
.hp-hero-stats span:nth-child(2) { animation-delay: 0.35s; }
.hp-hero-stats span:nth-child(3) { animation-delay: 0.5s; }
.hp-hero-stats span:nth-child(4) { animation-delay: 0.65s; }
@keyframes hero-stat-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.hp-hero-stats strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

/* Intro + piliers */
.hp-intro {
  padding: 160px 0;
  background: linear-gradient(180deg, var(--white) 0%, var(--tint-blue) 100%);
}
.hp-intro-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
.hp-intro-main {
  max-width: 640px;
  margin-bottom: 80px;
}
.hp-intro-main h2 {
  margin: 0 0 24px;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--primary-900);
}
.hp-intro-main p {
  margin: 0;
  font-size: 1.1875rem;
  line-height: 1.7;
  color: var(--neutral-600);
}
.hp-piliers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.hp-piliers li {
  padding: 40px 0 0;
  border-top: 2px solid rgba(21, 83, 122, 0.15);
}
.hp-pilier-num {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--accent-warm);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.hp-piliers h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-900);
}
.hp-piliers p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--neutral-600);
}

/* Les 3 métiers — grille de cartes */
.hp-metiers {
  padding: 160px 0;
  background: linear-gradient(180deg, var(--tint-warm) 0%, var(--white) 50%, var(--tint-blue) 100%);
}
.hp-metiers-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
.hp-metiers h2 {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--primary-900);
}
.hp-metiers-lead {
  margin: 0 0 64px;
  font-size: 1.1875rem;
  line-height: 1.7;
  color: var(--neutral-600);
}
.hp-metiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.hp-metier-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-subtle);
  overflow: hidden;
  border: 1px solid var(--neutral-200);
  transition: all 0.3s;
}
.hp-metier-card:hover {
  border-color: var(--primary-700);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}
.hp-metier-card:hover .hp-metier-card-img img {
  transform: scale(1.05);
}
.hp-metier-card-img {
  aspect-ratio: 16/11;
  overflow: hidden;
}
.hp-metier-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.hp-metier-card-body {
  padding: 36px 32px;
}
.hp-metier-card-num {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-warm);
  letter-spacing: 0.15em;
  margin-bottom: 16px;
}
.hp-metier-card-body h3 {
  margin: 0 0 14px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-900);
}
.hp-metier-card-body p {
  margin: 0 0 20px;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--neutral-600);
}
.hp-metier-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hp-metier-card-tags span {
  padding: 8px 14px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--primary-700);
  background: linear-gradient(135deg, var(--accent-soft) 0%, var(--accent-warm-soft) 100%);
  border-radius: 6px;
  border: 1px solid rgba(196, 122, 69, 0.2);
}

/* Pourquoi nous choisir — grille de cartes */
.hp-raisons {
  padding: 160px 0;
  background: linear-gradient(180deg, var(--tint-blue) 0%, rgba(21, 83, 122, 0.06) 50%, var(--tint-blue) 100%);
}
.hp-raisons-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
.hp-raisons h2 {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--primary-900);
}
.hp-raisons-lead {
  margin: 0 0 64px;
  font-size: 1.1875rem;
  line-height: 1.7;
  color: var(--neutral-600);
}
.hp-raisons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.hp-raison-card {
  padding: 40px 36px;
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(21, 83, 122, 0.12);
  box-shadow: 0 2px 12px rgba(21, 83, 122, 0.04);
  transition: all 0.3s;
}
.hp-raison-card:hover {
  border-color: var(--primary-700);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}
.hp-raison-num {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-warm);
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.hp-raison-card h3 {
  margin: 0 0 14px;
  font-size: 1.1875rem;
  font-weight: 700;
  color: var(--primary-900);
  line-height: 1.3;
}
.hp-raison-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--neutral-600);
}

/* Secteurs */
.hp-secteurs {
  padding: 160px 0;
  background: linear-gradient(180deg, var(--tint-warm) 0%, var(--white) 100%);
}
.hp-secteurs-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
.hp-secteurs h2 {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--primary-900);
}
.hp-secteurs p {
  margin: 0 0 56px;
  font-size: 1.1875rem;
  color: var(--neutral-600);
}
.hp-secteurs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.hp-secteur {
  padding: 32px;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(196, 122, 69, 0.2);
  box-shadow: 0 2px 8px rgba(196, 122, 69, 0.06);
  transition: all 0.25s;
}
.hp-secteur:hover {
  border-color: var(--primary-700);
  box-shadow: var(--shadow-card);
}
.hp-secteur h3 {
  margin: 0 0 8px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--primary-900);
}
.hp-secteur p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--neutral-600);
}

/* Projets — grille premium */
.hp-projets {
  padding: 160px 0;
  background: linear-gradient(180deg, var(--tint-blue) 0%, var(--white) 100%);
}
.hp-projets-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
.hp-projets h2 {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--primary-900);
}
.hp-projets-inner > p {
  margin: 0 0 56px;
  font-size: 1.1875rem;
  color: var(--neutral-600);
}
.hp-projets-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-bottom: 56px;
}
.hp-projet-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(21, 83, 122, 0.15);
  box-shadow: 0 2px 12px rgba(21, 83, 122, 0.05);
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
}
.hp-projet-card:hover {
  border-color: var(--primary-700);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-6px);
}
.hp-projet-card:hover .hp-projet-card-img img {
  transform: scale(1.06);
}
.hp-projet-card:hover .hp-projet-card-link {
  color: var(--primary-700);
  transform: translateX(4px);
}
.hp-projet-card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.hp-projet-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.hp-projet-card-body {
  padding: 28px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hp-projet-card-body h3 {
  margin: 0 0 10px;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary-900);
}
.hp-projet-card-body p {
  margin: 0 0 16px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--neutral-600);
  flex: 1;
}
.hp-projet-card-link {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--primary-600);
  transition: all 0.2s;
}
.hp-projets-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  background: var(--primary-700);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: var(--radius-md);
  transition: all 0.25s;
}
.hp-projets-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hp-projets-inner > h2,
.hp-projets-inner > p,
.hp-projets-inner > .hp-projets-grid {
  align-self: stretch;
}
.hp-projets-cta:hover {
  background: var(--primary-600);
  transform: translateY(-2px);
  box-shadow: var(--shadow-btn-hover);
}

/* CTA final */
.hp-cta {
  padding: 160px 0;
  background: linear-gradient(180deg, var(--tint-warm) 0%, rgba(196, 122, 69, 0.1) 50%, var(--tint-blue) 100%);
}
.hp-cta-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
.hp-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--primary-900);
}
.hp-cta-inner > p {
  margin: 0 0 56px;
  font-size: 1.1875rem;
  color: var(--neutral-600);
}
.hp-cta-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.hp-cta-card {
  display: block;
  padding: 48px 40px;
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 2px solid var(--neutral-200);
  transition: all 0.3s;
}
.hp-cta-card:hover {
  border-color: var(--primary-700);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}
.hp-cta-card-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--accent-warm);
  margin-bottom: 12px;
}
.hp-cta-card h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-900);
}
.hp-cta-card p {
  margin: 0 0 24px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--neutral-600);
}
.hp-cta-card-arrow {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-700);
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.hp-cta-card:hover .hp-cta-card-arrow {
  transform: translateX(6px);
}

@media (max-width: 1024px) {
  .hp-piliers { grid-template-columns: repeat(2, 1fr); }
  .hp-metiers-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-secteurs-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-raisons-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-projets-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hp-hero { min-height: 90vh; }
  .hp-hero-content { padding-bottom: 140px; }
  .hp-hero-stats { flex-wrap: wrap; gap: 24px; justify-content: center; }
  .hp-intro { padding: 100px 0; }
  .hp-intro-main { margin-bottom: 56px; }
  .hp-piliers { grid-template-columns: 1fr; gap: 32px; }
  .hp-metiers, .hp-raisons, .hp-secteurs, .hp-projets, .hp-cta { padding: 100px 0; }
  .hp-metiers-grid { grid-template-columns: 1fr; gap: 28px; }
  .hp-metier-card-body { padding: 28px 24px; }
  .hp-raisons-grid { grid-template-columns: 1fr; gap: 24px; }
  .hp-raison-card { padding: 32px 28px; }
  .hp-projets-grid { grid-template-columns: 1fr; gap: 24px; }
  .hp-secteurs-grid { grid-template-columns: 1fr; }
  .hp-cta-cards { grid-template-columns: 1fr; }
  .hp-cta-card { padding: 40px 32px; }
}
@media (max-width: 480px) {
  .hp-hero-content { padding: 0 20px 120px; }
  .hp-hero-tabs { flex-direction: column; width: 100%; }
  .hp-hero-btns { flex-direction: column; width: 100%; }
  .hp-hero-btns .btn { width: 100%; flex: none; }
  .hp-intro-inner, .hp-metiers-inner, .hp-raisons-inner, .hp-secteurs-inner, .hp-projets-inner, .hp-cta-inner { padding: 0 24px; }
}

/* ========== HERO (legacy) ========== */
.hero { background: var(--white); }
.hero-inner { padding: 80px 0 100px; }
.hero .hero-text h1 { color: var(--primary-800); }
.hero .hero-text p { color: var(--neutral-600); }
.hero .hero-text .pill { background: var(--accent-soft); color: var(--primary-700); border-color: rgba(21, 83, 122, 0.2); }
.hero-actions .btn-primary { background: var(--primary-700); color: #fff; }
.hero-actions .btn-soft { background: var(--white); color: var(--primary-700); border-color: var(--neutral-200); }
.hero-media { border-radius: var(--radius-2xl); box-shadow: var(--shadow-card); border: 1px solid var(--neutral-200); }

/* ========== STATS STRIP — Primaire lumineux ========== */
.stats-strip {
  background: linear-gradient(135deg, var(--primary-900) 0%, var(--primary-700) 50%, #1a6d94 100%);
  padding: 64px 0;
  margin-top: 0;
  border-top: none;
  position: relative;
}
.stats-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, transparent 50%);
  pointer-events: none;
}
.stats-strip .container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
.stat-item strong {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.stat-item span {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ========== SECTIONS ========== */
section {
  padding: var(--section-padding) 0;
}
.section-head {
  margin-bottom: 56px;
}
.section-head h2 {
  margin: 0 0 20px;
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--primary-800);
  line-height: 1.15;
}
.section-head h2::before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: var(--accent-warm);
  border-radius: 2px;
  margin-bottom: 24px;
}
.dark .section-head h2::before {
  background: rgba(255,255,255,0.9);
}
.section-head p {
  margin: 0;
  max-width: 680px;
  font-size: 1.1875rem;
  color: var(--neutral-600);
  font-weight: 500;
  line-height: 1.7;
}

/* ========== CARDS — Premium haut de gamme ========== */
.grid { display: grid; gap: 32px; }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s;
  position: relative;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--accent-warm);
  opacity: 0;
  transition: opacity 0.3s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(21, 83, 122, 0.2);
}
.card:hover::before { opacity: 1; }
.card h3 {
  margin: 0 0 14px;
  font-size: 1.1875rem;
  font-weight: 700;
  color: var(--primary-800);
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.card p {
  margin: 0;
  color: var(--neutral-600);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.icon {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent-soft) 0%, rgba(21, 83, 122, 0.06) 100%);
  border: 1px solid rgba(21, 83, 122, 0.15);
  color: var(--primary-600);
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 24px;
}

.card-media {
  border-radius: var(--radius-md);
  overflow: hidden;
  margin: -36px -36px 28px -36px;
  border: none;
}
.card-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tag {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  background: var(--accent-soft);
  color: var(--primary-700);
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

/* ========== BOUTONS — Premium ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.25s ease;
  cursor: pointer;
  border: 2px solid transparent;
  letter-spacing: 0.02em;
}
.btn:active { transform: translateY(0); }
.btn-primary {
  background: var(--primary-700);
  color: #fff;
  border: none;
  box-shadow: var(--shadow-btn);
}
.btn-primary:hover {
  background: var(--primary-600);
  transform: translateY(-2px);
  box-shadow: var(--shadow-btn-hover);
}
.btn-outline {
  background: var(--white);
  color: var(--primary-700);
  border-color: var(--primary-700);
}
.btn-outline:hover {
  background: var(--primary-700);
  color: #fff;
  border-color: var(--primary-700);
}
.btn-soft {
  background: var(--accent-soft);
  color: var(--primary-700);
  border-color: rgba(21, 83, 122, 0.2);
}
.btn-soft:hover {
  background: var(--accent-soft-hover);
  border-color: var(--primary-500);
}
.btn-sm { padding: 12px 20px; font-size: 0.9375rem; }
.btn-danger {
  background: rgba(220, 38, 38, 0.08);
  color: #b91c1c;
  border-color: rgba(220, 38, 38, 0.25);
}
.btn-danger:hover {
  background: rgba(220, 38, 38, 0.12);
  border-color: #b91c1c;
}

/* ========== PAGE BANNER — Clair, premium ========== */
.page-banner {
  position: relative;
  background: linear-gradient(180deg, var(--white) 0%, var(--tint-blue) 50%, rgba(21, 83, 122, 0.06) 100%);
  padding: 88px 0 104px;
  overflow: hidden;
  border-bottom: none;
}
.page-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse 70% 60% at 80% 20%, rgba(21, 83, 122, 0.08) 0%, transparent 50%),
              radial-gradient(ellipse 50% 40% at 15% 80%, rgba(196, 122, 69, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.page-banner-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.page-banner .pill {
  display: inline-flex;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(21, 83, 122, 0.1);
  border: 1px solid rgba(21, 83, 122, 0.18);
  color: var(--primary-700);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.page-banner h1 {
  margin: 0 0 24px;
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--primary-800);
}
.page-banner p {
  margin: 0;
  font-size: 1.1875rem;
  line-height: 1.7;
  color: var(--neutral-600);
}
.page-banner .breadcrumbs {
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: var(--neutral-500);
}
.page-banner .breadcrumbs a { color: var(--primary-600); }
.page-banner .breadcrumbs a:hover { color: var(--primary-700); text-decoration: underline; }

/* ========== SECTION BACKGROUNDS ========== */
.soft {
  background: linear-gradient(180deg, var(--tint-blue) 0%, var(--white) 100%);
  border-top: none;
  border-bottom: none;
}
/* ========== ORGANIGRAMME — Design audacieux ========== */
.org-section {
  position: relative;
  padding: var(--section-padding-sm) 0;
  background: linear-gradient(165deg, #0a1628 0%, #0f2435 40%, #122d42 100%);
  overflow: hidden;
}
.org-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(21, 83, 122, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(196, 122, 69, 0.08) 0%, transparent 40%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.03) 100%);
  pointer-events: none;
}
.org-container { position: relative; z-index: 1; }
.org-head h2 { color: #fff !important; }
.org-head h2::before { background: var(--accent-warm) !important; }
.org-head p { color: rgba(255, 255, 255, 0.75) !important; }
.org-tree {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
}
.org-level {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px 24px;
  flex-wrap: wrap;
}
.org-level--top { margin-bottom: 0; }
.org-level--team { margin-top: 0; }
.org-connector {
  width: 1px;
  height: 32px;
  margin: 0 0 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.05) 100%);
}
.org-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  width: 150px;
  min-width: 150px;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-sizing: border-box;
}
.org-cell:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.org-cell__avatar {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.95);
  background: linear-gradient(135deg, rgba(21, 83, 122, 0.5) 0%, rgba(26, 107, 147, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
.org-cell__name {
  display: block;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.org-cell__role {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.org-cell--director {
  border-color: rgba(196, 122, 69, 0.4);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px rgba(196, 122, 69, 0.2), 0 12px 32px rgba(0, 0, 0, 0.25);
}
.org-cell--director:hover {
  border-color: rgba(196, 122, 69, 0.6);
  box-shadow: 0 0 0 1px rgba(196, 122, 69, 0.3), 0 24px 48px rgba(0, 0, 0, 0.35);
}
.org-cell--director .org-cell__avatar {
  background: linear-gradient(135deg, var(--accent-warm) 0%, #d4895a 100%);
  border-color: rgba(255, 255, 255, 0.2);
}
.org-cell--director .org-cell__role {
  color: rgba(196, 122, 69, 0.95);
}
@media (max-width: 700px) {
  .org-level--team { flex-direction: column; align-items: center; }
  .org-connector { display: none; }
  .org-cell { min-width: 200px; width: 100%; max-width: 260px; }
}

.cool {
  background: linear-gradient(180deg, var(--tint-blue) 0%, var(--tint-warm) 100%);
  border-top: none;
  border-bottom: none;
}
.dark {
  background: linear-gradient(135deg, var(--primary-900) 0%, var(--primary-700) 50%, #1a5f7e 100%);
  color: rgba(255, 255, 255, 0.94);
  position: relative;
}
.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, transparent 40%);
  pointer-events: none;
}
.dark .container { position: relative; z-index: 1; }
.dark .section-head h2 { color: #fff; }
.dark .section-head p { color: rgba(255, 255, 255, 0.9); }
.dark .card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
.dark .card:hover { border-color: rgba(255, 255, 255, 0.25); }
.dark .card h3 { color: #fff; }
.dark .card p { color: rgba(255, 255, 255, 0.85); }
.dark .card .btn-primary,
.dark .btn-primary {
  background: #fff;
  color: var(--primary-700);
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.dark .card .btn-primary:hover,
.dark .btn-primary:hover {
  background: var(--neutral-100);
  color: var(--primary-800);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.25);
}
.dark .btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.dark .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}
.dark .link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 14px 24px;
  border-radius: var(--radius-md);
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
}
.dark .link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.dark .split .cta-buttons,
.dark .split > div:has(.btn-primary) {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

/* ========== FORMS ========== */
form { display: flex; flex-direction: column; gap: 18px; }
label { font-weight: 600; color: var(--neutral-800, var(--neutral-700)); font-size: 0.95rem; }
input, select, textarea {
  width: 100%;
  padding: 16px 20px;
  border-radius: var(--radius-md);
  border: 2px solid var(--neutral-200);
  background: var(--white);
  font: inherit;
  font-size: 1rem;
  color: var(--neutral-700);
  transition: border-color 0.2s, box-shadow 0.2s;
}
textarea { min-height: 160px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px rgba(21, 83, 122, 0.12);
}
.form-card {
  padding: 48px;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
}
.form-note { margin: 0 0 28px; color: var(--neutral-600); font-size: 1.0625rem; line-height: 1.65; }

/* ========== FOOTER — Raffiné, lumineux ========== */
.site-footer {
  background: var(--primary-900);
  color: #fff;
  border-top: none;
  padding: 0;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
}
.footer-inner {
  padding: 80px 0 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px 96px;
}
.site-footer h3 {
  margin: 0 0 20px;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.site-footer p, .site-footer a {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 1rem;
}
.site-footer a:hover { color: #fff; }
.footer-inner > div:first-child:has(p):not(:has(.footer-links)) { display: none; }
.footer-contact {
  margin-left: 48px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 40px;
  align-items: center;
}
.footer-contact .footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.footer-contact .footer-contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s;
  text-decoration: none;
}
.footer-contact .footer-contact-list a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}
.footer-contact .footer-contact-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  width: max-content;
  flex-shrink: 0;
}
.footer-contact .footer-contact-cta {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer-contact .footer-contact-cta:hover {
  background: rgba(255, 255, 255, 0.18) !important;
}
.footer-contact .footer-icon {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  min-width: 36px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 0.95rem;
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-connexion {
  font-size: 0.9rem;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.footer-connexion:hover { opacity: 1; }

/* ========== PROJECT CARDS ========== */
.project-card { padding: 0; overflow: hidden; }
.project-card .media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.project-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.project-card:hover .media img { transform: scale(1.05); }
.project-card .media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(15, 23, 42, 0.75) 100%);
  pointer-events: none;
}
.project-card .content { padding: 32px; }
.project-card .content h3 { font-size: 1.25rem; margin-bottom: 12px; }
.project-card .content p { font-size: 1.0625rem; }
.project-card .actions { margin-top: 24px; }
.project-card .btn-outline {
  border-radius: var(--radius-md);
  border-color: var(--neutral-300, var(--neutral-200));
  color: var(--primary-700);
}
.project-card .btn-outline:hover {
  background: var(--primary-700);
  color: #fff;
  border-color: var(--primary-700);
}

/* ========== OFFRES EMPLOI ========== */
.offres-publique {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 32px;
}
.loading-msg {
  color: var(--neutral-600);
  font-size: 1.0625rem;
  padding: 48px 0;
  text-align: center;
}
.empty-msg {
  color: var(--neutral-600);
  font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0 0 20px;
}
.err-msg { color: #b91c1c; font-style: normal; }
.offres-empty {
  text-align: center;
  padding: 64px 32px;
  max-width: 480px;
  margin: 0 auto;
}
.offres-empty .empty-msg { margin-bottom: 16px; }
.offres-empty p:not(.empty-msg) {
  color: var(--neutral-600);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 24px;
}
.offres-empty .btn { margin-top: 8px; }

.offres-publique > .offre-card {
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s;
}
.offres-publique > .offre-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(21, 83, 122, 0.18);
}
.offre-card-media {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  flex-shrink: 0;
}
.offre-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.offres-publique > .offre-card:hover .offre-card-media img {
  transform: scale(1.03);
}
.offre-card-body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.offres-publique > .offre-card:not(:has(.offre-card-media)) .offre-card-body { padding-top: 32px; }
.offre-card-titre {
  margin: 0 0 14px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary-800);
}
.offre-card-titre a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.offre-card-titre a:hover { color: var(--primary-600); }
.offre-card-resume {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--neutral-600);
  flex: 1;
}
.offre-card-date {
  margin: 0 0 20px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--primary-700);
}
.offre-card-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: auto;
}
.offre-card-link {
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--primary-600);
  text-decoration: none;
  transition: color 0.2s;
}
.offre-card-link:hover { color: var(--primary-700); text-decoration: underline; }

.offres-list { display: flex; flex-direction: column; gap: 20px; }

/* ========== OFFRE DÉTAIL ========== */
.offre-detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}
.offre-detail-card {
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}
.offre-detail-image {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 400px;
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.offre-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offre-detail-body { padding: 36px; }
.offre-detail-date {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 28px;
  padding: 20px 24px;
  background: linear-gradient(135deg, var(--accent-soft) 0%, rgba(21, 83, 122, 0.06) 100%);
  border: 1px solid rgba(21, 83, 122, 0.15);
  border-radius: var(--radius-md);
}
.offre-detail-date-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--primary-700);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.offre-detail-date #offre-date,
.offre-detail-date span:last-child {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--neutral-700);
}
.offre-detail-h2 {
  margin: 0 0 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-800);
}
.offre-detail-text {
  line-height: 1.8;
  color: var(--neutral-700);
}
.offre-detail-text p { margin: 0 0 16px; }
.offre-detail-text p:last-child { margin-bottom: 0; }
.offre-detail-sidebar-card {
  padding: 32px;
  position: sticky;
  top: 100px;
}
.offre-detail-sidebar-card h3 {
  margin: 0 0 16px;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary-800);
}
.offre-detail-sidebar-card p {
  margin: 0 0 24px;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--neutral-600);
}
.offre-detail-sidebar-card .btn {
  display: block;
  width: 100%;
  justify-content: center;
  margin-bottom: 12px;
}
.offre-detail-sidebar-card .btn-outline {
  margin-bottom: 0;
}
.page-banner-desc { font-size: 1.0625rem; color: var(--neutral-600); line-height: 1.65; }

/* ========== PAGE LÉGALE / CONFIDENTIALITÉ ========== */
.legal-content {
  max-width: 780px;
  margin: 0 auto;
}
.legal-intro {
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--neutral-600);
  margin: 0 0 48px;
}
.legal-block {
  margin-bottom: 48px;
}
.legal-block h2 {
  margin: 0 0 20px;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-800);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--accent-warm);
}
.legal-block p,
.legal-block ul {
  margin: 0 0 16px;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--neutral-700);
}
.legal-block ul {
  padding-left: 24px;
}
.legal-block li {
  margin-bottom: 10px;
}
.legal-block a {
  color: var(--primary-600);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-block a:hover {
  color: var(--primary-700);
}
.legal-contact { margin-bottom: 0; }
.legal-contact-list {
  list-style: none;
  padding-left: 0;
}
.legal-contact-list li { margin-bottom: 12px; }

/* ========== KPIs ========== */
.kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.kpi {
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: all 0.3s ease;
}
.kpi:hover {
  transform: translateY(-4px);
  border-color: rgba(21, 83, 122, 0.25);
  box-shadow: var(--shadow-card-hover);
}
.kpi strong {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-700);
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.kpi span { color: var(--neutral-600); font-weight: 600; font-size: 1rem; }

/* ========== SPLIT ========== */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

/* ========== BREADCRUMBS ========== */
.breadcrumbs {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  color: var(--neutral-500);
  font-weight: 600;
  margin-bottom: 20px;
}
.breadcrumbs a { color: var(--primary-600); }
.breadcrumbs a:hover { text-decoration: underline; }

/* ========== UTILITAIRES ========== */
.link { font-weight: 700; color: var(--primary-600); text-decoration: underline; text-underline-offset: 4px; }
.link:hover { color: var(--primary-700); }
.admin-badge, .badge { padding: 6px 12px; border-radius: 8px; font-size: 0.85rem; font-weight: 700; }
.admin-badge { background: var(--accent-soft); color: var(--primary-600); margin-right: 8px; }
.badge-ok { background: rgba(34, 197, 94, 0.15); color: #15803d; }
.badge-off { background: rgba(100, 116, 139, 0.2); color: var(--neutral-600); }
.admin-form .form-row { display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 24px; }
.admin-form label { display: block; font-weight: 600; margin-bottom: 8px; font-size: 0.95rem; }
.admin-form input, .admin-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 2px solid var(--neutral-200);
  font-size: 1rem;
}
.admin-form input:focus, .admin-form textarea:focus {
  outline: none;
  border-color: var(--primary-500);
}
.admin-form .checkbox-label { display: flex; align-items: center; gap: 10px; cursor: pointer; font-weight: 500; }
.admin-form .checkbox-label input { width: auto; }

/* ========== TOAST ========== */
.toast {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  padding: 18px 28px;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 1rem;
  box-shadow: var(--shadow-card-hover);
  animation: toast-in 0.3s ease;
}
.toast-success { background: linear-gradient(135deg, #059669, #10b981); color: #fff; }
.toast-error { background: linear-gradient(135deg, #dc2626, #ef4444); color: #fff; }
@keyframes toast-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ========== GALLERY / CAROUSEL / LIGHTBOX ========== */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.gallery .tile {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--neutral-200);
  box-shadow: var(--shadow-card);
  transition: all 0.3s ease;
}
.gallery .tile:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(21, 83, 122, 0.2);
}
.gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }

.carousel-wrap { position: relative; margin-top: 24px; }
.carousel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  background: var(--neutral-100);
}
.carousel-track { display: flex; transition: transform 0.4s ease-out; }
.carousel-slide { flex: 0 0 100%; min-width: 0; cursor: pointer; position: relative; }
.carousel-slide img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s;
}
.carousel-slide:hover img { opacity: 0.95; }
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--neutral-700);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  box-shadow: var(--shadow-card);
}
.carousel-btn:hover { background: var(--primary-700); color: #fff; }
.carousel-prev { left: 16px; }
.carousel-next { right: 16px; }
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: var(--neutral-300);
  cursor: pointer;
  transition: all 0.2s;
}
.carousel-dots button:hover, .carousel-dots button.active {
  background: var(--primary-600);
  transform: scale(1.2);
}
.carousel-hint { text-align: center; font-size: 0.9rem; color: var(--neutral-500); margin-top: 12px; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
.lightbox[aria-hidden="false"] { opacity: 1; visibility: visible; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 80px); object-fit: contain; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(255, 255, 255, 0.25); }
.lightbox-close { top: 24px; right: 24px; }
.lightbox-prev, .lightbox-next { top: 50%; transform: translateY(-50%); font-size: 32px; }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

.login-panel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
}
.login-panel-wrap .card { box-shadow: var(--shadow-card-hover); }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 56px; padding: 72px 0 88px; }
  .hero-media { min-height: 340px; }
  .stats-strip { padding: 56px 0; }
  .stats-strip .container { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .grid { gap: 28px; }
  .kpis { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .container { width: min(var(--container), calc(100% - 40px)); padding-inline: 20px; }
  section { padding: var(--section-padding-sm) 0; }
  .section-head { margin-bottom: 40px; }
  .section-head h2 { font-size: 1.65rem; }
  .section-head h2::before { margin-bottom: 20px; width: 48px; }
  .section-head p { font-size: 1.0625rem; }
  .hero { min-height: auto; }
  .page-banner { padding: 56px 0 72px; }
  .page-banner h1 { font-size: 1.75rem; }
  .page-banner p { font-size: 1.0625rem; }
  .hero-inner { padding: 56px 0 72px; gap: 36px; }
  .hero .hero-text h1 { font-size: 1.9rem; }
  .hero .hero-text p { font-size: 1.0625rem; margin-bottom: 24px; }
  .hero-media { min-height: 260px; }
  .hero-media img { min-height: 260px; }
  .hero-media .caption { padding: 24px 28px; font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 14px; }
  .hero .btn-primary, .hero .btn-soft {
    width: 100%;
    justify-content: center;
    padding: 18px 28px;
  }
  .stats-strip { padding: 48px 0; }
  .stats-strip .container { grid-template-columns: 1fr; gap: 32px; }
  .stat-item strong { font-size: 2.25rem; }
  .stat-item span { font-size: 0.9375rem; }
  .card { padding: 28px; }
  .card h3 { font-size: 1.1rem; }
  .card p { font-size: 1rem; }
  .card-media img { height: 200px; }
  .card-media { margin: -28px -28px 24px -28px; }
  .grid { gap: 24px; }
  .header-cta { display: none; }
  .header-inner { padding: 12px 0; gap: 16px; }
  .brand img { width: min(180px, 50vw); min-width: 140px; max-height: 44px; }
  .nav-toggle { display: inline-flex; min-width: 48px; min-height: 48px; }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    padding: 16px;
    flex-direction: column;
    border-bottom: 1px solid var(--neutral-200);
    box-shadow: var(--shadow-card);
  }
  .nav.is-open { display: flex; }
  .nav a {
    padding: 16px 18px;
    min-height: 52px;
    display: flex;
    align-items: center;
    border-radius: var(--radius-md);
    color: var(--neutral-700);
  }
  .nav a:hover { background: var(--neutral-50); }
  .header-inner { position: relative; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .dark .split > div:last-child { display: flex; flex-direction: column; gap: 12px; }
  .dark .split .btn { width: 100%; justify-content: center; }
  .grid.cols-3, .grid.cols-2, .grid.cols-4 { grid-template-columns: 1fr; }
  .form-card { padding: 28px; }
  input, select, textarea { padding: 14px 16px; font-size: 16px; }
  input[type="file"] { padding: 12px; min-height: 48px; }
  .btn { padding: 16px 24px; min-height: 52px; font-size: 1rem; }
  .gallery { grid-template-columns: 1fr; }
  .carousel-btn { width: 44px; height: 44px; font-size: 24px; min-width: 44px; min-height: 44px; }
  .carousel-prev { left: 12px; }
  .carousel-next { right: 12px; }
  .carousel-slide img { max-height: 280px; }
  .lightbox { padding: 16px; }
  .lightbox-close, .lightbox-prev, .lightbox-next {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
  .lightbox-prev { left: 16px; }
  .lightbox-next { right: 16px; }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; padding: 48px 0 40px; }
  .footer-links { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-contact { margin-left: 0; }
  .footer-contact .footer-contact-list a { width: 100%; min-height: 52px; box-sizing: border-box; }
  .footer-bottom { padding: 20px 0; }
  .footer-bottom-inner { flex-direction: column; text-align: center; gap: 12px; }
  .kpis { grid-template-columns: 1fr; }
  .kpi { padding: 28px; }
  .kpi strong { font-size: 1.9rem; }
  .project-card .content { padding: 24px; }
  .offre-detail-layout { grid-template-columns: 1fr; }
  .offre-detail-sidebar { order: -1; }
  .offre-detail-sidebar-card { position: static; }
  .offre-detail-body { padding: 24px; }
  .offres-publique { grid-template-columns: 1fr; gap: 24px; }
  .offre-card-body { padding: 24px; }
}
@media (max-width: 480px) {
  .container { width: calc(100% - 32px); padding-inline: 16px; }
  section { padding: 64px 0; }
  .section-head h2 { font-size: 1.5rem; }
  .section-head h2::before { width: 40px; height: 3px; margin-bottom: 18px; }
  .page-banner { padding: 48px 0 64px; }
  .page-banner h1 { font-size: 1.6rem; }
  .hero-inner { padding: 48px 0 64px; }
  .hero .hero-text h1 { font-size: 1.7rem; }
  .hero-media { min-height: 220px; }
  .hero-media img { min-height: 220px; }
  .brand img { width: min(160px, 70vw); min-width: 120px; max-height: 40px; }
  .card { padding: 24px; }
  .card-media { margin: -24px -24px 20px -24px; }
  .stats-strip { padding: 40px 0; }
  .form-card { padding: 28px; }
  .offres-publique { gap: 20px; }
  .offre-card-body { padding: 20px; }
  .offre-detail-body { padding: 24px; }
  .offre-detail-sidebar-card { padding: 24px; }
}
