/* Speel niet met vuur — visuele verfijning bovenop brandweer-basis */

:root {
	--snmv-overlay: rgba(26, 26, 26, 0.55);
	--snmv-overlay-soft: rgba(26, 26, 26, 0.35);
	--snmv-accent-rgb: 240, 146, 0;
}

/* Typografie */
.bw-page,
.bw-site-header,
.bw-site-footer {
	font-family: "Source Sans 3", system-ui, -apple-system, sans-serif;
}

.bw-site-nav a,
.bw-hero-content h1,
.bw-dp-title,
.bw-section-title,
.bw-dp-block-body h2 {
	font-family: "Source Sans 3", system-ui, sans-serif;
}

.bw-page {
	background: var(--bw-light);
}

/* Logo */
.bw-site-logo img {
	width: auto;
	height: 48px;
	max-width: 200px;
	object-fit: contain;
}

/* Nav — compacter */
.bw-site-nav {
	gap: 2px;
	margin-left: 20px;
	flex: 1;
	min-width: 0;
}

.bw-site-nav a {
	padding: 8px 11px;
	font-size: 13px;
	font-weight: 600;
}

.bw-site-nav-sub {
	min-width: 220px;
}

/* Hero — campagne (homepage) */
.bw-hero--dark-fade {
	min-height: min(72vh, 640px);
}

.bw-hero--dark-fade::before {
	background: linear-gradient(
		105deg,
		rgba(26, 26, 26, 0.72) 0%,
		rgba(26, 26, 26, 0.35) 45%,
		rgba(26, 26, 26, 0.15) 100%
	);
}

.bw-hero--dark-fade::after {
	background: linear-gradient(to top, var(--bw-light) 0%, rgba(255, 248, 232, 0) 100%);
	height: 120px;
}

.bw-hero--dark-fade .bw-hero-content {
	max-width: 640px;
	background: transparent;
	backdrop-filter: none;
	padding: 0;
	border-radius: 0;
}

.bw-hero--dark-fade .bw-hero-content h1 {
	font-size: clamp(34px, 4.5vw, 52px);
	text-transform: none;
	letter-spacing: -0.02em;
	line-height: 1.08;
}

.bw-hero--dark-fade .bw-hero-content p {
	font-size: 17px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
	max-width: 520px;
}

.bw-hero-kicker {
	color: var(--bw-yellow);
	letter-spacing: 0.16em;
}

.bw-hero-kicker::before {
	background: var(--bw-yellow);
	height: 4px;
}

/* Hero — subpagina's */
.bw-hero--page {
	min-height: 340px;
	align-items: flex-end;
}

.bw-hero--page::before {
	background: linear-gradient(
		to top,
		rgba(26, 26, 26, 0.82) 0%,
		rgba(26, 26, 26, 0.4) 45%,
		rgba(26, 26, 26, 0.2) 100%
	);
}

.bw-hero--page::after {
	background: linear-gradient(to top, var(--bw-light) 0%, transparent 100%);
	height: 80px;
}

.bw-hero--page .bw-hero-inner {
	padding: 48px 0 56px;
	width: min(var(--bw-container), calc(100% - 40px));
}

.bw-hero--page .bw-hero-content {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	background: transparent;
	backdrop-filter: none;
	padding: 0;
}

