.section-text__body {
    margin-top: 32px;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--c-text);
}

.section-text__body p { margin-bottom: 16px; }

.section-text__body h2,
.section-text__body h3 {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--c-ink);
    margin: 32px 0 16px;
}

.section-text__body h2 { font-size: clamp(22px, 3vw, 28px); }
.section-text__body h3 { font-size: clamp(18px, 2.4vw, 22px); }

.section-text__body ul,
.section-text__body ol {
    margin: 16px 0;
    padding-left: 20px;
    list-style-position: outside;
}

.section-text__body ul { list-style: disc; }
.section-text__body ol { list-style: decimal; }

.section-text__body ul li,
.section-text__body ol li { margin-bottom: 8px; }

.section-text__body a {
    color: var(--c-purple-700);
    text-decoration: underline;
}

.section--dark .section-text__body { color: rgba(255,255,255,0.8); }
.section--dark .section-text__body a { color: #fff; }
