.wdca-locator {
	position: relative;
	min-height: var(--wdca-map-height-active, var(--wdca-map-height, 900px));
	border-radius: 28px;
	overflow: hidden;
	background: #f4f1ec;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.wdca-locator__map {
	height: var(--wdca-map-height-active, var(--wdca-map-height, 900px));
	min-height: 520px;
	z-index: 1;
}

.wdca-locator__map .leaflet-tile {
	filter: grayscale(1) contrast(1.05) brightness(1.04);
}

.wdca-locator__panel {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 400;
	width: min(340px, calc(100% - 48px));
	pointer-events: none;
}

.wdca-panel__section {
	pointer-events: auto;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(14px);
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0 20px 45px rgba(10, 10, 10, 0.16);
}

.wdca-panel__section--detail {
	position: relative;
	max-height: calc(var(--wdca-map-height-active, var(--wdca-map-height, 900px)) - 64px);
	overflow: hidden;
}

.wdca-panel__section--detail:not(.is-contact-open) {
	overflow-y: auto;
}

.wdca-panel__section[hidden],
.wdca-contact-modal[hidden],
.wdca-contact[hidden] {
	display: none !important;
}

.wdca-panel__header h2 {
	margin: 0;
	font-size: clamp(1.15rem, 1.55vw, 1.75rem);
	line-height: 1.02;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: #151515;
}

.wdca-panel__product {
	margin: 14px 0 0;
	padding: 12px 14px;
	border-radius: 16px;
	background: #f5f5f5;
	color: #404040;
}

.wdca-panel__product span {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #7a7a7a;
}

.wdca-panel__product strong {
	display: block;
	margin-top: 4px;
	font-size: 0.98rem;
	color: #101010;
}

.wdca-search__field {
	margin-top: 14px;
}

.wdca-search__field input,
.wdca-native-form input,
.wdca-native-form textarea {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 999px;
	background: #f8f8f8;
	padding: 16px;
	font-size: 1rem;
	color: #171717;
	box-sizing: border-box;
}

.wdca-search__field select {
	display: block !important;
	width: 100% !important;
	border: 1px solid #d9d9d9 !important;
	border-radius: 999px !important;
	background-color: #f8f8f8 !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box !important;
	padding: 0 !important;
	padding-inline: 0 !important;
	height: 52px !important;
	min-height: 52px;
	line-height: 1.2;
	color: #171717 !important;
	-webkit-text-fill-color: #171717 !important;
	font-size: 0.95rem !important;
	font-family: inherit !important;
	text-indent: 16px !important;
	text-overflow: ellipsis;
	opacity: 1 !important;
	background-image:
		linear-gradient(45deg, transparent 50%, #494949 50%),
		linear-gradient(135deg, #494949 50%, transparent 50%);
	background-position:
		calc(100% - 24px) calc(50% - 3px),
		calc(100% - 16px) calc(50% - 3px);
	background-size: 8px 8px, 8px 8px;
	background-repeat: no-repeat;
}

.wdca-search__field select option {
	color: #171717;
	background: #fff;
}

.wdca-search__field select:focus,
.wdca-search__field input:focus,
.wdca-native-form input:focus,
.wdca-native-form textarea:focus {
	outline: none;
	border-color: #b5b5b5;
	box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.wdca-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: 16px;
	padding: 13px 22px;
	border: 0;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.wdca-button:hover,
.wdca-button:focus-visible,
.wdca-inline-button:hover,
.wdca-inline-button:focus-visible {
	transform: translateY(-1px);
}

.wdca-button--primary {
	background: #161616;
	color: #fff;
	box-shadow: 0 16px 30px rgba(22, 22, 22, 0.2);
}

.wdca-inline-button {
	background: #9b0100;
	color: #fff;
	box-shadow: none;
}

.wdca-button--primary:hover,
.wdca-button--primary:focus,
.wdca-button--primary:focus-visible,
.wdca-button--primary:active,
.wdca-inline-button:hover,
.wdca-inline-button:focus,
.wdca-inline-button:focus-visible,
.wdca-inline-button:active,
.wdca-inline-button:visited {
	background: #7f0100 !important;
	color: #fff !important;
	box-shadow: none !important;
}

.wdca-button--primary:hover,
.wdca-button--primary:focus,
.wdca-button--primary:focus-visible,
.wdca-button--primary:active {
	background: #161616 !important;
	color: #fff !important;
}

.wdca-button--primary *,
.wdca-inline-button * {
	color: inherit !important;
}

.wdca-inline-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 25px;
	border-radius: 6px;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #9b0100;
}

.wdca-product-button-wrap {
	margin-top: 16px;
}

.wdca-product-button-wrap--meta {
	margin: 0 0 16px;
}

.wdca-product-button-inline-wrap {
	display: inline-flex;
	margin-left: 12px;
	vertical-align: middle;
}

.wdca-product-button-inline-wrap .wdca-inline-button,
.wdca-product-button-wrap .wdca-inline-button {
	margin-top: 0;
}

@media (max-width: 640px) {
	.wdca-product-button-inline-wrap {
		display: flex;
		width: 100%;
		margin-top: 12px;
		margin-left: 0;
	}

	.wdca-product-button-inline-wrap .wdca-inline-button {
		width: 100%;
	}
}

.wdca-results {
	margin-top: 14px;
	min-height: 20px;
}

.wdca-results__summary {
	margin-bottom: 10px;
	font-size: 0.9rem;
	line-height: 1.45;
	color: #5b5b5b;
}

.wdca-results__promo {
	overflow: hidden;
	border: 1px solid #e7e0d6;
	border-radius: 20px;
	background: linear-gradient(180deg, #f7f3ec 0%, #f1ece3 100%);
	box-shadow: 0 16px 32px rgba(18, 18, 18, 0.08);
}

.wdca-results__promo-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.wdca-results__promo-text {
	margin: 0;
	padding: 14px 16px 8px;
	font-size: 0.82rem;
	line-height: 1.45;
	color: #5a5147;
}

.wdca-results__promo--image-only .wdca-results__promo-media {
	padding-top: 16px;
}

.wdca-results__promo-media {
	padding: 0 16px 16px;
}

.wdca-results__promo-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
}

.wdca-pill {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: #f1eee8;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #5e5140;
}

.wdca-panel__back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 0.95rem;
	font-weight: 600;
	color: #5d5d5d;
	cursor: pointer;
}

.wdca-panel__back::before {
	content: "<";
	font-size: 1rem;
}

.wdca-detail-card h3 {
	margin: 18px 0 14px;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: -0.04em;
}

.wdca-detail-card__line {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
}

.wdca-detail-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	margin-top: 2px;
	border-radius: 999px;
	background: #f1eee8;
	color: #181818;
}

