.section-title{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem;padding:3rem 1rem 2rem}.section-title__text{font-family:var(--font-display-stack);font-size:clamp(1.55rem,4.2vw,2.6rem);font-weight:600;line-height:1.15;letter-spacing:.02em;text-transform:uppercase;color:var(--ink);margin:0}.section-title__rule{display:block;width:56px;height:1px;background-color:var(--ink);opacity:.35}.section-title__subtitle{font-family:var(--font-body-stack);font-size:.9375rem;line-height:1.6;color:var(--ink-muted);max-width:46ch;margin:0}@media (max-width:640px){.section-title{padding:2rem 1rem 1.25rem;gap:.65rem}}