/*
Theme Name: Get Praut
Theme URI: https://getpraut.nl/
Description: Get Praut - Thema
Author: Get Praut
Author URI: https://getpraut.nl/
Version: 1.0
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone{margin:0}
.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}
.alignright{float:right;margin:0 0 15px 15px}
.alignleft{float:left;margin:0 15px 15px 0}
.aligncenter{display:block;margin:5px auto 5px auto}
a img.alignright{float:right;margin:0 0 15px 15px}
a img.alignnone{margin:0}
a img.alignleft{float:left;margin:0 15px 15px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{max-width:100%}
.wp-caption.alignnone{margin:0}
.wp-caption.alignleft{margin:0 15px 15px 0}
.wp-caption.alignright{margin:0 0 15px 15px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:auto}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

/* Custom CSS
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@500;700&family=Manrope:wght@300;400;500;600;700&display=swap');

:root {
	--lpb-bg: #f6eee4;
	--lpb-ink: #1f1b17;
	--lpb-muted: #5c534c;
	--lpb-accent: #d94c2c;
	--lpb-accent-dark: #c33f22;
	--lpb-card: #ffffff;
	--lpb-shadow: 0 18px 35px rgba(60, 30, 15, 0.18);
	--lpb-radius: 22px;
}

body {
	background: var(--lpb-bg);
	color: var(--lpb-ink);
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.section-title {
	font-family: "Fraunces", Georgia, "Times New Roman", serif;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 10;
	background: rgba(246, 238, 228, 0.92);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(31, 27, 23, 0.08);
}

.site-brand {
	text-decoration: none;
	color: var(--lpb-ink);
}

.brand-mark {
	background: #f08a2d;
	color: #fff;
	font-weight: 800;
	font-size: 0.95rem;
	padding: 6px 8px;
	border-radius: 8px;
	letter-spacing: 1px;
	box-shadow: 0 8px 16px rgba(240, 138, 45, 0.3);
}

.brand-mark-lg {
	font-size: 1rem;
	padding: 8px 10px;
}

.brand-text {
	font-weight: 600;
	font-size: 1rem;
}

.navbar-nav .nav-link {
	color: var(--lpb-ink);
	font-weight: 600;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	color: var(--lpb-accent);
}

.navbar-toggler {
	border: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.hero-card,
.cta-card,
.question-card,
.location-card {
	border-radius: var(--lpb-radius);
	box-shadow: var(--lpb-shadow);
	background: var(--lpb-card);
}

.hero-card {
	background: #fff6ee;
}

.hero-media {
	border-radius: calc(var(--lpb-radius) - 4px);
	min-height: 260px;
	background:
		linear-gradient(120deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.5)),
		radial-gradient(circle at top right, #f7b980 0%, transparent 55%),
		linear-gradient(130deg, #6f8a6d 0%, #3d4f42 100%);
	position: relative;
	overflow: hidden;
}

.hero-media::after {
	content: "BRGK";
	position: absolute;
	right: 18px;
	bottom: 8px;
	font-size: clamp(2.2rem, 8vw, 4.5rem);
	font-weight: 800;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 4px;
}

.hero-overlay {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff;
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

.hero-kicker {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.8rem;
	font-weight: 600;
}

.hero-title {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.cta-card {
	background: #f8f0e6;
	border: 1px solid rgba(31, 27, 23, 0.08);
}

.cta-title {
	color: var(--lpb-ink);
}

.cta-text {
	color: var(--lpb-muted);
}

.btn-cta {
	background: var(--lpb-accent);
	border-color: var(--lpb-accent);
	font-weight: 600;
	padding: 0.6rem 1.2rem;
	border-radius: 999px;
}

.btn-cta:hover,
.btn-cta:focus {
	background: var(--lpb-accent-dark);
	border-color: var(--lpb-accent-dark);
}

.question-card {
	background: linear-gradient(140deg, #f05b2c 0%, #c6281b 100%);
	color: #fff;
	min-height: 150px;
}

.question-title {
	font-weight: 700;
}

.home-intro {
	color: var(--lpb-muted);
	font-size: 1.05rem;
}

.section-title {
	font-size: 1.6rem;
}

.location-card {
	position: relative;
	min-height: 180px;
	overflow: hidden;
	padding: 16px;
	color: #fff;
}

.location-label {
	display: inline-block;
	background: var(--lpb-accent);
	color: #fff;
	padding: 6px 14px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.85rem;
}

.location-meta {
	position: absolute;
	left: 16px;
	bottom: 16px;
	right: 16px;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.9);
}

.bg-bergeijk {
	background: linear-gradient(135deg, #7a8f6e 0%, #415442 100%);
}

.bg-riethoven {
	background: linear-gradient(135deg, #9b7a57 0%, #5b3b26 100%);
}

.bg-westerhoven {
	background: linear-gradient(135deg, #444d5f 0%, #1f2732 100%);
}

.bg-loo {
	background: linear-gradient(135deg, #5b6c4c 0%, #2f3b2a 100%);
}

.bg-luyksgestel {
	background: linear-gradient(135deg, #6e7e90 0%, #354050 100%);
}

.bg-weebosch {
	background: linear-gradient(135deg, #6f5a4a 0%, #2f2420 100%);
}

.site-footer {
	background: #f4e8db;
	border-top: 1px solid rgba(31, 27, 23, 0.08);
}

.footer-title {
	letter-spacing: 1px;
	font-weight: 700;
}

.footer-text {
	color: var(--lpb-muted);
}

.footer-list a {
	color: var(--lpb-ink);
	text-decoration: none;
}

.footer-list a:hover,
.footer-list a:focus {
	color: var(--lpb-accent);
}

.footer-bottom {
	border-top: 1px solid rgba(31, 27, 23, 0.08);
	font-size: 0.9rem;
	color: var(--lpb-muted);
}

.footer-link {
	color: var(--lpb-muted);
	text-decoration: none;
}

.footer-link:hover,
.footer-link:focus {
	color: var(--lpb-accent);
}

.footer-sep {
	margin: 0 6px;
}

.footer-social .social-pill {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #1f1b17;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.footer-credit {
	margin-right: 6px;
}

.footer-brand-mini {
	font-weight: 700;
	color: var(--lpb-ink);
}

.footer-copy {
	color: var(--lpb-muted);
	font-size: 0.85rem;
}

.about-page .about-card {
	background: #f3efe9;
	border-radius: var(--lpb-radius);
	box-shadow: var(--lpb-shadow);
	text-align: center;
}

.about-portrait {
	height: 260px;
	border-radius: calc(var(--lpb-radius) - 6px);
	background:
		linear-gradient(140deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45)),
		radial-gradient(circle at top left, #c9d4dd 0%, transparent 55%),
		linear-gradient(160deg, #b3b9bf 0%, #7a7f87 100%);
}

.about-flag {
	height: 6px;
	border-radius: 0 0 8px 8px;
	background: linear-gradient(90deg, #f08a2d 0%, #d94c2c 100%);
	margin-top: 12px;
}

.about-role {
	font-weight: 700;
	font-style: italic;
	color: var(--lpb-ink);
}

.about-committee {
	font-size: 0.9rem;
	color: var(--lpb-muted);
}

.about-content {
	max-width: 620px;
}

.about-name {
	font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.about-body p {
	color: var(--lpb-muted);
	line-height: 1.7;
}

.about-signature {
	font-weight: 700;
	color: var(--lpb-accent);
	margin-top: 1.5rem;
}

@media (max-width: 991px) {
	.site-header {
		position: relative;
	}

	.navbar-nav {
		padding-top: 10px;
	}

	.location-card {
		min-height: 160px;
	}

	.about-content {
		max-width: 100%;
	}
}