.bw-hero--page .bw-dp-title {
	color: #fff;
	margin: 0 0 12px;
	font-size: clamp(26px, 3.5vw, 40px);
	font-weight: 800;
	letter-spacing: -0.02em;
	text-transform: none;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.bw-hero--page .bw-dp-subtitle {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	line-height: 1.6;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.bw-hero--page .bw-dp-subtitle p {
	margin: 0;
	color: inherit;
}

/* Hero — alleen titel (inhoud staat op wit) */
.bw-hero--title-only {
	min-height: 280px;
}

.bw-hero--title-only::before {
	background: linear-gradient(
		to top,
		rgba(26, 26, 26, 0.88) 0%,
		rgba(26, 26, 26, 0.55) 50%,
		rgba(26, 26, 26, 0.35) 100%
	);
}

.bw-hero--title-only .bw-dp-title {
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

/* Artikelblok — donkere tekst op wit */
.bw-snmv-article {
	background: #fff;
}

.bw-snmv-article .bw-snmv-container {
	padding: 40px 32px;
	background: #fff;
	border-radius: var(--bw-radius-lg);
	box-shadow: var(--bw-shadow-soft);
}

.bw-page--article .bw-snmv-section--first.bw-snmv-article {
	padding-top: 32px;
}

.bw-snmv-prose a:not(.bw-btn),
.bw-dp-block-body a:not(.bw-btn) {
	color: #9a3412;
	text-decoration-color: rgba(154, 52, 18, 0.35);
}

.bw-snmv-prose a:not(.bw-btn):hover,
.bw-dp-block-body a:not(.bw-btn):hover {
	color: var(--bw-red);
}

.bw-snmv-prose strong,
.bw-dp-block-body strong {
	color: var(--bw-dark);
}

/* Homepage themakaarten */
.bw-info--home {
	padding: 56px 0 72px;
	background: var(--bw-light);
}

.bw-info--home .bw-section-header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 40px;
}

.bw-info--home .bw-section-kicker {
	color: var(--bw-red);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.bw-info--home .bw-section-title {
	font-size: clamp(28px, 3vw, 36px);
	font-weight: 800;
	color: var(--bw-dark);
	margin: 0 0 12px;
	letter-spacing: -0.02em;
}

.bw-info--home .bw-section-subtitle {
	font-size: 17px;
	line-height: 1.6;
	color: var(--bw-muted);
}

.bw-smoke-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.bw-smoke-card::after {
	background: linear-gradient(
		to top,
		rgba(26, 26, 26, 0.78) 0%,
		rgba(26, 26, 26, 0.2) 55%,
		rgba(26, 26, 26, 0.05) 100%
	);
}

.bw-smoke-card-inner {
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 22px;
}

.bw-smoke-card-inner h3 {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
}

.bw-smoke-card-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--bw-yellow);
	margin-top: 4px;
}

.bw-smoke-card-cta::after {
	content: "→";
}

.bw-smoke-card:hover {
	box-shadow: 0 16px 40px rgba(26, 26, 26, 0.2);
}

@media (max-width: 1024px) {
	.bw-smoke-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.bw-smoke-grid {
		grid-template-columns: 1fr;
	}
	.bw-smoke-card {
		min-height: 240px;
	}
}

/* Contentblokken */
.bw-snmv-section {
	padding: 48px 0;
}

.bw-snmv-section--first {
	padding-top: 40px;
}

.bw-snmv-section--last {
	padding-bottom: 80px;
}

.bw-snmv-container {
	width: min(1100px, calc(100% - 40px));
	margin: 0 auto;
}

.bw-snmv-container--narrow {
	width: min(900px, calc(100% - 40px));
}

.bw-dp-block {
	border-radius: var(--bw-radius-lg);
	box-shadow: var(--bw-shadow-soft);
}

.bw-dp-block-body h2 {
	text-transform: none;
	letter-spacing: -0.01em;
	font-weight: 800;
}

.bw-dp-block-body img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.bw-dp-block-body img[style*="float"] {
	border-radius: 8px;
	margin-bottom: 12px;
}

.bw-dp-block-body a:not(.bw-btn) {
	text-decoration-color: rgba(var(--snmv-accent-rgb), 0.45);
}

.bw-dp-block-body a:not(.bw-btn):hover {
	text-decoration-color: var(--bw-red);
}

.bw-snmv-highlight {
	border-left: 6px solid var(--bw-red);
}

.bw-snmv-extra {
	padding: 0 0 80px;
}

/* Publicaties */
.bw-snmv-pub-header {
	padding: 56px 0 24px;
	text-align: center;
}

.bw-snmv-pub-body {
	padding: 0 0 80px;
}

.bw-snmv-pub-body img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 12px 0;
}

