.hero-video-showcase {
	width: min(100%, 52rem);
	min-width: 0;
	display: grid;
	gap: 1rem;
	margin-top: clamp(2rem, 4vw, 3rem);
	margin-inline: auto;
}

.showcase-titles,
.showcase-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
}

.hero-video-showcase button {
	font: inherit;
	font-weight: 700;
	padding: 0.65rem 1rem;
	border: 1px solid var(--home-line);
	border-radius: 999px;
	color: var(--home-ink);
	background: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}

.hero-video-showcase button[aria-pressed="true"] {
	color: #ffffff;
	background: var(--home-blue);
	border-color: var(--home-blue);
}

.hero-video-showcase button:focus-visible {
	outline: 3px solid var(--home-blue);
	outline-offset: 3px;
}

.showcase-titles {
	justify-content: center;
}

#showcase-video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	border-radius: 1rem;
	background: #132327;
}

.showcase-links {
	justify-content: space-between;
	gap: 1rem;
}

.showcase-overview {
	padding-top: clamp(1rem, 3vw, 2rem);
}

.showcase-links a {
	color: var(--home-blue);
	font-weight: 700;
	text-decoration: none;
}
