/* MINAGROUP — Typographie Poppins, charte rouge / marine */
:root {
  --bg-deep: #0a0e17;
  --bg-card: rgba(18, 24, 38, 0.72);
  --bg-elevated: #12192a;
  --brand-red: #ed3137;
  /* Wordmark fiche (marine / anthracite) */
  --brand-dark: #0f1419;
  --brand-navy: #0f1419;
  --accent: var(--brand-red);
  --accent-deep: #b91c1c;
  --accent-soft: rgba(237, 49, 55, 0.15);
  --border-accent-weak: rgba(237, 49, 55, 0.25);
  --border-accent: rgba(237, 49, 55, 0.35);
  --border-accent-strong: rgba(237, 49, 55, 0.4);
  /* Secondaire : ton lie-de-vin clair (complément du rouge marque) */
  --gold: #e8a0a3;
  --gold-soft: rgba(237, 49, 55, 0.1);
  --text: #e8edf5;
  --text-muted: #94a3b8;
  --border: rgba(148, 163, 184, 0.12);
  --radius: 16px;
  --radius-sm: 10px;
  --font-sans: "Poppins", system-ui, sans-serif;
  --font-display: "Poppins", system-ui, sans-serif;
  --nav-h: 76px;
  --nav-drawer-top: 76px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-slide {
    transition: none;
  }

  .values-track {
    transition: none;
  }
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--text);
  background: var(--bg-deep);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 10000;
  padding: 0.65rem 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text);
  background: var(--bg-elevated);
  border: 1px solid var(--border-accent);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: top var(--transition);
}

.skip-link:focus {
  top: 16px;
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

#main {
  scroll-margin-top: calc(var(--nav-h) + 12px);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 120% 80% at 10% -20%, rgba(237, 49, 55, 0.12), transparent 50%),
    radial-gradient(ellipse 80% 60% at 100% 50%, rgba(46, 46, 56, 0.12), transparent 45%),
    linear-gradient(180deg, #0a0e17 0%, #080b12 100%);
  z-index: -2;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover {
  color: #f87171;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Titres & paragraphes : équilibre des lignes et césure (fr / bases i18n) */
.hero-title-stack,
.page-hero h1,
.section-title,
.narrative-heading {
  text-wrap: balance;
}

main .prose-block p,
.page-hero > .container > p {
  hyphens: auto;
  -webkit-hyphens: auto;
}

.hero-slide-bg img {
  max-width: none;
}

/* ——— Layout ——— */
.container {
  width: min(1160px, 100% - clamp(1.125rem, 5vw, 2.5rem));
  margin-inline: auto;
}

.section {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
}

.section-head {
  margin-bottom: 2.5rem;
}

.section-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.45rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.35vw, 2.05rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 0.65rem;
  color: var(--text);
}

.section-desc {
  margin: 0;
  max-width: 52ch;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
}

/* ——— Header / Nav ——— */
.site-headerInner {
  margin-bottom: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 14, 23, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.site-header .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--nav-h);
  gap: 0.75rem;
}