/* Footer */
.bw-snmv-footer .bw-footer-grid {
	grid-template-columns: 1.5fr 1fr 1fr;
}

.bw-snmv-footer .bw-footer-main {
	background: var(--bw-dark);
}

.bw-snmv-footer .bw-footer-inner {
	max-width: 1200px;
}

.bw-snmv-footer .bw-footer-bottom .bw-container {
	max-width: 1200px;
}

/* Linkkleuren — brandweer-rood vervangen */
.bw-page :where(p, dd, blockquote) a:not(.bw-btn):not(.bw-card-link):not(.bw-search-card-link),
.bw-page :where(.bw-dp-block-body, .bw-section-subtitle) a:not(.bw-btn) {
	text-decoration-color: rgba(var(--snmv-accent-rgb), 0.4);
}

.bw-nav-account:hover {
	background: var(--bw-red-dark) !important;
}

/* Zoekpagina alias (snmv-* fallback) */
.snmv-page,
.snmv-search-page {
	background: #fff;
}

.snmv-container {
	width: min(var(--bw-container), calc(100% - 40px));
	margin: 0 auto;
}

.snmv-search-hero {
	background: var(--bw-dark);
	padding: 56px 0 48px;
	color: #fff;
}

.snmv-search-hero h1 {
	margin: 8px 0 12px;
	font-size: clamp(28px, 3.5vw, 40px);
	font-weight: 800;
	color: #fff;
}

.snmv-search-page-form {
	display: flex;
	gap: 10px;
	margin-top: 24px;
	max-width: 560px;
}

.snmv-search-page-form input {
	flex: 1;
	padding: 14px 16px;
	border: none;
	border-radius: 10px;
	font-size: 15px;
}

.snmv-search-page-form button {
	padding: 14px 22px;
	border: none;
	border-radius: 10px;
	background: var(--bw-red);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.snmv-search-results {
	padding: 40px 0 64px;
}

.snmv-search-list {
	display: grid;
	gap: 16px;
}

.snmv-search-card {
	padding: 22px 24px;
	border: 1px solid var(--bw-border);
	border-radius: 14px;
	background: #fff;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.snmv-search-card:hover {
	border-color: var(--bw-red);
	box-shadow: var(--bw-shadow-soft);
}

.snmv-search-card h2 {
	margin: 6px 0 8px;
	font-size: 20px;
}

.snmv-search-card h2 a {
	color: var(--bw-dark);
	text-decoration: none;
}

.snmv-search-card h2 a:hover {
	color: var(--bw-red);
}

.snmv-btn-primary {
	display: inline-flex;
	padding: 12px 22px;
	background: var(--bw-red);
	color: #fff;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
}

.bw-site-nav-dropdown.active > a::after,
.bw-site-nav-dropdown > a.active::after {
	transform: scaleX(1);
}

/* Mobiel — dropdowns in menu */
@media (max-width: 1024px) {
	.bw-site-nav.open .bw-site-nav-dropdown .bw-site-nav-sub {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		border: none;
		padding: 0 0 8px 12px;
		background: transparent;
	}
	.bw-site-nav.open .bw-site-nav-sub a {
		padding: 8px 14px !important;
		font-size: 14px !important;
	}
}

.snmv-page .bw-container {
	width: min(var(--bw-container), calc(100% - 40px));
	margin: 0 auto;
	padding: 40px 0;
}

/* ── Prose / legacy classes uit oude site ─────────────── */
.bw-snmv-prose h2,
.bw-snmv-prose h3,
.bw-snmv-prose h4 {
	color: var(--bw-dark);
	margin: 1.6em 0 0.6em;
	line-height: 1.25;
}

.bw-snmv-prose h2:first-child,
.bw-snmv-prose h3:first-child {
	margin-top: 0;
}

.bw-snmv-prose p,
.bw-snmv-prose li {
	font-size: 16px;
	line-height: 1.7;
	color: var(--bw-text);
}

.bw-snmv-prose ul.checks,
.bw-dp-block-body ul.checks {
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
}

.bw-snmv-prose ul.checks li,
.bw-dp-block-body ul.checks li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
}

