/* Basis-styling voor block-composer output. Theme-agnostic; theme-overrides
   komen in Fase 4 via per-theme CSS-bundles. */

.bk { padding: 48px 0; }
.bk-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* Headings */
.bk-title { font-size: 2.5rem; line-height: 1.15; margin: 0 0 .5em; }
.bk-subtitle { font-size: 1.15rem; opacity: .85; margin: 0 0 1.2em; }
.bk-section-title { font-size: 1.75rem; margin: 0 0 1em; }

/* Buttons */
.bk-btn {
  display: inline-block; padding: 12px 24px; border-radius: 8px;
  text-decoration: none; font-weight: 600; transition: filter .15s;
}
.bk-btn:hover { filter: brightness(.92); }
.bk-btn-primary { background: #2563eb; color: #fff; }
.bk-btn-secondary { background: transparent; color: #2563eb; border: 2px solid #2563eb; }
.bk-btn-dark { background: #111827; color: #fff; }

/* Hero */
.bk-hero-centered { text-align: center; }
.bk-hero-centered .bk-container { display: flex; flex-direction: column; align-items: center; }
.bk-hero-left .bk-container, .bk-hero-right .bk-container { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.bk-hero-right .bk-container { direction: rtl; }
.bk-hero-right .bk-container > * { direction: ltr; }
.bk-hero-img { max-width: 100%; height: auto; border-radius: 12px; }
@media (max-width: 720px) {
  .bk-hero-left .bk-container, .bk-hero-right .bk-container { grid-template-columns: 1fr; }
  .bk-title { font-size: 1.85rem; }
}

/* Features */
.bk-grid { display: grid; gap: 24px; }
.bk-grid-2 { grid-template-columns: repeat(2, 1fr); }
.bk-grid-3 { grid-template-columns: repeat(3, 1fr); }
.bk-grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 820px) {
  .bk-grid-3, .bk-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .bk-grid-2, .bk-grid-3, .bk-grid-4 { grid-template-columns: 1fr; }
}
.bk-feature { padding: 20px; border: 1px solid rgba(0,0,0,.08); border-radius: 12px; }
.bk-feature-icon { display: inline-block; font-size: 1.5rem; margin-bottom: 8px; }
.bk-feature-title { margin: 0 0 .4em; font-size: 1.1rem; }
.bk-feature-body { margin: 0; opacity: .8; line-height: 1.55; }

/* CTA */
.bk-cta { text-align: center; }
.bk-cta-primary { background: #eff6ff; }
.bk-cta-secondary { background: transparent; }
.bk-cta-dark { background: #111827; color: #fff; }
.bk-cta-title { font-size: 1.85rem; margin: 0 0 .5em; }
.bk-cta-body { font-size: 1.1rem; margin: 0 0 1.4em; opacity: .85; }

/* Testimonials */
.bk-testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.bk-testimonial { background: rgba(0,0,0,.03); padding: 22px; border-radius: 12px; margin: 0; }
.bk-quote { font-style: italic; margin: 0 0 16px; font-size: 1.05rem; }
.bk-testimonial-author { display: flex; gap: 10px; align-items: center; font-style: normal; }
.bk-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }

/* FAQ */
.bk-faq-list { max-width: 800px; margin: 0 auto; }
.bk-faq-item { border-bottom: 1px solid rgba(0,0,0,.08); padding: 14px 0; }
.bk-faq-item summary { cursor: pointer; font-weight: 600; padding: 4px 0; }
.bk-faq-answer { padding: 10px 0 0; opacity: .85; line-height: 1.6; }

/* Contact */
.bk-contact-form-placeholder { background: rgba(0,0,0,.04); border-radius: 8px; padding: 16px; }

/* Footer */
.bk-footer { background: #f9fafb; padding: 32px 0; }
.bk-footer-nav { display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 12px; }
.bk-footer-nav a { color: inherit; text-decoration: none; }
.bk-footer-nav a:hover { text-decoration: underline; }
.bk-copyright { margin: 0; opacity: .65; font-size: .9rem; }

/* Preview-modus indicator */
.bk-preview-empty { padding: 80px 20px; text-align: center; opacity: .5; }

/* ---------- Image block ---------- */
.bk-image figure, .bk-image > .bk-container { margin: 0; padding: 0; text-align: center; }
.bk-image img { width: 100%; height: auto; border-radius: 8px; display: block; }
.bk-image-narrow .bk-container { max-width: 600px; }
.bk-image-normal .bk-container { max-width: 800px; }
.bk-image-wide .bk-container { max-width: 1100px; }
.bk-image-full .bk-container { max-width: none; padding: 0; }
.bk-image-caption { margin-top: 8px; font-size: .9rem; color: #6b7280; font-style: italic; }

/* ---------- Video ---------- */
.bk-video-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; background: #000; }
.bk-video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.bk-video-empty { padding: 60px; text-align: center; background: #f3f4f6; border-radius: 12px; color: #6b7280; }
.bk-video-caption { text-align: center; margin-top: 10px; font-size: .9rem; color: #6b7280; }

/* ---------- Gallery ---------- */
.bk-gallery-item { margin: 0; }
.bk-gallery-item img { width: 100%; height: 240px; object-fit: cover; border-radius: 8px; }
.bk-gallery-item figcaption { font-size: .85rem; color: #6b7280; margin-top: 6px; text-align: center; }

/* ---------- Pricing table ---------- */
.bk-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.bk-plan { padding: 28px 24px; border: 1px solid rgba(0,0,0,.1); border-radius: 12px; text-align: center; background: #fff; }
.bk-plan-highlight { border-color: #2563eb; box-shadow: 0 8px 24px rgba(37,99,235,.18); transform: scale(1.03); }
.bk-plan-name { margin: 0 0 .4em; font-size: 1.2rem; }
.bk-plan-price { font-size: 2rem; font-weight: 700; margin-bottom: 16px; }
.bk-plan-features { list-style: none; padding: 0; margin: 0 0 22px; text-align: left; }
.bk-plan-features li { padding: 6px 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.bk-plan-features li::before { content: "✓ "; color: #059669; font-weight: 700; }

/* ---------- Donate / Newsletter / Membership ---------- */
.bk-donate, .bk-newsletter, .bk-membership { text-align: center; }
.bk-donate-form, .bk-newsletter-form { max-width: 500px; margin: 0 auto; }
.bk-donate-amounts { display: flex; gap: 8px; justify-content: center; margin-bottom: 16px; flex-wrap: wrap; }
.bk-donate-amount { padding: 10px 20px; border: 2px solid rgba(0,0,0,.15); border-radius: 8px; cursor: pointer; }
.bk-donate-amount input { display: none; }
.bk-donate-amount input:checked + span { font-weight: 700; }
.bk-donate-amount:has(input:checked) { border-color: #2563eb; background: #eff6ff; }
.bk-newsletter-form { display: flex; gap: 8px; }
.bk-newsletter-form input[type=email] { flex: 1; padding: 12px 16px; border: 1px solid rgba(0,0,0,.15); border-radius: 8px; font-size: 1rem; }

/* ---------- Booking / Product ---------- */
.bk-booking, .bk-product { text-align: center; }
.bk-empty { color: #9ca3af; padding: 20px; }

/* ---------- Divider ---------- */
.bk-divider { margin: 0 auto; max-width: 1100px; padding: 0 20px; }
.bk-divider-small { padding-top: 16px; padding-bottom: 16px; }
.bk-divider-medium { padding-top: 32px; padding-bottom: 32px; }
.bk-divider-large { padding-top: 64px; padding-bottom: 64px; }
.bk-divider-line { position: relative; }
.bk-divider-line::before { content: ""; display: block; height: 1px; background: rgba(0,0,0,.1); }
.bk-divider-dots { position: relative; }
.bk-divider-dots::before { content: "•••"; display: block; text-align: center; color: rgba(0,0,0,.3); letter-spacing: 8px; font-size: 1.5rem; }
.bk-divider-space::before { content: ""; display: block; }

/* ---------- HTML raw ---------- */
.bk-html-raw .bk-container { max-width: 800px; }

/* ---------- Route cards (wandel/fiets) ---------- */
.bk-routes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 22px; }
.bk-route-card { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: transform .15s, box-shadow .15s; }
.bk-route-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.1); }
.bk-route-img img { width: 100%; height: 180px; object-fit: cover; display: block; }
.bk-route-body { padding: 18px 20px; }
.bk-route-name { margin: 0 0 10px; font-size: 1.2rem; }
.bk-route-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; font-size: .88rem; }
.bk-route-meta-item { color: #475569; }
.bk-route-difficulty { padding: 2px 10px; border-radius: 999px; font-size: .78rem; font-weight: 600; }
.bk-route-diff-easy { background: #d1fae5; color: #065f46; }
.bk-route-diff-medium { background: #fef3c7; color: #92400e; }
.bk-route-diff-hard { background: #fee2e2; color: #991b1b; }
.bk-route-kind { color: #2563eb; font-weight: 600; font-size: .85rem; }
.bk-route-desc { color: #475569; line-height: 1.55; margin: 0 0 14px; }
.bk-route-actions { display: flex; gap: 8px; flex-wrap: wrap; }

/* ---------- Business cards ---------- */
.bk-business-card { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: transform .15s, box-shadow .15s; display: flex; flex-direction: column; }
.bk-business-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.1); }
.bk-biz-img img { width: 100%; height: 160px; object-fit: cover; display: block; }
.bk-biz-body { padding: 16px 18px; flex: 1; display: flex; flex-direction: column; }
.bk-biz-kind { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: .72rem; font-weight: 600; margin-bottom: 8px; align-self: flex-start; background: #eff6ff; color: #1e40af; }
.bk-biz-kind-camping { background: #ecfccb; color: #4d7c0f; }
.bk-biz-kind-hotel { background: #fef3c7; color: #b45309; }
.bk-biz-kind-restaurant { background: #fee2e2; color: #991b1b; }
.bk-biz-kind-watersport { background: #dbeafe; color: #1e40af; }
.bk-biz-name { margin: 0 0 8px; font-size: 1.1rem; }
.bk-biz-desc { color: #475569; font-size: .92rem; line-height: 1.5; margin: 0 0 12px; flex: 1; }
.bk-biz-meta { list-style: none; padding: 0; margin: 0; font-size: .88rem; }
.bk-biz-meta li { padding: 3px 0; color: #475569; }
.bk-biz-meta a { color: inherit; text-decoration: none; }
.bk-biz-meta a:hover { color: #2563eb; text-decoration: underline; }

/* ---------- Breadcrumb ---------- */
.bk-breadcrumb { padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.bk-breadcrumb-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: .9rem; color: #64748b; }
.bk-breadcrumb-item { display: inline-flex; align-items: center; gap: 6px; }
.bk-breadcrumb-item a { color: #2563eb; text-decoration: none; }
.bk-breadcrumb-item a:hover { text-decoration: underline; }
.bk-breadcrumb-sep { color: #cbd5e1; }

/* ---------- Related pages ---------- */
.bk-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.bk-related-item { display: block; padding: 18px 20px; border: 1px solid rgba(0,0,0,.08); border-radius: 10px; text-decoration: none; color: inherit; background: #fff; transition: all .15s; }
.bk-related-item:hover { border-color: #2563eb; box-shadow: 0 4px 12px rgba(37,99,235,.12); transform: translateY(-1px); }
.bk-related-title { margin: 0 0 6px; font-size: 1.05rem; color: #2563eb; }
.bk-related-desc { margin: 0; font-size: .9rem; color: #475569; line-height: 1.5; }

/* ---------- Reviews ---------- */
.bk-reviews-summary { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; padding: 14px 18px; background: #fef3c7; border-radius: 10px; }
.bk-stars { font-size: 1.4rem; color: #f59e0b; letter-spacing: 2px; }
.bk-reviews-count { color: #78350f; font-weight: 600; }
.bk-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.bk-review { padding: 18px 20px; background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 10px; }
.bk-review-stars { color: #f59e0b; letter-spacing: 1px; margin-bottom: 8px; }
.bk-review-text { font-style: italic; margin: 0 0 12px; color: #1e293b; line-height: 1.6; }
.bk-review-meta { display: flex; justify-content: space-between; font-size: .85rem; color: #64748b; }
.bk-review-date { font-variant-numeric: tabular-nums; }

/* ---------- Social share ---------- */
.bk-social-share .bk-container { text-align: center; }
.bk-share-label { color: #64748b; margin: 0 0 12px; font-size: .95rem; }
.bk-share-buttons { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.bk-share-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 8px; text-decoration: none; font-size: .88rem; font-weight: 600; color: #fff; transition: opacity .12s; }
.bk-share-btn:hover { opacity: .85; }
.bk-share-twitter { background: #000; }
.bk-share-facebook { background: #1877f2; }
.bk-share-linkedin { background: #0a66c2; }
.bk-share-whatsapp { background: #25d366; }
.bk-share-mail { background: #6b7280; }

/* ---------- Weather widget ---------- */
.bk-weather-card { display: grid; grid-template-columns: 1fr 2fr; gap: 24px; padding: 24px; background: linear-gradient(135deg, #dbeafe, #f0f9ff); border-radius: 14px; box-shadow: 0 4px 14px rgba(59,130,246,.08); }
@media (max-width: 600px) { .bk-weather-card { grid-template-columns: 1fr; } }
.bk-weather-loading { padding: 24px; text-align: center; color: #64748b; }
.bk-weather-now { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.bk-weather-temp { font-size: 3.5rem; font-weight: 700; color: #1e40af; line-height: 1; }
.bk-weather-desc { font-size: 1.1rem; color: #1e293b; margin-top: 4px; }
.bk-weather-wind { font-size: .85rem; color: #64748b; margin-top: 6px; }
.bk-weather-forecast { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; align-items: end; }
.bk-weather-day { text-align: center; padding: 10px 6px; background: rgba(255,255,255,.6); border-radius: 8px; }
.bk-weather-day-name { font-size: .8rem; color: #64748b; text-transform: capitalize; }
.bk-weather-day-icon { font-size: 1.6rem; margin: 4px 0; }
.bk-weather-day-temps { font-size: .85rem; font-weight: 600; }

/* ---------- Image hero (full-bleed met overlay) ---------- */
.bk-image-hero { position: relative; display: flex; align-items: center; padding: 0; color: #fff; }
.bk-image-hero-inner { max-width: 1100px; margin: 0 auto; padding: 60px 24px; width: 100%; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.bk-image-hero-left .bk-image-hero-inner { text-align: left; }
.bk-image-hero-center .bk-image-hero-inner { text-align: center; }
.bk-image-hero-right .bk-image-hero-inner { text-align: right; }
.bk-image-hero-title { font-size: clamp(2rem, 6vw, 4.5rem); margin: 0 0 16px; font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; }
.bk-image-hero-subtitle { font-size: clamp(1.05rem, 2vw, 1.4rem); max-width: 720px; margin: 0 auto 28px; opacity: .95; line-height: 1.5; }
.bk-image-hero-left .bk-image-hero-subtitle { margin-left: 0; }
.bk-image-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: inherit; }
.bk-image-hero-center .bk-image-hero-actions { justify-content: center; }
.bk-image-hero-right .bk-image-hero-actions { justify-content: flex-end; }
.bk-btn-ghost { background: transparent; border: 2px solid #fff; color: #fff; }
.bk-btn-ghost:hover { background: rgba(255,255,255,.15); }
@media (max-width: 540px) { .bk-image-hero-inner { padding: 40px 18px; } }

/* ---------- Quick facts ---------- */
.bk-qf-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 22px; }
.bk-qf-item { padding: 28px 20px; text-align: center; transition: opacity .6s ease, transform .6s ease; opacity: 0; transform: translateY(20px); }
.bk-qf-item.qf-visible { opacity: 1; transform: translateY(0); }
.bk-qf-icon { font-size: 2.5rem; margin-bottom: 12px; }
.bk-qf-number { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; color: #2563eb; line-height: 1; margin-bottom: 6px; letter-spacing: -0.02em; }
.bk-qf-label { font-size: .92rem; color: #64748b; text-transform: uppercase; letter-spacing: .04em; font-weight: 600; }
.bk-qf-cards .bk-qf-item { background: #fff; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.bk-qf-flat .bk-qf-item { background: transparent; }
.bk-qf-dark { background: #0f172a; color: #fff; padding: 60px 0; }
.bk-qf-dark .bk-qf-item { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; }
.bk-qf-dark .bk-qf-number { color: #fbbf24; }
.bk-qf-dark .bk-qf-label { color: #cbd5e1; }

/* ---------- Gallery carousel ---------- */
.bk-carousel { padding: 40px 0; }
.bk-carousel-track { display: flex; overflow: hidden; border-radius: 12px; box-shadow: 0 4px 14px rgba(0,0,0,.08); }
.bk-carousel-slide { flex: 0 0 100%; margin: 0; transition: transform .5s ease; }
.bk-carousel-slide img { width: 100%; height: clamp(280px, 50vh, 520px); object-fit: cover; display: block; }
.bk-carousel-slide figcaption { padding: 14px 20px; background: #fff; color: #475569; font-size: .92rem; }
.bk-carousel-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 16px; }
.bk-carousel-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(0,0,0,.1); background: #fff; cursor: pointer; font-size: 1.4rem; line-height: 1; display: inline-flex; align-items: center; justify-content: center; transition: all .15s; }
.bk-carousel-btn:hover { background: #2563eb; color: #fff; border-color: #2563eb; }
.bk-carousel-dots { display: flex; gap: 2px; align-items: center; }
/* Tap-target 24x24 (WCAG mobile), visuele dot 8x8 via ::before-pseudo. */
.bk-carousel-dot { width: 24px; height: 24px; min-width: 24px; min-height: 24px; border-radius: 50%; background: transparent; border: none; padding: 0; cursor: pointer; position: relative; transition: all .15s; }
.bk-carousel-dot::before { content: ""; display: block; width: 8px; height: 8px; background: #cbd5e1; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all .15s; }
.bk-carousel-dot.active::before { background: #2563eb; width: 24px; height: 8px; border-radius: 4px; }

/* ---------- Testimonial carousel ---------- */
.bk-tc { padding: 60px 0; background: linear-gradient(135deg, #f8fafc, #eff6ff); }
.bk-tc-track { display: flex; overflow: hidden; }
.bk-tc-slide { flex: 0 0 100%; margin: 0; padding: 40px 24px; text-align: center; transition: transform .5s ease; }
.bk-tc-quote { font-size: clamp(1.1rem, 2.2vw, 1.5rem); font-style: italic; color: #1e293b; line-height: 1.5; margin: 0 auto 20px; max-width: 720px; }
.bk-tc-author strong { display: block; font-style: normal; font-weight: 700; color: #475569; }
.bk-tc-author small { display: block; font-style: normal; color: #64748b; margin-top: 2px; }
.bk-tc-dots { display: flex; gap: 6px; justify-content: center; margin-top: 16px; }
.bk-tc-dots .bk-carousel-dot { background: rgba(0,0,0,.2); }
.bk-tc-dots .bk-carousel-dot.active { background: #2563eb; }

/* ---------- Floating CTA (sticky bottom-bar) ---------- */
.bk-floating-cta { position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%) translateY(120%); z-index: 50; transition: transform .4s cubic-bezier(.4,0,.2,1); max-width: 720px; width: calc(100vw - 32px); }
.bk-floating-cta.is-visible { transform: translateX(-50%) translateY(0); }
.bk-fcta-inner { display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.bk-fcta-primary .bk-fcta-inner { background: linear-gradient(135deg, #2563eb, #1e40af); color: #fff; }
.bk-fcta-warm .bk-fcta-inner { background: linear-gradient(135deg, #f59e0b, #d97706); color: #fff; }
.bk-fcta-dark .bk-fcta-inner { background: #0f172a; color: #fff; }
.bk-fcta-text { flex: 1; font-weight: 600; }
.bk-fcta-close { background: transparent; border: none; color: inherit; opacity: .7; cursor: pointer; font-size: 1.4rem; line-height: 1; padding: 4px 8px; }
.bk-fcta-close:hover { opacity: 1; }
@media (max-width: 540px) {
  .bk-fcta-inner { flex-wrap: wrap; padding: 12px 14px; font-size: .9rem; }
  .bk-fcta-text { flex: 1 1 100%; }
}
