/*
Theme Name:   Jeroen Otten Fotografie
Theme URI:    https://jeroenottenfotografie.nl
Description:  Sportmagazine child theme voor Hello Elementor in ESPN/Voetbal International stijl. Custom Post Type "Album" voor wedstrijden, Modula gallery integratie, social share met auto-tag.
Author:       Jeroen Otten
Author URI:   https://jeroenottenfotografie.nl
Template:     hello-elementor
Version:      4.1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License:      GPL-2.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  otten
Tags:         photography, sports, dark, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =========================================================================
   1. DESIGN TOKENS
   ========================================================================= */
:root {
	--otten-bg: #0E0F12;
	--otten-bg-soft: #16181D;
	--otten-bg-card: #1C1F26;
	--otten-text: #F5F5F5;
	--otten-text-dim: rgba(245, 245, 245, 0.68);
	--otten-text-faint: rgba(245, 245, 245, 0.22);
	--otten-red: #D72638;
	--otten-red-bright: #E63946;
	--otten-red-deep: #B61E2D;

	--otten-font-display: 'Anton', 'Impact', 'Arial Narrow Bold', sans-serif;
	--otten-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	--otten-font-mono: 'IBM Plex Mono', 'SF Mono', Menlo, Consolas, monospace;

	--otten-shell-max: 1320px;
	--otten-shell-pad: clamp(20px, 4vw, 60px);

	--otten-rule-thin: 1px solid var(--otten-text-faint);
	--otten-rule-red: 3px solid var(--otten-red);
}

/* =========================================================================
   2. BASE
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body.otten-body {
	margin: 0;
	font-family: var(--otten-font-sans);
	font-size: 17px;
	line-height: 1.6;
	color: var(--otten-text);
	background: var(--otten-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
p { margin: 0 0 1.2em; }

a {
	color: var(--otten-text);
	text-decoration: none;
	transition: color 0.18s ease;
}
a:hover, a:focus { color: var(--otten-red-bright); }
a:focus-visible { outline: 2px solid var(--otten-red); outline-offset: 3px; }

::selection { background: var(--otten-red); color: var(--otten-text); }

.otten-skip {
	position: absolute; left: -9999px; top: 12px;
	background: var(--otten-red); color: var(--otten-text);
	padding: 10px 16px;
	font-family: var(--otten-font-mono); font-size: 13px; font-weight: 600;
	z-index: 9999;
}
.otten-skip:focus { left: 12px; }

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px; width: 1px; overflow: hidden;
	word-wrap: normal !important;
}

/* =========================================================================
   3. SHELL
   ========================================================================= */
.otten-shell {
	max-width: var(--otten-shell-max);
	margin: 0 auto;
	padding: 0 var(--otten-shell-pad);
}

.otten-main { min-height: 50vh; }

.otten-section { padding: clamp(40px, 6vw, 80px) 0; }
.otten-section + .otten-section { padding-top: 0; }

/* =========================================================================
   4. HEADER
   ========================================================================= */
.otten-masthead {
	background: #000;
	position: sticky; top: 0; z-index: 100;
	border-bottom: 3px solid var(--otten-red);
}

.otten-masthead__top {
	background: var(--otten-red);
	color: #fff;
}

.otten-masthead__top-inner {
	max-width: var(--otten-shell-max);
	margin: 0 auto;
	padding: 6px var(--otten-shell-pad);
	display: flex; align-items: center; justify-content: space-between;
	gap: 24px;
	font-family: var(--otten-font-mono);
	font-size: 11px; font-weight: 600;
	letter-spacing: 0.14em; text-transform: uppercase;
}

.otten-masthead__matchday {
	display: inline-flex; align-items: center; gap: 8px;
	color: #fff;
}

.otten-masthead__live-dot {
	width: 6px; height: 6px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	animation: otten-pulse 2.4s ease-in-out infinite;
}

@keyframes otten-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.35; }
}

.otten-masthead__location-tag {
	color: #fff; font-weight: 600;
}

.otten-masthead__main {
	background: #000;
	max-width: var(--otten-shell-max);
	margin: 0 auto;
	padding: 16px var(--otten-shell-pad);
	display: flex; align-items: center; justify-content: space-between;
	gap: 32px;
}

.otten-masthead__brand {
	display: flex; align-items: center; gap: 14px;
	color: var(--otten-text);
}
.otten-masthead__brand:hover, .otten-masthead__brand:focus {
	color: var(--otten-text); opacity: 0.92;
}

.otten-masthead__brand::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 32px;
	background: var(--otten-red);
}

.otten-masthead__title {
	margin: 0;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(28px, 3.5vw, 40px);
	line-height: 0.95;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.otten-masthead__title-suffix {
	font-family: var(--otten-font-mono);
	font-size: 10px; font-weight: 600;
	letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--otten-text-dim);
	white-space: nowrap;
}

.otten-nav {
	display: flex; align-items: center; justify-content: flex-end;
	flex: 1;
}

.otten-nav__toggle {
	display: none;
	background: transparent;
	border: 1px solid var(--otten-text-faint);
	color: var(--otten-text);
	font-family: var(--otten-font-mono);
	font-size: 12px; font-weight: 600;
	letter-spacing: 0.12em; text-transform: uppercase;
	padding: 8px 14px;
	cursor: pointer;
	align-items: center; gap: 10px;
	transition: border-color 0.18s ease, color 0.18s ease;
}
.otten-nav__toggle:hover, .otten-nav__toggle:focus {
	border-color: var(--otten-red); color: var(--otten-red-bright);
}

.otten-nav__toggle-icon { display: inline-flex; flex-direction: column; gap: 3px; }
.otten-nav__toggle-icon span { display: block; width: 16px; height: 1.5px; background: currentColor; }

.otten-nav__menu {
	list-style: none; margin: 0; padding: 0;
	display: flex; gap: clamp(20px, 2vw, 36px);
	align-items: center; flex-wrap: wrap; justify-content: flex-end;
}

.otten-nav__menu a {
	font-family: var(--otten-font-mono);
	font-size: 12px; font-weight: 600;
	letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--otten-text);
	padding: 8px 0;
	border-bottom: 2px solid transparent;
	transition: border-color 0.18s ease, color 0.18s ease;
}

.otten-nav__menu a:hover,
.otten-nav__menu .current-menu-item > a,
.otten-nav__menu .current_page_item > a {
	color: var(--otten-red-bright);
	border-bottom-color: var(--otten-red);
}

/* =========================================================================
   5. KICKERS / TAG PILLS / META
   ========================================================================= */
.otten-kicker {
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--otten-font-mono);
	font-size: 11px; font-weight: 600;
	letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--otten-text-dim);
	margin-bottom: 12px;
}

.otten-kicker--accent { color: var(--otten-red-bright); }

.otten-tag {
	display: inline-block;
	background: var(--otten-red);
	color: #fff;
	font-family: var(--otten-font-mono);
	font-size: 10px; font-weight: 700;
	letter-spacing: 0.14em; text-transform: uppercase;
	padding: 5px 9px 4px;
	line-height: 1;
	margin-bottom: 12px;
}

.otten-tag--overlay {
	position: absolute; top: 12px; left: 12px;
	z-index: 2;
}

