/* === NAHIBU TYPOGRAPHY === */

h1, h2, h3, .display {
  font-family: var(--nh-serif);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--nh-navy-900);
  text-wrap: balance;
}

h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); line-height: 1.12; }
h3 { font-size: var(--fs-h3); letter-spacing: -0.01em; line-height: 1.3; }
h4 {
  font-family: var(--nh-sans);
  font-size: var(--fs-h4);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--nh-navy-900);
}

p { margin-bottom: var(--s-6); }
p:last-child { margin-bottom: 0; }

strong { font-weight: 600; color: var(--nh-navy-900); }

/* Gradient text */
.nh-em {
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(180deg, var(--nh-cyan-700) 30%, var(--nh-cyan-600) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Mono label */
.nh-mono {
  font-family: var(--nh-mono);
  font-size: var(--fs-mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nh-ink-3);
}

/* Eyebrow/kicker */
.nh-eyebrow {
  display: block;
  font-family: var(--nh-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nh-ink-3);
}

/* Category-colored kickers */
.nh-kicker-science      { color: var(--nh-science); }
.nh-kicker-recettes     { color: var(--nh-recettes); }
.nh-kicker-alimentation { color: var(--nh-alimentation); }
.nh-kicker-lifestyle    { color: var(--nh-lifestyle); }
.nh-kicker-sante        { color: var(--nh-sante); }
.nh-kicker-nahibu       { color: var(--nh-nahibu); }
