:root {
  --bg-glow: rgba(255,255,255,0.06);
  --bg-start: #080808;
  --bg-mid: #040404;
  --bg-end: #090909;
  --panel: rgba(255,255,255,0.05);
  --panel-top: rgba(255,255,255,0.08);
  --panel-bottom: rgba(255,255,255,0.02);
  --surface: rgba(255,255,255,0.04);
  --surface-strong: rgba(255,255,255,0.07);
  --line: rgba(255,255,255,0.11);
  --text: #f5f5f5;
  --muted: rgba(255,255,255,0.72);
  --soft: rgba(255,255,255,0.48);
  --pattern-dot: rgba(255,255,255,0.04);
  --shadow: 0 24px 60px rgba(0,0,0,0.42);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --container: min(1380px, 100%);
  --transition: 320ms cubic-bezier(.2,.8,.2,1);
  --button-bg: #ffffff;
  --button-text: #0a0a0a;
  --button-shadow: 0 18px 34px rgba(255,255,255,0.12);
  --button-secondary-bg: rgba(255,255,255,0.04);
  --button-secondary-border: rgba(255,255,255,0.14);
  --focus-ring: rgba(255,255,255,0.05);
  --spotlight-glow: radial-gradient(circle, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.07) 22%, rgba(255,255,255,0.03) 44%, transparent 72%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

html[data-theme="light"] {
  color-scheme: light;
  --bg-glow: rgba(255,255,255,0.98);
  --bg-start: #ffffff;
  --bg-mid: #ffffff;
  --bg-end: #ffffff;
  --panel: rgba(255,255,255,0.9);
  --panel-top: rgba(255,255,255,0.98);
  --panel-bottom: rgba(255,255,255,0.84);
  --surface: rgba(255,255,255,0.8);
  --surface-strong: rgba(255,255,255,0.92);
  --line: rgba(20,20,20,0.1);
  --text: #161616;
  --muted: rgba(22,22,22,0.76);
  --soft: rgba(22,22,22,0.5);
  --pattern-dot: rgba(20,20,20,0.05);
  --shadow: 0 24px 60px rgba(0,0,0,0.08);
  --button-bg: #161616;
  --button-text: #faf7f2;
  --button-shadow: 0 18px 34px rgba(0,0,0,0.12);
  --button-secondary-bg: rgba(255,255,255,0.82);
  --button-secondary-border: rgba(20,20,20,0.12);
  --focus-ring: rgba(20,20,20,0.05);
  --spotlight-glow: radial-gradient(circle, rgba(130,130,130,0.14) 0%, rgba(130,130,130,0.08) 24%, rgba(130,130,130,0.03) 46%, transparent 76%);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg-start) 0%, var(--bg-mid) 48%, var(--bg-end) 100%);
  overflow-x: hidden;
  transition: background 0.55s ease, color 0.55s ease;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(var(--pattern-dot) 0.7px, transparent 0.7px);
  background-size: 4px 4px;
  opacity: 0.22;
  z-index: 0;
}

html[data-theme="light"] body::before {
  opacity: 0.12;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

body,
.eyebrow,
.panel-card,
.btn,
.btn-secondary,
.nav-card {
  transition:
    background 0.45s ease,
    color 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease,
    transform var(--transition);
}

.site-shell {
  position: relative;
  z-index: 1;
  padding-top: 96px;
  padding-bottom: 0;
}

#premiumFooterSlot {
  padding-top: 28px;
}

main {
  width: 100%;
  display: grid;
  gap: 0;
}

section,
[id] {
  scroll-margin-top: 120px;
}

.about-hero,
.section-shell {
  width: 100%;
}

.about-hero {
  padding: 44px 0 61px;
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  grid-template-rows: auto auto;
  gap: 22px;
  align-items: center;
  position: relative;
}

.about-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: -132px;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background-image: url('/page/image/quiSuisje1.jpg');
  background-size: cover;
  background-position: center 30%;
  pointer-events: none;
}

html:not([data-theme="light"]) .about-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -132px;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(4,4,6,0.82), rgba(6,6,8,0.45) 50%, rgba(4,4,6,0.65)),
    linear-gradient(180deg, rgba(0,0,0,0.35), transparent 25%);
  pointer-events: none;
}

html[data-theme="light"] .about-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -132px;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.38) 50%, rgba(255,255,255,0.2)),
    linear-gradient(180deg, rgba(255,255,255,0.25), transparent 30%);
  pointer-events: none;
}


.hero-footer {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-top: 36px;
  text-align: center;
}

.hero-footer .hero-pills {
  justify-content: center;
}

.hero-copy {
  display: grid;
  align-content: start;
  gap: 19px;
  padding: 20px 0 9px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
  opacity: 0.85;
  flex: none;
}

h1 {
  font-size: clamp(3.25rem, 7.5vw, 6rem);
  max-width: none;
}

h1 em {
  font-style: italic;
  font-weight: 300;
}

.hero-copy p {
  max-width: 62ch;
  font-size: 1.18rem;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-pills,
.mini-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hero-pills span,
.mini-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  font-size: 1rem;
}

.hero-pills .pill-geo {
  gap: 6px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 1rem;
  letter-spacing: 0.03em;
}

html[data-theme="light"] .hero-pills .pill-geo {
  border-color: rgba(0, 0, 0, 0.14);
  background: rgba(0, 0, 0, 0.04);
  color: #0a0a0a;
}

.btn,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 19px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
}

.btn {
  background: var(--button-bg);
  color: var(--button-text);
  box-shadow: var(--button-shadow);
}

.btn-secondary {
  border: 1px solid var(--button-secondary-border);
  background: var(--button-secondary-bg);
  color: var(--text);
}

.btn:hover,
.btn-secondary:hover,
.nav-card:hover {
  transform: translateY(-2px);
}

.panel-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015)),
    rgba(10,10,10,0.58);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.panel-card::before {
  display: none;
}

.panel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), transparent 30%, rgba(255,255,255,0.02) 100%);
  pointer-events: none;
}

.panel-card > * {
  position: relative;
  z-index: 1;
}

html[data-theme="light"] .panel-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.84)),
    rgba(255,255,255,0.88);
}

html[data-theme="light"] .panel-card::after {
  background: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(255,255,255,0.06));
}

.spotlight-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.spotlight-card > *:not(.spotlight-glow) {
  position: relative;
  z-index: 1;
}

.spotlight-card.spotlight-blue,
.spotlight-card.spotlight-green,
.spotlight-card.spotlight-neutral {
  --spotlight-glow: radial-gradient(circle, rgba(255,255,255,0.24) 0%, rgba(176,176,176,0.14) 24%, rgba(82,82,82,0.08) 42%, transparent 72%);
}

html[data-theme="light"] .spotlight-card.spotlight-blue,
html[data-theme="light"] .spotlight-card.spotlight-green,
html[data-theme="light"] .spotlight-card.spotlight-neutral {
  --spotlight-glow: radial-gradient(circle, rgba(120,120,120,0.2) 0%, rgba(120,120,120,0.1) 24%, rgba(120,120,120,0.04) 42%, transparent 72%);
}

.spotlight-glow {
  position: absolute;
  z-index: 0;
  width: 620px;
  height: 620px;
  left: var(--glow-x, 70%);
  top: var(--glow-y, 24%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--spotlight-glow);
  filter: blur(22px);
  opacity: 0;
  transition: opacity 220ms ease, background 0.45s ease;
  pointer-events: none;
}

.spotlight-card.is-active .spotlight-glow {
  opacity: 0.95;
}

/* ─── Hero visuel ───────────────────────────────────────── */
.about-visual {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.about-photo-wrap {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.about-photo-wrap img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-photo-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(10,10,10,0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 1rem;
  color: rgba(255,255,255,.82);
  white-space: nowrap;
}

html[data-theme="light"] .about-photo-badge {
  background: rgba(255,255,255,0.88);
  border-color: rgba(17,17,17,0.1);
  color: #333;
}

.about-photo-badge--tl { top: 16px; left: 16px; }
.about-photo-badge--br { bottom: 16px; right: 16px; }

.about-badge-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  color: var(--text);
}

html[data-theme="light"] .about-badge-num { color: #161616; }

.about-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px #4ade80;
  flex: none;
  animation: about-pulse 2.4s ease-in-out infinite;
}

@keyframes about-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .55; transform: scale(.8); }
}

.about-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.about-notes .about-note:first-child {
  grid-column: span 2;
}

.about-note {
  padding: 19px 17px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(8,8,8,0.65);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: grid;
  gap: 7px;
}

.about-note strong {
  display: block;
  color: #f4f1ea;
  font-size: 1.1rem;
  font-weight: 600;
}

.about-note span {
  font-size: 1rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
}

html[data-theme="light"] .about-note {
  border-color: rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.88);
}

html[data-theme="light"] .about-note strong {
  color: #111111;
}

html[data-theme="light"] .about-note span {
  color: rgba(0,0,0,0.55);
}

/* ═══ STATS SECTION — éditorial noir/blanc ═══════════════════ */
.about-stats-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}


.about-stats-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.about-stats-label,
.about-stats-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  white-space: nowrap;
}

.about-stats-rule {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.1);
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 56px;
}

/* lignes stables via border direct */

.about-stat-cell:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.12) 30%, rgba(255,255,255,0.12) 70%, transparent 100%);
  pointer-events: none;
}


.about-stat-cell {
  padding: 68px 34px 65px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}


.about-stat-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  display: block;
}

.about-stat-val {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #f4f1ea;
  margin: 0;
}

.about-stat-val em {
  font-style: italic;
}

.about-stat-desc {
  font-size: 1.06rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.42);
  max-width: 36ch;
  margin: 0;
}

.about-stats-roman {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(12rem, 26vw, 32rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: rgba(255,255,255,0.05);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

@media (max-width: 900px) {
  .about-stats-grid { grid-template-columns: 1fr; }
  .about-stat-cell:not(:last-child)::after { display: none; }
  .about-stat-cell:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,0.08); }
  .about-stat-cell { padding: 34px 0; }
  .about-stats-roman { display: none; }
}

/* ─── Chiffres clés (ancienne version) ───────────────────────── */
.about-numbers {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 0;
  padding: 34px 41px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%),
    rgba(10,10,10,0.62);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 32px 64px rgba(0,0,0,0.36),
    0 0 80px rgba(255,255,255,0.03);
}

html[data-theme="light"] .about-numbers {
  border-color: rgba(255,255,255,0.1);
  background: #000;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 32px 64px rgba(0,0,0,0.36),
    0 0 80px rgba(255,255,255,0.03);
}

.about-number-item {
  display: grid;
  gap: 7px;
  justify-items: center;
  text-align: center;
  padding: 0 20px;
}

.about-number-val {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--text);
  text-shadow: 0 0 48px rgba(255,255,255,0.22), 0 2px 8px rgba(0,0,0,0.3);
}

html[data-theme="light"] .about-number-val {
  color: #fff;
  text-shadow: 0 0 48px rgba(255,255,255,0.22), 0 2px 8px rgba(0,0,0,0.3);
}

html[data-theme="light"] .about-number-label {
  color: rgba(255,255,255,0.88);
}

html[data-theme="light"] .about-number-sep {
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.14) 30%, rgba(255,255,255,0.14) 70%, transparent);
}

.about-number-label {
  font-size: 1rem;
  color: var(--soft);
  max-width: 20ch;
  line-height: 1.5;
}

.about-number-sep {
  width: 1px;
  height: 52px;
  background: linear-gradient(180deg, transparent, var(--line) 30%, var(--line) 70%, transparent);
  flex: none;
}

/* ─── Story right col ────────────────────────────────────── */
.about-story-right {
  display: grid;
  gap: 14px;
}

.about-story-card {
  padding: 24px;
  display: grid;
  gap: 10px;
}