@media (min-width: 901px) and (max-width: 1180px) {
  .site-header .container {
    flex-wrap: wrap;
    padding-block: 0.65rem;
    min-height: unset;
  }

  .site-header .nav {
    width: 100%;
    justify-content: flex-start;
    order: 3;
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

/* Logo image (fond clair, conforme à la charte) */
.brand-logo-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  max-height: 44px;
  padding: 0.2rem 0.45rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.brand-logo {
  display: block;
  height: 36px;
  width: auto;
  max-width: 132px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 480px) {
  .brand-logo {
    max-width: 110px;
    height: 30px;
  }
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 9px;
  margin-left: auto;
  flex-shrink: 0;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform var(--transition), opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav a {
  color: var(--text-muted);
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: 8px;
  transition: background var(--transition), color var(--transition);
}

.nav a:hover,
.nav a.is-active {
  color: var(--text);
  background: var(--accent-soft);
}

.nav-cta {
  margin-left: 0.5rem;
  padding: 0.55rem 1.15rem !important;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep)) !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.nav-cta:hover {
  filter: brightness(1.08);
  color: #fff !important;
}

.nav a.nav-cta.is-active {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

@media (min-width: 901px) {
  .nav--pills {
    padding: 0.35rem;
    background: rgba(255, 255, 255, 0.045);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    gap: 0.15rem;
  }

  .nav--pills a {
    border-radius: 100px;
    padding: 0.5rem 1.05rem;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.03em;
  }

  .nav--pills a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
  }

  .nav--pills a.is-active:not(.nav-cta) {
    background: rgba(237, 49, 55, 0.22);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .nav--pills a.nav-cta {
    margin-left: 0.35rem;
    padding: 0.5rem 1.35rem !important;
    border-radius: 100px;
    box-shadow: 0 4px 20px rgba(237, 49, 55, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.14);
  }

  .nav--pills a.nav-cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .nav {
    gap: 0.05rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav a {
    font-size: 0.8125rem;
    padding: 0.45rem 0.45rem;
  }

  .nav-cta {
    padding: 0.5rem 0.85rem !important;
  }
}

.nav-backdrop {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: var(--nav-drawer-top, 76px);
  z-index: 98;
  background: rgba(2, 6, 14, 0.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}

.nav-backdrop.is-visible {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 900px) {
  body.nav-open {
    overflow: hidden;
    touch-action: none;
  }

  .nav-toggle {
    display: flex;
  }

  .nav {
    position: fixed;
    top: var(--nav-drawer-top, 76px);
    left: 0;
    right: 0;
    z-index: 99;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0.75rem clamp(1rem, 4vw, 1.25rem) calc(1rem + env(safe-area-inset-bottom, 0));
    max-height: calc(100vh - var(--nav-drawer-top, 76px));
    max-height: calc(100dvh - var(--nav-drawer-top, 76px));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(8, 11, 18, 0.98);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform var(--transition), opacity var(--transition), visibility var(--transition);
  }

  .nav--pills,
  .nav--blocks {
    border-radius: 0;
    background: transparent;
    border: none;
    gap: 0.35rem;
  }

  .nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav a {
    padding: 0.95rem 1.05rem;
    border-radius: 12px;
    font-size: 1rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
  }

  .nav a:hover,
  .nav a.is-active {
    background: rgba(237, 49, 55, 0.18);
    border-color: rgba(237, 49, 55, 0.35);
  }

  .nav-cta {
    margin-left: 0;
    margin-top: 0.25rem;
    text-align: center;
    border: none !important;
    box-shadow: 0 8px 28px rgba(237, 49, 55, 0.35);
  }

  .nav a.nav-cta:hover {
    filter: brightness(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-toggle span {
    transition: none;
  }

  .nav-backdrop {
    transition: none;
  }

  @media (max-width: 900px) {
    .nav {
      transition: none;
    }
  }
}

/* ——— Header « blocs » (logo + bandeau infos + menu rectangles) ——— */
:root {
  --header-block-gray: #4c5058;
  --header-block-gray-hover: #5e636d;
  --header-info-bg: #eceff3;
}

.site-header--modern.site-header--blocks {
  background: #fff;
  backdrop-filter: none;
  border-bottom: 2px solid #d5dae2;
  box-shadow: 0 6px 22px rgba(15, 20, 30, 0.12);
}

.site-header--blocks .header-blocks-inner {
  display: grid;
  grid-template-columns: clamp(178px, 20vw, 290px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  width: 100%;
  max-width: min(1240px, 100%);
  margin-inline: auto;
}

.site-header--blocks .brand--blocks {
  grid-column: 1;
  grid-row: 1 / -1;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.85rem;
  background: #fff;
  border-right: 1px solid #d5dae2;
}

.site-header--blocks .brand-logo-wrap--blocks {
  border-radius: 0;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  max-height: none;
  background: #fff;
}

.site-header--blocks .brand-logo-wrap--blocks .brand-logo {
  height: clamp(46px, 5.5vw, 72px);
  max-width: min(260px, 100%);
  width: auto;
}

.site-header--blocks .nav-toggle {
  display: none;
}

.site-header--blocks .header-blocks-right {
  grid-column: 2;
  grid-row: 1 / -1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.header-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1.25rem;
  flex-wrap: wrap;
  padding: 0.4rem 1rem;
  background: var(--header-info-bg);
  border-bottom: 1px solid #dde2ea;
}

.header-tagline {
  margin: 0;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 500;
  color: var(--accent-deep);
  letter-spacing: 0.02em;
}

.header-contact-bits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.15rem;
  align-items: center;
}

.header-contact-link {
  font-size: 0.8125rem;
  color: #2d3748;
  text-decoration: none;
  transition: color 0.2s ease;
}

.header-contact-link:hover {
  color: var(--accent);
}

.header-contact-label {
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
}

.header-contact-value {
  font-weight: 600;
}

.header-nav-shell {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 50px;
}

.site-header--blocks .nav.nav--blocks {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: stretch;
  width: 100%;
  gap: 0;
}

.site-header--blocks .nav.nav--blocks a {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.8rem 0.3rem;
  border-radius: 0;
  font-size: clamp(0.56rem, 0.78vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #fff !important;
  background: var(--header-block-gray);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  line-height: 1.2;
  margin: 0;
}

.site-header--blocks .nav.nav--blocks a:last-child {
  border-right: none;
}

.site-header--blocks .nav.nav--blocks a:hover {
  background: var(--header-block-gray-hover);
  color: #fff !important;
}

.site-header--blocks .nav.nav--blocks a.is-active {
  background: var(--accent);
  color: #fff !important;
}

/* Surclasser .nav-cta global (!important) pour un rendu identique sur toutes les pages */
.site-header--blocks .nav.nav--blocks a.nav-cta {
  margin-left: 0 !important;
  padding: 0.8rem 0.3rem !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
  background: var(--accent-deep) !important;
  box-shadow: none !important;
  border: none !important;
}

.site-header--blocks .nav.nav--blocks a.nav-cta:hover {
  filter: brightness(1.12);
  background: var(--accent-deep) !important;
  color: #fff !important;
}

.site-header--blocks .nav.nav--blocks a.nav-cta.is-active {
  background: var(--accent) !important;
  box-shadow: none !important;
}

.site-header--blocks .nav.nav--blocks a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -3px;
  position: relative;
  z-index: 1;
}

@media (min-width: 901px) and (max-width: 1180px) {
  .site-header--blocks .nav.nav--blocks a {
    font-size: 0.56rem;
    padding-inline: 0.22rem;
    letter-spacing: 0.04em;
  }

  .site-header--blocks .nav.nav--blocks a.nav-cta {
    padding-inline: 0.22rem !important;
  }
}

@media (max-width: 900px) {
  .site-header--blocks .header-blocks-inner {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    max-width: 100%;
  }

  .site-header--blocks .brand--blocks {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
    padding-left: clamp(0.75rem, 4vw, 1rem);
    border-right: none;
    border-bottom: 1px solid #d5dae2;
  }

  .site-header--blocks .nav-toggle {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    margin-right: clamp(0.65rem, 3vw, 1rem);
    align-self: center;
    background: #fff;
    border: 1px solid #cfd4dc;
  }

  .site-header--blocks .nav-toggle span {
    background: #1e293b;
  }

  .site-header--blocks .header-blocks-right {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .header-info-row {
    padding: 0.42rem clamp(0.75rem, 4vw, 1rem);
  }

  .site-header--blocks .brand-logo-wrap--blocks .brand-logo {
    height: clamp(42px, 12vw, 58px);
    max-width: min(240px, 68vw);
  }

  .site-header--blocks .header-nav-shell {
    min-height: 0;
  }

  .site-header--blocks .nav.nav--blocks {
    flex-direction: column;
  }

  .site-header--blocks .nav.nav--blocks a {
    flex: none;
    border-right: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    justify-content: center;
    padding: 0.95rem 1.05rem;
  }

  .site-header--blocks .nav.is-open.nav--blocks a {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(226, 232, 240, 0.96) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-header--blocks .nav.is-open.nav--blocks a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
  }

  .site-header--blocks .nav.is-open.nav--blocks a.is-active {
    background: rgba(237, 49, 55, 0.22);
    border-color: rgba(237, 49, 55, 0.35);
    color: #fff !important;
  }

  .site-header--blocks .nav.is-open.nav--blocks a.nav-cta {
    background: linear-gradient(135deg, var(--accent), var(--accent-deep));
    border: none !important;
    color: #fff !important;
    box-shadow: 0 8px 28px rgba(237, 49, 55, 0.35);
  }
}

/* ——— Hero slider (images asset/) ——— */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(2rem, 5vw, 4rem);
}

.hero-viewport {
  position: relative;
  min-height: min(72vh, 680px);
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.35),
    0 32px 64px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: clamp(1.75rem, 5vw, 3.25rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.75s ease, visibility 0.75s;
  z-index: 0;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide-bg picture {
  position: absolute;
  inset: 0;
  display: block;
  margin: 0;
}

.hero-slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    100deg,
    rgba(10, 14, 23, 0.94) 0%,
    rgba(10, 14, 23, 0.72) 38%,
    rgba(10, 14, 23, 0.35) 68%,
    rgba(10, 14, 23, 0.15) 100%
  );
}

.hero-slide-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.hero-slide .hero-lead {
  margin-bottom: 0;
  color: rgba(232, 237, 245, 0.9);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.hero-badge::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
}

.hero h1 span {
  background: linear-gradient(90deg, var(--text), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  font-size: 1.125rem;
  color: var(--text-muted);
  max-width: 38rem;
  margin: 0 0 2rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, filter var(--transition), box-shadow var(--transition);
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff;
  box-shadow: 0 6px 22px rgba(237, 49, 55, 0.38);
}

.btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 10px 30px rgba(237, 49, 55, 0.48);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}

.btn-ghost:hover {
  background: var(--accent-soft);
  border-color: var(--border-accent);
}

.btn-ghost--dark {
  color: var(--brand-navy);
  border-color: rgba(15, 23, 42, 0.18);
}

.btn-ghost--dark:hover {
  background: rgba(237, 49, 55, 0.08);
  border-color: rgba(237, 49, 55, 0.35);
  color: var(--brand-navy);
}

.hero-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-dots {
  display: flex;
  gap: 0.5rem;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(148, 163, 184, 0.35);
  cursor: pointer;
  padding: 0;
  transition: var(--transition);
}

.hero-dot.is-active {
  background: var(--accent);
  transform: scale(1.15);
}

.hero-arrows {
  display: flex;
  gap: 0.5rem;
  margin-left: auto;
}

.hero-arrow {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  color: var(--text);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: var(--transition);
}

.hero-arrow:hover {
  background: var(--accent-soft);
  border-color: var(--border-accent-strong);
}

/* ——— Cards / grids ——— */
.grid-poles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

.card-pole {
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.card-pole-media {
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--border);
  background: var(--bg-elevated);
}

.card-pole-media picture {
  display: block;
  height: 100%;
}

.card-pole-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

.card-pole-body {
  padding: 1.5rem 1.75rem 1.75rem;
}

.card-pole-body .num {
  margin-top: 0;
}

.card-pole:hover {
  transform: translateY(-4px);
  border-color: var(--border-accent-weak);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.card-pole .num {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.card-pole h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 0.75rem;
  color: var(--text);
}

.card-pole p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text-muted);
}

.card-pole .link {
  display: inline-flex;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}

/* Values grid */
.grid-values {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}

.value-card {
  background: var(--gold-soft);
  border: 1px solid rgba(237, 49, 55, 0.2);
  border-radius: var(--radius);
  padding: 1.5rem 1.5rem 1.75rem;
}

.value-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  color: var(--gold);
}

.value-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* Page content blocks */
.prose-block {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: 1.5rem;
}

.prose-block--with-banner {
  padding-top: 0;
  overflow: hidden;
}

.prose-banner {
  margin: 0 0 clamp(1.25rem, 3vw, 1.5rem);
  height: min(240px, 36vw);
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background: var(--bg-elevated);
}

.prose-banner picture {
  display: block;
  height: 100%;
}

.prose-banner img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

.prose-block h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 1rem;
  color: var(--text);
}

.prose-block h3 {
  font-size: 1.05rem;
  margin: 1.5rem 0 0.65rem;
  color: var(--accent);
}

.prose-block p,
.prose-block li {
  color: var(--text-muted);
  margin: 0 0 0.85rem;
}

.prose-block ul {
  margin: 0;
  padding-left: 1.25rem;
}

.page-hero {
  padding: clamp(2.5rem, 6vw, 4rem) 0 1rem;
  text-align: center;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0 0 0.75rem;
}

.page-hero p {
  margin: 0 auto;
  max-width: 56ch;
  color: var(--text-muted);
}

.page-hero--about {
  padding-bottom: clamp(1.75rem, 4vw, 2.5rem);
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(ellipse 90% 80% at 50% -35%, rgba(237, 49, 55, 0.1), transparent 58%),
    radial-gradient(ellipse 60% 50% at 100% 20%, rgba(30, 58, 120, 0.08), transparent 50%);
}

.page-hero--about p {
  max-width: 62ch;
}

.page-hero--about p strong {
  color: rgba(226, 232, 240, 0.95);
  font-weight: 600;
}

/* ——— Pages pôle ——— */
.page-hero--pole {
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(ellipse 70% 60% at 15% -20%, rgba(237, 49, 55, 0.09), transparent 50%),
    radial-gradient(ellipse 55% 50% at 100% 10%, rgba(30, 58, 120, 0.08), transparent 48%);
}

.page-pole .pole-page-banner {
  height: min(340px, 50vw);
}

.page-pole .pole-page-banner--tracking img {
  object-position: 50% 45%;
}

.page-pole .pole-page-banner--btp img {
  object-position: 50% 42%;
}

.page-pole .pole-page-banner--slide-video img {
  object-position: 50% 38%;
}

.page-pole .pole-page-feature h2 {
  margin-top: 0;
}

.page-pole .pole-page-bullets {
  margin-bottom: 1.5rem;
}

.page-pole .pole-page-siblings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.65rem;
  margin-bottom: 1.5rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(148, 163, 184, 0.15);
  background: rgba(255, 255, 255, 0.02);
}

.page-pole .pole-page-siblings-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.7);
}

