.about-story {
	position: relative;
	overflow: clip;
	background: #f1f2f4;
	color: #1f2933;
	scroll-margin-top: 5rem;
}

.about-story__shell {
	width: min(calc(100% - (2 * var(--ldh-gutter))), 1440px);
	margin-inline: auto;
	padding: clamp(6rem, 10vw, 10rem) 0 clamp(5.5rem, 9vw, 9rem);
}

.about-story__opening {
	display: grid;
	grid-template-columns: clamp(3rem, 6vw, 5.5rem) minmax(0, 1fr) minmax(25rem, 1fr);
	gap: 2rem clamp(2rem, 5vw, 6rem);
	align-items: end;
	padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
}

.about-story__index {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	gap: 1rem;
	color: #9a7640;
	font-size: 0.64rem;
	font-weight: 600;
	letter-spacing: 0.18em;
}

.about-story__index-line {
	width: 1px;
	min-height: 5rem;
	flex: 1;
	background: rgba(166, 132, 74, 0.42);
}

.about-story__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 0 0 1.5rem;
	color: #8d6a35;
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.19em;
	line-height: 1.3;
	text-transform: uppercase;
}

.about-story__eyebrow::before {
	width: 2.5rem;
	height: 1px;
	background: currentColor;
	content: "";
}

.about-story__title {
	max-width: 15ch;
	margin: 0;
	font-family: var(--ldh-serif);
	font-size: clamp(2.35rem, 4.2vw, 4.7rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.95;
	text-wrap: balance;
}

.about-story__intro {
	padding: 0 0 0 clamp(1.25rem, 2.5vw, 2.25rem);
	border-left: 1px solid rgba(166, 132, 74, 0.52);
	color: #4e5354;
	font-size: clamp(1.05rem, 0.97rem + 0.3vw, 1.28rem);
	line-height: 1.72;
}

.about-story__intro > :last-child,
.about-story__chapter-copy > :last-child {
	margin-bottom: 0;
}

.about-story__body {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
	gap: clamp(3rem, 7vw, 8rem);
	align-items: start;
}

.about-story__visual {
	position: sticky;
	top: 7rem;
	margin: 0;
}

.about-story__image {
	width: 100%;
	aspect-ratio: 5 / 6;
	object-fit: cover;
	filter: saturate(0.88) contrast(1.02);
}

.about-story__visual figcaption {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin-top: 1rem;
	color: #74736e;
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1.4;
	text-transform: uppercase;
}

.about-story__visual figcaption::before {
	width: 2rem;
	height: 1px;
	background: #a6844a;
	content: "";
}

.about-story__chapters {
	border-top: 1px solid rgba(31, 41, 51, 0.18);
}

.about-story__chapter {
	display: grid;
	grid-template-columns: 2.6rem minmax(0, 1fr);
	gap: clamp(1.25rem, 2.5vw, 2.25rem);
	padding: clamp(2.2rem, 4.5vw, 4rem) 0;
	border-bottom: 1px solid rgba(31, 41, 51, 0.18);
}

.about-story__chapter-number {
	padding-top: 0.45rem;
	color: #9a7640;
	font-size: 0.63rem;
	font-weight: 600;
	letter-spacing: 0.16em;
}

.about-story__chapter h3 {
	margin: 0 0 1.15rem;
	font-family: var(--ldh-serif);
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1.06;
	text-wrap: balance;
}

.about-story__chapter-copy {
	color: #5f625f;
	font-size: 0.98rem;
	line-height: 1.75;
}

.about-story__closing {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) auto;
	gap: 2rem 4rem;
	align-items: end;
	margin-top: clamp(4.5rem, 8vw, 8rem);
	padding: clamp(2.5rem, 5vw, 4.5rem);
	border: 1px solid rgba(31, 41, 51, 0.1);
	background: #e4e6e8;
	color: #1f2933;
}

.about-story__closing p {
	max-width: 29ch;
	margin: 0;
	font-family: var(--ldh-serif);
	font-size: clamp(1.8rem, 3.3vw, 3.45rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1.06;
	text-wrap: balance;
}

.about-story__cta {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid rgba(141, 106, 53, 0.58);
	color: #1f2933;
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

.about-story__cta-arrow {
	color: #8d6a35;
	font-size: 1.05rem;
	transition: transform 200ms ease;
}

.about-story__cta:hover .about-story__cta-arrow,
.about-story__cta:focus-visible .about-story__cta-arrow {
	transform: translate(0.2rem, -0.2rem);
}

@media (max-width: 1024px) {
	.about-story__opening {
		grid-template-columns: 3rem minmax(0, 1fr);
	}

	.about-story__intro {
		grid-column: 2;
		max-width: 44rem;
	}

	.about-story__body {
		gap: 3.5rem;
	}
}

@media (max-width: 800px) {
	.about-story__opening {
		display: block;
	}

	.about-story__index {
		display: none;
	}

	.about-story__title {
		max-width: 14ch;
	}

	.about-story__intro {
		max-width: 42rem;
		margin-top: 2.5rem;
	}

	.about-story__body {
		display: flex;
		flex-direction: column;
	}

	.about-story__visual {
		position: relative;
		top: auto;
		width: 100%;
	}

	.about-story__image {
		aspect-ratio: 4 / 3;
	}

	.about-story__chapters {
		width: 100%;
	}

	.about-story__closing {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.about-story__cta {
		justify-self: start;
	}
}

@media (max-width: 520px) {
	.about-story__shell {
		width: min(calc(100% - 2.5rem), 36rem);
	}

	.about-story__title {
		font-size: clamp(2.2rem, 9.9vw, 3.05rem);
	}

	.about-story__image {
		aspect-ratio: 4 / 5;
	}

	.about-story__chapter {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.about-story__closing {
		margin-right: -1.25rem;
		margin-left: -1.25rem;
		padding: 2.5rem 1.25rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-story__cta-arrow {
		transition: none;
	}
}
