/* ============================================================
   neoo1 — page marketing « modernisation sans rupture »
   Style cinématique de la page d'accueil (story-page--cinematic).
   S'appuie sur styles.css + story-system.css + story-cinematic.css.
   Namespace : .n1-*
   ============================================================ */

.n1-page {
  --n1-accent: #A5D8FF;
  --n1-grad: linear-gradient(100deg, #7ad4ff 0%, #7b8cff 45%, #b07bff 100%);
  --n1-card: rgba(12, 20, 38, 0.55);
  --n1-card-2: rgba(16, 26, 48, 0.72);
  --n1-line: rgba(165, 216, 255, 0.14);
  --n1-line-soft: rgba(165, 216, 255, 0.08);
  --n1-ink: #f4f7ff;
  --n1-ink-soft: rgba(219, 228, 246, 0.82);
  --n1-muted: rgba(154, 168, 199, 0.9);
  --n1-shell: min(1180px, calc(100% - 48px));
}

/* ============================================================
   HEADER PRODUIT
   Même composition que Vato IDE : marque à gauche, sous-navigation
   Neoo centrée et actions à droite.
   ============================================================ */
body.n1-page .site-header--cinematic {
  background: rgba(5, 10, 20, .88);
  border-bottom-color: rgba(165, 216, 255, .08);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

body.n1-page .brand--cinematic .brand__logo-img {
  width: 158px;
  filter: brightness(0) invert(1);
}

body.n1-page main section[id] {
  scroll-margin-top: 110px;
}

@media (min-width: 1321px) {
  body.n1-page .site-header__inner {
    padding-inline: var(--cb-topbar-pad-x);
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: clamp(20px, 1.8vw, 30px);
  }

  body.n1-page .brand--cinematic {
    grid-column: 1;
    justify-self: center;
    width: clamp(132px, 9.45vw, 158px);
    height: 48px;
  }

  body.n1-page .brand--cinematic .brand__logo-img,
  body.n1-page .brand--cinematic img.cb-logo-2026 {
    width: 100%;
    height: auto;
    transform: none;
  }

  body.n1-page .n1-subnav {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
    gap: clamp(22px, 2.4vw, 34px);
  }

  body.n1-page .n1-subnav a,
  body.n1-page .n1-subnav .nav-trigger {
    position: relative;
    font-weight: 600;
  }

  body.n1-page .n1-subnav a[aria-current="location"] {
    color: #fff;
  }

  body.n1-page .n1-subnav a[aria-current="location"]::after {
    background: #b9dcfb;
  }

  body.n1-page .header-actions {
    grid-column: 3;
    justify-self: end;
  }

  body.n1-page .login-link {
    margin-left: 0;
  }
}

@media (min-width: 1321px) and (max-width: 1500px) {
  body.n1-page .n1-subnav {
    gap: clamp(16px, 1.5vw, 22px);
  }

  body.n1-page .header-actions {
    gap: 18px;
  }

  body.n1-page .language-select select {
    width: 74px;
    min-height: 42px;
    font-size: 14px;
  }

  body.n1-page .login-link {
    font-size: 14px;
  }

  body.n1-page .header-cta {
    min-height: 44px;
    padding-inline: 16px;
    font-size: 14px;
  }
}

@media (min-width: 1121px) and (max-width: 1320px) {
  body.n1-page .site-header--cinematic {
    height: auto;
    min-height: 100px;
  }

  body.n1-page .site-header__inner {
    height: auto;
    min-height: 100px;
    padding: 26px 32px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-rows: auto;
    gap: 14px 18px;
  }

  body.n1-page .brand--cinematic {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    width: 132px;
    height: 48px;
  }

  body.n1-page .brand--cinematic .brand__logo-img,
  body.n1-page .brand--cinematic img.cb-logo-2026 {
    width: 100%;
    height: auto;
    transform: none;
  }

  body.n1-page .header-actions {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
    gap: 18px;
  }

  body.n1-page .login-link {
    display: inline-flex;
    margin-left: 0;
    font-size: 14px;
  }

  body.n1-page .header-cta {
    flex: none;
    min-height: 44px;
    padding-inline: 16px;
    font-size: 14px;
  }

  body.n1-page .menu-toggle {
    grid-area: 1 / 3 / 2 / 4;
    display: grid;
    min-height: 48px;
    padding: 0 18px;
    grid-template-columns: 20px auto;
    grid-template-rows: repeat(3, 2px);
    align-content: center;
    align-items: center;
    gap: 4px 10px;
    border-color: rgba(146, 176, 216, .26);
    border-radius: 12px;
    color: #e6eefb;
    background: rgba(10, 18, 32, .42);
    font-weight: 600;
  }

  body.n1-page .menu-toggle span {
    grid-column: 1;
    width: 20px;
    height: 2px;
    margin: 0;
  }

  body.n1-page .menu-toggle span:nth-child(1) { grid-row: 1; }
  body.n1-page .menu-toggle span:nth-child(2) { grid-row: 2; }
  body.n1-page .menu-toggle span:nth-child(3) { grid-row: 3; }

  body.n1-page .menu-toggle b {
    position: static;
    grid-column: 2;
    grid-row: 1 / 4;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: nowrap;
  }

  body.n1-page .n1-subnav {
    position: static;
    inset: auto;
    grid-area: 2 / 1 / 3 / -1;
    display: none;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 6px 0 0;
    flex-direction: column;
    align-items: stretch;
    justify-self: stretch;
    gap: 6px;
    overflow: visible;
    transform: none;
  }

  body.n1-page .n1-subnav.is-open {
    display: flex;
  }

  body.n1-page .n1-subnav a,
  body.n1-page .n1-subnav .nav-trigger {
    width: 100%;
    justify-content: space-between;
    padding: 13px 15px;
    border: 1px solid rgba(146, 176, 216, .12);
    border-radius: 10px;
    background: rgba(10, 18, 32, .58);
  }

  body.n1-page .n1-subnav .nav-trigger svg {
    display: block;
  }
}

@media (max-width: 1120px) {
  body.n1-page main section[id] {
    scroll-margin-top: 150px;
  }
}

/* Fil d’Ariane produit : même capsule que Vato, alignée au logo Cloudbizz. */
@media (min-width: 761px) {
  body.n1-page .n1-breadcrumb {
    left: var(--n1-breadcrumb-left, var(--cb-topbar-pad-x));
    transform: none;
  }
}

/* ---------- Rythme des sections ---------- */
.n1-section {
  position: relative;
  z-index: 1;
  padding: clamp(72px, 9vw, 132px) 0;
}
.n1-section--tight { padding: clamp(56px, 6vw, 88px) 0; }

.n1-shell {
  width: var(--n1-shell);
  max-width: 1180px;
  margin-inline: auto;
}

/* ---------- En-tête de section ---------- */
.n1-head {
  max-width: 62ch;
  margin: 0 0 clamp(38px, 4vw, 60px);
}
.n1-head--center {
  margin-inline: auto;
  text-align: center;
}
.n1-head--center .n1-lead { margin-inline: auto; }

.n1-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  text-transform: uppercase;
  color: var(--cb-eyebrow-ink-dark);
}
.n1-eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, var(--n1-accent), transparent);
}
.n1-head--center .n1-eyebrow::before { display: none; }