.page-pole .pole-page-siblings a {
  font-size: 0.78125rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.9);
  text-decoration: none;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  transition:
    border-color var(--transition),
    color var(--transition),
    background var(--transition);
}

.page-pole .pole-page-siblings a:hover {
  border-color: rgba(237, 49, 55, 0.45);
  color: #fff;
  background: rgba(237, 49, 55, 0.12);
}

.page-pole .pole-page-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.85rem;
}

/* ——— Page Qui sommes-nous ——— */
.page-about .about-split {
  padding: clamp(2.75rem, 7vw, 5rem) 0;
}

.page-about .about-split-inner {
  display: grid;
  gap: clamp(1.75rem, 4.5vw, 3rem);
  align-items: center;
}

.page-about .about-split--dark {
  background: linear-gradient(165deg, #080d16 0%, #0b111c 38%, #0a0e17 100%);
  border-block: 1px solid var(--border);
}

.page-about .about-split--light {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-block: 1px solid rgba(15, 23, 42, 0.07);
}

.page-about .about-split-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.page-about .about-split--light .about-split-kicker {
  color: var(--accent-deep);
}

.page-about .about-split-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
  color: var(--text);
}

.page-about .about-split--light .about-split-copy h2 {
  color: var(--brand-navy);
}

.page-about .about-split-copy > p {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(203, 213, 225, 0.9);
  max-width: 52ch;
}

.page-about .about-split--light .about-split-copy > p {
  color: #475569;
}

.page-about .about-split-bullets {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(203, 213, 225, 0.82);
}

.page-about .about-split--light .about-split-bullets {
  color: #64748b;
}

.page-about .about-split-bullets li + li {
  margin-top: 0.4rem;
}

.page-about .about-split-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  margin-top: 0.25rem;
}

.page-about .about-split-media {
  margin: 0;
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.15),
    0 24px 48px rgba(0, 0, 0, 0.28);
}

.page-about .about-split--light .about-split-media {
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow:
    0 4px 12px rgba(15, 23, 42, 0.08),
    0 20px 44px rgba(15, 23, 42, 0.1);
}

.page-about .about-split-media img {
  display: block;
  width: 100%;
  height: min(52vh, 440px);
  object-fit: cover;
}

.page-about .about-split--light .btn-outline-about {
  border-color: rgba(15, 23, 42, 0.22);
  color: var(--brand-navy);
  background: rgba(255, 255, 255, 0.45);
}

.page-about .about-split--light .btn-outline-about:hover {
  border-color: var(--accent);
  color: var(--accent-deep);
  background: rgba(237, 49, 55, 0.08);
}

@media (min-width: 900px) {
  .page-about .about-split-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
    gap: clamp(2rem, 4vw, 3.25rem);
  }

  .page-about .about-split--img-start .about-split-media {
    order: -1;
  }
}

.page-about .about-mission {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(3rem, 7vw, 5rem);
}

.page-about .about-mission-grid {
  display: grid;
  gap: clamp(1.5rem, 3.5vw, 2.25rem);
}

@media (min-width: 880px) {
  .page-about .about-mission-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: start;
  }
}

.page-about .about-mission-panel {
  padding: clamp(1.25rem, 3vw, 1.65rem);
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-about .about-mission-panel-title {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.page-about .about-mission-list {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(203, 213, 225, 0.88);
}

.page-about .about-mission-list li + li {
  margin-top: 0.45rem;
}

.page-about .about-mission-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 0.85rem;
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

.page-hero .expertise-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.expertise-quick-btn {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  color: rgba(226, 232, 240, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 0.2s,
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.expertise-quick-btn:hover {
  color: #fff;
  border-color: rgba(237, 49, 55, 0.45);
  background: rgba(237, 49, 55, 0.1);
}

.expertise-quick-btn--hot {
  border-color: rgba(237, 49, 55, 0.5);
  background: rgba(237, 49, 55, 0.12);
  box-shadow: 0 0 20px rgba(237, 49, 55, 0.12);
}

@media (prefers-reduced-motion: no-preference) {
  .expertise-quick-btn--hot:hover {
    transform: translateY(-2px);
  }
}

.section.expertise-priority-band {
  padding-top: clamp(1.75rem, 4vw, 2.75rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.expert-priority-visually-strong {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.8vw, 1.5rem);
  font-weight: 600;
  text-align: center;
  margin: 0 0 1.75rem;
  color: var(--text);
}

.expertise-priority-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}

.expert-priority-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(18, 24, 38, 0.6);
  text-decoration: none;
  color: inherit;
  text-align: left;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color var(--transition),
    box-shadow var(--transition);
}

.expert-priority-card:hover {
  border-color: rgba(237, 49, 55, 0.45);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.35),
    0 0 36px rgba(237, 49, 55, 0.1);
}

@media (prefers-reduced-motion: no-preference) {
  .expert-priority-card:hover {
    transform: translateY(-4px);
  }

  .expert-priority-card:hover .expert-priority-card-media img {
    transform: scale(1.04);
    transition: transform 0.6s ease;
  }
}

.expert-priority-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--bg-elevated);
}

.expert-priority-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.expert-priority-card--tracking .expert-priority-card-media img {
  object-position: 50% 42%;
}

.expert-priority-card--slide-video .expert-priority-card-media img {
  object-position: 50% 38%;
}

.expert-priority-card--wifi .expert-priority-card-media img {
  object-position: 50% 42%;
}

.expert-priority-card--cyber-thumb .expert-priority-card-media img {
  object-position: 55% center;
}

.expert-priority-card-body {
  padding: 1.35rem 1.25rem 1.45rem;
}

.expert-priority-badge {
  display: inline-block;
  margin: 0 0 0.5rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.22rem 0.55rem;
  border-radius: 6px;
  color: #fff;
  background: rgba(237, 49, 55, 0.85);
}

.expert-priority-badge--soft {
  background: rgba(71, 85, 105, 0.55);
  color: rgba(248, 250, 252, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.28);
}

.expert-priority-card-body h3 {
  font-size: 1.15rem;
  margin: 0 0 0.65rem;
  color: var(--text);
}

.expert-priority-card-body p {
  margin: 0;
  font-size: 0.895rem;
  line-height: 1.58;
  color: var(--text-muted);
}

.expert-priority-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  font-size: 0.8625rem;
  font-weight: 600;
  color: var(--accent);
}

.expert-priority-arrow {
  transition: transform var(--transition);
}

.expert-priority-card:hover .expert-priority-arrow {
  transform: translateX(4px);
}

/* ——— Nos services (expertise.html) ——— */
.page-hero--expertise {
  padding-bottom: clamp(2rem, 5vw, 3rem);
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(ellipse 85% 70% at 15% -30%, rgba(237, 49, 55, 0.11), transparent 55%),
    radial-gradient(ellipse 65% 55% at 100% 25%, rgba(30, 58, 120, 0.1), transparent 52%);
}

.page-hero--expertise-inner {
  max-width: 46rem;
}

.page-hero--expertise h1 {
  margin-bottom: 0.85rem;
}

.expertise-hero-kicker {
  letter-spacing: 0.06em !important;
  color: var(--accent) !important;
}

.expertise-hero-lead {
  font-size: clamp(0.95rem, 2.7vw, 1.065rem);
  line-height: 1.62;
}

.expertise-hero-lead strong {
  color: rgba(241, 245, 249, 0.95);
  font-weight: 600;
}

.page-hero--expertise .expertise-quick-nav {
  justify-content: center;
  gap: 0.55rem 0.65rem;
  margin-top: 0;
}

