.nh-engagement {
	padding: 0;
	text-align: center;
	color: var(--nh-fg);
}

.nh-engagement__inner {
	max-width: var(--nh-container);
	margin: 0 auto;
	padding: 0 var(--nh-gutter);
}

.nh-engagement__header {
	max-width: 880px;
	margin: 0 auto 56px;
}

.nh-engagement__title,
.nh-engagement__title-inner {
	display: block;
	font-family: var(--nh-serif);
	font-weight: 400;
	font-size: 42px;
	line-height: 1.1;
	letter-spacing: -0.06em;
	margin: 0;
}

.nh-engagement__subtitle {
	font-family: var(--nh-serif);
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.04em;
	margin: 18px 0 0;
}

.nh-engagement__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.nh-engagement--count-2 .nh-engagement__cards {
	grid-template-columns: repeat(2, 1fr);
}

.nh-engagement--count-1 .nh-engagement__cards {
	grid-template-columns: 1fr;
}

.nh-engagement__card {
	background: var(--nh-card-bg);
	border-radius: var(--nh-radius);
	padding: 15px 15px 32px;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.nh-engagement__card-media {
	border-radius: var(--nh-radius);
	overflow: hidden;
	aspect-ratio: 335 / 247;
	margin-bottom: 28px;
	background: rgba(0, 0, 0, 0.04);
	position: relative;
	min-width: 0;
}

.nh-engagement__card-image,
.nh-engagement__card-image-placeholder {
	width: 100%;
	height: 100%;
	max-width: 100%;
	display: block;
	object-fit: cover;
}

.nh-engagement__card-media[data-nh-card-parallax] .nh-engagement__card-image {
	transform: scale(1.12);
	transform-origin: center;
	will-change: transform;
}

.nh-engagement__card-image-placeholder {
	background: rgba(0, 0, 0, 0.05);
}

.nh-engagement__card-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-family: var(--nh-serif);
	color: var(--nh-fg);
	margin-top: auto;
}

.nh-engagement__card-prefix {
	font-style: italic;
	font-size: 30px;
	line-height: 1;
	letter-spacing: -0.06em;
}

.nh-engagement__card-line1,
.nh-engagement__card-line2 {
	font-size: 32px;
	line-height: 1.05;
	letter-spacing: -0.06em;
	margin-top: 2px;
}

.nh-engagement__picker {
	display: flex;
	flex-direction: column;
}

.nh-engagement__placeholder {
	aspect-ratio: 335 / 247;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.05);
	border: 0;
	color: rgba(0, 0, 0, 0.45);
	cursor: pointer;
	border-radius: var(--nh-radius);
	font-family: var(--nh-sans);
	font-size: 13px;
	width: 100%;
}

.nh-engagement__picker-actions {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 8px;
}

@media (max-width: 900px) {
	.nh-engagement {
		padding: 0;
	}

	.nh-engagement__header {
		margin-bottom: 36px;
	}

	.nh-engagement__cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.nh-engagement__card {
		padding: 14px 14px 28px;
	}

	.nh-engagement__card-media {
		margin-bottom: 24px;
	}

	.nh-engagement__card-caption {
		margin-top: auto;
	}

}

@media (max-width: 600px) {
	.nh-engagement__title,
	.nh-engagement__title-inner {
		font-size: 22px;
		line-height: 1.1;
		letter-spacing: -2px;
	}

	.nh-engagement__subtitle {
		font-size: 16px;
		margin-top: 14px;
	}

	.nh-engagement--count-1 .nh-engagement__cards,
	.nh-engagement--count-2 .nh-engagement__cards,
	.nh-engagement--count-3 .nh-engagement__cards {
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.nh-engagement__card {
		padding: 0;
	}

	.nh-engagement__card-media {
		margin: 0 17px 14px;
	}

	.nh-engagement__card-caption {
		order: -1;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.nh-engagement__card-prefix {
		font-size: 22px;
	}

	.nh-engagement__card-line1,
	.nh-engagement__card-line2 {
		font-size: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nh-engagement__card-media[data-nh-card-parallax] .nh-engagement__card-image {
		transform: none !important;
		will-change: auto;
	}
}
