.penta-home-vendors {
	box-sizing: border-box;
	width: 100%;
	padding: clamp(3.5rem, 7vw, 6rem) 0;
	overflow: hidden;
	background: #ffffff;
	color: #2e3443;
}

.penta-home-vendors-heading {
	width: min(100% - 2.5rem, 1120px);
	margin: 0 auto clamp(2rem, 5vw, 3.75rem);
	text-align: center;
}

.penta-home-vendors-title {
	max-width: 980px;
	margin: 0 auto;
	font-family: var(--wp--preset--font-family--system);
	font-size: 3.8rem;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
}

.penta-home-vendors-subtitle {
	margin: 1.35rem auto 0;
	color: #90959f;
	font-size: 1.25rem;
	line-height: 1.6;
}

.penta-home-vendors-track {
	display: grid;
	gap: 1.65rem;
	width: min(100% - 2.5rem, 1400px);
	margin: 0 auto;
}

.penta-home-vendors.is-slider .penta-home-vendors-track {
	display: flex;
	width: 100%;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	padding: 0 max(1.25rem, calc((100vw - 1400px) / 2));
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.penta-home-vendors.is-slider .penta-home-vendors-track::-webkit-scrollbar {
	display: none;
}

.penta-home-vendors.is-stack .penta-home-vendors-track {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.penta-home-vendor-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 420px;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #dde2ea;
	border-radius: 22px;
	background: #f0f0f2;
	box-shadow: none;
	color: inherit;
	text-align: center;
	text-decoration: none;
	scroll-snap-align: center;
	transform: translateY(0);
	transition: box-shadow .28s ease, transform .28s ease;
}

.penta-home-vendor-card:hover,
.penta-home-vendor-card:focus-visible {
	box-shadow: none;
	transform: translateY(-6px);
}

.penta-home-vendors.is-slider .penta-home-vendor-card {
	flex: 0 0 min(320px, 100%);
}

.penta-home-vendor-main {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: .85rem;
	min-height: 370px;
	padding: 1.3rem 1.35rem 1.6rem;
	border: 0;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: none;
}

.penta-home-vendor-top {
	display: flex;
	min-height: 40px;
	align-items: center;
	justify-content: space-between;
}

.penta-home-vendor-rating {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	color: #2e3443;
	font-size: 1.05rem;
	font-weight: 550;
	line-height: 1;
}

.penta-home-vendor-rating > span {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #fff1c4;
	color: #ffca45;
	font-size: 1.05rem;
}

.penta-home-vendor-rating strong {
	font-size: inherit;
	font-weight: inherit;
}

.penta-home-vendor-featured {
	align-items: center;
	background: #000;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: .72rem;
	font-weight: 800;
	min-height: 32px;
	padding: .35rem .7rem;
	text-transform: uppercase;
}

.penta-home-vendor-verified {
	display: inline-grid;
	width: 38px;
	height: 38px;
	border-radius: 13px;
	background: #aee7cf;
	color: #27493f;
	place-items: center;
	transform: rotate(45deg);
}

.penta-home-vendor-verified::before {
	content: "✓";
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1;
	transform: rotate(-45deg);
}

.penta-home-vendor-photo {
	display: grid;
	width: 172px;
	height: 172px;
	margin: .55rem auto .55rem;
	overflow: hidden;
	border-radius: 999px;
	background: #f4dfd8;
	color: transparent;
	place-items: center;
}

.penta-home-vendor-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.penta-home-vendor-photo.is-placeholder::before {
	content: "";
	position: relative;
	width: 68px;
	height: 68px;
	border: 28px solid #c6c6c7;
	border-radius: 999px;
	box-shadow: 0 70px 0 22px #c6c6c7;
}

.penta-home-vendor-name {
	margin: .25rem 0 0;
	color: inherit;
	font-size: clamp(1.2rem, 3.2vw, 1.45rem);
	font-weight: 550;
	line-height: 1.08;
	letter-spacing: 0;
}

.penta-home-vendor-since {
	margin: 0;
	color: #a1a5ad;
	font-size: .72rem;
	font-weight: 400;
	line-height: 1.35;
}

.penta-home-vendor-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem .75rem;
	justify-content: center;
	margin-top: auto;
	padding-top: .85rem;
	color: #777c84;
	font-size: .72rem;
	font-weight: 500;
}

