:root {
  --charcoal: #414042;
  --charcoal-soft: #6b6a6d;
  --bordeaux: #782350;
  --bordeaux-dark: #5e1b3f;
  --flame: #d93012;
  --flame-dark: #b52204;
  --orange: #f0862c;
  --paper: #ffffff;
  --paper-warm: #faf7f5;
  --line: #e8e4e1;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-padding-top: 90px; }

body {
  font-family: 'Poppins', 'Trebuchet MS', Tahoma, sans-serif;
  color: var(--charcoal);
  background: var(--paper);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3 { color: var(--charcoal); line-height: 1.35; font-weight: 600; }
h1 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h2 { font-size: clamp(1.35rem, 2.6vw, 1.9rem); margin-bottom: 1rem; }
h3 { font-size: 1.15rem; margin-bottom: .4rem; }
p { margin-bottom: 1rem; color: var(--charcoal-soft); }

.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; position: relative; }

/* ---------- Poster overlay ---------- */
.poster-overlay {
  position: fixed; inset: 0; z-index: 500;
  background: rgba(20, 8, 14, .72);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
}
.poster-overlay[hidden] { display: none; }
.poster-box { position: relative; max-width: 480px; width: 100%; }
.poster-box img {
  width: 100%; max-height: 86vh; object-fit: contain; display: block;
  border-radius: 8px; box-shadow: 0 24px 70px rgba(0,0,0,.45);
}
.poster-close {
  position: absolute; top: -14px; right: -14px; z-index: 1;
  width: 40px; height: 40px; border-radius: 50%; border: none;
  background: var(--flame); color: #fff; font-size: 1.5rem; line-height: 1;
  cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.35);
}
.poster-close:hover { background: var(--flame-dark); }
@media (max-width: 560px) { .poster-close { top: 8px; right: 8px; } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; gap: 20px;
  padding: 16px 24px; max-width: 1080px; margin: 0 auto;
}
.logo { text-decoration: none; line-height: 1.1; display: flex; align-items: center; gap: 12px; }
.logo-globe {
  height: 62px; width: auto; display: block;
  filter: drop-shadow(0 2px 6px rgba(65, 64, 66, .18));
  transition: transform .25s ease;
}
.logo:hover .logo-globe { transform: rotate(8deg) scale(1.05); }
.logo-wordmark { height: 33px; width: auto; display: block; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.donate-heart {
  display: flex; align-items: center; gap: 8px;
  color: var(--flame); text-decoration: none; font-weight: 600; font-size: .95rem;
}
.donate-heart svg { width: 34px; height: 30px; }
.nav-toggle {
  background: none; border: none; cursor: pointer; padding: 6px;
  display: flex; flex-direction: column; gap: 6px;
}
.nav-toggle span { display: block; width: 30px; height: 3px; background: var(--charcoal); border-radius: 2px; }

/* Overlay menu (Oranje Fonds style hamburger on all sizes) */
.menu-overlay {
  position: fixed; inset: 0; background: var(--bordeaux); z-index: 200;
  display: none; flex-direction: column; padding: 32px 24px;
}
.menu-overlay.open { display: flex; }
.menu-close {
  background: none; border: none; color: #fff; font-size: 2.2rem;
  cursor: pointer; align-self: flex-end; line-height: 1;
}
.menu-links { margin-top: 24px; display: flex; flex-direction: column; gap: 6px; }
.menu-links a {
  color: #fff; text-decoration: none; font-size: 1.45rem; font-weight: 600;
  padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; gap: 14px;
}
.menu-links a:hover { color: var(--orange); }
.menu-links .arrow { color: var(--orange); }

/* ---------- Decorative circles ---------- */
.deco { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.deco-bordeaux { background: var(--bordeaux); }
.deco-flame { background: var(--flame); }
.deco-orange { background: var(--orange); }

/* ---------- Hero ---------- */
.hero { padding: 64px 0 40px; position: relative; }
.hero h1 { max-width: 780px; position: relative; z-index: 1; }

.hero-video {
  min-height: 62vh;
  display: flex; align-items: center;
  overflow: hidden;
  padding: 96px 0;
}
.hero-video .hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, rgba(33,10,22,.62) 0%, rgba(33,10,22,.38) 60%, rgba(33,10,22,.15) 100%);
}
.hero-video h1 { color: #fff; z-index: 2; text-shadow: 0 2px 18px rgba(0,0,0,.25); }

/* ---------- Direct naar panel ---------- */
.direct-panel-wrap { padding: 28px 0 56px; position: relative; }
.direct-panel {
  background: var(--bordeaux); border-radius: 6px;
  padding: 48px 56px; position: relative; z-index: 1;
}
.direct-panel-title { color: #fff; opacity: .92; font-size: 1.05rem; margin-bottom: 20px; font-weight: 400; }
.direct-panel a {
  display: flex; align-items: center; gap: 16px;
  color: #fff; text-decoration: none; font-weight: 600; font-size: 1.15rem;
  padding: 13px 0;
}
.direct-panel a .arrow { color: var(--orange); font-size: 1.3rem; transition: transform .15s ease; }
.direct-panel a:hover .arrow { transform: translateX(6px); }
.deco-panel-left {
  width: 130px; height: 130px; left: -65px; top: 50%;
  transform: translateY(-50%); z-index: 2;
}

/* ---------- Impact strip ---------- */
.impact { padding: 24px 0 8px; }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.impact-number { display: block; font-size: 2.3rem; font-weight: 700; color: var(--flame); line-height: 1.2; }
.impact-label { color: var(--charcoal-soft); font-size: .92rem; }

/* ---------- Sections ---------- */
.section { padding: 56px 0; position: relative; }
.section-lede { max-width: 720px; }

/* ---------- Story / theme cards ---------- */
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 28px; }
.story-card {
  position: relative; border-radius: 6px; overflow: hidden;
  min-height: 320px; display: flex; align-items: flex-end;
  text-decoration: none;
}
.story-card .photo {
  position: absolute; inset: 0;
  display: grid; place-items: center; font-size: 3.2rem;
}
.photo-a { background: linear-gradient(150deg, #8a3560 0%, var(--bordeaux) 55%, #4d1633 100%); }
.photo-b { background: linear-gradient(150deg, #f0862c 0%, #e05a1e 55%, var(--flame) 100%); }
.photo-c { background: linear-gradient(150deg, #58415e 0%, var(--bordeaux-dark) 60%, #341022 100%); }
.story-caption {
  position: relative; z-index: 1; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px;
  background: linear-gradient(to top, rgba(20,8,14,.72), rgba(20,8,14,0));
  color: #fff; font-weight: 600; font-size: 1.05rem;
}
.story-caption .arrow { color: #fff; font-size: 1.3rem; transition: transform .15s ease; }
.story-card:hover .arrow { transform: translateX(6px); }
.story-desc { padding: 14px 4px 0; font-size: .95rem; }

/* ---------- Quote ---------- */
.quote-band { background: var(--paper-warm); padding: 64px 0; position: relative; overflow: hidden; }
.quote-band blockquote {
  font-size: clamp(1.15rem, 2.2vw, 1.5rem); font-weight: 600; color: var(--charcoal);
  max-width: 760px; position: relative; z-index: 1;
}
.quote-band cite { display: block; margin-top: 14px; font-style: normal; font-weight: 400; color: var(--charcoal-soft); font-size: .95rem; }
.deco-quote { width: 180px; height: 180px; right: -90px; bottom: -90px; opacity: .9; }

/* ---------- CTA button (Oranje Fonds style) ---------- */
.btn-cta {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--flame); color: #fff; text-decoration: none;
  font-weight: 600; font-size: 1.05rem;
  padding: 16px 28px; border-radius: 5px;
  transition: background .15s ease;
}
.btn-cta .arrow { transition: transform .15s ease; }
.btn-cta:hover { background: var(--flame-dark); }
.btn-cta:hover .arrow { transform: translateX(6px); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 12px;
  border: 2px solid var(--flame); color: var(--flame); text-decoration: none;
  font-weight: 600; font-size: 1rem; padding: 13px 24px; border-radius: 5px;
}
.btn-outline:hover { background: var(--flame); color: #fff; }

/* ---------- Help blocks ---------- */
.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 28px; }
.help-card {
  border: 1px solid var(--line); border-radius: 6px; padding: 30px;
  background: #fff;
}
.help-card .help-icon { font-size: 2rem; margin-bottom: .6rem; display: block; }
.help-card a { color: var(--flame); font-weight: 600; text-decoration: none; }
.help-card a:hover { text-decoration: underline; }

/* ---------- Donate band ---------- */
.donate-band { background: var(--bordeaux); padding: 64px 0; position: relative; overflow: hidden; }
.donate-band h2, .donate-band p { color: #fff; }
.donate-band p { color: rgba(255,255,255,.85); }
.donate-band .donate-iban {
  font-size: 1.25rem; font-weight: 600; color: #fff; margin: 18px 0 24px;
}
.donate-band .donate-iban span { display: block; font-size: .9rem; font-weight: 400; color: rgba(255,255,255,.75); }
.deco-donate { width: 220px; height: 220px; left: -110px; top: -110px; background: var(--flame); opacity: .35; }
.donate-band .btn-cta { background: var(--orange); color: var(--charcoal); }
.donate-band .btn-cta:hover { background: #ffa14d; }

/* ---------- Contact ---------- */
.contact-details { font-size: 1.05rem; }
.contact-details a { color: var(--flame); font-weight: 600; text-decoration: none; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 56px 0 0; background: #fff; }
.footer-logo-lockup { margin-bottom: 14px; }
.footer-logo-lockup .logo-globe { height: 48px; }
.footer-logo-lockup .logo-wordmark { height: 26px; }
.footer-cta h2 { font-size: 1.4rem; }
.footer-cta .btn-outline { width: fit-content; }
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 32px;
  padding: 40px 0; border-bottom: 1px solid var(--line);
}
.footer-heading { font-weight: 600; color: var(--charcoal); margin-bottom: .6rem; }
.site-footer a { display: block; color: var(--charcoal-soft); text-decoration: none; padding: 3px 0; }
.site-footer a:hover { color: var(--flame); }
.badge-row { display: flex; gap: 14px; align-items: center; margin-top: 10px; }
.badge {
  border: 1px solid var(--line); border-radius: 4px; padding: 6px 12px;
  font-size: .8rem; font-weight: 600; color: var(--bordeaux);
}
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 8px 28px; align-items: center;
  padding: 22px 0; font-size: .88rem; color: var(--charcoal-soft);
}
.footer-bottom a { display: inline; padding: 0; }

/* ---------- Page hero (subpages) ---------- */
.page-hero {
  position: relative; min-height: 320px;
  display: flex; align-items: flex-end;
  overflow: hidden; padding: 48px 0;
}
.page-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero h1 { color: #fff; position: relative; z-index: 2; max-width: 720px; text-shadow: 0 2px 18px rgba(0,0,0,.3); }

/* ---------- Rent cards ---------- */
.rent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 28px; }
.rent-card { border: 1px solid var(--line); border-radius: 6px; padding: 32px; background: #fff; }
.rent-card-free { background: var(--paper-warm); border-color: #edd9c8; }
.rent-list { margin: 0 0 1rem 1.2rem; color: var(--charcoal-soft); }
.rent-list li { margin-bottom: .35rem; }
.rent-price { font-weight: 700; color: var(--bordeaux); font-size: 1.1rem; margin-bottom: 0; }
.rent-sub { display: block; font-size: .88rem; font-weight: 500; color: var(--charcoal-soft); }
.rent-price-free { color: var(--flame); }

/* ---------- Calendar ---------- */
.cal-wrap {
  border: 1px solid var(--line); border-radius: 6px;
  padding: 28px; max-width: 640px; background: #fff;
}
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.cal-title { font-weight: 600; font-size: 1.15rem; text-transform: capitalize; }
.cal-nav {
  background: var(--paper-warm); border: 1px solid var(--line); border-radius: 5px;
  width: 42px; height: 42px; font-size: 1.1rem; cursor: pointer; color: var(--charcoal);
}
.cal-nav:hover:not(:disabled) { background: var(--flame); color: #fff; border-color: var(--flame); }
.cal-nav:disabled { opacity: .35; cursor: default; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal-daynames { margin-bottom: 8px; }
.cal-daynames span { text-align: center; font-size: .8rem; font-weight: 600; color: var(--charcoal-soft); }
.cal-day {
  aspect-ratio: 1; border-radius: 5px; border: 1px solid var(--line);
  background: #fff; font-family: inherit; font-size: .95rem; color: var(--charcoal);
}
.cal-day.is-free { cursor: pointer; border-color: #cfe3d4; background: #f2faf4; color: #1d6b3a; font-weight: 600; }
.cal-day.is-free:hover { background: #dff3e5; }
.cal-day.is-busy { background: #f7e3e0; border-color: #eec9c4; color: #a33325; text-decoration: line-through; cursor: not-allowed; }
.cal-day.is-part { cursor: pointer; border-color: #f2d9b8; background: #fdf3e3; color: #9a6b1f; font-weight: 600; }
.cal-day.is-part:hover { background: #f8e8cc; }
.cal-day.is-past { opacity: .35; }
.cal-day.is-selected { background: var(--flame); border-color: var(--flame); color: #fff; font-weight: 700; }
.cal-legend { display: flex; gap: 22px; margin-top: 18px; font-size: .88rem; color: var(--charcoal-soft); flex-wrap: wrap; }
.dot { display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: 6px; vertical-align: -1px; }
.dot-free { background: #f2faf4; border: 1px solid #cfe3d4; }
.dot-part { background: #fdf3e3; border: 1px solid #f2d9b8; }
.dot-busy { background: #f7e3e0; border: 1px solid #eec9c4; }
.dot-sel { background: var(--flame); }

/* ---------- Hour slots ---------- */
.book-cols { display: grid; grid-template-columns: 1.15fr 1fr; gap: 28px; align-items: start; }
.slots-wrap { border: 1px solid var(--line); border-radius: 6px; padding: 28px; background: #fff; }
.slots-wrap h3 { text-transform: capitalize; }
.slots-hint { font-size: .92rem; }
.slots-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 14px 0; }
.slot {
  padding: 11px 8px; border-radius: 5px; border: 1px solid #cfe3d4;
  background: #f2faf4; color: #1d6b3a; font-family: inherit; font-size: .9rem;
  font-weight: 600; cursor: pointer;
}
.slot:hover:not(:disabled):not(.is-selected) { background: #dff3e5; }
.slot.is-busy { background: #f7e3e0; border-color: #eec9c4; color: #a33325; text-decoration: line-through; cursor: not-allowed; }
.slot.is-selected { background: var(--flame); border-color: var(--flame); color: #fff; }
.slots-pick { font-weight: 600; color: var(--bordeaux); margin: 6px 0 0; }
.form-status.is-error { color: #a33325; }
@media (max-width: 900px) { .book-cols { grid-template-columns: 1fr; } }

/* ---------- Booking form ---------- */
.book-form { max-width: 720px; display: flex; flex-direction: column; gap: 18px; margin-top: 10px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.book-form label { display: flex; flex-direction: column; gap: 6px; font-weight: 600; font-size: .92rem; color: var(--charcoal); }
.book-form input, .book-form select, .book-form textarea {
  font-family: inherit; font-size: 1rem; color: var(--charcoal);
  padding: 12px 14px; border: 1px solid var(--line); border-radius: 5px; background: #fff;
}
.book-form input:focus, .book-form select:focus, .book-form textarea:focus {
  outline: 2px solid var(--flame); outline-offset: 0; border-color: var(--flame);
}
.book-form input[readonly] { background: var(--paper-warm); }
.type-note {
  background: var(--paper-warm); border-left: 4px solid var(--orange);
  padding: 12px 16px; border-radius: 0 5px 5px 0; font-size: .95rem; margin: 0;
}
.form-status { color: #1d6b3a; font-weight: 600; }

/* ---------- ANBI page ---------- */
.anbi-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.anbi-table th, .anbi-table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.anbi-table th { color: var(--bordeaux); width: 250px; font-weight: 600; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .story-grid, .help-grid { grid-template-columns: 1fr; }
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .direct-panel { padding: 36px 28px; }
  .deco-panel-left { display: none; }
}