.otten-meta {
	font-family: var(--otten-font-mono);
	font-size: 11px; font-weight: 500;
	letter-spacing: 0.1em; text-transform: uppercase;
	color: var(--otten-text-dim);
	display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
}

.otten-meta__divider { opacity: 0.5; }

/* Section heads */
.otten-section__head {
	display: flex; align-items: center; gap: 16px;
	margin-bottom: clamp(24px, 3vw, 36px);
	flex-wrap: wrap;
	border-left: 4px solid var(--otten-red);
	padding-left: 16px;
}

.otten-section__title {
	margin: 0;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(28px, 3.5vw, 44px);
	line-height: 0.95;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--otten-text);
}

.otten-section__meta {
	margin-left: auto;
	font-family: var(--otten-font-mono);
	font-size: 11px; font-weight: 500;
	letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--otten-text-dim);
}

.otten-section__head--archive {
	flex-direction: column; align-items: flex-start; gap: 12px;
	border-left: 0;
	padding-left: 0;
	border-bottom: var(--otten-rule-red);
	padding-bottom: 24px;
}

.otten-section__head--archive .otten-section__title {
	font-size: clamp(40px, 6vw, 80px);
}

.otten-section__desc {
	max-width: 60ch;
	color: var(--otten-text-dim);
	font-size: 17px;
}

/* =========================================================================
   6. HERO (front-page album hero)
   ========================================================================= */
.otten-section--hero {
	padding: 0;
	margin-bottom: clamp(32px, 5vw, 56px);
}

.otten-hero {
	position: relative;
	width: 100%;
	min-height: clamp(480px, 78vh, 780px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--otten-bg-soft);
	color: var(--otten-text);
}

.otten-hero__image {
	position: absolute; inset: 0;
	background-size: cover;
	background-position: center;
	background-color: var(--otten-bg-soft);
	opacity: 0;
	transition: opacity 0.6s ease;
}

.otten-hero__image.is-loaded { opacity: 1; }

.otten-hero__image--placeholder {
	opacity: 1;
	background-image: linear-gradient(135deg, var(--otten-bg-soft) 0%, var(--otten-bg) 100%);
}

.otten-hero__overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(14, 15, 18, 0.05) 0%, rgba(14, 15, 18, 0.55) 50%, rgba(14, 15, 18, 0.95) 100%);
	pointer-events: none;
}

.otten-hero__inner {
	position: relative; z-index: 2;
	max-width: var(--otten-shell-max);
	width: 100%;
	margin: 0 auto;
	padding: clamp(32px, 6vw, 72px) var(--otten-shell-pad);
}

.otten-hero__title {
	margin: 0 0 16px;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(44px, 7.5vw, 104px);
	line-height: 0.92;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--otten-text);
	max-width: 28ch;
}

.otten-hero__title a { color: inherit; }
.otten-hero__title a:hover { color: var(--otten-red-bright); }

.otten-hero__lede {
	font-size: clamp(17px, 1.4vw, 21px);
	line-height: 1.5;
	color: rgba(245, 245, 245, 0.85);
	margin: 0 0 24px;
	max-width: 60ch;
}

.otten-hero__meta-bar {
	display: flex; flex-wrap: wrap; align-items: center; gap: 16px;
	padding-top: 18px;
	border-top: 1px solid rgba(245, 245, 245, 0.18);
}

.otten-hero__more {
	display: inline-flex; align-items: center; gap: 10px;
	margin-left: auto;
	background: var(--otten-red);
	color: #fff;
	font-family: var(--otten-font-mono);
	font-size: 12px; font-weight: 600;
	letter-spacing: 0.16em; text-transform: uppercase;
	padding: 12px 20px;
	border: 2px solid var(--otten-red);
	transition: background 0.18s ease, border-color 0.18s ease, gap 0.18s ease;
}

.otten-hero__more:hover {
	background: var(--otten-red-deep);
	border-color: var(--otten-red-deep);
	color: #fff;
	gap: 16px;
}

/* =========================================================================
   7. LATEST STRIP
   ========================================================================= */
.otten-section--latest { padding-top: 0; }

.otten-latest {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(16px, 1.6vw, 24px);
}

.otten-latest__card {
	display: flex; flex-direction: column;
	color: var(--otten-text);
	height: 100%;
	background: var(--otten-bg-card);
	transition: transform 0.25s ease;
}

.otten-latest__card:hover {
	transform: translateY(-3px);
}

.otten-latest__card:hover .otten-latest__title { color: var(--otten-red-bright); }

.otten-latest__media {
	position: relative;
	aspect-ratio: 16 / 10;
	background-size: cover;
	background-position: center;
	background-color: var(--otten-bg-soft);
	opacity: 0;
	transition: opacity 0.5s ease;
	overflow: hidden;
}

.otten-latest__media.is-loaded,
.otten-latest__media--placeholder { opacity: 1; }

.otten-latest__media--placeholder {
	background-image: linear-gradient(135deg, var(--otten-bg-soft), var(--otten-bg));
}

.otten-latest__count {
	position: absolute;
	bottom: 12px;
	left: 12px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-family: var(--otten-font-mono);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	padding: 4px 8px;
	z-index: 2;
}

.otten-latest__body {
	display: flex; flex-direction: column; gap: 8px;
	padding: 16px 18px 20px;
}

.otten-latest__body .otten-tag { margin-bottom: 4px; }

.otten-latest__title {
	margin: 0;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(20px, 1.8vw, 24px);
	line-height: 1.05;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	transition: color 0.18s ease;
}

.otten-latest__date {
	font-family: var(--otten-font-mono);
	font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
	color: var(--otten-text-dim);
	margin-top: 4px;
}

.otten-latest__empty {
	color: var(--otten-text-dim); font-style: italic;
	grid-column: 1 / -1;
}

/* =========================================================================
   8. FEATURES GRID
   ========================================================================= */
.otten-section--edition {
	background: var(--otten-bg-soft);
	border-top: 1px solid var(--otten-text-faint);
	border-bottom: 1px solid var(--otten-text-faint);
}

.otten-edition-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: clamp(24px, 3vw, 48px);
}

/* 3+ albums: 1 grote + 2 kleine */
.otten-edition-grid--3 > .otten-card:first-child { grid-row: span 2; }
.otten-edition-grid--3 > .otten-card:first-child .otten-card__media { aspect-ratio: 4 / 5; }
.otten-edition-grid--3 > .otten-card:first-child .otten-card__title { font-size: clamp(28px, 3vw, 40px); }

/* 2 albums: side by side, gelijk */
.otten-edition-grid--2 {
	grid-template-columns: repeat(2, 1fr);
}

/* 1 album: 1 brede kaart */
.otten-edition-grid--1 {
	grid-template-columns: 1fr;
	max-width: 800px;
	margin: 0 auto;
}
.otten-edition-grid--1 .otten-card__media { aspect-ratio: 16 / 9; }
.otten-edition-grid--1 .otten-card__title { font-size: clamp(28px, 3vw, 40px); }

