/* ============================================================
   pages.css — styles communs aux pages internes
   (Services, Cas clients, Observatoire)
   ============================================================ */

/* ---------- Hero standard de page ---------- */
.page-hero {
  padding: 120px 48px 96px;
  position: relative;
}
.page-hero-inner { max-width: 1280px; margin: 0 auto; }
.page-hero h1 {
  font-size: clamp(56px, 7vw, 120px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.98;
  margin: 24px 0 28px;
  max-width: 16ch;
}
.page-hero p.sub {
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 1.5;
  max-width: 56ch;
  margin: 0;
}
.page-hero-blue { background: var(--un-blue); color: #fff; }
.page-hero-blue h1, .page-hero-blue p.sub { color: #fff; }
.page-hero-blue p.sub { color: rgba(255,255,255,.85); }
.page-hero-black { background: var(--un-black); color: #fff; }
.page-hero-black h1, .page-hero-black p.sub { color: #fff; }
.page-hero-black p.sub { color: rgba(255,255,255,.78); }
.page-hero-white { background: #fff; color: var(--fg-1); }
.page-hero-white p.sub { color: var(--fg-2); }

/* ---------- CTA finale standard ---------- */
.page-cta {
  background: var(--un-blue);
  color: #fff;
  padding: 120px 48px;
}
.page-cta-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: end;
}
.page-cta h2 {
  font-size: clamp(48px, 5vw, 84px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.02;
  color: #fff;
  margin: 0 0 24px;
  max-width: 18ch;
}
.page-cta p {
  font-size: 20px; line-height: 1.5;
  color: rgba(255,255,255,.85);
  max-width: 36ch;
  margin: 0 0 32px;
}
.page-cta-actions { display: flex; align-items: flex-end; justify-content: flex-end; }

@media (max-width: 960px) {
  .page-hero { padding: 72px 24px 56px; }
  .page-cta { padding: 72px 24px; }
  .page-cta-inner { grid-template-columns: 1fr; gap: 32px; }
  .page-cta-actions { justify-content: flex-start; }
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.sv-hero {
  background: var(--un-blue);
  color: #fff;
  padding: 140px 48px 112px;
}
.sv-hero-inner { max-width: 1280px; margin: 0 auto; }
.sv-hero .un-eyebrow { color: rgba(255,255,255,.75); }
.sv-hero-h1 {
  font-size: clamp(56px, 7vw, 120px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.98;
  margin: 28px 0 32px;
  max-width: 18ch;
  color: #fff;
}
.sv-hero-h1 em { font-style: italic; color: var(--un-yellow-sun); }
.sv-hero-sub {
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 1.5;
  max-width: 56ch;
  color: rgba(255,255,255,.85);
  margin: 0;
}

.sv-section { padding: 120px 48px; }
.sv-bg-white { background: #fff; }
.sv-bg-light { background: #f5f4ef; }
.sv-inner { max-width: 1280px; margin: 0 auto; }

.sv-head {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 80px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border-1);
}
.sv-num {
  font-size: clamp(96px, 12vw, 200px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.85;
  color: var(--un-blue);
  font-family: var(--font-display);
}
.sv-title {
  font-size: clamp(40px, 4.4vw, 68px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.02;
  color: var(--fg-1);
  margin: 0 0 12px;
  max-width: 22ch;
}
.sv-sub {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--fg-3);
  margin-bottom: 20px;
}
.sv-hook {
  font-size: 22px;
  line-height: 1.4;
  color: var(--un-blue);
  font-style: italic;
  margin: 16px 0 0;
  max-width: 42ch;
}

.sv-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 80px;
  align-items: start;
}
.sv-col-left, .sv-col-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
.sv-desc {
  grid-column: 1 / -1;
  font-size: 20px;
  line-height: 1.55;
  color: var(--fg-2);
  max-width: 70ch;
  margin: 0;
}
.sv-block { display: flex; flex-direction: column; gap: 16px; }
.sv-list, .sv-q-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column;
  gap: 14px;
}
.sv-list li, .sv-q-list li {
  font-size: 17px;
  line-height: 1.5;
  color: var(--fg-1);
  padding-left: 24px;
  position: relative;
}
.sv-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--un-blue);
  font-weight: 500;
}
.sv-q-list li {
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.45;
  font-style: italic;
  color: var(--fg-1);
  padding-left: 26px;
  position: relative;
  text-wrap: pretty;
}
.sv-q-list li::before {
  content: "«";
  position: absolute;
  left: 0;
  top: -0.05em;
  font-style: normal;
  font-size: 1.15em;
  line-height: 1;
  color: var(--un-blue);
}
.sv-q-list li::after { content: " »"; color: var(--un-blue); font-style: normal; }
.sv-bg-white .sv-q-list li::before,
.sv-bg-white .sv-q-list li::after { color: var(--un-blue); }

.sv-souv {
  background: #fff;
  color: var(--fg-1);
  padding: 28px 30px;
  border-left: 3px solid var(--un-blue);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sv-bg-white .sv-souv { background: #f5f4ef; }
.sv-souv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(19px, 1.5vw, 24px);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.15;
  color: var(--un-blue);
}
.sv-souv-dot {
  flex: none;
  width: 10px; height: 10px;
  border-radius: 999px;
  background: var(--un-yellow-sun);
}
.sv-souv-desc {
  margin: 0;
  font-size: 17px;
  line-height: 1.62;
  color: var(--fg-2);
  max-width: 76ch;
}

.sv-levels {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 8px;
}
.sv-level {
  padding: 24px 28px;
  background: #fff;
  border: 1px solid var(--border-1);
  border-left: 3px solid var(--un-blue);
}
.sv-bg-white .sv-level { background: #f5f4ef; border-color: transparent; }
.sv-level-label {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--un-blue);
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.sv-level-title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.2;
  margin: 0 0 10px;
  color: var(--fg-1);
}
.sv-level-desc {
  font-size: 16px;
  line-height: 1.5;
  color: var(--fg-2);
  margin: 0;
}

.sv-case-card {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  padding: 36px 40px 32px;
  background: var(--un-blue);
  color: #fff;
  text-decoration: none;
  margin-top: 24px;
  transition: background .14s var(--ease-out);
}
.sv-case-card:hover { background: var(--un-blue-deep); }
.sv-case-eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sv-case-tag {
  color: var(--un-yellow-sun);
  font-weight: 500;
}
.sv-case-sector { color: rgba(255,255,255,.7); }
.sv-case-client {
  font-size: clamp(30px, 2.6vw, 44px);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1;
  margin-bottom: 14px;
}
.sv-case-titre {
  font-size: clamp(19px, 1.5vw, 23px);
  line-height: 1.4;
  font-weight: 400;
  color: rgba(255,255,255,.94);
  margin: 0;
  max-width: 60ch;
  text-wrap: pretty;
}
.sv-case-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}
.sv-case-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 500;
  color: #0A0A0A;
  background: var(--un-yellow-sun);
  padding: 12px 22px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background .14s var(--ease-out);
}
.sv-case-btn .un-arrow { transition: transform .14s var(--ease-out); }
.sv-case-card:hover .sv-case-btn { background: var(--un-yellow-sun-press); }
.sv-case-card:hover .sv-case-btn .un-arrow { transform: translateX(4px); }

@media (max-width: 960px) {
  .sv-hero { padding: 88px 24px 64px; }
  .sv-section { padding: 64px 24px; }
  .sv-head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 48px;
    padding-bottom: 32px;
  }
  .sv-num { font-size: 96px; }
  .sv-body { grid-template-columns: 1fr; gap: 40px; }
  .sv-case-card {
    padding: 24px;
  }
  .sv-case-foot { justify-content: flex-start; }
}

.sv-final-cta {
  background: var(--un-blue);
  color: #fff;
  padding: 120px 48px;
}
.sv-final-cta-inner {
  max-width: 1280px; margin: 0 auto;
  text-align: left;
}
.sv-final-cta h2 {
  font-size: clamp(56px, 6vw, 96px);
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 1;
  color: #fff;
  margin: 0 0 24px;
}
.sv-final-cta p {
  font-size: 22px;
  line-height: 1.4;
  color: rgba(255,255,255,.85);
  max-width: 44ch;
  margin: 0 0 40px;
}
@media (max-width: 960px) { .sv-final-cta { padding: 72px 24px; } }

/* ============================================================
   CAS CLIENTS PAGE
   ============================================================ */
.cc-hero {
  background: #fff;
  padding: 140px 48px 96px;
  border-bottom: 1px solid var(--border-1);
}
.cc-hero-inner { max-width: 1280px; margin: 0 auto; }
.cc-hero h1 {
  font-size: clamp(56px, 7vw, 120px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.98;
  margin: 28px 0 28px;
  max-width: 14ch;
}
.cc-hero h1 em { font-style: italic; color: var(--un-blue); }
.cc-hero p.sub {
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 1.5;
  color: var(--fg-2);
  max-width: 60ch;
  margin: 0;
}

.cc-case { padding: 120px 48px; }
.cc-bg-white { background: #fff; }
.cc-bg-light { background: #f5f4ef; }
.cc-inner { max-width: 1280px; margin: 0 auto; }

.cc-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  padding: 16px 0;
  border-top: 1.5px solid var(--fg-1);
  border-bottom: 1px solid var(--border-1);
  margin-bottom: 48px;
}
.cc-banner-client {
  font-size: clamp(28px, 2.6vw, 44px);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--un-blue);
  line-height: 1;
  margin-right: 8px;
}
.cc-banner-sector {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--fg-3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cc-banner-result {
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  color: #0A0A0A;
  background: var(--un-yellow-sun);
  padding: 8px 16px;
  border-radius: 999px;
  letter-spacing: -0.005em;
}

.cc-title {
  font-size: clamp(40px, 4.6vw, 76px);
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 1.02;
  color: var(--fg-1);
  margin: 0 0 56px;
  max-width: 24ch;
}

.cc-defi {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 80px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border-1);
}
.cc-defi-label {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--un-blue);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-top: 8px;
}
.cc-defi-text {
  font-size: 20px;
  line-height: 1.55;
  color: var(--fg-1);
  max-width: 70ch;
  margin: 0;
}

.cc-steps {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: start;
}
.cc-steps-label {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--un-blue);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-top: 8px;
}
.cc-steps-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cc-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  align-items: baseline;
  padding-bottom: 28px;
  border-bottom: 1px dashed var(--border-1);
}
.cc-step:last-child { border-bottom: none; padding-bottom: 0; }
.cc-step-num {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
  color: var(--un-blue);
  font-family: var(--font-display);
}
.cc-step-title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.25;
  margin: 0 0 8px;
  color: var(--fg-1);
}
.cc-step-desc {
  font-size: 17px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0;
  max-width: 64ch;
}

@media (max-width: 960px) {
  .cc-hero { padding: 88px 24px 56px; }
  .cc-case { padding: 64px 24px; }
  .cc-banner-result { margin-left: 0; }
  .cc-defi, .cc-steps { grid-template-columns: 1fr; gap: 16px; }
  .cc-defi { margin-bottom: 48px; padding-bottom: 32px; }
}

/* ============================================================
   OBSERVATOIRE PAGE
   ============================================================ */
.ob-hero {
  background: var(--un-blue);
  color: #fff;
  padding: 140px 48px 112px;
}
.ob-hero-inner { max-width: 1280px; margin: 0 auto; }
.ob-hero h1 {
  font-size: clamp(56px, 7vw, 120px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.98;
  margin: 28px 0 32px;
  max-width: 16ch;
  color: #fff;
}
.ob-hero p.sub {
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 1.5;
  color: rgba(255,255,255,.85);
  max-width: 56ch;
  margin: 0;
}

.ob-section { padding: 112px 48px; }
.ob-bg-white { background: #fff; }
.ob-bg-light { background: #f5f4ef; }
.ob-inner { max-width: 1280px; margin: 0 auto; }
.ob-section h2 {
  font-size: clamp(40px, 4.6vw, 72px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.02;
  margin: 16px 0 56px;
  max-width: 22ch;
}
.ob-section h2 em { font-style: italic; color: var(--un-blue); }
.ob-section .lede {
  font-size: 20px;
  line-height: 1.5;
  color: var(--fg-2);
  max-width: 56ch;
  margin: 0 0 56px;
}

.ob-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.ob-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.ob-card {
  background: #fff;
  padding: 36px 32px;
  border: 1px solid var(--border-1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-bg-white .ob-card { background: #f5f4ef; border-color: transparent; }
.ob-card-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--un-blue);
  letter-spacing: 0.08em;
}
.ob-card h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.2;
  margin: 0;
  color: var(--fg-1);
  max-width: 24ch;
}
.ob-card p {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0;
  max-width: none;
}
.ob-card ul { margin: 8px 0 0; padding-left: 18px; color: var(--fg-2); }
.ob-card ul li { margin-bottom: 6px; font-size: 15px; line-height: 1.5; }

.ob-callout {
  background: var(--un-blue);
  color: #fff;
  padding: 48px 56px;
  margin-top: 56px;
  border-left: 4px solid var(--un-yellow-sun);
}
.ob-callout p {
  font-size: 22px;
  line-height: 1.45;
  color: #fff;
  margin: 0;
  max-width: 70ch;
  font-style: italic;
}

.ob-insight {
  background: #fff;
  border-left: 4px solid var(--un-blue);
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ob-bg-white .ob-insight { background: #f5f4ef; }
.ob-insight-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--un-blue);
  letter-spacing: 0.08em;
}
.ob-insight h3 {
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.2;
  margin: 0;
  color: var(--fg-1);
  max-width: 30ch;
}
.ob-insight p {
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0;
  max-width: 64ch;
}

.ob-research {
  margin-top: 56px;
  padding-top: 52px;
  border-top: 1px solid var(--border-1);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: start;
}
.ob-research-head { position: sticky; top: 104px; }
.ob-research-eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--un-blue);
  border: 1px solid var(--un-blue);
  border-radius: 999px;
  padding: 6px 14px;
}
.ob-research-title {
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 500;
  letter-spacing: -0.028em;
  line-height: 1.08;
  color: var(--fg-1);
  margin: 22px 0 24px;
  text-wrap: pretty;
}
.ob-research-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.03em;
  color: var(--fg-3);
}
.ob-research-dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--un-blue);
  animation: ob-pulse 2.4s ease-out infinite;
}
@media (prefers-reduced-motion: reduce) { .ob-research-dot { animation: none; } }
@keyframes ob-pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,0,255,0.35); }
  70% { box-shadow: 0 0 0 8px rgba(0,0,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,0,255,0); }
}
.ob-research-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 62ch;
}
.ob-research-body p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--fg-2);
  margin: 0;
}
.ob-research-lead {
  font-size: 21px;
  line-height: 1.5;
  color: var(--fg-1);
  letter-spacing: -0.012em;
}
@media (max-width: 900px) {
  .ob-research {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 44px;
  }
  .ob-research-head { position: static; }
  .ob-research-lead { font-size: 19px; }
}

