/* ============================================================
   Neon Studio — theme.css
   Chaleur nostalgique / synthwave réchauffé
   ============================================================ */

/* ——— Base ——— */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img, video, iframe { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ——— Modes sombre / crème ——— */
body.is-dark {
  background: var(--wp--preset--color--night);
  color: var(--wp--preset--color--fg-dark);
}
body.is-cream {
  background: var(--wp--preset--color--cream);
  color: var(--wp--preset--color--fg-cream);
}

/* ——— En-tête / nav ——— */
.ns-header {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--ns-rule);
  padding: 28px 72px;
}
body.is-dark .ns-header  { --ns-rule: rgba(243, 244, 246, 0.08); }
body.is-cream .ns-header { --ns-rule: rgba(31, 41, 55, 0.12); }

.ns-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; max-width: 1440px; margin: 0 auto;
}
.ns-logo {
  text-decoration: none; color: inherit;
  font-family: var(--wp--preset--font-family--display);
  font-weight: 600; font-size: 16px; letter-spacing: -0.01em;
  display: inline-flex; align-items: center; gap: 10px;
}
.ns-logo__square {
  width: 10px; height: 10px; border-radius: 2px;
  background: linear-gradient(135deg, var(--wp--preset--color--peach) 0%, var(--wp--preset--color--violet) 100%);
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.6);
}
.ns-logo__tld { color: var(--wp--preset--color--peach); }
.ns-nav { display: flex; gap: 36px; }
.ns-nav a {
  text-decoration: none;
  font-family: var(--wp--preset--font-family--body);
  font-size: 14px; letter-spacing: 0.01em;
  color: inherit; opacity: 0.75;
}
body.is-dark .ns-nav a  { color: var(--wp--preset--color--fg-dark-muted); opacity: 1; }
body.is-cream .ns-nav a { color: var(--wp--preset--color--fg-cream-muted); opacity: 1; }
.ns-nav a:hover { color: var(--wp--preset--color--peach); }
.ns-nav a.current-menu-item,
.ns-nav a[aria-current="page"] {
  color: var(--wp--preset--color--fg-dark);
}
body.is-cream .ns-nav a.current-menu-item,
body.is-cream .ns-nav a[aria-current="page"] { color: var(--wp--preset--color--fg-cream); }

/* ——— LED + labels mono ——— */
@keyframes nsLed {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(125, 249, 160, 0), 0 0 10px 2px rgba(125, 249, 160, 0.55);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 5px rgba(125, 249, 160, 0), 0 0 4px 1px rgba(125, 249, 160, 0.35);
    opacity: 0.75;
  }
}
.ns-led {
  display: inline-block;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--wp--preset--color--led);
  animation: nsLed 1.8s ease-in-out infinite;
  vertical-align: middle;
}
.ns-led-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--wp--preset--font-family--mono);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
}
body.is-dark .ns-led-label  { color: var(--wp--preset--color--fg-dark-muted); }
body.is-cream .ns-led-label { color: var(--wp--preset--color--fg-cream-muted); }

.ns-kicker {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
}
body.is-dark .ns-kicker  { color: var(--wp--preset--color--fg-dark-dim); }
body.is-cream .ns-kicker { color: var(--wp--preset--color--fg-cream-muted); }
.ns-kicker--dim { opacity: 0.65; }

/* ——— Tags ——— */
.ns-tag {
  display: inline-flex; align-items: center;
  font-family: var(--wp--preset--font-family--mono);
  font-size: 10.5px; letter-spacing: 0.14em;
  padding: 4px 10px; border-radius: 999px;
  text-transform: uppercase; border: 1px solid transparent;
}
.ns-tag--violet {
  color: #C4B5FD;
  background: rgba(139, 92, 246, 0.14);
  border-color: rgba(139, 92, 246, 0.35);
}
.ns-tag--peach {
  color: var(--wp--preset--color--peach-hi);
  background: rgba(244, 162, 97, 0.14);
  border-color: rgba(244, 162, 97, 0.35);
}
body.is-cream .ns-tag--violet {
  color: var(--wp--preset--color--violet);
  background: rgba(109, 40, 217, 0.10);
  border-color: rgba(109, 40, 217, 0.30);
}
body.is-cream .ns-tag--peach {
  color: #B56B2A;
  background: rgba(244, 162, 97, 0.15);
  border-color: rgba(244, 162, 97, 0.45);
}