.expertise-quick-nav-shell {
  margin-top: clamp(1.5rem, 4vw, 2.25rem);
  padding: clamp(1rem, 2.5vw, 1.35rem);
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 16, 28, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 42px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.expertise-quick-nav-label {
  margin: 0 0 0.85rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(148, 163, 184, 0.85);
}

.expertise-quick-btn {
  min-height: 2.65rem;
  padding: 0.5rem 1.05rem;
  font-size: 0.8rem;
}

.page-expertise main article.expertise-split[id] {
  scroll-margin-top: 6.5rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.section-expertise-lede {
  padding-top: clamp(1rem, 3vw, 1.65rem);
  padding-bottom: clamp(0.75rem, 2.5vw, 1.25rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.expertise-lede-copy {
  margin: 0 auto;
  max-width: 58ch;
  text-align: center;
  font-size: clamp(0.92rem, 2.6vw, 1.035rem);
  line-height: 1.64;
  color: var(--text-muted);
}

.expertise-lede-copy strong {
  color: rgba(226, 232, 240, 0.95);
  font-weight: 600;
}

.section-expertise-split-wrap {
  padding-top: clamp(2.25rem, 6vw, 3.5rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.expertise-split + .expertise-split {
  margin-top: clamp(2.75rem, 7vw, 4.35rem);
  padding-top: clamp(2.75rem, 7vw, 4.35rem);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.expertise-split-grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.75rem);
  align-items: center;
}

@media (min-width: 900px) {
  .expertise-split-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr);
    gap: clamp(2rem, 4.5vw, 3.5rem);
  }

  .expertise-split--flip .expertise-split-copy {
    order: 2;
  }

  .expertise-split--flip .expertise-split-figure {
    order: 1;
  }
}

.expertise-split-copy {
  min-width: 0;
}

.expertise-split-kicker {
  margin: 0 0 0.85rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.92);
}

.expertise-split-title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.8vw, 2.1rem);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.032em;
  margin: 0 0 1rem;
  color: var(--text);
}

.expertise-split-intro {
  margin: 0 0 1.15rem;
  font-size: 0.9675rem;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 54ch;
}

.expertise-split-points {
  margin: 0 0 1.5rem;
  padding-left: 1.08rem;
  color: rgba(226, 232, 240, 0.86);
  font-size: 0.905rem;
  line-height: 1.53;
}

.expertise-split-points li + li {
  margin-top: 0.48rem;
}

.expertise-split-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.72rem 1rem;
}

.expertise-split-actions .btn {
  text-align: center;
}

.expertise-split-note {
  margin: 1.05rem 0 0;
  font-size: 0.8rem;
  line-height: 1.52;
  color: rgba(148, 163, 184, 0.82);
  max-width: 50ch;
}

.expertise-split-figure {
  margin: 0;
  border-radius: clamp(14px, 2.2vw, 22px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(10, 12, 18, 0.95);
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.expertise-split-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.expertise-split-figure picture {
  display: block;
}

.expertise-split-figure--video img {
  object-position: 50% 38%;
}

.expertise-split-figure--gps img {
  object-position: 50% 42%;
}

.expertise-split-figure--wifi img {
  object-position: 50% 42%;
}

.expertise-split-figure--cyber img {
  object-position: 55% center;
}

.cta-band--expertise {
  margin-top: clamp(2rem, 5vw, 2.75rem);
  padding: clamp(2rem, 5vw, 2.85rem);
  background: linear-gradient(145deg, rgba(237, 49, 55, 0.12), rgba(30, 58, 120, 0.1));
  border-radius: calc(var(--radius) + 8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cta-band--expertise p {
  margin-left: auto;
  margin-right: auto;
  max-width: 46ch;
}

.cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 0.85rem;
  margin-top: 1.35rem;
}

@media (prefers-reduced-motion: reduce) {
  .page-hero--expertise .expertise-quick-nav-shell {
    transition: none;
  }

  .expert-priority-card:hover .expert-priority-card-media img {
    transform: none;
  }
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-item {
  padding: 1.25rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.contact-item strong {
  display: block;
  color: var(--text);
  margin-bottom: 0.35rem;
}

.contact-item span {
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.form-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
}

.form-row {
  margin-bottom: 1.1rem;
}

.form-row label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  color: var(--text);
  background: var(--bg-deep);
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: border-color var(--transition);
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
  outline: none;
  border-color: var(--accent);
}

.form-row textarea {
  min-height: 120px;
  resize: vertical;
}

/* Footer — style institutionnel / banque */
.site-footer {
  margin-top: auto;
  background: #060a12;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(226, 232, 240, 0.88);
}

.footer-main {
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-col--brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-col--brand {
  padding-right: clamp(0, 2vw, 1.5rem);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 900px) {
  .footer-col--brand {
    padding-right: 0;
    border-right: none;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 0.25rem;
  }
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-logo:hover {
  color: #fff;
  opacity: 0.92;
}

.footer-logo-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.footer-logo-img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  object-position: left center;
}

.footer-tagline {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(148, 163, 184, 0.95);
  max-width: 28rem;
}

.footer-heading {
  margin: 0 0 1.1rem;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list li {
  margin: 0;
}

.footer-list a {
  display: inline-block;
  padding: 0.3rem 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(226, 232, 240, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-list a:hover {
  color: #fff;
}

.footer-contact-hint {
  margin: 1.25rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(148, 163, 184, 0.9);
}

.footer-contact-hint a {
  color: var(--accent);
  font-weight: 600;
}

.footer-contact-hint a:hover {
  color: #fca5a5;
}

.footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.25);
  padding: 1.15rem 0;
}

.footer-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.footer-copy {
  font-size: 0.75rem;
  color: rgba(148, 163, 184, 0.85);
  margin: 0;
  letter-spacing: 0.02em;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.footer-legal a {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(186, 198, 214, 0.9);
  text-decoration: none;
  letter-spacing: 0.03em;
}

.footer-legal a:hover {
  color: #fff;
}

/* Legal simple page */
.legal-content {
  max-width: 720px;
  margin: 0 auto;
}

.legal-content h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 2rem 0 0.75rem;
}

.legal-content p {
  color: var(--text-muted);
  margin: 0 0 1rem;
}

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, rgba(237, 49, 55, 0.14), rgba(46, 46, 56, 0.12));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.5rem;
  text-align: center;
  margin-top: 2rem;
}

.cta-band h2 {
  font-family: var(--font-display);
  margin: 0 0 0.75rem;
}

.cta-band p {
  margin: 0 0 1.25rem;
  color: var(--text-muted);
}

/* Slide strip (values carousel) */
.values-slider-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-card);
}

.values-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.values-slide {
  min-width: 100%;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
}

.values-slide h3 {
  font-family: var(--font-display);
  color: var(--gold);
  margin: 0 0 0.5rem;
}

.values-slide p {
  margin: 0;
  color: var(--text-muted);
  max-width: 560px;
}

.values-slider-nav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  border-top: 1px solid var(--border);
}

.values-slider-nav button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(148, 163, 184, 0.4);
  cursor: pointer;
  padding: 0;
}

.values-slider-nav button.is-active {
  background: var(--accent);
}

/* Étapes méthode */
.methode-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.methode-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.methode-step-num {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--accent);
  line-height: 1.4;
}

.methode-step-body h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.methode-step-body p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.6;
}

@media (max-width: 640px) {
  .methode-step {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* ——— Sections mises en avant (accueil) ——— */
.section--light {
  position: relative;
  background: linear-gradient(180deg, #f8fafc 0%, #e8edf4 100%);
  color: #334155;
  border-block: 1px solid rgba(15, 23, 42, 0.06);
}

.section--light .section-kicker {
  color: #c41e3a;
}

.section--light .section-title {
  color: #0f172a;
}

.section--light .section-desc {
  color: #64748b;
}

.grid-solutions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.solution-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
  transition: box-shadow var(--transition), border-color var(--transition), transform var(--transition);
}

.solution-card:hover {
  border-color: rgba(196, 30, 58, 0.22);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.solution-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.65rem;
  line-height: 1.25;
}

.solution-card p {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #64748b;
}

.solution-card > a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #b91c1c;
}

.solution-card > a:hover {
  color: #c41e3a;
}

.solution-card-links {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}

.solution-card-links a {
  color: #b91c1c;
}

.solution-card-links a:hover {
  color: #c41e3a;
}

.solution-sep {
  color: #94a3b8;
  font-weight: 400;
}

.section--stats {
  padding-block: clamp(2.5rem, 6vw, 3.5rem);
  background: rgba(8, 11, 18, 0.35);
  border-block: 1px solid var(--border);
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1.5rem;
  text-align: center;
}

.stat {
  padding: 0.5rem;
}

.stat-val {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}

.stat-label {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.35;
}

.stats-note {
  margin: 1.5rem 0 0;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(148, 163, 184, 0.75);
  font-style: italic;
}

.section--trust {
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.trust-band {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 1.75rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-card);
  backdrop-filter: blur(10px);
}

.trust-band h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.trust-band p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  .solution-card:hover {
    transform: none;
  }
}

