
:root {
  --bg: #f5f1e8;
  --surface: #fbf8f2;
  --surface-2: #efe7da;
  --green: #153829;
  --green-2: #244d3b;
  --gold: #b98d47;
  --gold-2: #ead7b5;
  --text: #173126;
  --muted: #627268;
  --line: rgba(21, 56, 41, .12);
  --shadow: 0 24px 70px rgba(19, 49, 37, .13);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: linear-gradient(180deg, #f8f4ed, #f0e8dc); color: var(--text); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.container { width: min(var(--max), calc(100% - 40px)); margin: auto; }
.topbar { background: #0f3024; color: #e9eee9; font-size: 13px; }
.topbar .container { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; }
.topbar a { color: #fff; }
.header { position: sticky; top: 0; z-index: 50; background: rgba(251, 248, 242, .94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 0; }
.brand { display: flex; align-items: center; gap: 14px; }
.mark { width: 44px; height: 44px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #2f624b, #0e2b20); display: grid; place-items: center; color: #fff; font-weight: 900; }
.brand strong { display: block; font-size: 21px; letter-spacing: .02em; }
.brand span { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; gap: 20px; font-weight: 800; font-size: 14px; align-items: center; }
.nav a.active, .nav a:hover { color: var(--gold); }
.lang-dropdown { margin-left: 8px; }
.lang-dropdown select { appearance: none; -webkit-appearance: none; border: 1px solid var(--line); border-radius: 999px; padding: 10px 36px 10px 14px; font-size: 12px; font-weight: 900; background: rgba(255,255,255,.88) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23153829' d='M6 8 0 0h12z'/%3E%3C/svg%3E") no-repeat right 12px center; color: var(--green); cursor: pointer; }
.mobile-lang { padding-top: 18px; }
.mobile .lang-dropdown { margin-left: 0; }
.mobile .lang-dropdown select { width: 100%; background-color: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.navbtn { display: flex; gap: 10px; align-items: center; }
.btn, .btn-secondary, .btn-ghost, button.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 13px 20px; font-weight: 900; background: var(--green); color: #fff; border: 1px solid var(--green); cursor: pointer; line-height: 1; }
.btn.light, .btn-secondary { background: #fff; color: var(--green); border-color: rgba(21, 56, 41, .16); }
.btn-ghost { background: transparent; color: var(--green); border-color: rgba(21, 56, 41, .16); }
.hamb { display: none; border: 1px solid var(--line); background: #fff; border-radius: 14px; padding: 9px; color: var(--green); }
.hamb span { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px; }
.mobile { display: none; position: fixed; z-index: 49; left: 16px; right: 16px; top: 88px; bottom: 16px; background: #fffaf4; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); padding: 24px; overflow-y: auto; }
.mobile.open { display: block; }
.mobile a { display: block; padding: 16px 0; font-weight: 900; border-bottom: 1px solid var(--line); }
.hero { padding: 28px 0 0; }
.hero-shell { position: relative; min-height: 700px; border-radius: 34px; overflow: hidden; background: #193829; box-shadow: var(--shadow); }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 28, 21, .82), rgba(10, 28, 21, .56) 40%, rgba(10, 28, 21, .18)), linear-gradient(180deg, rgba(10,28,21,.16), rgba(10,28,21,.24)); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .78fr; gap: 44px; min-height: 700px; align-items: center; padding: 70px; }
.eyebrow, .kicker { display: block; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; font-weight: 900; color: #e9cd91; margin-bottom: 14px; }
.hero h1, .page h1, .section h2, .section h3, .list-card h3, .img-card h3, .route-card h3, .story-card h3 { font-family: Georgia, serif; font-weight: 500; line-height: .92; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(64px, 8vw, 116px); color: #fff; margin: 0 0 18px; }
.lead { font-size: 23px; line-height: 1.22; color: #fff; margin: 0 0 16px; max-width: 680px; }
.copy { font-size: 17px; line-height: 1.75; color: rgba(255, 255, 255, .86); max-width: 620px; margin: 0 0 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.pillbar { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.pillbar span { color: #fff; border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .08); border-radius: 999px; padding: 9px 13px; font-weight: 800; }
.hero-panel { background: rgba(251, 248, 242, .96); border-radius: 28px; padding: 26px; box-shadow: var(--shadow); }
.hero-panel h2 { font: 500 42px/1 Georgia, serif; color: var(--green); margin: 6px 0 10px; }
.hero-panel p { color: var(--muted); line-height: 1.7; }
.panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.panel-grid a { background: var(--surface-2); border-radius: 18px; padding: 14px; min-height: 105px; }
.panel-grid strong { display: block; color: var(--green); font-size: 15px; }
.panel-grid span { font-size: 13px; color: var(--muted); }
.quick { margin-top: -28px; position: relative; z-index: 3; }
.quickgrid { display: grid; grid-template-columns: repeat(5, 1fr); background: rgba(251, 248, 242, .97); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.quickgrid a { padding: 18px; text-align: center; font-weight: 900; border-right: 1px solid var(--line); }
.quickgrid a:last-child { border: 0; }
.section { padding: 84px 0; }
.section.alt { background: rgba(255, 255, 255, .38); border-top: 1px solid rgba(255, 255, 255, .55); border-bottom: 1px solid rgba(255, 255, 255, .55); }
.section-head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: end; margin-bottom: 32px; }
.section h2 { font-size: clamp(46px, 5vw, 78px); color: var(--green); margin: 0; }
.section-head p { font-size: 17px; line-height: 1.8; color: var(--muted); margin: 0; }
.img-grid, .story-grid, .village-grid, .route-grid, .list-grid, .mini-grid, .stay-grid { display: grid; gap: 20px; }
.img-grid { grid-template-columns: repeat(5, 1fr); }
.story-grid, .village-grid, .list-grid { grid-template-columns: repeat(3, 1fr); }
.route-grid { grid-template-columns: repeat(2, 1fr); }
.stay-grid { grid-template-columns: repeat(4, 1fr); }
.mini-grid { grid-template-columns: repeat(4, 1fr); }
.img-card, .story-card, .route-card, .list-card, .stay-card, .mini, .detail-copy, .aside, .soft-card { background: rgba(255, 255, 255, .82); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); overflow: hidden; }
.img-card img, .story-card img { aspect-ratio: 4/3; object-fit: cover; }
.img-card div, .story-card div, .list-card, .route-card, .stay-card, .mini, .detail-copy, .aside, .soft-card { padding: 22px; }
.img-card h3, .story-card h3, .route-card h3, .list-card h3 { font-size: 28px; color: var(--green); margin: 0 0 8px; }
.img-card p, .story-card p, .route-card p, .list-card p, .stay-card p, .mini span, .detail-copy p, .soft-card p { color: var(--muted); line-height: 1.65; margin: 0 0 12px; }
.list-card small, .count { display: inline-flex; background: var(--gold-2); color: #805c24; border-radius: 999px; padding: 8px 12px; font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 12px; }
.stay-card h3 { font-size: 24px; margin: 0 0 8px; color: var(--green); }
.stay-card a, .list-card a:not(.btn):not(.btn-secondary):not(.btn-ghost) { font-weight: 900; color: var(--green); }
.highlights { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.stack { display: grid; gap: 22px; }
.banner { display: grid; grid-template-columns: 1fr 1.1fr; background: linear-gradient(90deg, #123526, #28503d); border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); color: #fff; }
.banner .text { padding: 42px; }
.banner h2 { color: #fff; font-size: 62px; }
.banner p { color: rgba(255, 255, 255, .86); line-height: 1.75; }
.banner img { height: 100%; min-height: 340px; object-fit: cover; }
.page { padding: 54px 0 30px; }
.pagebox { background: linear-gradient(180deg, #fbf8f2, #f1eadf); border: 1px solid var(--line); border-radius: 34px; padding: 42px; box-shadow: var(--shadow); }
.page h1 { font-size: clamp(48px, 6vw, 78px); color: var(--green); margin: 0 0 14px; }
.page p { font-size: 18px; color: var(--muted); max-width: 840px; }
.crumbs { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
.detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; padding-bottom: 70px; }
.detail-copy h2 { font-size: 38px; color: var(--green); font-family: Georgia, serif; }
.aside h3 { font-size: 26px; color: var(--green); font-family: Georgia, serif; }
.aside ul, .list-card ul { color: var(--muted); padding-left: 18px; }
.actions, .detail-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.active-hero { position: relative; overflow: hidden; border-radius: 30px; min-height: 460px; background: #1b3328; box-shadow: var(--shadow); margin-bottom: 28px; }
.active-photo { position: absolute; inset: 0; background-size: cover; background-position: center; }
.active-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,27,21,.76), rgba(11,27,21,.44) 44%, rgba(11,27,21,.12)); }
.active-copy { position: relative; z-index: 2; max-width: 720px; padding: 56px; }
.active-copy h2 { font: 500 clamp(42px, 5vw, 72px)/.96 Georgia, serif; color: #fff; margin: 0 0 16px; }
.active-intro { display: inline-block; max-width: 660px; background: rgba(10,27,21,.46); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: 16px 18px; border-radius: 20px; box-shadow: 0 14px 40px rgba(0,0,0,.16); margin: 0 0 18px; }
.active-intro p { color: rgba(255,255,255,.92); font-size: 18px; line-height: 1.75; margin: 0; }
.chip-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 24px; }
.chip-cloud span { display: inline-flex; align-items: center; border-radius: 999px; padding: 10px 14px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); color: #fff; font-weight: 800; }
.active-subgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 8px; }
.map-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: stretch; }
.map-visual { min-height: 460px; border-radius: 30px; background: radial-gradient(circle at 28% 32%, rgba(185,141,71,.72) 0 7%, transparent 8%), radial-gradient(circle at 60% 26%, rgba(31,77,59,.72) 0 9%, transparent 10%), radial-gradient(circle at 42% 66%, rgba(185,141,71,.55) 0 8%, transparent 9%), radial-gradient(circle at 76% 64%, rgba(31,77,59,.60) 0 7%, transparent 8%), linear-gradient(135deg, #e6ddcd, #f8f4ed); border: 1px solid var(--line); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.map-visual::before { content: ""; position: absolute; inset: 34px; border: 2px dashed rgba(21,56,41,.20); border-radius: 44% 56% 52% 48% / 48% 42% 58% 52%; }
.map-label { position: absolute; background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; color: #173d2f; font-weight: 900; box-shadow: 0 10px 28px rgba(19,49,37,.10); }
.map-label.one { left: 18%; top: 22%; } .map-label.two { right: 16%; top: 19%; } .map-label.three { left: 30%; bottom: 22%; } .map-label.four { right: 13%; bottom: 28%; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: grid; gap: 8px; font-weight: 800; color: var(--green); }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 16px; padding: 13px 14px; font: inherit; color: var(--text); }
.form-grid textarea { min-height: 150px; resize: vertical; }
.form-full { grid-column: 1 / -1; }
.footer { background: linear-gradient(180deg, #16372b, #10291f); color: #eef2ef; margin-top: 40px; }
.footer-top { display: grid; grid-template-columns: 1.3fr .8fr .8fr .8fr 1.2fr; gap: 24px; padding: 44px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-title { font: 500 36px/.98 Georgia, serif; margin: 0 0 10px; }
.footer h4 { font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: #d7ba7a; margin: 0 0 14px; }
.footer p, .footer a { color: rgba(255,255,255,.82); }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-media { min-height: 220px; border-radius: 24px; background: linear-gradient(90deg, rgba(16,41,31,.18), rgba(16,41,31,.05)), url('../images/footer-hulzenberg-uitzicht.jpg') center/cover no-repeat; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding: 18px 0; color: rgba(255,255,255,.72); font-size: 14px; }
@media (max-width:1180px) { .hero-content, .section-head, .highlights, .banner, .detail, .footer-top, .map-wrap { grid-template-columns: 1fr; } .img-grid { grid-template-columns: repeat(3,1fr); } .stay-grid, .list-grid, .story-grid, .village-grid, .mini-grid, .active-subgrid { grid-template-columns: repeat(2,1fr); } .hero-panel { max-width: 520px; } .hero h1 { font-size: 82px; } }
@media (max-width:860px) { .topbar .container { display: grid; } .nav, .navbtn .btn { display: none; } .hamb { display: block; } .hero-shell { min-height: auto; } .hero-content { grid-template-columns: 1fr; padding: 34px 24px; min-height: auto; } .hero h1 { font-size: 56px; } .lead { font-size: 19px; } .quick { margin-top: 18px; } .quickgrid { grid-template-columns: 1fr 1fr; } .section { padding: 62px 0; } .section h2 { font-size: 48px; } .img-grid, .stay-grid, .list-grid, .story-grid, .village-grid, .route-grid, .mini-grid, .active-subgrid, .form-grid { grid-template-columns: 1fr; } .footer-top { grid-template-columns: 1fr; } .footer-bottom { display: grid; } .pagebox { padding: 30px; } .panel-grid { grid-template-columns: 1fr; } }


/* Correctie: mobiel menu en compacte taalkeuze */
.mobile.open {
  display: block;
}
.mobile .lang-dropdown {
  padding-top: 18px;
}
.lang-dropdown select.site-language {
  min-width: 74px;
}
@media (max-width: 860px) {
  .mobile {
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile .lang-dropdown select.site-language {
    width: 100%;
  }
}


/* Definitieve mobiele menufix */
.hamb {
  touch-action: manipulation;
}
.mobile {
  z-index: 9999;
}
.mobile.open {
  display: block !important;
}
@media (max-width: 860px) {
  .mobile {
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .hamb {
    display: block !important;
    position: relative;
    z-index: 10001;
  }
}

/* Mobile menu: keep the drawer viewport-relative, outside the sticky header. */
@media (max-width: 860px) {
  .mobile {
    top: 108px; /* JS refines this to the actual header bottom when opened. */
    bottom: 16px;
    max-height: none;
    height: auto;
  }
}

/* Mobile menu close control: keep the header button above the drawer and morph it into an X. */
@media (max-width: 860px) {
  .mobile { z-index: 49 !important; }
  .header { z-index: 50; }
  .hamb { z-index: 51; }
  .hamb span { transition: transform .2s ease, opacity .2s ease; transform-origin: center; }
  .hamb[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamb[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .hamb[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
