/* Page-specific styles for francesbaard.html */

body.easterncape {
	margin: 0;
	background: #f6f9ff;
	color: #1f2937;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6;
}

body.easterncape.francesbaard-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

body.easterncape.francesbaard-page main {
	flex: 1;
}

body.easterncape .hero {
	background: linear-gradient(135deg, #0f4c81 0%, #1f7bc8 50%, #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.85rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

body.easterncape .province-content {
	max-width: 900px;
	margin: 1.25rem auto 2rem;
	padding: 0 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 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.7rem;
}

body.easterncape .province-meta li {
	margin: 0;
}

body.easterncape .province-meta a {
	display: block;
	background: #f2f7ff;
	border: 1px solid #d8e6fb;
	border-radius: 10px;
	color: #0f4c81;
	font-weight: 600;
	text-decoration: none;
	padding: 0.85rem 1rem;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease,
		box-shadow 0.2s ease;
}

body.easterncape .province-meta a:hover,
body.easterncape .province-meta a:focus-visible {
	background: #0f4c81;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 6px 12px rgba(15, 76, 129, 0.2);
	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.5rem;
	}

	body.easterncape .hero h1 {
		font-size: 2.45rem;
	}

	body.easterncape .province-content {
		margin-top: 1.75rem;
		margin-bottom: 2.75rem;
		padding: 0 1.25rem;
	}

	body.easterncape .province-meta {
		padding: 1.25rem;
	}

	body.easterncape .province-meta ul {
		grid-template-columns: repeat(2, 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 .hero h1 {
		font-size: 2.85rem;
	}

	body.easterncape .province-meta ul {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
