/* ContentV11 — show the section background image at full strength and blend it
   into the page with a white gradient. Scoped to the section's own `.bg` layer
   so the per-card `.ovrly` photo backgrounds keep their subtle treatment. */
#ContentV11 > .bg {
	--opacity: 1;
	--filter: none;
}

#ContentV11 > .bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(270deg, rgba(255, 255, 255, 0.00) 12.27%, rgba(255, 255, 255, 0.88) 75.95%, #FFF 95.1%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.00) 56.63%, rgba(255, 255, 255, 0.88) 88.03%, #FFF 97.48%),
		linear-gradient(180deg, #FFF 1.87%, rgba(255, 255, 255, 0.88) 10.83%, rgba(255, 255, 255, 0.00) 40.61%);
}
