/**
 * OSHIDA — services / approach.
 *
 * @figma 1693:2398  817 x 171 at (311.50, 3125.94) — three centred lines on a
 *                   57px leading (19px x 3.0), pure white, extra-light.
 *
 * The grid above ends at y=2979.00, so the section carries 146.94px of lead-in.
 *
 * Owner: work package C3.
 */

.o-services-approach {
	padding-block-start: clamp(56px, 10.2vw, 147px);
}

.o-services-approach__text {
	margin: 0;
	inline-size: min(100%, 817px);
	margin-inline: auto;
	font-size: var(--o-fs-body);
	font-weight: var(--o-fw-extralight);
	line-height: 3; /* 57 / 19 — the measured 3-line box of 1693:2398. */
	color: var(--o-text);
	text-align: center;
	text-wrap: pretty;
}

@media (max-width: 599px) {
	.o-services-approach__text {
		line-height: var(--o-lh-loose);
	}
}
