/**
 * About page — responsive layout breakpoints.
 * Typography and spacing scale via clamp() in component CSS.
 * Breakpoints: 992, 768 (see ai summary/breakpoints.md).
 */

/* About process — no top border when following team section */
.sp-about-team + .sp-svc-process--about {
	border-top: none;
	padding-top: 0;
}

/* About-scoped process label floors (12px minimum for readability) */
.sp-svc-process--about {
	--sp-svc-process-eyebrow-size: clamp(12px, calc(17.543 / var(--spaciefy-artboard) * 100vw), 17.543px);
	--sp-svc-process-step-label-size: clamp(12px, calc(17.543 / var(--spaciefy-artboard) * 100vw), 17.543px);
}
