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

.site-main--home > .stack-lg > * + * {
	margin-block-start: 0;
}

.site-main--home > .stack-lg > section {
	position: relative;
	padding: clamp(var(--hut-space-xl), 5vw, var(--hut-space-3xl));
	border: 1px solid rgb(223 210 191 / 62%);
	border-radius: var(--hut-radius-lg);
	background:
		linear-gradient(135deg, rgb(255 253 248 / 78%), rgb(250 244 232 / 66%)),
		var(--hut-color-surface-raised);
	box-shadow: var(--hut-shadow-warm-sm);
}

.site-main--home > .stack-lg > section:nth-of-type(1) {
	background:
		linear-gradient(145deg, rgb(250 244 232 / 86%), rgb(255 253 248 / 76%)),
		var(--hut-color-paper-050);
}

.site-main--home > .stack-lg > section:nth-of-type(2) {
	background:
		linear-gradient(145deg, rgb(255 253 248 / 88%), rgb(245 239 230 / 70%)),
		var(--hut-color-surface-raised);
}

.site-main--home > .stack-lg > section:nth-of-type(3) {
	background:
		linear-gradient(145deg, rgb(245 239 230 / 86%), rgb(255 253 248 / 72%)),
		var(--hut-color-surface-muted);
}

.site-main--home > .stack-lg > section:nth-of-type(4) {
	background:
		linear-gradient(145deg, rgb(255 253 248 / 84%), rgb(250 244 232 / 76%)),
		var(--hut-color-paper-000);
}

.site-main--home > .stack-lg > section:nth-of-type(5) {
	background:
		linear-gradient(145deg, rgb(250 244 232 / 88%), rgb(255 193 7 / 7%)),
		var(--hut-color-paper-050);
}

.site-main--home > .stack-lg > section:nth-of-type(6) {
	background:
		linear-gradient(145deg, rgb(245 239 230 / 90%), rgb(107 74 47 / 8%)),
		var(--hut-color-paper-100);
}

.site-main--home > .stack-lg > section + section {
	margin-block-start: calc(var(--hut-space-xs) * -1);
}

.site-main--home > .stack-lg > section:not(.has-cinematic-overlay)::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 68%);
}

.site-main--home .hero-component {
	--hut-cinematic-overlay-start-opacity: 0.96;
	--hut-cinematic-overlay-mid-opacity: 0.72;
	--hut-cinematic-overlay-warm-opacity: 0.18;

	min-height: clamp(34rem, 64vw, 44rem);
	padding: clamp(var(--hut-space-xl), 6vw, var(--hut-space-3xl));
	background: var(--hut-color-ink-900);
}

.site-main--home .hero-component::before {
	background:
		linear-gradient(90deg, rgb(13 27 42 / 96%) 0%, rgb(13 27 42 / 76%) 42%, rgb(13 27 42 / 22%) 74%, rgb(13 27 42 / 0%) 100%),
		linear-gradient(0deg, rgb(13 27 42 / 76%) 0%, rgb(13 27 42 / 0%) 52%);
}

.site-main--home .hero-component__content {
	max-width: 48rem;
}

.site-main--home .hero-component__title {
	max-width: 11ch;
	font-size: clamp(3rem, 7vw, 6.25rem);
	line-height: 0.94;
	text-wrap: balance;
}

