/* Hard Rock Stadium case study — scoped to avoid affecting other CTS pages. */
.hrs-case-study {
	--hrs-navy: #071a33;
	--hrs-navy-deep: #041225;
	--hrs-blue: #4f8be6;
	--hrs-blue-dark: #2f6fce;
	--hrs-ink: #15243a;
	--hrs-muted: #5f6c7c;
	--hrs-soft: #f4f7fb;
	--hrs-line: #dbe3ee;
	--hrs-white: #fff;
	background: var(--hrs-white);
	color: var(--hrs-ink);
	font-family: "Inter", sans-serif;
	line-height: 1.65;
}

.hrs-case-study *,
.hrs-case-study *::before,
.hrs-case-study *::after {
	box-sizing: border-box;
}

.hrs-container {
	width: min(100% - 48px, 1240px);
	margin-inline: auto;
}

.hrs-hero {
	position: relative;
	min-height: 720px;
	display: flex;
	flex-direction: column;
	isolation: isolate;
	overflow: hidden;
	background-color: var(--hrs-navy);
	background-image: var(--hrs-hero-image, linear-gradient(135deg, #071a33 0%, #0d315e 100%));
	background-position: center;
	background-size: cover;
	color: var(--hrs-white);
}

.hrs-hero__shade {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(4, 18, 37, .96) 0%, rgba(4, 18, 37, .82) 42%, rgba(4, 18, 37, .34) 75%, rgba(4, 18, 37, .5) 100%);
}

.hrs-hero__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-block: 120px 96px;
}

.hrs-eyebrow,
.hrs-kicker {
	margin: 0 0 18px;
	color: var(--hrs-blue);
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.hrs-hero .hrs-eyebrow {
	color: #8ebaff;
}

.hrs-hero h1 {
	max-width: 900px;
	margin: 0;
	color: var(--hrs-white);
	font-size: clamp(3rem, 7vw, 6.25rem);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: .98;
	text-shadow: 0 4px 18px rgba(0, 0, 0, .22);
}

.hrs-hero__subhead {
	max-width: 690px;
	margin: 30px 0 38px;
	color: rgba(255, 255, 255, .9);
	font-size: clamp(1.2rem, 2.1vw, 1.65rem);
	line-height: 1.45;
}

.hrs-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 28px;
	border: 2px solid transparent;
	border-radius: 12px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.hrs-button:hover,
.hrs-button:focus-visible {
	transform: translateY(-2px);
}

.hrs-button:focus-visible,
.hrs-text-link:focus-visible {
	outline: 3px solid #8ebaff;
	outline-offset: 4px;
}

.hrs-button--primary {
	background: var(--hrs-blue);
	color: var(--hrs-white);
}

.hrs-button--primary:hover,
.hrs-button--primary:focus-visible {
	background: var(--hrs-blue-dark);
	color: var(--hrs-white);
}

.hrs-section {
	padding-block: 112px;
}

.hrs-section--soft {
	background: var(--hrs-soft);
}

.hrs-grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: clamp(48px, 8vw, 110px);
	align-items: start;
}

.hrs-case-study h2 {
	max-width: 720px;
	margin: 0;
	color: var(--hrs-navy);
	font-size: clamp(2.25rem, 4vw, 3.75rem);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.hrs-prose {
	color: var(--hrs-muted);
	font-size: 1.12rem;
}

.hrs-prose--large {
	font-size: 1.16rem;
}

.hrs-prose p {
	margin: 0 0 24px;
}

.hrs-prose p:last-child {
	margin-bottom: 0;
}

.hrs-section--soft h2,
.hrs-section:not(.hrs-intro) > .hrs-container > h2 {
	margin-bottom: 54px;
}

.hrs-card-grid,
.hrs-results-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.hrs-card {
	min-height: 300px;
	padding: 38px 34px;
	border: 1px solid var(--hrs-line);
	border-top: 5px solid var(--hrs-blue);
	border-radius: 0 0 16px 16px;
	background: var(--hrs-white);
	box-shadow: 0 16px 40px rgba(7, 26, 51, .06);
}

.hrs-card__number {
	display: block;
	margin-bottom: 42px;
	color: var(--hrs-blue);
	font-size: .86rem;
	font-weight: 700;
	letter-spacing: .12em;
}

.hrs-card h3,
.hrs-result h3 {
	margin: 0 0 14px;
	color: var(--hrs-navy);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.25;
}

.hrs-card p,
.hrs-result p {
	margin: 0;
	color: var(--hrs-muted);
}

.hrs-check-list {
	display: grid;
	gap: 14px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.hrs-check-list li {
	position: relative;
	padding-left: 34px;
	color: var(--hrs-ink);
	font-weight: 600;
}

.hrs-check-list li::before {
	position: absolute;
	top: .12em;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--hrs-blue);
	color: var(--hrs-white);
	content: "✓";
	font-size: .76rem;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}

.hrs-quote {
	padding-block: 100px;
	background: var(--hrs-navy);
	color: var(--hrs-white);
}

.hrs-quote__inner {
	position: relative;
	display: grid;
	grid-template-columns: 90px minmax(0, 900px);
	gap: 34px;
	justify-content: center;
}

.hrs-quote__mark {
	color: var(--hrs-blue);
	font-family: Georgia, serif;
	font-size: 9rem;
	line-height: .75;
}

.hrs-quote blockquote {
	margin: 0;
}

.hrs-quote blockquote > p {
	margin: 0;
	font-size: clamp(2rem, 4.2vw, 3.65rem);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: 1.16;
}

.hrs-quote footer {
	display: flex;
	flex-direction: column;
	margin-top: 36px;
}

.hrs-quote cite {
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 700;
}

.hrs-quote footer span {
	color: rgba(255, 255, 255, .68);
}

.hrs-results-grid {
	border-top: 1px solid var(--hrs-line);
}

.hrs-result {
	position: relative;
	padding: 38px 26px 0 0;
}

.hrs-result::before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 72px;
	height: 4px;
	background: var(--hrs-blue);
	content: "";
}

