/* ============================================================================
 * site-clarity.css — warmth + clarity pass. MUST load last.
 * The v3 "editorial spine" (giant 01/02 index numbers, the long vertical rule,
 * the wide left gutter and the cold mono eyebrows) read as noise and made the
 * page feel rigid. This strips the spine and warms the labels so a visitor can
 * tell what Nama does at a glance.
 * ========================================================================== */

/* 1 · remove the left index spine (numbers + rule) and its gutter ---------- */
body.v3 .ed-ix,
body.v3 .ed-rule { display: none !important; }
@media (min-width: 820px) {
  body.v3 .sec:not(.s-manifesto):not(.s-cta):not(.s-graph):not(.s-quote) > .wrap {
    padding-left: 48px;
  }
}

/* 2 · warm the section eyebrows — plain sans, brand blue, no § tick -------- */
body.v3 .sec .eyebrow2 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #006ADF;
  margin-bottom: 16px;
}
body.v3 .sec .eyebrow2 .ed-sec { display: none; }

/* 3 · de-mono the small captions that felt cold --------------------------- */
body.v3 .s-proof .lab,
body.v3 .s-proof .stat .c,
body.v3 .s-story .ms .yr,
body.v3 .s-cta .cta-reassure { font-family: var(--font-sans); }
body.v3 .s-proof .lab { letter-spacing: 0.1em; }

/* 4 · internal page-hero — warm eyebrow + crumb, drop the § --------------- */
.ph-eyebrow {
  font-family: var(--font-sans) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  color: var(--brand-300) !important;
}
.ph-eyebrow .s { display: none; }
.ph-crumb { font-family: var(--font-sans); }

/* 5 · explore-more label — plain ------------------------------------------ */
.morenav .mn-lab {
  font-family: var(--font-sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