.otten-edition-grid--archive { grid-template-columns: repeat(3, 1fr); }
.otten-edition-grid--archive > .otten-card:first-child { grid-row: span 1; }
.otten-edition-grid--archive > .otten-card:first-child .otten-card__media { aspect-ratio: 16 / 10; }
.otten-edition-grid--archive > .otten-card:first-child .otten-card__title { font-size: clamp(20px, 1.8vw, 24px); }

.otten-card { display: flex; flex-direction: column; }

.otten-card__media-link {
	display: block; margin-bottom: 16px;
	overflow: hidden; position: relative;
}

.otten-card__media {
	width: 100%;
	aspect-ratio: 16 / 10;
	background-size: cover; background-position: center;
	background-color: var(--otten-bg-soft);
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.otten-card__media.is-loaded { opacity: 1; }
.otten-card:hover .otten-card__media.is-loaded { transform: scale(1.04); }

.otten-card__media--placeholder {
	opacity: 1;
	background-image: linear-gradient(135deg, var(--otten-bg-soft), var(--otten-bg));
}

.otten-card__count {
	position: absolute;
	bottom: 12px;
	left: 12px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-family: var(--otten-font-mono);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	padding: 4px 8px;
	z-index: 2;
}

.otten-card__body { display: flex; flex-direction: column; }

.otten-card__title {
	margin: 0 0 12px;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(22px, 2vw, 28px);
	line-height: 1.05;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.otten-card__title a { color: var(--otten-text); }
.otten-card__title a:hover { color: var(--otten-red-bright); }

.otten-card__excerpt {
	color: var(--otten-text-dim);
	font-size: 15px; line-height: 1.55;
	margin: 0 0 14px;
}

/* =========================================================================
   9. CTA BLOCK
   ========================================================================= */
.otten-section--cta { padding-bottom: clamp(64px, 9vw, 120px); }

.otten-cta {
	background: var(--otten-bg-card);
	border: 1px solid var(--otten-text-faint);
	position: relative;
	padding: clamp(40px, 6vw, 72px);
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: clamp(24px, 4vw, 56px);
	align-items: center;
	overflow: hidden;
}

.otten-cta::before {
	content: '';
	position: absolute; top: 0; left: 0;
	width: 8px; height: 100%;
	background: var(--otten-red);
}

.otten-cta::after {
	content: '';
	position: absolute; top: -50px; right: -50px;
	width: 200px; height: 200px;
	background: var(--otten-red);
	opacity: 0.06;
	transform: rotate(45deg);
	pointer-events: none;
}

.otten-cta__title {
	margin: 0;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(32px, 4vw, 56px);
	line-height: 0.95;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--otten-text);
}

.otten-cta__text {
	font-size: clamp(16px, 1.2vw, 19px);
	line-height: 1.55;
	color: var(--otten-text-dim);
	margin: 0 0 24px;
	max-width: 50ch;
}

.otten-button {
	display: inline-flex; align-items: center; gap: 12px;
	background: var(--otten-red);
	color: #fff;
	padding: 16px 26px;
	font-family: var(--otten-font-mono);
	font-size: 13px; font-weight: 600;
	letter-spacing: 0.16em; text-transform: uppercase;
	border: 2px solid var(--otten-red);
	transition: background 0.18s ease, border-color 0.18s ease, gap 0.18s ease;
}

.otten-button:hover, .otten-button:focus {
	background: var(--otten-red-deep);
	border-color: var(--otten-red-deep);
	color: #fff;
	gap: 18px;
}

/* =========================================================================
   10. SINGLE ALBUM PAGE — wedstrijd detail
   ========================================================================= */
.otten-album {
	width: 100%;
}

.otten-album__hero {
	position: relative;
	width: 100%;
	min-height: clamp(420px, 65vh, 640px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--otten-bg-soft);
}

.otten-album__hero-image {
	position: absolute; inset: 0;
	background-size: cover;
	background-position: center;
	background-color: var(--otten-bg-soft);
	opacity: 0;
	transition: opacity 0.6s ease;
}

.otten-album__hero-image.is-loaded,
.otten-album__hero-image--placeholder { opacity: 1; }

.otten-album__hero-image--placeholder {
	background-image: linear-gradient(135deg, var(--otten-bg-soft) 0%, var(--otten-bg) 100%);
}

.otten-album__hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(14, 15, 18, 0.05) 0%, rgba(14, 15, 18, 0.55) 50%, rgba(14, 15, 18, 0.95) 100%);
	pointer-events: none;
}

.otten-album__hero-inner {
	position: relative; z-index: 2;
	max-width: var(--otten-shell-max);
	width: 100%;
	margin: 0 auto;
	padding: clamp(32px, 5vw, 64px) var(--otten-shell-pad);
}

.otten-album__hero-title {
	margin: 0 0 16px;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(40px, 6.5vw, 88px);
	line-height: 0.92;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--otten-text);
	max-width: 32ch;
}

/* Album meta block — datum, locatie, sport, foto count */
.otten-album__meta-block {
	background: var(--otten-bg-card);
	border-bottom: 1px solid var(--otten-text-faint);
}

.otten-album__meta-inner {
	max-width: var(--otten-shell-max);
	margin: 0 auto;
	padding: clamp(20px, 2.5vw, 28px) var(--otten-shell-pad);
	display: flex;
	flex-wrap: wrap;
	gap: clamp(20px, 3vw, 40px);
	align-items: center;
}

.otten-album__meta-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.otten-album__meta-label {
	font-family: var(--otten-font-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--otten-red-bright);
}

.otten-album__meta-value {
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(18px, 1.6vw, 22px);
	line-height: 1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--otten-text);
}

/* Album body */
.otten-album__body {
	max-width: 820px;
	margin: 0 auto;
	padding: clamp(40px, 5vw, 64px) var(--otten-shell-pad) clamp(24px, 3vw, 36px);
	font-size: 18px;
	line-height: 1.7;
}

.otten-album__body p {
	margin: 0 0 1.4em;
}

.otten-album__body p:last-child {
	margin-bottom: 0;
}

/* Gallery wrap */
.otten-album__gallery-wrap {
	max-width: var(--otten-shell-max);
	margin: 0 auto;
	padding: clamp(24px, 3vw, 40px) var(--otten-shell-pad) clamp(40px, 5vw, 64px);
}

.otten-album__gallery-head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: clamp(20px, 2.5vw, 32px);
	border-left: 4px solid var(--otten-red);
	padding-left: 16px;
}

.otten-album__gallery-title {
	margin: 0;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.otten-album__gallery-count {
	margin-left: auto;
	font-family: var(--otten-font-mono);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--otten-text-dim);
}

.otten-album__gallery-empty {
	background: var(--otten-bg-card);
	border-left: 4px solid var(--otten-red);
	padding: clamp(24px, 3vw, 36px);
	color: var(--otten-text-dim);
}

.otten-album__gallery-empty strong {
	color: var(--otten-text);
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
}

.otten-album__gallery-empty code {
	background: var(--otten-bg);
	padding: 2px 6px;
	border-radius: 2px;
	font-size: 14px;
	color: var(--otten-red-bright);
}

/* =========================================================================
   11. SHARE BAR
   ========================================================================= */
