body.limpopo-location {
	--lp-accent-1: #7d4c2b;
	--lp-accent-2: #5f7c43;
	--lp-bg-1: #f7efe2;
	--lp-bg-2: #efe1c7;
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background:
		radial-gradient(circle at 10% 8%, rgba(125, 76, 43, 0.2), transparent 34%),
		radial-gradient(circle at 88% 8%, rgba(95, 124, 67, 0.16), transparent 30%),
		linear-gradient(180deg, var(--lp-bg-1) 0%, var(--lp-bg-2) 100%);
	color: #3f2c1d;
}

body.limpopo-location .hero {
	padding: 30px 16px;
	text-align: center;
	background:
		linear-gradient(120deg, #7d4c2b, #9c6433),
		repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 10px, rgba(0, 0, 0, 0.06) 10px, rgba(0, 0, 0, 0.06) 20px);
	color: #fff6ea;
	border-bottom: 4px solid #d2a548;
}

body.limpopo-location .hero h1 {
	margin: 0;
	font-size: clamp(1.7rem, 3.2vw, 2.3rem);
}

body.limpopo-location .hero p {
	margin: 10px auto 0;
	max-width: 760px;
	line-height: 1.5;
}

body.limpopo-location .navbar {
	background: linear-gradient(90deg, #5c3a23 0%, #744926 100%);
}

body.limpopo-location .navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

body.limpopo-location .navbar a {
	color: #fff4e4;
	text-decoration: none;
	padding: 12px 18px;
	display: inline-block;
	font-weight: 600;
}

body.limpopo-location .navbar a:hover {
	background: rgba(255, 255, 255, 0.16);
}

body.limpopo-location main {
	width: min(1040px, calc(100% - 20px));
	margin: 18px auto 24px;
	flex: 1 0 auto;
}

body.limpopo-location .municipality-panel {
	background: #fffaf1;
	border: 1px solid #e3cdae;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(69, 44, 26, 0.08);
	padding: 16px;
}

body.limpopo-location h2 {
	margin: 0 0 10px;
	color: #6e4322;
}

body.limpopo-location .intro {
	margin: 0 0 14px;
	color: #5a4736;
}

.lp-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 10px;
}

.lp-list li {
	border: 1px solid #e8d2b4;
	border-radius: 10px;
	background: #fff5e7;
	overflow: hidden;
}

.lp-list a {
	display: block;
	padding: 12px 14px;
	text-decoration: none;
	color: #4d6a31;
	font-weight: 700;
}

.lp-list a:hover {
	background: #f7ead7;
	color: #7a4f24;
}
