/* ==========================================================================
   Section 2 — Empathy Bridge
   Copy-forward block; no headline. Three paragraphs, centered, max 720px.
   ========================================================================== */

.section-empathy {
  background-color: var(--color-stone-moss);
  padding-block: 6rem;
}

.section-empathy__inner {
  max-width: 720px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  text-align: center;
}

.section-empathy__body {
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.8;
  color: var(--color-soil);
}

.section-empathy__body--emphasis {
  font-family: var(--font-brand);
  font-size: var(--text-subhead);
  line-height: 1.75;
  color: var(--color-rust);
}

/* --- Mobile (≤767px) --- */

@media (max-width: 767px) {
  .section-empathy {
    padding-block: 3rem;
  }

  .section-empathy__body--emphasis {
    font-size: var(--text-body);
  }
}
