/* Tijdelijke fallback voor pagina's die nog geen eigen mb-page-styles-blok hebben. */
.mb-section { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.mb-section--narrow { max-width: 900px; text-align: center; }
.mb-eyebrow { margin: 0 0 0.5rem; color: #788069; font-family: "Maison Sans", Arial, sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }
.mb-section-title { margin: 0 0 1.4rem; font-size: clamp(2.8rem, 6vw, 5.4rem); font-style: italic; font-weight: 400; line-height: 1; }
.mb-lead { margin: 0 auto; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.65; }
.mb-page-hero { position: relative; min-height: clamp(310px,45vw,520px); display: grid; place-items: end center; color: #fff; background-position: center; background-size: cover; }
.mb-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(49,59,50,0.64),rgba(49,59,50,0.1)); }
.mb-page-hero__inner { position: relative; z-index: 2; width: min(1180px,calc(100% - 2rem)); padding-bottom: clamp(2.5rem,6vw,5rem); text-align: center; }
.mb-page-hero h1 { margin: 0; color: #fff; font-size: clamp(3.4rem,8vw,6.8rem); font-style: italic; font-weight: 400; line-height: 1; }
.mb-page-intro { max-width: 900px; text-align: center; }
.mb-video { width: min(920px,calc(100% - 2rem)); margin: clamp(4rem,9vw,7rem) auto; }
.mb-video video { display: block; width: 100%; max-height: 650px; object-fit: cover; background: #313b32; border-radius: 7px; box-shadow: 0 0 5px 1px rgba(32,32,32,0.35); }
.mb-button-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.mb-button--outline { color: #788069; background: transparent; border-color: #788069; }
.mb-third-party-placeholder { min-height: 260px; display: grid; place-items: center; padding: 2rem; background: #f2f1e2; border: 1px dashed #788069; border-radius: 5px; text-align: center; }
.mb-third-party-placeholder__inner { max-width: 520px; }
.mb-third-party-placeholder h3 { margin: 0 0 0.6rem; font-size: 1.8rem; font-weight: 400; }
.mb-third-party-placeholder p { margin: 0 0 1rem; }
.mb-map-wrap iframe { display: block; width: 100%; min-height: 500px; border: 0; border-radius: 6px; }

.mb-hero-carousel { position: relative; width: 100%; height: min(84vh,820px); min-height: 440px; overflow: hidden; color: #fff; background: #313b32; }
.mb-hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 800ms ease,visibility 800ms ease; }
.mb-hero-slide.is-active { opacity: 1; visibility: visible; }
.mb-hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(28,37,29,0.54),rgba(28,37,29,0.05) 58%); }
.mb-hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.mb-hero-caption { position: absolute; z-index: 2; right: 1rem; bottom: clamp(3.5rem,9vw,7rem); left: 1rem; max-width: 900px; margin-inline: auto; text-align: center; }
.mb-hero-caption h1 { margin: 0; color: #fff; font-size: clamp(3.2rem,8vw,6.7rem); font-style: italic; font-weight: 400; line-height: 0.96; text-shadow: 0 2px 12px rgba(0,0,0,0.26); }
.mb-hero-caption p { max-width: 650px; margin: 1rem auto 0; font-size: clamp(1.25rem,2.3vw,1.75rem); line-height: 1.35; }
.mb-carousel-control { position: absolute; z-index: 4; top: 50%; width: 2.8rem; height: 3.8rem; display: grid; place-items: center; color: #fff; background: rgba(49,59,50,0.32); border: 0; cursor: pointer; transform: translateY(-50%); }
.mb-carousel-control--prev { left: 0.7rem; }
.mb-carousel-control--next { right: 0.7rem; }
.mb-carousel-dots { position: absolute; z-index: 4; right: 0; bottom: 1.3rem; left: 0; display: flex; justify-content: center; gap: 0.55rem; }
.mb-carousel-dots button { width: 0.7rem; height: 0.7rem; padding: 0; background: rgba(255,255,255,0.48); border: 1px solid #fff; border-radius: 50%; }
.mb-carousel-dots button.is-active { background: #fff; }
.mb-welcome { width: 75%; max-width: none; padding-block: 40px 0; }
.mb-welcome .mb-lead { max-width: none; font-size: calc(1.1rem + 0.5vw + 0.5vh); line-height: 1.25; }
.mb-welcome .mb-lead + .mb-lead { margin-top: 1.2em; }
.mb-welcome + .mb-section { padding-block: 80px 70px; }
.mb-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1rem,2.5vw,2rem); }
.mb-image-card { overflow: hidden; color: #6b6b6b; background: #fefff1; border-radius: 5px; box-shadow: 0 0 4px 1px rgba(32,32,32,0.33); text-align: center; text-decoration: none; transition: transform 350ms ease,box-shadow 350ms ease; }
.mb-image-card:hover { color: #6b6b6b; transform: translateY(-5px); box-shadow: 0 8px 28px rgba(49,59,50,0.15); }
.mb-image-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.mb-image-card span { display: block; padding: 1rem; font-size: clamp(1.25rem,2.4vw,1.75rem); }
.mb-fixed-image { min-height: 58vh; background-position: 76% center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; filter: grayscale(35%); }
.mb-location-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,2fr); gap: 2rem; align-items: start; padding-block: 40px 70px; }
.mb-location-card h2, .mb-map-wrap > h2 { margin: 0 0 1rem; font-size: 2rem; font-weight: 400; text-align: center; }
.mb-weather-card { padding: 0; background: transparent; border: 0; }
.mb-weather-card .weatherwidget-io { width: 100%; max-width: 314px; margin-inline: auto; }
.mb-location-grid .mb-map-wrap iframe { min-height: 550px; border-radius: 10px; }

.mb-accommodations { display: grid; gap: 2rem; }
.mb-accommodation { display: grid; grid-template-columns: 0.82fr 1.18fr; overflow: hidden; background: #fefff1; border: 1px solid rgba(49,59,50,0.16); border-radius: 7px; box-shadow: 0 3px 18px rgba(49,59,50,0.12); }
.mb-accommodation:nth-child(even) > img { order: 2; }
.mb-accommodation > img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.mb-accommodation__body { align-self: center; padding: clamp(1.6rem,4vw,3.5rem); }
.mb-accommodation h2 { margin: 0 0 0.8rem; font-size: clamp(2.6rem,5vw,4.3rem); font-weight: 400; }
.mb-features { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0.6rem 1rem; margin: 1.4rem 0 1.8rem; padding: 0; list-style: none; font-family: "Maison Sans",Arial,sans-serif; font-size: 0.75rem; }
.mb-features li { position: relative; padding-left: 1rem; }
.mb-features li::before { content: "•"; position: absolute; left: 0; color: #9aad78; }

.mb-activity-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; }
.mb-activity-card { overflow: hidden; background: #fefff1; border-radius: 6px; box-shadow: 0 2px 11px rgba(49,59,50,0.14); }
.mb-activity-card img { width: 100%; height: 230px; object-fit: cover; }
.mb-activity-card__body { padding: 1.35rem; }
.mb-activity-card h2 { margin: 0 0 0.55rem; font-size: 1.75rem; font-weight: 400; }
.mb-activity-card p { margin: 0; }
.mb-activity-card--wide { grid-column: span 3; display: grid; grid-template-columns: 1fr 1fr; }
.mb-activity-card--wide img { height: 100%; min-height: 360px; }
.mb-activity-card--wide .mb-activity-card__body { align-self: center; padding: clamp(2rem,5vw,4rem); }
.mb-activity-card--wide h2 { font-size: clamp(2.5rem,4vw,4rem); }

.mb-price-table { overflow-x: auto; }
.mb-price-table table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fefff1; }
.mb-price-table th, .mb-price-table td { padding: 1rem; border: 1px solid rgba(49,59,50,0.18); text-align: left; }
.mb-price-table thead { color: #fff; background: #788069; }
.mb-price-table tbody tr:nth-child(even) { background: rgba(154,173,120,0.08); }
.wp-block-gallery.mb-gallery { gap: 0.7rem !important; }
.wp-block-gallery.mb-gallery .wp-block-image { overflow: hidden; border-radius: 4px; aspect-ratio: 4/3; }
.wp-block-gallery.mb-gallery .wp-block-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.wp-block-gallery.mb-gallery .wp-block-image:hover img { transform: scale(1.035); }
.mb-gallery-heading { margin-top: 4rem; font-size: clamp(2.4rem,5vw,4.2rem); font-weight: 400; }
.mb-booking-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(2rem,7vw,6rem); align-items: start; }
.mb-booking-intro { position: sticky; top: 7rem; }

.mbc-home-section { width: min(1180px,calc(100% - 2rem)); margin-inline: auto; }
.mbc-home-intro { width: 75%; padding-block: 40px 0; text-align: center; }
.mbc-home-title { margin: 0 0 1.4rem; font-size: clamp(2.8rem,6vw,5.4rem); font-style: italic; font-weight: 400; line-height: 1; }
.mbc-home-intro .mbc-home-lead { max-width: none; margin: 0 auto; font-size: calc(1.1rem + 0.5vw + 0.5vh); line-height: 1.25; }
.mbc-home-intro .mbc-home-lead + .mbc-home-lead { margin-top: 1.2em; }
.mbc-home-cards-section { padding-block: 80px 70px; }
.mbc-home-cards { gap: clamp(1rem,2.5vw,2rem); margin: 0; }
.mbc-home-card { position: relative; overflow: hidden; height: 100%; background: #fffee8; border-radius: 5px; box-shadow: 0 0 4px 1px rgba(32,32,32,0.33); text-align: center; transition: transform 350ms ease,box-shadow 350ms ease; }
.mbc-home-card:hover { transform: translateY(-5px); box-shadow: 0 9px 28px rgba(49,59,50,0.2); }
.mbc-home-card .wp-block-image { margin: 0; }
.mbc-home-card .wp-block-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.mbc-home-card-link { margin: 0; padding: 1rem; font-size: clamp(1.25rem,2.4vw,1.75rem); }
.mbc-home-card-link a { text-decoration: none; }
.mbc-home-card-link a::after { content: ""; position: absolute; inset: 0; }
.wp-block-cover.mbc-home-cover { min-height: 58vh; filter: grayscale(35%); }
.wp-block-cover.mbc-home-cover .wp-block-cover__image-background { object-position: 76% center; background-attachment: fixed; }
.mbc-home-video-section { padding-block: 90px; }
.mbc-home-video { width: min(920px,100%); margin: 0 auto; }
.mbc-home-video video { width: 100%; max-height: 650px; object-fit: cover; background: #313b32; border-radius: 7px; box-shadow: 0 0 5px 1px rgba(32,32,32,0.35); }
.mbc-home-location-section { padding-block: 40px 70px; }
.mbc-home-location { grid-template-columns: minmax(0,1fr) minmax(0,2fr); gap: 2rem; align-items: start; }
.mbc-home-location > .wp-block-column:first-child { flex-basis: calc(33.333% - 1rem) !important; }
.mbc-home-location > .wp-block-column:last-child { flex-basis: calc(66.667% - 1rem) !important; }

@media (max-width: 820px) {
  .mb-welcome, .mbc-home-intro { width: 95%; }
  .mb-card-grid, .mb-activity-grid { grid-template-columns: repeat(2,1fr); }
  .mb-card-grid .mb-image-card:last-child { grid-column: 1/-1; width: 100%; max-width: 420px; margin-inline: auto; }
  .mb-location-grid, .mb-booking-layout, .mbc-home-location { grid-template-columns: 1fr; }
  .mb-weather-card .weatherwidget-io { max-width: 699px; }
  .mbc-home-location > .wp-block-column:first-child, .mbc-home-location > .wp-block-column:last-child { flex-basis: 100% !important; }
  .mb-accommodation { grid-template-columns: 1fr; }
  .mb-accommodation:nth-child(even) > img { order: 0; }
  .mb-accommodation > img { min-height: 360px; }
  .mb-activity-card--wide { grid-column: span 2; }
  .mb-booking-intro { position: static; }
}
@media (max-width: 580px) {
  .mb-hero-carousel { height: clamp(280px,82vw,430px); min-height: 0; max-height: 430px; }
  .mb-hero-caption h1 { font-size: clamp(2.1rem,10vw,3.25rem); }
  .mb-card-grid, .mb-activity-grid { grid-template-columns: 1fr; }
  .mb-card-grid .mb-image-card:last-child, .mb-activity-card--wide { grid-column: auto; max-width: none; }
  .mb-activity-card--wide { display: block; }
  .mb-activity-card--wide img { min-height: 0; height: 240px; }
  .mb-fixed-image, .wp-block-cover.mbc-home-cover { min-height: 46vh !important; }
  .mb-fixed-image, .wp-block-cover.mbc-home-cover .wp-block-cover__image-background { background-attachment: scroll; }
  .mb-button-row .mb-button { flex: 1 1 100%; }
}
