
.h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--bordo);
}
.h2 em { font-style: italic; color: var(--marrom); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--marrom);
  margin-bottom: 1.1rem;
}
.eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rosa); box-shadow: 0 0 0 4px rgba(201,154,146,.25); }
.eyebrow--light { color: var(--bege); }
.eyebrow--light .eyebrow__dot { background: var(--rosa); }
.eyebrow--blue { color: var(--azul); }
.eyebrow--blue .eyebrow__dot { background: var(--azul-claro); box-shadow: 0 0 0 4px rgba(143,162,188,.25); }

.lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--ink); line-height: 1.55; }
.muted { color: var(--ink-soft); }

.section-head { max-width: 720px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head__sub { margin-top: 1rem; color: var(--ink-soft); font-size: 1.1rem; }

@media (max-width: 560px) { body { font-size: 1rem; } }
