/* ═══════════ 5 · TIPOGRAFIA BASE ═══════════ */
/* ─── typography helpers ─── */
.eyebrow {
  font-size: .82rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--brand)!important;
  margin-bottom: 2.2rem;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.5);
}

.display {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.2rem, 5.2vw, 4.4rem);
  line-height: 1.06;
  letter-spacing: -.01em
}

.display-mini {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.5rem, 2.5vw, 2.6rem);
  line-height: 1.06;
  letter-spacing: -.01em
}

h4 {
  margin: 1.6rem 0 0;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}

.section-sub {
  color: var(--white-dim);
  margin-top: 1.6rem;
  line-height: 1.7;
  font-size: 1.02rem
}