.bw-snmv-prose ul.checks li::before,
.bw-dp-block-body ul.checks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--bw-red);
	box-shadow: inset 0 0 0 3px var(--bw-yellow);
}

.bw-snmv-prose .highlight,
.bw-dp-block-body .highlight {
	background: #fff8e6;
	border-left: 4px solid var(--bw-red);
	padding: 14px 18px;
	border-radius: 0 10px 10px 0;
	margin: 1.2em 0;
	color: var(--bw-dark);
}

.bw-snmv-yellow-band .highlight {
	background: #fff;
	border-left-color: var(--bw-red);
}

.bw-snmv-yellow-band,
.bw-snmv-yellow-band p,
.bw-snmv-yellow-band li,
.bw-snmv-yellow-band h2,
.bw-snmv-yellow-band h3,
.bw-snmv-yellow-band h4 {
	color: var(--bw-dark);
}

.bw-snmv-yellow-band a:not(.bw-btn) {
	color: #9a3412;
	font-weight: 600;
}

.bw-snmv-prose img[style*="float"],
.bw-dp-block-body img[style*="float"] {
	max-width: min(100%, 440px);
	height: auto;
	border-radius: 10px;
	margin: 0 0 16px 20px;
}

.bw-snmv-prose table,
.bw-dp-block-body table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
	font-size: 14px;
}

.bw-snmv-prose table td,
.bw-dp-block-body table td {
	padding: 12px;
	vertical-align: top;
	text-align: center;
	border: 1px solid var(--bw-border);
	color: var(--bw-text);
}

.bw-snmv-prose table th,
.bw-dp-block-body table th {
	background: var(--bw-dark);
	color: #fff;
	padding: 12px;
}

/* YouTube / video embed */
.bw-video-embed,
.bw-snmv-prose .video-container,
.bw-dp-block-body .video-container {
	position: relative;
	width: 100%;
	max-width: 720px;
	margin: 1.5em auto;
	aspect-ratio: 16 / 9;
	border-radius: var(--bw-radius-lg);
	overflow: hidden;
	box-shadow: var(--bw-shadow-soft);
	background: var(--bw-dark);
}

.bw-video-embed iframe,
.bw-snmv-prose .video-container iframe,
.bw-dp-block-body .video-container iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.bw-snmv-cta-label {
	font-size: 17px;
	font-weight: 700;
	margin: 1.2em 0 0.6em;
	color: var(--bw-dark);
}

/* ── Gele band (2 kolommen) ─────────────────────────── */
.bw-snmv-yellow-band {
	background: var(--bw-yellow);
	padding: 48px 0;
}

.bw-snmv-yellow-band__title {
	text-align: center;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 800;
	margin: 0 0 28px;
	color: var(--bw-dark);
}

.bw-snmv-yellow-band__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: start;
}

.bw-snmv-yellow-band__col h2,
.bw-snmv-yellow-band__col h4 {
	margin-top: 0;
}

.bw-snmv-yellow-band--banner .bw-snmv-yellow-band__banner {
	margin-bottom: 24px;
	text-align: center;
}

.bw-snmv-yellow-band--banner .bw-snmv-yellow-band__banner img {
	max-width: min(100%, 520px);
	height: auto;
}

@media (max-width: 768px) {
	.bw-snmv-yellow-band__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

/* ── CO interactief huis ──────────────────────────────── */
.bw-co-intro__title {
	font-size: clamp(28px, 3.5vw, 38px);
	margin-bottom: 16px;
}

.bw-co-house {
	position: relative;
	max-width: 720px;
	margin: 32px auto 16px;
}

.bw-co-house__img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--bw-radius-lg);
	box-shadow: var(--bw-shadow-soft);
}

