/**
 * Base layout, typography, header/footer shell — mobile-first
 */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	max-width: 100%;
}

body {
	margin: 0;
	max-width: 100%;
	/* Geen overflow-x hier: kan position:fixed (header) in sommige engines breken; horizontaal afvangen op html */
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: var(--color-text);
	background-color: var(--color-ivory);
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
	color: var(--color-forest);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color var(--transition), text-decoration-color var(--transition);
}

a:hover,
a:focus-visible {
	color: var(--color-gold);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-heading);
	font-weight: 700;
	font-style: normal;
	line-height: 1.15;
	color: var(--color-forest);
}

h1 {
	font-size: clamp(28px, 4vw, 48px);
}

h2 {
	font-size: clamp(22px, 3vw, 36px);
}

h3 {
	font-size: clamp(18px, 2.5vw, 26px);
}

p {
	margin: 0 0 1rem;
}

/* Fraunces italic voor accenten */
.text-accent,
.article-meta__date,
.article-intro,
blockquote {
	font-family: var(--font-heading);
	font-weight: 400;
	font-style: italic;
	color: var(--color-gold);
}

/* UI: DM Sans */
nav,
.cat-tag,
.article-meta,
.sidebar-label,
.btn,
.nav-primary a,
.primary-menu a {
	font-family: var(--font-body);
}

/* Header hoofdmenu: geen underline op hover/focus (overschrijft globale link-stijl + UA-defaults) */
.site-header .main-navigation a,
.site-header .main-navigation a:hover,
.site-header .main-navigation a:focus,
.site-header .main-navigation a:focus-visible,
.site-header .main-navigation a:active {
	text-decoration: none !important;
	text-decoration-line: none !important;
	text-underline-offset: 0 !important;
	text-decoration-thickness: 0 !important;
	-webkit-text-decoration: none !important;
}

/* Artikelbody */
.article-content,
.entry-content {
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.8;
	color: var(--color-text);
}

.article-content p,
.entry-content p {
	margin-bottom: 1.4rem;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	word-wrap: normal !important;
}

.skip-link:focus {
	clip: auto !important;
	clip-path: none;
	height: auto;
	width: auto;
	left: 8px;
	top: 8px;
	z-index: 100000;
	padding: 12px 16px;
	background: var(--color-forest);
	color: var(--color-warm-white);
	text-decoration: none;
	border-radius: var(--radius-sm);
}

.site {
	min-height: 100vh;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	/* Alleen bij echt fixed header vult JS --site-header-offset (anders 0: geen dubbele marge) */
	padding-top: var(--site-header-offset, 0px);
}

/* —— Header (licht + frosted, redactioneel-modern) —— */
.site-header {
	position: fixed !important;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9998;
	color: var(--color-forest);
	background: var(--color-header-bg);
	border-bottom: 1px solid rgba(232, 224, 212, 0.75);
	box-shadow: 0 1px 0 rgba(30, 58, 47, 0.05);
}

/* WordPress admin bar: header onder de toolbar */
body.admin-bar .site-header {
	top: 32px !important;
}

@media screen and (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px !important;
	}
}

.site-header::before {
	content: "";
	display: block;
	height: 2px;
	background: linear-gradient(
		90deg,
		rgba(201, 149, 58, 0.85) 0%,
		rgba(201, 149, 58, 0.35) 35%,
		rgba(201, 149, 58, 0.06) 72%,
		transparent 100%
	);
	pointer-events: none;
	opacity: 1;
}

.site-header__inner {
	max-width: var(--content-max);
	margin: 0 auto;
	padding: 0.65rem clamp(1rem, 3vw, 1.5rem);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1.25rem;
	min-height: 0;
}

.site-header__start {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
}

.site-header__logo--custom .custom-logo-link {
	display: block;
	line-height: 0;
}

.site-header__logo--custom .custom-logo {
	display: block;
	height: auto;
	max-height: 72px;
	width: auto;
	max-width: min(320px, 58vw);
	object-fit: contain;
}

.site-header__logo--bundled .custom-logo {
	max-height: 76px;
	max-width: 76px;
	object-fit: contain;
}

.site-header .site-logo-text {
	font-family: var(--font-display);
	font-size: clamp(1.4rem, 3.2vw, 1.85rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--color-forest);
	text-decoration: none;
}

.site-header .site-logo-text__accent {
	color: var(--color-gold);
}

