/**
 * StepDecor Section Heading
 * Reproduces the reference "eyebrow + Cormorant Garamond title with an
 * italic highlighted fragment" pattern used identically on every page.
 */

.sd-section-heading__eyebrow {
	font-size: .68rem;
	letter-spacing: .4em;
	text-transform: uppercase;
	color: var(--sd-color-accent);
	margin-bottom: .9rem;
	font-weight: 700;
	display: block;
}

.sd-section-heading__title {
	font-family: var(--sd-font-heading);
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--sd-color-text);
}

.sd-section-heading__title em {
	color: var(--sd-color-primary);
	font-style: italic;
}

.sd-section-heading--center {
	text-align: center;
}

.sd-section-heading--light .sd-section-heading__title {
	color: #fff;
}
