/* Intro + Stats — body copy left, stats grid right.
   Grid + stats visuals come from the global .lwh-two-col / .lwh-stats-grid
   utilities; only block-local tweaks belong here. */

.intro-stats--grid {
	gap: 80px;
	align-items: start;
}

.intro-stats--body > p:first-child {
	font-family: var(--font-display);
	font-size: 22px;
	line-height: 1.4;
	color: var(--fg);
	margin-bottom: 24px;
}

.intro-stats--body > p {
	font-size: 16px;
	line-height: 1.65;
	color: var(--fg-2);
	margin-bottom: 16px;
}

.intro-stats--body > p:last-child {
	margin-bottom: 0;
}

@media (max-width: 820px) {
	.intro-stats--grid {
		gap: 32px;
	}
}
