body.home-map-front {
	background:
		radial-gradient(circle at top, rgba(165, 154, 59, 0.22), transparent 35%),
		linear-gradient(180deg, #041019 0%, #02060a 100%);
	color: #f6f1dd;
}

body.home-map-front .fr-site-main {
	padding: 0;
}

.home-map {
	position: relative;
	min-height: 100svh;
	overflow: hidden;
	background:
		radial-gradient(circle at 20% 20%, rgba(165, 154, 59, 0.18), transparent 22%),
		radial-gradient(circle at 80% 15%, rgba(67, 140, 173, 0.22), transparent 20%),
		linear-gradient(180deg, #07131d 0%, #02060a 100%);
}

.home-map__stage {
	position: relative;
	min-height: 100svh;
	padding: 24px;
	box-sizing: border-box;
	isolation: isolate;
}

.home-map__globe {
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 220ms ease;
}

.home-map__map-shell {
	position: absolute;
	inset: 0;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transition: opacity 500ms ease;
	background: #07131d;
}

.home-map__map-toolbar {
	position: absolute;
	bottom: 18px;
	left: 60px;
	z-index: 1000;
	display: flex;
	gap: 10px;
}

.home-map__map-button {
	appearance: none;
	border: 1px solid rgba(165, 154, 59, 0.45);
	border-radius: 999px;
	padding: 11px 16px;
	background: rgba(7, 15, 22, 0.8);
	backdrop-filter: blur(16px);
	font: inherit;
	font-size: 0.92rem;
	font-weight: 700;
	color: #f6f1dd;
	cursor: pointer;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.home-map__map-button:hover,
.home-map__map-button:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(165, 154, 59, 0.8);
	background: rgba(165, 154, 59, 0.12);
	outline: none;
}

.home-map__map-button.is-active {
	border-color: rgba(165, 154, 59, 0.85);
	background: rgba(165, 154, 59, 0.18);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.home-map__map {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-map.is-map-mode .home-map__map-shell {
	opacity: 1;
	pointer-events: auto;
}

.home-map.is-map-mode .home-map__globe {
	opacity: 0.08;
	transition: opacity 600ms ease;
}

.home-map.is-map-mode .home-map__hud {
	display: none;
}

.home-map__brand-link {
	position: fixed;
	right: 24px;
	bottom: 50px;
	z-index: 1003;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	opacity: 0.94;
	transition: opacity 160ms ease, transform 160ms ease;
}

.home-map__brand-link:hover,
.home-map__brand-link:focus-visible {
	opacity: 1;
	transform: translateY(-1px);
	outline: none;
}

.home-map__brand-logo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.home-map__legal-link {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1003;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.84rem;
	line-height: 1.2;
	text-decoration: none;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
	opacity: 0.9;
	transition: opacity 160ms ease;
}

.home-map__legal-link:hover,
.home-map__legal-link:focus-visible {
	opacity: 1;
	text-decoration: underline;
	outline: none;
}

.home-map.is-map-mode .home-map__legal-link {
	display: none;
}

.home-map.is-map-mode .home-map__brand-link {
	display: none;
}

.home-map__brand-link--panel {
	display: none;
	position: static;
	width: 20px;
	height: 20px;
	margin-top: 14px;
	right: auto;
	bottom: auto;
	z-index: auto;
	transform: none;
	opacity: 0.9;
}

.home-map__legal-link--panel {
	display: none;
	position: static;
	margin-top: 14px;
	font-size: 0.8rem;
	text-shadow: none;
	opacity: 0.78;
}

.home-map__globe.is-ready {
	opacity: 1;
	visibility: visible;
}

.home-map__globe canvas {
	width: 100%;
	height: 100%;
	display: block;
}

.home-map__status {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 4;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(2, 8, 12, 0.62);
	backdrop-filter: blur(10px);
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #d9d4bc;
}

.home-map__loading {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: grid;
	place-items: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 220ms ease, visibility 220ms ease;
	background:
		radial-gradient(circle at center, rgba(6, 15, 24, 0.14), rgba(2, 6, 10, 0.42) 72%),
		linear-gradient(180deg, rgba(5, 13, 20, 0.06), rgba(2, 6, 10, 0.18));
}

.home-map__loading.is-visible {
	opacity: 1;
	visibility: visible;
}

.home-map__loading-card {
	width: min(420px, calc(100vw - 48px));
	padding: 24px 26px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(7, 18, 28, 0.9), rgba(5, 12, 20, 0.82));
	backdrop-filter: blur(22px);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
	text-align: center;
	position: relative;
	overflow: hidden;
	pointer-events: auto;
}

.home-map__loading-close {
	position: absolute;
	top: 12px;
	right: 12px;
	appearance: none;
	border: 0;
	border-radius: 999px;
	padding: 7px 10px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(246, 241, 221, 0.74);
	font: inherit;
	font-size: 0.78rem;
	line-height: 1;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease, opacity 160ms ease;
	opacity: 0;
	visibility: hidden;
}

.home-map__loading.is-dismissible .home-map__loading-close {
	opacity: 1;
	visibility: visible;
}

.home-map__loading-close:hover,
.home-map__loading-close:focus-visible {
	background: rgba(165, 154, 59, 0.18);
	color: #f6f1dd;
	transform: translateY(-1px);
	outline: none;
}

.home-map__loading-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.08) 50%, transparent 80%);
	transform: translateX(-120%);
	animation: home-map-loading-sheen 2.4s ease-in-out infinite;
}

