	/* ═══════════════════════════════════════════════════════════════════
	   #vision-mission — dark section treatment
	   Black background, white copy. Overrides the default .sf-ps-white
	   rule on this one section only so the page has visual rhythm
	   between the surrounding white/grey blocks.
	   ═══════════════════════════════════════════════════════════════════ */
	#vision-mission {
		background: #000000 !important;
	}
	#vision-mission .sf-vmv-banner-hdr,
	#vision-mission .sf-vmv-statement {
		color: #ffffff !important;
		-webkit-text-fill-color: #ffffff !important;
	}
	#vision-mission .sf-vmv-banner-sub,
	#vision-mission .sf-vmv-body {
		color: #a1a1a6 !important;
		-webkit-text-fill-color: #a1a1a6 !important;
	}
	/* Eyebrow labels ("Purpose", "Vision", "Mission") — light grey
	   so they read cleanly against black without competing with the
	   white headline. Matches Apple's dark-mode eyebrow treatment. */
	#vision-mission .sf-vmv-label {
		color: #86868b !important;
		-webkit-text-fill-color: #86868b !important;
	}
