/* Reviews page: compact hero matching the approved visual concept. */

.sr-reviews-hero {
	position: relative;
	isolation: isolate;
	min-height: clamp(400px, 29vw, 470px);
	overflow: hidden;
	color: var(--sr-white);
	background-color: #00131b;
	background-image:
		linear-gradient(90deg, rgba(0, 19, 27, 0.28) 0%, rgba(0, 19, 27, 0.08) 48%, transparent 72%),
		url("../images/reviews-hero-stadium.webp");
	background-position: center, center right;
	background-repeat: no-repeat;
	background-size: cover;
}

.sr-reviews-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(227, 6, 19, 0.7), transparent);
	content: "";
}

.sr-reviews-hero__shell {
	display: flex;
	align-items: center;
	width: min(calc(100% - 48px), var(--sr-shell));
	min-height: inherit;
	margin-inline: auto;
	padding: 54px 0 58px;
}

.sr-reviews-hero__content {
	position: relative;
	z-index: 2;
	width: min(62%, 720px);
}

.sr-reviews-hero__eyebrow {
	margin: 0 0 24px;
	color: #ff2934;
	font-size: clamp(13px, 1.05vw, 16px);
	font-weight: 850;
	letter-spacing: 0.105em;
	line-height: 1.35;
	text-transform: uppercase;
}

.sr-reviews-hero h1 {
	margin: 0;
	color: var(--sr-white);
	font-size: clamp(44px, 4.2vw, 64px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.05;
	text-wrap: balance;
}

.sr-reviews-hero__lead {
	max-width: 650px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(17px, 1.35vw, 20px);
	line-height: 1.55;
}

/* The visual is now a real optimized background image. */
.sr-reviews-hero__visual {
	display: none;
}

.sr-reviews-page .site-content,
.sr-reviews-page .content-area,
.sr-reviews-page .site-main {
	width: 100%;
}

@media (max-width: 900px) {
	.sr-reviews-hero {
		min-height: 420px;
		background-image:
			linear-gradient(90deg, rgba(0, 19, 27, 0.96) 0%, rgba(0, 19, 27, 0.8) 56%, rgba(0, 19, 27, 0.25) 100%),
			url("../images/reviews-hero-stadium.webp");
		background-position: center, 62% center;
	}

	.sr-reviews-hero__content {
		width: min(78%, 680px);
	}
}

@media (max-width: 600px) {
	.sr-reviews-hero {
		min-height: 390px;
		background-image:
			linear-gradient(90deg, rgba(0, 19, 27, 0.97) 0%, rgba(0, 19, 27, 0.84) 70%, rgba(0, 19, 27, 0.5) 100%),
			url("../images/reviews-hero-stadium.webp");
		background-position: center, 67% center;
	}

	.sr-reviews-hero__shell {
		align-items: center;
		width: min(calc(100% - 32px), var(--sr-shell));
		padding: 46px 0 50px;
	}

	.sr-reviews-hero__content {
		width: 100%;
	}

	.sr-reviews-hero__eyebrow {
		margin-bottom: 18px;
		font-size: 11px;
	}

	.sr-reviews-hero h1 {
		font-size: clamp(38px, 11.6vw, 50px);
		line-height: 1.03;
	}

	.sr-reviews-hero__lead {
		max-width: 94%;
		margin-top: 22px;
		font-size: 16px;
		line-height: 1.48;
	}
}