.about-story-photo {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.about-story-photo img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.about-story-photo:hover img { transform: scale(1.04); }

.about-story-cta {
  margin-top: 8px;
}

/* ─── Value icons ────────────────────────────────────────── */
.about-value-icon,
.about-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(96,165,250,0.25);
  background: rgba(96,165,250,0.07);
  color: #60a5fa;
  margin-bottom: 4px;
}

.section-shell {
  padding: 61px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: end;
  column-gap: 24px;
  row-gap: 15px;
  margin-bottom: 56px;
}

.section-head .eyebrow,
.section-head h2 {
  grid-column: 1;
}

.section-head h2,
.cta-panel h2 {
  font-size: clamp(3rem, 5.5vw, 5rem);
  max-width: none;
}

.section-head p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 72ch;
  padding-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.74;
}

.value-grid,
.approach-grid,
.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 19px;
}

.value-grid .panel-card,
.approach-card,
.story-grid .panel-card,
.nav-card,
.cta-panel {
  padding: 24px;
  display: grid;
  gap: 10px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.content-card {
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.content-card h3 {
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  margin: 0;
}

.content-card p {
  margin: 0;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 2px !important;
}

.related-links .related-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
}

.panel-kicker,
.process-step {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--soft);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.value-grid h3,
.approach-card h3,
.story-grid h3,
.nav-card h3 {
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  margin-bottom: 16px;
}

.cta-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 17px 20px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(8,8,8,0.28), rgba(8,8,8,0.42)),
    url("/page/image/serrageDeMain41.jpg") center center / cover no-repeat;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.cta-panel > div {
  max-width: 64ch;
  display: grid;
  gap: 10px;
}

html[data-theme="light"] .cta-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.16)),
    url("/page/image/serrageDeMain41.jpg") center center / cover no-repeat;
}

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

  .content-card {
    padding: 20px;
  }

  .cta-panel {
    background:
      linear-gradient(180deg, rgba(8,8,8,0.28), rgba(8,8,8,0.42)),
      url("/page/image/serrageDeMain42.jpg") center center / cover no-repeat;
  }

  html[data-theme="light"] .cta-panel {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.16)),
      url("/page/image/serrageDeMain42.jpg") center center / cover no-repeat;
  }
}

@media (max-width: 560px) {
  .cta-panel {
    background:
      linear-gradient(180deg, rgba(8,8,8,0.28), rgba(8,8,8,0.42)),
      url("/page/image/serrageDeMain43.jpg") center center / cover no-repeat;
  }

  html[data-theme="light"] .cta-panel {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.16)),
      url("/page/image/serrageDeMain43.jpg") center center / cover no-repeat;
  }
}

.cta-panel::after {
  display: none;
}

.cta-panel .spotlight-glow {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(8px);
  transition:
    opacity 700ms cubic-bezier(.2,.8,.2,1),
    transform 700ms cubic-bezier(.2,.8,.2,1),
    filter 700ms cubic-bezier(.2,.8,.2,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.about-visual.is-visible {
  filter: none;
}

/* ─── Motion layer ─────────────────────────────────────────── */
.about-photo-wrap,
.about-note,
.about-number-item,
.positioning-feature,
.solution-card,
.philosophy-card,
.for-who-card,
.review-card,
.nav-card,
.approach-card,
.value-grid .panel-card,
.story-grid .panel-card,
.approach-banner,
.expertise-note,
.premium-photo-card,
.hero-pills span,
.pill-geo,
.diff-chain > span:not(.diff-arrow) {
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    background .32s ease,
    color .32s ease;
}

.positioning-feature-icon,
.solution-icon,
.about-value-icon,
.for-who-icon,
.about-nav-icon,
.expertise-note-icon,
.about-photo-wrap img,
.hero-pills span,
.pill-geo {
  border-color: rgba(255,255,255,0.18);
  background: rgba(8,8,8,0.65);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #f4f1ea;
  transition:
    transform .32s ease,
    opacity .32s ease,
    border-color .32s ease,
    background .32s ease;
}

html[data-theme="light"] .pill-geo {
  border-color: rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.88);
  color: #111111;
}

.about-photo-wrap {
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
}

html[data-theme="light"] .about-photo-wrap {
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.08);
}

.about-photo-wrap::after {
  content: "";
  position: absolute;
  inset: -18% -42%;
  background: linear-gradient(120deg, transparent 42%, rgba(255,255,255,0.18) 50%, transparent 58%);
  pointer-events: none;
  opacity: 0;
  transform: translateX(-120%) skewX(-18deg);
}

html[data-theme="light"] .about-photo-wrap::after {
  background: linear-gradient(120deg, transparent 42%, rgba(255,255,255,0.8) 50%, transparent 58%);
}

.philosophy-quote,
.approach-banner {
  position: relative;
  overflow: hidden;
}

.philosophy-quote::after,
.approach-banner::after {
  content: "";
  position: absolute;
  inset: auto -26% -38% auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 68%);
  pointer-events: none;
}

html[data-theme="light"] .philosophy-quote::after,
html[data-theme="light"] .approach-banner::after {
  background: radial-gradient(circle, rgba(0,0,0,0.06), transparent 68%);
}

@media (hover: hover) {
  .about-photo-wrap:hover,
  .about-note:hover,
  .positioning-feature:hover,
  .solution-card:hover,
  .philosophy-card:hover,
  .for-who-card:hover,
  .review-card:hover,
  .nav-card:hover,
  .approach-card:hover,
  .value-grid .panel-card:hover,
  .story-grid .panel-card:hover,
  .approach-banner:hover,
  .expertise-note:hover,
  .premium-photo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.18);
  }

  html[data-theme="light"] .about-note:hover,
  html[data-theme="light"] .positioning-feature:hover,
  html[data-theme="light"] .solution-card:hover,
  html[data-theme="light"] .philosophy-card:hover,
  html[data-theme="light"] .for-who-card:hover,
  html[data-theme="light"] .review-card:hover,
  html[data-theme="light"] .nav-card:hover,
  html[data-theme="light"] .approach-card:hover,
  html[data-theme="light"] .value-grid .panel-card:hover,
  html[data-theme="light"] .story-grid .panel-card:hover,
  html[data-theme="light"] .approach-banner:hover,
  html[data-theme="light"] .expertise-note:hover,
  html[data-theme="light"] .premium-photo-card:hover {
    box-shadow: 0 20px 34px rgba(15, 23, 42, 0.1);
  }

  .about-note:hover,
  .positioning-feature:hover,
  .solution-card:hover,
  .philosophy-card:hover,
  .for-who-card:hover,
  .review-card:hover,
  .nav-card:hover,
  .approach-card:hover,
  .value-grid .panel-card:hover,
  .story-grid .panel-card:hover,
  .approach-banner:hover,
  .expertise-note:hover {
    border-color: rgba(255,255,255,0.14);
  }

  html[data-theme="light"] .about-note:hover,
  html[data-theme="light"] .positioning-feature:hover,
  html[data-theme="light"] .solution-card:hover,
  html[data-theme="light"] .philosophy-card:hover,
  html[data-theme="light"] .for-who-card:hover,
  html[data-theme="light"] .review-card:hover,
  html[data-theme="light"] .nav-card:hover,
  html[data-theme="light"] .approach-card:hover,
  html[data-theme="light"] .value-grid .panel-card:hover,
  html[data-theme="light"] .story-grid .panel-card:hover,
  html[data-theme="light"] .approach-banner:hover,
  html[data-theme="light"] .expertise-note:hover {
    border-color: rgba(20,20,20,0.14);
  }

  .positioning-feature:hover .positioning-feature-icon,
  .solution-card:hover .solution-icon,
  .philosophy-card:hover .about-value-icon,
  .for-who-card:hover .for-who-icon,
  .nav-card:hover .about-nav-icon,
  .value-grid .panel-card:hover .about-value-icon,
  .expertise-note:hover .expertise-note-icon {
    transform: translateY(-2px) scale(1.06);
  }

  .review-card:hover .review-stars svg {
    transform: translateY(-3px) scale(1.07);
  }

  .review-card:hover .review-stars svg:nth-child(2) { transition-delay: 24ms; }
  .review-card:hover .review-stars svg:nth-child(3) { transition-delay: 48ms; }
  .review-card:hover .review-stars svg:nth-child(4) { transition-delay: 72ms; }
  .review-card:hover .review-stars svg:nth-child(5) { transition-delay: 96ms; }

  .review-card:hover .review-avatar img {
    transform: scale(1.06);
  }

  .hero-pills span:hover,
  .pill-geo:hover,
  .diff-chain > span:not(.diff-arrow):hover {
    transform: translateY(-2px);
  }
}

@keyframes aboutFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

@keyframes aboutFloatSoft {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -5px, 0); }
}

@keyframes aboutSheen {
  0% {
    opacity: 0;
    transform: translateX(-120%) skewX(-18deg);
  }
  18% { opacity: .34; }
  42%, 100% {
    opacity: 0;
    transform: translateX(140%) skewX(-18deg);
  }
}

@keyframes aboutPulseSoft {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.03); opacity: .92; }
}

@keyframes aboutArrowFlow {
  0%, 100% { transform: translateX(0); opacity: .58; }
  50% { transform: translateX(3px); opacity: .95; }
}

@keyframes aboutQuoteDrift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -4px, 0); }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-statement {
    animation: aboutPulseSoft 5.6s ease-in-out infinite;
  }

  .about-photo-wrap {
    animation: aboutFloat 8.8s ease-in-out infinite;
  }

  .about-photo-wrap::after {
    animation: aboutSheen 9.2s ease-in-out infinite 1.1s;
  }

  .about-photo-badge,
  .pill-geo {
    animation: aboutFloatSoft 5.2s ease-in-out infinite;
  }

  .about-notes .about-note:nth-child(1) { animation: aboutFloatSoft 7.2s ease-in-out infinite .2s; }
  .about-notes .about-note:nth-child(2) { animation: aboutFloatSoft 7.2s ease-in-out infinite .9s; }
  .about-notes .about-note:nth-child(3) { animation: aboutFloatSoft 7.2s ease-in-out infinite 1.6s; }

  .about-number-item:nth-of-type(1) { animation: aboutFloatSoft 6.4s ease-in-out infinite .1s; }
  .about-number-item:nth-of-type(2) { animation: aboutFloatSoft 6.4s ease-in-out infinite .7s; }
  .about-number-item:nth-of-type(3) { animation: aboutFloatSoft 6.4s ease-in-out infinite 1.3s; }

  .diff-chain > span:nth-child(odd) {
    animation: aboutFloatSoft 6.8s ease-in-out infinite;
  }

  .diff-chain > span:nth-child(1) { animation-delay: 0s; }
  .diff-chain > span:nth-child(3) { animation-delay: .45s; }
  .diff-chain > span:nth-child(5) { animation-delay: .9s; }
  .diff-chain > span:nth-child(7) { animation-delay: 1.35s; }
  .diff-chain > span:nth-child(9) { animation-delay: 1.8s; }

  .diff-arrow {
    animation: aboutArrowFlow 2.6s ease-in-out infinite;
  }

  .philosophy-quote blockquote {
    display: inline-block;
    animation: aboutQuoteDrift 7.8s ease-in-out infinite;
  }

  .review-card:nth-child(1) .review-avatar { animation: aboutFloatSoft 6.4s ease-in-out infinite .1s; }
  .review-card:nth-child(2) .review-avatar { animation: aboutFloatSoft 6.4s ease-in-out infinite .6s; }
  .review-card:nth-child(3) .review-avatar { animation: aboutFloatSoft 6.4s ease-in-out infinite 1.1s; }
}

