:root {
  --bm-red: #da151c;
  --bm-red-dark: #b90f18;
  --bm-ink: #191919;
  --bm-muted: #5d5a57;
  --bm-cream: #faf7f1;
  --bm-lavender: #5562eb;
  --bm-white: #fff;
  --bm-line: #e9e3dc;
  --bm-radius: 22px;
  --bm-shadow: 0 18px 50px rgba(31, 24, 18, .09);
  --bm-container: 1200px;
}

html { scroll-behavior: smooth; }
body.bm-theme-v4 {
  margin: 0;
  background: var(--bm-white);
  color: var(--bm-ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.bm-theme-v4 *, .bm-theme-v4 *::before, .bm-theme-v4 *::after { box-sizing: border-box; }
.bm-theme-v4 img { display: block; max-width: 100%; height: auto; }
.bm-theme-v4 a { color: inherit; text-decoration: none; }
.bm-theme-v4 h1, .bm-theme-v4 h2, .bm-theme-v4 h3 { color: var(--bm-ink); font-weight: 850; letter-spacing: -.045em; line-height: 1.08; }
.bm-theme-v4 p { margin-top: 0; }
.bm-container { width: min(calc(100% - 40px), var(--bm-container)); margin-inline: auto; }
.bm-skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 12px 18px; background: #fff; color: #000; border-radius: 8px; transform: translateY(-150%); }
.bm-skip-link:focus { transform: translateY(0); }

.bm-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 23px;
  border: 2px solid var(--bm-red);
  border-radius: 999px;
  background: var(--bm-red);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  box-shadow: 0 12px 25px rgba(218, 21, 28, .22);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.bm-button:hover { background: var(--bm-red-dark); border-color: var(--bm-red-dark); transform: translateY(-2px); box-shadow: 0 15px 30px rgba(218, 21, 28, .3); }
.bm-button:focus-visible, .bm-theme-v4 a:focus-visible, .bm-menu-toggle:focus-visible { outline: 3px solid var(--bm-lavender); outline-offset: 4px; }
.bm-button--small { min-height: 43px; padding: 10px 18px; font-size: 14px; }
.bm-button--ghost { border-color: rgba(255, 255, 255, .78); background: rgba(12, 12, 12, .22); box-shadow: none; backdrop-filter: blur(8px); }
.bm-button--ghost:hover { border-color: #fff; background: #fff; color: var(--bm-ink) !important; }
.bm-button--outline { background: transparent; color: var(--bm-red) !important; box-shadow: none; }
.bm-button--light { border-color: #fff; background: #fff; color: var(--bm-ink) !important; box-shadow: none; }
.bm-button--light:hover { background: var(--bm-cream); border-color: var(--bm-cream); }
.bm-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--bm-red) !important; font-size: 15px; font-weight: 850; }
.bm-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

/* Header */
.bm-header { position: sticky; top: 0; z-index: 1000; height: 88px; background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(25, 25, 25, .06); backdrop-filter: blur(14px); transition: box-shadow .2s ease; }
.bm-header.is-scrolled { box-shadow: 0 10px 35px rgba(20, 20, 20, .09); }
.bm-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.bm-brand { position: relative; z-index: 2; flex: 0 0 auto; width: 177px; align-self: stretch; display: flex; align-items: center; }
.bm-brand img { width: 177px; max-height: 82px; object-fit: contain; }
.bm-nav { display: flex; align-items: center; gap: 25px; }
.bm-nav__list { display: flex; align-items: center; gap: clamp(14px, 2vw, 27px); list-style: none; margin: 0; padding: 0; }
.bm-nav__list a { display: inline-flex; padding: 12px 0; color: #242424; font-size: 14px; font-weight: 760; white-space: nowrap; }
.bm-nav__list a:hover { color: var(--bm-red); }
.bm-menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; border-radius: 50%; background: var(--bm-cream); }
.bm-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--bm-ink); transition: transform .2s, opacity .2s; }

