/* Phase 8 — headings + labels */
.heading-hero {
  font-family: var(--font-heading);
  font-size: clamp(36px, 11vw, var(--text-hero));
  font-weight: var(--weight-semibold);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 var(--space-4);
}

.heading-section {
  font-family: var(--font-heading);
  font-size: clamp(22px, 6vw, var(--text-section));
  font-weight: var(--weight-semibold);
  letter-spacing: -0.02em;
  margin: 0 0 var(--space-6);
}

.text-muted {
  color: var(--text-secondary);
  font-size: var(--text-body);
}

.text-label {
  font-size: var(--text-label);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}
