.tomten-land-atlas,
.tomten-land-page {
	--land-night: #17392f;
	--land-night-deep: #0d2822;
	--land-gold: #d6aa55;
	--land-cream: #fffaf0;
	--land-ink: #2d2926;
	max-width: 1040px;
}

.tomten-land-intro {
	position: relative;
	overflow: hidden;
	border-color: rgba(214, 170, 85, .45);
	background: linear-gradient(135deg, var(--land-night-deep), var(--land-night));
	color: #fff;
}

.tomten-land-intro::after {
	position: absolute;
	top: -3rem;
	right: -2rem;
	width: 11rem;
	height: 11rem;
	border: 1px solid rgba(214, 170, 85, .35);
	border-radius: 50%;
	box-shadow: 0 0 0 2rem rgba(214, 170, 85, .05), 0 0 0 4rem rgba(214, 170, 85, .035);
	content: "";
}

.tomten-land-intro .tomten-opt-eyebrow {
	position: relative;
	z-index: 1;
	color: #f2cf86;
}

.tomten-land-intro p {
	position: relative;
	z-index: 1;
	color: #fff;
}

.tomten-land-atlas__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.25rem;
	align-items: stretch;
	margin: 2rem 0 3rem;
}

.tomten-land-map {
	width: min(100%, 380px);
	margin: 0 auto;
	padding: 1.25rem;
	border: 1px solid #ddcfb9;
	border-radius: 24px;
	background: radial-gradient(circle at 50% 35%, #fef4dc, #f2e5ce);
}

.tomten-land-map svg {
	display: block;
	width: min(100%, 370px);
	height: auto;
	margin: 0 auto;
}

.tomten-land-map__shape,
.tomten-land-map__island {
	fill: var(--land-night);
	stroke: #0b251e;
	stroke-width: 3;
}

.tomten-land-map__point circle {
	fill: var(--land-gold);
	stroke: #fffaf0;
	stroke-width: 4;
	transition: fill .18s ease, r .18s ease;
}

.tomten-land-map__point text {
	fill: #142d26;
	font-size: 14px;
	font-weight: 800;
	paint-order: stroke;
	stroke: #fffaf0;
	stroke-linejoin: round;
	stroke-width: 4px;
}

.tomten-land-map__point:hover circle,
.tomten-land-map__point:focus circle {
	fill: #9b2837;
	r: 13px;
}

.tomten-land-map__point:focus {
	outline: none;
}

.tomten-land-map__point:focus circle {
	stroke: #111;
}

.tomten-land-map figcaption {
	margin-top: .75rem;
	color: #554c44;
	font-size: .84rem;
	text-align: center;
}

.tomten-land-method {
	width: 100%;
	box-sizing: border-box;
	padding: clamp(1.2rem, 3vw, 2rem);
	border-radius: 18px;
	background: #f7f3ec;
	color: #2d2926 !important;
}

.tomten-land-method h2,
.tomten-land-atlas > section > h2,
.tomten-land-page > section > h2,
.tomten-land-source-note h2,
.tomten-land-editorial h2 {
	margin-top: 0;
}

.tomten-land-method dl {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
	gap: .85rem;
	margin: 1rem 0 1.25rem;
}

.tomten-land-method dl div {
	display: block;
	min-width: 0;
	padding: .9rem;
	border: 1px solid #d8cdbd;
	border-radius: 12px;
	background: #fffaf0;
}

.tomten-land-method dt {
	margin-bottom: .35rem;
	color: #64131f !important;
	font-weight: 800;
}

.tomten-land-method dd {
	margin: 0;
	color: #2d2926 !important;
	line-height: 1.5;
}

.tomten-land-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
	gap: .85rem;
}

