.alp-knowledge-expansion {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid currentColor;
}

.alp-program-kind,
.alp-safety-link a {
	display: inline-flex;
	padding: 0.35rem 0.7rem;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.alp-safety__lead,
.alp-statistics__warning {
	max-width: 50rem;
	font-size: 1.08rem;
}

.alp-safety-grid,
.alp-statistics-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 2rem 0;
}

.alp-safety-grid article,
.alp-statistics-grid > section,
.alp-safety__method,
.alp-statistics__method,
.alp-statistics__headline,
.alp-statistics__years {
	padding: 1.25rem;
	border: 1px solid var(--alp-stone, #d8d4c9);
	background: var(--alp-paper-light, #faf8f2);
}

.alp-safety-grid h3,
.alp-statistics-grid h3 {
	margin-top: 0;
}

.alp-statistics__warning {
	padding: 1rem 1.25rem;
	border-left: 4px solid var(--alp-rust, #96483d);
	background: var(--alp-paper-light, #faf8f2);
}

.alp-statistics__headline {
	display: flex;
	align-items: baseline;
	gap: 0.8rem;
	margin: 2rem 0;
}

.alp-statistics__headline strong {
	font-family: var(--alp-serif, serif);
	font-size: clamp(2.5rem, 7vw, 5rem);
	line-height: 1;
}

.alp-stat-bar {
	margin-top: 0.9rem;
}

.alp-stat-bar__label {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.9rem;
}

.alp-stat-bar__track {
	height: 0.45rem;
	margin-top: 0.25rem;
	overflow: hidden;
	background: var(--alp-stone, #d8d4c9);
	border-radius: 999px;
}

.alp-stat-bar__track span {
	display: block;
	height: 100%;
	background: var(--alp-rust, #96483d);
	border-radius: inherit;
}

.alp-statistics__years {
	margin: 2rem 0;
}

.alp-statistics__years summary {
	cursor: pointer;
	font-weight: 700;
}

.alp-statistics__years table {
	width: 100%;
	margin-top: 1rem;
	border-collapse: collapse;
}

.alp-statistics__years th,
.alp-statistics__years td {
	padding: 0.5rem;
	border-bottom: 1px solid var(--alp-stone, #d8d4c9);
	text-align: left;
}

@media (max-width: 760px) {
	.alp-safety-grid,
	.alp-statistics-grid {
		grid-template-columns: 1fr;
	}

	.alp-statistics__headline {
		align-items: flex-start;
		flex-direction: column;
	}
}
