.lars-location-map-shell {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	min-height: 420px;
	overflow: hidden;
	border-radius: 8px;
	background:
		linear-gradient(rgba(16, 16, 16, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(16, 16, 16, 0.045) 1px, transparent 1px),
		#f6f6f6;
	background-size: 44px 44px;
}

.service-areas-hub-map-frame .lars-location-map-shell {
	height: 100%;
	min-height: 100%;
	aspect-ratio: auto;
	border-radius: 0;
}

.lars-location-map {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.lars-location-map-shell.is-loading::after {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 9px;
	height: 9px;
	content: "";
	border-radius: 50%;
	background: #a11d20;
	box-shadow: 0 0 0 7px rgba(161, 29, 32, 0.12);
	animation: lars-map-pulse 1.4s ease-in-out infinite;
}

.lars-location-card {
	position: absolute;
	z-index: 2;
	left: clamp(16px, 1.67vw, 28px);
	bottom: clamp(16px, 1.67vw, 28px);
	width: min(360px, calc(100% - 32px));
	display: grid;
	gap: 2px;
	padding: clamp(16px, 1.25vw, 22px);
	color: #101010;
	border: 1px solid rgba(16, 16, 16, 0.12);
	border-left: 4px solid #a11d20;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 12px 30px rgba(16, 16, 16, 0.14);
	text-decoration: none;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.lars-location-card:hover,
.lars-location-card:focus-visible {
	color: #101010;
	box-shadow: 0 16px 34px rgba(16, 16, 16, 0.18);
	transform: translateY(-2px);
}

.lars-location-card:focus-visible {
	outline: 3px solid rgba(161, 29, 32, 0.35);
	outline-offset: 3px;
}

.lars-location-card-kicker {
	margin-bottom: 5px;
	color: #a11d20;
	font-family: "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.lars-location-card strong {
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(17px, 1.18vw, 21px);
	font-weight: 650;
	line-height: 1.25;
}

.lars-location-card > span:not(.lars-location-card-kicker):not(.lars-location-card-action) {
	color: #5f5b57;
	font-size: clamp(12px, 0.83vw, 14px);
	line-height: 1.45;
}

.lars-location-card-action {
	margin-top: 9px;
	color: #101010;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lars-location-card-action span {
	display: inline-block;
	margin-left: 4px;
	color: #a11d20;
	transition: transform 180ms ease;
}

.lars-location-card:hover .lars-location-card-action span,
.lars-location-card:focus-visible .lars-location-card-action span {
	transform: translate(2px, -2px);
}

.lars-map-marker-anchor {
	position: absolute;
	z-index: 10;
	width: 54px;
	height: 54px;
	transform: translate(-50%, -100%);
}

.lars-map-marker {
	position: relative;
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	padding: 0;
	color: #fff;
	border: 3px solid #f6f3ef;
	border-radius: 50% 50% 50% 8px;
	background: #a11d20;
	box-shadow:
		0 9px 22px rgba(16, 16, 16, 0.28),
		0 0 0 9px rgba(161, 29, 32, 0.13);
	cursor: pointer;
	transform: rotate(-45deg);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.lars-map-marker:hover,
.lars-map-marker:focus-visible {
	box-shadow:
		0 11px 26px rgba(16, 16, 16, 0.32),
		0 0 0 12px rgba(161, 29, 32, 0.16);
	transform: rotate(-45deg) scale(1.06);
}

.lars-map-marker:focus-visible {
	outline: 3px solid #101010;
	outline-offset: 4px;
}

.lars-map-marker-monogram {
	font-family: Georgia, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	transform: rotate(45deg) translate(-1px, -1px);
}

.lars-map-marker-anchor--showroom {
	width: 42px;
	height: 42px;
}

.lars-map-marker-anchor--showroom .lars-map-marker {
	width: 42px;
	height: 42px;
	border-width: 2px;
	box-shadow:
		0 7px 18px rgba(16, 16, 16, 0.24),
		0 0 0 6px rgba(161, 29, 32, 0.11);
}

.lars-map-marker-anchor--showroom .lars-map-marker-monogram {
	font-size: 19px;
}

.lars-coverage-marker-anchor {
	position: absolute;
	z-index: 9;
	transform: translate(-50%, -50%);
}

.lars-coverage-marker {
	min-width: 150px;
	display: grid;
	gap: 3px;
	padding: 10px 14px;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 3px;
	background: #101010;
	box-shadow: 0 9px 22px rgba(16, 16, 16, 0.2);
	cursor: pointer;
	text-align: left;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lars-coverage-marker strong {
	color: inherit;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 800;
}

.lars-coverage-marker span {
	color: rgba(255, 255, 255, 0.72);
	font-family: "Noto Sans", sans-serif;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
}

.lars-coverage-marker:hover,
.lars-coverage-marker:focus-visible {
	background: #a11d20;
	box-shadow: 0 12px 28px rgba(16, 16, 16, 0.28);
	transform: translateY(-2px);
}

.lars-coverage-marker:focus-visible {
	outline: 3px solid rgba(161, 29, 32, 0.38);
	outline-offset: 3px;
}

@media (min-width: 768px) {
	.lars-coverage-marker-anchor--north-county-coastal {
		transform: translate(-104%, -72%);
	}

	.lars-coverage-marker-anchor--north-county-inland {
		transform: translate(4%, -72%);
	}

	.lars-coverage-marker-anchor--central-san-diego {
		transform: translate(-104%, -24%);
	}

	.lars-coverage-marker-anchor--east-county {
		transform: translate(4%, -24%);
	}

	.lars-coverage-marker-anchor--south-bay {
		transform: translate(-50%, 10%);
	}
}

.lars-location-map-message {
	position: absolute;
	z-index: 1;
	top: 24px;
	left: 24px;
	margin: 0;
	color: #5f5b57;
	font-size: 13px;
}

@keyframes lars-map-pulse {
	0%, 100% { opacity: 0.55; transform: scale(0.9); }
	50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 767px) {
	.lars-location-map-shell {
		min-height: 360px;
		aspect-ratio: 1 / 1;
	}

	.lars-location-card {
		padding: 15px 16px;
	}

	.lars-map-marker {
		width: 48px;
		height: 48px;
	}

	.lars-map-marker-anchor {
		width: 48px;
		height: 48px;
	}

	.lars-map-marker-monogram {
		font-size: 22px;
	}

	.lars-map-marker-anchor--showroom,
	.lars-map-marker-anchor--showroom .lars-map-marker {
		width: 36px;
		height: 36px;
	}

	.lars-map-marker-anchor--showroom .lars-map-marker-monogram {
		font-size: 17px;
	}

	.lars-coverage-marker {
		min-width: 112px;
		max-width: 124px;
		padding: 8px 10px;
	}

	.lars-coverage-marker strong {
		font-size: 10px;
	}

	.lars-coverage-marker span {
		font-size: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lars-location-map-shell.is-loading::after {
		animation: none;
	}

	.lars-location-card,
	.lars-location-card-action span,
	.lars-map-marker,
	.lars-coverage-marker {
		transition: none;
	}
}