.penta-home-vendor-meta span {
	display: inline-flex;
	align-items: center;
	gap: .38rem;
	max-width: 100%;
	white-space: nowrap;
}

.penta-home-vendor-meta span span {
	position: relative;
	content: "";
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #f0f0f0;
}

.penta-home-vendor-meta span span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	background-color: #6f747d;
	content: "";
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transform: translate(-50%, -50%);
}

.penta-home-vendor-meta-legal-role span::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3Crect width='20' height='14' x='2' y='6' rx='2'/%3E%3Cpath d='M2 13h20'/%3E%3Cpath d='M10 12h4'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3Crect width='20' height='14' x='2' y='6' rx='2'/%3E%3Cpath d='M2 13h20'/%3E%3Cpath d='M10 12h4'/%3E%3C/svg%3E");
}

.penta-home-vendor-meta-specialties span::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41 12 22l-8.59-8.59A2 2 0 0 1 3 12V4a1 1 0 0 1 1-1h8a2 2 0 0 1 1.41.59l7.18 7.18a2 2 0 0 1 0 2.82Z'/%3E%3Ccircle cx='7.5' cy='7.5' r='.5' fill='black'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.59 13.41 12 22l-8.59-8.59A2 2 0 0 1 3 12V4a1 1 0 0 1 1-1h8a2 2 0 0 1 1.41.59l7.18 7.18a2 2 0 0 1 0 2.82Z'/%3E%3Ccircle cx='7.5' cy='7.5' r='.5' fill='black'/%3E%3C/svg%3E");
}

.penta-home-vendor-meta-location span::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 0 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 0 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.penta-home-vendor-footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 54px;
	gap: 1rem;
	align-items: center;
	min-height: 86px;
	padding: 1.1rem 1.35rem 1.15rem;
	border-radius: 0 0 22px 22px;
	background: #f1f1f2;
	text-align: left;
}

.penta-home-vendor-footer strong {
	font-size: clamp(1.15rem, 3.2vw, 1.35rem);
	font-weight: 550;
	line-height: 1;
	letter-spacing: 0;
}

.penta-home-vendor-send {
	position: relative;
	display: grid;
	width: 54px;
	height: 54px;
	border-radius: 999px;
	background: #ffca45;
	place-items: center;
	transition: background-color .2s ease, transform .2s ease;
}

.penta-home-vendor-send::before {
	background-color: currentColor;
	content: "";
	width: 24px;
	height: 24px;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H7l-4 4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H7l-4 4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E");
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.penta-home-vendor-card:hover .penta-home-vendor-send,
.penta-home-vendor-card:focus-visible .penta-home-vendor-send {
	background: #ffc12d;
	transform: translateX(3px);
}

@media (max-width: 1199.98px) {
	.penta-home-vendors-title {
		font-size: 3rem;
	}

	.penta-home-vendors.is-stack .penta-home-vendors-track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.penta-home-vendors.is-slider .penta-home-vendor-card {
		flex-basis: min(340px, calc(50vw - 2rem));
	}
}

@media (max-width: 809.98px) {
	.penta-home-vendors {
		padding: 3.5rem 0;
	}

	.penta-home-vendors-title {
		font-size: 2.35rem;
	}

	.penta-home-vendors-subtitle {
		font-size: 1rem;
	}

	.penta-home-vendors.is-stack .penta-home-vendors-track {
		grid-template-columns: 1fr;
	}

	.penta-home-vendors.is-slider .penta-home-vendor-card {
		flex-basis: 100%;
	}

	.penta-home-vendor-card {
		min-height: 390px;
	}
}
