/* ── Shared homepage patterns ─────────────────────────── */
.wbp-section-title {
	margin-bottom: 1.75rem;
}

.wbp-section-title--center {
	text-align: center;
}

.wbp-section-title h2 {
	margin: 0;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.wbp-section-title__rule {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 0.75rem;
}

.wbp-section-title__rule-line {
	flex: 1;
	max-width: 180px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--wbp-gold), transparent);
}

.wbp-section-title__rule-icon {
	font-size: 0.85rem;
	opacity: 0.85;
}

.wbp-link-arrow {
	font-family: var(--wbp-font-body);
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--wbp-green-deep);
	text-decoration: none;
	white-space: nowrap;
}

.wbp-link-arrow:hover {
	color: var(--wbp-green-primary);
	text-decoration: underline;
}

.wbp-section-header--compact {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.wbp-section-header--compact .wbp-section-title {
	margin-bottom: 0;
}

/* ── Hero ─────────────────────────────────────────────── */
.wbp-hero {
	position: relative;
	padding: clamp(3rem, 6vw, 4.5rem) 0;
	background: var(--wbp-cream);
	min-height: clamp(580px, 72vh, 860px);
	display: flex;
	align-items: center;
	overflow: hidden;
}

.wbp-hero__bg {
	position: absolute;
	inset: 0;
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	z-index: 0;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.15) 22%, rgba(0, 0, 0, 0.65) 36%, #000 48%);
	mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.15) 22%, rgba(0, 0, 0, 0.65) 36%, #000 48%);
}

.wbp-hero__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		var(--wbp-cream) 0%,
		var(--wbp-cream) 42%,
		rgba(249, 248, 243, 0.98) 50%,
		rgba(249, 248, 243, 0.92) 58%,
		rgba(249, 248, 243, 0.72) 66%,
		rgba(249, 248, 243, 0.35) 76%,
		rgba(249, 248, 243, 0.08) 88%,
		transparent 100%
	);
	z-index: 1;
	pointer-events: none;
}

.wbp-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
}

.wbp-hero__content {
	max-width: min(720px, 54%);
}

.wbp-hero--has-graphic .wbp-hero__content {
	margin-left: clamp(3rem, 12vw, 9rem);
	max-width: min(680px, 50%);
}

.wbp-hero__map-link {
	margin: var(--wbp-space-md) 0 0;
	font-size: 0.875rem;
	font-weight: 600;
}

.wbp-hero__map-link a {
	color: var(--wbp-green-deep);
	text-decoration: none;
}

.wbp-hero__map-link a:hover {
	color: var(--wbp-green-primary);
	text-decoration: underline;
}

.wbp-hero h1 {
	font-size: clamp(1.875rem, 3.8vw, 2.875rem);
	margin-bottom: var(--wbp-space-sm);
	line-height: 1.15;
}

.wbp-hero__lead {
	font-size: 1.0625rem;
	color: var(--wbp-text-muted);
	margin-bottom: var(--wbp-space-lg);
	max-width: 580px;
}

.wbp-search-bar {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0.5rem;
	background: var(--wbp-white);
	padding: 0.5rem;
	border-radius: var(--wbp-radius-lg);
	box-shadow: var(--wbp-shadow-md);
	border: 1px solid var(--wbp-border);
	overflow: hidden;
	max-width: 100%;
}

.wbp-search-bar input {
	flex: 2 1 140px;
	min-width: 0;
}

.wbp-search-bar input[name="lokalizacja"] {
	flex: 1.4 1 120px;
}

.wbp-search-bar select {
	flex: 0 0 auto;
	width: auto;
	min-width: 5.5rem;
}

.wbp-search-bar input,
.wbp-search-bar select {
	border: 1px solid var(--wbp-border);
	border-radius: var(--wbp-radius-sm);
	padding: 0 1rem;
	font: inherit;
	height: 46px;
	min-height: 46px;
	background: var(--wbp-white);
	box-sizing: border-box;
}

.wbp-search-bar .wbp-btn {
	flex: 0 0 auto;
	height: 46px;
	min-height: 46px;
	padding: 0 1.25rem;
	font-size: 0.875rem;
	border-radius: var(--wbp-radius-sm);
	white-space: nowrap;
	align-self: stretch;
}