/* Hero */
.bm-hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; background: #24211f; color: #fff; }
.bm-hero__image, .bm-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.bm-hero__image { object-fit: cover; object-position: 54% 52%; }
.bm-hero__shade { background: linear-gradient(90deg, rgba(10, 8, 7, .88) 0%, rgba(10, 8, 7, .64) 38%, rgba(10, 8, 7, .06) 74%), linear-gradient(0deg, rgba(10, 8, 7, .35), transparent 50%); }
.bm-hero__content { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-block: 90px 70px; }
.bm-hero__copy { max-width: 660px; }
.bm-badge { display: inline-flex; margin-bottom: 22px; padding: 9px 16px; background: var(--bm-lavender); color: #fff; border-radius: 999px; font-size: 14px; font-weight: 800; transform: rotate(-2deg); }
.bm-hero h1 { max-width: 620px; margin: 0 0 21px; color: #fff; font-size: clamp(54px, 7vw, 91px); text-wrap: balance; }
.bm-hero__copy > p { max-width: 630px; margin-bottom: 31px; color: rgba(255, 255, 255, .93); font-size: clamp(19px, 2vw, 24px); line-height: 1.5; }
.bm-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.bm-hero__note { margin: 0 0 0 auto; max-width: 220px; color: #fff; font-family: "Comic Sans MS", "Bradley Hand", cursive; font-size: 24px; font-weight: 700; line-height: 1.2; text-align: right; transform: rotate(-5deg); }
.bm-hero__note span { color: #ff2530; font-family: inherit; font-size: 39px; }

/* Shared sections */
.bm-section { padding-block: 100px; }
.bm-section--cream { background: var(--bm-cream); }
.bm-section-heading { max-width: 780px; margin-bottom: 42px; }
.bm-section-heading--split { max-width: none; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; }
.bm-section-heading--split > p { max-width: 520px; margin-bottom: 5px; color: var(--bm-muted); font-size: 18px; }
.bm-section-heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.bm-eyebrow { display: block; margin-bottom: 10px; color: var(--bm-red); font-size: 13px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.bm-section-heading h2, .bm-page-heading h1 { margin: 0; font-size: clamp(39px, 5vw, 62px); }
.bm-section-heading > p { margin-top: 18px; color: var(--bm-muted); }

/* Choice cards */
.bm-choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bm-choice-card { position: relative; min-height: 280px; display: flex; flex-direction: column; padding: 27px; overflow: hidden; border: 1px solid var(--bm-line); border-radius: var(--bm-radius); background: #fff; box-shadow: 0 9px 25px rgba(43, 31, 23, .05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.bm-choice-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: var(--bm-red); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.bm-choice-card:hover { transform: translateY(-7px); border-color: rgba(218, 21, 28, .25); box-shadow: var(--bm-shadow); }
.bm-choice-card:hover::before { transform: scaleX(1); }
.bm-icon { width: 51px; height: 51px; display: grid; place-items: center; margin-bottom: 43px; border-radius: 50%; background: var(--bm-red); color: #fff; font-size: 27px; font-weight: 800; }
.bm-choice-card h3 { margin: 0 0 9px; font-size: 24px; }
.bm-choice-card p { margin-bottom: 25px; color: var(--bm-muted); font-size: 15px; line-height: 1.55; }
.bm-arrow { margin-top: auto; color: var(--bm-red); font-size: 26px; font-weight: 800; }

/* Activities */
.bm-activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.bm-activity-card { overflow: hidden; border: 1px solid var(--bm-line); border-radius: var(--bm-radius); background: #fff; box-shadow: 0 12px 34px rgba(40, 28, 20, .07); transition: transform .25s ease, box-shadow .25s ease; }
.bm-activity-card:hover { transform: translateY(-6px); box-shadow: var(--bm-shadow); }
.bm-activity-card__image { display: block; aspect-ratio: 1.55; overflow: hidden; background: #eee; }
.bm-activity-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.bm-activity-card:hover .bm-activity-card__image img { transform: scale(1.045); }
.bm-activity-card__body { display: flex; min-height: 275px; flex-direction: column; align-items: flex-start; padding: 25px; }
.bm-activity-card__label { color: var(--bm-red); font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.bm-activity-card h3 { margin: 10px 0 14px; font-size: 25px; }
.bm-activity-card h3 a:hover { color: var(--bm-red); }
.bm-activity-card__meta { margin-bottom: 22px; color: var(--bm-muted); font-size: 15px; }
.bm-activity-card__body .bm-button { margin-top: auto; }

/* Projects */
.bm-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bm-project-card { overflow: hidden; border-radius: var(--bm-radius); background: #fff; box-shadow: 0 13px 35px rgba(39, 28, 20, .08); transition: transform .25s ease; }
.bm-project-card:hover { transform: translateY(-6px); }
.bm-project-card > img, .bm-online-art { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.bm-project-card > div:last-child { padding: 27px; }
.bm-project-card span { color: var(--bm-red); font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.bm-project-card h3 { margin: 8px 0 10px; font-size: 27px; }
.bm-project-card p { color: var(--bm-muted); font-size: 15px; }
.bm-project-card strong { color: var(--bm-red); font-size: 14px; }
.bm-project-card--online { background: var(--bm-ink); color: #fff; }
.bm-project-card--online h3 { color: #fff; }
.bm-project-card--online p { color: rgba(255, 255, 255, .78); }
.bm-online-art { display: flex; align-items: center; justify-content: center; gap: 14px; background: radial-gradient(circle at 30% 20%, #6774ff, transparent 35%), linear-gradient(135deg, #2d3139, #111); }
.bm-online-art span { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 24px; background: #23b65a; color: #fff; font-size: 34px; box-shadow: 0 15px 35px rgba(0, 0, 0, .2); transform: rotate(-6deg); }
.bm-online-art span + span { background: #5865f2; transform: rotate(7deg); }
.bm-inline-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; }
.bm-inline-links a { padding: 9px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 800; }
.bm-inline-links a:hover { background: #fff; color: var(--bm-ink); }

/* Story */
.bm-story__inner { display: grid; grid-template-columns: minmax(280px, .72fr) 1.5fr; align-items: stretch; overflow: hidden; border-radius: 28px; background: #fff4f4; }
.bm-story__inner > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.bm-story blockquote { position: relative; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: clamp(45px, 7vw, 90px); }
.bm-story blockquote p { position: relative; z-index: 1; margin-bottom: 21px; font-size: clamp(25px, 3vw, 38px); font-style: italic; font-weight: 650; line-height: 1.4; letter-spacing: -.025em; }
.bm-story cite { margin-bottom: 18px; font-style: normal; font-weight: 850; }
.bm-quote { position: absolute; top: 25px; left: 35px; color: var(--bm-red); font-family: Georgia, serif; font-size: 130px; line-height: 1; opacity: .22; }

/* Regions & CTA */
.bm-region-list { display: flex; flex-wrap: wrap; gap: 11px; }
.bm-region-list a { padding: 11px 18px; border: 1px solid var(--bm-line); border-radius: 999px; background: #fff; font-size: 14px; font-weight: 750; transition: background .2s, color .2s, transform .2s; }
.bm-region-list a:first-child, .bm-region-list a:hover { border-color: var(--bm-red); background: var(--bm-red); color: #fff; transform: translateY(-2px); }
.bm-final-cta { padding: 0 0 85px; background: var(--bm-cream); }
.bm-final-cta__inner { position: relative; display: grid; grid-template-columns: .85fr 1.3fr auto; align-items: center; gap: 45px; padding: 54px 60px; overflow: hidden; border-radius: 30px; background: linear-gradient(120deg, #b90f18, #f11b25); color: #fff; box-shadow: 0 20px 50px rgba(185, 15, 24, .24); }
.bm-final-cta__inner::after { content: ""; position: absolute; width: 150px; height: 150px; right: -43px; top: -43px; background: repeating-conic-gradient(#fff 0 25%, transparent 0 50%) 50% / 42px 42px; opacity: .16; transform: rotate(18deg); }
.bm-final-cta h2 { margin: 0 0 8px; color: #fff; font-size: clamp(28px, 3vw, 43px); }
.bm-final-cta p { margin: 0; color: rgba(255,255,255,.84); }
.bm-script { display: block; font-family: "Comic Sans MS", "Bradley Hand", cursive; font-size: 23px; font-weight: 700; line-height: 1.3; transform: rotate(-5deg); }

/* Standard content */
.bm-content-shell { min-height: 65vh; padding-block: 75px 110px; background: linear-gradient(#fff, var(--bm-cream)); }
.bm-page-heading { max-width: 900px; margin-bottom: 45px; }
.bm-page-heading > div { margin-top: 18px; color: var(--bm-muted); }
.bm-article { max-width: 980px; }
.bm-article__hero { margin-bottom: 45px; overflow: hidden; border-radius: var(--bm-radius); }
.bm-article__hero img { width: 100%; max-height: 620px; object-fit: cover; }
.bm-entry-content { font-size: 18px; }
.bm-entry-content h2 { margin-top: 2em; font-size: clamp(30px, 4vw, 45px); }
.bm-entry-content h3 { margin-top: 1.7em; font-size: 28px; }
.bm-entry-content a { color: var(--bm-red); text-decoration: underline; text-underline-offset: 3px; }
.bm-entry-content ul, .bm-entry-content ol { padding-left: 1.4em; }
.bm-entry-content blockquote { margin: 35px 0; padding: 25px 30px; border-left: 6px solid var(--bm-red); background: #fff4f4; border-radius: 0 var(--bm-radius) var(--bm-radius) 0; }
.bm-article__footer { margin-top: 55px; padding-top: 30px; border-top: 1px solid var(--bm-line); }
.bm-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 55px; }
.bm-post-list { display: grid; gap: 27px; }
.bm-post-list--grid { grid-template-columns: repeat(3, 1fr); }
.bm-post-card { display: grid; grid-template-columns: 270px 1fr; overflow: hidden; border: 1px solid var(--bm-line); border-radius: var(--bm-radius); background: #fff; box-shadow: 0 9px 28px rgba(40, 28, 20, .06); }
.bm-post-list--grid .bm-post-card { display: block; }
.bm-post-card__image { min-height: 230px; overflow: hidden; }
.bm-post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.bm-post-card > div { padding: 28px; }
.bm-post-card__date { color: var(--bm-red); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.bm-post-card h2 { margin: 7px 0 11px; font-size: 27px; }
.bm-post-card p { color: var(--bm-muted); font-size: 15px; }
.bm-sidebar { position: sticky; top: 120px; padding: 29px; border-radius: var(--bm-radius); background: var(--bm-ink); color: #fff; }
.bm-sidebar h2 { margin-top: 0; color: #fff; font-size: 29px; }
.bm-sidebar p { color: rgba(255,255,255,.74); }
.bm-sidebar .bm-button { width: 100%; margin: 8px 0 18px; }
.bm-empty-state { max-width: 780px; padding-block: 80px; text-align: center; }
.bm-empty-state h1 { margin: 0 0 20px; font-size: clamp(44px, 6vw, 72px); }
.bm-empty-state p { color: var(--bm-muted); font-size: 19px; }
.bm-empty-state .bm-actions { justify-content: center; margin-top: 32px; }

/* Footer */
.bm-footer { padding-top: 75px; background: #161616; color: rgba(255,255,255,.72); }
.bm-footer__grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 55px; padding-bottom: 58px; }
.bm-footer img { width: 168px; margin-bottom: 20px; filter: drop-shadow(0 7px 20px rgba(0,0,0,.2)); }
.bm-footer h2 { margin: 0 0 18px; color: #fff; font-size: 18px; letter-spacing: -.01em; }
.bm-footer p { font-size: 14px; }
.bm-footer ul { list-style: none; margin: 0; padding: 0; }
.bm-footer li { margin-bottom: 8px; }
.bm-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.bm-social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.bm-social-links a { padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 12px; font-weight: 800; }
.bm-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

@media (max-width: 1050px) {
  .bm-nav { gap: 14px; }
  .bm-nav__list { gap: 13px; }
  .bm-nav .bm-button { display: none; }
  .bm-choice-grid { grid-template-columns: repeat(2, 1fr); }
  .bm-project-grid { grid-template-columns: repeat(2, 1fr); }
  .bm-project-card--online { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .bm-post-list--grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 959px) {
  body.bm-menu-open { overflow: hidden; }
  .bm-header { height: 76px; }
  .bm-brand { width: 145px; }
  .bm-brand img { width: 145px; max-height: 70px; }
  .bm-menu-toggle { display: block; margin-left: auto; }
  .bm-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .bm-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .bm-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .bm-nav { position: fixed; inset: 76px 0 auto; max-height: calc(100vh - 76px); display: none; flex-direction: column; align-items: stretch; gap: 20px; padding: 25px 20px 35px; overflow-y: auto; background: #fff; box-shadow: 0 25px 45px rgba(0,0,0,.12); }
  .bm-nav.is-open { display: flex; }
  .bm-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .bm-nav__list a { padding: 15px 5px; border-bottom: 1px solid var(--bm-line); font-size: 18px; }
  .bm-nav .bm-button { display: inline-flex; }
  .bm-hero { min-height: 680px; }
  .bm-hero__content { align-items: end; }
  .bm-hero__note { display: none; }
  .bm-section-heading--split { grid-template-columns: 1fr; gap: 15px; }
  .bm-activity-grid { grid-template-columns: 1fr 1fr; }
  .bm-activity-card:last-child { grid-column: 1 / -1; }
  .bm-final-cta__inner { grid-template-columns: 1fr auto; }
  .bm-final-cta__inner > div:first-child { display: none; }
  .bm-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .bm-footer__grid > div:last-child { grid-column: 1 / -1; }
  .bm-content-grid { grid-template-columns: 1fr; }
  .bm-sidebar { position: static; }
}

@media (max-width: 700px) {
  .bm-container { width: min(calc(100% - 28px), var(--bm-container)); }
  .bm-section { padding-block: 70px; }
  .bm-hero { min-height: calc(100svh - 76px); }
  .bm-hero__image { object-position: 61% center; }
  .bm-hero__shade { background: linear-gradient(90deg, rgba(10,8,7,.87), rgba(10,8,7,.44)), linear-gradient(0deg, rgba(10,8,7,.6), transparent 55%); }
  .bm-hero__content { padding-block: 65px 48px; }
  .bm-hero h1 { font-size: clamp(48px, 16vw, 67px); }
  .bm-hero__copy > p { font-size: 18px; }
  .bm-actions { align-items: stretch; flex-direction: column; }
  .bm-actions .bm-button { width: 100%; }
  .bm-section-heading--row { align-items: flex-start; flex-direction: column; }
  .bm-choice-grid, .bm-activity-grid, .bm-project-grid { grid-template-columns: 1fr; }
  .bm-activity-card:last-child, .bm-project-card--online { grid-column: auto; }
  .bm-project-card--online { display: block; }
  .bm-choice-card { min-height: 245px; }
  .bm-icon { margin-bottom: 28px; }
  .bm-story__inner { grid-template-columns: 1fr; }
  .bm-story__inner > img { min-height: 280px; max-height: 380px; }
  .bm-story blockquote { padding: 44px 27px; }
  .bm-quote { top: 10px; left: 12px; }
  .bm-final-cta { padding-bottom: 50px; }
  .bm-final-cta__inner { grid-template-columns: 1fr; gap: 27px; padding: 40px 27px; text-align: center; }
  .bm-final-cta .bm-button { width: 100%; }
  .bm-post-card, .bm-post-list--grid { grid-template-columns: 1fr; }
  .bm-post-card { display: block; }
  .bm-post-card__image { min-height: 200px; }
  .bm-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .bm-footer__about, .bm-footer__grid > div:last-child { grid-column: 1 / -1; }
  .bm-footer__bottom { align-items: flex-start; flex-direction: column; }
}

/* 4.2.0 — nieuwshub, domeinen, regio's en universele paginastijl */
.bm-domains-home { background: #171717; color: #fff; }
.bm-domains-home h2, .bm-domains-home h3 { color: #fff; }
.bm-domains-home .bm-eyebrow { color: #ff5a62; }
.bm-domains-home__intro, .bm-domain-intro__grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: clamp(45px,8vw,110px); margin-bottom: 48px; }
.bm-domains-home__intro h2, .bm-domain-intro h2 { margin: 0; font-size: clamp(40px,5.3vw,67px); }
.bm-domains-home__intro p { color: rgba(255,255,255,.72); font-size: 18px; }
.bm-domains-home .bm-text-link { color: #ff7077 !important; }
.bm-domain-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.bm-domain-card { position: relative; min-height: 325px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 2px solid #111; border-radius: 22px; background: #fff; color: #171717; box-shadow: 6px 7px 0 #111; transition: transform .2s, box-shadow .2s; }
.bm-domain-card:hover { transform: translateY(-7px) rotate(-.5deg); box-shadow: 9px 10px 0 #111; }
.bm-domain-card > span { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 44px; border: 2px solid currentColor; border-radius: 50%; font-size: 12px; font-weight: 900; }
.bm-domain-card h3 { margin: 0 0 13px; color: inherit; font-size: 25px; }
.bm-domain-card p { color: inherit; font-size: 14px; line-height: 1.5; opacity: .82; }
.bm-domain-card strong { margin-top: auto; font-size: 13px; }
.bm-domain-card.is-red { background: #ef3139; color: #fff; }
.bm-domain-card.is-purple { background: #6a64ee; color: #fff; }
.bm-domain-card.is-yellow { background: #ffe24a; color: #171717; }
.bm-domain-card.is-blue { background: #163c67; color: #fff; }
.bm-domain-method { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 15px; margin-top: 46px; padding: 23px 27px; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background: #242424; color: #fff; }
.bm-domain-method span { color: #ff6168; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.bm-domain-method strong { font-size: clamp(15px,1.6vw,20px); }
.bm-domain-method i { color: #ffe24a; font-style: normal; }
.bm-about-domains { background: #fff; }
.bm-about-domains .bm-domain-method { border-color: #222; }

.bm-news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.bm-news-card { min-width: 0; overflow: hidden; border: 1px solid var(--bm-line); border-radius: 23px; background: #fff; box-shadow: 0 12px 34px rgba(40,28,20,.07); transition: transform .22s, box-shadow .22s; }
.bm-news-card:hover { transform: translateY(-5px); box-shadow: var(--bm-shadow); }
.bm-news-card__image { display: block; aspect-ratio: 1.52; overflow: hidden; background: #eee; }
.bm-news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.bm-news-card:hover .bm-news-card__image img { transform: scale(1.04); }
.bm-news-card__body { padding: 25px; }
.bm-news-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 13px; margin-bottom: 13px; color: var(--bm-muted); font-size: 11px; font-weight: 750; }
.bm-news-card__meta span { padding: 5px 9px; border-radius: 999px; background: #fff0f0; color: var(--bm-red); font-weight: 900; text-transform: uppercase; }
.bm-news-card__meta small { font-size: inherit; }
.bm-news-card h3 { margin: 0 0 12px; font-size: 26px; }
.bm-news-card h3 a:hover { color: var(--bm-red); }
.bm-news-card p { color: var(--bm-muted); font-size: 15px; }
.bm-news-hero { padding: 100px 0 0; background: #171717; color: #fff; }
.bm-news-hero .bm-container { padding-bottom: 90px; }
.bm-news-hero h1 { max-width: 950px; margin: 0 0 24px; color: #fff; font-size: clamp(52px,7vw,92px); }
.bm-news-hero p { max-width: 730px; color: rgba(255,255,255,.76); font-size: clamp(18px,2vw,23px); }
.bm-news-toolbar { position: sticky; top: 88px; z-index: 15; overflow-x: auto; border-bottom: 1px solid var(--bm-line); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.bm-news-toolbar .bm-container { display: flex; gap: 9px; padding-block: 14px; }
.bm-news-toolbar a { flex: 0 0 auto; padding: 9px 14px; border: 1px solid var(--bm-line); border-radius: 999px; font-size: 13px; font-weight: 800; }
.bm-news-toolbar a:hover, .bm-news-toolbar a.is-active { border-color: var(--bm-red); background: var(--bm-red); color: #fff; }
.bm-news-feature { margin-bottom: 28px; }
.bm-news-card--featured { display: grid; grid-template-columns: 1.1fr .9fr; }
.bm-news-card--featured .bm-news-card__image { height: 100%; min-height: 430px; aspect-ratio: auto; }
.bm-news-card--featured .bm-news-card__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px,5vw,65px); }
.bm-news-card--featured h3 { font-size: clamp(32px,4vw,51px); }
.bm-pagination { grid-column: 1 / -1; display: flex; justify-content: center; gap: 8px; margin-top: 45px; }
.bm-pagination .page-numbers { min-width: 43px; min-height: 43px; display: inline-grid; place-items: center; padding: 8px 13px; border: 1px solid var(--bm-line); border-radius: 999px; background: #fff; font-size: 13px; font-weight: 850; }
.bm-pagination .current, .bm-pagination a:hover { border-color: var(--bm-red); background: var(--bm-red); color: #fff; }

.bm-inner-hero { position: relative; padding-top: 100px; background: #171717; color: #fff; }
.bm-inner-hero__grid { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; padding-bottom: 95px; }
.bm-inner-hero h1 { max-width: 900px; margin: 0 0 25px; color: #fff; font-size: clamp(52px,7vw,91px); }
.bm-inner-hero p { max-width: 760px; color: rgba(255,255,255,.76); font-size: clamp(18px,2vw,22px); }
.bm-inner-hero__note { display: flex; flex-direction: column; gap: 9px; padding: 28px; border: 2px solid #171717; border-radius: 22px; background: #ffe24a; color: #171717; box-shadow: 8px 9px 0 #fff; transform: rotate(2deg); }
.bm-inner-hero__note strong { margin-bottom: 7px; font-size: 24px; }
.bm-inner-hero__note span { font-weight: 750; }
.bm-domain-intro__grid { align-items: start; margin-bottom: 0; }
.bm-domain-intro p { color: var(--bm-muted); }
.bm-domain-intro .bm-lead { color: var(--bm-ink); font-size: 20px; font-weight: 800; }
.bm-domain-grid--large { grid-template-columns: repeat(2,1fr); }
.bm-domain-grid--large .bm-domain-card { min-height: 390px; }
.bm-domain-grid--large .bm-domain-card h3 { max-width: 500px; font-size: clamp(30px,4vw,48px); }
.bm-domain-grid--large .bm-domain-card p { max-width: 590px; font-size: 16px; }
.bm-method-section { padding-block: 100px; background: #fff; }
.bm-method-section__heading { max-width: 850px; margin-bottom: 45px; }
.bm-method-section__heading h2 { margin: 0; font-size: clamp(40px,5.5vw,68px); }
.bm-method-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.bm-method-steps li { min-height: 270px; padding: 28px; border: 2px solid var(--bm-ink); border-radius: 21px; background: #fff; box-shadow: 5px 6px 0 var(--bm-ink); }
.bm-method-steps li:nth-child(even) { background: #fff5f5; transform: translateY(12px); }
.bm-method-steps span { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 48px; border-radius: 50%; background: var(--bm-red); color: #fff; font-weight: 900; }
.bm-method-steps h3 { margin: 0 0 10px; font-size: 27px; }
.bm-method-steps p { color: var(--bm-muted); font-size: 14px; }

.bm-region-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.bm-region-card { min-height: 315px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 2px solid var(--bm-ink); border-radius: 22px; background: #fff; box-shadow: 6px 7px 0 var(--bm-ink); }
.bm-region-card:nth-child(3n+2) { background: #fff5f5; transform: translateY(10px); }
.bm-region-card__pin { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 33px; border-radius: 50%; background: var(--bm-red); color: #fff; font-weight: 900; }
.bm-region-card h2 { margin: 0 0 10px; font-size: 29px; }
.bm-region-card p { color: var(--bm-muted); font-size: 14px; }
.bm-region-card > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; margin-top: auto; }

.bm-content-shell { padding: 0 0 110px; }
.bm-generic-hero { position: relative; min-height: 390px; display: grid; align-items: end; overflow: hidden; padding: 85px 0 75px; background: linear-gradient(125deg,#171717,#2e2d32); color: #fff; }
.bm-generic-hero__media { position: absolute; inset: 0; opacity: .28; }
.bm-generic-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,10,10,.95),rgba(10,10,10,.38)); }
.bm-generic-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.bm-generic-hero__inner { position: relative; z-index: 1; }
.bm-generic-hero h1 { max-width: 920px; margin: 0; color: #fff; font-size: clamp(48px,6.5vw,82px); }
.bm-generic-hero p { max-width: 750px; margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 20px; }
.bm-article--modern { margin-top: 75px; padding: clamp(28px,5vw,65px); border-radius: 27px; background: #fff; box-shadow: var(--bm-shadow); }
.bm-entry-content > :first-child { margin-top: 0; }
.bm-entry-content .col-inner, .bm-entry-content .row, .bm-entry-content .section-content { max-width: 100%; }
.bm-entry-content .sidebar, .bm-entry-content .widget-area, .bm-entry-content .page-submenu { display: none !important; }
.bm-page-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 65px; padding: 36px; border: 2px solid var(--bm-ink); border-radius: 24px; background: #ffe24a; box-shadow: 7px 8px 0 var(--bm-ink); }
.bm-page-cta h2 { margin: 0 0 9px; font-size: clamp(28px,4vw,42px); }
.bm-page-cta p { margin: 0; }
.bm-page-heading--news { padding-top: 85px; }
.bm-page-heading--article { max-width: 900px; margin: 0 auto 45px; padding-top: 85px; }
.bm-page-heading--article h1 { margin: 22px 0 18px; font-size: clamp(45px,6vw,76px); }
.bm-page-heading--article > p { color: var(--bm-muted); font-size: 20px; }
.bm-single-news .bm-article { max-width: 1050px; }
.bm-single-news .bm-entry-content { max-width: 780px; margin-inline: auto; }
.bm-single-news .bm-article__footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.bm-single-news .bm-article__footer > div { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.bm-single-news .bm-article__footer > div a { padding: 8px 12px; border: 1px solid var(--bm-line); border-radius: 999px; font-size: 13px; font-weight: 800; }

@media (max-width: 1050px) {
  .bm-domain-grid, .bm-region-card-grid { grid-template-columns: repeat(2,1fr); }
  .bm-news-grid { grid-template-columns: repeat(2,1fr); }
  .bm-inner-hero__grid { grid-template-columns: 1fr .55fr; gap: 40px; }
  .bm-method-steps { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 700px) {
  .bm-domains-home__intro, .bm-domain-intro__grid, .bm-inner-hero__grid { grid-template-columns: 1fr; gap: 25px; }
  .bm-domain-grid, .bm-domain-grid--large, .bm-region-card-grid, .bm-news-grid { grid-template-columns: 1fr; }
  .bm-domain-card, .bm-domain-grid--large .bm-domain-card { min-height: 300px; }
  .bm-domain-method { align-items: flex-start; flex-direction: column; }
  .bm-domain-method i { transform: rotate(90deg); }
  .bm-news-card--featured { display: block; }
  .bm-news-card--featured .bm-news-card__image { min-height: 0; aspect-ratio: 1.35; }
  .bm-news-toolbar { top: 72px; }
  .bm-inner-hero { padding-top: 70px; }
  .bm-inner-hero__grid { padding-bottom: 70px; }
  .bm-inner-hero__note { display: none; }
  .bm-method-steps { grid-template-columns: 1fr; }
  .bm-method-steps li, .bm-method-steps li:nth-child(even), .bm-region-card:nth-child(3n+2) { min-height: 235px; transform: none; }
  .bm-generic-hero { min-height: 330px; padding-block: 65px; }
  .bm-article--modern { margin-top: 45px; padding: 25px 20px; }
  .bm-page-cta, .bm-single-news .bm-article__footer { align-items: stretch; flex-direction: column; }
  .bm-page-cta .bm-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bm-theme-v4 *, .bm-theme-v4 *::before, .bm-theme-v4 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* 4.1 — energieke Brabant-editie */
.bm-hero { min-height: 660px; }
.bm-hero__image { object-position: center; }
.bm-hero__shade { background: linear-gradient(90deg, rgba(9,8,8,.93) 0%, rgba(9,8,8,.73) 34%, rgba(9,8,8,.12) 65%), linear-gradient(0deg, rgba(9,8,8,.4), transparent 50%); }
.bm-hero__copy { max-width: 710px; }
.bm-hero h1 { font-size: clamp(58px, 7.5vw, 100px); text-transform: uppercase; }
.bm-checker-strip { position: absolute; z-index: 3; inset: auto 0 0; height: 24px; background-color: #fff; background-image: conic-gradient(var(--bm-red) 25%, #fff 0 50%, var(--bm-red) 0 75%, #fff 0); background-size: 48px 48px; }
.bm-checker-strip--wide { position: relative; inset: auto; height: 32px; background-size: 64px 64px; }

.bm-finder { position: relative; z-index: 5; margin: -34px 0 0; }
.bm-finder__form { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr) auto; align-items: end; gap: 14px; padding: 22px; border: 2px solid var(--bm-ink); border-radius: 24px; background: #fff; box-shadow: 8px 9px 0 var(--bm-ink); }
.bm-finder__intro { align-self: center; display: flex; flex-direction: column; gap: 4px; padding: 0 9px; font-size: 21px; line-height: 1.15; }
.bm-sticker { width: max-content; padding: 4px 10px; border-radius: 999px; background: #ffe24a; color: var(--bm-ink); font-family: "Comic Sans MS", "Bradley Hand", cursive; font-size: 14px; font-weight: 900; transform: rotate(-3deg); }
.bm-finder label { display: grid; gap: 5px; color: var(--bm-muted); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.bm-finder select, .bm-finder input { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid #cfc8bf; border-radius: 12px; background: #faf8f4; color: var(--bm-ink); font: inherit; font-size: 15px; text-transform: none; }
.bm-finder select:focus, .bm-finder input:focus { border-color: var(--bm-lavender); outline: 3px solid rgba(85,98,235,.18); }
.bm-finder .bm-button { cursor: pointer; }

.bm-ways { margin-top: -42px; padding-top: 135px; overflow: hidden; }
.bm-ways .bm-section-heading h2 { position: relative; }
.bm-ways .bm-section-heading h2::after { content: ""; position: absolute; width: 145px; height: 12px; left: 0; bottom: -14px; border-top: 5px solid #ffe24a; border-radius: 50%; transform: rotate(-2deg); }
.bm-choice-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
.bm-choice-card { position: relative; min-height: 450px; display: block; padding: 0; overflow: hidden; border: 2px solid var(--bm-ink); border-radius: 28px; background: var(--bm-ink); box-shadow: 8px 9px 0 var(--bm-ink); isolation: isolate; transform: rotate(-.8deg); }
.bm-choice-card:nth-child(even) { transform: rotate(.8deg); }
.bm-choice-card::before { display: none; }
.bm-choice-card:hover { border-color: var(--bm-ink); box-shadow: 12px 14px 0 var(--bm-red); transform: rotate(0) translateY(-5px); }
.bm-choice-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.bm-choice-card:hover > img { transform: scale(1.045); }
.bm-choice-card::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(0deg, rgba(12,11,11,.94) 0%, rgba(12,11,11,.58) 47%, rgba(12,11,11,.03) 78%); }
.bm-choice-card__copy { position: absolute; z-index: 2; inset: auto 0 0; padding: 34px; color: #fff; }
.bm-choice-card__copy small { font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bm-choice-card h3 { margin: 6px 0 9px; color: #fff; font-size: clamp(30px, 3.4vw, 44px); }
.bm-choice-card p { max-width: 510px; margin: 0 0 17px; color: rgba(255,255,255,.86); font-size: 16px; }
.bm-choice-card strong { color: #fff; font-size: 14px; }
.bm-card-tag { position: absolute; z-index: 3; top: 22px; right: 20px; padding: 8px 13px; border: 2px solid var(--bm-ink); border-radius: 999px; background: #ffe24a; color: var(--bm-ink); font-size: 12px; font-weight: 900; transform: rotate(3deg); }
.bm-card-tag--muted { background: #fff; }
.bm-card-links { display: flex; flex-wrap: wrap; gap: 8px; }
.bm-card-links a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 850; }
.bm-card-links a:hover { background: #fff; color: var(--bm-ink); }

.bm-activities { background: linear-gradient(180deg, #fff 0%, #fff 82%, #fff8f8 100%); }
.bm-activities .bm-section-heading > div > p { margin: 14px 0 0; color: var(--bm-muted); }
.bm-activity-card { position: relative; border: 2px solid var(--bm-ink); box-shadow: 7px 8px 0 rgba(25,25,25,.95); }
.bm-activity-card:nth-child(2) { transform: translateY(14px) rotate(.6deg); }
.bm-activity-card:hover { transform: translateY(-5px) rotate(0); box-shadow: 10px 11px 0 var(--bm-red); }
.bm-date-tile { position: absolute; top: 15px; left: 15px; width: 66px; min-height: 66px; display: grid; place-content: center; padding: 7px; border: 2px solid var(--bm-ink); border-radius: 13px; background: #fff; color: var(--bm-ink); line-height: 1; text-align: center; box-shadow: 3px 4px 0 var(--bm-ink); transform: rotate(-3deg); }
.bm-date-tile strong { font-size: 24px; letter-spacing: -.05em; }
.bm-date-tile small { margin-top: 4px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bm-event-facts { display: grid; gap: 7px; width: 100%; margin: 0 0 22px; padding: 0; color: var(--bm-muted); list-style: none; font-size: 14px; }
.bm-event-facts li { display: flex; gap: 9px; align-items: baseline; }
.bm-event-facts li span { width: 17px; color: var(--bm-red); font-weight: 900; }
.bm-activity-card__body { min-height: 330px; }

.bm-project-card { border: 2px solid var(--bm-ink); box-shadow: 7px 8px 0 var(--bm-ink); }
.bm-project-card:nth-child(2) { transform: rotate(.7deg); }
.bm-project-card:hover { transform: rotate(0) translateY(-5px); box-shadow: 10px 11px 0 var(--bm-red); }
.bm-project-card--online { display: block; }
.bm-project-card--online > img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.bm-project-card--online strong, .bm-project-card--online span { color: #ffdf40; }

@media (max-width: 1050px) {
  .bm-finder__form { grid-template-columns: 1fr 1fr; }
  .bm-finder__intro { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .bm-finder .bm-button { width: 100%; }
  .bm-choice-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .bm-hero { min-height: 700px; }
  .bm-hero__image { object-position: 62% center; }
  .bm-hero h1 { font-size: clamp(47px, 15vw, 65px); }
  .bm-finder { margin-top: -15px; }
  .bm-finder__form { grid-template-columns: 1fr; gap: 11px; padding: 17px; border-radius: 18px; box-shadow: 5px 6px 0 var(--bm-ink); }
  .bm-finder__intro { grid-column: auto; }
  .bm-ways { margin-top: -30px; padding-top: 105px; }
  .bm-choice-grid { grid-template-columns: 1fr; gap: 28px; }
  .bm-choice-card, .bm-choice-card:nth-child(even) { min-height: 430px; transform: none; box-shadow: 5px 6px 0 var(--bm-ink); }
  .bm-choice-card__copy { padding: 25px; }
  .bm-choice-card h3 { font-size: 34px; }
  .bm-card-tag { top: 15px; right: 14px; }
  .bm-activity-card:nth-child(2) { transform: none; }
  .bm-checker-strip { height: 18px; background-size: 36px 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .bm-theme-v4 *, .bm-theme-v4 *::before, .bm-theme-v4 *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* 4.1.1 — socials en nieuwe contactpagina */
.bm-footer-social { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-bottom: 58px; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.12); }
.bm-footer-social h2 { margin: 0; color: #fff; font-size: clamp(27px, 3vw, 38px); }
.bm-footer-social .bm-eyebrow { margin-bottom: 4px; color: #ff5158; }
.bm-footer-social__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.bm-footer-social__links a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 14px 8px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: #222; color: #fff; font-size: 13px; font-weight: 850; transition: transform .2s, border-color .2s, background .2s; }
.bm-footer-social__links a:hover { border-color: #fff; background: #fff; color: #111; text-decoration: none; transform: translateY(-3px) rotate(-1deg); }
.bm-footer-social__links a span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #444; color: #fff; font-size: 15px; font-style: normal; font-weight: 900; }
.bm-footer-social__links .is-facebook span { background: #1877f2; }
.bm-footer-social__links .is-instagram span { background: linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045); }
.bm-footer-social__links .is-tiktok span, .bm-footer-social__links .is-x span { background: #050505; }
.bm-footer-social__links .is-linkedin span { background: #0a66c2; font-size: 12px; }
.bm-footer-social__links .is-youtube span { background: #ff0000; font-size: 11px; }
.bm-footer-route { color: #fff; font-weight: 800; }

.bm-contact-page { overflow: hidden; background: var(--bm-cream); }
.bm-contact-hero { position: relative; padding: 105px 0 120px; overflow: hidden; background: linear-gradient(125deg,#b90f18 0%,#e71922 60%,#ff343b 100%); color: #fff; }
.bm-contact-hero::before { content: "?"; position: absolute; right: 5%; top: -140px; color: rgba(255,255,255,.09); font-size: 620px; font-weight: 950; line-height: 1; transform: rotate(9deg); }
.bm-contact-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.55fr .7fr; align-items: end; gap: 75px; }
.bm-contact-hero h1 { max-width: 850px; margin: 0 0 23px; color: #fff; font-size: clamp(53px, 7vw, 94px); text-transform: uppercase; }
.bm-contact-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.9); font-size: clamp(18px, 2vw, 23px); }
.bm-contact-hero .bm-badge { background: #ffe24a; color: #171717; }
.bm-contact-hero__note { padding: 29px; border: 2px solid #171717; border-radius: 22px; background: #ffe24a; color: #171717; box-shadow: 8px 9px 0 #171717; font-family: "Comic Sans MS", "Bradley Hand", cursive; font-size: 22px; line-height: 1.25; transform: rotate(3deg); }
.bm-contact-hero__note span { display: block; margin-top: 5px; }

.bm-contact-options { position: relative; z-index: 5; margin-top: -52px; }
.bm-contact-options__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.bm-contact-option { position: relative; min-height: 190px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 2px solid var(--bm-ink); border-radius: 22px; background: #fff; box-shadow: 7px 8px 0 var(--bm-ink); transition: transform .2s, box-shadow .2s; }
.bm-contact-option:nth-child(2) { transform: translateY(12px) rotate(.8deg); }
.bm-contact-option:hover { transform: translateY(-5px) rotate(0); box-shadow: 10px 11px 0 var(--bm-red); }
.bm-contact-option__icon { position: absolute; top: 23px; right: 23px; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--bm-red); color: #fff; font-size: 21px; }
.bm-contact-option small { margin-bottom: 12px; color: var(--bm-red); font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.bm-contact-option strong { max-width: calc(100% - 50px); font-size: clamp(19px,2vw,25px); overflow-wrap: anywhere; }
.bm-contact-option em { margin-top: auto; padding-top: 20px; color: var(--bm-muted); font-size: 13px; font-style: normal; font-weight: 800; }

.bm-contact-main { padding-top: 110px; }
.bm-contact-main__grid { display: grid; grid-template-columns: minmax(0,1.32fr) minmax(330px,.68fr); align-items: start; gap: 35px; }
.bm-contact-form-card, .bm-visit-card { border: 2px solid var(--bm-ink); border-radius: 28px; background: #fff; box-shadow: 9px 10px 0 var(--bm-ink); }
.bm-contact-form-card { padding: clamp(30px,5vw,58px); }
.bm-contact-card-heading { max-width: 700px; margin-bottom: 35px; }
.bm-contact-card-heading h2, .bm-visit-card h2 { margin: 0 0 12px; font-size: clamp(36px,4.5vw,57px); }
.bm-contact-card-heading p { color: var(--bm-muted); }
.bm-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }
.bm-contact-form label:not(.bm-form-check):not(.bm-honeypot) { display: grid; gap: 7px; }
.bm-contact-form label > span { font-size: 14px; font-weight: 850; }
.bm-contact-form input:not([type="checkbox"]), .bm-contact-form select, .bm-contact-form textarea { width: 100%; padding: 14px 16px; border: 1px solid #cfc8bf; border-radius: 13px; background: #faf8f4; color: var(--bm-ink); font: inherit; font-size: 16px; }
.bm-contact-form input:not([type="checkbox"]), .bm-contact-form select { min-height: 54px; }
.bm-contact-form textarea { resize: vertical; min-height: 155px; }
.bm-contact-form input:focus, .bm-contact-form select:focus, .bm-contact-form textarea:focus { border-color: var(--bm-lavender); outline: 3px solid rgba(85,98,235,.16); }
.bm-form-full { grid-column: 1 / -1; }
.bm-form-check { display: flex; align-items: flex-start; gap: 10px; color: var(--bm-muted); }
.bm-form-check input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--bm-red); }
.bm-form-check a { color: var(--bm-red); text-decoration: underline; }
.bm-honeypot { position: absolute !important; left: -9999px !important; }
.bm-form-notice { margin: 0 0 26px; padding: 16px 18px; border-radius: 12px; font-size: 15px; }
.bm-form-notice--success { border: 1px solid #8fcca3; background: #eaf8ef; color: #174b28; }
.bm-form-notice--error { border: 1px solid #e2a1a1; background: #fff0f0; color: #7a1717; }

.bm-visit-card { overflow: hidden; transform: rotate(.7deg); }
.bm-map-wrap { position: relative; aspect-ratio: 1.12; background: #e6e1da; }
.bm-map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(.85) contrast(1.05); }
.bm-map-sticker { position: absolute; right: 16px; bottom: 15px; padding: 7px 11px; border: 2px solid var(--bm-ink); border-radius: 999px; background: #ffe24a; color: var(--bm-ink); font-family: "Comic Sans MS", "Bradley Hand", cursive; font-size: 13px; font-weight: 900; transform: rotate(-3deg); }
.bm-visit-card__body { padding: 32px; }
.bm-visit-card__body > p { color: var(--bm-muted); font-size: 18px; }
.bm-visit-tip { margin-top: 30px; padding: 21px; border-radius: 16px; background: var(--bm-cream); }
.bm-visit-tip strong { display: block; margin-bottom: 6px; }
.bm-visit-tip p { margin-bottom: 10px; color: var(--bm-muted); font-size: 14px; }
.bm-visit-tip a { color: var(--bm-red); font-size: 13px; font-weight: 900; }

.bm-contact-social { padding: 0 0 90px; background: var(--bm-cream); }
.bm-contact-social__inner { display: grid; grid-template-columns: .75fr 1.4fr auto; align-items: center; gap: 45px; padding: 48px 55px; border: 2px solid var(--bm-ink); border-radius: 28px; background: var(--bm-lavender); color: #fff; box-shadow: 9px 10px 0 var(--bm-ink); }
.bm-contact-social h2 { margin: 0 0 7px; color: #fff; font-size: clamp(29px,3.5vw,45px); }
.bm-contact-social p { margin: 0; color: rgba(255,255,255,.82); }

@media (max-width: 1050px) {
  .bm-footer-social { align-items: flex-start; flex-direction: column; }
  .bm-footer-social__links { justify-content: flex-start; }
  .bm-contact-hero__inner { grid-template-columns: 1fr .55fr; gap: 35px; }
  .bm-contact-main__grid { grid-template-columns: 1fr; }
  .bm-visit-card { display: grid; grid-template-columns: 1fr 1fr; transform: none; }
  .bm-contact-social__inner { grid-template-columns: 1fr auto; }
  .bm-contact-social__inner > div:first-child { display: none; }
}

@media (max-width: 700px) {
  .bm-footer-social { margin-bottom: 42px; }
  .bm-footer-social__links a { flex: 1 1 calc(50% - 6px); }
  .bm-contact-hero { padding: 72px 0 95px; }
  .bm-contact-hero__inner { grid-template-columns: 1fr; }
  .bm-contact-hero h1 { font-size: clamp(44px,14vw,62px); }
  .bm-contact-hero__note { display: none; }
  .bm-contact-options { margin-top: -35px; }
  .bm-contact-options__grid { grid-template-columns: 1fr; }
  .bm-contact-option:nth-child(2) { transform: none; }
  .bm-contact-main { padding-top: 75px; }
  .bm-contact-form-card { padding: 29px 20px; border-radius: 21px; box-shadow: 6px 7px 0 var(--bm-ink); }
  .bm-contact-form { grid-template-columns: 1fr; }
  .bm-form-full { grid-column: auto; }
  .bm-visit-card { display: block; box-shadow: 6px 7px 0 var(--bm-ink); }
  .bm-map-wrap { aspect-ratio: 1.25; }
  .bm-contact-social__inner { grid-template-columns: 1fr; padding: 35px 24px; text-align: center; box-shadow: 6px 7px 0 var(--bm-ink); }
  .bm-contact-social .bm-button { width: 100%; }
}

/* 4.1.2 — volledig vernieuwde Over ons-pagina */
.bm-about-page { overflow: hidden; background: #fff; }
.bm-about-hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; color: #fff; }
.bm-about-hero__image, .bm-about-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.bm-about-hero__image { object-fit: cover; object-position: center; }
.bm-about-hero__shade { background: linear-gradient(90deg,rgba(8,8,9,.94) 0%,rgba(8,8,9,.76) 43%,rgba(8,8,9,.14) 72%),linear-gradient(0deg,rgba(8,8,9,.43),transparent 50%); }
.bm-about-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.45fr) .55fr; align-items: end; gap: 60px; padding-block: 95px 105px; }
.bm-about-hero__copy { max-width: 830px; }
.bm-about-hero h1 { margin: 0 0 24px; color: #fff; font-size: clamp(54px,7vw,96px); text-transform: uppercase; }
.bm-about-hero__copy > p { max-width: 740px; margin-bottom: 30px; color: rgba(255,255,255,.91); font-size: clamp(18px,2vw,23px); }
.bm-about-hero .bm-badge { background: var(--bm-lavender); }
.bm-about-hero__scribble { margin-bottom: 22px; padding: 26px; border: 2px solid #161616; border-radius: 20px; background: #ffe24a; color: #161616; box-shadow: 8px 9px 0 #161616; font-family: "Comic Sans MS","Bradley Hand",cursive; font-size: 21px; line-height: 1.22; transform: rotate(3deg); }
.bm-about-hero__scribble span { display: block; margin-top: 6px; }

.bm-about-facts { position: relative; z-index: 5; margin-top: -45px; }
.bm-about-facts__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.bm-about-fact { min-height: 145px; display: flex; align-items: center; gap: 21px; padding: 25px 27px; border: 2px solid var(--bm-ink); border-radius: 22px; background: #fff; box-shadow: 7px 8px 0 var(--bm-ink); }
.bm-about-fact:nth-child(2) { background: #ffe24a; transform: translateY(11px) rotate(.7deg); }
.bm-about-fact strong { flex: 0 0 auto; color: var(--bm-red); font-size: clamp(34px,4vw,50px); letter-spacing: -.06em; line-height: 1; }
.bm-about-fact:nth-child(2) strong { color: var(--bm-ink); }
.bm-about-fact span { color: var(--bm-muted); font-size: 14px; font-weight: 750; line-height: 1.4; }

.bm-about-story { padding-top: 130px; }
.bm-about-story__grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(370px,.95fr); align-items: center; gap: clamp(55px,8vw,110px); }
.bm-about-story__copy h2 { margin: 0 0 25px; font-size: clamp(39px,5.4vw,66px); }
.bm-about-story__copy p { color: var(--bm-muted); }
.bm-about-story__copy .bm-about-lead { color: var(--bm-ink); font-size: 20px; font-weight: 700; }
.bm-about-collage { position: relative; min-height: 565px; }
.bm-about-collage img { position: absolute; width: 78%; aspect-ratio: 1.25; object-fit: cover; border: 2px solid var(--bm-ink); border-radius: 24px; box-shadow: 8px 9px 0 var(--bm-ink); }
.bm-about-collage img:first-child { top: 0; right: 0; transform: rotate(3deg); }
.bm-about-collage img:nth-child(2) { left: 0; bottom: 0; transform: rotate(-4deg); }
.bm-about-collage__sticker { position: absolute; z-index: 2; right: 3%; bottom: 16%; padding: 11px 16px; border: 2px solid var(--bm-ink); border-radius: 999px; background: var(--bm-red); color: #fff; font-family: "Comic Sans MS","Bradley Hand",cursive; font-size: 15px; font-weight: 900; transform: rotate(5deg); }

.bm-about-mission { padding-block: 100px; background: #171717; color: #fff; }
.bm-about-mission__heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 75px; margin-bottom: 50px; }
.bm-about-mission h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(42px,5.6vw,69px); }
.bm-about-mission__heading > p { max-width: 500px; margin: 0 0 5px; color: rgba(255,255,255,.72); font-size: 18px; }
.bm-about-mission .bm-eyebrow { color: #ff5158; }
.bm-about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.bm-about-values article { position: relative; min-height: 290px; padding: 31px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: #222; transition: transform .2s,border-color .2s; }
.bm-about-values article:nth-child(2) { background: var(--bm-lavender); transform: translateY(15px) rotate(.7deg); }
.bm-about-values article:hover { border-color: #fff; transform: translateY(-5px) rotate(0); }
.bm-about-values article > span { display: block; margin-bottom: 70px; color: #ff5158; font-size: 14px; font-weight: 900; }
.bm-about-values article:nth-child(2) > span { color: #ffe24a; }
.bm-about-values h3 { margin: 0 0 12px; color: #fff; font-size: 29px; }
.bm-about-values p { margin: 0; color: rgba(255,255,255,.72); font-size: 15px; }

.bm-about-how { background: var(--bm-cream); }
.bm-about-routes { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.bm-about-routes > a { min-height: 310px; display: flex; flex-direction: column; align-items: flex-start; padding: 27px; border: 2px solid var(--bm-ink); border-radius: 22px; background: #fff; box-shadow: 6px 7px 0 var(--bm-ink); transition: transform .2s,box-shadow .2s; }
.bm-about-routes > a:nth-child(even) { transform: translateY(11px); }
.bm-about-routes > a:hover { transform: translateY(-5px) rotate(-.5deg); box-shadow: 9px 10px 0 var(--bm-red); }
.bm-about-route__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 35px; border-radius: 50%; background: var(--bm-red); color: #fff; font-size: 23px; font-weight: 900; }
.bm-about-routes small { color: var(--bm-red); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bm-about-routes h3 { margin: 7px 0 11px; font-size: 25px; }
.bm-about-routes p { color: var(--bm-muted); font-size: 14px; }
.bm-about-routes strong { margin-top: auto; color: var(--bm-red); font-size: 13px; }

.bm-about-team { padding-block: 105px; background: #fff; }
.bm-about-team__inner { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(50px,8vw,105px); }
.bm-about-team__image { position: relative; }
.bm-about-team__image img { width: 100%; aspect-ratio: 1.08; object-fit: cover; border: 2px solid var(--bm-ink); border-radius: 28px; box-shadow: 10px 11px 0 var(--bm-ink); transform: rotate(-2deg); }
.bm-about-team__image span { position: absolute; right: -15px; bottom: 28px; padding: 9px 14px; border: 2px solid var(--bm-ink); border-radius: 999px; background: #ffe24a; color: var(--bm-ink); font-family: "Comic Sans MS","Bradley Hand",cursive; font-size: 14px; font-weight: 900; transform: rotate(4deg); }
.bm-about-team__copy h2 { margin: 0 0 20px; font-size: clamp(40px,5.2vw,64px); }
.bm-about-team__copy > p { margin-bottom: 29px; color: var(--bm-muted); font-size: 18px; }
.bm-about-team .bm-button--outline { background: #fff; }

.bm-about-trust { background: #fff5f5; }
.bm-about-trust__grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 75px; }
.bm-about-trust h2 { margin: 0 0 20px; font-size: clamp(39px,5vw,61px); }
.bm-about-trust p { color: var(--bm-muted); font-size: 18px; }
.bm-about-data { margin: 0; padding: 12px 30px; border: 2px solid var(--bm-ink); border-radius: 24px; background: #fff; box-shadow: 8px 9px 0 var(--bm-ink); transform: rotate(.7deg); }
.bm-about-data > div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--bm-line); }
.bm-about-data > div:last-child { border-bottom: 0; }
.bm-about-data dt { color: var(--bm-muted); font-size: 13px; font-weight: 800; }
.bm-about-data dd { margin: 0; font-size: 15px; font-weight: 900; text-align: right; }

.bm-about-final { padding: 0 0 90px; background: #fff5f5; }
.bm-about-final__inner { display: grid; grid-template-columns: .75fr 1.35fr auto; align-items: center; gap: 42px; padding: 50px 56px; overflow: hidden; border: 2px solid var(--bm-ink); border-radius: 28px; background: linear-gradient(120deg,#b90f18,#f11b25); color: #fff; box-shadow: 9px 10px 0 var(--bm-ink); }
.bm-about-final h2 { margin: 0 0 8px; color: #fff; font-size: clamp(29px,3.5vw,45px); }
.bm-about-final p { margin: 0; color: rgba(255,255,255,.84); }

@media (max-width: 1050px) {
  .bm-about-hero__inner { grid-template-columns: 1fr .48fr; gap: 35px; }
  .bm-about-story__grid { grid-template-columns: 1fr; }
  .bm-about-collage { width: min(100%,700px); min-height: 520px; margin-inline: auto; }
  .bm-about-routes { grid-template-columns: repeat(2,1fr); }
  .bm-about-team__inner { grid-template-columns: 1fr 1fr; gap: 45px; }
  .bm-about-final__inner { grid-template-columns: 1fr auto; }
  .bm-about-final__inner > div:first-child { display: none; }
}

@media (max-width: 700px) {
  .bm-about-hero { min-height: 720px; }
  .bm-about-hero__image { object-position: 62% center; }
  .bm-about-hero__inner { grid-template-columns: 1fr; padding-block: 75px 82px; }
  .bm-about-hero h1 { font-size: clamp(45px,14vw,62px); }
  .bm-about-hero__scribble { display: none; }
  .bm-about-facts { margin-top: -28px; }
  .bm-about-facts__grid { grid-template-columns: 1fr; }
  .bm-about-fact, .bm-about-fact:nth-child(2) { min-height: 115px; transform: none; box-shadow: 5px 6px 0 var(--bm-ink); }
  .bm-about-story { padding-top: 90px; }
  .bm-about-collage { min-height: 400px; }
  .bm-about-collage img { width: 83%; }
  .bm-about-mission { padding-block: 75px; }
  .bm-about-mission__heading { grid-template-columns: 1fr; gap: 18px; }
  .bm-about-values { grid-template-columns: 1fr; }
  .bm-about-values article, .bm-about-values article:nth-child(2) { min-height: 240px; transform: none; }
  .bm-about-values article > span { margin-bottom: 45px; }
  .bm-about-routes { grid-template-columns: 1fr; }
  .bm-about-routes > a, .bm-about-routes > a:nth-child(even) { min-height: 270px; transform: none; }
  .bm-about-team { padding-block: 75px; }
  .bm-about-team__inner { grid-template-columns: 1fr; }
  .bm-about-team__image span { right: 8px; }
  .bm-about-trust__grid { grid-template-columns: 1fr; gap: 40px; }
  .bm-about-data { padding-inline: 20px; transform: none; box-shadow: 6px 7px 0 var(--bm-ink); }
  .bm-about-data > div { grid-template-columns: 1fr; gap: 3px; }
  .bm-about-data dd { text-align: left; }
  .bm-about-final { padding-bottom: 55px; }
  .bm-about-final__inner { grid-template-columns: 1fr; padding: 36px 25px; text-align: center; box-shadow: 6px 7px 0 var(--bm-ink); }
  .bm-about-final .bm-button { width: 100%; }
}