/* ——— Halo violet ——— */
.ns-halo {
  position: absolute; pointer-events: none; z-index: 0;
  transform: translate(-50%, -50%); filter: blur(2px);
}
.ns-halo--dark {
  background: radial-gradient(closest-side,
    rgba(139,92,246,0.55) 0%,
    rgba(109,40,217,0.35) 40%,
    rgba(11,11,18,0) 72%);
}
.ns-halo--cream {
  background: radial-gradient(closest-side,
    rgba(139,92,246,0.22) 0%,
    rgba(109,40,217,0.14) 40%,
    rgba(251,247,240,0) 72%);
}

/* ——— Scanlines très subtiles (home) ——— */
.ns-scanlines::before {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  opacity: 0.04;
  background-image: repeating-linear-gradient(0deg,
    rgba(255,255,255,0.7) 0 1px, transparent 1px 3px);
}

/* ——— Hero home ——— */
.ns-hero {
  position: relative; overflow: hidden;
  padding: 120px 72px 140px;
  border-bottom: 1px solid rgba(243, 244, 246, 0.08);
}
.ns-hero__inner { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto; }
.ns-hero__tags  { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }
.ns-hero__title {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 500; font-size: 88px; line-height: 0.96;
  letter-spacing: -0.035em; color: var(--wp--preset--color--fg-dark);
  margin: 0; max-width: 980px; text-wrap: balance;
}
.ns-hero__title em {
  font-style: normal; color: var(--wp--preset--color--peach);
}
.ns-hero__lede {
  font-family: var(--wp--preset--font-family--body);
  font-size: 18px; line-height: 1.55;
  color: var(--wp--preset--color--fg-dark-muted);
  margin-top: 32px; max-width: 620px; text-wrap: pretty;
}
.ns-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; align-items: center; }
.ns-hero__cta-primary,
.ns-hero__cta-secondary {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--wp--preset--font-family--body);
  font-weight: 500; font-size: 14.5px; letter-spacing: 0.01em;
  padding: 14px 22px; border-radius: 8px;
  text-decoration: none; transition: box-shadow .3s ease, background .3s ease, color .3s ease;
}
.ns-hero__cta-primary {
  color: #fff; background: var(--wp--preset--color--violet);
  box-shadow: 0 8px 28px rgba(109, 40, 217, 0.45);
}
.ns-hero__cta-primary:hover {
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.22), 0 10px 36px rgba(139, 92, 246, 0.6);
}
.ns-hero__cta-secondary {
  color: var(--wp--preset--color--fg-dark);
  border: 1px solid rgba(243, 244, 246, 0.08);
  background: transparent;
}
.ns-hero__cta-secondary:hover { color: var(--wp--preset--color--peach); }

.ns-hero__timeline {
  margin-top: 88px;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px; max-width: 780px;
  border-top: 1px solid rgba(243, 244, 246, 0.08);
  padding-top: 28px;
}
.ns-hero__timeline-date  {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 10.5px; letter-spacing: 0.14em;
  color: var(--wp--preset--color--fg-dark-dim);
  text-transform: uppercase; margin-bottom: 6px;
}
.ns-hero__timeline-where {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 500; font-size: 18px;
  color: var(--wp--preset--color--fg-dark);
  letter-spacing: -0.01em;
}

