:root{
  --bg:#f8f8f5;--paper:#fff;--ink:#252820;--muted:#6a6f63;
  --olive:#6e7a5f;--olive-dark:#4e5a45;--olive-soft:#eef2e9;
  --line:rgba(78,90,69,.15);--line-strong:rgba(78,90,69,.24);
  --shadow:0 10px 28px rgba(46,53,42,.055);
  --shadow-hover:0 14px 34px rgba(46,53,42,.09);
  --radius-lg:22px;--radius-md:16px;--max:1180px;
}
*,*::before,*::after{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
a:focus-visible,summary:focus-visible{outline:3px solid rgba(110,122,95,.34);outline-offset:3px}

.home-skip-link{position:fixed;left:16px;top:-80px;z-index:1000;padding:10px 16px;border-radius:999px;background:var(--ink);color:#fff;font-weight:800;transition:top .15s ease}
.home-skip-link:focus{top:12px}

.home-header{position:sticky;top:0;z-index:100;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}
.home-header__inner{width:min(var(--max),calc(100% - 36px));min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;margin:0 auto}
.home-brand{display:inline-flex;align-items:center;gap:9px;min-width:0}
.home-brand img{width:46px;height:46px;object-fit:contain}
.home-brand__name{font-size:1.24rem;font-weight:900;letter-spacing:-.035em;line-height:1;white-space:nowrap}
.home-header__actions{grid-column:3;display:flex;align-items:center;gap:14px}
.home-language{display:flex;align-items:center;gap:2px}
.home-language a{display:grid;width:31px;height:28px;place-items:center;border:1px solid transparent;border-radius:7px;font-size:1.05rem;line-height:1;transition:background .15s ease,border-color .15s ease,transform .15s ease}
.home-language a:hover,.home-language a:focus-visible{border-color:var(--line-strong);background:var(--olive-soft);transform:translateY(-1px)}
.home-language a.active{border-color:rgba(110,122,95,.35);background:var(--olive-soft)}
.home-map-button{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title arrow" "subtitle arrow";column-gap:14px;align-items:center;min-width:230px;min-height:48px;padding:8px 14px 8px 16px;border:1px solid var(--olive-dark);border-radius:14px;background:var(--olive-dark);color:#fff;transition:background .15s ease,transform .15s ease}
.home-map-button:hover,.home-map-button:focus-visible{background:var(--olive);transform:translateY(-1px)}
.home-map-button__title{grid-area:title;font-size:.86rem;font-weight:900;line-height:1.08}
.home-map-button__subtitle{grid-area:subtitle;margin-top:2px;font-size:.63rem;font-weight:650;line-height:1.15;opacity:.9}
.home-map-button__arrow{grid-area:arrow;font-weight:900}

.overview-shell{width:min(var(--max),calc(100% - 36px));margin:0 auto;padding:30px 0 64px}
.detail-kicker,.home-kicker,.overview-card__kicker{margin:0 0 9px;color:var(--olive-dark);font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.overview-hero{max-width:980px;padding:clamp(30px,4vw,46px);border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(circle at 90% 8%,rgba(110,122,95,.07),transparent 30%),linear-gradient(145deg,#fff 0%,#f4f6f1 100%);box-shadow:var(--shadow)}
.overview-hero h1{max-width:820px;margin:4px 0 16px;font-size:clamp(2.45rem,5vw,4.45rem);line-height:1.01;letter-spacing:-.04em;text-wrap:balance}
.overview-intro{max-width:850px;margin:0;color:#555c51;font-size:1.04rem;line-height:1.7}
.overview-jump{display:inline-flex;margin-top:22px;color:var(--olive-dark);font-size:.88rem;font-weight:850}
.overview-jump:hover{text-decoration:underline;text-underline-offset:4px}

.overview-editorial--before,.overview-editorial--after{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.overview-editorial--before{margin-top:24px}
.overview-editorial--after{margin-top:28px}
.overview-editorial__section{margin:0;padding:clamp(22px,3vw,30px);border:1px solid var(--line);border-radius:18px;box-shadow:0 7px 20px rgba(46,53,42,.035)}
.overview-editorial--before .overview-editorial__section:nth-child(1){background:#fbfbf8}
.overview-editorial--before .overview-editorial__section:nth-child(2){background:#f5f7f1}
.overview-editorial--before .overview-editorial__section:nth-child(3){background:#f8f6f1}
.overview-editorial--before .overview-editorial__section:nth-child(4){background:#f3f5f0}
.overview-editorial--after .overview-editorial__section:first-child{background:#f4f6f1}
.overview-editorial--after .overview-editorial__section:last-child{background:#f8f6f1}
.overview-editorial__section h2{margin:0 0 13px;color:#343a31;font-size:1.18rem;line-height:1.25}
.overview-editorial__section p{margin:0 0 13px;color:#555c51;font-size:.97rem;line-height:1.72}
.overview-editorial__section p:last-child{margin-bottom:0}

.overview-content{scroll-margin-top:92px;margin-top:34px;padding:clamp(28px,4vw,42px);border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(circle at 88% 6%,rgba(110,122,95,.055),transparent 28%),linear-gradient(145deg,#fff 0%,#f7f8f4 100%);box-shadow:var(--shadow)}
.overview-section-title{max-width:850px;margin:0 0 28px;font-size:clamp(1.8rem,3.4vw,2.8rem);line-height:1.08;letter-spacing:-.035em}
.overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.overview-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--paper);box-shadow:0 8px 22px rgba(46,53,42,.045);transition:transform .17s ease,border-color .17s ease,box-shadow .17s ease}
.overview-card:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:var(--shadow-hover)}
.overview-card__media{position:relative;aspect-ratio:16/10;overflow:hidden;background:#f5f6f1}
.overview-card__image-link,.overview-card__image{width:100%;height:100%}
.overview-card__image{object-fit:cover;transition:transform .25s ease}
.overview-card:hover .overview-card__image{transform:scale(1.02)}
.overview-card__body{display:flex;flex-direction:column;min-height:330px;padding:20px}
.overview-card__kicker{margin-bottom:6px;font-size:.66rem}
.overview-card h3{margin:0 0 7px;font-size:1.22rem;line-height:1.18;letter-spacing:-.02em}
.overview-card h3 a:hover{color:var(--olive-dark)}
.overview-card__location{margin:0 0 12px;color:var(--olive-dark);font-size:.8rem;font-weight:800}
.overview-card__summary{margin:0 0 18px;color:#596057;font-size:.89rem;line-height:1.62}
.overview-card__link{margin-top:auto;color:var(--olive-dark);font-size:.84rem;font-weight:850}
.overview-card__link:hover{text-decoration:underline;text-underline-offset:4px}

.overview-attribution{position:absolute;right:.42rem;bottom:.4rem;z-index:5}
.overview-attribution summary{display:grid;width:.9rem;height:.9rem;place-items:center;border:0;border-radius:.22rem;background:rgba(255,255,255,.74);color:#111;font-size:.48rem;font-weight:700;line-height:1;cursor:pointer;list-style:none;box-shadow:0 1px 4px rgba(0,0,0,.12)}
.overview-attribution summary::-webkit-details-marker{display:none}
.overview-attribution summary:hover,.overview-attribution[open] summary{background:rgba(255,255,255,.94)}
.overview-attribution__panel{position:absolute;right:0;bottom:1.25rem;width:min(18rem,calc(100vw - 2rem));padding:.72rem .8rem;border:1px solid var(--line);border-radius:.55rem;background:rgba(255,255,255,.985);color:var(--ink);font-size:.74rem;line-height:1.42;text-align:left;box-shadow:0 9px 24px rgba(0,0,0,.16)}
.overview-attribution__panel p{margin:0 0 .34rem}
.overview-attribution__panel p:last-child{margin-bottom:0}
.overview-attribution__panel a{color:var(--olive-dark);text-decoration:underline;text-underline-offset:2px}

/* =========================================================
   ANDERE THEMA'S — ZELFDE OPBOUW ALS HOOFDPAGINA
   ========================================================= */
.home-section--framed{
  width:min(1180px,calc(100% - 36px));
  margin:36px auto 0;
  padding:clamp(34px,5vw,58px);
  border:1px solid rgba(0,132,255,.16);
  border-radius:var(--radius-lg);
  background:
    radial-gradient(circle at 92% 8%,rgba(0,132,255,.10),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.98) 0%,rgba(241,249,255,.98) 100%);
  box-shadow:var(--shadow);
}

.home-section--framed .home-section__head{
  margin-bottom:34px;
}

.home-themes-panel{
  background:
    radial-gradient(circle at 14% 18%,rgba(32,184,107,.10),transparent 26%),
    radial-gradient(circle at 88% 10%,rgba(91,75,255,.08),transparent 24%),
    linear-gradient(145deg,#fbfdff 0%,#f4fbf8 100%);
}

.home-section__head>div{
  max-width:760px;
}

.home-section__head h2{
  margin:0;
  font-size:clamp(1.8rem,3.4vw,2.8rem);
  line-height:1.06;
  letter-spacing:-.035em;
}

.home-section__head p:not(.home-kicker){
  max-width:720px;
  margin:12px 0 0;
  color:#596057;
}

.home-theme-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.home-theme-card{
  display:flex;
  align-items:center;
  gap:15px;
  min-height:118px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:var(--radius-md);
  background:rgba(255,255,255,.88);
  color:var(--ink);
  box-shadow:0 7px 22px rgba(20,80,140,.08);
  transition:border-color .15s ease,transform .15s ease;
}

.home-theme-card:hover{
  transform:translateY(-2px);
  border-color:#0084ff;
}

.home-theme-card>span{
  display:grid;
  flex:0 0 42px;
  width:42px;
  height:42px;
  place-items:center;
  border-radius:50%;
  background:var(--olive-soft);
  color:var(--olive-dark);
  font-size:1.12rem;
  font-weight:900;
}

.home-theme-card strong,
.home-theme-card small{
  display:block;
}

.home-theme-card strong{
  font-size:1.02rem;
  line-height:1.18;
}

.home-theme-card small{
  margin-top:5px;
  color:var(--muted);
  font-size:.72rem;
  line-height:1.3;
}

.home-theme-card--water>span{background:rgba(0,132,255,.12);color:#0067c7}
.home-theme-card--vanished>span{background:rgba(51,65,85,.12);color:#334155}
.home-theme-card--strange>span{background:rgba(91,75,255,.12);color:#5140d7}
.home-theme-card--forgotten>span{background:rgba(245,158,11,.14);color:#a96800}
.home-theme-card--old>span{background:rgba(255,122,69,.14);color:#c84d1d}
.home-theme-card--nature>span{background:rgba(32,184,107,.13);color:#12864c}

@media(max-width:980px){
  .home-theme-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:820px){
  .home-section--framed{
    width:min(100% - 28px,1180px);
    margin-top:28px;
    padding:32px 24px;
  }
}

@media(max-width:560px){
  .home-section--framed{
    width:calc(100% - 20px);
    margin-top:22px;
    padding:28px 20px;
    border-radius:22px;
  }
  .home-section--framed .home-section__head{margin-bottom:24px}
  .home-theme-grid{grid-template-columns:1fr}
}

.home-footer{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;padding:22px clamp(20px,4vw,64px);border-top:1px solid var(--line);background:#fff;color:var(--muted);font-size:.78rem}
.home-footer__brand{display:inline-flex;align-items:center;gap:9px;color:var(--ink)}
.home-footer__brand img{width:36px;height:36px}
.home-footer nav{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}
.home-footer nav a:hover{color:var(--olive-dark)}

@media(max-width:980px){
  .overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-header__inner{grid-template-columns:1fr auto}
  .home-header__actions{grid-column:2}
}
@media(max-width:820px){
  .home-map-button{display:none}
  .overview-editorial--before,.overview-editorial--after{grid-template-columns:1fr}
  .overview-card__body{min-height:0}
}
@media(max-width:620px){
  .home-header__inner{width:calc(100% - 24px);min-height:66px;gap:10px}
  .home-brand img{width:40px;height:40px}
  .home-brand__name{max-width:150px;white-space:normal;font-size:.84rem;line-height:1.05}
  .home-language a{width:28px;height:27px;font-size:.98rem}
  .overview-shell{width:calc(100% - 20px);padding:16px 0 36px}
  .overview-hero,.overview-content,.home-section--framed{padding:22px 17px;border-radius:18px}
  .overview-hero h1{font-size:clamp(2rem,11vw,3rem);line-height:1.03}
  .overview-intro{font-size:.98rem;line-height:1.62}
  .overview-editorial__section{padding:20px 17px;border-radius:16px}
  .overview-grid{grid-template-columns:1fr}
  .overview-card__body{padding:18px}
  .home-footer{grid-template-columns:1fr;text-align:center}
  .home-footer__brand,.home-footer nav{justify-content:center}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{transition:none!important}
}
