/*
 * kp-manifeste.css — Section "Manifeste" (Le Bureau bloc 2).
 *
 * Figma : 10132:2249. Eyebrow centré "Manifeste" + heading 62px centré 2 cols
 * (2e cluster en muted 50%) + 2 paragraphes 20px côte à côte (537+537 gap 100).
 *
 * Auto-enqueué (kp-pattern-manifeste, dep kp-tokens).
 */

.kp-manifeste {
	display: flex;
	flex-direction: column;
	gap: var(--kp-space-25, 6.25rem);
	align-items: center;
	padding: var(--kp-section-padding-y, 9.375rem) var(--kp-section-padding-x, 4.5rem);
	background: var(--kp-color-surface-deep);
}

.kp-manifeste__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	max-width: 81rem; /* 1296 */
	text-align: center;
}

.kp-manifeste__heading {
	margin: 0;
	font-family: var(--kp-font-sans);
	font-size: var(--kp-font-size-62);
	font-weight: var(--kp-font-weight-regular);
	line-height: 1.06;
	letter-spacing: var(--kp-letter-spacing-h2, -0.06em);
	color: var(--kp-color-text-inverse);
}

.kp-manifeste__heading-muted {
	color: var(--kp-color-text-faint);
}

.kp-manifeste__body {
	display: flex;
	gap: 6.25rem; /* 100 */
	align-items: flex-start;
	width: 100%;
	max-width: 73.375rem; /* 1174 */
}

.kp-manifeste__body p {
	margin: 0;
	flex: 1 1 0;
	font-family: var(--kp-font-sans);
	font-size: 1.25rem; /* 20 */
	font-weight: var(--kp-font-weight-regular);
	line-height: 1.65;
	letter-spacing: -0.015em;
	color: var(--kp-color-text-inverse);
}

@media (max-width: 980px) {
	.kp-manifeste__body {
		flex-direction: column;
		gap: 2.5rem;
	}
	.kp-manifeste__heading {
		font-size: clamp(2rem, 7vw, 3.5rem);
	}
}