@media (prefers-reduced-motion: reduce) {
  .about-photo-wrap,
  .about-photo-wrap::after,
  .about-photo-badge,
  .pill-geo,
  .hero-statement,
  .about-note,
  .about-number-item,
  .diff-chain > span,
  .diff-arrow,
  .philosophy-quote blockquote,
  .review-avatar {
    animation: none !important;
  }
}

@media (max-width: 1080px) {
  .about-hero,
  .section-head,
  .value-grid,
  .approach-grid,
  .story-grid,
  .link-grid {
    grid-template-columns: 1fr;
  }

  .section-head p {
    grid-column: auto;
    grid-row: auto;
  }

  .about-numbers {
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto;
    row-gap: 20px;
    padding: 24px 20px;
  }

  .about-numbers .about-number-sep:nth-child(4),
  .about-numbers .about-number-item:nth-child(5),
  .about-numbers .about-number-sep:nth-child(6),
  .about-numbers .about-number-item:nth-child(7) {
    display: none;
  }
}

@media (max-width: 980px) {
  .site-shell {
    padding-top: 120px;
  }
}

@media (max-width: 760px) {
  .site-shell {
    padding-top: 126px;
    padding-bottom: 0;
  }

  .about-hero {
    padding-top: 26px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 12vw, 4.8rem);
  }

  .about-visual,
  .value-grid .panel-card,
  .approach-card,
  .story-grid .panel-card,
  .nav-card,
  .cta-panel {
    padding: 19px;
  }

  .about-notes {
    grid-template-columns: 1fr;
  }

  .about-notes .about-note:first-child {
    grid-column: span 1;
  }

  .about-numbers {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 20px 17px;
  }

  .about-number-sep { display: none; }

  .section-shell,
  #premiumFooterSlot {
    padding-top: 0;
  }

  .cta-panel {
    align-items: flex-start;
  }
}

/* ─── Positionnement ────────────────────────────────────────── */

.positioning-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 27px;
  align-items: start;
}

.positioning-copy {
  display: grid;
  gap: 17px;
  padding: 17px 0;
}

.positioning-copy h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.positioning-copy p {
  max-width: 56ch;
  font-size: 1rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--muted);
  transition: color var(--transition);
}

.text-link:hover {
  color: var(--text);
}

.positioning-features {
  display: grid;
  gap: 9px;
}

.positioning-feature {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 15px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  transition: border-color var(--transition), background var(--transition);
}

.positioning-feature:hover {
  border-color: rgba(255,255,255,0.2);
}

html[data-theme="light"] .positioning-feature {
  border-color: rgba(255,255,255,0.1) !important;
  background: #000 !important;
  box-shadow: 0 18px 38px rgba(0,0,0,0.22);
}

html[data-theme="light"] .positioning-feature:hover {
  border-color: rgba(255,255,255,0.2) !important;
}

.positioning-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(96,165,250,0.25);
  background: rgba(96,165,250,0.07);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #60a5fa;
  flex-shrink: 0;
}

html[data-theme="light"] .positioning-feature-icon {
  border-color: rgba(37,99,235,0.2) !important;
  background: rgba(37,99,235,0.06) !important;
  color: #2563eb !important;
}

html[data-theme="light"] .about-value-icon,
html[data-theme="light"] .about-nav-icon {
  border-color: rgba(37,99,235,0.2) !important;
  background: rgba(37,99,235,0.06) !important;
  color: #2563eb !important;
}

.positioning-feature-text strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3px;
}

.positioning-feature-text span {
  font-size: 1rem;
  color: var(--soft);
  line-height: 1.52;
}

html[data-theme="light"] .positioning-feature-text strong {
  color: #fff !important;
}

html[data-theme="light"] .positioning-feature-text span {
  color: rgba(255,255,255,0.84) !important;
}

/* ─── Solutions concrètes ───────────────────────────────────── */

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.solution-card {
  padding: 24px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.solution-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
}

.solution-card h3 {
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
  margin-bottom: 6px;
}

.premium-photo-grid {
  display: none !important;
}

/* ─── Philosophie ───────────────────────────────────────────── */

.philosophy-quote {
  text-align: center;
  padding: 49px 34px 44px;
  border-radius: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  margin-bottom: 18px;
}

html[data-theme="light"] .philosophy-quote {
  background: transparent;
}

.philosophy-quote blockquote {
  margin: 0 auto;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--text);
  max-width: 24ch;
}

.philosophy-quote > p {
  margin-top: 18px;
  font-size: 1rem;
  color: var(--soft);
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.philosophy-card {
  padding: 24px;
  display: grid;
  gap: 10px;
}

.philosophy-card h3 {
  font-size: clamp(1.85rem, 2.8vw, 2.6rem);
}

/* ─── Approche banner ───────────────────────────────────────── */

.approach-banner {
  margin-top: 18px;
  padding: 19px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  text-align: center;
  transition: border-color var(--transition), background var(--transition);
}

.approach-banner p {
  font-size: 1.02rem;
  font-style: italic;
  color: var(--muted);
}

/* ─── Pour qui ──────────────────────────────────────────────── */

.for-who-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.for-who-card {
  padding: 22px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.for-who-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
}

.for-who-card h3 {
  font-size: clamp(1.65rem, 2vw, 2.1rem);
}

/* ─── Expertise note ────────────────────────────────────────── */

.expertise-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 19px 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
}

.expertise-note-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--soft);
  flex-shrink: 0;
  margin-top: 2px;
}

.expertise-note p {
  font-size: 1rem;
  color: var(--soft);
  line-height: 1.72;
}

.expertise-note strong {
  color: var(--muted);
  font-weight: 600;
}

.expertise-note a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition);
}

.expertise-note a:hover {
  color: var(--text);
}

/* ─── Responsive nouveaux blocs ─────────────────────────────── */

@media (max-width: 1080px) {
  .positioning-grid,
  .for-who-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions-grid,
  .philosophy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .positioning-grid,
  .for-who-grid,
  .solutions-grid,
  .philosophy-grid {
    grid-template-columns: 1fr;
  }

  .philosophy-quote {
    padding: 34px 20px 31px;
  }

  .solution-card,
  .philosophy-card,
  .for-who-card {
    padding: 19px;
  }

  .approach-banner {
    padding: 15px 19px;
  }
}

/* ══════════════════════════════════════════════════════════════
   PAGE À PROPOS — Light mode section rhythm
══════════════════════════════════════════════════════════════ */

/* ─── Hero : lueur douce en haut de page ─────────────────── */
html[data-theme="light"] .about-hero {
  position: relative;
}

html[data-theme="light"] .about-hero::before {
  background-image: url('/page/image/quiSuisje1.jpg');
  background-size: cover;
  background-position: center 30%;
}

html[data-theme="light"] body {
  background: #fff !important;
}

html[data-theme="light"] body::before {
  display: none !important;
}

/* ─── About notes : lisibilité sur fond blanc ────────────── */
html[data-theme="light"] .about-note {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .about-note strong {
  color: #0a0a0a;
}

html[data-theme="light"] .about-note span {
  color: #0a0a0a;
}

/* ─── Sections striped — mixin full-bleed ────────────────── */
html[data-theme="light"] .section-shell:has(.solutions-grid),
html[data-theme="light"] .section-shell:has(.philosophy-quote),
html[data-theme="light"] #approche,
html[data-theme="light"] .section-shell:has(.story-grid) {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

html[data-theme="light"] .section-shell:has(.solutions-grid)::before,
html[data-theme="light"] .section-shell:has(.philosophy-quote)::before,
html[data-theme="light"] #approche::before,
html[data-theme="light"] .section-shell:has(.story-grid)::before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

html[data-theme="light"] .section-shell:has(.solutions-grid)::before,
html[data-theme="light"] #approche::before {
  background: #f5f5f7;
}

html[data-theme="light"] .section-shell:has(.philosophy-quote)::before,
html[data-theme="light"] .section-shell:has(.story-grid)::before {
  background: #f9f9fb;
}

/* ─── Avis clients ───────────────────────────────────────── */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 32px;
}

.review-card {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 24px;
}

.review-stars {
  display: flex;
  gap: 3px;
}

.review-stars svg {
  width: 16px;
  height: 16px;
  color: #f5c518;
  flex: none;
}

.review-quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  color: var(--muted);
  font-style: italic;
  flex: 1;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  flex: none;
  overflow: hidden;
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.review-avatar--logo {
  background: #fff;
}

.review-avatar--logo img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  border-radius: 0;
}

.review-author strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}

.review-author span {
  display: block;
  font-size: 1rem;
  color: var(--soft);
  margin-top: 1px;
}

.review-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
  color: var(--soft);
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
  width: fit-content;
  transition: color var(--transition), border-color var(--transition);
}

.review-link:hover {
  color: var(--text);
  border-color: var(--muted);
}

html[data-theme="light"] .section-shell:has(.reviews-grid) {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

html[data-theme="light"] .section-shell:has(.reviews-grid)::before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  background: #f5f5f7;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 900px) {
  .reviews-grid { grid-template-columns: 1fr; }
}
@media (min-width: 600px) and (max-width: 900px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .review-card:nth-child(3) { grid-column: 1 / -1; max-width: 480px; margin: 0 auto; width: 100%; }
}

/* ─── Section photos éditoriales ─────────────────────────── */
html[data-theme="light"] .premium-photo-band {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

html[data-theme="light"] .premium-photo-band::before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  background: #f0f0f2;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* ─── Approach banner ────────────────────────────────────── */
html[data-theme="light"] .approach-banner {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

html[data-theme="light"] .approach-banner p {
  color: #0a0a0a;
}

/* ─── CTA panel : texte lisible sur image de fond ────────── */
html[data-theme="light"] .cta-panel .eyebrow {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.92);
}

html[data-theme="light"] .cta-panel h2 {
  color: #ffffff;
}

html[data-theme="light"] .cta-panel p {
  color: rgba(255, 255, 255, 0.82);
}

html[data-theme="light"] .cta-panel .btn {
  background: #ffffff;
  color: #0a0a0a;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

/* ─── Hero statement (message central dominant) ──────────── */
.hero-statement {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  color: rgba(255,255,255,0.82);
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.hero-statement::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.35), transparent);
}

html[data-theme="light"] .hero-statement {
  color: rgba(26,22,17,0.7);
}

html[data-theme="light"] .hero-statement::before {
  background: linear-gradient(180deg, transparent, rgba(26,22,17,0.25), transparent);
}

/* ─── Différenciateur ────────────────────────────────────── */
/* ═══ DIFF SECTION — éditorial noir ══════════════════════════ */
.diff-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  padding: 136px 0;
}

.diff-roman {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(14rem, 28vw, 36rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: rgba(255,255,255,0.05);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.diff-inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 27px;
  position: relative;
  z-index: 1;
}

.diff-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.diff-headline {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #f4f1ea;
  margin: 0;
}

.diff-headline em {
  font-style: italic;
  font-weight: 300;
}

.diff-sub {
  font-size: 1.08rem;
  line-height: 1.74;
  color: rgba(255,255,255,0.48);
  max-width: 58ch;
  margin: 0;
  font-style: italic;
}

.diff-section .diff-chain {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.diff-section .diff-chain > span:not(.diff-arrow) {
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 0;
  padding: 11px 24px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12.8px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  background: transparent;
  line-height: 1;
}

.diff-section .diff-arrow {
  color: rgba(255,255,255,0.3);
  padding: 0 9px;
  font-size: 13.6px;
}

.diff-chain-highlight {
  border-color: rgba(74,222,128,0.55) !important;
  color: #4ade80 !important;
  background: rgba(74,222,128,0.07) !important;
}

/* ═══ END DIFF SECTION ════════════════════════════════════════ */

/* ═══ IA SECTION ══════════════════════════════════════════════ */
.ia-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  padding: 119px 0 85px;
  background: radial-gradient(ellipse 80% 70% at 50% 80%, rgba(18,18,22,0.95) 0%, transparent 100%);
}

.ia-roman {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(20rem, 38vw, 50rem);
  font-weight: 200;
  font-style: italic;
  line-height: 1;
  color: rgba(255,255,255,0.04);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.ia-inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 68px;
  position: relative;
  z-index: 1;
}

.ia-quote-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 51px 0 68px;
}

