/* Page-specific styles for kimberly.html */

body.easterncape {
	margin: 0;
	background: #f6f9ff;
	color: #1f2937;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6;
}

body.easterncape .hero {
	background: linear-gradient(135deg, #0f4c81 0%, #1f7bc8 55%, #42a5f5 100%);
	color: #ffffff;
	text-align: center;
	padding: 3rem 1rem 2.5rem;
	box-shadow: 0 6px 16px rgba(15, 76, 129, 0.22);
}

body.easterncape .hero h1 {
	margin: 0;
	font-size: 1.95rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

body.easterncape .navbar {
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(15, 76, 129, 0.08);
	position: sticky;
	top: 0;
	z-index: 20;
}

body.easterncape .navbar ul {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0.75rem 1rem;
	list-style: none;
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
	justify-content: center;
}

body.easterncape .navbar a {
	display: inline-block;
	padding: 0.5rem 0.8rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
	color: #0f4c81;
	background: #f2f7ff;
	border: 1px solid #d8e6fb;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.easterncape .navbar a:hover,
body.easterncape .navbar a:focus-visible {
	background: #0f4c81;
	color: #ffffff;
	transform: translateY(-1px);
	outline: none;
}

body.easterncape main {
	max-width: 1200px;
	margin: 1.35rem auto 2.5rem;
	padding: 0 1rem;
}

body.easterncape main > ul {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

body.easterncape main > ul li {
	margin: 0;
}

body.easterncape main > ul a {
	display: block;
	padding: 0.9rem 1rem;
	background: #ffffff;
	border: 1px solid #d9e6f8;
	border-radius: 12px;
	color: #0f4c81;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 3px 10px rgba(15, 76, 129, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease,
		color 0.2s ease;
}

body.easterncape main > ul a:hover,
body.easterncape main > ul a:focus-visible {
	background: #0f4c81;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 7px 14px rgba(15, 76, 129, 0.18);
	outline: none;
}

body.easterncape .province-content {
	margin-top: 1rem;
}

body.easterncape .province-meta {
	background: #ffffff;
	border: 1px solid #d9e6f8;
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(15, 76, 129, 0.08);
	padding: 1rem;
}

body.easterncape .province-meta h2 {
	margin: 0 0 0.8rem;
	font-size: 1.3rem;
	color: #0f3d66;
}

body.easterncape .news-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.7rem;
}

body.easterncape .news-list a {
	display: block;
	padding: 0.8rem 0.95rem;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	background: #f2f7ff;
	border: 1px solid #d8e6fb;
	color: #0f4c81;
	transition: background-color 0.2s ease, color 0.2s ease;
}

body.easterncape .news-list a:hover,
body.easterncape .news-list a:focus-visible {
	background: #0f4c81;
	color: #ffffff;
	outline: none;
}

body.easterncape footer {
	margin-top: 2rem;
	background: #0f2742;
	color: #e8f1ff;
}

body.easterncape footer .container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1.5rem 1rem;
}

body.easterncape .footer-content,
body.easterncape .footer-links,
body.easterncape .footer-social {
	margin-bottom: 1rem;
}

body.easterncape footer h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	color: #ffffff;
}

body.easterncape footer p,
body.easterncape footer li {
	margin: 0.35rem 0;
}

body.easterncape .footer-links .list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.easterncape footer a {
	color: #b9d8ff;
	text-decoration: none;
}

body.easterncape footer a:hover,
body.easterncape footer a:focus-visible {
	color: #ffffff;
	text-decoration: underline;
}

body.easterncape .footer-social img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

body.easterncape .footer-bottom {
	border-top: 1px solid rgba(185, 216, 255, 0.25);
	text-align: center;
	padding: 0.85rem 1rem 1rem;
	font-size: 0.92rem;
}

@media (min-width: 768px) {
	body.easterncape .hero {
		padding: 4rem 1rem 3.2rem;
	}

	body.easterncape .hero h1 {
		font-size: 2.6rem;
	}

	body.easterncape .navbar ul {
		justify-content: flex-start;
	}

	body.easterncape main {
		padding: 0 1.25rem;
		margin-top: 1.8rem;
	}

	body.easterncape main > ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.easterncape .news-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.easterncape footer .container {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.25rem;
		align-items: start;
	}

	body.easterncape .footer-content,
	body.easterncape .footer-links,
	body.easterncape .footer-social {
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	body.easterncape main > ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.easterncape .news-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