.wdca-detail-card__icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.wdca-detail-card__content {
	flex: 1 1 auto;
	min-width: 0;
}

.wdca-detail-card__content span,
.wdca-detail-card__content a,
.wdca-detail-card__line a,
.wdca-detail-card__description,
.wdca-empty-state,
.wdca-loading-state {
	font-size: 0.98rem;
	line-height: 1.55;
	color: #2b2b2b;
}

.wdca-detail-card__line a {
	color: #111;
	text-decoration: none;
}

.wdca-detail-card__line a:hover,
.wdca-detail-card__line a:focus-visible {
	text-decoration: underline;
}

.wdca-detail-card__description {
	margin: 20px 0 0;
	color: #505050;
}

.wdca-contact-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.wdca-contact-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 12, 12, 0.42);
	border: 0;
	cursor: pointer;
}

.wdca-contact {
	position: relative !important;
	z-index: 2;
	width: min(560px, calc(100vw - 48px));
	max-height: calc(100vh - 48px);
	background: rgba(255, 255, 255, 0.99);
	border-radius: 28px;
	padding: 26px 24px 24px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
	overflow-y: auto;
	overflow-x: hidden;
}

.wdca-contact__header {
	position: sticky;
	top: 0;
	z-index: 2;
	padding: 0 0 18px;
	background: rgba(255, 255, 255, 0.98);
}

.wdca-contact__back {
	margin-bottom: 14px;
}

.wdca-contact__title {
	margin-bottom: 0;
	font-size: 0.95rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #111;
}

.wdca-contact__body {
	padding-bottom: 12px;
}

body.wdca-contact-modal-open {
	overflow: hidden;
}

.wdca-native-form {
	display: grid;
	gap: 14px;
}

.wdca-native-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.wdca-native-form textarea {
	border-radius: 22px;
	resize: vertical;
	min-height: 132px;
}

.wdca-native-form__status {
	font-size: 0.92rem;
	font-weight: 600;
	color: #474747;
}

.wdca-native-form__status.is-error {
	color: #9f1b1b;
}

.wdca-native-form__status.is-success {
	color: #146c2e;
}

.wdca-native-form__trap {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.wdca-empty-state,
.wdca-loading-state {
	padding: 16px 2px;
}

.wdca-marker {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.wdca-marker span {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50% 50% 50% 0;
	background: #d52521;
	transform: rotate(-45deg);
	box-shadow: 0 10px 18px rgba(213, 37, 33, 0.28);
}

.wdca-marker span::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	top: 5px;
	left: 5px;
}

.wdca-marker.is-active span {
	background: #111;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
}

@media (max-width: 900px) {
	.wdca-locator {
		min-height: 0;
		overflow: visible;
		background: transparent;
		box-shadow: none;
	}

	.wdca-locator__map {
		height: 420px;
		min-height: 420px;
		border-radius: 28px;
		overflow: hidden;
		box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
	}

	.wdca-locator__panel {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		width: auto;
		margin: -34px 16px 0;
	}

	.wdca-panel__section {
		padding: 20px;
		border-radius: 22px;
	}

	.wdca-panel__section--detail {
		max-height: none;
	}
}

@media (max-width: 640px) {
	.wdca-locator__map {
		height: 320px;
		min-height: 320px;
		border-radius: 24px;
	}

	.wdca-locator__panel {
		margin: -18px 12px 0;
	}

	.wdca-panel__header h2,
	.wdca-detail-card h3 {
		font-size: 1.35rem;
		line-height: 1.04;
	}

	.wdca-panel__section {
		padding: 18px;
		border-radius: 20px;
	}

	.wdca-native-form__grid {
		grid-template-columns: 1fr;
	}

	.wdca-results {
		margin-top: 12px;
	}

	.wdca-results__promo-text {
		padding: 12px 14px 8px;
		font-size: 0.8rem;
	}

	.wdca-results__promo-media {
		padding: 0 14px 14px;
	}

	.wdca-contact-modal {
		padding: 12px;
	}

	.wdca-contact {
		width: min(100vw - 24px, 560px);
		max-height: calc(100vh - 24px);
		padding: 22px 18px 18px;
	}
}
