.section-header{align-items:center;gap:16px;margin:0 0 16px;display:flex}.section-header__title{font-family:var(--font-headline);font-size:var(--sh-title-size,var(--fs-section));letter-spacing:-.01em;color:var(--color-text-main);white-space:nowrap;font-weight:800;line-height:1.1}.section-header--sm{gap:10px;margin-bottom:12px}.section-header--sm .section-header__title{--sh-title-size:16px;letter-spacing:.02em}.section-header--sm .section-header__rule{height:3px}.section-header--sm .section-header__link{font-size:12px}.section-header__rule{background:linear-gradient(90deg, var(--sh-accent) 0%, color-mix(in srgb, var(--sh-accent) 45%, #fff) 100%);flex:auto;min-width:0;height:4px}@supports not (background:color-mix(in srgb, red 50%, white)){.section-header__rule{background:var(--sh-accent)}}.section-header__link{font-family:var(--font-body);color:var(--color-text-muted);white-space:nowrap;flex-shrink:0;align-items:center;gap:2px;font-size:13px;font-weight:700;display:inline-flex}.section-header__link:hover{color:var(--sh-accent)}@media (max-width:640px){.section-header{gap:10px}.section-header__title{font-size:20px}.section-header__link-label{display:none}}
