h1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: var(--fs-h1); line-height: 1.1; letter-spacing: -0.01em;
}
h2 {
  font-family: var(--font-display); font-weight: 600;
  font-size: var(--fs-h2); line-height: var(--leading-tight); letter-spacing: -0.01em;
}
h3 {
  font-family: var(--font-display); font-weight: 600;
  font-size: var(--fs-h3); line-height: 1.3;
}
h4 { font-family: var(--font-sans); font-weight: 600; font-size: var(--fs-h4); }

.eyebrow {
  font-family: var(--font-sans); font-size: var(--fs-eyebrow);
  font-weight: 600; letter-spacing: var(--tracking-label);
  text-transform: uppercase; color: var(--fg-accent);
}
p, .body { font-family: var(--font-sans); font-size: var(--fs-body); line-height: var(--leading-body); }
.body-lg { font-size: var(--fs-body-lg); line-height: var(--leading-loose); color: var(--fg-muted); }
.caption { font-family: var(--font-sans); font-size: var(--fs-caption); color: var(--fg-muted); }
.label-uc {
  font-family: var(--font-sans); font-size: var(--fs-eyebrow);
  font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey-mid);
}
.gold-rule { width: 48px; height: 2px; background: var(--gold); margin: 24px 0; border: 0; }
