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

.site-main--about > 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);
}

.about-hero {
	display: grid;
	min-height: clamp(32rem, 58vw, 43rem);
	background: var(--hut-color-ink-900);
	color: var(--hut-color-paper-000);
}

.about-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgb(13 27 42 / 96%) 0%, rgb(13 27 42 / 78%) 43%, rgb(13 27 42 / 26%) 73%, rgb(13 27 42 / 0%) 100%),
		linear-gradient(0deg, rgb(13 27 42 / 72%) 0%, rgb(13 27 42 / 0%) 54%);
	pointer-events: none;
}

.about-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));
}

.about-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, 6.1rem);
	line-height: 0.94;
	text-wrap: balance;
}

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

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

.about-hero__media picture,
.about-hero__media img {
	width: 100%;
	height: 100%;
}

.about-hero__media picture {
	display: block;
}

.about-hero__media img {
	object-fit: cover;
	object-position: 57% center;
}

.about-intro {
	background: transparent;
	box-shadow: none;
}

.about-intro .author-card {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.about-story,
.about-mission,
.about-values,
.about-media,
.about-closing {
	padding: clamp(var(--hut-space-xl), 5vw, var(--hut-space-3xl));
}

.about-story {
	display: grid;
	gap: clamp(var(--hut-space-lg), 4vw, var(--hut-space-2xl));
	background:
		linear-gradient(135deg, rgb(250 244 232 / 90%), rgb(255 253 248 / 76%)),
		var(--hut-color-paper-050);
}

.about-story__body {
	max-width: 46rem;
	color: var(--hut-color-text-muted);
	font-size: clamp(var(--hut-font-size-md), 1.8vw, var(--hut-font-size-lg));
}

.about-mission .section-header {
	max-width: 48rem;
}

.about-mission__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));
}

.about-values {
	display: grid;
	gap: clamp(var(--hut-space-lg), 4vw, var(--hut-space-2xl));
	align-items: start;
	background:
		linear-gradient(135deg, rgb(245 239 230 / 92%), rgb(255 253 248 / 76%)),
		var(--hut-color-paper-050);
}

.about-values__list {
	display: grid;
	gap: var(--hut-space-sm);
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-values__list li {
	position: relative;
	padding: var(--hut-space-md) var(--hut-space-lg);
	border: 1px solid rgb(143 74 40 / 20%);
	border-radius: var(--hut-radius-md);
	background: rgb(255 253 248 / 76%);
	color: var(--hut-color-text);
	font-weight: 800;
}

.about-values__list li::before {
	content: "";
	position: absolute;
	inset-block-start: 1.25rem;
	inset-inline-start: 0.65rem;
	width: 0.38rem;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--hut-color-accent);
}

.about-media {
	display: grid;
	gap: clamp(var(--hut-space-lg), 4vw, var(--hut-space-2xl));
	align-items: center;
}

.about-media__portrait {
	margin: 0;
	overflow: hidden;
	border-radius: calc(var(--hut-radius-lg) - 0.25rem);
	box-shadow: 0 1.4rem 3rem rgb(107 74 47 / 16%);
}

.about-media__portrait img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	height: auto;
	object-fit: cover;
	object-position: center 18%;
}

.about-media__details {
	display: grid;
	align-content: center;
	gap: clamp(var(--hut-space-md), 3vw, var(--hut-space-xl));
}

.about-media__content .section-header {
	max-width: 44rem;
}

.about-media__content .section-header__description {
	max-width: 40rem;
}

.about-media__grid {
	display: grid;
	gap: var(--hut-space-sm);
}

.about-media__item {
	padding: var(--hut-space-md);
	border: 1px solid rgb(143 74 40 / 20%);
	border-radius: var(--hut-radius-md);
	background: rgb(255 253 248 / 78%);
}

.about-media__item h3 {
	margin-block-end: var(--hut-space-2xs);
	font-size: var(--hut-font-size-lg);
}

.about-media__item p {
	margin: 0;
	color: var(--hut-color-text-muted);
}

.site-main--about > .about-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);
}

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

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

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

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

.about-closing .button--secondary {
	border-color: rgb(255 253 248 / 30%);
	background: rgb(255 253 248 / 12%);
	color: var(--hut-color-paper-000);
}

@media (min-width: 52rem) {
	.about-values,
	.about-media {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	}
}

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

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

	.about-hero h1 {
		max-width: 10ch;
	}

	.about-hero__media img {
		object-position: 58% center;
	}
}