/* ——— Dernier épisode ——— */
.ns-latest {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 80px; align-items: center;
  max-width: 1280px; margin: 0 auto;
}
.ns-latest__media { max-width: 420px; width: 100%; }
.ns-video__frame {
  position: relative; aspect-ratio: 9 / 16;
  border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(243, 244, 246, 0.08);
  background: var(--wp--preset--color--night-3);
}
.ns-video__frame iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}
.ns-video__frame--placeholder {
  display: flex; align-items: center; justify-content: center;
  background: repeating-linear-gradient(135deg,
    var(--wp--preset--color--night-3) 0 14px,
    rgba(139, 92, 246, 0.18) 14px 15px);
}
.ns-video__frame--placeholder span,
.ns-video__frame--placeholder a {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 11px; letter-spacing: 0.14em;
  color: var(--wp--preset--color--fg-dark-muted);
  text-transform: uppercase;
  background: rgba(11,11,18,0.75);
  padding: 6px 10px; border-radius: 4px;
  border: 1px solid rgba(243, 244, 246, 0.08);
  text-decoration: none;
}
body.is-cream .ns-video__frame {
  background: var(--wp--preset--color--cream-2);
  border-color: rgba(31, 41, 55, 0.12);
}
body.is-cream .ns-video__frame--placeholder {
  background: repeating-linear-gradient(135deg,
    var(--wp--preset--color--cream-2) 0 14px,
    rgba(109, 40, 217, 0.10) 14px 15px);
}
body.is-cream .ns-video__frame--placeholder span,
body.is-cream .ns-video__frame--placeholder a {
  color: var(--wp--preset--color--fg-cream-muted);
  background: rgba(251, 247, 240, 0.85);
  border-color: rgba(31, 41, 55, 0.12);
}
.ns-video__meta {
  display: flex; gap: 8px; margin-top: 14px;
  font-family: var(--wp--preset--font-family--mono);
  font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; align-items: center;
}
body.is-dark .ns-video__meta  { color: var(--wp--preset--color--fg-dark-muted); }
body.is-cream .ns-video__meta { color: var(--wp--preset--color--fg-cream-muted); }
.ns-video__meta a { text-decoration: none; color: inherit; border-bottom: 1px solid currentColor; }
.ns-video__sep { opacity: 0.5; }

.ns-latest__text > .ns-led-label { margin-bottom: 20px; display: inline-flex; }
.ns-latest__title {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 500; font-size: 52px; line-height: 1.02;
  letter-spacing: -0.03em; color: var(--wp--preset--color--fg-dark);
  margin: 0 0 40px; text-wrap: balance;
}
.ns-latest__title a { text-decoration: none; color: inherit; }
.ns-latest__title a:hover { color: var(--wp--preset--color--peach); }
.ns-latest__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 520px; }
.ns-latest__kf {
  padding: 20px 20px 22px;
  border: 1px solid rgba(243, 244, 246, 0.08);
  border-radius: 12px;
  background: rgba(19, 19, 33, 0.55);
  backdrop-filter: blur(4px);
}
.ns-latest__kf-label {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 10.5px; letter-spacing: 0.14em;
  color: var(--wp--preset--color--fg-dark-dim);
  text-transform: uppercase; margin-bottom: 10px;
}
.ns-latest__kf-row {
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
  font-family: var(--wp--preset--font-family--display);
}
.ns-latest__was {
  font-weight: 500; font-size: 34px; letter-spacing: -0.02em;
  color: var(--wp--preset--color--fg-dark-muted);
  text-decoration: line-through;
  text-decoration-color: var(--wp--preset--color--fg-dark-dim);
  text-decoration-thickness: 1px;
}
.ns-latest__arrow {
  font-family: var(--wp--preset--font-family--mono);
  color: var(--wp--preset--color--violet-hi);
}
.ns-latest__now {
  font-weight: 600; font-size: 44px; letter-spacing: -0.025em;
  color: var(--wp--preset--color--peach);
}
.ns-latest__tags { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; }
.ns-latest__cta {
  margin-top: 40px; text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--wp--preset--font-family--body);
  font-size: 14.5px; font-weight: 500;
  color: var(--wp--preset--color--fg-dark);
  border-bottom: 1px solid var(--wp--preset--color--peach);
  padding-bottom: 4px;
}
.ns-latest__cta:hover { color: var(--wp--preset--color--peach); }