.wbp-search-bar .wbp-btn:hover {
	transform: none;
}

/* ── How it works ─────────────────────────────────────── */
.wbp-how-it-works {
	background: var(--wbp-white);
}

.wbp-how-it-works .wbp-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 2rem);
	align-items: start;
	margin-top: 2.25rem;
}

.wbp-how-it-works .wbp-step {
	min-width: 0;
}

.wbp-how-it-works .wbp-step__head {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.wbp-how-it-works .wbp-step__visual {
	position: relative;
	flex-shrink: 0;
}

.wbp-how-it-works .wbp-step__icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--wbp-green-deep);
	color: var(--wbp-white);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(27, 48, 34, 0.18);
}

.wbp-how-it-works .wbp-step__icon svg {
	width: 30px;
	height: 30px;
}

.wbp-how-it-works .wbp-step__number {
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--wbp-gold);
	color: var(--wbp-white);
	font-size: 0.75rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--wbp-white);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.wbp-how-it-works .wbp-step__copy {
	min-width: 0;
	padding-top: 0.15rem;
}

.wbp-how-it-works .wbp-step__title {
	font-family: var(--wbp-font-serif);
	font-size: 1.0625rem;
	font-weight: 700;
	margin: 0 0 0.35rem;
	color: var(--wbp-green-deep);
	line-height: 1.25;
}

.wbp-how-it-works .wbp-step__desc {
	font-size: 0.8125rem;
	color: var(--wbp-text-muted);
	margin: 0;
	line-height: 1.5;
}

/* ── Categories + products split ──────────────────────── */
.wbp-home-split {
	background: var(--wbp-cream);
}

.wbp-home-split__grid {
	display: grid;
	grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.65fr);
	gap: clamp(1.5rem, 3vw, 2.75rem);
	align-items: start;
}

.wbp-home-split__link {
	margin: 1rem 0 0;
	font-size: 0.875rem;
	font-weight: 600;
}

.wbp-home-split__link a {
	color: var(--wbp-green-deep);
	text-decoration: none;
}

.wbp-home-split__link a:hover {
	text-decoration: underline;
}

.wbp-categories-grid--compact {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem;
}

.wbp-categories-grid--compact .wbp-category-card {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.wbp-categories-grid--compact .wbp-category-card:hover {
	transform: translateY(-2px);
	box-shadow: none;
}

.wbp-categories-grid--compact .wbp-category-card__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.85rem 0.5rem;
	height: 100%;
	gap: 0.65rem;
	text-decoration: none;
	color: inherit;
}