.otten-share {
	max-width: var(--otten-shell-max);
	margin: 0 auto;
	padding: clamp(32px, 4vw, 48px) var(--otten-shell-pad);
	border-top: var(--otten-rule-thin);
	border-bottom: var(--otten-rule-thin);
}

.otten-share__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: clamp(16px, 2vw, 32px);
}

.otten-share__label {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-right: auto;
}

.otten-share__label-kicker {
	font-family: var(--otten-font-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--otten-red-bright);
}

.otten-share__label-text {
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(20px, 2vw, 26px);
	line-height: 1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.otten-share__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.otten-share__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--otten-bg-card);
	border: 1px solid var(--otten-text-faint);
	color: var(--otten-text);
	font-family: var(--otten-font-mono);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 10px 14px;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.otten-share__btn:hover,
.otten-share__btn:focus {
	background: var(--otten-red);
	border-color: var(--otten-red);
	color: #fff;
}

.otten-share__btn-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.otten-share__copied {
	display: inline-flex;
	align-items: center;
	font-family: var(--otten-font-mono);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--otten-red-bright);
	opacity: 0;
	transition: opacity 0.2s ease;
	pointer-events: none;
}

.otten-share__copied.is-visible {
	opacity: 1;
}

/* =========================================================================
   12. MODULA GALLERY OVERRIDES
   ========================================================================= */
.modula-gallery .modula-item .modula-item-overlay,
.modula-gallery .modula-item-overlay {
	background: rgba(215, 38, 56, 0.85) !important;
}

.modula-gallery .modula-item-title,
.modula-gallery .figc-title {
	font-family: var(--otten-font-display) !important;
	text-transform: uppercase !important;
	letter-spacing: 0.02em !important;
}

.modula-lightbox-close,
.lightbox-close {
	background: var(--otten-red) !important;
}

/* WordPress core gallery fallback (als geen Modula) */
.otten-album__body .wp-block-gallery,
.otten-album__gallery-wrap .wp-block-gallery {
	gap: 12px;
}

/* =========================================================================
   13. SINGLE POST (blog) — als je toch blog posts wil
   ========================================================================= */
.otten-article {
	max-width: 820px;
	margin: 0 auto;
	padding: clamp(40px, 6vw, 80px) 0;
}

.otten-article__head { margin-bottom: clamp(32px, 5vw, 56px); }

.otten-article__title {
	margin: 0 0 24px;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(40px, 6vw, 80px);
	line-height: 0.92;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--otten-text);
}

.otten-article__lede {
	font-family: var(--otten-font-sans);
	font-weight: 400;
	font-size: clamp(19px, 1.6vw, 24px);
	line-height: 1.45;
	color: var(--otten-text-dim);
	margin: 0 0 28px;
	max-width: 60ch;
}

.otten-article__meta {
	padding-top: 16px;
	border-top: var(--otten-rule-thin);
}

.otten-article__hero { margin: 0 0 clamp(32px, 5vw, 56px); }
.otten-article__hero-img { width: 100%; height: auto; }

.otten-article__hero-cap {
	margin-top: 10px;
	font-family: var(--otten-font-mono);
	font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
	color: var(--otten-text-dim);
}

.otten-article__body {
	font-size: 18px;
	line-height: 1.7;
	color: var(--otten-text);
}

.otten-article__body p { margin: 0 0 1.4em; }

.otten-article__body h2 {
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(28px, 3.5vw, 44px);
	line-height: 1;
	margin: 2em 0 0.6em;
	letter-spacing: 0.01em; text-transform: uppercase;
	color: var(--otten-text);
}

.otten-article__body h3 {
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(22px, 2.5vw, 32px);
	line-height: 1.05;
	margin: 1.6em 0 0.5em;
	text-transform: uppercase; letter-spacing: 0.01em;
}

.otten-article__body a {
	color: var(--otten-red-bright);
	border-bottom: 1px solid var(--otten-red);
}

.otten-article__body a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

.otten-article__body blockquote {
	border-left: 4px solid var(--otten-red);
	margin: 2em 0;
	padding: 8px 0 8px 28px;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(24px, 2.4vw, 32px);
	line-height: 1.15;
	color: var(--otten-text);
	letter-spacing: 0.01em; text-transform: uppercase;
}

.otten-article__body img,
.otten-article__body figure { margin: 2em 0; }

.otten-article__body figcaption {
	font-family: var(--otten-font-mono);
	font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
	color: var(--otten-text-dim);
	margin-top: 8px;
}

.otten-article__body ul,
.otten-article__body ol { margin: 0 0 1.4em; padding-left: 1.4em; }
.otten-article__body li { margin-bottom: 0.4em; }

.otten-dropcap {
	float: left;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: 5em;
	line-height: 0.85;
	margin: 0.08em 0.12em -0.05em -0.02em;
	color: var(--otten-red);
}

.otten-article__pages {
	font-family: var(--otten-font-mono);
	font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
	margin-top: 2em; color: var(--otten-text-dim);
}

.otten-article__foot {
	margin-top: clamp(40px, 5vw, 64px);
	padding-top: 24px;
	border-top: var(--otten-rule-thin);
	display: flex; flex-direction: column; gap: 14px;
}

.otten-article__taxo { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; }
.otten-article__taxo .otten-kicker { margin: 0; }

.otten-article__taxo-list a {
	color: var(--otten-text);
	border-bottom: 1px solid var(--otten-text-faint);
}
.otten-article__taxo-list a:hover {
	color: var(--otten-red-bright);
	border-bottom-color: var(--otten-red);
}

/* =========================================================================
   14. PAGE TEMPLATE
   ========================================================================= */
.otten-page { padding: clamp(40px, 6vw, 80px) 0; }

.otten-page__head {
	max-width: 820px;
	margin: 0 auto clamp(32px, 5vw, 56px);
}

.otten-page__title {
	margin: 0;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(40px, 6vw, 80px);
	line-height: 0.95;
	letter-spacing: 0.01em; text-transform: uppercase;
}

.otten-page__hero { margin: 0 0 clamp(32px, 5vw, 56px); }

.otten-page__body {
	max-width: 820px;
	margin: 0 auto;
	font-size: 18px; line-height: 1.7;
}

/* =========================================================================
   15. PAGINATION + EMPTY STATES
   ========================================================================= */
.otten-pagination {
	margin-top: clamp(40px, 5vw, 64px);
	padding-top: 32px;
	border-top: var(--otten-rule-thin);
}

.otten-pagination .nav-links {
	display: flex; gap: 12px; flex-wrap: wrap; justify-content: center;
	font-family: var(--otten-font-mono);
	font-size: 12px; font-weight: 600;
	letter-spacing: 0.14em; text-transform: uppercase;
}

.otten-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 40px;
	padding: 10px 14px;
	border: 1px solid var(--otten-text-faint);
	color: var(--otten-text);
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.otten-pagination .page-numbers:hover,
.otten-pagination .page-numbers.current {
	background: var(--otten-red);
	color: #fff;
	border-color: var(--otten-red);
}

.otten-empty {
	text-align: center;
	padding: clamp(40px, 6vw, 80px) 0;
	max-width: 600px;
	margin: 0 auto;
}

.otten-empty__title {
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(40px, 5vw, 64px);
	margin: 12px 0 16px;
	line-height: 0.95;
	letter-spacing: 0.01em; text-transform: uppercase;
}