/* ——— Section wrapper ——— */
.ns-section {
  position: relative; overflow: hidden;
  padding: 120px 72px;
  border-bottom: 1px solid rgba(243, 244, 246, 0.08);
}
body.is-cream .ns-section { border-bottom-color: rgba(31, 41, 55, 0.12); }
.ns-section__inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 2; }
.ns-section--cream-2 { background: var(--wp--preset--color--cream-2); }

.ns-section__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 56px; flex-wrap: wrap;
}
.ns-section__kicker { margin-bottom: 12px; }
.ns-section__title {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 500; font-size: 44px; letter-spacing: -0.025em;
  margin: 0; line-height: 1.05;
}
body.is-dark .ns-section__title  { color: var(--wp--preset--color--fg-dark); }
body.is-cream .ns-section__title { color: var(--wp--preset--color--fg-cream); }
.ns-section__lede {
  font-family: var(--wp--preset--font-family--body);
  font-size: 14px; max-width: 320px; text-align: right;
}
body.is-dark .ns-section__lede  { color: var(--wp--preset--color--fg-dark-muted); }
body.is-cream .ns-section__lede { color: var(--wp--preset--color--fg-cream-muted); }

/* ——— Liste épisodes ——— */
.ns-eplist {
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid rgba(243, 244, 246, 0.08);
}
body.is-cream .ns-eplist { border-top-color: rgba(31, 41, 55, 0.12); }
.ns-eprow { border-bottom: 1px solid rgba(243, 244, 246, 0.08); transition: background .25s ease; }
body.is-cream .ns-eprow { border-bottom-color: rgba(31, 41, 55, 0.12); }
.ns-eprow:hover { background: rgba(139, 92, 246, 0.06); }
.ns-eprow__link {
  display: grid; grid-template-columns: 80px 1.4fr 1fr auto;
  align-items: center; gap: 24px;
  padding: 28px 8px;
  text-decoration: none; color: inherit;
}
.ns-eprow__link--disabled { cursor: default; }
.ns-eprow__num {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 14px; letter-spacing: 0.08em;
}
.ns-eprow--live .ns-eprow__num { color: var(--wp--preset--color--peach); }
.ns-eprow--soon .ns-eprow__num,
.ns-eprow--draft .ns-eprow__num { color: var(--wp--preset--color--fg-dark-dim); }
body.is-cream .ns-eprow--soon .ns-eprow__num,
body.is-cream .ns-eprow--draft .ns-eprow__num { color: var(--wp--preset--color--fg-cream-muted); }
.ns-eprow__tag { margin-bottom: 6px; }
.ns-eprow__title {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 500; font-size: 22px; letter-spacing: -0.015em;
  line-height: 1.2; text-wrap: balance;
}
.ns-eprow--draft .ns-eprow__title { color: var(--wp--preset--color--fg-dark-muted); }
body.is-cream .ns-eprow--draft .ns-eprow__title { color: var(--wp--preset--color--fg-cream-muted); }
.ns-eprow:hover .ns-eprow__title { color: var(--wp--preset--color--peach); }
.ns-eprow__key {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 13px;
}
.ns-eprow--live .ns-eprow__key { color: var(--wp--preset--color--peach); }
.ns-eprow--soon .ns-eprow__key,
.ns-eprow--draft .ns-eprow__key { color: var(--wp--preset--color--fg-dark-dim); }
body.is-cream .ns-eprow--soon .ns-eprow__key,
body.is-cream .ns-eprow--draft .ns-eprow__key { color: var(--wp--preset--color--fg-cream-muted); }
.ns-eprow__date {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 11.5px; letter-spacing: 0.08em;
  text-align: right; display: flex; align-items: center; gap: 12px; justify-content: flex-end;
  color: var(--wp--preset--color--fg-dark-dim);
}
body.is-cream .ns-eprow__date { color: var(--wp--preset--color--fg-cream-muted); }
.ns-eprow__arrow { color: var(--wp--preset--color--fg-dark); }
body.is-cream .ns-eprow__arrow { color: var(--wp--preset--color--fg-cream); }