.ia-quote-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 300;
  color: rgba(255,255,255,0.3);
  line-height: 0.6;
}

.ia-quote {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.3;
  color: #f4f1ea;
  max-width: 22ch;
  margin: 0;
  letter-spacing: -0.01em;
}

.ia-attr {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  font-style: normal;
}

.ia-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ia-card {
  padding: 41px 34px;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ia-card:first-child {
  border-right: 1px solid rgba(255,255,255,0.1);
}

.ia-card-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.35);
}

.ia-card-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
  color: #f4f1ea;
  margin: 0;
  letter-spacing: -0.01em;
}

.ia-card-desc {
  font-size: 1.06rem;
  line-height: 1.74;
  color: rgba(255,255,255,0.45);
  margin: 0;
  flex: 1;
}

.ia-card-tag {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  padding: 6px 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  width: fit-content;
}

@media (max-width: 760px) {
  .ia-cards { grid-template-columns: 1fr; }
}
.ia-section--no-glow {
  background: none;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  margin-top: 56px;
  margin-bottom: 56px;
}

.ia-card-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

/* ═══ ENGAGE SECTION ══════════════════════════════════════════ */
.engage-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  padding: 102px 0;
}

.engage-roman {
  position: absolute;
  top: 50%;
  right: -2%;
  transform: translateY(-50%);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(16rem, 30vw, 40rem);
  font-weight: 200;
  font-style: italic;
  line-height: 1;
  color: rgba(255,255,255,0.04);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.engage-inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 61px;
  position: relative;
  z-index: 1;
}

.engage-head {
  display: grid;
  gap: 17px;
  max-width: 820px;
}

.engage-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #f4f1ea;
  margin: 0;
}

.engage-title em {
  font-style: italic;
  font-weight: 300;
}

.engage-sub {
  font-size: 1.08rem;
  line-height: 1.74;
  color: rgba(255,255,255,0.48);
  font-style: italic;
  max-width: 66ch;
}

.engage-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.engage-card {
  padding: 37px 31px 37px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.engage-card:last-child {
  border-right: none;
  padding-right: 0;
  padding-left: 36px;
}

.engage-card:nth-child(2) {
  padding-left: 36px;
}

.engage-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.3);
}

.engage-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

.engage-card-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.12;
  color: #f4f1ea;
  margin: 0;
}

.engage-card-title em {
  font-style: italic;
  font-weight: 300;
}

.engage-card-desc {
  font-size: 1.06rem;
  line-height: 1.74;
  color: rgba(255,255,255,0.42);
  margin: 0;
}

@media (max-width: 860px) {
  .engage-cards { grid-template-columns: 1fr; }
  .engage-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 31px 0; }
  .engage-card:last-child { border-bottom: none; }
  .engage-card:nth-child(2) { padding-left: 0; }
}
/* ═══ ATOZ SECTION ════════════════════════════════════════════ */
.atoz-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 96px 0 68px;
  position: relative;
  overflow: hidden;
}

.atoz-roman {
  position: absolute;
  top: calc(20% - 40px);
  right: calc(5% + 80px);
  transform: none;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(14rem, 26vw, 32rem);
  font-weight: 200;
  font-style: italic;
  line-height: 1;
  color: rgba(255,255,255,0.05);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.atoz-head {
  max-width: 62ch;
  margin-left: max(40px, calc((100% - var(--container)) / 2));
  margin-right: auto;
  margin-bottom: 64px;
  display: grid;
  gap: 17px;
  position: relative;
  z-index: 1;
}

.atoz-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.atoz-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #f4f1ea;
  margin: 0;
}

.atoz-title em {
  font-style: italic;
  font-weight: 300;
}

.atoz-sub {
  font-size: 1.1rem;
  line-height: 1.72;
  color: rgba(255,255,255,0.5);
  font-style: italic;
  max-width: 66ch;
  margin: 0;
}

.atoz-steps {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: relative;
  z-index: 1;
}

.atoz-col {
  padding: 34px 24px 44px 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  border-right: 1px solid rgba(255,255,255,0.08);
}

.atoz-col:last-child {
  border-right: none;
}

.atoz-col:not(:first-child) {
  padding-left: 28px;
  padding-right: 0;
}

.atoz-col-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.3);
}

.atoz-col-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 400;
  color: #f4f1ea;
  line-height: 1.1;
}

.atoz-col-desc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  line-height: 1.6;
}

.atoz-closing {
  width: var(--container);
  margin: 48px auto 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  color: rgba(255,255,255,0.5);
  text-align: center;
  padding-bottom: 24px;
}

.atoz-cards {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.atoz-card {
  background: transparent;
  padding: 41px 34px 41px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.atoz-card:last-child {
  border-right: none;
  padding-left: 40px;
  padding-right: 0;
}

.atoz-card-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

.atoz-card-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
  color: #f4f1ea;
  margin: 0;
}

.atoz-card-desc {
  font-size: 1.06rem;
  line-height: 1.72;
  color: rgba(255,255,255,0.45);
  margin: 0;
  flex: 1;
}

.atoz-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.atoz-card-tags span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.4px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  padding: 4px 12px;
}

/* Contenu sous les steps — limité au container */
.atoz-section .seven-sec-callout,
.atoz-section .seven-sec-note,
.atoz-section .detail-grid {
  width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.atoz-section .seven-sec-callout {
  margin-top: 72px;
}

@media (max-width: 860px) {
  .atoz-steps { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .atoz-col { border-bottom: 1px solid rgba(255,255,255,0.08); }
  .atoz-col:nth-child(odd) { padding-left: 0; padding-right: 24px; }
  .atoz-col:nth-child(even) { padding-left: 24px; border-right: none; }
}

/* ═══ POUR QUI SECTION ════════════════════════════════════════ */
.pourqui-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 96px 0 68px;
  position: relative;
}

.pourqui-head {
  max-width: 62ch;
  margin-left: max(40px, calc((100% - var(--container)) / 2));
  margin-right: auto;
  margin-bottom: 64px;
  display: grid;
  gap: 17px;
}

.pourqui-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #f4f1ea;
  margin: 0;
}

.pourqui-title em {
  font-style: italic;
  font-weight: 300;
}

.pourqui-sub {
  font-size: 1.1rem;
  line-height: 1.72;
  color: rgba(255,255,255,0.5);
  max-width: 66ch;
  margin: 0;
}

.pourqui-list {
  width: var(--container);
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.pourqui-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 34px;
  align-items: start;
  padding: 31px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.28s ease;
}

.pourqui-row:last-child {
  border-bottom: none;
}

.pourqui-row:hover {
  background: rgba(255,255,255,0.02);
}

.pourqui-row-num {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.2);
  line-height: 1;
  padding-top: 4px;
}

.pourqui-row-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 34px;
  align-items: start;
}

.pourqui-row-head {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.pourqui-row-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 400;
  color: #f4f1ea;
  margin: 0;
  line-height: 1.1;
}

@media (max-width: 760px) {
  .pourqui-row { grid-template-columns: 48px 1fr; gap: 0 17px; }
  .pourqui-row-body { grid-template-columns: 1fr; }
}

.pourqui-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  flex-shrink: 0;
}

.pourqui-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

.pourqui-item-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 400;
  line-height: 1.1;
  color: #f4f1ea;
  margin: 0;
}

.pourqui-item-desc {
  font-size: 1.06rem;
  line-height: 1.72;
  color: rgba(255,255,255,0.45);
  margin: 0;
}

@media (max-width: 760px) {
  .pourqui-grid { grid-template-columns: 1fr; }
  .pourqui-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 31px 0; }
  .pourqui-item:nth-child(even) { padding-left: 0; }
  .pourqui-item:last-child { border-bottom: none; }
}
/* ═══ CTA FINAL ═══════════════════════════════════════════════ */
.about-cta-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.about-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: brightness(0.35);
}

.about-cta-inner {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(34px, 6vw, 85px);
  align-items: center;
  padding: 96px 0;
  position: relative;
  z-index: 1;
}

.about-cta-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-cta-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #f4f1ea;
  margin: 0;
}

.about-cta-title em {
  font-style: italic;
  font-weight: 300;
}

.about-cta-sub {
  font-size: 1.1rem;
  line-height: 1.72;
  color: rgba(255,255,255,0.6);
  max-width: 52ch;
  margin: 0;
}

.about-cta-right {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
}

.about-cta-card {
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 27px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: background 0.3s ease;
}

.about-cta-card:hover {
  background: rgba(0,0,0,0.85);
}

.about-cta-card:hover .about-cta-card-kicker {
  color: rgba(255,255,255,0.65);
}

.about-cta-card:hover .about-cta-card-text {
  color: #ffffff;
}

.about-cta-card-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.about-cta-card-text {
  font-size: 1rem;
  line-height: 1.68;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

@media (max-width: 860px) {
  .about-cta-inner { grid-template-columns: 1fr; gap: 41px; }
}
/* ═══ END CTA FINAL ════════════════════════════════════════════ */

/* ═══ END POUR QUI SECTION ════════════════════════════════════ */

/* ═══ END ATOZ SECTION ════════════════════════════════════════ */

.section-shell--with-roman {
  position: relative;
  overflow: hidden;
}

.premium-photo-band-head {
  display: grid;
  gap: 15px;
  padding: 41px 0 34px;
  max-width: 64ch;
}

/* ═══ END ENGAGE SECTION ════════════════════════════════════════ */

/* ═══ END IA SECTION ══════════════════════════════════════════ */

.diff-band {
  text-align: center;
  padding: 44px 0 34px;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}

.diff-band-label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--soft);
}

.diff-band-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: var(--text);
  margin: 0;
}

.diff-band-sub {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
  max-width: 58ch;
  margin: 0;
}

.diff-chain {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}

.diff-chain > span:not(.diff-arrow) {
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .01em;
  padding: 8px 14px;
  border-radius: 100px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    var(--surface);
  border: 1px solid var(--line);
  color: var(--text);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.06) inset,
    0 10px 24px rgba(0,0,0,0.16);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease,
    color .28s ease;
}

.diff-chain > span:not(.diff-arrow)::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.16), transparent 52%);
  opacity: .7;
  pointer-events: none;
}

.diff-chain > span:not(.diff-arrow):hover {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(255,255,255,0.18);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.1) inset,
    0 16px 32px rgba(0,0,0,0.22);
}

.diff-band-note {
  margin: 7px 0 0;
  max-width: 42ch;
  padding: 15px 19px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font-size: 1rem;
  line-height: 1.7;
}

.diff-arrow {
  background: transparent !important;
  border: none !important;
  padding: 0 4px !important;
  color: var(--soft) !important;
  font-size: 1rem !important;
  opacity: .72;
}

html[data-theme="light"] .diff-chain > span:not(.diff-arrow) {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.7)),
    var(--surface);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.8) inset,
    0 10px 22px rgba(15,23,42,0.08);
}

html[data-theme="light"] .diff-chain > span:not(.diff-arrow):hover {
  border-color: rgba(20,20,20,0.14);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.92) inset,
    0 14px 28px rgba(15,23,42,0.12);
}

html[data-theme="light"] .section-shell:has(.diff-band) {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

html[data-theme="light"] .section-shell:has(.diff-band)::before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}

/* ─── Simplicité callout ─────────────────────────────────── */
.simplicity-callout {
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 27px;
  margin: 27px 0 0;
}

.simplicity-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--muted);
}

.simplicity-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  flex: none;
  margin-top: 1px;
}

.simplicity-sep {
  font-size: 1.3rem;
  color: var(--soft);
  flex: none;
}

