.alp-adaptive {
	display: grid;
	gap: clamp(64px, 8vw, 112px);
}

.alp-adaptive-hero {
	position: relative;
	margin: 0;
	background: #d8d4c9;
	overflow: hidden;
}

.alp-adaptive-hero img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	filter: saturate(0.78) contrast(1.04);
}

.alp-adaptive-hero figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 8px 12px;
	color: #fff;
	background: rgba(23, 33, 38, 0.88);
	font: 600 12px/1.35 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0.02em;
}

.alp-adaptive-intro {
	max-width: 850px;
}

.alp-adaptive-intro h2,
.alp-adaptive-achievements > h2,
.alp-adaptive-mg > h2,
.alp-adaptive-help h2 {
	margin: 0.08em 0 0.35em;
	font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
	font-size: clamp(42px, 6vw, 82px);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: -0.035em;
}

.alp-adaptive-intro__links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px 28px;
	margin-top: 30px;
}

.alp-adaptive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 38px;
	background: #d8d4c9;
	border: 1px solid #d8d4c9;
}

.alp-adaptive-card {
	min-height: 310px;
	padding: 28px;
	background: #faf8f2;
}

.alp-adaptive-card__number {
	margin-bottom: 42px;
	color: #96483d;
	font: 500 34px/1 "Iowan Old Style", "Baskerville", "Times New Roman", serif;
}

.alp-adaptive-card__meta {
	margin-bottom: 12px;
	color: #59656a;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.alp-adaptive-card h3,
.alp-adaptive-event h3 {
	margin: 0 0 14px;
	font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.12;
}

.alp-adaptive-card p {
	margin: 8px 0 0;
	color: #334148;
	font-size: 14px;
	line-height: 1.45;
}

.alp-adaptive-card a,
.alp-adaptive-event a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.alp-adaptive-card h3 a {
	text-decoration: none;
}

.alp-adaptive-card h3 a:hover,
.alp-adaptive-card h3 a:focus {
	text-decoration: underline;
}

.alp-adaptive-timeline {
	margin-top: 34px;
	border-top: 1px solid #9f9d96;
}

.alp-adaptive-event {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 28px;
	padding: 30px 0;
	border-bottom: 1px solid #d8d4c9;
}

.alp-adaptive-event__year {
	color: #96483d;
	font: 500 38px/1 "Iowan Old Style", "Baskerville", "Times New Roman", serif;
}

.alp-adaptive-event p {
	margin: 6px 0 0;
}

.alp-adaptive-scope {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 5px 9px;
	color: #fff;
	background: #2f6956;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.alp-adaptive-scope--motorized {
	background: #73352e;
}

.alp-adaptive-help {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 42px;
	align-items: end;
	padding: clamp(32px, 6vw, 70px);
	color: #fff;
	background: #172126;
}

.alp-adaptive-help h2 {
	color: #fff;
}

.alp-adaptive-help p {
	max-width: 760px;
}

.alp-adaptive-links {
	margin-top: 42px;
	padding-top: 28px;
	border-top: 1px solid #d8d4c9;
}

@media (max-width: 980px) {
	.alp-adaptive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.alp-adaptive-grid {
		grid-template-columns: 1fr;
	}

	.alp-adaptive-card {
		min-height: 0;
	}

	.alp-adaptive-event,
	.alp-adaptive-help {
		grid-template-columns: 1fr;
	}

	.alp-adaptive-event__year {
		margin-bottom: -8px;
	}

	.alp-adaptive-hero figcaption {
		position: static;
		display: block;
	}
}