.home-map__loading-spinner {
	width: 54px;
	height: 54px;
	margin: 0 auto 16px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.14);
	border-top-color: #a59a3b;
	border-right-color: rgba(111, 183, 255, 0.92);
	box-shadow: 0 0 0 8px rgba(165, 154, 59, 0.07);
	animation: home-map-loading-spin 0.95s linear infinite;
}

.home-map__tile-spinner {
	position: absolute;
	bottom: 24px;
	left: 50%;
	z-index: 5;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.22);
	border-top-color: #c9bc4e;
	border-right-color: rgba(111, 183, 255, 0.95);
	box-shadow: 0 0 0 8px rgba(165, 154, 59, 0.12), 0 0 18px 4px rgba(111, 183, 255, 0.18);
	animation: home-map-loading-spin 0.95s linear infinite;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) scale(0.85);
	transition: opacity 200ms ease, visibility 200ms ease, transform 200ms ease;
}

.home-map__tile-spinner.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scale(1);
}

.home-map__loading-kicker {
	position: relative;
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #a59a3b;
}

.home-map__loading-title {
	position: relative;
	margin: 10px 0 0;
	font-size: clamp(1.35rem, 2.8vw, 1.9rem);
	line-height: 1.05;
	color: #f6f1dd;
}

.home-map__loading-text {
	position: relative;
	margin: 12px auto 0;
	max-width: 28ch;
	font-size: 0.98rem;
	line-height: 1.55;
	color: rgba(246, 241, 221, 0.76);
}

@keyframes home-map-loading-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes home-map-loading-sheen {
	0% {
		transform: translateX(-120%);
	}
	55%,
	100% {
		transform: translateX(120%);
	}
}

.home-map__hud {
	position: relative;
	z-index: 3;
	max-width: 420px;
	padding-top: 24px;
}

.home-map__eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #a59a3b;
}

.home-map__title {
	margin: 0;
	font-size: clamp(2.2rem, 5vw, 4.6rem);
	line-height: 0.95;
	letter-spacing: -0.04em;
	max-width: 10ch;
	text-wrap: balance;
}

.home-map__subtitle {
	margin: 16px 0 0;
	max-width: 34ch;
	font-size: 1rem;
	line-height: 1.6;
	color: rgba(246, 241, 221, 0.78);
}

.home-map__actions {
	margin-top: 18px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.home-map__action-button {
	appearance: none;
	border: 1px solid rgba(165, 154, 59, 0.4);
	border-radius: 999px;
	padding: 12px 18px;
	background: rgba(7, 15, 22, 0.52);
	backdrop-filter: blur(14px);
	font: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	color: #f6f1dd;
	cursor: pointer;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, opacity 160ms ease;
}

.home-map__action-button:hover,
.home-map__action-button:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(165, 154, 59, 0.8);
	background: rgba(165, 154, 59, 0.12);
	outline: none;
}

.home-map__action-button[disabled] {
	opacity: 0.64;
	cursor: wait;
}

