/* Section-title widget. Reuses theme tokens (--text, --muted, --brand-strong). */
.dsc-title { display: flex; flex-direction: column; gap: 8px; }
.dsc-title--start  { text-align: start; align-items: flex-start; }
.dsc-title--center { text-align: center; align-items: center; }
.dsc-title--end    { text-align: end; align-items: flex-end; }

.dsc-title__eyebrow { margin: 0; }
.dsc-title__heading { margin: 0; color: var(--text); font-weight: 800; font-size: clamp(1.4rem, 1.1rem + 1.4vw, 2rem); line-height: 1.2; }
.dsc-title__heading .accent, .dsc-title__heading .text-primary { color: var(--brand-strong); }
.dsc-title__sub { margin: 0; color: var(--muted); max-width: 68ch; line-height: 1.75; }
.dsc-title--center .dsc-title__sub { margin-inline: auto; }
