.ha-video-hero {
	padding: clamp(5rem, 12vw, 9rem) 0 clamp(4rem, 9vw, 7rem);
	background-position: center;
	background-size: cover;
}

.ha-video-hero .et_pb_row,
.ha-video-resources .et_pb_row {
	width: min(92%, 1180px);
	max-width: 1180px;
}

.ha-video-hero-copy {
	max-width: 45rem;
	margin: 0 auto;
	color: #f8f0df;
	text-align: center;
}

.ha-video-kicker {
	margin: 0 0 0.7rem;
	color: #d7aa63;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.ha-video-hero h1,
.ha-video-resources h2 {
	margin: 0;
	color: #fff9ee;
	font-family: Georgia, serif;
	font-size: clamp(2.5rem, 6vw, 5.4rem);
	font-weight: 400;
	line-height: 1.03;
}

.ha-video-hero p:last-child {
	margin: 1.2rem auto 0;
	max-width: 38rem;
	color: rgba(255, 249, 238, 0.8);
	font-size: 1.08rem;
	line-height: 1.8;
}

.ha-video-resources {
	padding: clamp(3.5rem, 8vw, 7rem) 0;
	background:
		radial-gradient(circle at 8% 0%, rgba(159, 112, 51, 0.2), transparent 30rem),
		radial-gradient(circle at 93% 50%, rgba(80, 110, 117, 0.16), transparent 30rem),
		#111016;
	color: #f6f0e4;
}

.ha-video-section + .ha-video-section {
	margin-top: clamp(3.4rem, 7vw, 6rem);
	padding-top: clamp(3.4rem, 7vw, 6rem);
	border-top: 1px solid rgba(225, 194, 139, 0.2);
}

.ha-video-section-heading {
	max-width: 45rem;
	margin: 0 auto 2.35rem;
	text-align: center;
}

.ha-video-section-heading h2 {
	font-size: clamp(2rem, 4vw, 3.35rem);
}

.ha-video-section-heading p:last-child {
	margin: 0.9rem auto 0;
	color: rgba(255, 249, 238, 0.72);
	font-size: 1rem;
	line-height: 1.75;
}

.ha-video-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.3rem;
}

.ha-video-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(229, 197, 143, 0.24);
	border-radius: 0.85rem;
	background: rgba(25, 21, 31, 0.96);
	box-shadow: 0 1.1rem 2.7rem rgba(0, 0, 0, 0.26);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ha-video-card:hover {
	transform: translateY(-0.25rem);
	border-color: rgba(237, 204, 145, 0.65);
	box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.34);
}

.ha-video-card img,
.ha-video-card-media {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.ha-video-card-media {
	display: flex;
	align-items: flex-end;
	padding: 1.25rem;
	background:
		linear-gradient(145deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.7)),
		linear-gradient(125deg, #6c4931, #34293f 57%, #152b35);
	color: #fff8ed;
	font-family: Georgia, serif;
	font-size: clamp(1.35rem, 2vw, 1.9rem);
	line-height: 1.08;
}

.ha-video-card-media--blue {
	background:
		linear-gradient(145deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.7)),
		linear-gradient(125deg, #2d5d6a, #233449 57%, #35263f);
}

.ha-video-card-media--gold {
	background:
		linear-gradient(145deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.7)),
		linear-gradient(125deg, #775121, #443024 57%, #292238);
}

.ha-video-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.2rem 1.25rem 1.35rem;
}

.ha-video-card-type {
	margin: 0 0 0.45rem;
	color: #d8aa62;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.ha-video-card h3 {
	margin: 0 0 0.7rem;
	color: #fff8ed;
	font-family: Georgia, serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.22;
}

.ha-video-card p:last-of-type {
	margin: 0 0 1.2rem;
	color: rgba(255, 248, 237, 0.74);
	font-size: 0.94rem;
	line-height: 1.65;
}

.ha-video-card a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: auto;
	color: #f2c981;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.ha-video-card a::after {
	content: '>';
	font-size: 1rem;
}

.ha-video-card a:hover,
.ha-video-card a:focus-visible {
	color: #fff;
}

.ha-video-resources-note {
	max-width: 48rem;
	margin: 2rem auto 0;
	color: rgba(255, 248, 237, 0.56);
	font-size: 0.82rem;
	line-height: 1.6;
	text-align: center;
}

@media (max-width: 980px) {
	.ha-video-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.ha-video-grid {
		grid-template-columns: 1fr;
	}

	.ha-video-hero h1 {
		font-size: 2.75rem;
	}
}