.home-map__panel {
	position: absolute;
	right: 24px;
	top: 24px;
	z-index: 1001;
	width: min(380px, calc(100vw - 48px));
	max-height: calc(100svh - 48px);
	overflow: auto;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	background: rgba(7, 15, 22, 0.78);
	backdrop-filter: blur(18px);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
	transition: transform 180ms ease, opacity 180ms ease;
}

.home-map__panel.is-detail {
	position: fixed;
	inset: 0;
	width: 100%;
	max-width: 480px;
	max-height: none;
	margin-left: auto;
	padding: 24px 24px 32px;
	border-radius: 0;
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(6, 13, 19, 0.98) 0%, rgba(7, 15, 22, 0.98) 100%);
	box-shadow: -20px 0 60px rgba(0, 0, 0, 0.35);
	z-index: 1002;
	overflow: auto;
}

.home-map__panel.is-detail .home-map__panel-close {
	position: sticky;
	top: 0;
	z-index: 2;
	padding: 6px 0 12px;
	background: linear-gradient(180deg, rgba(6, 13, 19, 0.98) 0%, rgba(6, 13, 19, 0) 100%);
}

.home-map__panel:not(.is-open) {
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
}

.home-map__panel-close {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	margin-left: auto;
	display: block;
	font: inherit;
	font-size: 0.92rem;
	color: rgba(246, 241, 221, 0.76);
	cursor: pointer;
}

.home-map__panel-kicker {
	margin: 12px 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #a59a3b;
}

.home-map__panel-title {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 1.05;
	text-wrap: balance;
}

.home-map__panel-text {
	margin: 14px 0 0;
	font-size: 0.98rem;
	line-height: 1.6;
	color: rgba(246, 241, 221, 0.76);
}

.home-map__panel-list {
	margin-top: 18px;
	display: grid;
	gap: 12px;
}

.home-map__card {
	display: block;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	color: inherit;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.home-map__card:hover,
.home-map__card:focus-within {
	transform: translateY(-2px);
	border-color: rgba(165, 154, 59, 0.55);
	background: rgba(165, 154, 59, 0.08);
	outline: none;
}

.home-map__card-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
}

.home-map__card-link {
	color: #f6f1dd;
	text-decoration: none;
}

.home-map__card-link:hover,
.home-map__card-link:focus-visible {
	text-decoration: underline;
	text-decoration-color: rgba(165, 154, 59, 0.92);
	outline: none;
}

.home-map__card-text {
	margin: 8px 0 0;
	font-size: 0.94rem;
	line-height: 1.5;
	color: rgba(246, 241, 221, 0.74);
}

.home-map__card-text > :first-child {
	margin-top: 0;
}

.home-map__card-text > :last-child {
	margin-bottom: 0;
}

.home-map__card-text a {
	color: #e5dc89;
	text-decoration: underline;
	text-decoration-color: rgba(229, 220, 137, 0.72);
}

.home-map__card-text a:hover,
.home-map__card-text a:focus-visible {
	text-decoration-color: rgba(229, 220, 137, 1);
	outline: none;
}

.home-map__meta {
	margin: 10px 0 0;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(165, 154, 59, 0.92);
}

.leaflet-bar {
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 18px !important;
	background: rgba(7, 15, 22, 0.84) !important;
	backdrop-filter: blur(16px);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28) !important;
	color: #f6f1dd;
}

.leaflet-bar a {
	background: transparent !important;
	color: #f6f1dd !important;
	border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus-visible {
	background: rgba(165, 154, 59, 0.12) !important;
	outline: none;
}

.leaflet-control-attribution {
	position: relative;
	z-index: 500 !important;
	background: rgba(7, 15, 22, 0.7) !important;
	color: rgba(246, 241, 221, 0.7) !important;
	font-size: 0.72rem !important;
}

.leaflet-control-attribution a {
	color: rgba(165, 154, 59, 0.85) !important;
}

.leaflet-tooltip {
	border: 0;
	border-radius: 999px;
	padding: 8px 12px;
	background: rgba(7, 15, 22, 0.88);
	color: #f6f1dd;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
	font-size: 0.88rem;
	font-weight: 700;
}

.home-map__marker-label {
	border: 0 !important;
	border-radius: 6px !important;
	padding: 5px 10px !important;
	background: rgba(7, 15, 22, 0.82) !important;
	color: #e5dc89 !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35) !important;
	font-size: 0.82rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em;
	white-space: nowrap;
	pointer-events: none;
}

.home-map__marker-label.leaflet-tooltip-top:before {
	border-top-color: rgba(7, 15, 22, 0.82) !important;
}

.home-map__marker-label.leaflet-tooltip-right:before {
	border-right-color: rgba(7, 15, 22, 0.82) !important;
}

.leaflet-tooltip-top:before {
	border-top-color: rgba(7, 15, 22, 0.88);
}

.home-map__user-dot {
	filter: drop-shadow(0 0 6px rgba(90, 160, 232, 0.6));
	animation: home-map-pulse 2s ease-in-out infinite;
}

@keyframes home-map-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.55; }
}

