.label-small {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}

h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
}

h3 {
  font-size: clamp(var(--text-xl), 2vw, var(--text-2xl));
  font-weight: 600;
}

h4 {
  font-size: var(--text-lg);
  font-weight: 600;
}

p {
  font-family: var(--font-body);
  line-height: 1.7;
  color: var(--ink);
}

.text-gray    { color: var(--gray); }
.text-emerald { color: var(--emerald); }
.text-paper   { color: var(--paper); }

/* ── Section heading: eyebrow + serif title + underline ── */
.section-heading {
  display: inline-block;
  margin-bottom: var(--space-10);
}

.section-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--emerald);
  margin-bottom: var(--space-3);
}

.section-heading h2,
.section-heading h3 {
  display: inline;
}

/* Center variant */
.section-heading--center {
  display: block;
  text-align: center;
}

.section-heading--center .underline-draw {
  margin-inline: auto;
}