.n1-title {
  margin: 0;
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-section);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  color: var(--cb-display-ink-dark);
  text-wrap: balance;
}
.n1-title em {
  font-style: normal;
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.n1-lead {
  margin: 22px 0 0;
  max-width: 56ch;
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.55;
  color: var(--cb-lead-ink-dark);
}
.n1-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: clamp(34px, 4vw, 52px) auto 0;
  max-width: 78ch;
  padding: 20px 24px;
  border: 1px solid var(--n1-line-soft);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(122, 212, 255, 0.06), rgba(122, 212, 255, 0.015));
  color: var(--n1-ink-soft);
  font-size: clamp(15px, 1vw, 16.5px);
  line-height: 1.55;
}
.n1-note svg {
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  fill: none;
  stroke: var(--n1-accent);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.n1-note b { color: var(--n1-ink); font-weight: 600; }

/* ============================================================
   HERO
   ============================================================ */
.n1-hero {
  position: relative;
  overflow: hidden;
  min-height: max(760px, calc(100svh - var(--cb-topbar-h, 100px)));
  height: max(760px, calc(100svh - var(--cb-topbar-h, 100px)));
  padding: 0;
  isolation: isolate;
  color: #eef4fb;
  background:
    radial-gradient(circle at 77% 35%, rgba(17, 75, 146, 0.08), transparent 35%),
    linear-gradient(110deg, #030a13 0%, #020913 56%, #020812 100%);
}
.n1-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 53%, rgba(2, 8, 18, 0.36) 61%, rgba(2, 8, 18, 0.94) 70%),
    radial-gradient(circle at 35% 45%, transparent, rgba(2, 8, 18, 0.18) 66%, rgba(2, 8, 18, 0.75));
}
/* Note: story-cinematic.css `.story-page--cinematic #main > section:not(.story-hero) > *`
   (specificity 1,2,1 — has an ID) forces position:relative + z-index:1 on every direct
   child of a section. The hero's decorative layers (WebGL canvas prepended by
   story-lines.js, atmosphere glow) MUST stay absolutely positioned, or they fall into
   flow and push the hero copy below the fold. These selectors are scoped through #main
   to win the cascade without !important. */
