/**
 * moment.css — the "Moment" opening statement pattern (individual-practice
 * template's `#moment`: a large bold statement plus a supporting
 * paragraph, immediately after the hero). Ported verbatim from
 * research-misconduct.html; identical across all four individual pages.
 *
 * Not a reusable PHP partial like the other components — it's exactly two
 * elements, always used once per page, with no variation in shape (only
 * in the hardcoded text template-practice-individual.php supplies) — so
 * there's nothing to parameterize. Kept as its own component-layer
 * stylesheet anyway, since the pattern is real, named, and shared across
 * a template family, not page-specific the way Home/About's overrides are.
 */

#moment .statement {
	font-size: clamp(28px, 4.4vw, 40px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.015em;
}

#moment p.follow {
	margin-top: 22px;
	font-size: 17px;
	color: var(--ink-soft);
	line-height: 1.8;
	max-width: 64ch;
}