/* ——— Page cas d'usage — header ——— */
.ns-ep-header {
  position: relative; overflow: hidden;
  padding: 64px 72px 96px;
  border-bottom: 1px solid rgba(31, 41, 55, 0.12);
}
.ns-ep-header__inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; }
.ns-ep-breadcrumb {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--wp--preset--font-family--mono);
  font-size: 11px; letter-spacing: 0.14em;
  color: var(--wp--preset--color--fg-cream-muted);
  text-transform: uppercase; margin-bottom: 28px;
}
.ns-ep-breadcrumb a { color: inherit; text-decoration: none; }
.ns-ep-breadcrumb a:hover { color: var(--wp--preset--color--violet); }
.ns-ep-breadcrumb__current { color: var(--wp--preset--color--fg-cream); }
.ns-ep-header__tags { display: flex; gap: 10px; margin-bottom: 28px; flex-wrap: wrap; }
.ns-ep-header__title {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 500; font-size: 84px; line-height: 0.96;
  letter-spacing: -0.035em; color: var(--wp--preset--color--fg-cream);
  margin: 0; max-width: 1000px; text-wrap: balance;
}
.ns-ep-header__split {
  margin-top: 72px;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 64px; align-items: flex-end;
}

/* ——— Vidéo 9:16 + méta ——— */
.ns-video { max-width: 440px; }
.ns-video__frame { aspect-ratio: 9 / 16; }
.ns-video--header {}

/* ——— Chiffre clé (crème) ——— */
.ns-keyfig--cream {}
.ns-keyfig__kicker {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 11px; letter-spacing: 0.16em;
  color: var(--wp--preset--color--fg-cream-muted);
  text-transform: uppercase; margin-bottom: 18px;
}
.ns-keyfig__row {
  display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap;
  font-family: var(--wp--preset--font-family--display);
  font-weight: 500; letter-spacing: -0.04em; line-height: 0.95;
}
.ns-keyfig__was {
  font-size: 72px; color: var(--wp--preset--color--fg-cream-muted);
  text-decoration: line-through; text-decoration-thickness: 2px;
}
.ns-keyfig__arrow {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 32px; color: var(--wp--preset--color--violet);
}
.ns-keyfig__now {
  font-size: 104px; color: var(--wp--preset--color--peach); font-weight: 600;
}
.ns-keyfig__meta {
  margin-top: 20px; display: flex; gap: 28px; flex-wrap: wrap;
  font-family: var(--wp--preset--font-family--mono);
  font-size: 13px; color: var(--wp--preset--color--fg-cream-muted);
}
.ns-keyfig__meta strong { color: var(--wp--preset--color--fg-cream); font-weight: 500; }
.ns-keyfig__now-sm { color: var(--wp--preset--color--peach) !important; font-weight: 600 !important; }

/* ——— Sections narratives (Avant / Déclic / Maintenant / Conseil / Transition) ——— */
.ns-narrative {
  position: relative;
  padding: 88px 72px;
  border-bottom: 1px solid rgba(31, 41, 55, 0.12);
}
.ns-narrative__inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 180px 1fr 420px;
  gap: 64px; align-items: baseline;
}
.ns-narrative__rail {}
.ns-narrative__num {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 14px; color: var(--wp--preset--color--fg-cream-muted);
  letter-spacing: 0.12em;
}
.ns-narrative__kicker {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 11px; letter-spacing: 0.16em;
  color: var(--wp--preset--color--violet);
  text-transform: uppercase; margin-top: 8px;
}
.ns-narrative__title {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 500; font-size: 40px; line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--wp--preset--color--fg-cream);
  margin: 0; text-wrap: balance;
}
.ns-narrative__body {
  font-family: var(--wp--preset--font-family--body);
  font-size: 16.5px; line-height: 1.65;
  color: var(--wp--preset--color--fg-cream);
  max-width: 480px; text-wrap: pretty;
}

