/* ==========================================================================
   Damme ART — stylesheet
   Kleuren en typografie volgens het merkontwerp (saliegroen / goud / Mulish)
   ========================================================================== */


/* Lokaal gehost lettertype (privacy/GDPR + sneller dan Google Fonts) */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/mulish-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/mulish-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/mulish-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/mulish-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/mulish-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/mulish-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/mulish-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/mulish-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --c-green: #839A80;        /* merk-saliegroen (decoratief, grote titels) */
  --c-green-deep: #64795F;   /* donkerder salie: knoppen, footer (contrast >=4.5:1 met wit) */
  --c-green-tint: #E9EEE7;   /* zachte saliewas voor rijen/vlakken */
  --c-gold: #DDD29A;         /* goudgeel accent (stadsomwalling-motief) */
  --c-gold-deep: #A8933F;    /* leesbaar goud voor tekstaccenten op wit */
  --c-bg: #EDECE9;           /* paginafond zoals de mockups */
  --c-surface: #FFFFFF;
  --c-ink: #1C1C1B;
  --c-ink-soft: #4C4C48;
  --c-line: #D8D7D2;
  --plan-selected: #0EA968;  /* selectie-groen — duidelijk anders dan de GREEN-ruimte */
  --plan-taken: #808080;     /* bezet-grijs */
  --shadow: 0 1px 3px rgba(28, 28, 27, .08), 0 8px 24px rgba(28, 28, 27, .07);
  --radius: 2px;
  --wrap: 1140px;
  --dur: 200ms;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: "Mulish", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--c-ink);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--c-green-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--c-ink); }

:focus-visible {
  outline: 3px solid var(--c-green-deep);
  outline-offset: 2px;
  border-radius: 2px;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--c-ink); color: #fff; padding: 10px 18px; z-index: 100;
}
.skip-link:focus { left: 12px; top: 12px; }
/* Enkel voor schermlezers: visueel verborgen, wel in de toegankelijkheidsboom. */
.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;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
  background: var(--c-surface);
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid var(--c-line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 72px; gap: 24px;
}
.brand {
  font-weight: 800; font-size: 1.35rem; letter-spacing: .04em;
  color: var(--c-ink); text-decoration: none; white-space: nowrap;
}
.brand:hover { color: var(--c-green-deep); }

.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.site-nav ul a {
  display: inline-block; padding: 10px 2px;
  font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--c-ink); text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color var(--dur), border-color var(--dur);
}
.site-nav ul a:hover { color: var(--c-green-deep); }
.site-nav ul a[aria-current="page"] { border-bottom-color: var(--c-green); font-weight: 800; }

.lang-switch { display: flex; gap: 10px; font-size: .82rem; letter-spacing: .1em; }
.lang-switch a, .lang-current { padding: 10px 4px; text-decoration: none; color: var(--c-ink-soft); font-weight: 600; }
.lang-switch a:hover { color: var(--c-ink); text-decoration: underline; }
.lang-current { color: var(--c-ink); font-weight: 800; border-bottom: 2px solid var(--c-gold); }

.nav-toggle {
  display: none; background: none; border: 1px solid var(--c-line); border-radius: var(--radius);
  padding: 10px; cursor: pointer; color: var(--c-ink); min-width: 44px; min-height: 44px;
}
.nav-toggle:hover { background: var(--c-green-tint); }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero { position: relative; }
.hero img { width: 100%; height: auto; }
.hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-overlay-mobile { display: none; }   /* enkel op smalle schermen */
.hero-label {
  cursor: pointer;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .45));
  -webkit-tap-highlight-color: transparent;   /* geen grijze rechthoek bij tik op mobiel */
}
.hero-label path {
  fill: none; stroke: #fff; stroke-width: 2.6;
  stroke-linecap: round; stroke-linejoin: round;
  transition: stroke var(--dur);
}
.hero-label text {
  fill: #fff;
  font-family: "Courier New", Courier, monospace;
  font-weight: 700; font-size: 30px;
  transition: fill var(--dur);
}
.hero-label:hover text, .hero-label:focus-visible text, .hero-label:active text { fill: var(--c-gold); }
.hero-label:hover path, .hero-label:focus-visible path, .hero-label:active path { stroke: var(--c-gold); }
.hero-label:focus-visible { outline: none; }
.hero-label:focus-visible text { text-decoration: underline; }

/* --------------------------------------------------------------------------
   Secties & typografie
   -------------------------------------------------------------------------- */