.story-page--cinematic #main > .n1-hero > canvas.story-webgl,
.story-page--cinematic #main > .n1-hero > canvas.story-lines {
  display: none;
}
.story-page--cinematic #main > .n1-hero > .n1-hero__atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 44% 42% at 78% 22%, rgba(96, 158, 255, 0.12), transparent 62%),
    radial-gradient(ellipse 36% 44% at 17% 74%, rgba(128, 102, 242, 0.08), transparent 64%);
  pointer-events: none;
}
.n1-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: inherit;
  margin: 0;
  display: block;
}
.story-page--cinematic #main > .n1-hero > .n1-hero__inner {
  z-index: 10;
  isolation: isolate;
}
.n1-hero__copy {
  position: absolute;
  z-index: 4;
  top: calc((100% - 90px) / 2);
  left: 62.85%;
  width: min(35.7%, 610px);
  max-width: none;
  min-width: 0;
  transform: translateY(-50%);
}
.n1-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 7px 14px 7px 12px;
  border: 1px solid var(--n1-line);
  border-radius: 999px;
  background: rgba(122, 212, 255, 0.06);
  font-size: var(--cb-eyebrow-size, 16px);
  font-weight: var(--cb-eyebrow-weight, 500);
  letter-spacing: var(--cb-eyebrow-tracking, 0.08em);
  text-transform: uppercase;
  color: var(--cb-eyebrow-ink-dark, rgba(198, 214, 244, 0.9));
}
.n1-hero__eyebrow b { color: var(--n1-accent); font-weight: 700; }
.n1-hero__eyebrow i {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--n1-accent);
  box-shadow: 0 0 0 4px rgba(165, 216, 255, 0.18);
}
.n1-hero h1 {
  margin: 0;
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-hero);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  color: var(--cb-display-ink-dark, rgba(245, 248, 255, 0.96));
  text-wrap: balance;
}
.n1-hero h1 em {
  font-style: normal;
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.n1-hero__lead {
  margin: 26px 0 0;
  max-width: 46ch;
  font-size: clamp(16px, 1.15vw, 18.5px);
  font-weight: var(--cb-lead-weight, 300);
  letter-spacing: var(--cb-lead-tracking, -0.018em);
  line-height: 1.55;
  color: var(--cb-lead-ink-dark, rgba(219, 228, 246, 0.8));
}
.n1-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 0;
}
.n1-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.n1-hero__chips li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: var(--n1-ink-soft);
}
.n1-hero__chips svg {
  width: 17px; height: 17px; flex: none;
  fill: none; stroke: var(--n1-accent); stroke-width: 1.9;
  stroke-linecap: round; stroke-linejoin: round;
}

/* --- Boutons (repris du langage story) --- */
.n1-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.n1-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.n1-btn--primary {
  background: linear-gradient(120deg, #bfe6ff, #A5D8FF 55%, #9ec7ff);
  color: #071018;
  box-shadow: 0 18px 40px -18px rgba(126, 196, 255, 0.7);
}
.n1-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 26px 54px -20px rgba(126, 196, 255, 0.85); }
.n1-btn--ghost {
  background: rgba(148, 190, 240, 0.05);
  border-color: var(--n1-line);
  color: var(--n1-ink);
}
.n1-btn--ghost:hover { transform: translateY(-2px); border-color: rgba(165, 216, 255, 0.34); background: rgba(148, 190, 240, 0.1); }

/* --- Trust bar hero --- */
.story-page--cinematic #main > .n1-hero > .n1-hero__trust {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 90px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0 max(4.7vw, 60px);
  background: linear-gradient(90deg, rgba(5, 15, 27, 0.84), rgba(3, 11, 22, 0.96));
  border-top: 1px solid rgba(112, 146, 186, 0.08);
}
.n1-hero__trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.45vw, 28px);
  min-height: 90px;
  padding: 0 clamp(16px, 1.55vw, 30px);
  border-right: 1px solid rgba(139, 166, 201, 0.3);
  font-size: clamp(14px, 0.9vw, 17px);
  color: rgba(194, 202, 216, 0.74);
  white-space: nowrap;
}
.n1-hero__trust span:last-child {
  border-right: 0;
}
.n1-hero__trust svg {
  width: clamp(30px, 2.05vw, 39px);
  height: clamp(30px, 2.05vw, 39px);
  flex: none;
  fill: none; stroke: #98d3ff; stroke-width: 1.35;
  stroke-linecap: round; stroke-linejoin: round;
}
.n1-hero__trust b { color: inherit; font-weight: 400; }