/* ——— Skill block ——— */
.ns-skill-wrap {
  display: grid; gap: 48px;
  grid-template-columns: 1fr 1fr;
}
.ns-skill-card {
  border: 1px solid rgba(31, 41, 55, 0.12);
  background: var(--wp--preset--color--cream);
  border-radius: 12px;
  padding: 36px;
}
.ns-skill-card__kicker {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 11px; letter-spacing: 0.16em;
  color: var(--wp--preset--color--fg-cream-muted);
  text-transform: uppercase; margin-bottom: 14px;
}
.ns-skill-card__name {
  display: block;
  font-family: var(--wp--preset--font-family--mono);
  font-size: 22px;
  color: var(--wp--preset--color--fg-cream);
  background: rgba(109, 40, 217, 0.08);
  border: 1px solid rgba(109, 40, 217, 0.22);
  padding: 14px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  word-break: break-all;
}
.ns-skill-card__desc {
  font-family: var(--wp--preset--font-family--body);
  font-size: 14.5px; line-height: 1.6;
  color: var(--wp--preset--color--fg-cream);
}
.ns-skill-card__list {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 14px;
}
.ns-skill-card__list li {
  display: grid; grid-template-columns: 130px 1fr;
  gap: 20px; padding-bottom: 14px;
  border-bottom: 1px solid rgba(31, 41, 55, 0.12);
}
.ns-skill-card__list li:last-child { border-bottom: none; padding-bottom: 0; }
.ns-skill-card__list li > span:first-child {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 11px; letter-spacing: 0.12em;
  color: var(--wp--preset--color--fg-cream-muted);
  text-transform: uppercase; padding-top: 3px;
}
.ns-skill-card__list li > span:last-child {
  font-family: var(--wp--preset--font-family--body);
  font-size: 14.5px; line-height: 1.55;
  color: var(--wp--preset--color--fg-cream);
}

/* ——— Next episode (teaser sombre sur page crème) ——— */
.ns-next {
  position: relative; overflow: hidden;
  padding: 120px 72px;
  background: var(--wp--preset--color--night);
  color: var(--wp--preset--color--fg-dark);
}
.ns-next__inner {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 48px;
}
.ns-next__kicker {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 11px; letter-spacing: 0.16em;
  color: var(--wp--preset--color--fg-dark-muted);
  text-transform: uppercase; margin-bottom: 14px;
}
.ns-next__title {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 500; font-size: 48px; line-height: 1.05;
  letter-spacing: -0.03em; color: var(--wp--preset--color--fg-dark);
  margin: 0; text-wrap: balance;
}
.ns-next__title em { font-style: normal; color: var(--wp--preset--color--peach); }
.ns-next__cta {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; font-family: var(--wp--preset--font-family--body);
  font-weight: 500; font-size: 14.5px; color: #fff;
  background: var(--wp--preset--color--violet);
  padding: 14px 22px; border-radius: 8px;
  box-shadow: 0 8px 28px rgba(109, 40, 217, 0.45);
  transition: box-shadow .3s ease;
  white-space: nowrap;
}
.ns-next__cta:hover {
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.22), 0 10px 36px rgba(139, 92, 246, 0.6);
}

/* ——— À propos — teaser home ——— */
.ns-about-teaser {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 80px; align-items: center;
  max-width: 1280px; margin: 0 auto;
}
.ns-about-teaser__title {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 500; font-size: 48px; line-height: 1.05;
  letter-spacing: -0.03em; color: var(--wp--preset--color--fg-dark);
  margin: 0; text-wrap: balance;
}
.ns-about-teaser__title span { color: var(--wp--preset--color--fg-dark-muted); }
.ns-about-teaser__cta {
  margin-top: 28px; text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--wp--preset--font-family--body);
  font-size: 14.5px; font-weight: 500;
  color: var(--wp--preset--color--fg-dark);
  border-bottom: 1px solid rgba(243, 244, 246, 0.08);
  padding-bottom: 4px;
}
.ns-about-teaser__cta:hover { color: var(--wp--preset--color--peach); }