.bw-co-hotspot {
	position: absolute;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	background: var(--bw-red);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.85);
	transform: translate(-50%, -50%);
	transition: transform 0.2s, box-shadow 0.2s;
}

.bw-co-hotspot::after {
	content: "!";
	color: #fff;
	font-weight: 800;
	font-size: 18px;
	line-height: 36px;
	display: block;
	text-align: center;
}

.bw-co-hotspot:hover,
.bw-co-hotspot:focus {
	transform: translate(-50%, -50%) scale(1.1);
	box-shadow: 0 0 0 5px var(--bw-yellow);
	outline: none;
}

.bw-co-hotspot[data-hotspot="1"] { top: 14%; left: 52%; }
.bw-co-hotspot[data-hotspot="2"] { top: 32%; left: 74%; }
.bw-co-hotspot[data-hotspot="3"] { top: 58%; left: 78%; }
.bw-co-hotspot[data-hotspot="4"] { top: 48%; left: 42%; }
.bw-co-hotspot[data-hotspot="5"] { top: 62%; left: 28%; }
.bw-co-hotspot[data-hotspot="6"] { top: 38%; left: 22%; }
.bw-co-hotspot[data-hotspot="7"] { top: 72%; left: 55%; }
.bw-co-hotspot[data-hotspot="8"] { top: 78%; left: 18%; }

.bw-co-house__hint {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: var(--bw-muted);
	margin: 12px 0 0;
}

.bw-co-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 20px 0 28px;
}

.bw-co-chip {
	padding: 8px 14px;
	border: 1px solid var(--bw-border);
	border-radius: 999px;
	background: #fff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.15s;
}

.bw-co-chip:hover,
.bw-co-chip.is-active {
	background: var(--bw-red);
	border-color: var(--bw-red);
	color: #fff;
}

.bw-co-panels .bw-co-panel {
	background: #fff;
	border-radius: var(--bw-radius-lg);
	padding: 28px;
	margin-bottom: 16px;
	box-shadow: var(--bw-shadow-soft);
}

.bw-co-modal[hidden] {
	display: none !important;
}

.bw-co-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.bw-co-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(26, 26, 26, 0.65);
}

.bw-co-modal__dialog {
	position: relative;
	background: #fff;
	border-radius: var(--bw-radius-lg);
	max-width: 720px;
	width: 100%;
	max-height: min(85vh, 800px);
	overflow: auto;
	padding: 28px 32px;
	box-shadow: var(--bw-shadow);
}

.bw-co-modal__close {
	position: absolute;
	top: 12px;
	right: 16px;
	border: none;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: var(--bw-muted);
}

body.bw-co-modal-open {
	overflow: hidden;
}

/* ── Keuken tabs ──────────────────────────────────────── */
.bw-keuken-visual {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 28px;
	align-items: center;
}

.bw-keuken-visual__img {
	width: 100%;
	border-radius: var(--bw-radius-lg);
	box-shadow: var(--bw-shadow-soft);
}

.bw-keuken-tabs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-bottom: 24px;
}

.bw-keuken-tab {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 14px 10px;
	border: 2px solid var(--bw-border);
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	color: var(--bw-dark);
	transition: all 0.15s;
}

.bw-keuken-tab img {
	border-radius: 8px;
	object-fit: cover;
}

.bw-keuken-tab.is-active,
.bw-keuken-tab:hover {
	border-color: var(--bw-red);
	background: var(--bw-light);
}

.bw-keuken-tab-panel {
	background: #fff;
	border-radius: var(--bw-radius-lg);
	padding: 32px;
	box-shadow: var(--bw-shadow-soft);
}

.bw-keuken-tab-panel[hidden] {
	display: none !important;
}

@media (max-width: 900px) {
	.bw-keuken-visual {
		grid-template-columns: 1fr;
	}
	.bw-keuken-tabs {
		grid-template-columns: repeat(2, 1fr);
	}
}