html[data-theme="light"] .simplicity-callout {
  background: #fff;
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

@media (max-width: 640px) {
  .simplicity-callout { flex-direction: column; gap: 14px; padding: 17px; }
  .simplicity-sep { display: none; }
  .diff-band { padding: 31px 0 24px; }
  .hero-statement { font-size: 1.1rem; }
}

/* ─── Code artisanal ────────────────────────────────────── */
.handcode-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 29px;
  align-items: center;
  margin-bottom: 28px;
}

.handcode-hero-copy {
  display: grid;
  align-content: center;
}

.handcode-hero-copy .section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  text-align: left;
}

.handcode-hero-copy .section-head .eyebrow,
.handcode-hero-copy .section-head h2,
.handcode-hero-copy .section-head p {
  grid-column: auto;
  grid-row: auto;
  text-align: left;
}

.handcode-hero-copy .section-head h2 {
  max-width: none;
  width: 100%;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.96;
}

.handcode-statement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  justify-self: start;
  width: fit-content;
  max-width: 100%;
  padding: 26px 0 26px 26px;
  border-left: 2px solid var(--line);
  margin: 0;
  text-align: center;
}

.handcode-statement-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  line-height: 0.75;
  color: var(--soft);
  flex: none;
  margin-top: 0;
  opacity: 0.55;
}

.handcode-statement p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--muted);
  font-style: italic;
  margin: 0;
  max-width: 30ch;
}

.handcode-intro-sub {
  font-size: 1rem;
  line-height: 1.78;
  color: var(--muted);
  max-width: 80ch;
  margin: 0;
}

.handcode-limits {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  margin: 0 0 27px;
}

.handcode-limit-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 27px 31px;
  background: var(--surface);
}

.handcode-limits-sep {
  width: 1px;
  background: var(--line);
  align-self: stretch;
}

.handcode-limit-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--soft);
  letter-spacing: -0.04em;
}

.handcode-limit-body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}

.handcode-limit-body strong {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}

.handcode-limit-body p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
}

.handcode-limit-tag {
  align-self: flex-start;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid;
}

.handcode-limit-tag--ok {
  color: var(--muted);
  border-color: var(--line);
  background: var(--surface-strong);
}

.handcode-limit-tag--solved {
  color: #1db87a;
  border-color: rgba(29,184,122,0.3);
  background: rgba(29,184,122,0.1);
}

html[data-theme="light"] .handcode-limits {
  border-color: rgba(255,255,255,0.1);
  background: #000;
  box-shadow: 0 24px 48px rgba(0,0,0,0.22);
}

html[data-theme="light"] .handcode-limit-item {
  background: #000;
}

html[data-theme="light"] .handcode-limits-sep {
  background: rgba(255,255,255,0.1);
}

html[data-theme="light"] .handcode-limit-num,
html[data-theme="light"] .handcode-limit-body strong {
  color: #fff;
}

html[data-theme="light"] .handcode-limit-body p {
  color: rgba(255,255,255,0.84);
}

html[data-theme="light"] .handcode-limit-tag--ok {
  color: rgba(255,255,255,0.88);
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
}

html[data-theme="light"] .handcode-limit-tag--solved {
  color: #7ce2b7;
  border-color: rgba(124,226,183,0.34);
  background: rgba(124,226,183,0.12);
}

@media (max-width: 700px) {
  .handcode-limits {
    grid-template-columns: 1fr;
  }
  .handcode-limits-sep {
    width: auto;
    height: 1px;
  }
  .handcode-limit-item {
    padding: 20px 17px;
  }
}

.handcode-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.handcode-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  margin-bottom: 6px;
  color: var(--soft);
  flex: none;
}

@media (max-width: 900px) {
  .handcode-hero-row {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-bottom: 22px;
  }
  .handcode-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .handcode-statement { padding: 17px; gap: 12px; }
  .handcode-statement-mark { font-size: 3.5rem; }
}

/* ─── Périmètre étendu ───────────────────────────────────── */
.scope-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 41px;
  align-items: center;
  padding: 34px 37px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}

.scope-band-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.scope-band-text {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
}

.scope-band-text--lead {
  font-size: 1rem;
}

.scope-band-text strong {
  color: var(--text);
  font-weight: 600;
}

.scope-band-link {
  margin-top: 4px;
}

.scope-band-right {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid var(--line);
  padding-left: 44px;
}

.scope-band-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: var(--muted);
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.scope-band-item:last-of-type {
  border-bottom: none;
}

.scope-band-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--soft);
  flex: none;
  opacity: 0.6;
}

.scope-band-note {
  margin-top: 20px;
  font-size: 1rem;
  color: var(--soft);
  line-height: 1.65;
  font-style: italic;
}

html[data-theme="light"] .scope-band {
  background: #000;
  border-color: rgba(255,255,255,0.1);
  box-shadow: 0 24px 48px rgba(0,0,0,0.22);
}

html[data-theme="light"] .scope-band-text strong,
html[data-theme="light"] .scope-band-link,
html[data-theme="light"] .scope-band-item {
  color: #fff;
}

html[data-theme="light"] .scope-band .eyebrow {
  background: #000;
  border-color: rgba(143, 169, 214, 0.28);
  color: #ffffff;
}

html[data-theme="light"] .scope-band-link {
  color: #9ec5ff;
}

html[data-theme="light"] .scope-band-text,
html[data-theme="light"] .scope-band-note {
  color: rgba(255,255,255,0.82);
}

html[data-theme="light"] .scope-band-right {
  border-left-color: rgba(255,255,255,0.12);
}

html[data-theme="light"] .scope-band-item {
  border-bottom-color: rgba(255,255,255,0.1);
}

html[data-theme="light"] .scope-band-dot {
  background: rgba(255,255,255,0.72);
  opacity: 1;
}

@media (max-width: 860px) {
  .scope-band {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
  }
  .scope-band-right {
    border-left: none;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 24px;
  }
}


/* ═══════════════════════════════════════
   SOLUTIONS EXPÉRIENCES
═══════════════════════════════════════ */

.solutions-exp-list {
  display: flex;
  flex-direction: column;
  gap: 75px;
  margin-top: 56px;
}

.sol-exp-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.sol-exp-row--flip {
  direction: rtl;
}
.sol-exp-row--flip > * {
  direction: ltr;
}

/* ── Copy ── */
.sol-exp-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sol-exp-h3 {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0;
}
.sol-exp-p {
  font-size: 1rem;
  line-height: 1.72;
  color: var(--muted);
  margin: 0;
}
.sol-exp-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.sol-exp-features li {
  font-size: 1rem;
  color: var(--muted);
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
.sol-exp-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--soft);
  opacity: 0.55;
}

/* ── Demo container ── */
.sol-exp-demo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sol-demo-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 390px;
  width: 100%;
  max-width: 380px;
}

/* ── Page-specific phone overrides ─────────────────────────── */
.rfi-phone--smartqr-about {
  margin-top: 62px;
  width: clamp(200px, 20vw, 260px);
  z-index: 6;
}

/* Screens clairs sur la page à propos */
.rfi-screen.sol-demo-screen--smartqr,
.rfi-screen.sol-demo-screen--menu {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.rfi-screen.sol-demo-screen--smartqr .rfi-sbar,
.rfi-screen.sol-demo-screen--menu .rfi-sbar {
  color: rgba(0,0,0,0.75) !important;
  padding-top: 0.8em;
}

.rfi-screen.sol-demo-screen--smartqr .rfi-notch,
.rfi-screen.sol-demo-screen--menu .rfi-notch {
  background: #111;
}

.rfi-screen.sol-demo-screen--smartqr .rfi-homeind::after,
.rfi-screen.sol-demo-screen--menu .rfi-homeind::after {
  background: rgba(0,0,0,0.15);
}

.rfi-screen.sol-demo-screen--smartqr {
  padding: 0 9px 9px;
  gap: 7px;
}

.rfi-screen.sol-demo-screen--menu {
  padding: 0;
}


/* ── Stage smartqr ──
   QR card (gauche, droit) | Phone (droite)
   Éléments : 144px QR + gap 116px + 186px phone = 446px max
─────────────────────────────────────────────────────────────── */

.sol-demo-stage--smartqr {
  max-width: 480px;
  min-height: 500px;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.sol-demo-stage-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.04) 35%, rgba(255,255,255,0) 70%);
  filter: blur(12px);
  z-index: 0;
  pointer-events: none;
  animation: sol-glow-pulse 6s ease-in-out infinite;
}

@keyframes sol-glow-pulse {
  0%, 100% { transform: scale(0.95); opacity: 0.7; }
  50% { transform: scale(1.04); opacity: 1; }
}

/* ── QR card (gauche, centré verticalement, droit) ── */
.sol-demo-qr-card {
  position: absolute;
  left: 6px;
  top: 110px;
  z-index: 7;
  width: 144px;
  padding: 10px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow:
    0 24px 52px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.06);
  display: grid;
  gap: 8px;
  justify-items: start;
  animation: sol-float-a 5.2s ease-in-out infinite;
}
html[data-theme="light"] .sol-demo-qr-card {
  background: #fff;
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 16px 40px rgba(0,0,0,0.14);
}
.sol-demo-qr-card-tag {
  display: none;
  align-items: center;
  padding: 4px 7px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: 7.2px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--soft);
}

.sol-demo-qr-card-frame {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.sol-demo-qr-card-image {
  width: 118px;
  height: 118px;
  object-fit: cover;
  display: block;
  transform: scale(1.06);
}

.sol-demo-qr-card-body {
  display: none;
  gap: 3px;
}

.sol-demo-qr-card-body strong {
  font-size: 9.4px;
  line-height: 1.3;
  color: var(--text);
}

.sol-demo-qr-card-body span {
  font-size: 8.5px;
  line-height: 1.45;
  color: var(--soft);
}

/* ── Phone (droite, centré verticalement) ── */
.sol-demo-phone--smartqr {
  position: absolute;
  right: 0;
  top: 62px;
  width: clamp(180px, 18vw, 240px);
  margin-left: 0;
  z-index: 6;
  height: auto;
}
.sol-demo-phone--smartqr::before {
  width: 60px;
  height: 12px;
}

/* ── Écran dashboard ── */
.sol-demo-screen--smartqr {
  padding: 0 9px 9px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  gap: 7px;
}

.sdemo-smart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.sdemo-smart-kicker {
  font-size: 7.2px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  font-weight: 700;
}
.sdemo-smart-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(29,184,122,0.12);
  color: #149a63;
  font-size: 6.8px;
  font-weight: 700;
}
.sdemo-smart-status::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1db87a;
  flex-shrink: 0;
}