/* ——— Signal faible (capture email discret) ——— */
.ns-signal {
  padding: 32px;
  border: 1px solid rgba(243, 244, 246, 0.08);
  border-radius: 12px;
  background: rgba(19, 19, 33, 0.6);
}
.ns-signal__kicker {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 11px; letter-spacing: 0.14em;
  color: var(--wp--preset--color--fg-dark-dim);
  text-transform: uppercase; margin-bottom: 12px;
}
.ns-signal__title {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 500; font-size: 24px; letter-spacing: -0.015em;
  color: var(--wp--preset--color--fg-dark);
  margin: 0 0 20px; line-height: 1.25; text-wrap: balance;
}
.ns-signal__form { display: flex; gap: 8px; flex-wrap: nowrap; }
.ns-signal__form input {
  flex: 1 1 220px;
  background: rgba(11, 11, 18, 0.8);
  border: 1px solid rgba(243, 244, 246, 0.08);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--wp--preset--color--fg-dark);
  font-family: var(--wp--preset--font-family--body);
  font-size: 14px; outline: none;
}
.ns-signal__form input::placeholder { color: var(--wp--preset--color--fg-dark-dim); }
.ns-signal__form input:focus { border-color: var(--wp--preset--color--violet-hi); }
.ns-signal__form button {
  background: var(--wp--preset--color--fg-dark);
  color: var(--wp--preset--color--night);
  border: 0; border-radius: 8px;
  padding: 12px 18px;
  font-family: var(--wp--preset--font-family--body);
  font-weight: 500; font-size: 14px; cursor: pointer;
}
.ns-signal__form button:hover {
  background: var(--wp--preset--color--peach); color: var(--wp--preset--color--night);
}
.ns-signal__note {
  margin-top: 14px;
  font-family: var(--wp--preset--font-family--body);
  font-size: 12.5px;
  color: var(--wp--preset--color--fg-dark-dim);
}

/* ——— Footer ——— */
.ns-footer {
  padding: 56px 72px 72px;
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  flex-wrap: wrap;
}
body.is-dark .ns-footer  { border-top: 1px solid rgba(243, 244, 246, 0.08); }
body.is-cream .ns-footer { border-top: 1px solid rgba(31, 41, 55, 0.12); }
.ns-footer__copy {
  font-family: var(--wp--preset--font-family--mono);
  font-size: 11.5px; letter-spacing: 0.1em;
  text-transform: uppercase;
}
body.is-dark .ns-footer__copy  { color: var(--wp--preset--color--fg-dark-dim); }
body.is-cream .ns-footer__copy { color: var(--wp--preset--color--fg-cream-muted); }
.ns-footer__links { display: flex; gap: 24px; }
.ns-footer__links a {
  text-decoration: none; font-family: var(--wp--preset--font-family--body); font-size: 13px;
}
body.is-dark .ns-footer__links a  { color: var(--wp--preset--color--fg-dark-muted); }
body.is-cream .ns-footer__links a { color: var(--wp--preset--color--fg-cream-muted); }
.ns-footer__links a:hover { color: var(--wp--preset--color--peach); }

