/* ==========================================================================
   Intro tagline — Option 1 home. Reference frame 1600:
   heading y=1083 (hero ends at 900, so the top pad is 183), description y=1226.
   Typography is shared with the detail intro — see base.css.
   ========================================================================== */

.section--intro {
	background: var(--color-bg);
	text-align: center;
	padding-top: clamp(3rem, 11.4vw, 183px);
	padding-bottom: 0;
}