.sdemo-smart-hero {
  display: grid;
  gap: 2px;
  padding: 9px 10px;
  border-radius: 15px;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #fff;
  box-shadow: 0 10px 22px rgba(17,24,39,0.22);
}
.sdemo-smart-title {
  font-size: 7.2px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.55);
}
.sdemo-smart-hero strong {
  font-size: 22.1px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.sdemo-smart-sub {
  font-size: 7.7px;
  color: rgba(255,255,255,0.6);
}

.sdemo-smart-chart {
  height: 52px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  padding: 0 2px;
}
.sdemo-smart-chart span {
  flex: 1;
  border-radius: 4px 4px 3px 3px;
  background: linear-gradient(180deg, #334155 0%, #94a3b8 100%);
  opacity: 0.75;
}
.sdemo-smart-chart span:nth-child(5) {
  background: linear-gradient(180deg, #111827 0%, #374151 100%);
  opacity: 1;
}

.sdemo-smart-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.sdemo-smart-metric {
  display: grid;
  gap: 2px;
  padding: 7px 8px;
  border-radius: 12px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(0,0,0,0.04);
}
.sdemo-smart-metric strong {
  font-size: 11px;
  color: #111827;
  line-height: 1.05;
  font-weight: 700;
}
.sdemo-smart-metric span {
  font-size: 7.2px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6b7280;
  font-weight: 600;
}

.sdemo-smart-list {
  display: grid;
  gap: 4px;
}
.sdemo-smart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
  border-radius: 10px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(0,0,0,0.04);
}
.sdemo-smart-row span {
  font-size: 8.1px;
  color: #6b7280;
  font-weight: 600;
}
.sdemo-smart-row strong {
  font-size: 8.5px;
  color: #111827;
  font-weight: 700;
}

/* ── Badge "+34%" — au-dessus de toute la composition, hors du stage ── */
.sol-demo-badge--smartqr {
  min-width: max-content;
  line-height: 1;
  left: 6px;
  top: 350px;
  right: auto;
  bottom: auto;
  padding: 4px 9px;
  z-index: 10;
  animation: sol-float-a 4.1s ease-in-out infinite;
}

.sol-demo-badge--smartqr span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.sol-demo-badge--smartqr svg {
  flex-shrink: 0;
}

/* ── Float card "Lien mis à jour" — centré dans le gap entre QR et phone ── */
.sol-demo-float-card--smartqr-update {
  top: 64px;
  left: 6px;
  right: auto;
  bottom: auto;
  min-width: 0;
  width: fit-content;
  max-width: fit-content;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  align-items: center;
  gap: 6px;
  z-index: 9;
  white-space: nowrap;
  animation: sol-float-b 4.6s ease-in-out infinite;
}

.sol-demo-float-card--smartqr-update .sdemo-smart-float-copy {
  width: auto;
}

.sol-demo-float-card--smartqr-insight {
  top: 26px;
  left: 42px;
  right: auto;
  bottom: auto;
  min-width: 150px;
  align-items: flex-start;
  gap: 9px;
  z-index: 9;
  animation: sol-float-a 5s ease-in-out infinite;
}

.sdemo-smart-float-copy {
  display: grid;
  gap: 2px;
}
.sdemo-smart-float-copy .sdemo-fcard-strong {
  font-size: 10.2px;
  text-align: left;
}
.sdemo-smart-float-copy .sdemo-fcard-time {
  font-size: 8.5px;
}

/* ── Analytics card "Dernier scan" — bas gauche, calé dans le stage ── */
.sol-demo-analytics-card {
  position: absolute;
  left: 6px;
  top: 286px;
  bottom: auto;
  z-index: 8;
  padding: 7px 10px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(0,0,0,0.28);
  display: grid;
  gap: 2px;
  white-space: nowrap;
  animation: sol-float-a 5.4s ease-in-out infinite;
}
html[data-theme="light"] .sol-demo-analytics-card {
  background: #fff;
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 10px 28px rgba(0,0,0,0.1);
}
.sol-demo-analytics-label {
  font-size: 7.7px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--soft);
  font-weight: 700;
}
.sol-demo-analytics-card strong {
  font-size: 11.9px;
  line-height: 1.1;
  color: var(--text);
  font-weight: 700;
}
.sol-demo-analytics-card span:last-child {
  font-size: 8.5px;
  color: var(--muted);
}

/* ── Screen: Menu ── */
.sdemo-menu-header {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 4px 10px 7px;
  border-bottom: 1px solid #f0f0f2;
}
.sdemo-menu-logo {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #e9ecef;
  border: 1px solid #e5e7eb;
  flex-shrink: 0;
}
.sdemo-menu-header span {
  font-size: 9.4px;
  font-weight: 700;
  color: #111;
}
.sdemo-menu-section {
  font-size: 7.7px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9ca3af;
  padding: 5px 10px 3px;
  font-weight: 600;
}
.sdemo-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-bottom: 1px solid #f3f4f6;
}
.sdemo-mi-name {
  font-size: 8.5px;
  color: #374151;
}
.sdemo-mi-price {
  font-size: 8.5px;
  font-weight: 700;
  color: #111;
}
.sdemo-menu-cta {
  margin: 7px 10px;
  background: #111;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 6px 0;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* ── Calendar ── */
.sol-demo-stage--calendar {
  min-height: 390px;
}
.sol-demo-calendar {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 17px;
  width: 266px;
  position: relative;
  z-index: 3;
  box-shadow: 0 28px 64px rgba(0,0,0,0.36);
}
html[data-theme="light"] .sol-demo-calendar {
  background: #fff;
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 16px 50px rgba(0,0,0,0.1);
}
.sdemo-cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
}
.sdemo-cal-header svg {
  color: var(--soft);
}
.sdemo-cal-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 5px;
}
.sdemo-cal-days span {
  font-size: 7.7px;
  text-align: center;
  color: var(--soft);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.7;
}
.sdemo-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  margin-bottom: 14px;
}
.sdemo-cal-grid span {
  font-size: 9.4px;
  text-align: center;
  color: var(--muted);
  padding: 4px 0;
  border-radius: 6px;
}
.sdemo-day--busy {
  color: var(--soft) !important;
  opacity: 0.35;
  text-decoration: line-through;
}
.sdemo-day--selected {
  background: var(--text) !important;
  color: #0d0d0e !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
}
.sdemo-cal-timeslots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.sdemo-timeslot {
  font-size: 9.4px;
  text-align: center;
  padding: 5px 4px;
  border-radius: 8px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: var(--surface-strong);
}
.sdemo-timeslot--taken {
  opacity: 0.3;
  text-decoration: line-through;
}
.sdemo-timeslot--selected {
  background: #1db87a;
  color: #fff;
  border-color: #1db87a;
  font-weight: 700;
}

/* ── Automation flow ── */
.sol-demo-stage--flow {
  min-height: 320px;
}
.sol-demo-flow {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  padding: 24px 17px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 28px 64px rgba(0,0,0,0.32);
  width: 100%;
  max-width: 320px;
}
html[data-theme="light"] .sol-demo-flow {
  background: #fff;
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 16px 50px rgba(0,0,0,0.1);
}
.sflow-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 10px 7px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 14px;
  min-width: 72px;
  position: relative;
  flex: 0 0 auto;
}
.sflow-node--active {
  border-color: rgba(29,184,122,0.4);
  background: rgba(29,184,122,0.08);
}
.sflow-node span {
  font-size: 8.5px;
  color: var(--muted);
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
}
.sflow-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--soft);
}
.sflow-node--active .sflow-icon {
  color: #1db87a;
  border-color: rgba(29,184,122,0.3);
  background: rgba(29,184,122,0.1);
}
.sflow-connector {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 20px;
}
.sflow-line {
  flex: 1;
  height: 1px;
  background: var(--line);
}
.sflow-arrow-head {
  font-size: 15.3px;
  color: var(--soft);
  line-height: 1;
}
.sflow-pulse {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1db87a;
  animation: sol-pulse 2s ease-in-out infinite;
}
@keyframes sol-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(29,184,122,0.5); }
  50% { box-shadow: 0 0 0 7px rgba(29,184,122,0); }
}

/* ── Floating badges ── */
.sol-demo-badge {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 10.2px;
  color: var(--text);
  box-shadow: 0 14px 34px rgba(0,0,0,0.32);
  white-space: nowrap;
}
html[data-theme="light"] .sol-demo-badge {
  background: #fff;
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  color: #111;
}
.sol-demo-badge strong {
  font-weight: 700;
}
.sol-demo-badge--scan {
  bottom: 26px;
  right: 10px;
  animation: sol-float-a 4s ease-in-out infinite;
}
.sol-demo-badge--order {
  top: 18px;
  right: 4px;
  animation: sol-float-b 4.5s ease-in-out infinite;
}
.sol-demo-badge--confirm {
  top: 8px;
  right: 4px;
  animation: sol-float-a 4s ease-in-out infinite;
}
.sol-demo-badge--notif {
  top: -22px;
  left: 50%;
  animation: sol-float-notif 3.8s ease-in-out infinite;
}

/* ── Floating cards ── */
.sol-demo-float-card {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 10.2px;
  color: var(--muted);
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
  top: 50px;
  left: 14px;
  animation: sol-float-b 4.8s ease-in-out infinite;
}
html[data-theme="light"] .sol-demo-float-card {
  background: #fff;
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  color: #374151;
}
.sol-demo-float-card--right {
  top: auto;
  left: auto;
  right: 0;
  bottom: 60px;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 10px 12px;
  animation: sol-float-card-r 5s ease-in-out infinite;
}
.sol-demo-float-card--bottom {
  top: auto;
  left: 50%;
  bottom: 8px;
  animation: sol-float-bottom 4.2s ease-in-out infinite;
}
.sol-demo-float-card--flow-bottom {
  top: auto;
  left: 50%;
  bottom: -20px;
  animation: sol-float-bottom 4.5s ease-in-out infinite;
}
.sdemo-fcard-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.sdemo-fcard-dot--active,
.sdemo-fcard-dot--green {
  background: #1db87a;
  box-shadow: 0 0 7px rgba(29,184,122,0.55);
}
.sdemo-fcard-time {
  font-size: 8.5px;
  color: var(--soft);
  opacity: 0.75;
}
.sdemo-fcard-strong {
  display: block;
  font-weight: 700;
  font-size: 11px;
  color: var(--text);
  text-align: center;
}
html[data-theme="light"] .sdemo-fcard-strong {
  color: #111;
}
.sdemo-fcard-sub {
  display: block;
  font-size: 9.4px;
  color: var(--muted);
  text-align: center;
}
.sdemo-fcard-icon {
  color: var(--soft);
  display: flex;
  align-items: center;
}

@keyframes sol-float-a {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@keyframes sol-float-b {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@keyframes sol-float-card-r {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@keyframes sol-float-notif {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-5px); }
}
@keyframes sol-float-bottom {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-6px); }
}

/* ── Responsive ── */
@media (max-width: 920px) {
  .sol-exp-row,
  .sol-exp-row--flip {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 34px;
  }
  .sol-exp-row--flip > * {
    direction: ltr;
  }
  .solutions-exp-list {
    gap: 54px;
  }
}

@media (max-width: 520px) {
  .sol-demo-stage {
    min-height: 320px;
  }
  .sol-demo-phone {
    width: 156px;
    height: 302px;
  }
  .sol-demo-calendar {
    width: 230px;
    padding: 12px;
  }
  .sol-demo-flow {
    padding: 17px 10px;
  }
  .sflow-node {
    min-width: 62px;
    padding: 9px 5px;
  }
  .sol-demo-stage--smartqr {
    max-width: 270px;
    min-height: 452px;
  }
  .sol-demo-phone--smartqr {
    width: 164px;
    height: 320px;
    top: 64px;
  }
  .sol-demo-qr-card {
    width: 126px;
    left: 0;
    top: 120px;
    padding: 9px;
    gap: 6px;
  }
  .sol-demo-qr-card-frame {
    width: 106px;
    height: 106px;
  }
  .sol-demo-qr-card-image {
    width: 104px;
    height: 104px;
  }
  .sol-demo-badge--smartqr {
    min-width: max-content;
    padding: 4px 8px;
    left: 0;
    top: 330px;
    right: auto;
    bottom: auto;
  }
  /* Badges côté droit → recentrés au-dessus/en-dessous */
  .sol-exp-demo {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .sol-demo-badge--scan {
    left: 0; right: 0;
    width: max-content;
    margin-inline: auto;
    bottom: -44px;
    top: auto;
  }
  .sol-demo-badge--order,
  .sol-demo-badge--confirm {
    left: 0; right: 0;
    width: max-content;
    margin-inline: auto;
    top: -44px;
  }
  .sol-demo-badge--notif {
    left: 0; right: 0;
    width: max-content;
    margin-inline: auto;
    transform: none;
    top: -44px;
  }
  .sol-demo-float-card--smartqr-update {
    top: 72px;
    left: 0;
    right: auto;
    min-width: auto;
    padding: 0;
  }
  .sol-demo-float-card--smartqr-insight {
    top: 70px;
    left: 10px;
    min-width: 124px;
    padding: 7px 9px;
  }
  .sol-demo-analytics-card {
    left: 0;
    top: 270px;
    bottom: auto;
    padding: 7px 10px;
  }
  .sol-demo-analytics-card strong {
    font-size: 11px;
  }
}


/* ════════════════════════════════════════════════════════
   A-TO-Z FLOW
   ════════════════════════════════════════════════════════ */

.atoz-flow {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 34px;
  padding: 4px 0 7px;
}
.atoz-flow::-webkit-scrollbar { display: none; }

.atoz-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  min-width: 106px;
  padding: 17px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: background var(--transition);
}
.atoz-step:hover {
  background: var(--surface-strong);
}
.atoz-step--end {
  border-color: rgba(255,255,255,0.18);
}
html[data-theme="light"] .atoz-step--end {
  border-color: rgba(20,20,20,0.18);
}