.ob-biblio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
}
.ob-faq-inner { max-width: 980px; }
.ob-faq {
  margin-top: 8px;
  border-top: 1px solid var(--border-1);
}
.ob-faq-item {
  border-bottom: 1px solid var(--border-1);
}
.ob-faq-q {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 30px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: clamp(20px, 1.9vw, 26px);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--fg-1);
  transition: color .14s var(--ease-out);
}
.ob-faq-q:hover { color: var(--un-blue); }
.ob-faq-item.is-open .ob-faq-q { color: var(--un-blue); }
.ob-faq-icon {
  position: relative;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 6px;
}
.ob-faq-icon::before,
.ob-faq-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: transform .22s var(--ease-out), opacity .22s var(--ease-out);
}
.ob-faq-icon::before {
  top: 50%; left: 0; right: 0; height: 2px; transform: translateY(-50%);
}
.ob-faq-icon::after {
  left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%);
}
.ob-faq-item.is-open .ob-faq-icon::after { transform: translateX(-50%) scaleY(0); opacity: 0; }
.ob-faq-a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .28s var(--ease-out);
}
.ob-faq-item.is-open .ob-faq-a-wrap { grid-template-rows: 1fr; }
.ob-faq-a { overflow: hidden; }
.ob-faq-a p {
  margin: 0;
  padding: 0 56px 32px 0;
  font-size: 19px;
  line-height: 1.6;
  color: var(--fg-2);
  max-width: 72ch;
}
.ob-biblio-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.ob-biblio-note {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--fg-3);
  letter-spacing: 0.04em;
}