.hrs-announcement {
	padding-block: 88px;
	background: var(--hrs-soft);
}

.hrs-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 64px;
	align-items: center;
}

.hrs-announcement h2 {
	max-width: 780px;
	margin-bottom: 20px;
}

.hrs-announcement__intro {
	max-width: 720px;
	margin: 0 0 44px;
	color: var(--hrs-muted);
	font-size: 1.08rem;
}

.hrs-coverage-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.hrs-coverage-card {
	display: flex;
	min-height: 245px;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px;
	border: 1px solid var(--hrs-line);
	border-radius: 14px;
	background: var(--hrs-white);
	box-shadow: 0 14px 34px rgba(7, 26, 51, .05);
}

.hrs-coverage-card__source {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 0 0 18px;
	color: var(--hrs-blue-dark);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hrs-coverage-card__source span {
	color: var(--hrs-muted);
}

.hrs-coverage-card h3 {
	margin: 0 0 28px;
	color: var(--hrs-navy);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.3;
}

.hrs-coverage-card a {
	margin-top: auto;
	color: var(--hrs-blue-dark);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.hrs-cta {
	padding-block: 84px;
	background: var(--hrs-blue);
	color: var(--hrs-white);
}

.hrs-cta .hrs-kicker {
	color: #dceaff;
}

.hrs-cta h2 {
	color: var(--hrs-white);
}

.hrs-button--light {
	min-width: 180px;
	background: var(--hrs-white);
	color: var(--hrs-navy);
}

.hrs-button--light:hover,
.hrs-button--light:focus-visible {
	background: var(--hrs-navy);
	color: var(--hrs-white);
}

@media (max-width: 991px) {
	.hrs-hero {
		min-height: 650px;
	}

	.hrs-grid,
	.hrs-cta__inner {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.hrs-card-grid,
	.hrs-results-grid {
		grid-template-columns: 1fr;
	}

	.hrs-card {
		min-height: 0;
	}

	.hrs-card__number {
		margin-bottom: 26px;
	}

	.hrs-result {
		padding: 34px 0;
		border-bottom: 1px solid var(--hrs-line);
	}

	.hrs-results-grid {
		border-top: 0;
	}

}

@media (max-width: 767px) {
	.hrs-container {
		width: min(100% - 32px, 1240px);
	}

	.hrs-hero {
		min-height: 620px;
		background-position: 60% center;
	}

	.hrs-hero__shade {
		background: rgba(4, 18, 37, .78);
	}

	.hrs-hero__content {
		align-items: center;
		padding-block: 110px 70px;
		text-align: center;
	}

	.hrs-hero__subhead {
		margin-block: 24px 32px;
	}

	.hrs-section {
		padding-block: 76px;
	}

	.hrs-section--soft h2,
	.hrs-section:not(.hrs-intro) > .hrs-container > h2 {
		margin-bottom: 38px;
	}

	.hrs-card {
		padding: 30px 26px;
	}

	.hrs-quote {
		padding-block: 76px;
	}

	.hrs-quote__inner {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.hrs-quote__mark {
		font-size: 6rem;
	}

	.hrs-announcement,
	.hrs-cta {
		padding-block: 68px;
	}

	.hrs-button {
		width: 100%;
	}

	.hrs-coverage-grid {
		grid-template-columns: 1fr;
	}

	.hrs-coverage-card {
		min-height: 0;
		padding: 28px 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hrs-button {
		transition: none;
	}
}