.atoz-num {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--soft);
}
.atoz-step span:last-child {
  font-size: .85rem;
  font-weight: 600;
  color: var(--text);
  text-align: center;
  line-height: 1.3;
}

.atoz-arrow {
  flex-shrink: 0;
  width: 24px;
  text-align: center;
  font-size: 1rem;
  color: var(--soft);
  opacity: 0.45;
  user-select: none;
}


/* ════════════════════════════════════════════════════════
   7-SECOND CALLOUT
   ════════════════════════════════════════════════════════ */

.seven-sec-callout {
  display: flex;
  align-items: center;
  gap: 41px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 37px 44px;
  margin: 0 0 41px;
}

.seven-sec-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.seven-sec-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(72px, 9vw, 108px);
  font-weight: 700;
  line-height: 1;
  color: var(--text);
}

.seven-sec-unit {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--soft);
}

.seven-sec-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.seven-sec-copy strong {
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
}

.seven-sec-copy p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.68;
  margin: 0;
}

.seven-sec-note {
  margin: -22px 0 0;
  max-width: none;
  width: 100%;
  text-align: right;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
}

html[data-theme="light"] .section-shell:has(.solutions-grid)::before,
html[data-theme="light"] .section-shell:has(.philosophy-quote)::before,
html[data-theme="light"] .section-shell:has(.story-grid)::before,
html[data-theme="light"] .section-shell:has(.reviews-grid)::before,
html[data-theme="light"] .premium-photo-band::before {
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}

html[data-theme="light"] .atoz-step,
html[data-theme="light"] .seven-sec-callout,
html[data-theme="light"] .philosophy-card,
html[data-theme="light"] .value-grid .panel-card,
html[data-theme="light"] .for-who-card,
html[data-theme="light"] .story-grid .panel-card,
html[data-theme="light"] .review-card {
  background: #ffffff !important;
  border-color: rgba(26,22,17,0.1) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

html[data-theme="light"] .review-card {
  color: #161616 !important;
}

html[data-theme="light"] .review-card .review-quote {
  color: rgba(0,0,0,0.72) !important;
  border-left-color: rgba(0,0,0,0.1) !important;
}

html[data-theme="light"] .review-card .review-author strong {
  color: #111 !important;
}

html[data-theme="light"] .review-card .review-author span {
  color: rgba(0,0,0,0.45) !important;
}

html[data-theme="light"] .review-card .review-author {
  border-top-color: rgba(0,0,0,0.1) !important;
}

html[data-theme="light"] .review-card .review-avatar {
  background: rgba(0,0,0,0.04) !important;
  border-color: rgba(0,0,0,0.1) !important;
  color: #161616 !important;
}

html[data-theme="light"] .review-card .review-avatar--logo {
  background: #f5f5f5 !important;
}

html[data-theme="light"] .review-card .review-link {
  color: rgba(0,0,0,0.45) !important;
  border-bottom-color: rgba(0,0,0,0.15) !important;
}

html[data-theme="light"] .review-card .review-stars svg {
  color: #e6a800 !important;
}

html[data-theme="light"] .cta-panel {
  background: #000 !important;
  border-color: rgba(255,255,255,0.1) !important;
  box-shadow: 0 24px 48px rgba(0,0,0,0.22);
}

html[data-theme="light"] .philosophy-card::after,
html[data-theme="light"] .value-grid .panel-card::after,
html[data-theme="light"] .for-who-card::after,
html[data-theme="light"] .story-grid .panel-card::after {
  background: linear-gradient(180deg, rgba(255,255,255,0.06), transparent 30%, rgba(255,255,255,0.02) 100%);
}

html[data-theme="light"] .review-card::after {
  background: none;
}

html[data-theme="light"] .atoz-step {
  box-shadow: none;
}

html[data-theme="light"] .atoz-step:hover {
  background: rgba(255,255,255,0.05) !important;
}

html[data-theme="light"] .atoz-step .atoz-num,
html[data-theme="light"] .atoz-step span:last-child {
  color: #fff;
}

html[data-theme="light"] .atoz-step--end {
  border-color: rgba(255,255,255,0.18) !important;
}

html[data-theme="light"] .seven-sec-unit,
html[data-theme="light"] .panel-kicker {
  color: rgba(0,0,0,0.38) !important;
}

html[data-theme="light"] .seven-sec-number {
  color: #111 !important;
}
html[data-theme="light"] .seven-sec-copy strong,
html[data-theme="light"] .philosophy-card h3,
html[data-theme="light"] .value-grid h3,
html[data-theme="light"] .for-who-card h3,
html[data-theme="light"] .story-grid h3 {
  color: #111 !important;
}

html[data-theme="light"] .seven-sec-copy p,
html[data-theme="light"] .philosophy-card p,
html[data-theme="light"] .value-grid .panel-card p,
html[data-theme="light"] .for-who-card p,
html[data-theme="light"] .story-grid .panel-card p {
  color: rgba(0,0,0,0.55) !important;
}

html[data-theme="light"] .about-value-icon,
html[data-theme="light"] .for-who-icon,
html[data-theme="light"] .review-avatar {
  border-color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.82);
}

html[data-theme="light"] .review-avatar--logo,
.review-avatar--logo {
  background: #fff !important;
  border-color: rgba(255,255,255,0.18) !important;
}

html[data-theme="light"] .review-author {
  border-top-color: rgba(255,255,255,0.1);
}

html[data-theme="light"] .review-link {
  border-bottom-color: rgba(255,255,255,0.18);
}

html[data-theme="light"] .cta-panel {
  background: #000 !important;
}

html[data-theme="light"] .cta-panel .eyebrow {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.9);
}

html[data-theme="light"] .cta-panel .btn {
  background: #fff;
  color: #0a0a0a;
}

@media (hover: hover) {
  html[data-theme="light"] .atoz-step:hover,
  html[data-theme="light"] .philosophy-card:hover,
  html[data-theme="light"] .value-grid .panel-card:hover,
  html[data-theme="light"] .for-who-card:hover,
  html[data-theme="light"] .story-grid .panel-card:hover,
  html[data-theme="light"] .cta-panel:hover {
    background: #000 !important;
    border-color: rgba(255,255,255,0.18) !important;
    box-shadow: 0 24px 44px rgba(0,0,0,0.22) !important;
  }

  html[data-theme="light"] .review-card:hover {
    background: #f0f0f2 !important;
    border-color: rgba(0,0,0,0.12) !important;
    box-shadow: 0 16px 32px rgba(0,0,0,0.1) !important;
  }

  html[data-theme="light"] .atoz-step:hover {
    box-shadow: none !important;
  }

  html[data-theme="light"] .philosophy-card:hover .about-value-icon,
  html[data-theme="light"] .value-grid .panel-card:hover .about-value-icon,
  html[data-theme="light"] .for-who-card:hover .for-who-icon {
    background: rgba(255,255,255,0.06) !important;
    border-color: rgba(255,255,255,0.16) !important;
    color: rgba(255,255,255,0.88) !important;
  }

  html[data-theme="light"] .review-card:hover .review-avatar {
    background: rgba(0,0,0,0.06) !important;
    border-color: rgba(0,0,0,0.12) !important;
    color: #161616 !important;
  }

  html[data-theme="light"] .review-card:hover .review-avatar--logo,
  .review-card:hover .review-avatar--logo {
    background: #fff !important;
    border-color: rgba(0,0,0,0.1) !important;
  }

  html[data-theme="light"] .review-card .review-link:hover {
    color: #111 !important;
    border-color: rgba(0,0,0,0.3) !important;
  }

  html[data-theme="light"] .review-link:hover,
  html[data-theme="light"] .scope-band-link:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.28);
  }

  html[data-theme="light"] .atoz-step:hover .atoz-num,
  html[data-theme="light"] .atoz-step:hover span:last-child {
    color: #fff !important;
  }

  html[data-theme="light"] .philosophy-card:hover .panel-kicker,
  html[data-theme="light"] .value-grid .panel-card:hover .panel-kicker,
  html[data-theme="light"] .for-who-card:hover .panel-kicker,
  html[data-theme="light"] .story-grid .panel-card:hover .panel-kicker {
    color: rgba(255,255,255,0.72) !important;
  }

  html[data-theme="light"] .philosophy-card:hover h3,
  html[data-theme="light"] .value-grid .panel-card:hover h3,
  html[data-theme="light"] .for-who-card:hover h3,
  html[data-theme="light"] .story-grid .panel-card:hover h3 {
    color: #fff !important;
  }

  html[data-theme="light"] .review-card:hover .review-author strong {
    color: #111 !important;
  }

  html[data-theme="light"] .philosophy-card:hover p,
  html[data-theme="light"] .value-grid .panel-card:hover p,
  html[data-theme="light"] .for-who-card:hover p,
  html[data-theme="light"] .story-grid .panel-card:hover p {
    color: rgba(255,255,255,0.84) !important;
  }
}

html[data-theme="light"] :is(
  .about-numbers,
  .positioning-feature,
  .scope-band,
  .handcode-limit-item,
  .atoz-step,
  .seven-sec-callout,
  .philosophy-card,
  .value-grid .panel-card,
  .for-who-card,
  .story-grid .panel-card,
  .cta-panel
) :is(h1, h2, h3, h4, strong, blockquote) {
  color: #fff !important;
}

html[data-theme="light"] :is(
  .about-numbers,
  .positioning-feature,
  .scope-band,
  .handcode-limit-item,
  .atoz-step,
  .seven-sec-callout,
  .philosophy-card,
  .value-grid .panel-card,
  .for-who-card,
  .story-grid .panel-card,
  .cta-panel
) :is(
  p,
  .panel-kicker,
  .about-number-label,
  .scope-band-text,
  .scope-band-note,
  .handcode-limit-body p,
  .atoz-num,
  .atoz-arrow,
  .seven-sec-unit
) {
  color: rgba(255,255,255,0.84) !important;
}

@media (hover: hover) {
  html[data-theme="light"] :is(
    .about-numbers,
    .positioning-feature,
    .scope-band,
    .handcode-limit-item,
    .atoz-step,
    .seven-sec-callout,
    .philosophy-card,
    .value-grid .panel-card,
    .for-who-card,
    .story-grid .panel-card,
    .cta-panel
  ):hover :is(h1, h2, h3, h4, strong, blockquote) {
    color: #fff !important;
  }

  html[data-theme="light"] :is(
    .about-numbers,
    .positioning-feature,
    .scope-band,
    .handcode-limit-item,
    .atoz-step,
    .seven-sec-callout,
    .philosophy-card,
    .value-grid .panel-card,
    .for-who-card,
    .story-grid .panel-card,
    .cta-panel
  ):hover :is(
    p,
    .panel-kicker,
    .about-number-label,
    .scope-band-text,
    .scope-band-note,
    .handcode-limit-body p,
    .atoz-num,
    .atoz-arrow,
    .seven-sec-unit
  ) {
    color: rgba(255,255,255,0.84) !important;
  }
}