.ob-cta {
  background: var(--un-blue);
  color: #fff;
  padding: 120px 48px;
}
.ob-cta-inner { max-width: 1280px; margin: 0 auto; }
.ob-cta h2 {
  font-size: clamp(48px, 5vw, 84px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #fff;
  margin: 0 0 28px;
  max-width: 18ch;
}
.ob-cta p {
  font-size: 20px;
  line-height: 1.55;
  color: rgba(255,255,255,.85);
  max-width: 64ch;
  margin: 0 0 36px;
}

@media (max-width: 960px) {
  .ob-hero { padding: 88px 24px 64px; }
  .ob-section { padding: 64px 24px; }
  .ob-grid-3, .ob-grid-2, .ob-biblio { grid-template-columns: 1fr; gap: 24px; }
  .ob-callout { padding: 32px 24px; }
  .ob-cta { padding: 72px 24px; }
}

/* ============================================================
   NOTRE MODÈLE PAGE
   Page courte et sobre — hors nav principale.
   ============================================================ */

/* Bloc 0 — Hero blanc, minimaliste */
.nm-hero {
  background: #fff;
  padding: 168px 48px 160px;
}
.nm-hero-inner { max-width: 1200px; margin: 0 auto; }
.nm-h1 {
  font-size: clamp(72px, 9vw, 160px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.92;
  color: var(--fg-1);
  margin: 40px 0 0;
}

/* Hero — sous-titre (lede) */
.nm-hero-sub {
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.42;
  letter-spacing: -0.014em;
  color: var(--fg-1);
  font-weight: 400;
  max-width: 38ch;
  margin: 96px 0 0;
  text-wrap: pretty;
}
.nm-hero-sub em {
  font-style: italic;
  color: var(--un-blue);
}

/* Bloc 2 — Le constat, fond noir, 3 colonnes */
.nm-constat {
  background: var(--un-black);
  color: #fff;
  padding: 144px 48px;
}
.nm-constat-inner { max-width: 1280px; margin: 0 auto; }
.nm-constat-h2 {
  font-size: clamp(56px, 6vw, 96px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
  margin: 0 0 96px;
  max-width: 18ch;
}
.nm-constat-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.18);
}
.nm-constat-col {
  padding: 56px 40px 56px 0;
  border-right: 1px solid rgba(255,255,255,.18);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nm-constat-col:not(:first-child) { padding-left: 40px; }
.nm-constat-col:last-child { border-right: none; }
.nm-constat-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.nm-constat-body {
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.32;
  letter-spacing: -0.012em;
  color: rgba(255,255,255,.78);
  margin: 0;
  max-width: 22ch;
  font-weight: 400;
}

/* Colonne centrale — mise en valeur */
.nm-constat-col-us {
  background: var(--un-blue);
  padding: 56px 40px;
  margin: -1px 0;
  border-right: none;
  outline: 1px solid var(--un-blue);
}
.nm-constat-label-us {
  color: var(--un-yellow-sun);
  font-weight: 500;
}
.nm-constat-body-us {
  color: #fff;
  font-size: clamp(40px, 4.2vw, 64px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

/* Bloc 3 — Le modèle, fond blanc */
.nm-modele {
  background: #fff;
  padding: 144px 48px;
}
.nm-modele-inner { max-width: 1200px; margin: 0 auto; }
.nm-modele-h2 {
  font-size: clamp(48px, 5vw, 84px);
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 1.02;
  color: var(--fg-1);
  margin: 0 0 80px;
  max-width: 22ch;
}
.nm-modele-h2 em { font-style: italic; color: var(--un-blue); }

.nm-noyau {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  align-items: start;
  padding: 48px 0;
  border-top: 1px solid var(--border-1);
  border-bottom: 1px solid var(--border-1);
}
.nm-noyau-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--un-blue);
  padding-top: 8px;
}
.nm-noyau-text {
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.5;
  color: var(--fg-1);
  margin: 0;
  max-width: 50ch;
  font-weight: 400;
}

.nm-exergue {
  margin: 96px 0 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: center;
}
.nm-exergue p {
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: var(--un-blue);
  font-style: italic;
  font-weight: 400;
  margin: 0 auto;
  max-width: 22ch;
}

/* Bloc 3.5 — Tout change (ou presque) — fond bleu signature, narratif */
.nm-shift {
  background: var(--un-blue);
  color: #fff;
  padding: 144px 48px;
  position: relative;
  overflow: hidden;
}
.nm-shift-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.nm-shift-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  margin-bottom: 56px;
}
.nm-shift-tick {
  background: rgba(255,255,255,.12);
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff;
  letter-spacing: 0.06em;
}
.nm-shift-rule {
  flex: 0 0 56px;
  height: 1px;
  background: rgba(255,255,255,.4);
}
.nm-shift-h2 {
  font-size: clamp(56px, 6.4vw, 116px);
  font-weight: 400;
  letter-spacing: -0.032em;
  line-height: 1;
  color: #fff;
  margin: 0 0 96px;
  max-width: 14ch;
}
.nm-shift-h2 em {
  font-style: italic;
  color: var(--un-yellow-sun);
  font-weight: 400;
}

.nm-shift-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 760px;
  margin-left: auto;
}
.nm-shift-lede {
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.45;
  letter-spacing: -0.012em;
  color: #fff;
  margin: 0;
  font-weight: 400;
  text-wrap: pretty;
}
.nm-shift-lede strong {
  font-weight: 500;
  color: var(--un-yellow-sun);
}

