/**
 * Kubota Europe section heading (WPBakery element `vc_kbeu_section_heading`).
 *
 * Based on the Figma design 3721-2828: a centered block with a small turquoise
 * eyebrow (28px / Light), a large two-line title (64px / Roman) and a light
 * paragraph (24px / Light), the last constrained to a comfortable measure.
 *
 * Font family "Helvetica Neue LT Pro" is provided by the plugin's fonts
 * stylesheet (this handle depends on `kbeu-fonts`); we reference it through the
 * `--kbeu-font-principal` variable declared there. The bundled family ships the
 * 300 / 500 / 700 weights, so the design's 400 (Roman) title resolves to the
 * nearest available face.
 */

.kbeu-section-heading {
	color: #000;
	text-align: center;
}

.kbeu-section-heading__inner {
	max-width: 1140px;
	margin: 0 auto;
}

.kbeu-section-heading__eyebrow {
	margin: 0;
	font-family: var( --kbeu-font-principal );
	font-weight: 300;
	line-height: 1.2;
	font-size: clamp( 20px, 2vw, 28px );
	color: #03a8a9;
}

.kbeu-section-heading__title {
	margin: clamp( 8px, 1.2vw, 18px ) 0 0;
	font-family: var( --kbeu-font-principal );
	font-weight: 400;
	line-height: 1.2;
	font-size: clamp( 34px, 4.4vw, 64px );
	color: #000;
}

.kbeu-section-heading__text {
	max-width: 1056px;
	margin: clamp( 16px, 2vw, 30px ) auto 0;
	font-family: var( --kbeu-font-principal );
	font-weight: 300;
	line-height: 1.55;
	font-size: clamp( 17px, 1.7vw, 24px );
	color: #000;
}