/* --- Mock « neoo » (slide 1) --- */
.n1-mock {
  position: relative;
  border-radius: 22px;
  border: 1px solid var(--n1-line);
  background: linear-gradient(180deg, rgba(14, 23, 44, 0.92), rgba(9, 15, 30, 0.94));
  box-shadow: 0 50px 120px -50px rgba(6, 12, 28, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 18px;
  backdrop-filter: blur(8px);
}
.n1-mock__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 4px 16px;
  border-bottom: 1px solid var(--n1-line-soft);
}
.n1-mock__logo {
  display: inline-flex;
  align-items: baseline;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #fff;
}
.n1-mock__logo i { color: var(--n1-accent); font-style: normal; }
.n1-mock__search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--n1-line-soft);
  background: rgba(6, 12, 26, 0.6);
  color: var(--n1-muted);
  font-size: 13px;
}
.n1-mock__search svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.n1-mock__avatar {
  width: 32px; height: 32px; flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--n1-grad);
  color: #08101f; font-weight: 800; font-size: 14px;
}
.n1-mock__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 18px 4px 4px;
}
.n1-mock__tile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 15px;
  border-radius: 14px;
  border: 1px solid var(--n1-line-soft);
  background: rgba(17, 27, 50, 0.6);
}
.n1-mock__tile > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--n1-ink);
}
.n1-mock__tile svg {
  width: 30px; height: 30px; padding: 6px;
  border-radius: 9px;
  background: rgba(122, 212, 255, 0.1);
  fill: none; stroke: var(--n1-accent); stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.n1-mock__tile small { color: var(--n1-muted); font-size: 12px; }
.n1-mock__tile b { color: var(--n1-accent); font-weight: 700; }
.n1-mock__integrated {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 12px 4px 4px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px dashed rgba(176, 123, 255, 0.4);
  background: linear-gradient(180deg, rgba(128, 102, 242, 0.12), rgba(128, 102, 242, 0.04));
}
.n1-mock__integrated span:first-child {
  width: 38px; height: 38px; flex: none;
  display: grid; place-items: center;
  border-radius: 10px;
  background: rgba(176, 123, 255, 0.16);
}
.n1-mock__integrated svg { width: 22px; height: 22px; fill: none; stroke: #c3a5ff; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.n1-mock__integrated div { display: flex; flex-direction: column; gap: 2px; }
.n1-mock__integrated b { font-size: 13.5px; color: var(--n1-ink); font-weight: 600; }
.n1-mock__integrated small { font-size: 11.5px; color: var(--n1-muted); }
.n1-mock__badge {
  margin-left: auto;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(176, 123, 255, 0.18);
  color: #d5c2ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* --- Illustration hero issue de neoo.html --- */
.n1-hero-scene {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 90px;
  left: 0;
  width: 61%;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(90deg, #000 0%, #000 84%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 84%, transparent 100%);
}

.n1-hero-scene > img {
  position: absolute;
  top: calc(-1 * var(--cb-topbar-h, 100px));
  left: 0;
  width: 100vw;
  height: 100svh;
  max-width: none;
  object-fit: cover;
  object-position: left center;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  user-select: none;
}

.n1-hero-scene::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 84%, rgba(2, 8, 18, 0.48) 94%, #020812 100%),
    linear-gradient(180deg, rgba(2, 8, 18, 0.08), transparent 10% 86%, rgba(2, 8, 18, 0.44));
}

.n1-hero-scene__cards {
  position: absolute;
  z-index: 3;
  inset: 0;
}

.n1-hero-scene-card {
  position: absolute;
  left: clamp(34px, 4.13vw, 80px);
  width: clamp(124px, 8.85vw, 170px);
  height: clamp(104px, 12.8svh, 139px);
  padding: 18px 15px 14px;
  overflow: hidden;
  border: 1px solid rgba(132, 173, 222, 0.34);
  border-radius: 10px;
  color: rgba(235, 242, 251, 0.92);
  background:
    radial-gradient(circle at 0 0, rgba(45, 109, 170, 0.12), transparent 58%),
    linear-gradient(145deg, rgba(11, 24, 39, 0.98), rgba(8, 20, 34, 0.95));
  box-shadow: 0 17px 35px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(220, 239, 255, 0.04);
}

.n1-hero-scene-card--crm { top: calc(11.73svh - var(--cb-topbar-h, 100px)); }
.n1-hero-scene-card--support { top: calc(27.19svh - var(--cb-topbar-h, 100px)); }
.n1-hero-scene-card--projects { top: calc(42.86svh - var(--cb-topbar-h, 100px)); }
.n1-hero-scene-card--billing { top: calc(57.68svh - var(--cb-topbar-h, 100px)); }

.n1-hero-scene-card__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.n1-hero-scene-card__title svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: rgba(227, 236, 248, 0.92);
  stroke-width: 1.7;
}

.n1-hero-scene-card__title b {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.n1-hero-scene-card__lines {
  display: grid;
  gap: 7px;
  margin: 15px 0 0 3px;
}

.n1-hero-scene-card__lines i {
  display: block;
  height: 5px;
  border-radius: 4px;
  background: rgba(103, 137, 176, 0.42);
}

.n1-hero-scene-card__lines i:nth-child(1) { width: 64%; }
.n1-hero-scene-card__lines i:nth-child(2) { width: 79%; }
.n1-hero-scene-card__lines i:nth-child(3) { width: 54%; }

.n1-hero-scene-card__score {
  position: absolute;
  right: 10px;
  bottom: 15px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(127, 171, 218, 0.33);
  border-radius: 50%;
  font-size: 9px;
}

.n1-hero-scene-card__bars {
  display: grid;
  gap: 8px;
  margin-top: 15px;
}

.n1-hero-scene-card__bars i {
  height: 5px;
  border-radius: 2px;
  background: linear-gradient(90deg, #4078dd, #6fa8ff);
}

.n1-hero-scene-card__bars i:nth-child(1) { width: 58%; }
.n1-hero-scene-card__bars i:nth-child(2) { width: 86%; }
.n1-hero-scene-card__bars i:nth-child(3) { width: 42%; }
.n1-hero-scene-card__bars i:nth-child(4) { width: 73%; }

.n1-hero-scene-card__chart {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 53px;
  margin-top: 10px;
  color: rgba(208, 223, 241, 0.8);
}

.n1-hero-scene-card__chart span {
  align-self: center;
  margin-right: 5px;
  font-size: 13px;
}

.n1-hero-scene-card__chart i {
  width: 7px;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(#6ba5ff, #30558a);
}

.n1-hero-scene-card__chart i:nth-of-type(1) { height: 15px; }
.n1-hero-scene-card__chart i:nth-of-type(2) { height: 22px; }
.n1-hero-scene-card__chart i:nth-of-type(3) { height: 31px; }
.n1-hero-scene-card__chart i:nth-of-type(4) { height: 40px; }
.n1-hero-scene-card__chart i:nth-of-type(5) { height: 51px; }

/* ============================================================
   CARTES (constat, coûts, applications, bénéfices)
   ============================================================ */
.n1-cards {
  display: grid;
  grid-template-columns: repeat(var(--cols, 4), 1fr);
  gap: 18px;
}
.n1-cards--3 { --cols: 3; }
.n1-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 24px;
  border-radius: 18px;
  border: 1px solid var(--n1-line);
  background: linear-gradient(180deg, var(--n1-card-2), var(--n1-card));
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.n1-card:hover {
  transform: translateY(-4px);
  border-color: rgba(165, 216, 255, 0.3);
  box-shadow: 0 30px 60px -34px rgba(8, 16, 34, 0.9);
}
.n1-card__icon {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 12px;
  border: 1px solid var(--n1-line);
  background: rgba(122, 212, 255, 0.08);
}
.n1-card__icon svg {
  width: 24px; height: 24px;
  fill: none; stroke: var(--n1-accent); stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.n1-card h3 {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--n1-ink);
}
.n1-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--n1-ink-soft);
}

/* ============================================================
   PROMESSE — quad de stats
   ============================================================ */
.n1-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.n1-stat {
  padding: 30px 26px;
  border-radius: 18px;
  border: 1px solid var(--n1-line);
  background: linear-gradient(180deg, var(--n1-card-2), var(--n1-card));
}
.n1-stat strong {
  display: block;
  font-size: clamp(52px, 6vw, 76px);
  font-weight: var(--cb-display-weight, 300);
  letter-spacing: -0.05em;
  line-height: 1;
  background: var(--n1-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.n1-stat b {
  display: block;
  margin: 14px 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: var(--n1-ink);
}
.n1-stat span {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--n1-muted);
}
.n1-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.n1-chips li {
  padding: 8px 15px;
  border-radius: 999px;
  border: 1px solid var(--n1-line-soft);
  background: rgba(122, 212, 255, 0.05);
  font-size: 13px;
  color: var(--n1-ink-soft);
}

/* ============================================================
   PLATEFORME — 4 piliers
   ============================================================ */
.n1-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.n1-pillar {
  padding: 26px 24px;
  border-radius: 18px;
  border: 1px solid var(--n1-line);
  background: linear-gradient(180deg, var(--n1-card-2), var(--n1-card));
}
.n1-pillar__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--n1-line-soft);
}
.n1-pillar__head svg {
  width: 26px; height: 26px; flex: none;
  fill: none; stroke: var(--n1-accent); stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.n1-pillar__head h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--n1-ink);
}
.n1-pillar ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 11px; }
.n1-pillar li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--n1-ink-soft);
}
.n1-pillar li::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 7px; height: 7px;
  border-radius: 2px;
  background: var(--n1-accent);
  opacity: 0.85;
}

