.bjo-locations-showcase,
.bjo-locations-showcase * {
	box-sizing: border-box;
}

.bjo-locations-showcase {
	--bjo-green: #265e3e;
	--bjo-white: #ffffff;
	width: 100%;
	color: var(--bjo-green);
	font-family: "Lato", Arial, sans-serif;
}

.bjo-locations-showcase__grid {
	--bjo-location-columns: 2;
	display: grid;
	grid-template-columns: repeat(var(--bjo-location-columns), minmax(0, 1fr));
	gap: 24px;
}

.bjo-locations-showcase__card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(38, 94, 62, 0.14);
	border-radius: 28px;
	background: var(--bjo-white);
	box-shadow: 0 20px 54px rgba(38, 94, 62, 0.10);
}

.bjo-locations-showcase__details {
	padding: 28px 28px 30px;
}

.bjo-locations-showcase__heading-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.bjo-locations-showcase__eyebrow {
	margin-bottom: 12px;
	color: rgba(38, 94, 62, 0.58);
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.20em;
	text-transform: uppercase;
}

.bjo-locations-showcase__title {
	margin: 0;
	color: var(--bjo-green);
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(26px, 2.4vw, 32px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.bjo-locations-showcase__pin {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(38, 94, 62, 0.08);
	color: var(--bjo-green);
}

.bjo-locations-showcase__pin svg,
.bjo-locations-showcase__phone svg,
.bjo-locations-showcase__directions button svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bjo-locations-showcase__pin svg {
	width: 22px;
	height: 22px;
}

.bjo-locations-showcase__address {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 28px;
	color: rgba(38, 94, 62, 0.78);
	font-family: "Lato", Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.55;
}

.bjo-locations-showcase__phone {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
	color: var(--bjo-green);
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.bjo-locations-showcase__phone:hover,
.bjo-locations-showcase__phone:focus-visible {
	color: var(--bjo-green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bjo-locations-showcase__phone svg {
	width: 20px;
	height: 20px;
}

.bjo-locations-showcase__map {
	position: relative;
	height: 230px;
	overflow: hidden;
	border-top: 1px solid rgba(38, 94, 62, 0.08);
	border-bottom: 1px solid rgba(38, 94, 62, 0.08);
	background: rgba(38, 94, 62, 0.045);
}

.bjo-locations-showcase__map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bjo-locations-showcase__map-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(38, 94, 62, 0.55);
	font-size: 14px;
}

.bjo-locations-showcase__directions {
	margin-top: auto;
	padding: 20px;
	background: var(--bjo-white);
}

.bjo-locations-showcase__directions label {
	display: block;
	margin-bottom: 10px;
	color: var(--bjo-green);
	font-family: "Fredoka", Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.bjo-locations-showcase__directions-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
	gap: 12px;
}

.bjo-locations-showcase__directions input {
	width: 100%;
	height: 48px;
	min-width: 0;
	padding: 0 16px;
	border: 1px solid rgba(38, 94, 62, 0.20);
	border-radius: 12px;
	background: var(--bjo-white);
	color: var(--bjo-green);
	font-family: "Lato", Arial, sans-serif;
	font-size: 14px;
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.bjo-locations-showcase__directions input::placeholder {
	color: rgba(38, 94, 62, 0.42);
}

.bjo-locations-showcase__directions input:focus {
	border-color: var(--bjo-green);
	box-shadow: 0 0 0 4px rgba(38, 94, 62, 0.08);
}

.bjo-locations-showcase__directions input.is-invalid {
	border-color: #e44c24;
	box-shadow: 0 0 0 4px rgba(228, 76, 36, 0.08);
}

.bjo-locations-showcase__directions button {
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: var(--bjo-green);
	color: var(--bjo-white);
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.bjo-locations-showcase__directions button:hover,
.bjo-locations-showcase__directions button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(38, 94, 62, 0.22);
	outline: none;
}

.bjo-locations-showcase__directions button svg {
	width: 20px;
	height: 20px;
}

.bjo-locations-showcase__error {
	min-height: 0;
	margin-top: 0;
	color: #e44c24;
	font-size: 12px;
	line-height: 1.4;
}

.bjo-locations-showcase__error:not(:empty) {
	margin-top: 8px;
}

.bjo-locations-showcase__empty {
	padding: 24px;
	border: 1px dashed rgba(38, 94, 62, 0.25);
	border-radius: 16px;
	color: var(--bjo-green);
	font-family: "Lato", Arial, sans-serif;
}

@media (max-width: 1024px) {
	.bjo-locations-showcase__grid {
		grid-template-columns: repeat(var(--bjo-location-columns-tablet, var(--bjo-location-columns)), minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.bjo-locations-showcase__grid {
		grid-template-columns: 1fr;
	}

	.bjo-locations-showcase__details {
		padding: 24px;
	}

	.bjo-locations-showcase__directions {
		padding: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bjo-locations-showcase__directions input,
	.bjo-locations-showcase__directions button {
		transition: none;
	}
}