.otten-empty__text {
	color: var(--otten-text-dim);
	font-size: 17px;
}

.otten-empty__text a {
	color: var(--otten-red-bright);
	border-bottom: 1px solid var(--otten-red);
}

.search-form {
	display: flex; gap: 8px;
	max-width: 480px; margin: 24px auto 0;
}

.search-form .search-field {
	flex: 1;
	background: var(--otten-bg-card);
	border: 1px solid var(--otten-text-faint);
	color: var(--otten-text);
	padding: 12px 14px;
	font-family: var(--otten-font-sans);
	font-size: 15px;
}

.search-form .search-field:focus {
	outline: none;
	border-color: var(--otten-red);
}

.search-form .search-submit {
	background: var(--otten-red);
	color: #fff;
	border: 0;
	padding: 12px 20px;
	font-family: var(--otten-font-mono);
	font-size: 12px; font-weight: 600;
	letter-spacing: 0.14em; text-transform: uppercase;
	cursor: pointer;
}

.search-form .search-submit:hover { background: var(--otten-red-deep); }

/* =========================================================================
   16. POST NAV (op single)
   ========================================================================= */
.otten-postnav {
	max-width: 1080px;
	margin: 0 auto;
	padding: clamp(32px, 5vw, 56px) 0;
	border-top: var(--otten-rule-thin);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.otten-postnav__link {
	display: flex; flex-direction: column; gap: 8px;
	color: var(--otten-text); padding: 16px 0;
}

.otten-postnav__link--next { text-align: right; grid-column: 2; }
.otten-postnav__link--prev { grid-column: 1; }

.otten-postnav__title {
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(20px, 2vw, 26px);
	line-height: 1.1;
	letter-spacing: 0.01em; text-transform: uppercase;
}

.otten-postnav__link:hover .otten-postnav__title { color: var(--otten-red-bright); }

/* =========================================================================
   17. FOOTER
   ========================================================================= */
.otten-footer {
	background: #000;
	color: var(--otten-text);
	padding: clamp(48px, 6vw, 80px) 0 clamp(28px, 3vw, 40px);
	border-top: var(--otten-rule-red);
}

.otten-footer__inner {
	max-width: var(--otten-shell-max);
	margin: 0 auto;
	padding: 0 var(--otten-shell-pad);
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: clamp(28px, 4vw, 56px);
	align-items: start;
}

.otten-footer__brand-block { display: flex; flex-direction: column; gap: 12px; }

.otten-footer__brand-link:hover .otten-footer__brand,
.otten-footer__brand-link:focus .otten-footer__brand {
	color: var(--otten-red-bright);
}

.otten-footer__brand {
	display: inline-block;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(28px, 3.5vw, 48px);
	line-height: 0.95;
	letter-spacing: 0.01em; text-transform: uppercase;
	color: var(--otten-text);
	transition: color 0.18s ease;
}

.otten-footer__tagline {
	margin: 0;
	font-family: var(--otten-font-mono);
	font-size: 11px; font-weight: 500;
	letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--otten-text-dim);
}

.otten-footer__heading {
	margin: 0 0 16px;
	font-family: var(--otten-font-mono);
	font-size: 11px; font-weight: 600;
	letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--otten-red-bright);
}

.otten-footer__list, .otten-footer__menu {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-direction: column; gap: 10px;
}

.otten-footer__list a, .otten-footer__menu a {
	color: var(--otten-text); font-size: 15px;
}

.otten-footer__list a:hover, .otten-footer__menu a:hover { color: var(--otten-red-bright); }

.otten-footer__colofon {
	margin: 0;
	font-size: 13px; line-height: 1.55;
	color: var(--otten-text-dim);
}

.otten-footer__rule {
	max-width: var(--otten-shell-max);
	margin: clamp(40px, 5vw, 56px) auto 24px;
	padding: 0 var(--otten-shell-pad);
	height: 1px;
	background: var(--otten-text-faint);
	box-sizing: border-box;
}

.otten-footer__bottom {
	max-width: var(--otten-shell-max);
	margin: 0 auto;
	padding: 0 var(--otten-shell-pad);
	display: flex; justify-content: space-between; align-items: center;
	gap: 16px;
	font-family: var(--otten-font-mono);
	font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--otten-text-dim);
}

.otten-footer__legal a { color: var(--otten-text-dim); }
.otten-footer__legal a:hover { color: var(--otten-red-bright); }

/* =========================================================================
   18. RESPONSIVE
   ========================================================================= */
@media (max-width: 900px) {
	.otten-masthead__top-inner { font-size: 10px; }
	.otten-masthead__location-tag { display: none; }

	.otten-nav__toggle { display: inline-flex; }
	.otten-nav { justify-content: flex-end; }

	.otten-nav__menu-wrap {
		display: none;
		position: absolute; top: 100%; left: 0; right: 0;
		background: #000;
		border-top: var(--otten-rule-thin);
		border-bottom: 3px solid var(--otten-red);
		padding: 16px var(--otten-shell-pad);
		z-index: 50;
	}

	.otten-nav__menu-wrap.is-open { display: block; }

	.otten-nav__menu {
		flex-direction: column; gap: 4px;
		align-items: flex-start;
	}

	.otten-nav__menu a {
		display: block; padding: 12px 0; width: 100%;
		border-bottom: 1px solid var(--otten-text-faint);
	}

	body.otten-nav-open { overflow: hidden; }

	.otten-latest { grid-template-columns: repeat(2, 1fr); }

	.otten-edition-grid { grid-template-columns: 1fr; }
	.otten-edition-grid--3 > .otten-card:first-child { grid-row: auto; }
	.otten-edition-grid--3 > .otten-card:first-child .otten-card__media { aspect-ratio: 16 / 10; }
	.otten-edition-grid--2 { grid-template-columns: 1fr; }

	.otten-edition-grid--archive { grid-template-columns: repeat(2, 1fr); }

	.otten-cta { grid-template-columns: 1fr; }

	.otten-album__meta-inner { gap: 18px; }

	.otten-share__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.otten-share__label { margin-right: 0; }

	.otten-footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
	.otten-masthead__top-inner { gap: 12px; }
	.otten-masthead__main { padding: 14px var(--otten-shell-pad); }
	.otten-masthead__title-suffix { display: none; }

	.otten-latest { grid-template-columns: 1fr; }
	.otten-edition-grid--archive { grid-template-columns: 1fr; }

	.otten-postnav { grid-template-columns: 1fr; }
	.otten-postnav__link--next { grid-column: 1; text-align: left; }

	.otten-footer__inner { grid-template-columns: 1fr; }
	.otten-footer__bottom { flex-direction: column; text-align: center; }

	.otten-dropcap { font-size: 4em; }

	.otten-share__btn {
		flex: 1 1 calc(50% - 5px);
		justify-content: center;
	}
}

/* =========================================================================
   19. ELEMENTOR
   ========================================================================= */
.elementor-default .otten-page__elementor { width: 100%; max-width: none; }
.hentry { margin: 0; }

/* =========================================================================
   20. v3.3 ADDITIONS — Social media, WhatsApp, share disclaimer, title scaling
   ========================================================================= */

