
/* Algemene fixes */
.topbar{min-height:72px;overflow:visible}.topbar .brand{white-space:nowrap}.topbar nav{justify-content:flex-end}
.hero.extended-hero{min-height:430px}.hero h1{max-width:780px}.hero .lead{max-width:640px}
.notice-box{display:none!important}

/* Home kaart + resultatenbreedte */
.home-map-section,.container.layout-with-sidebar{width:min(1380px,94vw)!important;max-width:1380px!important;margin-left:auto!important;margin-right:auto!important}
.home-map-section{margin-top:34px!important;margin-bottom:30px!important;display:grid;grid-template-columns:360px minmax(0,1fr);gap:24px;align-items:stretch}
.home-map-copy{background:#fff;border:1px solid rgba(20,63,42,.08);border-radius:30px;padding:28px;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center}
.home-map-copy h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.05;margin:0 0 14px;color:var(--green)}
.home-map-copy p:last-child{line-height:1.7;color:#526356;margin:0}
.home-map-card{background:#fff;border-radius:30px;border:1px solid rgba(20,63,42,.08);box-shadow:var(--shadow);overflow:hidden;min-height:520px}
#homeParksMap{width:100%;height:520px}
.container.layout-with-sidebar{grid-template-columns:360px minmax(0,1fr)!important;gap:32px!important}
.results-area .cards-two{grid-template-columns:repeat(2,minmax(0,1fr))!important}

/* Leaflet marker/popup */
.cp-marker{background:#143f2a;border:3px solid #fff;border-radius:999px;box-shadow:0 10px 28px rgba(20,63,42,.32);display:grid;place-items:center}
.cp-marker span{display:grid;place-items:center;width:100%;height:100%;font-size:19px}
.map-popup{width:260px}.map-popup img{width:100%;height:110px;object-fit:cover;border-radius:14px;margin-bottom:10px}.map-popup strong{display:block;color:#143f2a;font-size:1rem;margin-bottom:4px}.map-popup span{display:block;color:#657267;font-size:.85rem;font-weight:800}.map-popup p{margin:8px 0 10px;line-height:1.45}.map-popup a{display:inline-flex;border-radius:999px;background:#1f7a48;color:#fff!important;text-decoration:none;font-weight:900;padding:8px 12px}

/* Kaartpagina */
.map-hero-fixed{min-height:330px;display:flex;align-items:end;padding:76px 5vw 50px;background:linear-gradient(135deg,rgba(20,63,42,.96),rgba(31,122,72,.55)),url('https://images.unsplash.com/photo-1473448912268-2022ce9509d8?auto=format&fit=crop&w=1900&q=80') center/cover;color:#fff}
.map-hero-fixed>div{max-width:900px}.map-hero-fixed h1{font-size:clamp(2.2rem,4.5vw,4.8rem);line-height:1;margin:0 0 14px}.map-hero-fixed p:last-child{font-size:1.14rem;color:#eef7ee}
.map-page-fixed{width:min(1380px,94vw);margin:34px auto 60px;display:grid;grid-template-columns:360px minmax(0,1fr);gap:24px;align-items:stretch}
.map-sidebar-fixed{background:#fff;border-radius:30px;border:1px solid rgba(20,63,42,.08);box-shadow:var(--shadow);padding:24px;min-height:720px;display:flex;flex-direction:column}
.map-sidebar-fixed h2{margin:0 0 16px;color:var(--green)}
.map-list-fixed{display:grid;gap:10px;margin-top:16px;overflow:auto;padding-right:4px}
.map-list-item-fixed{border:1px solid #dfeade;background:#f8fbf8;border-radius:18px;padding:14px;text-align:left;cursor:pointer}
.map-list-item-fixed:hover{background:var(--mint)}.map-list-item-fixed strong{display:block;color:var(--green);font-size:1rem}.map-list-item-fixed span{display:block;margin-top:3px;color:#526356;font-weight:750}.map-list-item-fixed em{display:block;margin-top:6px;color:var(--green2);font-style:normal;font-weight:900}
.map-card-fixed{background:#fff;border-radius:30px;border:1px solid rgba(20,63,42,.08);box-shadow:var(--shadow);overflow:hidden;min-height:720px}
#parksMap{width:100%;height:720px;display:block}

/* Footer */
.footer.site-footer-clean{margin-top:70px;background:#143f2a;color:#dcefe1;padding:36px 5vw;text-align:center}
.footer.site-footer-clean .footer-inner{max-width:1000px;margin:0 auto}.footer.site-footer-clean strong{display:block;color:#fff;font-size:1.15rem;margin-bottom:6px}.footer.site-footer-clean p{margin:0 auto 14px;max-width:720px}.footer.site-footer-clean nav{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.footer.site-footer-clean a{color:#fff;text-decoration:none;font-weight:850}

@media(max-width:1050px){.home-map-section,.map-page-fixed,.container.layout-with-sidebar{grid-template-columns:1fr!important}.map-sidebar-fixed{min-height:auto;max-height:460px}.results-area .cards-two{grid-template-columns:1fr!important}}
@media(max-width:680px){.home-map-section,.map-page-fixed,.container.layout-with-sidebar{width:min(100% - 24px,94vw)!important}#homeParksMap,.home-map-card{height:430px;min-height:430px}#parksMap,.map-card-fixed{height:560px;min-height:560px}.topbar{align-items:flex-start}.topbar nav{width:100%;justify-content:flex-start}.hero.extended-hero{min-height:auto;padding-top:70px;padding-bottom:70px}}