/* ============================================================
   EXPÉRIENCE — une porte d'entrée (flow)
   ============================================================ */
.n1-flow {
  display: grid;
  grid-template-columns: 1.2fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 8px;
}
.n1-flow__node {
  padding: 28px 26px;
  border-radius: 18px;
  border: 1px solid var(--n1-line);
  background: linear-gradient(180deg, var(--n1-card-2), var(--n1-card));
}
.n1-flow__node--lead {
  border-color: rgba(165, 216, 255, 0.32);
  background: linear-gradient(180deg, rgba(122, 212, 255, 0.1), rgba(122, 212, 255, 0.02));
}
.n1-flow__tag {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--n1-accent);
}
.n1-flow__node h3 {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 600;
  color: var(--n1-ink);
}
.n1-flow__node p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--n1-ink-soft); }
.n1-flow__arrow {
  display: grid;
  place-items: center;
  color: rgba(165, 216, 255, 0.6);
}
.n1-flow__arrow svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* ============================================================
   CAS D'USAGE — 3 colonnes listes
   ============================================================ */
.n1-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.n1-col {
  padding: 26px 24px;
  border-radius: 18px;
  border: 1px solid var(--n1-line);
  background: linear-gradient(180deg, var(--n1-card-2), var(--n1-card));
}
.n1-col > h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--n1-accent);
}
.n1-col > h3 span {
  width: 26px; height: 26px; flex: none;
  display: grid; place-items: center;
  border-radius: 8px;
  background: rgba(122, 212, 255, 0.1);
  font-size: 13px;
  color: var(--n1-accent);
}
.n1-col ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.n1-col li {
  display: flex;
  gap: 11px;
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--n1-ink-soft);
}
.n1-col li svg {
  width: 18px; height: 18px; flex: none; margin-top: 1px;
  fill: none; stroke: var(--n1-accent); stroke-width: 1.9;
  stroke-linecap: round; stroke-linejoin: round;
}