.site-header__nav {
	flex: 1 0 100%;
	order: 3;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-width: 0;
}

.site-header__end {
	flex: 0 0 auto;
	order: 2;
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.site-header__search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(30, 58, 47, 0.1);
	border-radius: 10px;
	background: var(--color-warm-white);
	color: var(--color-forest);
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
	transition:
		background 0.25s var(--header-nav-ease),
		color 0.25s var(--header-nav-ease),
		border-color 0.25s var(--header-nav-ease),
		box-shadow 0.25s var(--header-nav-ease);
}

.site-header__search-toggle:hover {
	color: var(--color-gold);
	background: rgba(201, 149, 58, 0.08);
	border-color: rgba(201, 149, 58, 0.35);
	box-shadow: none;
}

.site-header__search-toggle:focus-visible {
	outline: 2px solid var(--color-gold);
	outline-offset: 2px;
}

.site-header__search-panel {
	display: none;
	width: 100%;
	padding: 0;
	background: var(--color-header-bg-scrolled);
	border-top: 1px solid rgba(232, 224, 212, 0.8);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.site-header__search-panel.is-open {
	display: block;
}

.site-header__search-inner {
	max-width: var(--content-max);
	margin: 0 auto;
	padding: 0.85rem clamp(1rem, 3vw, 1.5rem) 1rem;
}

.site-header__search-panel .search-form {
	display: flex;
	gap: 0.5rem;
	align-items: stretch;
	width: 100%;
}

.site-header__search-panel .search-form__input,
.site-header__search-panel input[type="search"],
.site-header__search-panel input[type="text"] {
	flex: 1;
	min-width: 0;
	padding: 0.75rem 1rem;
	border: 1px solid var(--color-border);
	border-radius: 10px;
	font-family: var(--font-body);
	font-size: 1rem;
	background: var(--color-warm-white);
	color: var(--color-text);
	box-shadow: 0 1px 3px rgba(30, 58, 47, 0.05);
}

.site-header__search-panel .search-form__input:focus-visible,
.site-header__search-panel input:focus-visible {
	outline: 2px solid var(--color-gold);
	outline-offset: 1px;
}

.site-header__search-panel .search-form__submit,
.site-header__search-panel button[type="submit"],
.site-header__search-panel input[type="submit"] {
	padding: 0.65rem 1.25rem;
	background: var(--color-gold);
	color: var(--color-forest);
	border: none;
	border-radius: 10px;
	font-weight: 600;
	font-size: 0.95rem;
	cursor: pointer;
	white-space: nowrap;
	transition: filter 0.25s var(--header-nav-ease), box-shadow 0.25s var(--header-nav-ease);
	box-shadow: 0 2px 8px rgba(201, 149, 58, 0.28);
}

.site-header__search-panel .search-form__submit:hover,
.site-header__search-panel button[type="submit"]:hover {
	filter: brightness(1.05);
	box-shadow: 0 4px 14px rgba(201, 149, 58, 0.35);
}

/* Primary nav */
.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(30, 58, 47, 0.1);
	border-radius: 10px;
	background: var(--color-warm-white);
	color: var(--color-forest);
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
	transition:
		background 0.25s var(--header-nav-ease),
		color 0.25s var(--header-nav-ease),
		border-color 0.25s var(--header-nav-ease),
		box-shadow 0.25s var(--header-nav-ease);
}

.menu-toggle:hover {
	color: var(--color-gold);
	background: rgba(201, 149, 58, 0.08);
	border-color: rgba(201, 149, 58, 0.35);
	box-shadow: none;
}

.menu-toggle:focus-visible {
	outline: 2px solid var(--color-gold);
	outline-offset: 2px;
}

.menu-toggle__bar {
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
	margin: 0 auto;
	border-radius: 1px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

body.nav-open .menu-toggle .menu-toggle__bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

body.nav-open .menu-toggle .menu-toggle__bar:nth-child(2) {
	opacity: 0;
}

body.nav-open .menu-toggle .menu-toggle__bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.main-navigation.site-header__nav {
	min-width: 0;
}

.primary-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	row-gap: 0.35rem;
	column-gap: 0.15rem;
}

.primary-menu > .menu-item {
	position: relative;
}