.section { padding: 56px 24px; }
.section-title {
  font-size: 1.5rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  margin: 0 0 20px;
}
.section-intro { max-width: 62ch; color: var(--c-ink-soft); margin: 0 0 28px; }

.intro-block { text-align: left; max-width: 860px; }
.intro-lead { font-size: 1.35rem; line-height: 1.5; font-weight: 600; margin: 0 0 14px; max-width: 32ch; }
.baseline-accent {
  margin-top: 22px; font-size: .85rem; font-weight: 700; letter-spacing: .22em;
  color: var(--c-gold-deep); text-transform: uppercase;
}

.prose p { max-width: 62ch; margin: 0 0 16px; }
.prose .btn { margin-top: 10px; }
.legal-prose h2 { max-width: 62ch; margin: 28px 0 8px; font-size: 1.15rem; font-weight: 800; letter-spacing: .02em; }
.legal-prose h2:first-child { margin-top: 0; }
.legal-prose ul { max-width: 62ch; margin: 0 0 16px; padding-left: 22px; }
.legal-prose li { margin: 0 0 6px; }
.legal-prose .legal-updated { color: var(--c-ink-soft); font-size: .85rem; }

.page-head { background: var(--c-surface); border-bottom: 1px solid var(--c-line); padding: 44px 0 36px; }
.page-head-green { background: var(--c-green); border-bottom: none; }
.page-head-green .page-title, .page-head-green .page-sub { color: #fff; }
.page-title { margin: 0; font-size: 2rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.page-sub { margin: 6px 0 0; color: var(--c-ink-soft); font-weight: 600; letter-spacing: .12em; }
.page-head-green .page-sub { color: var(--c-gold); }

/* --------------------------------------------------------------------------
   Knoppen
   -------------------------------------------------------------------------- */
.btn {
  display: inline-block; padding: 13px 26px;
  background: var(--c-green-deep); color: #fff;
  font-weight: 700; font-size: .88rem; letter-spacing: .12em; text-transform: uppercase;
  text-decoration: none; border: none; border-radius: var(--radius); cursor: pointer;
  transition: background-color var(--dur);
}
.btn:hover { background: var(--c-ink); color: #fff; }
.btn-light { background: #fff; color: var(--c-green-deep); }
.btn-light:hover { background: var(--c-gold); color: var(--c-ink); }
.btn-small { padding: 8px 16px; font-size: .78rem; }
.btn-large { padding: 16px 36px; font-size: .95rem; }

/* --------------------------------------------------------------------------
   Kaarten (galerijen)
   -------------------------------------------------------------------------- */
.card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.card { background: var(--c-surface); box-shadow: var(--shadow); display: flex; flex-direction: column; }
.card-img { display: block; overflow: hidden; aspect-ratio: 16 / 10; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms; }
.card:hover .card-img img { transform: scale(1.03); }
@media (prefers-reduced-motion: reduce) { .card:hover .card-img img { transform: none; } }
.card-body { padding: 26px 28px 30px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.card-body p { margin: 0; }
.card-title { margin: 0; font-size: 1.3rem; font-weight: 800; letter-spacing: .06em; }
.card-title a { color: var(--c-ink); text-decoration: none; }
.card-title a:hover { color: var(--c-green-deep); }
.card-tag { color: var(--c-gold-deep); font-weight: 700; font-size: .85rem; letter-spacing: .08em; }
.card-meta { color: var(--c-ink-soft); font-size: .9rem; }
.card .btn { margin-top: 8px; }

/* --------------------------------------------------------------------------
   Groene band
   -------------------------------------------------------------------------- */
.band-green { background: var(--c-green-deep); color: #fff; }
.band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 48px; padding-bottom: 48px; flex-wrap: wrap; }
.band-inner p { max-width: 62ch; margin: 0; }
.band-title { margin: 0 0 10px; font-size: 1.4rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--c-gold); }

/* --------------------------------------------------------------------------
   Split-layout (tekst + beeld)
   -------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: start; }
.split-img img { width: 100%; box-shadow: var(--shadow); }
.split-img-double { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
/* va'ART: op breed scherm de twee foto's iets groter door de beeldkolom te vergroten.
   (Enkel >960px, zodat de mobiele stapeling niet overschreven wordt.) */
@media (min-width: 961px) {
  .split:has(.split-img-double) { grid-template-columns: 1fr 1.15fr; gap: 36px; }
}

/* --------------------------------------------------------------------------
   Expo-tabellen
   -------------------------------------------------------------------------- */
.expo-year { margin-bottom: 44px; }
.expo-year-title { font-size: 1.15rem; font-weight: 800; letter-spacing: .1em; margin: 0 0 14px; }
.expo-table { width: 100%; border-collapse: collapse; background: var(--c-surface); box-shadow: var(--shadow); }
.expo-table td { padding: 13px 18px; border-bottom: 1px solid var(--c-line); vertical-align: top; }
.expo-table tr:last-child td { border-bottom: none; }
.expo-dates { white-space: nowrap; font-weight: 700; font-variant-numeric: tabular-nums; width: 12em; }
.expo-artist { font-weight: 600; }
.expo-artist em { font-style: italic; font-weight: 400; color: var(--c-ink-soft); }
.expo-link { text-align: right; }
.expo-link a { word-break: break-all; }
.expo-table .is-available { background: var(--c-green-tint); }
.artist-line { display: block; font-weight: 600; }
/* Meerdere kunstenaars in dezelfde periode: gestippeld tussenschot,
   duidelijk anders dan de effen lijn tussen de periodes. */
.artist-line + .artist-line {
  margin-top: 9px; padding-top: 9px;
  border-top: 1px dashed var(--c-green);
}
.artist-rooms {
  color: var(--c-green-deep); text-transform: uppercase;
  font-size: .78rem; font-weight: 700; letter-spacing: .05em; margin-left: 6px;
}
.artist-url { display: block; }
.rooms-free { display: block; margin-top: 4px; font-style: italic; font-weight: 400; color: var(--c-ink-soft); font-size: .9rem; }
.expo-link .btn-small { margin-top: 6px; }
.slot-free {
  display: inline-block; margin-left: 8px; padding: 1px 8px;
  background: var(--c-gold); color: var(--c-ink); border-radius: 999px;
  font-size: .74rem; font-weight: 700;
}
.event-badge {
  display: inline-block; margin-left: 8px; padding: 2px 10px;
  background: var(--c-gold); color: var(--c-ink); border-radius: 999px;
  font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  vertical-align: 2px;
}

/* --------------------------------------------------------------------------
   Expo-kaarten (pagina Expo's)
   -------------------------------------------------------------------------- */
.xcard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.xcard-grid-compact { grid-template-columns: repeat(4, 1fr); gap: 20px; }
.xcard {
  position: relative; overflow: hidden; cursor: pointer;
  background: var(--c-surface); box-shadow: var(--shadow);
}
.xcard-visual { aspect-ratio: 4 / 3; background: var(--c-green-tint); }
.xcard-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.xcard-noimg {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: var(--c-green); color: #fff; text-align: center; padding: 12px;
  font-weight: 800; letter-spacing: .08em; font-size: 1rem; text-transform: uppercase;
}
.xcard-grid-compact .xcard-noimg { font-size: .78rem; }
/* Info-overlay: onzichtbaar tot hover / tik / toetsenbord-focus */
.xcard-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end; gap: 3px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(28, 28, 27, 0) 25%, rgba(28, 28, 27, .85) 100%);
  color: #fff;
  opacity: 0; pointer-events: none;
  transition: opacity var(--dur);
}
.xcard:hover .xcard-overlay,
.xcard:focus-within .xcard-overlay,
.xcard.is-open .xcard-overlay { opacity: 1; pointer-events: auto; }
.xcard-artist { margin: 0; font-size: 1.05rem; font-weight: 800; letter-spacing: .02em; color: #fff; }
.xcard-grid-compact .xcard-artist { font-size: .92rem; }
.xcard-meta { margin: 0; color: var(--c-gold); font-weight: 700; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.xcard-dates { margin: 0; color: rgba(255, 255, 255, .92); font-size: .88rem; font-variant-numeric: tabular-nums; }
.xcard-url { font-size: .85rem; word-break: break-all; color: #fff; text-decoration-color: rgba(255, 255, 255, .5); }
.xcard-url:hover { color: var(--c-gold); }
.xpast-year { margin: 0 0 14px; font-size: 1.1rem; font-weight: 800; letter-spacing: .1em; }
.xpast-block { margin-bottom: 36px; }

/* Lightbox: expo-foto groot op het scherm */
.xlightbox {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 5vmin;
  background: rgba(20, 20, 19, .93);
  animation: xlb-fade var(--dur) ease;
}
.xlightbox[hidden] { display: none; }
@keyframes xlb-fade { from { opacity: 0; } to { opacity: 1; } }
.xlightbox-figure {
  margin: 0; display: flex; flex-direction: column; align-items: center; gap: 16px;
  max-width: min(1100px, 96vw); max-height: 92vh;
}
.xlightbox-img {
  max-width: 100%; max-height: 80vh; object-fit: contain;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .55);
}
.xlightbox-caption {
  display: flex; flex-direction: column; gap: 4px; align-items: center; text-align: center;
  max-width: 640px;
}
.xlightbox-close {
  position: fixed; top: 18px; right: 22px;
  width: 48px; height: 48px; padding: 0; border: none; border-radius: 50%;
  background: rgba(255, 255, 255, .12); color: #fff;
  font-size: 2rem; line-height: 1; cursor: pointer;
  transition: background var(--dur);
}
.xlightbox-close:hover, .xlightbox-close:focus-visible { background: rgba(255, 255, 255, .26); }
.xlightbox-nav {
  position: fixed; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; padding: 0; border: none; border-radius: 50%;
  background: rgba(255, 255, 255, .12); color: #fff;
  font-size: 2.2rem; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--dur);
}
.xlightbox-nav:hover, .xlightbox-nav:focus-visible { background: rgba(255, 255, 255, .26); }
.xlightbox-nav[hidden] { display: none; }
.xlightbox-prev { left: 22px; }
.xlightbox-next { right: 22px; }
body.xlightbox-open { overflow: hidden; }
@media (max-width: 600px) {
  .xlightbox-prev { left: 10px; }
  .xlightbox-next { right: 10px; }
  .xlightbox-nav { width: 44px; height: 44px; font-size: 1.9rem; }
}

/* --------------------------------------------------------------------------
   Events
   -------------------------------------------------------------------------- */
.event-list { display: flex; flex-direction: column; gap: 32px; }
.event-card {
  display: grid; grid-template-columns: 1.3fr .7fr; gap: 0;
  background: var(--c-surface); box-shadow: var(--shadow); overflow: hidden;
}
.event-body { padding: 34px 38px; }
.event-body > p { max-width: 58ch; }
.event-title { margin: 0 0 10px; font-size: 1.5rem; font-weight: 800; letter-spacing: .05em; }
.accent-gold { color: var(--c-gold-deep); }
.event-dates { list-style: none; padding: 0; margin: 0 0 14px; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--c-green-deep); }
.event-meta { color: var(--c-ink-soft); font-size: .92rem; }
.event-img { min-height: 240px; }
.event-img img { width: 100%; height: 100%; object-fit: cover; }

/* --------------------------------------------------------------------------
   Stappen (participate)
   -------------------------------------------------------------------------- */
.steps { list-style: none; counter-reset: step; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.steps li { counter-increment: step; background: var(--c-surface); box-shadow: var(--shadow); padding: 22px 20px 20px; font-weight: 600; }
.steps li::before {
  content: counter(step);
  display: block; width: 40px; height: 40px; margin-bottom: 12px;
  background: var(--c-green); color: #fff; border-radius: 50%;
  font-size: 1.05rem; font-weight: 800; line-height: 40px; text-align: center;
}

/* --------------------------------------------------------------------------
   Beschikbare periodes
   -------------------------------------------------------------------------- */
.avail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.avail-gallery { margin: 0 0 12px; font-size: 1.05rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.avail-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.avail-slot {
  padding: 10px 16px; background: var(--c-surface); border: 1px solid var(--c-green);
  color: var(--c-ink); font: inherit; font-weight: 700; font-size: .9rem; font-variant-numeric: tabular-nums;
  border-radius: var(--radius); cursor: pointer; transition: background-color var(--dur), color var(--dur);
}
.avail-slot:hover { background: var(--c-green-deep); border-color: var(--c-green-deep); color: #fff; }
.avail-none { color: var(--c-ink-soft); font-style: italic; }

/* Periode-kiezer in het formulier (meerdere periodes mogelijk) */
.period-picker { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 6px; }
.period-btn {
  padding: 10px 16px; background: var(--c-surface); border: 1px solid var(--c-green);
  color: var(--c-ink); font: inherit; font-weight: 700; font-size: .9rem; font-variant-numeric: tabular-nums;
  border-radius: var(--radius); cursor: pointer; transition: background-color var(--dur), color var(--dur);
}
.period-btn:hover { background: var(--c-green-tint); }
.period-btn[aria-pressed="true"] { background: var(--c-green-deep); border-color: var(--c-green-deep); color: #fff; }
.period-btn .slot-free { margin-left: 6px; }

/* --------------------------------------------------------------------------
   Grondplan
   -------------------------------------------------------------------------- */
/* Legende onder het grondplan (enkel kleurbol + m²): één rij wanneer er plaats is,
   breekt dynamisch af naar meer rijen op smallere schermen. Staat in het
   #rooms-field, dus enkel zichtbaar als va'ART gekozen is. */
.plan-legend {
  list-style: none; margin: 14px 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 10px 26px;
}
.plan-legend li { display: flex; align-items: center; gap: 8px; font-size: .9rem; }
.legend-sw { width: 18px; height: 18px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, .2); flex: 0 0 auto; }
.legend-m2 { color: var(--c-ink-soft); font-variant-numeric: tabular-nums; }

.plan-box { background: var(--c-surface); box-shadow: var(--shadow); padding: 18px; }
.plan-svg { width: 100%; height: auto; display: block; }
/* De expo-ruimtes zijn klikbare polygonen bovenop de plattegrond-afbeelding.
   Standaard onzichtbaar; kleur + m² staan al op de afbeelding. Het label
   verschijnt pas als de ruimte volledig groen (geselecteerd) of grijs (bezet) is. */
.plan-room { cursor: pointer; }
.room-shape {
  fill: transparent; stroke: transparent; stroke-width: 3;
  transition: fill var(--dur), stroke var(--dur);
}
.room-label {
  font-family: inherit; font-size: 32px; font-weight: 800; letter-spacing: .04em;
  text-transform: uppercase; fill: #fff; pointer-events: none;
  paint-order: stroke; stroke: rgba(0, 0, 0, .5); stroke-width: 4px;
}
.plan-room:hover .room-shape { fill: rgba(255, 255, 255, .30); }
/* geen blauwe browser-focusring bij klik of toetsenbord (Chrome tekent die op :focus) */
.plan-room:focus, .plan-room:focus-visible { outline: none; }
.plan-room:focus .room-shape, .plan-room:focus-visible .room-shape { outline: none; }
/* focus zichtbaar houden voor toetsenbord: lichte waas i.p.v. een rand-kader */
.plan-room:focus-visible .room-shape { fill: rgba(255, 255, 255, .30); }
/* geselecteerd: volledig groen (ander groen dan de GREEN-ruimte), label eroverheen */
.plan-room[aria-checked="true"] .room-shape, .plan-room.is-selected .room-shape {
  fill: var(--plan-selected); stroke: none;
}
.plan-room[aria-checked="true"] .room-label, .plan-room.is-selected .room-label { opacity: 1; }
/* bezet: volledig grijs, label eroverheen, niet klikbaar */
.plan-room.is-taken { cursor: not-allowed; }
.plan-room.is-taken .room-shape { fill: var(--plan-taken); stroke: none; }
.plan-room.is-taken:hover .room-shape { fill: var(--plan-taken); stroke: none; }
.plan-room.is-taken .room-label { opacity: 1; }

/* --------------------------------------------------------------------------
   Formulier
   -------------------------------------------------------------------------- */
.reserve-form { background: var(--c-surface); box-shadow: var(--shadow); padding: 34px 38px 38px; max-width: 860px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-field { margin-bottom: 20px; }
.form-field label, .label-like { display: block; font-weight: 700; font-size: .92rem; margin-bottom: 6px; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 12px 14px; font: inherit; font-size: 1rem;
  border: 1px solid #B9B8B2; border-radius: var(--radius); background: #fff; color: var(--c-ink);
}
.form-field input:focus-visible, .form-field select:focus-visible, .form-field textarea:focus-visible {
  outline: 3px solid var(--c-green-deep); outline-offset: 1px; border-color: var(--c-green-deep);
}
.field-help { color: var(--c-ink-soft); font-size: .9rem; margin: 4px 0 12px; }
.rooms-summary { font-weight: 700; color: var(--c-green-deep); }
.price-box {
  background: var(--c-green-tint); border-left: 4px solid var(--c-green-deep);
  padding: 18px 22px; margin-bottom: 20px;
}
.price-title { margin: 0 0 10px; font-size: .92rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-lines { list-style: none; margin: 0 0 10px; padding: 0; }
.price-lines li { display: flex; justify-content: space-between; gap: 16px; padding: 3px 0; font-size: .95rem; }
.price-lines .price-amount { font-variant-numeric: tabular-nums; white-space: nowrap; font-weight: 600; }
.price-total {
  display: flex; justify-content: space-between; gap: 16px; margin: 0;
  border-top: 1px solid var(--c-green); padding-top: 10px; font-weight: 700;
}
.price-total strong { font-variant-numeric: tabular-nums; font-size: 1.1rem; }
.notice { padding: 18px 22px; margin-bottom: 24px; border-radius: var(--radius); }
.notice-success { background: var(--c-green-tint); border-left: 4px solid var(--c-green-deep); }
.notice-success p { margin: 0; }
.notice-error { background: #F7E9E4; border-left: 4px solid #B4543A; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--c-green-deep); color: #fff; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 40px; padding-top: 52px; padding-bottom: 44px; }
.footer-logo { margin: 0 0 2px; font-size: 1.25rem; font-weight: 800; letter-spacing: .06em; }
.footer-baseline { margin: 0 0 18px; font-size: .78rem; font-weight: 700; letter-spacing: .2em; color: var(--c-gold); }
.footer-title { margin: 0 0 14px; font-size: .85rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--c-gold); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer a { color: #fff; text-decoration-color: rgba(255, 255, 255, .5); }
.site-footer a:hover { color: var(--c-gold); }
.footer-contact li, .footer-locations li { margin-bottom: 8px; }
.footer-locations li { margin-bottom: 14px; }
.footer-social { display: flex; gap: 18px; margin-top: 18px !important; }
/* Instagram-glyph: wit gevuld in rust, goud gevuld bij hover (fill=currentColor) */
.footer-soc { display: inline-flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; transition: color .25s ease, transform .25s ease; }
.footer-soc svg { width: 22px; height: 22px; display: block; }
.footer-soc:hover, .footer-soc:focus-visible { color: var(--c-gold); transform: translateY(-2px); }
.footer-note { font-size: .88rem; color: rgba(255, 255, 255, .85); margin: 14px 0 0; max-width: 34ch; }
.footer-legal { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 960px) {
  .card-grid, .avail-grid { grid-template-columns: 1fr; }
  .xcard-grid { grid-template-columns: 1fr 1fr; }
  .xcard-grid-compact { grid-template-columns: repeat(3, 1fr); }
  .split { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .event-card { grid-template-columns: 1fr; }
  .event-img { min-height: 200px; max-height: 280px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-legal { flex-direction: row; gap: 18px; grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--c-surface); border-bottom: 1px solid var(--c-line);
    padding: 12px 24px 20px; flex-direction: column; align-items: flex-start; gap: 6px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav ul { flex-direction: column; gap: 0; width: 100%; }
  .site-nav ul a { display: block; padding: 12px 2px; font-size: .95rem; border-bottom: none; }
  .site-nav ul a[aria-current="page"] { color: var(--c-green-deep); }
  .lang-switch { padding-top: 10px; border-top: 1px solid var(--c-line); width: 100%; }
  /* Mobiel: luchtfoto vult bijna het scherm. Foto en pijl-overlay croppen
     identiek (cover ↔ slice, beide gecentreerd), dus de pijlen blijven exact
     op hun gebouwen wijzen. De compacte mobiele overlay houdt beide labels
     binnen de ingezoomde crop. */
  .hero { height: 62vh; height: 62dvh; }
  .hero picture, .hero img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .hero-overlay { display: none; }
  .hero-overlay-mobile { display: block; }
  .hero-label text { font-size: 40px; }
  .hero-label path { stroke-width: 3.4; }
  .section { padding: 40px 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .steps { grid-template-columns: 1fr; }
  .split-img-double { grid-template-columns: 1fr; }
  .reserve-form { padding: 24px 20px 28px; }
  .event-body { padding: 26px 24px; }
  .expo-table td { padding: 11px 12px; }
  .expo-dates { width: auto; }
  .expo-link { text-align: left; }
  .expo-table tr { display: grid; grid-template-columns: auto 1fr; }
  .expo-table .expo-dates { grid-row: 1 / span 2; align-self: start; border-bottom: none; }
  .expo-table .expo-artist { border-bottom: none; padding-bottom: 2px; }
  .expo-table .expo-link { padding-top: 2px; }
  .expo-table tr { border-bottom: 1px solid var(--c-line); }
  .expo-table tr:last-child { border-bottom: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .xcard-grid { grid-template-columns: 1fr; }
  .xcard-grid-compact { grid-template-columns: 1fr 1fr; }
}
