/* vars: --c-accent,--c-ink-mid,--f-serif */
.text-section {
  padding: clamp(48px, 6vw, 80px) clamp(16px, 5vw, 80px);
}
.text-section h2 {
  font-family: var(--f-serif); font-size: clamp(1.75rem, 4vw, 2.75rem);
  text-transform: uppercase; margin-bottom: 24px;
}
.text-section__body {
  font-size: 1rem; line-height: 1.8; color: var(--c-ink-mid);
}
.text-section__body p { margin-bottom: 1rem; }
.text-section__body h3 {
  font-family: var(--f-serif); font-size: 1.375rem; margin-bottom: 12px; margin-top: 24px;
}
.text-section__body ul, .text-section__body ol {
  padding-left: 1.5rem; margin-bottom: 1rem;
}
.text-section__body li { margin-bottom: 0.5rem; }
.text-section__body a { color: var(--c-accent); text-decoration: underline; }