/* --- Nav social icons (in header) --- */
.otten-nav__social {
	list-style: none;
	margin: 0 0 0 clamp(20px, 2vw, 32px);
	padding: 0;
	display: inline-flex;
	gap: 14px;
	align-items: center;
}

.otten-nav__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: var(--otten-text);
	transition: color 0.18s ease, transform 0.18s ease;
}

.otten-nav__social a:hover {
	color: var(--otten-red-bright);
	transform: translateY(-2px);
}

.otten-nav__social svg {
	width: 18px;
	height: 18px;
}

/* --- Footer social icons --- */
.otten-footer__social {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: flex;
	gap: 12px;
	align-items: center;
}

.otten-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: var(--otten-bg-card);
	border: 1px solid var(--otten-text-faint);
	color: var(--otten-text);
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.otten-footer__social a:hover {
	background: var(--otten-red);
	border-color: var(--otten-red);
	color: #fff;
	transform: translateY(-2px);
}

.otten-footer__social svg {
	width: 16px;
	height: 16px;
}

/* --- Footer WhatsApp link --- */
.otten-footer__whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.otten-footer__whatsapp-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: #25D366;
}

.otten-footer__whatsapp-icon svg {
	width: 18px;
	height: 18px;
}

.otten-footer__whatsapp:hover .otten-footer__whatsapp-icon {
	color: var(--otten-red-bright);
}

/* --- Share disclaimer (boven share knoppen) --- */
.otten-share__disclaimer {
	margin: 0 0 clamp(20px, 2.5vw, 32px);
	padding: 16px 20px;
	background: var(--otten-bg-card);
	border-left: 3px solid var(--otten-red);
	color: var(--otten-text-dim);
	font-size: 14px;
	line-height: 1.55;
	max-width: 70ch;
}

/* --- Hero title scaling voor lange titels --- */
.otten-album__hero-title,
.otten-hero__title {
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}

/* Auto-shrink lange titels */
.otten-album__hero-title {
	font-size: clamp(32px, 5.5vw, 80px);
}

.otten-hero__title {
	font-size: clamp(36px, 6.5vw, 96px);
}

/* --- Latest strip title niet over te veel regels --- */
.otten-latest__title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* --- Card titles voor archive niet te lang --- */
.otten-card__title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* --- Share bar layout fix - kleinere gap --- */
.otten-share__inner {
	gap: clamp(12px, 1.5vw, 24px);
}

/* --- Mobile responsive voor nieuwe elementen --- */
@media (max-width: 900px) {
	.otten-nav__social {
		margin: 16px 0 0;
		justify-content: flex-start;
	}
}

@media (max-width: 600px) {
	.otten-footer__social {
		justify-content: flex-start;
	}
}

/* =========================================================================
   21. v3.4 ADDITIONS — Over pagina
   ========================================================================= */

.otten-about {
	width: 100%;
}

/* --- Over Hero --- */
.otten-about__hero {
	position: relative;
	width: 100%;
	min-height: clamp(420px, 70vh, 680px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--otten-bg-soft);
}

.otten-about__hero-image {
	position: absolute; inset: 0;
	background-size: cover;
	background-position: center;
	background-color: var(--otten-bg-soft);
}

.otten-about__hero-image--placeholder {
	background-image: linear-gradient(135deg, var(--otten-bg-soft) 0%, var(--otten-bg) 100%);
}

.otten-about__hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(14, 15, 18, 0.05) 0%, rgba(14, 15, 18, 0.55) 50%, rgba(14, 15, 18, 0.95) 100%);
	pointer-events: none;
}

.otten-about__hero-inner {
	position: relative; z-index: 2;
	max-width: var(--otten-shell-max);
	width: 100%;
	margin: 0 auto;
	padding: clamp(32px, 5vw, 64px) var(--otten-shell-pad);
}

.otten-about__hero-title {
	margin: 0 0 12px;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(48px, 8vw, 120px);
	line-height: 0.92;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--otten-text);
}

.otten-about__hero-tagline {
	margin: 0;
	font-family: var(--otten-font-mono);
	font-size: clamp(13px, 1.2vw, 16px);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--otten-red-bright);
}

/* --- Stats band --- */
.otten-about__stats {
	background: var(--otten-bg-card);
	border-bottom: 1px solid var(--otten-text-faint);
}

.otten-about__stats-inner {
	max-width: var(--otten-shell-max);
	margin: 0 auto;
	padding: clamp(24px, 3vw, 36px) var(--otten-shell-pad);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 3vw, 48px);
}

.otten-about__stat {
	display: flex;
	flex-direction: column;
	gap: 6px;
	border-left: 3px solid var(--otten-red);
	padding-left: 16px;
}

.otten-about__stat-num {
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(32px, 4vw, 56px);
	line-height: 0.95;
	letter-spacing: 0.01em;
	color: var(--otten-text);
}

.otten-about__stat-label {
	font-family: var(--otten-font-mono);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--otten-text-dim);
}

/* --- Content --- */
.otten-about__content {
	max-width: 1100px;
	margin: 0 auto;
	padding: clamp(40px, 6vw, 80px) var(--otten-shell-pad);
}

.otten-about__intro {
	font-family: var(--otten-font-sans);
	font-weight: 500;
	font-size: clamp(20px, 1.8vw, 26px);
	line-height: 1.45;
	color: var(--otten-text);
	margin: 0 0 clamp(28px, 4vw, 48px);
	max-width: 60ch;
	border-left: 4px solid var(--otten-red);
	padding-left: 20px;
}

.otten-about__body {
	font-size: 17px;
	line-height: 1.75;
	color: var(--otten-text);
	column-count: 2;
	column-gap: clamp(28px, 3vw, 48px);
	column-rule: 1px solid var(--otten-text-faint);
}

.otten-about__body p {
	margin: 0 0 1.4em;
	break-inside: avoid;
}

.otten-about__body p:first-child {
	margin-top: 0;
}

.otten-about__body p:last-child {
	margin-bottom: 0;
}

/* Quote tussen body */
.otten-about__quote {
	margin: clamp(40px, 5vw, 64px) auto 0;
	max-width: 900px;
	padding: 0 var(--otten-shell-pad);
	border-left: 4px solid var(--otten-red);
	padding-left: 28px;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(28px, 3.5vw, 44px);
	line-height: 1.15;
	color: var(--otten-text);
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

/* CTA wrap */
.otten-about__cta-wrap {
	max-width: var(--otten-shell-max);
	margin: 0 auto;
	padding: 0 var(--otten-shell-pad) clamp(64px, 8vw, 120px);
}

.otten-about__cta {
	background: var(--otten-bg-card);
	border: 1px solid var(--otten-text-faint);
	border-left: 8px solid var(--otten-red);
	padding: clamp(40px, 5vw, 72px);
	display: flex;
	flex-wrap: wrap;
	gap: clamp(24px, 3vw, 40px);
	align-items: center;
	justify-content: space-between;
}

.otten-about__cta-title {
	margin: 0;
	font-family: var(--otten-font-display);
	font-weight: 400;
	font-size: clamp(28px, 3.5vw, 48px);
	line-height: 0.95;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--otten-text);
	flex: 1;
	min-width: 280px;
}

