/* ============================================================
   Anjuli de Boer — Struktur Hell (baked theme)
   architektonisch · klar · Raster · Akzent: Ochre
   ============================================================ */

/* Structural emphasis: heavier display, prominent numerals, column rhythm */
.display { font-weight: 600; letter-spacing: -0.018em; }
.eyebrow { color: var(--fg); }
.eyebrow .num { font-size: 0.95rem; }

/* Monospace, upright numerals for the structural look */
.work__num,
.cap__idx,
.format__num { font-style: normal; font-family: ui-monospace, "SF Mono", Menlo, monospace; }

/* Active navigation link */
.nav__link.is-current { color: var(--fg); }
.nav__link.is-current::after { transform: scaleX(1); }
.nav__mobile a.is-current { color: var(--accent); }

/* Accent tick before section labels */
.sec-label::before {
  content: ""; display: inline-block; width: 2rem; height: 1px;
  background: var(--accent); margin-right: 1rem; vertical-align: middle;
}