.wbp-categories-grid--compact .wbp-category-card__media {
	width: 100%;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wbp-categories-grid--compact .wbp-category-card__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wbp-categories-grid--compact .wbp-category-card__icon {
	font-size: 2rem;
	line-height: 1;
}

.wbp-categories-grid--compact .wbp-category-card__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.wbp-categories-grid--compact .wbp-category-card__title {
	font-family: var(--wbp-font-heading);
	font-size: clamp(1rem, 1.15vw, 1.125rem);
	line-height: 1.3;
	font-weight: 900;
	color: var(--wbp-green-deep);
}

.wbp-categories-grid--compact .wbp-category-card__desc,
.wbp-categories-grid--compact .wbp-category-card__count,
.wbp-categories-grid--compact .wbp-category-card__children {
	display: none;
}

.wbp-product-grid--home {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.wbp-product-grid--home .wbp-product-card__location,
.wbp-product-grid--home .wbp-product-card__tags,
.wbp-product-grid--home .wbp-product-card__cart {
	display: none;
}

/* ── Producers showcase ───────────────────────────────── */
.wbp-producers-section {
	background: var(--wbp-white);
}

.wbp-section-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.wbp-producer-grid--showcase {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.wbp-producer-grid--showcase .wbp-producer-card {
	flex-direction: row;
	align-items: stretch;
	height: 330px;
	min-height: 330px;
}

.wbp-producer-grid--showcase .wbp-producer-card__media {
	width: 42%;
	flex: 0 0 42%;
	max-height: none;
	align-self: stretch;
}

.wbp-producer-grid--showcase .wbp-producer-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 100%;
	aspect-ratio: 3 / 4;
	max-width: 100%;
	border-radius: 0;
	background: var(--wbp-beige);
	overflow: hidden;
}

.wbp-producer-grid--showcase .wbp-producer-card__image img {
	display: block;
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center center;
}

.wbp-producer-grid--showcase .wbp-producer-card__body {
	width: 58%;
	flex: 1 1 58%;
	padding: 1.15rem 1.2rem 1.1rem;
	gap: 0.5rem;
	text-align: left;
	align-items: flex-start;
	justify-content: flex-start;
}

.wbp-producer-grid--showcase .wbp-producer-card__head {
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 0.1rem;
}

.wbp-producer-grid--showcase .wbp-producer-card__title {
	font-family: var(--wbp-font-heading);
	font-weight: 900;
	font-size: clamp(1rem, 1.05vw, 1.125rem);
	line-height: 1.25;
}

.wbp-producer-grid--showcase .wbp-producer-card__type {
	display: none;
}

.wbp-producer-grid--showcase .wbp-producer-card__location {
	font-size: clamp(0.8125rem, 0.85vw, 0.875rem);
	line-height: 1.45;
	color: var(--wbp-text-muted);
	margin-top: 0.1rem;
}

.wbp-producer-grid--showcase .wbp-producer-card__pin {
	opacity: 0.75;
	font-size: 0.8125rem;
}

.wbp-producer-grid--showcase .wbp-producer-card__excerpt {
	font-size: clamp(0.8125rem, 0.85vw, 0.875rem);
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 1;
	margin-top: 0.35rem;
}

.wbp-producer-grid--showcase .wbp-producer-card__rating {
	margin-top: auto;
	padding-top: 0.65rem;
	font-size: clamp(0.8125rem, 0.85vw, 0.875rem);
	justify-content: flex-start;
	color: var(--wbp-text-muted);
}

.wbp-producer-grid--showcase .wbp-producer-card__stars {
	color: var(--wbp-gold);
	font-weight: 600;
}

.wbp-producer-grid--showcase .wbp-producer-card__verified {
	width: 18px;
	height: 18px;
	font-size: 0.625rem;
}

.wbp-producers-section .wbp-section-title h2 {
	font-weight: 900;
}

/* ── Why local ────────────────────────────────────────── */
.wbp-why-local {
	position: relative;
	padding-block: var(--wbp-space-3xl);
	background: var(--wbp-cream);
	overflow: hidden;
}

.wbp-why-local--has-image {
	min-height: clamp(340px, 38vw, 480px);
	padding-block: clamp(2rem, 4vw, 3rem);
}

.wbp-why-local--has-image .wbp-why-local__content {
	width: 100%;
	max-width: min(720px, 68%);
	margin-inline: 0;
	box-sizing: border-box;
}

.wbp-why-local--has-image .wbp-why-local__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: auto auto;
	width: 100%;
	max-width: 100%;
	gap: clamp(1.1rem, 2.2vw, 1.6rem) clamp(1.5rem, 3vw, 2.5rem);
	margin-top: clamp(1.25rem, 2vw, 1.75rem);
}

.wbp-why-local--has-image .wbp-why-local__item {
	text-align: left;
}

.wbp-why-local__bg {
	position: absolute;
	inset: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	z-index: 0;
	pointer-events: none;
}

.wbp-why-local__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		var(--wbp-cream) 0%,
		var(--wbp-cream) 40%,
		rgba(249, 248, 243, 0.94) 50%,
		rgba(249, 248, 243, 0.65) 58%,
		rgba(249, 248, 243, 0.25) 68%,
		transparent 82%
	);
}

.wbp-why-local__inner {
	position: relative;
	z-index: 2;
}

.wbp-why-local__content {
	min-width: 0;
}

.wbp-why-local__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.85rem, 1.5vw, 1.35rem);
	margin-top: clamp(1.5rem, 2.5vw, 2rem);
}