/* ——— Accueil moderne ——— */
/* Sans :not(), cette barre sombre se cumulait avec le header « blocs » (blanc) et pouvait créer des écarts selon le navigateur. */
.site-header--modern:not(.site-header--blocks) {
  background: rgba(6, 10, 18, 0.82);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.hero-modern {
  position: relative;
  padding: clamp(2.75rem, 7vw, 5rem) 0 clamp(3.5rem, 9vw, 6rem);
  overflow: hidden;
}

.hero-modern-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 70% at 15% 20%, rgba(237, 49, 55, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(237, 49, 55, 0.06), transparent 50%),
    linear-gradient(165deg, #070b12 0%, #0a101c 45%, #06090f 100%);
  z-index: 0;
}

.hero-modern-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}

.hero-modern-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

@media (min-width: 960px) {
  .hero-modern-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 40%);
  }
}

.hero-modern-copy {
  max-width: 640px;
}

.hero-modern-eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}

.hero-modern-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
  color: var(--text);
}

.hero-modern-accent,
.hero-title-accent {
  color: transparent;
  background: linear-gradient(100deg, #fff 10%, var(--brand-red) 55%, #fca5a5 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-title-stack .hero-title-line1,
.hero-title-stack .hero-title-line2 {
  display: block;
}

.hero-title-stack .hero-title-line2 {
  margin-top: 0.08em;
}

.hero-modern-lead {
  margin: 0 0 1.75rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(203, 213, 225, 0.92);
  max-width: 52ch;
}

.hero-modern-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-pills {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-pills a {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  color: rgba(226, 232, 240, 0.85);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.hero-pills a:hover {
  color: #fff;
  background: var(--accent-soft);
  border-color: rgba(237, 49, 55, 0.35);
}

.hero-modern-visual {
  position: relative;
}

.hero-visual-frame {
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.35),
    0 40px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-visual-frame img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.btn-lg {
  padding: 1rem 1.65rem;
  font-size: 1rem;
  border-radius: 12px;
}

.btn-outline-light {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

@media (max-width: 540px) {
  .hero-modern-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-modern-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-modern-copy h1.hero-title-stack {
    font-size: clamp(1.55rem, 7vw, 2.65rem);
  }

  .hero-pills {
    justify-content: center;
  }

  .hero-modern-lead {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-modern-bg--animated {
    animation: hero-modern-bg-shift 18s ease-in-out infinite alternate;
  }

  .hero-modern-slide.is-active .hero-visual-frame--zoom img {
    animation: hero-ken-burns 12s ease-in-out infinite alternate;
  }

  .hero-modern-slide:not(.is-active) .hero-visual-frame--zoom img {
    animation: none;
    transform: scale(1);
  }
}

@keyframes hero-modern-bg-shift {
  0% {
    opacity: 1;
    filter: saturate(1);
  }

  100% {
    opacity: 1;
    filter: saturate(1.12);
  }
}

@keyframes hero-ken-burns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.06);
  }
}

.hero-modern--carousel {
  padding-block: clamp(2.25rem, 6vw, 4rem) clamp(3rem, 8vw, 5rem);
}

.hero-modern-carousel-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-modern-viewport {
  position: relative;
  min-height: clamp(420px, 62vh, 640px);
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 14, 23, 0.45);
  box-shadow:
    0 4px 28px rgba(0, 0, 0, 0.4),
    0 42px 90px rgba(0, 0, 0, 0.35);
}

.hero-modern-slide {
  position: absolute !important;
  inset: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: 0;
  transition:
    opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.85s;
  transition-delay: var(--slide-delay-out, 0s);
}

.hero-modern-slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2;
}

.hero-modern-slide:not(.is-active) {
  pointer-events: none;
}

.hero-modern-slide-grid {
  position: absolute;
  inset: 0;
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden auto;
}

@media (min-width: 960px) {
  .hero-modern-slide-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 42%);
    padding-inline: clamp(1.75rem, 5vw, 3.25rem);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-modern-slide:not(.is-active) .hero-modern-copy--slide,
  .hero-modern-slide:not(.is-active) .hero-modern-visual {
    transform: translateX(14px);
    opacity: 0.85;
  }

  .hero-modern-slide.is-active .hero-modern-copy--slide,
  .hero-modern-slide.is-active .hero-modern-visual {
    animation: hero-slide-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.12s;
  }
}

@keyframes hero-slide-rise {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-modern-slide .hero-modern-copy.hero-modern-copy--slide {
  max-width: 640px;
}

.hero-modern-slide .hero-modern-copy.hero-modern-copy--slide h2.hero-title-stack,
.hero-modern-slide .hero-modern-copy.hero-modern-copy--slide h1.hero-title-stack {
  font-size: clamp(1.85rem, 4.8vw, 3rem);
  margin-bottom: 1rem;
}

.hero-modern-slide .hero-modern-lead {
  max-width: 52ch;
}

.hero-modern-slide .hero-modern-visual .hero-visual-frame {
  overflow: hidden;
}

.hero-modern-slide .hero-modern-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.hero-modern-slide .hero-visual-frame--tracking img {
  object-position: 70% center;
}

@media (max-width: 959px) {
  .hero-modern-viewport {
    min-height: min(92vh, 820px);
  }

  .hero-modern-slide-grid {
    grid-template-columns: 1fr;
    align-content: center;
    padding-bottom: clamp(4rem, 10vw, 5.25rem);
  }

  .hero-modern-carousel-ui {
    justify-content: center;
    gap: 1rem;
  }

  .hero-modern-arrows {
    margin-inline: auto 0;
  }

  .hero-modern-slide:not(.is-active) .hero-modern-visual {
    opacity: 0.7;
    transform: none;
  }
}

.hero-modern-carousel-ui {
  position: absolute;
  left: clamp(1rem, 4vw, 2.5rem);
  right: clamp(1rem, 4vw, 2.5rem);
  bottom: clamp(1rem, 3vw, 1.65rem);
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  pointer-events: none;
}

.hero-modern-carousel-ui button {
  pointer-events: auto;
}

.hero-modern-carousel-ui .hero-dots.hero-modern-dots button {
  width: 12px;
  height: 12px;
}

.hero-modern-carousel-ui .hero-dots.hero-modern-dots button.is-active {
  box-shadow: 0 0 0 3px rgba(237, 49, 55, 0.35);
}

.hero-modern-arrows {
  margin-left: auto;
}

.hero-modern-arrows .hero-arrow {
  backdrop-filter: blur(8px);
  background: rgba(18, 24, 38, 0.75);
  border-radius: 12px;
  font-size: 1.35rem;
  line-height: 1;
}

/* ——— Hero plein écran (Siglass‑like, images dossier slide/) ——— */
.hero-siglass.hero-modern--carousel {
  padding-block: 0;
}

.hero-siglass.hero-modern--carousel .hero-modern-viewport.hero-siglass-viewport {
  position: relative;
  min-height: min(88vh, 920px);
  border-radius: 0;
  border: none;
  background: var(--surface-void, #080c14);
  box-shadow: none;
}

.hero-siglass-slide {
  display: block;
}

.hero-siglass-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-siglass-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-siglass-img--gps {
  object-position: 62% center;
}

.hero-siglass-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  /* Image dominante au centre / haut : assombrissement surtout en bas pour lisibilité du bandeau */
  background: linear-gradient(
    to bottom,
    rgba(8, 12, 22, 0.05) 0%,
    rgba(8, 12, 22, 0.02) 45%,
    rgba(8, 12, 22, 0.35) 100%
  );
}

.hero-siglass-scrim--soft {
  background: linear-gradient(
    to bottom,
    transparent 35%,
    rgba(8, 12, 22, 0.18) 70%,
    rgba(8, 12, 22, 0.32) 100%
  );
}

.hero-siglass-centered {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem) clamp(1rem, 4vw, 2.5rem)
    clamp(5.5rem, 13vh, 7.75rem);
}

.hero-siglass-glass {
  width: min(52rem, 100%);
  max-height: calc(100% - 2rem);
  overflow: hidden;
  padding: clamp(1.85rem, 5vw, 3.65rem) clamp(1.5rem, 4.8vw, 3.85rem);
  text-align: center;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.05),
    0 24px 72px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-siglass-glass--title-only {
  padding: clamp(0.6rem, 2.2vw, 0.95rem) clamp(0.85rem, 3vw, 1.5rem);
  max-height: none;
}

.hero-siglass-title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(0.8125rem, 1.75vw, 1.125rem);
  line-height: 1.34;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

@media (min-width: 960px) {
  .hero-siglass-title {
    font-size: clamp(0.875rem, 1.55vw, 1.0625rem);
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .hero-siglass-title {
    font-size: clamp(0.6875rem, 3.4vw, 0.8125rem);
    line-height: 1.38;
  }
}

.hero-siglass-quote {
  margin: 0 auto clamp(1.35rem, 4vw, 1.85rem);
  max-width: 44rem;
  padding: 0;
  border: none;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(0.9rem, 2.05vw, 1.09rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}

.hero-siglass-quote p {
  margin: 0;
}

.hero-siglass-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  justify-content: center;
}

.hero-siglass-glass .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.hero-siglass-glass .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
  color: #fff;
}