.tomten-land-card {
	display: flex;
	min-height: 11rem;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1rem;
	border: 1px solid #d6c8b2;
	border-radius: 16px;
	background: linear-gradient(155deg, #fffaf0 10%, #f3e5cc 100%);
	color: var(--land-ink);
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.tomten-land-card:hover,
.tomten-land-card:focus-visible {
	border-color: var(--tomten-opt-red);
	box-shadow: 0 14px 30px rgba(63, 42, 29, .12);
	transform: translateY(-3px);
}

.tomten-land-card span,
.tomten-land-fact > span,
.tomten-land-try > span,
.tomten-land-ad > span {
	color: var(--tomten-opt-red);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.tomten-land-card strong {
	margin: .35rem 0;
	color: #2d2926 !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
}

.tomten-land-card small {
	color: #2d2926 !important;
	font-size: .86rem;
	line-height: 1.45;
}

.tomten-land-editorial,
.tomten-land-source-note {
	margin-top: 2.5rem;
	padding: 1.25rem 1.4rem;
	border-left: 5px solid var(--land-gold);
	background: #f7f3ec;
	color: var(--land-ink);
}

.tomten-land-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.tomten-land-fact {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: clamp(1.15rem, 3vw, 1.6rem);
	border: 1px solid #dbcfbf;
	border-radius: 16px;
	background: #fff;
	color: var(--land-ink);
}

.tomten-land-fact h3 {
	margin: .45rem 0 .65rem;
	color: #2d2926 !important;
	font-size: 1.28rem;
}

.tomten-land-fact p {
	margin: 0 0 1rem;
	line-height: 1.65;
}

.tomten-land-fact a {
	margin-top: auto;
	color: var(--tomten-opt-red-dark);
	overflow-wrap: anywhere;
	font-size: .88rem;
	font-weight: 700;
}

.tomten-land-try {
	margin: 2rem 0 0;
	padding: clamp(1.2rem, 3vw, 1.8rem);
	border-radius: 18px;
	background: linear-gradient(135deg, #fff4d8, #f8ead2);
	color: var(--land-ink);
}

.tomten-land-try h2 {
	margin: .4rem 0 .6rem !important;
	color: #2d2926 !important;
}

.tomten-land-method h2,
.tomten-land-source-note h2,
.tomten-land-editorial h2 {
	color: #2d2926 !important;
}

.tomten-land-method p,
.tomten-land-source-note p,
.tomten-land-editorial p,
.tomten-land-try p,
.tomten-land-fact p {
	color: #2d2926 !important;
}

.tomten-land-try p,
.tomten-land-source-note p,
.tomten-land-editorial p {
	margin-bottom: 0;
}

.tomten-land-nav {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	margin-top: 2.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid #dbcfbf;
}

.tomten-land-nav__all {
	font-weight: 800;
}

.tomten-land-nav div {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1rem;
	justify-content: flex-end;
}

.tomten-land-ad {
	margin: 2rem 0;
	padding: .9rem 1.1rem 1.1rem;
	border: 1px solid #d8cdbd;
	border-radius: 12px;
	background: #fff;
}

.tomten-land-ad > span {
	display: block;
	margin-bottom: .55rem;
	color: #5d554d;
}

@media (max-width: 720px) {
	.tomten-land-atlas__top,
	.tomten-land-facts {
		grid-template-columns: 1fr;
	}

	.tomten-land-map {
		max-width: 390px;
		margin-inline: auto;
	}

	.tomten-land-nav {
		align-items: flex-start;
		flex-direction: column;
	}

	.tomten-land-nav div {
		justify-content: flex-start;
	}

	.tomten-land-method dl {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.tomten-land-card {
		min-height: 8rem;
	}

}

@media (prefers-reduced-motion: reduce) {
	.tomten-land-map__point circle,
	.tomten-land-card {
		transition: none;
	}
}

@media print {
	.tomten-land-map,
	.tomten-land-nav,
	.tomten-land-ad {
		display: none !important;
	}

	.tomten-land-intro {
		border: 1px solid #333;
		background: #fff;
		color: #000;
		box-shadow: none;
	}

	.tomten-land-intro .tomten-opt-eyebrow,
	.tomten-land-intro p {
		color: #000;
	}

	.tomten-land-facts {
		display: block;
	}

	.tomten-land-fact {
		break-inside: avoid;
		margin-bottom: 1rem;
	}
}
