/* Thaba Nchu page styles */
/* Keep shared rules in style.css; use this file for local overrides */

body.easterncape {
	background:
		radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.22), transparent 45%),
		linear-gradient(160deg, #f3efe7 0%, #efe6d7 48%, #e4d6bd 100%);
	color: #2a2218;
}

body.easterncape .hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(140deg, #5f3b23 0%, #7a4a2b 44%, #8d5a35 100%);
	color: #fff;
	padding: 28px 14px 18px;
	border-bottom: 3px solid #d5af67;
	box-shadow: 0 6px 18px rgba(47, 30, 18, 0.28);
}

body.easterncape .hero::after {
	content: "";
	position: absolute;
	right: -48px;
	top: -28px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 233, 188, 0.28), rgba(255, 233, 188, 0));
	pointer-events: none;
}

body.easterncape .hero h1 {
	margin: 0 0 14px;
	font-size: clamp(1.6rem, 4.3vw, 2.4rem);
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

body.easterncape .navbar ul {
	flex-wrap: wrap;
	gap: 8px;
}

body.easterncape .navbar a {
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.2px;
	background: rgba(255, 255, 255, 0.09);
	transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

body.easterncape .navbar a:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.6);
	transform: translateY(-1px);
}

body.easterncape main {
	max-width: 920px;
	margin: 20px auto;
	width: calc(100% - 24px);
}

body.easterncape .province-content {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #d8c8ab;
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(76, 49, 31, 0.14);
	padding: 18px 16px;
}

body.easterncape .province-content p {
	margin: 0;
	color: #4f3a2b;
	line-height: 1.6;
}

body.easterncape .province-content h2 {
	margin: 0 0 14px;
	color: #6d3f20;
	font-size: clamp(1.2rem, 3.2vw, 1.6rem);
}

body.easterncape .province-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

body.easterncape .province-content li {
	background: linear-gradient(145deg, #fffdf7 0%, #f8f1e4 100%);
	border: 1px solid #e4d3b4;
	border-radius: 10px;
	padding: 12px 14px;
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(79, 52, 31, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.easterncape .province-content li:hover {
	transform: translateY(-2px);
	border-color: #c79d5b;
	box-shadow: 0 8px 16px rgba(79, 52, 31, 0.16);
}

body.easterncape footer {
	background: #3b2416;
	color: #eadfcd;
}

body.easterncape footer a,
body.easterncape .footer-links a {
	color: #f5dca8;
}

body.easterncape footer a:hover,
body.easterncape .footer-links a:hover {
	color: #fff;
}

@media (min-width: 680px) {
	body.easterncape .province-content {
		padding: 24px 22px;
	}

	body.easterncape .province-content ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 980px) {
	body.easterncape .hero {
		padding-top: 34px;
		padding-bottom: 24px;
	}

	body.easterncape .province-content ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
