.home2-section--supported {
	background: #f2efea !important;
	color: #1a1613;
	padding-top: clamp(3rem, 6vh, 4.5rem) !important;
	padding-bottom: clamp(3rem, 6vh, 4.5rem) !important;
	border-top: 1px solid rgba(26, 22, 19, 0.12);
	border-bottom: 1px solid rgba(26, 22, 19, 0.12);
}

.home2-supported__eyebrow {
	margin: 0 auto 2rem;
	text-align: center;
	color: #5a544d;
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--wp--preset--font-size--cap);
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}
.home2-supported {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.home2-supported__row {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.home2-supported__row--primary {
	gap: clamp(2rem, 6vw, 4.5rem);
	margin-bottom: 3rem;
}

.home2-supported__item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home2-supported__link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	min-width: 160px;
	padding: 0.5rem 0.75rem;
	opacity: 0.85;
	filter: grayscale(0.2);
	transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
	text-decoration: none;
	color: inherit;
}

.home2-supported__link:hover,
.home2-supported__link:focus-visible {
	opacity: 1;
	filter: grayscale(0);
	transform: translateY(-1px);
}

.home2-supported__logo {
	max-height: 64px;
	max-width: 200px;
	width: auto;
	height: auto;
	display: block;
}

/* Fallback wordmark — rendered by the onerror handler when a logo SVG is missing. */
.home2-supported__wordmark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.25rem;
	border: 1px dashed rgba(26, 22, 19, 0.2);
	border-radius: 2px;
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--wp--preset--font-size--body);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5a544d;
	background: #ffffff;
	min-width: 170px;
	min-height: 56px;
	text-align: center;
}

.home2-supported__divider {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 1rem auto 1.75rem;
	max-width: 520px;
	color: #8a8078;
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--wp--preset--font-size--cap);
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.home2-supported__divider::before,
.home2-supported__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: rgba(26, 22, 19, 0.12);
}

.home2-supported__row--secondary {
	gap: 0.5rem 0.75rem;
}

.home2-supported__item--pill {
	padding: 0.55rem 1rem;
	border: 1px solid rgba(26, 22, 19, 0.15);
	border-radius: 999px;
	background: #ffffff;
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	font-size: var(--wp--preset--font-size--cap);
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #5a544d;
}