/* Desktop: geen verticale streepjes — lucht + pill-links */
@media (min-width: 1024px) {
	.primary-menu {
		column-gap: 0.15rem;
	}

	.primary-menu > .menu-item + .menu-item {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
}

.primary-menu > .menu-item > a {
	display: inline-block;
	color: var(--color-forest);
	text-decoration: none !important;
	text-decoration-line: none !important;
	-webkit-text-decoration: none !important;
	font-size: clamp(0.85rem, 1.1vw, 0.95rem);
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
	filter: none;
	-webkit-tap-highlight-color: transparent;
	transition:
		color 0.25s var(--header-nav-ease),
		background 0.25s var(--header-nav-ease),
		border-color 0.25s var(--header-nav-ease);
}

.primary-menu > .menu-item > a:hover {
	color: var(--color-forest);
	background: rgba(30, 58, 47, 0.05);
	border-color: rgba(30, 58, 47, 0.08);
	box-shadow: none;
	text-decoration: none !important;
	text-decoration-line: none !important;
	-webkit-text-decoration: none !important;
}

.primary-menu > .menu-item > a:focus {
	outline: none;
	box-shadow: none;
	text-decoration: none !important;
}

.primary-menu > .menu-item > a:focus-visible {
	color: var(--color-forest);
	background: rgba(30, 58, 47, 0.05);
	border-color: rgba(201, 149, 58, 0.45);
	box-shadow: none;
	outline: 2px solid var(--color-gold);
	outline-offset: 2px;
	text-decoration: none !important;
	text-decoration-line: none !important;
	-webkit-text-decoration: none !important;
}

.primary-menu > .menu-item.current-menu-item > a,
.primary-menu > .menu-item.current-menu-ancestor > a,
.primary-menu > .menu-item.current_page_item > a {
	color: var(--color-forest);
	background: rgba(201, 149, 58, 0.14);
	border-color: rgba(201, 149, 58, 0.35);
	box-shadow: none;
	text-decoration: none !important;
	text-decoration-line: none !important;
	-webkit-text-decoration: none !important;
}

.primary-menu .sub-menu a {
	color: rgba(255, 255, 255, 0.9);
	padding: 0.5rem 1rem;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-decoration: none !important;
	text-decoration-line: none !important;
	-webkit-text-decoration: none !important;
}

.main-navigation .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0.5rem 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 210;
	background: linear-gradient(165deg, #3a5f52 0%, #2a453c 55%, #243a34 100%);
	min-width: 228px;
	border-radius: 12px;
	/* Geen enorme blur: die reikt omhoog en lijkt onder het hoofdmenu-pill te hangen */
	box-shadow:
		0 10px 26px -6px rgba(0, 0, 0, 0.14),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset;
	border: 1px solid rgba(255, 255, 255, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition:
		opacity 0.28s var(--header-nav-ease),
		visibility 0.28s var(--header-nav-ease),
		transform 0.35s var(--header-nav-ease);
}

.main-navigation .menu-item:hover > .sub-menu,
.main-navigation .menu-item:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.main-navigation .sub-menu .menu-item {
	position: relative;
}

.main-navigation .sub-menu a {
	display: block;
	padding: 0.5rem 1rem;
	font-size: 0.88rem;
	border-bottom: none;
}

.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus-visible {
	background: rgba(255, 255, 255, 0.06);
	color: var(--color-gold);
	text-decoration: none !important;
	text-decoration-line: none !important;
	-webkit-text-decoration: none !important;
}

@media (min-width: 1024px) {
	.site-header__inner {
		flex-wrap: nowrap;
		padding: 0.65rem clamp(1rem, 3vw, 1.5rem);
		min-height: 0;
	}

	.site-header__start {
		flex: 0 0 auto;
		order: 0;
	}

	/* Logo | gecentreerd menu | acties — geen overflow: hidden/auto hier of op .primary-menu:
	   dat knipt position:absolute submenus af (dropdowns). */
	.site-header__nav {
		flex: 1 1 auto;
		order: 0;
		flex-basis: auto;
		min-width: 0;
		justify-content: center;
		overflow: visible;
		padding-inline: 0.25rem;
	}

	.primary-menu {
		flex-wrap: nowrap;
		row-gap: 0;
		flex: 0 1 auto;
		justify-content: center;
		margin-inline: auto;
		max-width: 100%;
		overflow: visible;
	}

	.primary-menu > .menu-item > a {
		white-space: nowrap;
	}

	.site-header__end {
		order: 0;
		margin-left: 0;
		flex-shrink: 0;
	}

	/* Accordion-knoppen alleen mobiel — op desktop gewone dropdowns */
	.submenu-toggle {
		display: none !important;
	}
}

/* Compactere pills op small laptop (minder horizontaal scrollen) */
@media (min-width: 1024px) and (max-width: 1399px) {
	.primary-menu > .menu-item > a {
		padding: 0.5rem 0.75rem;
		font-size: clamp(0.8rem, 0.5vw + 0.52rem, 0.9rem);
	}
}

@media (max-width: 1023px) {
	body.nav-open {
		overflow: hidden;
		touch-action: none;
	}

	.menu-toggle {
		display: flex;
	}

	.site-header__nav {
		display: none;
		padding: 0.25rem 0 0.75rem;
		border-top: 1px solid var(--color-border);
		margin-top: 0.35rem;
	}

	.site-header__nav.is-open {
		display: block;
		background: var(--color-ivory);
		border: 1px solid rgba(232, 224, 212, 0.95);
		border-radius: var(--radius-lg);
		margin-top: 0.5rem;
		padding: 0.5rem 0.65rem 0.75rem;
		box-shadow: var(--shadow-soft);
		max-height: min(78vh, 520px);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}

	.primary-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		justify-content: flex-start;
	}

	.primary-menu > .menu-item + .menu-item {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}

	/* Eén zachte scheiding tussen top-level items (incl. uitgeklapt submenu) */
	.primary-menu > .menu-item:not(:last-child) {
		padding-bottom: 0.35rem;
		margin-bottom: 0.35rem;
		border-bottom: 1px solid rgba(232, 224, 212, 0.85);
	}

	.primary-menu > .menu-item > a {
		padding: 0.85rem 0.5rem 0.85rem 0.6rem;
		border-radius: 0;
		border: none;
	}

	.primary-menu > .menu-item:not(.menu-item-has-children) > a {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	/* Actieve pagina: volle rij, geen “pill” alleen achter tekst */
	.primary-menu > .menu-item.current-menu-item > a,
	.primary-menu > .menu-item.current-menu-ancestor > a,
	.primary-menu > .menu-item.current_page_item > a {
		background: transparent;
		border-color: transparent;
		box-shadow: none;
	}

	.primary-menu > .menu-item.current-menu-item,
	.primary-menu > .menu-item.current-menu-ancestor,
	.primary-menu > .menu-item.current_page_item {
		background: rgba(201, 149, 58, 0.12);
		border-radius: var(--radius-md);
		padding: 0.15rem 0.2rem;
		margin-left: -0.1rem;
		margin-right: -0.1rem;
	}

	.primary-menu > .menu-item.current-menu-ancestor > .submenu-toggle {
		background: transparent;
	}

	/* Accordion: eerste rij = link + chevron (geen raster / geen verticale scheidingslijn) */
	.primary-menu > .menu-item-has-children {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.primary-menu > .menu-item-has-children > a {
		flex: 1 1 auto;
		min-width: 0;
		align-self: center;
		padding-right: 0.35rem;
	}

	.submenu-toggle {
		flex: 0 0 2.75rem;
		width: 2.75rem;
		min-height: 2.75rem;
		margin: 0.2rem 0.15rem 0.2rem 0;
		padding: 0;
		border: none;
		border-radius: 999px;
		background: rgba(30, 58, 47, 0.06);
		color: var(--color-forest);
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		align-self: center;
		-webkit-tap-highlight-color: transparent;
		transition:
			background 0.2s ease,
			transform 0.2s ease;
	}

	.submenu-toggle:hover {
		background: rgba(30, 58, 47, 0.1);
	}

	.submenu-toggle:focus-visible {
		outline: 2px solid var(--color-gold);
		outline-offset: 2px;
	}

	.primary-menu > .menu-item-has-children.is-submenu-open > .submenu-toggle {
		background: rgba(30, 58, 47, 0.1);
	}

	.submenu-toggle::after {
		content: "";
		display: block;
		width: 0.45rem;
		height: 0.45rem;
		margin-top: -0.15rem;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform 0.28s var(--header-nav-ease);
	}

	.primary-menu > .menu-item-has-children.is-submenu-open > .submenu-toggle::after {
		transform: rotate(225deg);
		margin-top: 0.12rem;
	}

	/* Ingeklapt submenu: licht nest, geen donkere desktop-dropdown */
	.primary-menu > .menu-item-has-children > .sub-menu {
		position: static;
		flex: 1 0 100%;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		transform: none;
		box-shadow: none;
		border: none;
		background: rgba(242, 237, 228, 0.55);
		border-radius: var(--radius-md);
		border-left: 3px solid rgba(201, 149, 58, 0.55);
		margin: 0.2rem 0 0 0.35rem;
		padding: 0;
		transition:
			max-height 0.38s var(--header-nav-ease),
			opacity 0.24s ease,
			padding 0.24s ease,
			visibility 0.24s ease;
	}

	.primary-menu > .menu-item-has-children.is-submenu-open > .sub-menu {
		max-height: min(70vh, 1000px);
		opacity: 1;
		visibility: visible;
		padding: 0.4rem 0;
		margin-bottom: 0.15rem;
	}

	.main-navigation .sub-menu a {
		padding: 0.55rem 0.85rem 0.55rem 1rem;
		color: var(--color-forest);
		font-size: 0.9rem;
		border-radius: 0;
	}

	.main-navigation .sub-menu a:hover,
	.main-navigation .sub-menu a:focus-visible {
		background: rgba(30, 58, 47, 0.06);
		color: var(--color-gold);
		text-decoration: none !important;
		text-decoration-line: none !important;
		-webkit-text-decoration: none !important;
	}

	/* Touch: geen “plakkende” :hover (iOS) */
	.primary-menu > .menu-item > a {
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
	}

	.primary-menu > .menu-item:not(.current-menu-item):not(.current-menu-ancestor):not(.current_page_item) > a:hover {
		background: transparent;
		border-color: transparent;
		color: var(--color-forest);
	}

	.main-navigation .sub-menu a:hover {
		background: transparent;
		color: var(--color-forest);
	}

	.main-navigation .sub-menu a:active {
		background: rgba(30, 58, 47, 0.08);
	}
}

/* —— Footer —— */
.site-footer {
	position: relative;
	margin-top: auto;
	color: rgba(255, 252, 247, 0.92);
	background: linear-gradient(
		165deg,
		var(--color-forest-light) 0%,
		var(--color-forest) 42%,
		#152a22 100%
	);
	border-top: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.site-footer::before {
	content: "";
	display: block;
	height: 3px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(201, 149, 58, 0.35) 20%,
		var(--color-gold) 50%,
		rgba(201, 149, 58, 0.35) 80%,
		transparent 100%
	);
	opacity: 0.95;
}

.site-footer__grid {
	max-width: var(--content-max);
	margin: 0 auto;
	padding: clamp(2.25rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 2rem);
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
	column-gap: clamp(1.35rem, 2.8vw, 2rem);
	row-gap: clamp(1.75rem, 3vw, 2.25rem);
}

.site-footer__col {
	min-width: 0;
}

.site-footer__col--about {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
}

/* Logo + tagline altijd onder het label (en eventueel onder about-tekst) */
.site-footer__brand-mark {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	width: 100%;
}

.site-footer__col-label {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-weight: 700;
	color: var(--color-gold);
	margin: 0 0 0.85rem;
	opacity: 0.95;
}

.site-footer__about {
	font-size: 0.92rem;
	line-height: 1.65;
	color: rgba(255, 252, 247, 0.88);
	hyphens: auto;
	-webkit-hyphens: auto;
	word-break: normal;
	overflow-wrap: break-word;
}

.site-footer__about p {
	margin: 0 0 0.75rem;
}

.site-footer__about p:last-child {
	margin-bottom: 0;
}

.site-footer a {
	color: rgba(255, 250, 245, 0.95);
	text-decoration: none;
	transition: color var(--transition), opacity var(--transition);
}

.site-footer a:hover {
	color: var(--color-gold);
}

.site-footer a:focus-visible {
	outline: 2px solid var(--color-gold);
	outline-offset: 3px;
	border-radius: 2px;
}

.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu a {
	color: rgba(255, 250, 245, 0.94);
	text-decoration: none;
	font-size: 0.92rem;
	line-height: 1.45;
	word-break: normal;
	overflow-wrap: break-word;
}

.footer-menu a:hover {
	color: var(--color-gold);
}

.footer-menu li {
	margin-bottom: 0.45rem;
}

.footer-menu li:last-child {
	margin-bottom: 0;
}

.site-footer .site-footer__brand-mark .site-footer__logo {
	margin: 0;
}

.site-footer .site-footer__logo a.custom-logo-link {
	display: inline-block;
	line-height: 0;
	border-radius: var(--radius-sm);
}

.site-footer .site-footer__logo a.custom-logo-link:focus-visible {
	outline: 2px solid var(--color-gold);
	outline-offset: 4px;
}

.site-footer__logo--custom .custom-logo {
	display: block;
	height: auto;
	width: auto;
	max-height: clamp(88px, 12vw, 120px);
	max-width: min(100%, 320px);
	object-fit: contain;
	object-position: left center;
}

.site-footer__logo--bundled .custom-logo {
	max-height: clamp(100px, 14vw, 140px);
	max-width: clamp(100px, 14vw, 140px);
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: left center;
	filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.35));
}

.site-footer .site-logo-text {
	font-family: var(--font-heading);
	font-size: clamp(1.65rem, 3.6vw, 2.15rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	color: rgba(255, 252, 247, 0.98);
	text-decoration: none;
	line-height: 1.15;
}

.site-footer .site-logo-text__accent {
	color: var(--color-gold);
}

.site-footer__tagline {
	font-size: 0.92rem;
	color: rgba(255, 250, 245, 0.62);
	margin: 0.35rem 0 0;
	line-height: 1.55;
	max-width: none;
	width: 100%;
	hyphens: none;
	-webkit-hyphens: none;
	word-break: keep-all;
	overflow-wrap: normal;
}

.site-footer__legal {
	padding: 1.35rem clamp(1.25rem, 4vw, 2rem) 2rem;
	text-align: center;
	font-size: 0.8rem;
	color: rgba(255, 250, 245, 0.55);
	background: rgba(0, 0, 0, 0.22);
	border-top: 1px solid rgba(201, 149, 58, 0.18);
}

.site-footer__copyright {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0.35rem 0.5rem;
	row-gap: 0.35rem;
}

.site-footer__copyright-sep {
	color: rgba(255, 250, 245, 0.35);
	font-weight: 400;
	user-select: none;
}

.site-footer__copyright-part {
	display: inline-block;
}

.site-footer__affiliate {
	margin: 0.65rem 0 0;
	font-size: 0.74rem;
	line-height: 1.45;
	color: rgba(255, 250, 245, 0.48);
}

.site-footer__legal-nav {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(201, 149, 58, 0.2);
}

.site-footer__legal-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 1rem;
	row-gap: 0.5rem;
	font-size: 0.78rem;
	line-height: 1.4;
}

.site-footer__legal-menu li {
	margin: 0;
}

.site-footer__legal-menu a {
	color: rgba(255, 250, 245, 0.58);
	text-decoration: none;
	transition: color var(--transition), opacity var(--transition);
}

.site-footer__legal-menu a:hover,
.site-footer__legal-menu a:focus-visible {
	color: var(--color-gold);
}

/* Hoofdinhoud: vult scherm onder header */
.site-main {
	flex: 1;
	width: 100%;
	min-width: 0;
	padding-top: 0;
}

body.kerstavontuur-front .site-main--front {
	padding-top: 0;
}

/* Standaard pagina’s: zelfde logica als single — geen dubbele padding onder vaste header */
body.page .site-main--page {
	background: linear-gradient(
		180deg,
		var(--color-ivory-alt) 0%,
		var(--color-ivory) min(32vh, 380px),
		var(--color-ivory) 100%
	);
	padding-top: 0;
	padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

/*
 * Single artikel: zelfde ondergrond als pagina’s.
 * Geen extra padding-top: #page.site heeft al --site-header-offset voor de vaste header;
 * dubbele marge duwt breadcrumbs + grid (sidebar) onnodig naar beneden.
 */
body.single .site-main--single {
	background: linear-gradient(
		180deg,
		var(--color-ivory-alt) 0%,
		var(--color-ivory) min(28vh, 360px),
		var(--color-ivory) 100%
	);
	/* Lucht onder vaste header: broodkruimels plakken niet visueel tegen de balk */
	padding-top: clamp(0.5rem, 1.4vw, 1rem);
	padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

/* Generic container */
.container {
	max-width: var(--content-max);
	margin: 0 auto;
	padding-left: clamp(1rem, 4vw, 1.5rem);
	padding-right: clamp(1rem, 4vw, 1.5rem);
}
