section.block {
  padding: 100px 0;
  position: relative;
}
.section-head {
  margin-bottom: 56px;
  max-width: 700px;
}
.section-head h2 {
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.015em;
  margin: 14px 0 16px;
  color: var(--ink);
  text-wrap: balance;
}
.section-head h2 em { font-style: italic; color: var(--maroon); font-weight: 500; }
.section-head p {
  color: var(--ink-soft);
  font-size: 18px;
  max-width: 580px;
  text-wrap: pretty;
}
