.ags-map-identity {
	max-width: 72rem;
	margin: 0 auto;
	padding: clamp(1.75rem, 4vw, 3.25rem) clamp(1rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem);
	text-align: center;
	color: #f4e8c8;
}

.ags-map-identity__eyebrow {
	margin: 0 0 0.6rem;
	color: #c9a962;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.ags-map-identity h1 {
	max-width: 18ch;
	margin: 0 auto;
	font-size: clamp(2rem, 5vw, 3.65rem);
	line-height: 1.06;
	text-wrap: balance;
}

.ags-map-identity__subtitle {
	max-width: 62rem;
	margin: 1rem auto 0;
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.55;
}

.ags-map-identity__introduction {
	max-width: 50rem;
	margin: 0.8rem auto 0;
	line-height: 1.65;
}

.ags-map-identity__evidence {
	display: flex;
	justify-content: center;
	gap: 0.75rem 2rem;
	margin: 1.15rem 0 0;
	padding: 0;
	list-style: none;
	color: #f4e8c8;
}

.ags-map-identity__evidence li {
	white-space: nowrap;
}

.ags-map-identity__evidence strong {
	color: #c9a962;
	font-variant-numeric: tabular-nums;
}

.ags-map-identity__actions {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.ags-map-identity__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.65rem 1.15rem;
	border: 1px solid #c9a962;
	border-radius: 0.25rem;
	font-weight: 700;
	text-decoration: none;
}

.ags-map-identity__cta--primary {
	background: #c9a962;
	color: #090f18;
}

.ags-map-identity__cta--secondary {
	background: transparent;
	color: #f4e8c8;
}

.ags-map-identity__cta:hover {
	filter: brightness(1.08);
}

.ags-map-identity__cta:focus-visible {
	outline: 3px solid #f4e8c8;
	outline-offset: 3px;
}

#interactive-map,
#regions {
	scroll-margin-top: 6rem;
}

#interactive-map:focus,
#regions:focus {
	outline: none;
}

@media (max-width: 640px) {
	.ags-map-identity {
		padding-top: 1.5rem;
	}

	.ags-map-identity h1 {
		font-size: clamp(1.9rem, 10vw, 2.6rem);
		overflow-wrap: anywhere;
	}

	.ags-map-identity__subtitle,
	.ags-map-identity__introduction {
		line-height: 1.5;
	}

	.ags-map-identity__evidence {
		flex-wrap: wrap;
		gap: 0.45rem 1rem;
	}

	.ags-map-identity__actions {
		flex-direction: column;
	}

	.ags-map-identity__cta {
		width: 100%;
	}
}

@media (forced-colors: active) {
	.ags-map-identity__cta {
		border: 2px solid ButtonText;
	}

	.ags-map-identity__cta:focus-visible {
		outline-color: Highlight;
	}
}

@media (prefers-reduced-motion: reduce) {
	#interactive-map,
	#regions {
		scroll-behavior: auto;
	}
}