/* Mobile responsive */
@media (max-width: 900px) {
	.otten-about__body {
		column-count: 1;
	}

	.otten-about__stats-inner {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media (max-width: 600px) {
	.otten-about__cta {
		flex-direction: column;
		align-items: flex-start;
	}
}


/* =========================================================================
   18. CONTACT PAGE
   ========================================================================= */
.otten-contact {
	background: var(--otten-bg);
}

.otten-contact__hero {
	position: relative;
	min-height: clamp(340px, 48vw, 560px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	border-bottom: var(--otten-rule-red);
	background: linear-gradient(180deg, #15171c 0%, #0e0f12 100%);
}

.otten-contact__hero-image {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	filter: saturate(1.05) contrast(1.03);
}

.otten-contact__hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.44) 55%, rgba(0,0,0,.8) 100%);
	pointer-events: none;
}

.otten-contact__hero-inner {
	position: relative;
	z-index: 1;
	width: min(var(--otten-shell-max), calc(100% - (var(--otten-shell-pad) * 2)));
	margin: 0 auto;
	padding: clamp(56px, 8vw, 96px) 0;
}

.otten-contact__title {
	max-width: 820px;
	margin: 12px 0 18px;
	font-family: var(--otten-font-display);
	font-size: clamp(52px, 9vw, 132px);
	line-height: .86;
	letter-spacing: -.03em;
	text-transform: uppercase;
}

.otten-contact__intro {
	max-width: 720px;
	margin: 0;
	color: var(--otten-text-dim);
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.45;
}

.otten-contact__shell {
	width: min(var(--otten-shell-max), calc(100% - (var(--otten-shell-pad) * 2)));
	margin: 0 auto;
	padding: clamp(56px, 8vw, 96px) 0;
}

.otten-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
	gap: clamp(24px, 5vw, 72px);
	align-items: start;
}

.otten-contact__intro-card {
	padding: clamp(28px, 4vw, 48px);
	background: var(--otten-bg-card);
	border: var(--otten-rule-thin);
	border-left: var(--otten-rule-red);
}

.otten-contact__intro-card h2,
.otten-contact__form-head h2 {
	margin: 12px 0 18px;
	font-family: var(--otten-font-display);
	font-size: clamp(34px, 5vw, 72px);
	line-height: .92;
	text-transform: uppercase;
	letter-spacing: -.02em;
}

.otten-contact__intro-card p {
	max-width: 720px;
	color: var(--otten-text-dim);
	font-size: 18px;
}

.otten-contact__details {
	display: grid;
	gap: 12px;
}

.otten-contact__detail,
.otten-contact__notice {
	padding: 18px 20px;
	background: var(--otten-bg-soft);
	border: var(--otten-rule-thin);
}

.otten-contact__detail span {
	display: block;
	margin-bottom: 6px;
	font-family: var(--otten-font-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--otten-red-bright);
}

.otten-contact__detail a,
.otten-contact__detail strong {
	display: block;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	word-break: break-word;
}

.otten-contact__notice {
	color: var(--otten-text-dim);
	font-family: var(--otten-font-mono);
	font-size: 13px;
}

.otten-contact__form-wrap {
	margin-top: clamp(36px, 6vw, 72px);
	padding: clamp(28px, 4vw, 48px);
	background: #fff;
	color: #111;
	border-top: 4px solid var(--otten-red);
}

.otten-contact__form-wrap .otten-tag {
	color: var(--otten-red);
}

.otten-contact__form-head h2 {
	color: #111;
}

.otten-contact__form {
	margin-top: 24px;
}

.otten-contact__form input,
.otten-contact__form textarea,
.otten-contact__form select {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(0,0,0,.22);
	border-radius: 0;
	padding: 12px 14px;
	font: inherit;
}

.otten-contact__form textarea {
	min-height: 150px;
}

.otten-contact__form button,
.otten-contact__form input[type="submit"] {
	border: 0;
	background: var(--otten-red);
	color: #fff;
	padding: 14px 22px;
	font-family: var(--otten-font-mono);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
}

.otten-contact__fallback {
	margin-top: 22px;	
	padding: 22px;
	background: rgba(0,0,0,.04);
	border: 1px solid rgba(0,0,0,.12);
}

.otten-contact__fallback p {
	color: #333;
}

@media (max-width: 900px) {
	.otten-contact__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.otten-contact__hero {
		min-height: 420px;
	}

	.otten-contact__hero-inner {
		padding-bottom: 48px;
	}

	.otten-contact__title {
		font-size: clamp(46px, 18vw, 76px);
	}

	.otten-contact__shell {
		width: min(100% - 32px, var(--otten-shell-max));
		padding: 42px 0;
	}

	.otten-contact__intro-card,
	.otten-contact__form-wrap {
		padding: 24px;
	}
}


/* =========================================================================
   19. CONTACT PAGE SIMPLE LIVEGANG FIX
   ========================================================================= */
.otten-contact-simple {
	background: var(--otten-bg);
	color: var(--otten-text);
}

.otten-contact-simple__shell {
	width: min(var(--otten-shell-max), calc(100% - (var(--otten-shell-pad) * 2)));
	margin: 0 auto;
}

.otten-contact-simple__hero {
	padding: clamp(46px, 7vw, 92px) 0 clamp(28px, 5vw, 64px);
	border-bottom: var(--otten-rule-red);
	background: linear-gradient(180deg, #15171c 0%, #0e0f12 100%);
}

.otten-contact-simple__content {
	max-width: 880px;
}

.otten-contact-simple__title {
	margin: 14px 0 18px;
	font-family: var(--otten-font-display);
	font-size: clamp(52px, 9vw, 118px);
	line-height: .88;
	letter-spacing: -.03em;
	text-transform: uppercase;
}

.otten-contact-simple__intro {
	max-width: 760px;
	margin: 0;
	color: var(--otten-text-dim);
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.5;
}

.otten-contact-simple__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.otten-contact-simple__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 20px;
	background: var(--otten-red);
	color: #fff;
	font-family: var(--otten-font-mono);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.1;
	text-transform: uppercase;
	border: 1px solid var(--otten-red);
}

.otten-contact-simple__button:hover,
.otten-contact-simple__button:focus {
	background: var(--otten-red-bright);
	color: #fff;
}

.otten-contact-simple__button--ghost {
	background: transparent;
	border-color: rgba(255,255,255,.22);
	color: #fff;
}

.otten-contact-simple__button--ghost:hover,
.otten-contact-simple__button--ghost:focus {
	background: #fff;
	border-color: #fff;
	color: #111;
}

.otten-contact-simple__form-section {
	padding: clamp(36px, 6vw, 76px) 0 clamp(56px, 8vw, 96px);
}

.otten-contact-simple__form-card {
	max-width: 980px;
	padding: clamp(24px, 4vw, 44px);
	background: #fff;
	color: #111;
	border-top: 4px solid var(--otten-red);
}

.otten-contact-simple__fallback {
	margin: 0;
	padding: 18px 20px;
	background: rgba(0,0,0,.04);
	border: 1px solid rgba(0,0,0,.12);
	color: #333;
}