.site-main--home .hero-component__subtitle {
	max-width: 42rem;
	font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.site-main--home .hero-component__poster img,
.site-main--home .hero-component__video {
	object-position: center;
}

.site-main--home .hero-component .button {
	min-height: 3.15rem;
	padding-inline: 1.15rem;
}

.home-intro {
	isolation: isolate;
	display: grid;
	gap: 0;
	overflow: hidden;
	padding: 0;
	background:
		linear-gradient(145deg, rgb(250 244 232 / 90%), rgb(245 239 230 / 80%)),
		var(--hut-color-paper-050);
}

.site-main--home > .stack-lg > .home-intro {
	padding: 0;
	background:
		linear-gradient(145deg, rgb(250 244 232 / 90%), rgb(245 239 230 / 80%)),
		var(--hut-color-paper-050);
}

.home-intro::after {
	content: none;
}

.home-intro > * {
	position: relative;
	z-index: 2;
}

.home-intro .section-header {
	padding: clamp(var(--hut-space-xl), 5vw, var(--hut-space-3xl)) clamp(var(--hut-space-xl), 5vw, var(--hut-space-3xl)) 0;
}

.home-intro > p {
	padding: 0 clamp(var(--hut-space-xl), 5vw, var(--hut-space-3xl)) clamp(var(--hut-space-xl), 5vw, var(--hut-space-3xl));
}

.home-intro__actions {
	padding: 0 clamp(var(--hut-space-xl), 5vw, var(--hut-space-3xl)) clamp(var(--hut-space-xl), 5vw, var(--hut-space-3xl));
}

.home-intro__media {
	order: -1;
	margin: 0;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: var(--hut-color-surface-muted);
}

.home-intro__media picture,
.home-intro__media img {
	width: 100%;
	height: 100%;
}

.home-intro__media picture {
	display: block;
}

.home-intro__media img {
	object-fit: cover;
	object-position: 52% 28%;
}

.site-main--home .section-header {
	margin-block-end: clamp(var(--hut-space-lg), 4vw, var(--hut-space-2xl));
}

.site-main--home .section-header__title {
	max-width: 13ch;
}

.home-topic-section .section-header__title,
.home-media-section .section-header__title {
	max-width: 28ch;
}

.site-main--home .section-header__description {
	max-width: 62ch;
}

.site-main--home .grid {
	gap: clamp(var(--hut-space-md), 3vw, var(--hut-space-xl));
}

.site-main--home .badge-list {
	margin-block-end: var(--hut-space-lg);
}

.site-main--home .newsletter-signup + .flow {
	margin-block-start: var(--hut-space-xl);
}

@media (min-width: 64rem) {
	.site-main--home > .stack-lg > section {
		padding-inline: var(--hut-space-3xl);
	}
}

@media (min-width: 48rem) {
	.site-main--home > .stack-lg > .home-intro {
		min-height: clamp(34.5rem, 48vw, 37.5rem);
		padding: 0;
	}

	.home-intro {
		grid-template-columns: minmax(0, 42%) minmax(0, 58%);
		align-items: center;
	}

	.home-intro::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		pointer-events: none;
		background: linear-gradient(
			90deg,
			rgb(250 247 240 / 92%) 0%,
			rgb(250 247 240 / 88%) 34%,
			rgb(250 247 240 / 30%) 54%,
			rgb(250 247 240 / 0%) 74%
		);
	}

	.home-intro .section-header {
		align-self: end;
		padding: clamp(var(--hut-space-2xl), 6vw, var(--hut-space-3xl)) 0 0 clamp(var(--hut-space-xl), 5vw, var(--hut-space-3xl));
	}

	.home-intro .section-header__title {
		max-width: 18ch;
		text-wrap: balance;
	}

	.home-intro .section-header,
	.home-intro > p,
	.home-intro__actions {
		grid-column: 1;
		transform: translateY(-1.5rem);
	}

	.home-intro > p {
		align-self: start;
		padding: 0 0 var(--hut-space-md) clamp(var(--hut-space-xl), 5vw, var(--hut-space-3xl));
	}

	.home-intro__actions {
		align-self: start;
		padding: 0 0 clamp(var(--hut-space-2xl), 6vw, var(--hut-space-3xl)) clamp(var(--hut-space-xl), 5vw, var(--hut-space-3xl));
	}

	.home-intro__media {
		position: relative;
		z-index: 0;
		order: initial;
		grid-column: 2;
		grid-row: 1 / span 3;
		align-self: stretch;
		justify-self: end;
		width: min(100%, 34rem);
		min-height: clamp(31rem, 47vw, 40rem);
		margin: clamp(var(--hut-space-lg), 4vw, var(--hut-space-2xl));
		aspect-ratio: 4 / 5;
		border-radius: calc(var(--hut-radius-lg) - 0.25rem);
		box-shadow: 0 1.4rem 3rem rgb(107 74 47 / 18%);
	}

	.home-intro__media img {
		object-position: 50% 24%;
	}
}