/* ——— Page générique (A propos, mentions, etc.) ——— */
.ns-page {
  max-width: 1280px; margin: 0 auto;
  padding: 96px 72px 120px;
}
.ns-page h1 {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 500; font-size: 92px; line-height: 0.96;
  letter-spacing: -0.035em; color: var(--wp--preset--color--fg-cream);
  margin: 0 0 40px; max-width: 1100px; text-wrap: balance;
}
.ns-page h1 em { font-style: normal; color: var(--wp--preset--color--peach); }
.ns-page h2 {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 500; font-size: 44px; letter-spacing: -0.025em;
  color: var(--wp--preset--color--fg-cream);
  margin: 56px 0 24px;
}
.ns-page p {
  font-family: var(--wp--preset--font-family--body);
  font-size: 17px; line-height: 1.7;
  color: var(--wp--preset--color--fg-cream);
  max-width: 780px; text-wrap: pretty;
}

/* ——— 768px — point unique mobile ——— */
@media (max-width: 768px) {
  .ns-header              { padding: 20px 24px; }
  .ns-nav, .ns-header__inner > .ns-led-label { display: none; }
  .ns-hero                { padding: 48px 24px 64px; }
  .ns-hero__title         { font-size: 40px; line-height: 1.02; }
  .ns-hero__lede          { font-size: 15px; margin-top: 20px; }
  .ns-hero__ctas          { margin-top: 28px; }
  .ns-hero__timeline      { display: none; }

  .ns-section             { padding: 64px 24px; }
  .ns-section__title      { font-size: 28px; }
  .ns-section__head       { margin-bottom: 32px; }
  .ns-section__lede       { display: none; }

  .ns-latest              { grid-template-columns: 1fr; gap: 32px; }
  .ns-latest__media       { max-width: 320px; margin: 0 auto; }
  .ns-latest__title       { font-size: 32px; }
  .ns-latest__grid        { gap: 16px; max-width: 100%; }
  .ns-latest__now         { font-size: 34px; }
  .ns-latest__was         { font-size: 28px; }

  .ns-eprow__link         { grid-template-columns: 44px 1fr auto; gap: 16px; padding: 20px 0; }
  .ns-eprow__key          { display: none; }
  .ns-eprow__title        { font-size: 17px; }
  .ns-eprow__date span:first-child { display: none; }

  .ns-ep-header           { padding: 32px 24px 48px; }
  .ns-ep-header__title    { font-size: 40px; line-height: 1.02; }
  .ns-ep-header__split    { grid-template-columns: 1fr; gap: 32px; margin-top: 36px; }
  .ns-video               { max-width: 340px; margin: 0 auto; }

  .ns-keyfig__was         { font-size: 44px; }
  .ns-keyfig__now         { font-size: 60px; }
  .ns-keyfig__arrow       { font-size: 24px; }

  .ns-narrative           { padding: 48px 24px; }
  .ns-narrative__inner    { grid-template-columns: 1fr; gap: 20px; }
  .ns-narrative__rail     { display: flex; gap: 16px; align-items: baseline; }
  .ns-narrative__kicker   { margin-top: 0; }
  .ns-narrative__title    { font-size: 26px; }
  .ns-narrative__body     { font-size: 15px; }

  .ns-skill-wrap          { grid-template-columns: 1fr; gap: 24px; }
  .ns-skill-card          { padding: 24px; }
  .ns-skill-card__name    { font-size: 18px; }
  .ns-skill-card__list li { grid-template-columns: 1fr; gap: 4px; }

  .ns-next                { padding: 64px 24px; }
  .ns-next__inner         { grid-template-columns: 1fr; gap: 24px; }
  .ns-next__title         { font-size: 28px; }

  .ns-about-teaser        { grid-template-columns: 1fr; gap: 32px; }
  .ns-about-teaser__title { font-size: 30px; }
  .ns-signal              { padding: 24px; }
  .ns-signal__title       { font-size: 20px; }
  .ns-signal__form        { flex-wrap: wrap; }

  .ns-footer              { padding: 40px 24px 48px; flex-direction: column; align-items: flex-start; }

  .ns-page                { padding: 48px 24px 64px; }
  .ns-page h1             { font-size: 40px; }
  .ns-page h2             { font-size: 28px; margin-top: 40px; }
  .ns-page p              { font-size: 15.5px; }
}
