/* Homepage — v21-awards-section v23-awards v29-awards (template v40) */

.v21-awards-section {
	--hp-awards-shell: min(1340px, calc(100vw - 64px));

	padding: 64px 0;
	overflow: hidden;
	background: var(--v21-mist, #f3f6f2);
}

.v21-awards-section .section-shell {
	width: var(--hp-awards-shell);
	margin: 0 auto;
}

.v21-awards-section .v23-awards-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 24px;
}

.v21-awards-section .v23-awards-head .eyebrow {
	margin: 0 0 12px;
	color: var(--v21-forest, #06652e);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.v21-awards-section .v23-awards-head h2 {
	margin: 0;
	color: #152019;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.v21-awards-section .v23-award-controls {
	display: flex;
	flex: none;
	gap: 8px;
}

.v21-awards-section .v23-award-controls button {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid #dce4de;
	border-radius: 50%;
	background: #fff;
	color: #06652e;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.v21-awards-section .v23-award-controls button:hover:not(:disabled) {
	background: #f3f6f2;
	transform: translateY(-1px);
}

.v21-awards-section .v23-award-controls button:disabled {
	opacity: 0.35;
	cursor: default;
	transform: none;
}

.v21-awards-section .v29-awards-rail {
	overflow: hidden;
}

.v21-awards-section .awards-rail-swiper .swiper-wrapper {
	align-items: stretch;
}

.v21-awards-section .awards-rail-swiper .swiper-slide.awards-rail-slide {
	display: flex;
	width: 260px !important;
	max-width: 260px !important;
	height: auto !important;
	flex-shrink: 0 !important;
	box-sizing: border-box;
}

.v21-awards-section .v29-award-card {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	min-height: 224px;
	padding: 22px;
	border: 1px solid rgba(6, 101, 46, 0.12);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(20, 54, 34, 0.05);
}

.v21-awards-section .v29-award-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
}

.v21-awards-section .v29-award-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: #edf5ef;
	color: #386846;
}

.v21-awards-section .v29-award-icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.v21-awards-section .v29-award-year {
	color: #2f5f3d;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.v21-awards-section .v29-award-card h3 {
	margin: 0;
	color: #1d2d23;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 650;
	letter-spacing: -0.018em;
}

.v21-awards-section .v29-award-card p {
	margin: auto 0 0;
	color: #68736b;
	font-size: 14px;
	line-height: 1.4;
}

.v21-awards-section .v29-awards-link {
	display: inline-flex;
	margin-top: 16px;
	color: #315f3e;
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
}

.v21-awards-section .v29-awards-link:hover {
	text-decoration: underline;
}

@media (max-width: 700px) {
	.v21-awards-section {
		padding: 40px 0;
	}

	.v21-awards-section .section-shell {
		width: min(calc(100vw - 32px), 1340px);
	}

	.v21-awards-section .v23-awards-head {
		flex-direction: column;
		align-items: start;
		gap: 18px;
	}

	.v21-awards-section .awards-rail-swiper .swiper-slide.awards-rail-slide {
		width: min(260px, calc(100vw - 32px)) !important;
		max-width: min(260px, calc(100vw - 32px)) !important;
	}

	.v21-awards-section .v29-award-card {
		min-height: 210px;
		padding: 19px;
	}
}
