.rh-main-bg {
	position: relative;
	isolation: isolate;
	background-color: #121B2E;
	background-image: none;
}

.rh-main-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("/wp-content/themes/twentytwentyfive/assets/images/hero_img.png");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	opacity: 0.02;
	pointer-events: none;
	z-index: 0;
}

.rh-main-bg::after {
	content: "";
	position: absolute;
	inset: 0 0 52% 0;
	pointer-events: none;
	z-index: 0;
	background:
		radial-gradient(
			ellipse 56% 34% at 84% 18%,
			rgba(196, 37, 63, 0.42) 0%,
			rgba(138, 24, 47, 0.26) 38%,
			rgba(18, 27, 46, 0) 74%
		),
		radial-gradient(
			ellipse 48% 30% at 50% 32%,
			rgba(255, 255, 255, 0.04) 0%,
			rgba(18, 27, 46, 0) 72%
		);
	filter: blur(6px);
	opacity: 0.88;
}

.rh-main-bg > * {
	position: relative;
	z-index: 1;
}

.rh-sections-bg > .wp-block-group {
	background: transparent;
}