.wbp-why-local__item {
	text-align: center;
}

.wbp-why-local__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(52px, 4.5vw, 62px);
	height: clamp(52px, 4.5vw, 62px);
	margin: 0 auto 0.75rem;
	color: var(--wbp-green-deep);
	background: rgba(45, 90, 39, 0.06);
	border: 1px solid rgba(45, 90, 39, 0.08);
	border-radius: 14px;
	box-shadow: 0 1px 3px rgba(27, 48, 34, 0.04);
}

.wbp-why-local--has-image .wbp-why-local__icon {
	margin: 0 0 0.65rem;
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(226, 232, 228, 0.95);
}

.wbp-why-local__icon svg {
	width: clamp(28px, 2.6vw, 34px);
	height: clamp(28px, 2.6vw, 34px);
}

.wbp-why-local__item p {
	margin: 0;
	font-size: clamp(0.8125rem, 0.95vw, 0.9375rem);
	line-height: 1.5;
	color: var(--wbp-text-muted);
}

.wbp-why-local__tagline {
	position: absolute;
	right: clamp(26%, 28vw, 38%);
	top: 69%;
	z-index: 2;
	max-width: min(280px, 24vw);
	color: var(--wbp-white);
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
	pointer-events: none;
}

.wbp-why-local__tagline p {
	margin: 0;
	font-family: var(--wbp-font-script);
	font-weight: var(--wbp-font-weight-script);
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	line-height: 1.3;
}

.wbp-why-local__heart {
	display: block;
	margin-top: 0.6rem;
	font-size: 1.35rem;
	opacity: 0.92;
}

/* ── Trust quality ────────────────────────────────────── */
.wbp-trust-quality {
	background: var(--wbp-white);
}

.wbp-trust-quality__row {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-top: 2rem;
}

.wbp-trust-quality__list {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}

.wbp-trust-quality__item {
	text-align: center;
}

.wbp-trust-quality__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 0.85rem;
	border-radius: 50%;
	border: 1.5px solid rgba(45, 90, 39, 0.18);
	color: var(--wbp-green-deep);
	background: var(--wbp-cream);
}

.wbp-trust-quality__icon svg {
	width: 28px;
	height: 28px;
}

.wbp-trust-quality__item strong {
	display: block;
	margin-bottom: 0.35rem;
	font-family: var(--wbp-font-serif);
	font-size: 0.95rem;
	color: var(--wbp-green-deep);
}

.wbp-trust-quality__item p {
	margin: 0;
	font-size: 0.78rem;
	color: var(--wbp-text-muted);
	line-height: 1.45;
}

.wbp-trust-quality__seal {
	flex-shrink: 0;
}

.wbp-trust-quality__seal-ring {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 3px solid var(--wbp-red-accent);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem;
	color: var(--wbp-red-accent);
	background: var(--wbp-white);
	box-shadow: var(--wbp-shadow-md);
}

.wbp-trust-quality__seal-top {
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.wbp-trust-quality__seal-icon {
	font-size: 1.35rem;
	margin: 0.15rem 0;
}

.wbp-trust-quality__seal-ring strong {
	font-family: var(--wbp-font-serif);
	font-size: 1rem;
	color: var(--wbp-red-accent);
}

/* ── Testimonials ─────────────────────────────────────── */
.wbp-testimonials {
	background: var(--wbp-cream);
}

.wbp-testimonials__row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.wbp-review-card {
	background: var(--wbp-white);
	border: 1px solid var(--wbp-border);
	border-radius: var(--wbp-radius-md);
	padding: 1.25rem;
	box-shadow: var(--wbp-shadow-sm);
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.wbp-review-card__quote {
	font-family: var(--wbp-font-serif);
	font-size: 2.5rem;
	line-height: 1;
	color: var(--wbp-gold);
	margin-bottom: 0.35rem;
}

.wbp-review-card__text {
	flex: 1;
	font-size: 0.875rem;
	color: var(--wbp-text-muted);
	line-height: 1.55;
	margin-bottom: 1rem;
}

.wbp-review-card__text p {
	margin: 0;
}

.wbp-review-card__author {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-top: auto;
}

.wbp-review-card__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--wbp-beige);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--wbp-green-deep);
	flex-shrink: 0;
}