#approche {
  display: none !important;
}

/* ════════════════════════════════════════════════════════════
   LIGHT MODE — nouvelles sections
   ════════════════════════════════════════════════════════════ */

/* Variables communes */
html[data-theme="light"] {
  --lm-text: #1a1611;
  --lm-muted: rgba(26,22,17,0.55);
  --lm-soft: rgba(26,22,17,0.35);
  --lm-border: rgba(26,22,17,0.1);
}

/* ── Body / shell ──────────────────────────────────────────── */
html[data-theme="light"] body { background: #faf8f1 !important; }

/* ── Stats section ─────────────────────────────────────────── */
html[data-theme="light"] .about-stats-section {
  border-top-color: rgba(26,22,17,0.1);
  border-bottom-color: rgba(26,22,17,0.1);
}
html[data-theme="light"] .about-stats-grid::before,
html[data-theme="light"] .about-stats-grid::after {
  background: rgba(26,22,17,0.1);
}
html[data-theme="light"] .about-stats-grid::before { top: 0; }
html[data-theme="light"] .about-stats-grid::after  { bottom: 0; }
html[data-theme="light"] .about-stats-header-rule { background: rgba(26,22,17,0.1); }
html[data-theme="light"] .about-stats-label,
html[data-theme="light"] .about-stats-num { color: rgba(26,22,17,0.4); }
html[data-theme="light"] .about-stat-kicker { color: rgba(26,22,17,0.35); }
html[data-theme="light"] .about-stat-val { color: #1a1611; }
html[data-theme="light"] .about-stat-val small { color: #b45309; }
html[data-theme="light"] .about-stat-desc { color: rgba(26,22,17,0.5); }
html[data-theme="light"] .about-stat-cell:not(:last-of-type)::after {
  background: rgba(26,22,17,0.1);
}
html[data-theme="light"] .about-stats-roman { color: rgba(26,22,17,0.04); }

/* ── Diff section ──────────────────────────────────────────── */
html[data-theme="light"] .diff-section {
  background: #ffffff;
}
html[data-theme="light"] .diff-headline { color: #111; }
html[data-theme="light"] .diff-sub { color: rgba(0,0,0,0.48); }
html[data-theme="light"] .diff-roman { color: rgba(0,0,0,0.06); }
html[data-theme="light"] .diff-section .diff-chain > span:not(.diff-arrow) {
  border-color: rgba(0,0,0,0.18);
  color: rgba(0,0,0,0.55);
}
html[data-theme="light"] .diff-section .diff-arrow { color: rgba(0,0,0,0.25); }
html[data-theme="light"] .diff-chain-highlight {
  border-color: rgba(22,163,74,0.55) !important;
  color: #16a34a !important;
  background: rgba(22,163,74,0.08) !important;
}

/* ── IA section ────────────────────────────────────────────── */
html[data-theme="light"] .ia-section {
  background: #ffffff;
}
html[data-theme="light"] .ia-roman { color: rgba(0,0,0,0.06); }
html[data-theme="light"] .ia-quote { color: #111; }
html[data-theme="light"] .ia-quote-mark { color: rgba(0,0,0,0.2); }
html[data-theme="light"] .ia-attr { color: rgba(0,0,0,0.38); }
html[data-theme="light"] .ia-card { border-top-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); }
html[data-theme="light"] .ia-card:first-child { border-right-color: rgba(0,0,0,0.08); }
html[data-theme="light"] .ia-card-num { color: rgba(0,0,0,0.25); }
html[data-theme="light"] .ia-card-title { color: #111; }
html[data-theme="light"] .ia-card-desc { color: rgba(0,0,0,0.52); }
html[data-theme="light"] .ia-card-tag { border-color: rgba(0,0,0,0.14); color: rgba(0,0,0,0.45); }
html[data-theme="light"] .ia-section--no-glow { background: #ffffff; border-top-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); }

/* ── Engage section ────────────────────────────────────────── */
html[data-theme="light"] .engage-section {
  background: #f5f4f1;
}
html[data-theme="light"] .engage-title { color: #111; }
html[data-theme="light"] .engage-sub { color: rgba(0,0,0,0.48); }
html[data-theme="light"] .engage-cards { border-top-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); }
html[data-theme="light"] .engage-card { border-right-color: rgba(0,0,0,0.08); }
html[data-theme="light"] .engage-kicker { color: rgba(0,0,0,0.32); }
html[data-theme="light"] .engage-card-title { color: #111; }
html[data-theme="light"] .engage-card-desc { color: rgba(0,0,0,0.52); }
html[data-theme="light"] .engage-card-tags span { border-color: rgba(0,0,0,0.14); color: rgba(0,0,0,0.45); }

/* ── AtoZ section ──────────────────────────────────────────── */
html[data-theme="light"] .atoz-section { background: #f5f4f1; }
html[data-theme="light"] .atoz-title { color: #111; }
html[data-theme="light"] .atoz-sub { color: rgba(0,0,0,0.48); }
html[data-theme="light"] .atoz-roman { color: rgba(0,0,0,0.05); }
html[data-theme="light"] .atoz-kicker { color: rgba(0,0,0,0.32); }
html[data-theme="light"] .atoz-steps { border-top-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); }
html[data-theme="light"] .atoz-col { border-right-color: rgba(0,0,0,0.08); }
html[data-theme="light"] .atoz-col-num { color: rgba(0,0,0,0.2); }
html[data-theme="light"] .atoz-col-title { color: #111; }
html[data-theme="light"] .atoz-col-desc { color: rgba(0,0,0,0.36); }
html[data-theme="light"] .atoz-cards { border-top-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); }
html[data-theme="light"] .atoz-card { border-right-color: rgba(0,0,0,0.08); }
html[data-theme="light"] .atoz-card-kicker { color: rgba(0,0,0,0.32); }
html[data-theme="light"] .atoz-card-title { color: #111; }
html[data-theme="light"] .atoz-card-desc { color: rgba(0,0,0,0.52); }
html[data-theme="light"] .atoz-card-tags span { border-color: rgba(0,0,0,0.14); color: rgba(0,0,0,0.45); }
html[data-theme="light"] .atoz-closing { color: rgba(0,0,0,0.35); }
html[data-theme="light"] .atoz-card:hover { background: rgba(0,0,0,0.02); }

/* ── Pour qui section ──────────────────────────────────────── */
html[data-theme="light"] .pourqui-section {
  background: #ffffff;
}
html[data-theme="light"] .pourqui-title { color: #111; }
html[data-theme="light"] .pourqui-sub { color: rgba(0,0,0,0.48); }
html[data-theme="light"] .pourqui-list { border-top-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); }
html[data-theme="light"] .pourqui-row { border-bottom-color: rgba(0,0,0,0.07); }
html[data-theme="light"] .pourqui-row:hover { background: rgba(0,0,0,0.02); }
html[data-theme="light"] .pourqui-row-num { color: rgba(0,0,0,0.15); }
html[data-theme="light"] .pourqui-row-title { color: #111; }
html[data-theme="light"] .pourqui-kicker { color: rgba(0,0,0,0.32); }
html[data-theme="light"] .pourqui-item-desc { color: rgba(0,0,0,0.52); }

/* ── CTA final ─────────────────────────────────────────────── */
html[data-theme="light"] .about-cta-bg img { filter: brightness(0.5); }
html[data-theme="light"] .about-cta-title { color: #f4f1ea; }
html[data-theme="light"] .about-cta-sub { color: rgba(255,255,255,0.65); }
html[data-theme="light"] .about-cta-card { background: rgba(255,255,255,0.15); }
html[data-theme="light"] .about-cta-card:hover { background: rgba(255,255,255,0.25); }
html[data-theme="light"] .about-cta-right { border-color: rgba(255,255,255,0.15); background: rgba(255,255,255,0.08); }

/* ── Section roman bg (générique) ─────────────────────────── */
html[data-theme="light"] .section-roman-bg { color: rgba(26,22,17,0.04); }

/* ── Notes hero ────────────────────────────────────────────── */
html[data-theme="light"] .about-note { background: rgba(255,255,255,0.88); border-color: rgba(0,0,0,0.1); }
html[data-theme="light"] .about-note strong { color: #1a1611; }
html[data-theme="light"] .about-note span { color: rgba(26,22,17,0.55); }
html[data-theme="light"] .pill-geo { background: rgba(255,255,255,0.88); border-color: rgba(0,0,0,0.1); color: #1a1611; }

@media (max-width: 640px) {
  .atoz-flow {
    margin: 0 0 24px;
  }
  .atoz-step {
    min-width: 90px;
    padding: 14px 9px;
  }
  .seven-sec-callout {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    padding: 24px 20px;
  }
  .seven-sec-stat {
    flex-direction: row;
    align-items: baseline;
    gap: 7px;
  }
  .seven-sec-number {
    font-size: 54.4px;
  }
  .seven-sec-unit {
    font-size: .72rem;
  }
}

/* Mobile overflow guard */
main,
.about-hero,
.section-shell,
.panel-card,
.about-visual,
.about-photo-wrap,
.about-notes,
.positioning-grid,
.positioning-feature,
.solutions-grid,
.solution-card,
.handcode-hero-row,
.handcode-limits,
.handcode-grid,
.scope-band,
.sol-exp-row,
.sol-exp-demo,
.sol-demo-stage,
.reviews-grid,
.review-card,
.cta-panel {
  min-width: 0;
  max-width: 100%;
}

.about-visual > .pill-geo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 760px) {
  main {
    width: min(100%, calc(100vw - 24px));
  }

  .about-hero,
  .section-shell {
    overflow: hidden;
  }

  .about-hero {
    gap: 15px;
  }

  .hero-copy,
  .about-visual,
  .hero-footer,
  .section-head,
  .positioning-copy,
  .handcode-hero-copy {
    min-width: 0;
  }

  .eyebrow,
  .hero-pills span,
  .mini-pills span,
  .about-photo-badge,
  .about-visual > .pill-geo,
  .diff-chain > span:not(.diff-arrow),
  .handcode-limit-tag,
  .sol-demo-badge,
  .sol-demo-float-card {
    white-space: normal;
  }

  .hero-pills,
  .mini-pills,
  .diff-chain {
    justify-content: center;
  }

  .about-photo-wrap,
  .about-notes,
  .about-numbers,
  .diff-band,
  .handcode-limits,
  .scope-band,
  .seven-sec-callout,
  .cta-panel {
    border-radius: 20px;
  }

  .diff-chain {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    width: 100%;
  }

  .diff-arrow {
    display: none;
  }

  .handcode-hero-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .handcode-statement {
    width: 100%;
    justify-self: stretch;
  }

  .sol-demo-stage {
    width: 100%;
    margin-inline: auto;
    overflow: hidden;
  }

  .sol-demo-badge,
  .sol-demo-float-card {
    max-width: calc(100vw - 48px);
  }
}

@media (max-width: 420px) {
  main {
    width: min(100%, calc(100vw - 20px));
  }

  .about-visual,
  .value-grid .panel-card,
  .approach-card,
  .story-grid .panel-card,
  .nav-card,
  .cta-panel,
  .solution-card,
  .philosophy-card,
  .for-who-card {
    padding: 15px;
  }

  .about-photo-badge {
    left: 10px;
    right: 10px;
    justify-content: center;
  }

  .about-photo-badge--br {
    bottom: 10px;
  }

  .about-numbers {
    padding: 17px 14px;
  }

  .section-head h2,
  .cta-panel h2,
  .positioning-copy h2,
  .handcode-hero-copy .section-head h2 {
    font-size: clamp(2.15rem, 13vw, 3.2rem);
  }
}