.nm-shift-list {
  list-style: none;
  margin: 8px 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.22);
}
.nm-shift-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.nm-shift-list-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--un-yellow-sun);
  padding-top: 4px;
}
.nm-shift-list-text {
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.5;
  color: rgba(255,255,255,.92);
  font-weight: 400;
}

.nm-shift-p {
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.55;
  letter-spacing: -0.005em;
  color: rgba(255,255,255,.92);
  margin: 16px 0 0;
  font-weight: 400;
  text-wrap: pretty;
}
.nm-shift-p strong {
  font-weight: 500;
  color: var(--un-yellow-sun);
}
.nm-shift-aside {
  font-style: italic;
  color: rgba(255,255,255,.6);
}

.nm-shift-pullquote {
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1.2;
  letter-spacing: -0.018em;
  color: var(--un-yellow-sun);
  font-weight: 400;
  font-style: italic;
  margin: 48px 0 24px;
  padding: 32px 0 0;
  border-top: 1.5px solid var(--un-yellow-sun);
  max-width: 22ch;
  text-wrap: balance;
}

.nm-shift-close em {
  font-style: italic;
  color: var(--un-yellow-sun);
}

/* Bloc 4 — Fondateurs, off-white */
.nm-founders {
  background: #f5f4ef;
  padding: 144px 48px;
}
.nm-founders-inner { max-width: 1200px; margin: 0 auto; }
.nm-founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1.5px solid var(--fg-1);
}
.nm-founder { display: flex; flex-direction: column; gap: 6px; }
.nm-founder-name {
  font-size: clamp(36px, 3.4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.022em;
  line-height: 1;
  color: var(--fg-1);
}
.nm-founder-role {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--un-blue);
  margin: 4px 0 20px;
}
.nm-founder-bio {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nm-founder-bio li {
  font-size: 17px;
  line-height: 1.45;
  color: var(--fg-2);
  padding-left: 20px;
  position: relative;
}
.nm-founder-bio li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--un-blue);
}
.nm-founder-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--fg-1);
  text-decoration: none;
  border: 1.5px solid var(--fg-1);
  border-radius: 999px;
  padding: 8px 16px;
  align-self: flex-start;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.nm-founder-linkedin svg { display: block; }