.wbp-review-card__author strong {
	display: block;
	font-size: 0.85rem;
	color: var(--wbp-green-deep);
}

.wbp-review-card__author span {
	display: block;
	font-size: 0.75rem;
	color: var(--wbp-text-muted);
}

.wbp-testimonials__cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--wbp-beige);
	border-radius: var(--wbp-radius-md);
	overflow: hidden;
	border: 1px solid var(--wbp-border);
	min-height: 100%;
}

.wbp-testimonials__cta-photo {
	background-size: cover;
	background-position: center;
	min-height: 140px;
}

.wbp-testimonials__cta-body {
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wbp-testimonials__cta-lead {
	margin: 0 0 0.35rem;
	font-family: var(--wbp-font-serif);
	font-size: 0.95rem;
	color: var(--wbp-green-deep);
	line-height: 1.35;
}

.wbp-testimonials__cta-accent {
	margin: 0 0 0.85rem;
	font-family: var(--wbp-font-script);
	font-size: 1.35rem;
	color: var(--wbp-green-deep);
	line-height: 1.2;
}

/* ── Producer CTA ─────────────────────────────────────── */
.wbp-producer-cta {
	padding-block: var(--wbp-space-2xl);
	background: var(--wbp-cream);
}

.wbp-producer-cta__panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) auto;
	gap: 1.5rem;
	align-items: center;
	background: var(--wbp-green-deep);
	color: var(--wbp-white);
	border-radius: var(--wbp-radius-lg);
	padding: 1.5rem 1.75rem;
	overflow: hidden;
}

.wbp-producer-cta__panel--has-image {
	min-height: clamp(220px, 28vw, 320px);
	padding: clamp(1.5rem, 3vw, 2.25rem);
	padding-left: clamp(12rem, 44%, 26rem);
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.wbp-producer-cta__panel--has-image .wbp-producer-cta__map {
	display: none;
}

.wbp-producer-cta__panel--has-image::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		transparent 0%,
		transparent 36%,
		rgba(27, 48, 34, 0.45) 50%,
		rgba(27, 48, 34, 0.88) 66%,
		var(--wbp-green-deep) 100%
	);
}

.wbp-producer-cta__bg {
	position: absolute;
	inset: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 0;
	pointer-events: none;
}

.wbp-producer-cta__panel > :not(.wbp-producer-cta__bg) {
	position: relative;
	z-index: 1;
}

.wbp-producer-cta__main h2 {
	color: var(--wbp-white);
	margin: 0 0 0.65rem;
	font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.wbp-producer-cta__main p {
	margin: 0 0 1rem;
	font-size: clamp(0.9rem, 1.05vw, 1rem);
	line-height: 1.55;
	opacity: 0.92;
	max-width: 420px;
}

.wbp-producer-cta__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.25rem;
}

.wbp-producer-cta__feature {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: clamp(0.8125rem, 0.95vw, 0.9375rem);
	line-height: 1.45;
	opacity: 0.96;
}

.wbp-producer-cta__feature-icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}

.wbp-producer-cta__feature-icon svg {
	width: 22px;
	height: 22px;
}

.wbp-producer-cta__map {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	color: var(--wbp-gold);
	font-size: 0.65rem;
	text-align: center;
	min-width: 88px;
}

.wbp-producer-cta__map svg {
	width: 72px;
	height: 72px;
}

/* ── Product grid (shared) ────────────────────────────── */
.wbp-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--wbp-space-lg);
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 1200px) {
	.wbp-producer-grid--showcase .wbp-producer-card {
		height: 300px;
		min-height: 300px;
	}

	.wbp-producer-grid--showcase,
	.wbp-product-grid--home,
	.wbp-testimonials__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wbp-trust-quality__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wbp-why-local__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wbp-producer-cta__panel {
		grid-template-columns: 1fr;
	}

	.wbp-producer-cta__panel--has-image {
		padding-left: clamp(10rem, 40%, 20rem);
		min-height: 260px;
	}

	.wbp-producer-cta__panel--has-image::before {
		background: linear-gradient(
			90deg,
			transparent 0%,
			transparent 32%,
			rgba(27, 48, 34, 0.55) 48%,
			rgba(27, 48, 34, 0.92) 64%,
			var(--wbp-green-deep) 100%
		);
	}

	.wbp-producer-cta__features,
	.wbp-producer-cta__map {
		grid-column: 1 / -1;
	}

	.wbp-producer-cta__map {
		flex-direction: row;
		justify-content: flex-end;
	}
}

