/* Statement / Manifest section (reusable text block) */

.statement-section {
	background: #fff;
	color: #000;
	padding: 86px 0 70px;
}

.statement-container {
	max-width: 1092px;
}

.statement-head {
	margin: 0 0 34px;
}

.statement-kicker {
	margin: 0 0 2px;
	font-size: clamp(1.6rem, 2.1vw, 2.8rem);
	font-weight: 300;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.92);
}

.statement-title {
	margin: 0;
	line-height: 1.05;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.statement-title-bold {
	display: inline-block;
	font-weight: 900;
	font-size: clamp(1.55rem, 2.2vw, 2.7rem);
}

.statement-body {
	max-width: 100%;
}

.statement-intro {
	margin: 0 0 18px;
	font-weight: 700;
	line-height: 1.65;
	color: rgba(0, 0, 0, 0.9);
}

.statement-content {
	color: rgba(0, 0, 0, 0.88);
	line-height: 1.75;
}

.statement-content p {
	margin: 0 0 16px;
}

.statement-content p:last-child {
	margin-bottom: 0;
}

@media (min-width: 980px) {
	.statement-section--two .statement-content {
		column-count: 2;
		column-gap: 56px;
	}

	.statement-section--two .statement-content p {
		break-inside: avoid;
	}
}

