/* =====================================================================
   Top Grade Movers — pages/specialised-moving.css
   Specialised Moving Services (single-service.php specialised branch).
   The hero, split intro, photo + features, process, stats bar, CTA band
   and the two numbered card grids (.dist-section/.dist-grid/.dist-card,
   also used by Distance Based Moves) are all shared sections styled in
   components/sections.css. Only the hero glow modifier — unique to this
   page — belongs here.
   ===================================================================== */

.page-hero--specialised::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%);
}