.hero-siglass-ui.hero-modern-carousel-ui.hero-siglass-ui--dots-only {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(1rem, 3vw, 1.5rem) 1rem clamp(1.15rem, 3.5vw, 1.75rem);
  pointer-events: none;
}

.hero-siglass-ui--dots-only .hero-siglass-dots {
  pointer-events: auto;
  gap: 0.55rem;
}

.hero-siglass-ui--dots-only .hero-siglass-dots .hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
  transition:
    width 0.25s ease,
    border-radius 0.25s ease,
    background 0.25s ease;
}

.hero-siglass-ui--dots-only .hero-siglass-dots .hero-dot.is-active {
  width: 2.125rem;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
  transform: none;
}

.hero-siglass-arrow.hero-siglass-arrow--side {
  position: absolute;
  top: 50%;
  z-index: 8;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: none;
  background: rgba(38, 42, 48, 0.55);
  color: #fff;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 1.45rem;
  line-height: 1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
}

.hero-siglass-arrow.hero-siglass-arrow--side.hero-arrow--prev {
  left: clamp(0.65rem, 2.5vw, 1.75rem);
}

.hero-siglass-arrow.hero-siglass-arrow--side.hero-arrow--next {
  right: clamp(0.65rem, 2.5vw, 1.75rem);
}

.hero-siglass-arrow.hero-siglass-arrow--side:hover {
  background: rgba(38, 42, 48, 0.72);
  color: #fff;
}

.hero-siglass-below {
  position: relative;
  z-index: 4;
  margin-top: -0.45rem;
  padding-block: 0.75rem clamp(1.15rem, 3vw, 1.85rem);
  background: linear-gradient(to bottom, transparent, rgba(8, 12, 22, 0.45));
}

.hero-siglass-below .hero-pills a {
  font-size: 0.6875rem;
  padding: 0.32rem 0.72rem;
  font-weight: 600;
}

.hero-siglass-pills.hero-pills--below {
  margin: 0;
}

@media (max-width: 959px) {
  .hero-siglass.hero-modern--carousel .hero-modern-viewport.hero-siglass-viewport {
    min-height: min(92vh, 860px);
  }

  .hero-siglass-arrow.hero-siglass-arrow--side {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }

  .hero-siglass-arrow.hero-siglass-arrow--side.hero-arrow--prev {
    left: 0.4rem;
  }

  .hero-siglass-arrow.hero-siglass-arrow--side.hero-arrow--next {
    right: 0.4rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-siglass-slide.is-active .hero-siglass-img {
    animation: hero-ken-burns 14s ease-in-out infinite alternate;
  }

  .hero-siglass-slide:not(.is-active) .hero-siglass-img {
    animation: none;
    transform: scale(1);
  }
}

.hero-pills--below {
  margin: 0;
  justify-content: center;
}

.hero-pill-accent {
  background: rgba(237, 49, 55, 0.12);
  border-color: rgba(237, 49, 55, 0.35);
  animation: subtle-pulse-border 4s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .hero-modern-slide:not(.is-active) .hero-modern-copy--slide,
  .hero-modern-slide:not(.is-active) .hero-modern-visual {
    transform: none;
    opacity: 1;
  }

  .hero-modern-slide.is-active .hero-modern-copy--slide,
  .hero-modern-slide.is-active .hero-modern-visual {
    animation: none;
  }

  .hero-modern-bg--animated {
    animation: none;
  }

  .hero-modern-slide:not(.is-active) .hero-visual-frame--zoom img {
    animation: none;
  }

  .hero-modern-slide.is-active .hero-visual-frame--zoom img {
    animation: none;
  }

  .hero-siglass-slide .hero-siglass-img {
    animation: none;
  }

  .hero-pill-accent {
    animation: none;
  }
}

@keyframes subtle-pulse-border {
  0%,
  100% {
    border-color: rgba(237, 49, 55, 0.35);
  }

  50% {
    border-color: rgba(237, 49, 55, 0.55);
  }
}



.category-rail-card--featured {
  border-color: rgba(237, 49, 55, 0.45);
  background: rgba(237, 49, 55, 0.08);
  animation: crc-shimmer-soft 8s ease-in-out infinite;
}

@keyframes crc-shimmer-soft {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(237, 49, 55, 0);
  }

  50% {
    box-shadow: 0 0 24px rgba(237, 49, 55, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .category-rail-card--featured {
    animation: none;
  }
}

.crc-tag-glow {
  color: rgba(251, 191, 36, 0.92);
}

.process-sign-card--featured {
  overflow: hidden;
  border-color: rgba(237, 49, 55, 0.28);
}

.pole-card-media {
  margin: -1.5rem -1.35rem 1.1rem -1.35rem;
  aspect-ratio: 16 / 9;
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border);
}

.pole-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pole-card-media--tracking img {
  object-position: 65% center;
}

@media (prefers-reduced-motion: no-preference) {
  .process-sign-card--featured {
    animation: pole-card-soft-glow 6s ease-in-out infinite alternate;
  }
}

@keyframes pole-card-soft-glow {
  0% {
    box-shadow:
      inset 0 0 0 1px rgba(237, 49, 55, 0.12),
      0 12px 32px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow:
      inset 0 0 0 1px rgba(237, 49, 55, 0.22),
      0 16px 40px rgba(237, 49, 55, 0.08);
  }
}

.footer-subheading-muted {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0.75rem 0 0.35rem;
  color: rgba(148, 163, 184, 0.9);
}

@media (prefers-reduced-motion: reduce) {
  .process-sign-card--featured {
    animation: none;
  }
}

@media (max-width: 520px) {
  .top-strip-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    padding-block: 0.6rem;
  }
}

@media (max-width: 600px) {
  .narrative-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .narrative-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .cta-sign-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-sign-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .cta-sign-alt {
    text-align: center;
    align-self: center;
    margin-top: 0.25rem;
  }
}

@media (max-width: 480px) {
  .stats-showcase-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .brand-logo-wrap {
    max-height: 40px;
  }
}

.section-head--center {
  text-align: center;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.section-head--center .section-title {
  margin-inline: auto;
}

.section-desc--wide {
  max-width: min(62ch, 100%);
  margin-inline: auto;
}

.section-services-modern,
.section-services-hub {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  color: #334155;
  border-block: 1px solid rgba(15, 23, 42, 0.06);
}

.section-services-modern .section-kicker,
.section-services-hub .services-hub-intro .section-kicker {
  color: #c41e3a;
}

.section-services-modern .section-title,
.section-services-hub .services-hub-intro .section-title {
  color: var(--brand-navy);
}

.section-services-modern .section-desc,
.section-services-hub .services-hub-intro .section-desc {
  color: #64748b;
}

.section--lift {
  position: relative;
  z-index: 1;
}

.services-bento {
  display: grid;
  gap: 1.125rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .services-bento {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .services-bento {
    grid-template-columns: repeat(3, 1fr);
  }

  .bento-card--accent {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.35rem 1.25rem;
    align-items: start;
  }

  .bento-card--accent h3 {
    grid-column: 1;
    grid-row: 1;
  }

  .bento-card--accent p {
    grid-column: 1;
    grid-row: 2;
  }

  .bento-card--accent .bento-card-arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    margin-top: 0;
    font-size: 1.75rem;
  }
}

.bento-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.45rem 1.35rem;
  background: #fff;
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow var(--transition),
    border-color var(--transition);
  color: inherit;
  text-decoration: none;
}

.bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
  border-color: rgba(237, 49, 55, 0.22);
}

.bento-card--accent {
  border-left: 4px solid var(--brand-red);
  background: linear-gradient(145deg, #fff 0%, #fdf8f8 100%);
}

.bento-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--brand-navy);
  line-height: 1.25;
}

.bento-card p {
  margin: 0;
  font-size: 0.9125rem;
  line-height: 1.55;
  color: #64748b;
  flex: 1;
}

.bento-card-arrow {
  align-self: flex-end;
  margin-top: 0.35rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--accent);
}

.services-more {
  text-align: center;
  margin-top: 2.25rem;
  font-size: 0.9375rem;
}

.services-more a {
  font-weight: 600;
}

.section--compact {
  padding-block: clamp(2rem, 5vw, 3rem);
}

.section-pitch {
  background: rgba(6, 9, 14, 0.72);
  border-block: 1px solid var(--border);
}

.pitch-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.pitch-card {
  text-align: center;
  padding: 0.5rem;
}

.pitch-val {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}

.pitch-label {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.section--tight {
  padding-top: 0;
}

.cta-modern {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  border-radius: calc(var(--radius) + 8px);
  background:
    linear-gradient(135deg, rgba(237, 49, 55, 0.14) 0%, transparent 45%),
    var(--bg-card);
  border: 1px solid var(--border);
  backdrop-filter: blur(12px);
}

.cta-modern-copy h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  color: var(--text);
}