.otten-contact-simple__form-card .wpforms-container {
	margin: 0;
}

.otten-contact-simple__form-card .wpforms-field {
	padding: 0 0 18px;
}

.otten-contact-simple__form-card .wpforms-field-label,
.otten-contact-simple__form-card label {
	color: #111 !important;
	font-weight: 800 !important;
}

.otten-contact-simple__form-card .wpforms-field-sublabel {
	color: rgba(17,17,17,.58) !important;
}

.otten-contact-simple__form-card .wpforms-required-label {
	color: var(--otten-red) !important;
}

.otten-contact-simple__form-card input[type="text"],
.otten-contact-simple__form-card input[type="email"],
.otten-contact-simple__form-card input[type="tel"],
.otten-contact-simple__form-card textarea,
.otten-contact-simple__form-card select {
	width: 100% !important;
	max-width: 100% !important;
	min-height: 50px;
	padding: 12px 14px !important;
	background: #fff !important;
	color: #111 !important;
	border: 1px solid rgba(0,0,0,.26) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font: inherit !important;
}

.otten-contact-simple__form-card textarea {
	min-height: 160px;
}

.otten-contact-simple__form-card button[type="submit"],
.otten-contact-simple__form-card input[type="submit"],
.otten-contact-simple__form-card .wpforms-submit {
	min-height: 48px !important;
	padding: 14px 22px !important;
	background: var(--otten-red) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	font-family: var(--otten-font-mono) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: .08em !important;
	line-height: 1.1 !important;
	text-transform: uppercase !important;
	cursor: pointer;
}

.otten-contact-simple__form-card button[type="submit"]:hover,
.otten-contact-simple__form-card input[type="submit"]:hover,
.otten-contact-simple__form-card .wpforms-submit:hover {
	background: var(--otten-red-bright) !important;
}

@media (max-width: 640px) {
	.otten-contact-simple__hero {
		padding-top: 36px;
	}

	.otten-contact-simple__title {
		font-size: clamp(46px, 17vw, 76px);
	}

	.otten-contact-simple__actions,
	.otten-contact-simple__button {
		width: 100%;
	}

	.otten-contact-simple__form-card {
		padding: 22px;
	}
}


/* =========================================================================
   24. v3.7 HOMEPAGE POLISH — header, hero en footer
   ========================================================================= */

/* Rode bovenbalk: social icons naast Amsterdam / label, niet meer onder het menu. */
.otten-masthead__top-right {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	margin-left: auto;
}

.otten-masthead__top-social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.otten-masthead__top-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	color: #fff;
	opacity: 0.95;
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.otten-masthead__top-social a:hover,
.otten-masthead__top-social a:focus {
	opacity: 1;
	transform: translateY(-1px);
}

.otten-masthead__top-social svg {
	width: 13px;
	height: 13px;
}

/* Header leesbaarheid. */
.otten-masthead__title-suffix {
	font-size: 11.5px;
	letter-spacing: 0.17em;
}

.otten-nav__menu a {
	font-size: 13px;
	letter-spacing: 0.15em;
}

/* Hero titel op de homepage mag breder lopen, zodat wedstrijdnamen minder snel rommelig afbreken. */
.otten-hero__title {
	max-width: min(900px, 72vw);
	font-size: clamp(38px, 6vw, 88px);
}

/* Footer logo iets rustiger, met meer lucht tussen de letters. */
.otten-footer__brand {
	font-size: clamp(26px, 3vw, 42px);
	letter-spacing: 0.035em;
	line-height: 0.98;
	max-width: 310px;
}

.otten-footer__tagline {
	font-size: 12px;
	letter-spacing: 0.17em;
	line-height: 1.6;
}

/* De normale footerlinks blijven het prettige formaat houden. */
.otten-footer__list a,
.otten-footer__menu a {
	font-size: 14px;
}

@media (max-width: 900px) {
	.otten-hero__title {
		max-width: 100%;
		font-size: clamp(38px, 9vw, 72px);
	}
}

@media (max-width: 600px) {
	.otten-masthead__top-inner {
		font-size: 10px;
	}

	.otten-masthead__top-right {
		gap: 10px;
	}

	.otten-masthead__location-tag {
		display: none;
	}

	.otten-masthead__top-social {
		gap: 8px;
	}

	.otten-nav__menu a {
		font-size: 12px;
	}

	.otten-hero__title {
		font-size: clamp(38px, 12vw, 58px);
	}

	.otten-footer__brand {
		font-size: 34px;
		max-width: 260px;
	}
}


/* =========================================================================
   25. v3.8 HERO TITLE FIX — langere wedstrijdnamen op desktop
   ========================================================================= */

/* Geen woordafbreking midden in plaatsnamen zoals Purmerend. */
.otten-hero__title,
.otten-hero__title a {
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
}

/* Desktop: titel mag veel breder lopen en blijft bij normale wedstrijdnamen op 1 regel. */
@media (min-width: 1100px) {
	.otten-hero__title {
		max-width: min(1120px, 86vw);
		font-size: clamp(46px, 4.9vw, 76px);
		line-height: 0.9;
		white-space: nowrap;
	}
}

/* Tablet en mobiel: wel netjes laten breken, maar nooit midden in een woord. */
@media (max-width: 1099px) {
	.otten-hero__title {
		max-width: 100%;
		white-space: normal;
		text-wrap: balance;
		font-size: clamp(38px, 8vw, 68px);
	}
}

@media (max-width: 600px) {
	.otten-hero__title {
		font-size: clamp(36px, 12vw, 56px);
		line-height: 0.92;
	}
}

/* =========================================================================
   22. v4.0 ADDITIONS — Over pagina met extra visuals
   ========================================================================= */

.otten-about__hero--empty {
	min-height: clamp(260px, 38vh, 420px);
}

.otten-about__intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: clamp(28px, 4vw, 56px);
	align-items: start;
	margin: 0 0 clamp(28px, 4vw, 48px);
}

.otten-about__intro-grid .otten-about__intro {
	margin-bottom: 0;
}

.otten-about__portrait {
	position: relative;
	margin: 0;
	background: var(--otten-bg-card);
	border: 1px solid var(--otten-text-faint);
	border-top: 4px solid var(--otten-red);
	padding: 10px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.otten-about__portrait img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	filter: saturate(0.95) contrast(1.05);
}

.otten-about__portrait figcaption,
.otten-about__visual figcaption {
	font-family: var(--otten-font-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--otten-text-dim);
	margin-top: 12px;
}

.otten-about__visuals {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 28px);
	margin: clamp(42px, 5vw, 72px) 0 0;
	padding-top: clamp(22px, 3vw, 34px);
	border-top: 1px solid var(--otten-text-faint);
}

.otten-about__visual {
	position: relative;
	margin: 0;
}

.otten-about__visual img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: var(--otten-bg-card);
}

.otten-about__visual::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: calc(100% - 34px);
	background: var(--otten-red);
	pointer-events: none;
}

@media (max-width: 900px) {
	.otten-about__intro-grid {
		grid-template-columns: 1fr;
	}

	.otten-about__portrait {
		max-width: 420px;
	}

	.otten-about__visuals {
		grid-template-columns: 1fr;
	}
}
