/* =========================
   Tipografía
   ========================= */
.h1 {
  margin: 0 0 20px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.12;
  font-weight: 600;
}

.h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.22;
  font-weight: 600;
}

.h2-compact {
  margin-bottom: 8px;
}

.h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 500;
}

.p {
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 1.65;
  color: var(--text-2);
}

.p-muted {
  color: rgba(255, 255, 255, 0.72);
}

.h2-invert,
.p-invert {
  color: rgba(255, 255, 255, 0.92);
}

.section-subtitle {
  max-width: 620px;
  margin: 0 0 28px;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.45;
  color: var(--muted);
}

.section-eyebrow {
  margin: 0 0 0.9rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6f9255;
}

@media (max-height: 780px) {
  .p {
    font-size: 18px;
  }

  .h3 {
    font-size: 22px;
  }
}
