/* =====================================================================
   Top Grade Movers — pages/residential-commercial-moving.css
   Residential & Commercial Moving (single-service.php residential-commercial
   branch). The hero, split intro, photo + features, process, stats bar and
   CTA band are all shared sections styled in components/sections.css. Both
   numbered card grids reuse the shared .dist-section/.dist-grid/.dist-card
   component (also used by Distance Based Moves and Specialised Moving) —
   see components/sections.css. Only the hero glow modifier, unique to this
   page, belongs here.
   ===================================================================== */

.page-hero--residential-commercial::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(circle at 18% 42%, rgba(var(--primary-rgb), .28) 0%, rgba(var(--primary-rgb), 0) 52%),
		radial-gradient(circle at 85% 92%, rgba(var(--primary-rgb), .12) 0%, rgba(var(--primary-rgb), 0) 50%);
}