/* ============================================================
   CHANGEMENT DE RÉCIT — avant / avec neoo
   ============================================================ */
.n1-shift {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
}
.n1-shift__col {
  padding: 30px 28px;
  border-radius: 20px;
  border: 1px solid var(--n1-line);
}
.n1-shift__col--before {
  background: rgba(120, 132, 160, 0.05);
  border-color: rgba(154, 168, 199, 0.16);
}
.n1-shift__col--after {
  background: linear-gradient(180deg, rgba(122, 212, 255, 0.1), rgba(128, 102, 242, 0.05));
  border-color: rgba(165, 216, 255, 0.3);
}
.n1-shift__label {
  display: inline-block;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.n1-shift__col--before .n1-shift__label { color: var(--n1-muted); }
.n1-shift__col--after .n1-shift__label { color: var(--n1-accent); }
.n1-shift ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 14px; }
.n1-shift li {
  display: flex;
  gap: 12px;
  font-size: 14.5px;
  line-height: 1.45;
}
.n1-shift__col--before li { color: var(--n1-muted); }
.n1-shift__col--after li { color: var(--n1-ink); }
.n1-shift li svg { width: 18px; height: 18px; flex: none; margin-top: 1px; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.n1-shift__col--before li svg { stroke: rgba(154, 168, 199, 0.6); }
.n1-shift__col--after li svg { stroke: var(--n1-accent); }
.n1-shift__mid {
  display: grid;
  place-items: center;
  color: var(--n1-accent);
}
.n1-shift__mid svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* ============================================================
   MÉTHODE / ÉTAPES (01·02·03) — réutilisé slide 16
   ============================================================ */
.n1-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  counter-reset: n1step;
}
.n1-step {
  position: relative;
  padding: 30px 26px 28px;
  border-radius: 18px;
  border: 1px solid var(--n1-line);
  background: linear-gradient(180deg, var(--n1-card-2), var(--n1-card));
}
.n1-step__num {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--n1-accent);
}
.n1-step h3 {
  margin: 14px 0 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--n1-ink);
}
.n1-step p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--n1-ink-soft); }
.n1-step__rule {
  height: 3px;
  width: 44px;
  margin-bottom: 20px;
  border-radius: 3px;
  background: var(--n1-grad);
}

/* ============================================================
   POSITIONNEMENT — matrice comparative
   ============================================================ */