@media (max-width: 47.99rem) {
	.site-main--home .hero-component {
		min-height: 40rem;
	}

	.site-main--home .hero-component::before {
		background:
			linear-gradient(0deg, rgb(13 27 42 / 94%) 0%, rgb(13 27 42 / 78%) 54%, rgb(13 27 42 / 28%) 100%);
	}

	.site-main--home .hero-component__title {
		max-width: 10ch;
	}

	.home-topic-section .section-header__title,
	.home-media-section .section-header__title {
		max-width: 13ch;
	}

	.home-media-section.is-prepped,
	.home-media-section.is-prepped [data-animate-child] {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.home-media-section,
	.home-media-section .media-hub__featured,
	.home-media-section .media-hub__grid,
	.home-media-section .media-hub__follow,
	.home-media-section .media-hub__follow-grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		overflow: visible;
	}

	.home-media-section .media-hub__grid > .content-card,
	.home-media-section .media-hub__follow-grid > .content-card {
		width: 100%;
		height: auto;
	}

	.site-main--home .hero-component__poster img,
	.site-main--home .hero-component__video {
		object-position: 58% center;
	}
}

.site-main--trust {
	width: min(calc(100% - (var(--hut-container-padding) * 2)), var(--hut-container-md));
}

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

.trust-page__hero,
.trust-page__note,
.trust-page__section {
	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);
}

.trust-page__hero {
	position: relative;
	overflow: hidden;
	padding: clamp(var(--hut-space-xl), 5vw, var(--hut-space-3xl));
}

.trust-page__hero::after {
	content: "";
	position: absolute;
	inset-block-start: -8rem;
	inset-inline-end: -6rem;
	width: 18rem;
	aspect-ratio: 1;
	border-radius: 999px;
	background: radial-gradient(circle, rgb(224 108 43 / 14%), transparent 68%);
	pointer-events: none;
}

.trust-page__hero > * {
	position: relative;
	z-index: 1;
}

.trust-page__hero h1 {
	max-width: 12ch;
	margin-block-end: var(--hut-space-md);
	font-size: clamp(var(--hut-font-size-2xl), 6vw, 4.2rem);
	line-height: 0.98;
}

.trust-page__intro {
	max-width: 44rem;
	color: var(--hut-color-text);
	font-size: clamp(var(--hut-font-size-md), 2vw, var(--hut-font-size-lg));
}

.trust-page__updated {
	margin-block: var(--hut-space-md) 0;
	color: var(--hut-color-text-subtle);
	font-size: var(--hut-font-size-sm);
	font-weight: 800;
}

.trust-page__note {
	display: grid;
	gap: var(--hut-space-sm);
	padding: var(--hut-space-lg);
	border-color: rgb(143 74 40 / 24%);
	background:
		linear-gradient(135deg, rgb(143 74 40 / 9%), rgb(255 253 248 / 80%)),
		var(--hut-color-paper-050);
}

.trust-page__note p,
.trust-page__section p {
	margin-block: 0;
	color: var(--hut-color-text-muted);
}

.trust-page__content {
	display: grid;
	gap: var(--hut-space-md);
}

.trust-page__navigation {
	display: flex;
	flex-wrap: wrap;
	gap: var(--hut-space-sm);
	align-items: center;
	justify-content: space-between;
	padding: var(--hut-space-lg);
	border: 1px solid rgb(143 74 40 / 22%);
	border-radius: var(--hut-radius-lg);
	background:
		linear-gradient(135deg, rgb(255 253 248 / 90%), rgb(250 244 232 / 74%)),
		var(--hut-color-paper-050);
	box-shadow: var(--hut-shadow-warm-sm);
}

.trust-page__navigation a {
	font-weight: 850;
	text-underline-offset: 0.18em;
}

.trust-page__section {
	padding: clamp(var(--hut-space-lg), 4vw, var(--hut-space-xl));
}

.trust-page__section h2 {
	margin-block-end: var(--hut-space-sm);
	font-size: clamp(var(--hut-font-size-lg), 2.4vw, var(--hut-font-size-xl));
}

.trust-page__section p + p {
	margin-block-start: var(--hut-space-sm);
}
