.st-structured-page {
	color: #0b2740;
}

.st-structured-page__container {
	width: min(1120px, calc(100% - 40px));
	margin-inline: auto;
}

.st-structured-page__hero,
.st-structured-page__section,
.st-structured-page__cta {
	padding: clamp(48px, 7vw, 96px) 0;
}

.st-structured-page__hero {
	padding-block: clamp(34px, 5vw, 68px);
}

.st-structured-page__hero,
.st-structured-page__cta {
	background: #0b2740;
	color: #fff;
}

.st-structured-page__cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
}

.st-structured-page__cards article {
	padding: 24px;
	border: 1px solid #dbe5eb;
	border-radius: 12px;
}

.st-structured-page details {
	padding: 16px 0;
	border-bottom: 1px solid #dbe5eb;
}

/* About-only presentation: compact rhythm and an existing community photograph. */
.st-structured-page--about-us .st-structured-page__section {
	padding-block: clamp(28px, 4vw, 52px);
}

.st-structured-page--about-us .st-structured-page__section + .st-structured-page__section {
	border-top: 1px solid #e5edf1;
}

.st-structured-page__about-intro {
	display: grid;
	gap: clamp(24px, 4vw, 52px);
	align-items: center;
}

.st-structured-page__about-media {
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgb(11 39 64 / 14%);
}

.st-structured-page__about-media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

@media (min-width: 768px) {
	.st-structured-page__about-intro {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	}
}