@media (max-width: 820px) {
	.home-map__stage {
		padding: 16px;
	}

	.home-map__map-toolbar {
		bottom: 12px;
		left: 50px;
	}

	.home-map__map-button {
		padding: 10px 14px;
		font-size: 0.88rem;
	}

	.home-map__loading-card {
		width: min(320px, calc(100vw - 56px));
		padding: 14px 14px 16px;
		border-radius: 20px;
	}

	.home-map__loading-close {
		top: 10px;
		right: 10px;
	}

	.home-map__loading-spinner {
		width: 38px;
		height: 38px;
		margin: 0 auto 10px;
		box-shadow: 0 0 0 5px rgba(165, 154, 59, 0.07);
	}

	.home-map__loading-kicker {
		font-size: 0.62rem;
		letter-spacing: 0.14em;
	}

	.home-map__loading-title {
		margin-top: 6px;
		font-size: clamp(1rem, 4.6vw, 1.28rem);
	}

	.home-map__loading-text {
		margin-top: 8px;
		max-width: 24ch;
		font-size: 0.82rem;
		line-height: 1.4;
	}

	.home-map__hud {
		max-width: min(100%, 340px);
		padding-top: 52px;
	}

	.home-map__panel {
		top: auto;
		right: 16px;
		bottom: 16px;
		left: 16px;
		width: auto;
		max-height: 42svh;
		border-radius: 22px;
	}

	.home-map__panel.is-detail {
		position: fixed;
		inset: 0;
		max-width: none;
		max-height: none;
		margin-left: 0;
		padding: 22px 18px 28px;
		border-radius: 0;
		border: 0;
		background:
			linear-gradient(180deg, rgba(6, 13, 19, 0.98) 0%, rgba(7, 15, 22, 0.98) 100%);
		box-shadow: none;
		z-index: 8;
		overflow: auto;
	}

	.home-map__legal-link {
		right: 16px;
		bottom: 16px;
		font-size: 0.78rem;
	}

	.home-map__brand-link {
		right: 16px;
		bottom: 40px;
		width: 20px;
		height: 20px;
	}

	.home-map > .home-map__stage > .home-map__brand-link,
	.home-map > .home-map__stage > .home-map__legal-link {
		display: none;
	}

	.home-map__brand-link--panel,
	.home-map__legal-link--panel {
		display: inline-flex;
	}

	.home-map__legal-link--panel {
		display: inline-block;
	}

	.home-map__panel.is-detail .home-map__panel-close {
		position: sticky;
		top: 0;
		z-index: 2;
		padding: 6px 0 12px;
		background: linear-gradient(180deg, rgba(7, 15, 22, 0.98) 0%, rgba(7, 15, 22, 0.72) 100%);
	}

	.home-map__panel.is-detail .home-map__panel-title {
		font-size: clamp(2rem, 8vw, 3rem);
	}

	.home-map__panel.is-detail .home-map__panel-text {
		font-size: 1rem;
	}

	.home-map__panel.is-detail .home-map__panel-list {
		margin-top: 24px;
		gap: 14px;
	}

	.home-map__panel.is-detail .home-map__card {
		padding: 18px 18px 16px;
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.06);
	}

	.home-map__panel.is-detail .home-map__card-title {
		font-size: 1.08rem;
	}
}

@media (max-width: 520px) {
	.home-map__title {
		max-width: 8ch;
	}

	.home-map__subtitle {
		max-width: 28ch;
		font-size: 0.95rem;
	}

	.home-map__panel {
		padding: 16px;
	}
}