/* Homepage awards row — title and logos share one #f5f5f5 block.
   The dot pattern stays on the logo bar. Desktop: static six-logo row.
   Mobile: same slide autoplay as the brand logo row. */
.sml-home-awards-row {
	--awards-gap: 45px;
	--awards-logo-h: 75px;
	box-sizing: border-box;
	background: #f5f5f5;
	max-width: calc(100% + 50px) !important;
	width: calc(100% + 50px);
	margin: 0 -25px;
	padding: 0;
	text-align: center;
}

.sml-home-awards-row__title {
	margin: 0 auto;
	max-width: 920px;
	padding: 40px 20px 24px;
	color: #2b2b2b;
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.sml-home-awards-row__bar {
	background-color: #f5f5f5;
	background-image: url("../images/home-awards-row/bg-mobile.png?v=20260909c");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	padding: 75px 24px 28px;
}

@media (min-width: 800px) {
	.sml-home-awards-row__title {
		padding: 48px 40px 28px;
	}

	.sml-home-awards-row__bar {
		background-image: url("../images/home-awards-row/bg-desktop.png?v=20260909c");
		padding: 35px 40px 16px;
	}
}

.sml-home-awards-row__viewport {
	overflow: visible;
	width: 100%;
}

.sml-home-awards-row__group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: var(--awards-gap);
	margin: 0;
	padding: 0;
	list-style: none;
}

.sml-home-awards-row__item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sml-home-awards-row__item img {
	display: block;
	width: auto;
	height: var(--awards-logo-h);
	max-width: 220px;
	object-fit: contain;
}

.sml-home-awards-row__note {
	position: relative;
	z-index: 1;
	margin: 22px auto 0;
	max-width: 52rem;
	padding: 0 12px;
	background: transparent;
	color: #6b6b6b;
	font-size: 0.75rem;
	line-height: 1.5;
}

@media (max-width: 799px) {
	.sml-home-awards-row {
		--awards-gap: 28px;
		--awards-logo-h: 75px;
	}

	.sml-home-awards-row__title {
		padding: 32px 20px 20px;
	}

	.sml-home-awards-row__viewport {
		overflow: hidden;
	}

	.sml-home-awards-row__group {
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 0;
	}

	.sml-home-awards-row__item {
		box-sizing: border-box;
		flex-shrink: 0;
	}

	.sml-home-awards-row__item img {
		height: var(--awards-logo-h);
		max-height: var(--awards-logo-h);
		max-width: 100%;
		margin: 0 auto;
	}

	.sml-home-awards-row__note {
		margin-top: 32px;
		font-size: 0.6875rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sml-home-awards-row__viewport {
		overflow: visible;
	}

	.sml-home-awards-row__group {
		flex-wrap: wrap;
		justify-content: center;
	}
}
