/* ============================================================
   OnDestination · Combinatiepagina (flexibel SEO-sjabloon)
   Eén ontwerp voor vier patronen:
     [soort] in [plaats]
     [soort] voor [gelegenheid]
     [gelegenheid] in [plaats]
     [soort] voor [gelegenheid] in [plaats]
   Bouwt op: colors_and_type.css · home.css · gelegenheden.css
             locaties.css · artiesten.css
   ============================================================ */

/* ---- breadcrumb (reset eventuele page-CSS overrides) ---- */
.pg-header .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: none;
  color: rgba(255,255,255,.32);
  margin-bottom: 26px;
}
.pg-header .breadcrumb a { color: rgba(255,255,255,.32); text-decoration: none; transition: color 160ms; }
.pg-header .breadcrumb a:hover { color: #6FE000; }
.pg-header .breadcrumb .sep { color: rgba(255,255,255,.16); }
.pg-header .breadcrumb .cur { color: rgba(255,255,255,.62); }

/* ---- decoratieve achtergrondletter in de hero ---- */
.pg-deco-letter {
  position: absolute;
  right: clamp(-80px, -4vw, -20px);
  bottom: -8%;
  font-family: 'Kardige', sans-serif;
  font-size: clamp(300px, 46vw, 600px);
  font-weight: 400;
  color: rgba(255,255,255,.022);
  line-height: .88;
  letter-spacing: -.05em;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

/* H1 mag iets breder ademen dan de standaard 16ch */
.pg-header .pg-h1 { max-width: 18ch; }
.pg-header .pg-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

/* ============================================================
   GENERIEKE SECTIE-BANDEN
   ============================================================ */
.cp-sec { padding: 100px 0; position: relative; }
.cp-sec.paper  { background: #E3E1D8; color: #0A0A0A; }
.cp-sec.paper2 { background: #ECEAE3; color: #0A0A0A; border-top: 1px solid rgba(0,0,0,.07); }
.cp-sec.ink    { background: #0A0A0A; color: #F8F5EE; }
.cp-sec.black  { background: #000;    color: #F8F5EE; }

/* sectie-kop */
.cp-head { margin-bottom: 52px; max-width: 64ch; }
.cp-head .eye { margin-bottom: 16px; }
.cp-head h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.025em;
  margin: 0 0 14px;
}
.cp-sec.ink .cp-head h2,
.cp-sec.black .cp-head h2 { color: #F8F5EE; }
.cp-sec.ink .cp-head h2 em,
.cp-sec.black .cp-head h2 em { font-style: normal; color: #6FE000; }
.cp-sec.paper .cp-head h2 em,
.cp-sec.paper2 .cp-head h2 em { font-style: normal; color: #3F8A00; }
.cp-head .cp-head-lead {
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.62;
  font-weight: 300;
  margin: 0;
  max-width: 56ch;
}
.cp-sec.paper .cp-head-lead,
.cp-sec.paper2 .cp-head-lead { color: #5a5a56; }
.cp-sec.ink .cp-head-lead,
.cp-sec.black .cp-head-lead { color: rgba(248,245,238,.5); }

.cp-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  max-width: 100%;
}
.cp-head-row .cp-head { margin-bottom: 52px; }

/* ============================================================
   INTRO-TEKST  (de unieke SEO-content, ~300+ woorden)
   ============================================================ */
.cp-intro-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 80px;
  align-items: start;
}
.cp-intro-aside { position: sticky; top: 120px; }
.cp-intro-aside .eye { margin-bottom: 18px; }
.cp-intro-h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.026em;
  color: #0A0A0A;
  margin: 0 0 24px;
}
.cp-intro-h2 em { font-style: normal; color: #3F8A00; }
.cp-intro-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #3F8A00;
  background: rgba(63,138,0,.08);
  border: 1px solid rgba(63,138,0,.2);
  border-radius: 999px;
  padding: 7px 14px;
}
.cp-intro-tag svg { width: 14px; height: 14px; }

.cp-intro-body > p {
  font-size: 16.5px;
  line-height: 1.75;
  color: #3f3f3b;
  margin: 0 0 20px;
  max-width: 60ch;
  text-wrap: pretty;
}
.cp-intro-body > p:first-child {
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.62;
  font-weight: 300;
  color: #1c1c1a;
}
.cp-intro-body > p:last-child { margin-bottom: 0; }
.cp-intro-body strong { font-weight: 600; color: #1c1c1a; }

.cp-intro-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(0,0,0,.1);
}
.cp-point {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.cp-point svg {
  width: 19px; height: 19px; flex-shrink: 0;
  color: #3F8A00; margin-top: 2px;
}
.cp-point b { display: block; font-size: 14.5px; color: #0A0A0A; font-weight: 700; margin-bottom: 2px; }
.cp-point span { font-size: 13.5px; line-height: 1.55; color: #5a5a56; }

/* ============================================================
   LOCATIE- + ARTIESTEN-GRID  (locaties: curatie van 4 · artiesten: 3)
   Hergebruikt .loc-card / .ar-card uit hun eigen stylesheets.
   ============================================================ */
.cp-loc-grid { grid-template-columns: repeat(4, 1fr); }
.cp-ar-grid  { grid-template-columns: repeat(3, 1fr); }

.cp-sec-foot { margin-top: 40px; display: flex; justify-content: flex-start; }

/* ============================================================
   REVIEWS
   ============================================================ */
.cp-reviews { grid-template-columns: repeat(3, 1fr); margin-bottom: 0; }
.review.is-hidden { display: none !important; }

/* ============================================================
   INTERNE LINKS  (SEO-interlinking · verwante pagina's)
   ============================================================ */
.cp-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.xl-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1.5px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 26px 26px 22px;
  text-decoration: none;
  color: inherit;
  position: relative;
  min-height: 168px;
  transition: transform 240ms cubic-bezier(.22,.61,.36,1),
              box-shadow 240ms cubic-bezier(.22,.61,.36,1),
              border-color 240ms;
}
.xl-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(0,0,0,.12);
  border-color: rgba(63,138,0,.35);
}
.xl-dim {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #3F8A00;
  margin: 0 0 auto;
}
.xl-card h3 {
  font-family: 'Luxe Uno', sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: #0A0A0A;
  margin: 22px 0 6px;
  line-height: 1.18;
}
.xl-card p {
  font-size: 13.5px;
  line-height: 1.55;
  color: #5a5a56;
  margin: 0 0 16px;
}
.xl-foot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #0A0A0A;
}
.xl-foot .xl-arr {
  width: 28px; height: 28px; border-radius: 999px;
  background: rgba(0,0,0,.06);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 200ms, transform 200ms;
}
.xl-card:hover .xl-foot .xl-arr { background: #6FE000; transform: translateX(3px); }
.xl-card.is-hidden { display: none !important; }

/* ============================================================
   PATROON-SCHAKELAAR  (demo-tool · toont de flexibiliteit)
   ============================================================ */
.cp-switch {
  position: fixed;
  top: 84px;
  right: 22px;
  z-index: 4000;
  width: 296px;
  background: rgba(14,14,14,.93);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,.5);
  font-family: 'Luxe Uno', sans-serif;
  transition: transform 300ms cubic-bezier(.22,.61,.36,1), opacity 240ms;
}
.cp-switch.is-collapsed { transform: translateX(calc(100% + 30px)); opacity: 0; pointer-events: none; }

.cp-switch-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.cp-switch-title {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6FE000;
  display: inline-flex; align-items: center; gap: 7px;
}
.cp-switch-title svg { width: 13px; height: 13px; }
.cp-switch-close {
  appearance: none; background: transparent; border: 0; cursor: pointer;
  width: 26px; height: 26px; border-radius: 8px;
  color: rgba(248,245,238,.5);
  display: inline-flex; align-items: center; justify-content: center;
  transition: color 160ms, background 160ms;
}
.cp-switch-close:hover { color: #6FE000; background: rgba(255,255,255,.06); }
.cp-switch-sub {
  font-size: 11.5px;
  line-height: 1.5;
  color: rgba(248,245,238,.42);
  margin: 0 0 14px;
}
.cp-switch-opts { display: flex; flex-direction: column; gap: 7px; }
.cp-opt {
  appearance: none;
  text-align: left;
  cursor: pointer;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 11px;
  padding: 11px 13px;
  color: #F8F5EE;
  font: inherit;
  transition: border-color 180ms, background 180ms;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.cp-opt:hover { border-color: rgba(111,224,0,.4); background: rgba(255,255,255,.06); }
.cp-opt.is-active { border-color: #6FE000; background: rgba(111,224,0,.1); }
.cp-opt-pat {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  color: rgba(248,245,238,.62);
}
.cp-opt.is-active .cp-opt-pat { color: #6FE000; }
.cp-opt-ex {
  font-size: 13px;
  font-weight: 600;
  color: #F8F5EE;
}
.cp-opt-blocks {
  font-size: 10.5px;
  letter-spacing: .02em;
  color: rgba(248,245,238,.36);
  margin-top: 2px;
}

/* opener-knopje wanneer de schakelaar is ingeklapt */
.cp-switch-open {
  position: fixed;
  top: 84px;
  right: 22px;
  z-index: 4000;
  appearance: none;
  cursor: pointer;
  border: 1px solid rgba(111,224,0,.4);
  background: rgba(14,14,14,.93);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #6FE000;
  border-radius: 999px;
  padding: 10px 16px;
  font-family: 'Luxe Uno', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 16px 40px rgba(0,0,0,.4);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 220ms, transform 220ms;
}
.cp-switch-open.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.cp-switch-open svg { width: 14px; height: 14px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .cp-intro-grid { gap: 52px; }
  .cp-loc-grid, .cp-ar-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .cp-intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .cp-intro-aside { position: static; }
  .cp-links-grid { grid-template-columns: 1fr 1fr; }
  .cp-reviews { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .cp-sec { padding: 72px 0; }
  .cp-head-row { flex-direction: column; align-items: flex-start; gap: 18px; }
  .cp-switch { display: none; }
  .cp-switch-open { display: none; }
}
@media (max-width: 600px) {
  .cp-loc-grid, .cp-ar-grid { grid-template-columns: 1fr; }
  .cp-links-grid { grid-template-columns: 1fr; }
  .cp-reviews { grid-template-columns: 1fr; }
  .cp-intro-points { grid-template-columns: 1fr; }
}