@media (max-width: 1024px) {
	.wbp-hero__content {
		max-width: min(640px, 58vw);
	}

	.wbp-hero--has-graphic .wbp-hero__content {
		margin-left: 0;
		max-width: min(640px, 58vw);
	}

	.wbp-home-split__grid {
		grid-template-columns: 1fr;
	}

	.wbp-why-local--has-image {
		display: block;
		min-height: 0;
	}

	.wbp-why-local--has-image .wbp-why-local__inner {
		width: calc(100% - 2rem);
		max-width: none;
	}

	.wbp-why-local--has-image .wbp-why-local__content {
		max-width: 100%;
	}

	.wbp-why-local--has-image .wbp-why-local__item {
		text-align: center;
	}

	.wbp-why-local--has-image .wbp-why-local__icon {
		margin-inline: auto;
	}

	.wbp-why-local__bg {
		background-position: center bottom;
	}

	.wbp-why-local__scrim {
		background: linear-gradient(
			180deg,
			var(--wbp-cream) 0%,
			var(--wbp-cream) 52%,
			rgba(249, 248, 243, 0.88) 62%,
			rgba(249, 248, 243, 0.45) 72%,
			transparent 88%
		);
	}

	.wbp-why-local__tagline {
		right: auto;
		left: 50%;
		top: auto;
		bottom: 1.25rem;
		transform: translateX(-50%);
		max-width: min(300px, 88vw);
		text-align: center;
	}

	.wbp-trust-quality__row {
		flex-direction: column;
	}

	.wbp-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.wbp-search-bar {
		flex-wrap: wrap;
	}

	.wbp-search-bar input,
	.wbp-search-bar select,
	.wbp-search-bar .wbp-btn {
		flex: 1 1 100%;
		width: 100%;
	}

	.wbp-hero {
		min-height: clamp(520px, 78vh, 680px);
		padding: var(--wbp-space-2xl) 0;
	}

	.wbp-hero__bg {
		background-size: cover;
		background-position: center bottom;
		opacity: 0.55;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.wbp-hero__content {
		max-width: 100%;
	}

	.wbp-hero__scrim {
		background: linear-gradient(
			180deg,
			rgba(249, 248, 243, 0.97) 0%,
			rgba(249, 248, 243, 0.92) 55%,
			rgba(249, 248, 243, 0.72) 100%
		);
	}

	.wbp-how-it-works .wbp-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 1.5rem;
	}

	.wbp-categories-grid--compact,
	.wbp-producer-grid--showcase,
	.wbp-product-grid--home,
	.wbp-testimonials__row,
	.wbp-trust-quality__list,
	.wbp-why-local__grid {
		grid-template-columns: 1fr;
	}

	.wbp-producer-grid--showcase .wbp-producer-card {
		height: auto;
		min-height: 280px;
	}

	.wbp-producer-cta__panel {
		grid-template-columns: 1fr;
		padding: 1.25rem 1.25rem 1.5rem;
	}

	.wbp-producer-cta__panel--has-image {
		padding-top: 10rem;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		min-height: 0;
	}

	.wbp-producer-cta__bg {
		background-position: left top;
		background-size: contain;
	}

	.wbp-producer-cta__panel--has-image::before {
		background: linear-gradient(
			180deg,
			transparent 0%,
			transparent 42%,
			rgba(27, 48, 34, 0.55) 58%,
			var(--wbp-green-deep) 100%
		);
	}

	.wbp-testimonials__cta {
		grid-template-columns: 1fr;
	}

	.wbp-product-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.wbp-how-it-works .wbp-steps {
		grid-template-columns: 1fr;
	}
}