.n1-matrix {
  border: 1px solid var(--n1-line);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(10, 17, 34, 0.5);
}
.n1-matrix table { width: 100%; border-collapse: collapse; }
.n1-matrix th, .n1-matrix td {
  padding: 20px 22px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--n1-line-soft);
  font-size: 14.5px;
  line-height: 1.45;
}
.n1-matrix thead th {
  font-size: 13px;
  color: var(--n1-muted);
  font-weight: 600;
}
.n1-matrix thead th b {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 3px;
}
.n1-matrix thead .is-neoo b { color: var(--n1-accent); }
.n1-matrix thead .is-neoo { background: rgba(122, 212, 255, 0.07); }
.n1-matrix tbody th {
  font-weight: 600;
  color: var(--n1-ink);
  width: 26%;
}
.n1-matrix td { color: var(--n1-ink-soft); }
.n1-matrix td.is-neoo {
  color: var(--n1-ink);
  background: rgba(122, 212, 255, 0.07);
  font-weight: 500;
}
.n1-matrix tr:last-child th, .n1-matrix tr:last-child td { border-bottom: 0; }
.n1-matrix__row-head { color: var(--n1-accent); }

/* ============================================================
   OFFRE
   ============================================================ */
.n1-offer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}
.n1-offer__card {
  padding: 34px 32px;
  border-radius: 20px;
  border: 1px solid var(--n1-line);
  background: linear-gradient(180deg, var(--n1-card-2), var(--n1-card));
  height: 100%;
}
.n1-offer__card--main { border-color: rgba(165, 216, 255, 0.3); }
.n1-offer__tag {
  display: inline-block;
  margin: 0 0 14px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n1-accent);
}
.n1-offer__name {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
}
.n1-offer__name i { color: var(--n1-accent); font-style: normal; }
.n1-offer__card p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--n1-ink-soft); }
.n1-offer__plus {
  display: grid;
  place-items: center;
  width: 52px; height: 52px;
  margin-inline: auto;
  border-radius: 50%;
  border: 1px solid var(--n1-line);
  background: rgba(122, 212, 255, 0.08);
  font-size: 24px;
  font-weight: 300;
  color: var(--n1-accent);
}

/* ============================================================
   PITCH — citation + absorber/connecter/évoluer
   ============================================================ */
.n1-pitch {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(30px, 4vw, 56px);
  align-items: center;
}
.n1-pitch__quote {
  position: relative;
  padding: 8px 0 0 0;
}
.n1-pitch__quote blockquote {
  margin: 0;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: var(--cb-display-weight, 300);
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: rgba(245, 248, 255, 0.94);
}
.n1-pitch__quote blockquote em {
  font-style: normal;
  background: var(--n1-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.n1-pitch__mark {
  font-size: 64px;
  line-height: 0.5;
  color: var(--n1-accent);
  opacity: 0.5;
}
.n1-pipeline { display: flex; flex-direction: column; gap: 12px; }
.n1-pipeline__step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 15px;
  border: 1px solid var(--n1-line);
  background: linear-gradient(180deg, var(--n1-card-2), var(--n1-card));
}
.n1-pipeline__step b {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n1-accent);
  min-width: 96px;
}
.n1-pipeline__step span { font-size: 14.5px; color: var(--n1-ink-soft); }
.n1-pipeline__arrow {
  text-align: center;
  color: rgba(165, 216, 255, 0.5);
  line-height: 0;
}
.n1-pipeline__arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* ============================================================
   TAGLINES (territoire de communication)
   ============================================================ */
.n1-taglines {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.n1-tagline {
  padding: 30px 30px 26px;
  border-radius: 18px;
  border: 1px solid var(--n1-line);
  background: linear-gradient(180deg, var(--n1-card-2), var(--n1-card));
}
.n1-tagline p {
  margin: 0 0 16px;
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: var(--cb-display-weight, 300);
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: rgba(245, 248, 255, 0.94);
}
.n1-tagline span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--n1-accent);
}

/* ============================================================
   CTA final
   ============================================================ */
.n1-cta {
  position: relative;
  z-index: 1;
  width: var(--n1-shell);
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(44px, 5vw, 68px);
  border-radius: 26px;
  border: 1px solid rgba(165, 216, 255, 0.24);
  background:
    radial-gradient(ellipse 60% 120% at 85% 0%, rgba(128, 102, 242, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(16, 27, 52, 0.9), rgba(9, 15, 30, 0.92));
  text-align: center;
  box-shadow: 0 50px 120px -60px rgba(6, 12, 28, 0.95);
}
.n1-cta h2 {
  margin: 0 auto;
  max-width: 22ch;
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-cta);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  color: var(--cb-display-ink-dark);
}
.n1-cta h2 em {
  font-style: normal;
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.n1-cta p {
  margin: 20px auto 0;
  max-width: 52ch;
  font-size: clamp(15px, 1.1vw, 17.5px);
  line-height: 1.55;
  color: var(--n1-ink-soft);
}
.n1-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 32px 0 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1560px) and (min-width: 1181px) {
  .n1-hero__copy {
    left: 61.5%;
    width: 37%;
  }

  .story-page--cinematic #main > .n1-hero > .n1-hero__trust {
    padding-inline: 34px;
  }
}

