.site-main--watch {
	display: grid;
	gap: clamp(var(--hut-space-lg), 4vw, var(--hut-space-2xl));
}

.site-main--watch > section {
	position: relative;
	overflow: hidden;
	border: 1px solid rgb(223 210 191 / 68%);
	border-radius: var(--hut-radius-lg);
	background:
		linear-gradient(135deg, rgb(255 253 248 / 88%), rgb(250 244 232 / 72%)),
		var(--hut-color-surface-raised);
	box-shadow: var(--hut-shadow-warm-sm);
}

.watch-hero {
	display: grid;
	min-height: clamp(28rem, 48vw, 38rem);
	background: var(--hut-color-ink-900);
	color: var(--hut-color-paper-000);
}

.watch-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgb(13 27 42 / 96%) 0%, rgb(13 27 42 / 80%) 45%, rgb(13 27 42 / 30%) 72%, rgb(13 27 42 / 0%) 100%),
		linear-gradient(0deg, rgb(13 27 42 / 70%) 0%, rgb(13 27 42 / 0%) 54%);
	pointer-events: none;
}

.watch-hero__content {
	position: relative;
	z-index: 2;
	display: grid;
	align-content: center;
	max-width: 48rem;
	padding: clamp(var(--hut-space-xl), 6vw, var(--hut-space-3xl));
}

.watch-hero h1 {
	max-width: 12ch;
	margin-block: var(--hut-space-xs) var(--hut-space-md);
	color: var(--hut-color-paper-000);
	font-size: clamp(3rem, 7vw, 6rem);
	line-height: 0.94;
	text-wrap: balance;
}

.watch-hero__description {
	max-width: 42rem;
	color: rgb(255 253 248 / 86%);
	font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.watch-hero__media {
	position: absolute;
	inset: 0;
	margin: 0;
}

.watch-hero__media picture,
.watch-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.watch-hero__media img {
	object-fit: cover;
	object-position: center;
}

.watch-featured,
.watch-grid-section,
.watch-closing {
	padding: clamp(var(--hut-space-xl), 5vw, var(--hut-space-3xl));
}

.watch-grid {
	margin-block-start: clamp(var(--hut-space-lg), 4vw, var(--hut-space-2xl));
	gap: clamp(var(--hut-space-md), 3vw, var(--hut-space-xl));
}

.site-main--watch > .watch-closing {
	text-align: center;
	background:
		linear-gradient(135deg, rgb(13 27 42 / 94%), rgb(44 31 24 / 94%)),
		var(--hut-color-ink-900);
	color: var(--hut-color-paper-000);
}

.watch-closing h2 {
	max-width: 14ch;
	margin-inline: auto;
	color: var(--hut-color-paper-000);
	font-size: clamp(var(--hut-font-size-2xl), 5vw, 4.25rem);
	line-height: 0.98;
	text-wrap: balance;
}

.watch-closing p {
	max-width: 42rem;
	margin: var(--hut-space-md) auto var(--hut-space-lg);
	color: rgb(255 253 248 / 82%);
}

.watch-closing__actions {
	justify-content: center;
}

.watch-closing .button--outline {
	border-color: rgb(255 253 248 / 54%);
	color: var(--hut-color-paper-000);
}

@media (max-width: 47.99rem) {
	.watch-hero {
		min-height: 36rem;
	}

	.watch-hero::before {
		background:
			linear-gradient(0deg, rgb(13 27 42 / 95%) 0%, rgb(13 27 42 / 78%) 58%, rgb(13 27 42 / 26%) 100%);
	}
}