.cta-modern-copy p {
  margin: 0;
  color: var(--text-muted);
  max-width: 42ch;
  font-size: 0.9375rem;
}

.footer-grid--simple {
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr));
}

/* ——— Bandeau contact + blocs type vitrine (réf. SignProd) ——— */
.top-strip {
  font-size: 0.8125rem;
  background: #06090f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text-muted);
}

.top-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  flex-wrap: wrap;
}

.top-strip-left {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.top-strip-dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-red);
  box-shadow: 0 0 12px rgba(237, 49, 55, 0.55);
}

.top-strip-links a {
  color: var(--text);
  font-weight: 600;
}

.top-strip-links a:hover {
  color: var(--accent);
}

.section-narrative-dark {
  background: linear-gradient(180deg, #070b14 0%, #0c1220 100%);
  border-block: 1px solid var(--border);
  padding: clamp(4rem, 10vw, 6.5rem) 0;
}

.section-narrative-inner {
  text-align: center;
  max-width: 840px;
  margin-inline: auto;
}

.narrative-kicker {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.72rem;
}

.narrative-heading {
  font-family: var(--font-display);
  font-size: clamp(1.38rem, 3.85vw, 2.35rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.025em;
  margin: 0 0 0.95rem;
  color: var(--text);
}

.narrative-heading-em {
  color: transparent;
  background: linear-gradient(100deg, #fff 10%, var(--brand-red) 60%, #fca5a5 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.narrative-lead {
  margin: 0 0 1.65rem;
  font-size: 0.9375rem;
  line-height: 1.62;
  color: rgba(203, 213, 225, 0.88);
}

.narrative-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.section-stats-showcase {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  padding: clamp(2.25rem, 5.5vw, 3.6rem) 0;
  border-block: 1px solid rgba(15, 23, 42, 0.06);
}

.stats-showcase-grid {
  display: grid;
  gap: clamp(1rem, 2.25vw, 1.35rem);
  grid-template-columns: repeat(auto-fill, minmax(min(222px, 100%), 1fr));
}

@media (min-width: 1100px) {
  .stats-showcase-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.stats-showcase-item {
  position: relative;
  text-align: center;
  padding: clamp(1.1rem, 3vw, 1.45rem) clamp(1rem, 2.4vw, 1.35rem);
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 1px 3px rgba(15, 23, 42, 0.04),
    0 10px 28px rgba(15, 23, 42, 0.07);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.stats-showcase-item:hover {
  border-color: rgba(237, 49, 55, 0.2);
  box-shadow:
    0 1px 4px rgba(15, 23, 42, 0.05),
    0 14px 38px rgba(15, 23, 42, 0.1);
}

.stats-showcase-item--hot {
  border-top: 3px solid var(--accent);
  padding-block-start: calc(clamp(1.1rem, 3vw, 1.45rem) - 1px);
}

.stats-showcase-val {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 2.35vw, 1.35rem);
  font-weight: 700;
  line-height: 1.28;
  color: var(--brand-navy);
  letter-spacing: -0.03em;
  margin: 0 0 0.45rem;
  text-wrap: balance;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.stats-showcase-item--hot .stats-showcase-val {
  color: #0f172a;
}

.stats-showcase-label {
  display: block;
  font-size: 0.796875rem;
  color: #64748b;
  line-height: 1.5;
}

/* Dernière carte seule lorsque la grille fait 4 + 1 (voir plage < 1100px) */
@media (min-width: 640px) and (max-width: 1099px) {
  .stats-showcase-item:nth-child(5):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 24rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .stats-showcase-item:hover {
    transition:
      opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.section-services-hub {
  scroll-margin-top: calc(var(--nav-h) + 0.75rem);
}

.services-hub-intro {
  margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

.services-hub-lede strong {
  color: var(--brand-navy);
}

.services-hub-nav {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.services-hub-nav-inner {
  position: relative;
  padding: clamp(1.5rem, 3.5vw, 2.15rem);
  border-radius: calc(var(--radius) + 14px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(ellipse 90% 80% at 10% 20%, rgba(237, 49, 55, 0.09), transparent 55%),
    radial-gradient(ellipse 70% 60% at 100% 100%, rgba(30, 58, 120, 0.12), transparent 45%),
    linear-gradient(180deg, #080d15 0%, #0a101c 50%, #070b12 100%);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.services-hub-nav-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
}

.services-hub-nav-inner > * {
  position: relative;
  z-index: 1;
}

.services-hub-subhead {
  margin-bottom: 1.1rem;
}

.services-hub-subhead--compact {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

@media (min-width: 680px) {
  .services-hub-subhead--compact {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    margin-bottom: 1.15rem;
  }

  .services-hub-subhead--compact .services-hub-subdesc {
    margin-left: auto;
    max-width: 38ch;
    text-align: right;
  }
}

.services-hub-subtitle {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

.services-hub-subdesc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(148, 163, 184, 0.92);
  max-width: 46ch;
}

.services-hub-offer {
  padding-top: clamp(1.35rem, 3.5vw, 2rem);
  margin-top: 0.15rem;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.section-services-hub .services-bento {
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .section-services-hub .services-bento {
    gap: 1.35rem;
  }
}

.section-services-hub .bento-card {
  border-radius: calc(var(--radius) + 6px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 4px 16px rgba(15, 23, 42, 0.06),
    0 14px 36px rgba(15, 23, 42, 0.07);
}

.section-services-hub .bento-card:hover {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 18px 42px rgba(15, 23, 42, 0.11);
}

.section-services-hub .services-more {
  margin-top: clamp(1.75rem, 4vw, 2.35rem);
}

.category-rail-viewport {
  position: relative;
}

@media (max-width: 719px) {
  .category-rail-viewport::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.35rem;
    width: 48px;
    pointer-events: none;
    background: linear-gradient(270deg, #070b12 0%, transparent 100%);
    z-index: 2;
    opacity: 0.85;
  }
}

.category-rail {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.25rem 0 0.65rem;
  margin: 0 calc(-1 * clamp(0.75rem, 3vw, 1rem));
  padding-inline: clamp(0.75rem, 3vw, 1rem);
  scroll-snap-type: x mandatory;
  scroll-padding-inline: clamp(0.75rem, 3vw, 1rem);
  scrollbar-width: thin;
}

.category-rail::-webkit-scrollbar {
  height: 5px;
}

.category-rail::-webkit-scrollbar-thumb {
  background: rgba(237, 49, 55, 0.35);
  border-radius: 999px;
}

@media (min-width: 720px) {
  .category-rail-viewport::after {
    display: none;
  }

  .category-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.125rem;
    overflow-x: visible;
    margin: 0;
    padding: 0;
    scroll-snap-type: none;
  }
}

@media (min-width: 1024px) {
  .category-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.125rem 1.25rem;
  }
}

.category-rail-card {
  position: relative;
  flex: 0 0 min(292px, 86vw);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 168px;
  padding: 1.35rem 1.25rem 1.15rem;
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(26, 34, 54, 0.92) 0%, rgba(12, 17, 28, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.04) inset,
    0 12px 40px rgba(0, 0, 0, 0.35);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color var(--transition),
    box-shadow var(--transition);
}

.category-rail-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, var(--brand-red), rgba(237, 49, 55, 0.35), transparent);
  opacity: 0.9;
}

.category-rail-card:hover {
  border-color: rgba(237, 49, 55, 0.42);
  transform: translateY(-4px);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.06) inset,
    0 22px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(237, 49, 55, 0.12);
}

.category-rail-card:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.crc-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fecaca;
  background: rgba(237, 49, 55, 0.14);
  border: 1px solid rgba(237, 49, 55, 0.35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.crc-main {
  position: relative;
  flex: 1;
  padding-right: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.32;
  letter-spacing: -0.02em;
  color: rgba(241, 245, 249, 0.98);
}

.crc-arrow {
  position: relative;
  margin-top: auto;
  align-self: flex-end;
}

.crc-arrow-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.crc-arrow-inner::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg) translateX(-1px);
}

.category-rail-card:hover .crc-arrow-inner {
  background: rgba(237, 49, 55, 0.22);
  border-color: rgba(237, 49, 55, 0.45);
  transform: translateX(4px);
}

@media (min-width: 720px) {
  .category-rail-card {
    flex: unset;
    min-height: 178px;
  }
}

.section-about-split {
  background: linear-gradient(180deg, #f1f5f9 0%, #e8eef5 100%);
  color: #334155;
  border-block: 1px solid rgba(15, 23, 42, 0.06);
}

.about-split-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3rem);
  align-items: center;
}

@media (min-width: 900px) {
  .about-split-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.about-split-frame {
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

.about-split-frame img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-split-caption {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}

.section-kicker--dark {
  color: #c41e3a;
}

.about-split-title {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.5vw, 2.15rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  color: var(--brand-navy);
}

.about-split-lead {
  margin: 0 0 1.25rem;
  color: #475569;
  font-size: 1rem;
  line-height: 1.65;
}

.about-split-list {
  margin: 0 0 1.75rem;
  padding-left: 1.2rem;
  color: #475569;
  line-height: 1.7;
}

.about-split-list li {
  margin-bottom: 0.5rem;
}

.about-split-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.section-title-sub {
  font-weight: 600;
  color: #64748b;
}

.section-services-modern .section-title-sub {
  color: #64748b;
}

.section-process-sign {
  background: linear-gradient(180deg, #070b12 0%, #0a101c 100%);
  border-block: 1px solid var(--border);
}

.section-process-sign .section-kicker {
  color: var(--gold);
}

.section-process-sign .section-title {
  color: var(--text);
}

.section-process-sign .section-desc {
  color: var(--text-muted);
}

.process-sign-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.process-sign-card {
  padding: 1.5rem 1.35rem;
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 26, 42, 0.55);
  backdrop-filter: blur(10px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color var(--transition),
    box-shadow var(--transition);
}

.process-sign-step {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.process-sign-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}

.process-sign-desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.process-sign-footer {
  text-align: center;
  margin: 2rem 0 0;
  font-size: 0.9375rem;
}

.process-sign-footer a {
  font-weight: 600;
}

/* Pôles d'expertise (accueil institutionnel) */
.poles-detail-grid .process-sign-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.process-sign-card--pole {
  scroll-margin-top: calc(var(--nav-h) + 12px);
}

.pole-bullet-list {
  margin: 0.85rem 0 0;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.pole-bullet-list li + li {
  margin-top: 0.4rem;
}

.section-trust-chips {
  padding-block: clamp(2rem, 5vw, 2.75rem);
  border-block: 1px solid var(--border);
}

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}

.trust-chip {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  color: rgba(226, 232, 240, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-cta-signprod {
  padding: clamp(4rem, 10vw, 6rem) 0;
  background:
    radial-gradient(ellipse 80% 70% at 20% 40%, rgba(237, 49, 55, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 80%, rgba(237, 49, 55, 0.08), transparent 45%),
    linear-gradient(165deg, #06090f 0%, #0c121f 50%, #070b12 100%);
  border-block: 1px solid var(--border);
}

.section-cta-signprod-inner {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}

.cta-sign-kicker {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}

.cta-sign-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  color: var(--text);
}

.cta-sign-accent {
  color: transparent;
  background: linear-gradient(100deg, #fff 10%, var(--brand-red) 55%, #fca5a5 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.cta-sign-lead {
  margin: 0 0 2rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(203, 213, 225, 0.88);
}

.cta-sign-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.cta-sign-alt {
  font-weight: 600;
  font-size: 0.9375rem;
  color: rgba(226, 232, 240, 0.95);
  border-bottom: 1px solid rgba(237, 49, 55, 0.45);
  padding-bottom: 2px;
}

.cta-sign-alt:hover {
  color: #fff;
  border-bottom-color: var(--accent);
}

/* ——— Accueil : ouverture des blocs au scroll ——— */
.page-home [data-reveal] {
  opacity: 0;
  transform: translateY(1.65rem);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.page-home .stats-showcase-grid[data-reveal]:not(.is-revealed) {
  opacity: 1;
  transform: none;
}

.page-home .stats-showcase-grid[data-reveal]:not(.is-revealed) .stats-showcase-item {
  opacity: 0;
  transform: translateY(1rem);
}

.page-home .stats-showcase-grid[data-reveal].is-revealed .stats-showcase-item {
  opacity: 1;
  transform: translateY(0);
}

.page-home .stats-showcase-grid[data-reveal].is-revealed .stats-showcase-item:nth-child(1) {
  transition-delay: 0.05s;
}

.page-home .stats-showcase-grid[data-reveal].is-revealed .stats-showcase-item:nth-child(2) {
  transition-delay: 0.11s;
}

.page-home .stats-showcase-grid[data-reveal].is-revealed .stats-showcase-item:nth-child(3) {
  transition-delay: 0.17s;
}

.page-home .stats-showcase-grid[data-reveal].is-revealed .stats-showcase-item:nth-child(4) {
  transition-delay: 0.23s;
}

.page-home .stats-showcase-grid[data-reveal].is-revealed .stats-showcase-item:nth-child(5) {
  transition-delay: 0.29s;
}

.page-home .services-hub-offer[data-reveal]:not(.is-revealed) .bento-card {
  opacity: 0;
  transform: translateY(1.35rem);
}

.page-home .services-hub-offer[data-reveal].is-revealed .bento-card {
  opacity: 1;
  transform: translateY(0);
}

.page-home .services-hub-offer[data-reveal].is-revealed .bento-card:nth-child(1) {
  transition-delay: 0.06s;
}

.page-home .services-hub-offer[data-reveal].is-revealed .bento-card:nth-child(2) {
  transition-delay: 0.12s;
}

.page-home .services-hub-offer[data-reveal].is-revealed .bento-card:nth-child(3) {
  transition-delay: 0.18s;
}

.page-home .services-hub-offer[data-reveal].is-revealed .bento-card:nth-child(4) {
  transition-delay: 0.24s;
}

.page-home .services-hub-offer[data-reveal].is-revealed .bento-card:nth-child(5) {
  transition-delay: 0.3s;
}

.page-home .services-hub-offer[data-reveal].is-revealed .bento-card:nth-child(6) {
  transition-delay: 0.36s;
}

.page-home .process-sign-grid[data-reveal]:not(.is-revealed) {
  opacity: 1;
  transform: none;
}

.page-home .process-sign-grid[data-reveal]:not(.is-revealed) .process-sign-card {
  opacity: 0;
  transform: translateY(1rem);
}

.page-home .process-sign-grid[data-reveal].is-revealed .process-sign-card {
  opacity: 1;
  transform: translateY(0);
}

.page-home .process-sign-grid[data-reveal].is-revealed .process-sign-card:nth-child(1) {
  transition-delay: 0.06s;
}

.page-home .process-sign-grid[data-reveal].is-revealed .process-sign-card:nth-child(2) {
  transition-delay: 0.12s;
}

.page-home .process-sign-grid[data-reveal].is-revealed .process-sign-card:nth-child(3) {
  transition-delay: 0.18s;
}

.page-home .process-sign-grid[data-reveal].is-revealed .process-sign-card:nth-child(4) {
  transition-delay: 0.24s;
}

.page-home .trust-chips[data-reveal]:not(.is-revealed) {
  opacity: 1;
  transform: none;
}

.page-home .trust-chips[data-reveal]:not(.is-revealed) .trust-chip {
  opacity: 0;
  transform: translateY(0.5rem);
}

.page-home .trust-chips[data-reveal].is-revealed .trust-chip {
  opacity: 1;
  transform: translateY(0);
}

.page-home .trust-chips[data-reveal].is-revealed .trust-chip:nth-child(1) {
  transition-delay: 0.04s;
}

.page-home .trust-chips[data-reveal].is-revealed .trust-chip:nth-child(2) {
  transition-delay: 0.09s;
}

.page-home .trust-chips[data-reveal].is-revealed .trust-chip:nth-child(3) {
  transition-delay: 0.14s;
}

.page-home .trust-chips[data-reveal].is-revealed .trust-chip:nth-child(4) {
  transition-delay: 0.19s;
}

@media (max-width: 900px) {
  .footer-grid--simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid--simple .footer-col--brand {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home [data-reveal],
  .page-home [data-reveal].is-revealed,
  .page-home .stats-showcase-grid[data-reveal]:not(.is-revealed) .stats-showcase-item,
  .page-home .stats-showcase-grid[data-reveal].is-revealed .stats-showcase-item,
  .page-home .services-hub-offer[data-reveal]:not(.is-revealed) .bento-card,
  .page-home .services-hub-offer[data-reveal].is-revealed .bento-card,
  .page-home .process-sign-grid[data-reveal]:not(.is-revealed) .process-sign-card,
  .page-home .process-sign-grid[data-reveal].is-revealed .process-sign-card,
  .page-home .trust-chips[data-reveal]:not(.is-revealed) .trust-chip,
  .page-home .trust-chips[data-reveal].is-revealed .trust-chip {
    opacity: 1;
    transform: none;
    transition: none;
    transition-delay: 0s !important;
  }

  .bento-card:hover {
    transform: none;
  }

  .nav--pills a.nav-cta:hover,
  .nav--blocks a.nav-cta:hover {
    transform: none;
  }

  .category-rail-card:hover {
    transform: none;
  }

  .category-rail-card:hover .crc-arrow-inner {
    transform: none;
  }
}