@media (max-width: 1320px) and (min-width: 1181px) {
  .n1-hero-scene { width: 59%; }

  .n1-hero__copy {
    left: 59.5%;
    width: 39%;
  }

  .n1-hero h1 {
    font-size: min(var(--cb-title-hero, 68px), 4.7vw);
  }

  .n1-hero__lead { font-size: 17px; }

  .n1-hero__trust span {
    gap: 14px;
    padding-inline: 16px;
    font-size: 14px;
  }
}

@media (max-width: 1180px) {
  .n1-hero {
    min-height: 0;
    height: auto;
    padding: clamp(58px, 8vw, 88px) 0 0;
  }

  .n1-hero::before {
    background:
      radial-gradient(circle at 50% 24%, rgba(22, 94, 184, 0.12), transparent 34%),
      linear-gradient(180deg, transparent, rgba(2, 8, 18, 0.25));
  }

  .n1-hero__inner {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 38px;
  }

  .n1-hero__copy {
    position: relative;
    top: auto;
    left: auto;
    order: 1;
    width: min(calc(100% - 48px), 680px);
    max-width: none;
    margin: 0 auto;
    transform: none;
  }

  .n1-hero h1 {
    font-size: min(var(--cb-title-hero, 68px), 8.3vw);
  }

  .n1-hero-scene {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    order: 2;
    width: 100%;
    height: clamp(390px, 64vw, 610px);
    mask-image: linear-gradient(180deg, #000 0%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 90%, transparent 100%);
  }

  .n1-hero-scene > img {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 25% center;
  }

  .n1-hero-scene::after {
    background: linear-gradient(180deg, rgba(2, 8, 18, 0.18), transparent 12% 82%, #020812);
  }

  .n1-hero-scene__cards { display: none; }

  .story-page--cinematic #main > .n1-hero > .n1-hero__trust {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 154px;
    margin: 0;
    padding: 0 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .n1-hero__trust span {
    min-height: 77px;
    justify-content: flex-start;
    padding: 0 24px;
    white-space: normal;
  }

  .n1-hero__trust span:nth-child(2n) { border-right: 0; }
}

@media (max-width: 1080px) {
  .n1-flow { grid-template-columns: 1fr; }
  .n1-flow__arrow { transform: rotate(90deg); padding: 4px 0; }
  .n1-offer { grid-template-columns: 1fr; }
  .n1-offer__plus { transform: rotate(0); }
  .n1-pitch { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .n1-cards, .n1-stats, .n1-pillars { grid-template-columns: repeat(2, 1fr); }
  .n1-cols { grid-template-columns: 1fr; }
  .n1-shift { grid-template-columns: 1fr; }
  .n1-shift__mid { transform: rotate(90deg); padding: 4px 0; }
  .n1-steps { grid-template-columns: 1fr; }
  .n1-taglines { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .n1-hero {
    padding-top: 48px;
  }

  .n1-hero__copy {
    width: calc(100% - 36px);
  }

  .n1-hero h1 {
    font-size: min(var(--cb-title-hero, 68px), 12vw);
    line-height: 1.04;
  }

  .n1-hero__eyebrow {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.45;
  }

  .n1-hero__lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.52;
  }

  .n1-hero__actions {
    display: grid;
    gap: 12px;
    margin-top: 26px;
  }

  .n1-hero__actions .n1-btn {
    width: 100%;
    justify-content: center;
  }

  .n1-hero-scene {
    height: min(118vw, 470px);
  }

  .n1-hero-scene > img {
    width: 182%;
    left: -27%;
    top: -56px;
    height: calc(100% + 56px);
    object-position: 23% center;
  }

  .story-page--cinematic #main > .n1-hero > .n1-hero__trust {
    padding: 12px 14px;
  }

  .n1-hero__trust span {
    min-height: 82px;
    gap: 10px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .n1-hero__trust svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 560px) {
  .n1-cards, .n1-cards--3, .n1-stats, .n1-pillars { grid-template-columns: 1fr; }
  .n1-matrix { overflow-x: auto; }
  .n1-matrix table { min-width: 640px; }
}

/* Réduction de mouvement : les révélations restent visibles (géré par story-system.js) */
@media (prefers-reduced-motion: reduce) {
  .n1-btn, .n1-card { transition: none; }
}