.nm-founder-linkedin:hover {
  color: #fff;
  background: var(--un-blue);
  border-color: var(--un-blue);
}

/* Bloc 5 — CTA noir */
.nm-cta {
  background: var(--un-black);
  color: #fff;
  padding: 144px 48px;
}
.nm-cta-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 64px;
  align-items: end;
}
.nm-cta-h2 {
  font-size: clamp(40px, 4.4vw, 68px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: #fff;
  margin: 0;
  max-width: 22ch;
}
.nm-cta-h2 em { font-style: italic; color: var(--un-yellow-sun); }
.nm-cta-btn { white-space: nowrap; }

@media (max-width: 960px) {
  .nm-hero { padding: 96px 24px 80px; }
  .nm-h1 { margin-top: 24px; }
  .nm-hero-sub { margin-top: 56px; max-width: none; font-size: clamp(22px, 4.5vw, 28px); }
  .nm-constat { padding: 80px 24px; }
  .nm-constat-h2 { margin-bottom: 48px; }
  .nm-constat-grid { grid-template-columns: 1fr; }
  .nm-constat-col {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding: 32px 0 !important;
  }
  .nm-constat-col-us {
    padding: 40px 24px !important;
    margin: 0;
  }
  .nm-constat-col:last-child { border-bottom: none; }
  .nm-modele { padding: 80px 24px; }
  .nm-noyau { grid-template-columns: 1fr; gap: 16px; padding: 32px 0; }
  .nm-exergue { margin-top: 64px; }
  .nm-shift { padding: 80px 24px; }
  .nm-shift-h2 { margin-bottom: 56px; }
  .nm-shift-eyebrow { margin-bottom: 40px; flex-wrap: wrap; }
  .nm-shift-rule { flex-basis: 32px; }
  .nm-shift-list li { grid-template-columns: 40px 1fr; gap: 16px; padding: 20px 0; }
  .nm-shift-pullquote { font-size: clamp(26px, 5.5vw, 36px); margin: 32px 0 16px; padding-top: 24px; }
  .nm-founders { padding: 80px 24px; }
  .nm-founders-grid { grid-template-columns: 1fr; gap: 48px; }
  .nm-cta { padding: 80px 24px; }
  .nm-cta-inner { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================================
   MENTIONS LÉGALES — page utilitaire sobre
   ============================================================ */
.ml-header {
  background: #fff;
  padding: 140px 48px 56px;
  border-bottom: 1px solid var(--border-1);
}
.ml-header-inner { max-width: 880px; margin: 0 auto; }
.ml-h1 {
  font-size: clamp(56px, 6vw, 96px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--fg-1);
  margin: 0 0 16px;
}
.ml-meta {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--fg-3);
  margin: 0;
}

.ml-page { background: #fff; }
.ml-body {
  max-width: 880px;
  margin: 0 auto;
  padding: 80px 48px 120px;
}
.ml-section {
  padding: 48px 0;
  border-bottom: 1px solid var(--border-1);
}
.ml-section:first-child { padding-top: 0; }
.ml-section:last-child { border-bottom: none; }

.ml-h2 {
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.15;
  color: var(--un-blue);
  margin: 0 0 28px;
}
.ml-h3 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--fg-1);
  margin: 28px 0 12px;
}
.ml-section p {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--fg-1);
  margin: 0 0 16px;
  max-width: 68ch;
}
.ml-section a {
  color: var(--un-blue);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.ml-section a:hover { color: var(--un-blue-deep); }
.ml-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ml-list li {
  font-size: 16.5px;
  line-height: 1.5;
  color: var(--fg-1);
  padding-left: 24px;
  position: relative;
}
.ml-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--un-blue);
  font-weight: 500;
}
.ml-todo {
  font-style: italic;
  color: var(--fg-3);
  background: #f5f4ef;
  padding: 12px 16px;
  border-left: 3px solid var(--border-2);
  font-size: 14.5px !important;
}

/* Crédits iconographiques */
.ml-credits {
  list-style: none;
  margin: 8px 0 24px;
  padding: 0;
  border-top: 1px solid var(--border-1);
}
.ml-credits li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-1);
}
.ml-credits-title {
  font-size: 16.5px;
  font-weight: 500;
  font-style: italic;
  color: var(--fg-1);
}
.ml-credits-meta {
  font-family: var(--font-mono);
  font-size: 13.5px;
  letter-spacing: 0.01em;
  color: var(--fg-3);
}
.ml-credits-note {
  font-size: 14.5px !important;
  color: var(--fg-3);
}

@media (max-width: 720px) {
  .ml-header { padding: 88px 24px 40px; }
  .ml-body { padding: 48px 24px 80px; }
  .ml-section { padding: 32px 0; }
}
