/* ============================================================
   paleisvanversailles.nl — style.css?v=1
   Lettertypen: DM Serif Display + Mulish
   Palet: paars #3A2A6E / goud #BFA060 / crème #FAF8F3
   Anti-footprint: unieke klassen t.o.v. rest netwerk
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Mulish:wght@300;400;600;700&display=swap');

:root {
  --paars:    #3A2A6E;
  --paars-dk: #231A46;
  --paars-lt: #4E3A8E;
  --goud:     #BFA060;
  --goud-lt:  #D4B87A;
  --creme:    #FAF8F3;
  --creme-2:  #F0EBE0;
  --zand:     #D8CEBC;
  --tekst:    #1A1408;
  --tekst-2:  #3D3020;
  --wit:      #FFFFFF;
  --schaduw:  rgba(58,42,110,.13);
  --radius:   5px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem; line-height: 1.85;
  color: var(--tekst); background: var(--creme);
}
a { color: var(--paars); text-decoration: none; transition: color .2s; }
a:hover { color: var(--paars-lt); text-decoration: underline; }

/* ── KOPTEKST ── */
.koptekst-site {
  background: var(--paars);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 14px rgba(0,0,0,.32);
}
.koptekst-binnenste {
  max-width: 1120px; margin: 0 auto; padding: 0 1.5rem;
  display: flex; align-items: center;
  justify-content: space-between; height: 64px;
}
.logo-koptekst {
  font-family: 'DM Serif Display', serif;
  font-size: 1.2rem; font-weight: 400;
  color: var(--creme); letter-spacing: .02em;
  text-decoration: none; line-height: 1;
}
.logo-koptekst .logo-nadruk { color: var(--goud-lt); }
.logo-koptekst:hover { text-decoration: none; color: var(--creme); }

.navigatie-paleis {
  display: flex; align-items: center; gap: 1.6rem;
}
.navigatie-paleis a {
  font-size: .79rem; font-weight: 600;
  color: rgba(255,255,255,.72);
  letter-spacing: .04em; text-decoration: none; transition: color .2s;
}
.navigatie-paleis a:hover { color: var(--goud-lt); text-decoration: none; }
.navigatie-paleis .knop-ticket {
  background: var(--goud) !important; color: var(--paars-dk) !important;
  padding: .4rem 1.1rem !important; border-radius: var(--radius) !important;
  font-weight: 700 !important; font-size: .76rem !important;
  letter-spacing: .05em !important; transition: background .2s !important;
  text-decoration: none !important;
}
.navigatie-paleis .knop-ticket:hover {
  background: var(--goud-lt) !important; text-decoration: none !important;
}
.hamburger-knop {
  display: none; background: none; border: none;
  cursor: pointer; flex-direction: column; gap: 5px; padding: 5px;
}
.hamburger-knop span { display: block; width: 24px; height: 2px; background: var(--creme); border-radius: 2px; }

/* ── HERO STARTPAGINA ── */
.held-paleis {
  position: relative; width: 100%;
  height: 72vh; min-height: 430px;
  overflow: hidden; display: flex; align-items: flex-end;
}
.held-paleis img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
}
.held-sluier {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(35,26,70,.92) 0%,
    rgba(35,26,70,.22) 55%,
    transparent 100%);
}
.held-tekst {
  position: relative; z-index: 2;
  width: 100%; max-width: 1120px;
  margin: 0 auto; padding: 0 1.5rem 3.2rem;
}
.held-tekst h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.9rem, 5vw, 3.6rem);
  font-weight: 400; color: var(--wit);
  line-height: 1.15; margin-bottom: .5rem;
  text-shadow: 0 2px 18px rgba(0,0,0,.55);
}
.held-ondertitel {
  font-size: .98rem; font-weight: 300;
  color: rgba(255,255,255,.82); max-width: 560px;
  margin-bottom: 1.8rem;
}

/* ── HERO TICKETS ── */
.held-tickets {
  position: relative; width: 100%;
  height: 52vh; min-height: 360px;
  overflow: hidden; display: flex; align-items: flex-end;
}
.held-tickets img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 35%;
}
.held-tickets .held-sluier {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(35,26,70,.92) 0%,
    rgba(35,26,70,.25) 55%,
    rgba(35,26,70,.05) 100%);
}
.held-tickets .pagina-container {
  position: relative; z-index: 2; padding-bottom: 2.8rem;
}
.held-tickets h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: var(--wit); margin-bottom: .7rem; font-weight: 400;
}
.held-tickets p { color: rgba(255,255,255,.82); }
.held-tickets .knop-goud { margin-top: 1.2rem; }

/* Broodkruimels op donkere achtergrond */
.held-tickets .broodkruimels { color: rgba(255,255,255,.72); }
.held-tickets .broodkruimels a { color: var(--goud-lt); }
.held-tickets .broodkruimels a:hover { color: var(--wit); text-decoration: none; }
.held-tickets .broodkruimels .scheiding { color: rgba(255,255,255,.45); }

/* ── KNOPPEN ── */
.knop-goud {
  display: inline-block;
  background: var(--goud); color: var(--paars-dk) !important;
  font-family: 'Mulish', sans-serif;
  font-weight: 700; font-size: .87rem;
  letter-spacing: .07em;
  padding: .9rem 2.2rem; border-radius: var(--radius);
  transition: background .2s, transform .15s;
  text-decoration: none !important; cursor: pointer;
}
.knop-goud:hover {
  background: var(--goud-lt); transform: translateY(-1px);
  color: var(--paars-dk) !important; text-decoration: none !important;
}
.knop-omlijnd {
  display: inline-block;
  background: transparent; border: 2px solid var(--goud);
  color: var(--goud) !important;
  font-family: 'Mulish', sans-serif;
  font-weight: 700; font-size: .87rem; letter-spacing: .07em;
  padding: .85rem 2rem; border-radius: var(--radius);
  transition: background .2s, color .2s, transform .15s;
  text-decoration: none !important; cursor: pointer;
}
.knop-omlijnd:hover {
  background: var(--goud); color: var(--paars-dk) !important;
  transform: translateY(-1px); text-decoration: none !important;
}

/* ── LAYOUT ── */
.pagina-container { max-width: 1120px; margin: 0 auto; padding: 0 1.5rem; }

/* ── INHOUDSBLOKKEN ── */
.inhoudsblok {
  padding: 3rem 0; border-bottom: 1px solid var(--zand);
}
.inhoudsblok:last-child { border-bottom: none; }

.inhoudsblok h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  font-weight: 400; color: var(--paars);
  margin-bottom: 1.2rem; padding-bottom: .5rem;
  border-bottom: 2px solid var(--goud); display: inline-block;
}
.inhoudsblok h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.15rem; color: var(--goud);
  margin: 1.4rem 0 .7rem;
}
.inhoudsblok p { margin-bottom: 1rem; color: var(--tekst-2); }
.inhoudsblok p:last-child { margin-bottom: 0; }
.inhoudsblok strong { color: var(--tekst); font-weight: 700; }

.sectie-foto {
  width: 100%; height: 270px;
  object-fit: cover; border-radius: var(--radius);
  margin: 1.4rem 0; box-shadow: 0 4px 18px var(--schaduw); display: block;
}
.widget-zone { margin: 1.6rem 0; }

/* ── LIJSTEN ── */
.punt-lijst {
  list-style: none; margin: 1rem 0 1.2rem; padding: 0;
}
.punt-lijst li {
  padding: .35rem 0 .35rem 1.8rem;
  position: relative; color: var(--tekst-2);
}
.punt-lijst li::before {
  content: '▶'; position: absolute; left: 0;
  color: var(--goud); font-size: .72rem; line-height: 2;
}

.genummerde-lijst {
  list-style: none; counter-reset: gl;
  margin: 1rem 0 1.2rem; padding: 0;
}
.genummerde-lijst li {
  counter-increment: gl;
  padding: .45rem 0 .45rem 2.6rem;
  position: relative; color: var(--tekst-2);
}
.genummerde-lijst li::before {
  content: counter(gl);
  position: absolute; left: 0; top: .6rem;
  background: var(--paars); color: var(--creme);
  width: 1.7rem; height: 1.7rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .72rem; font-weight: 700;
}

/* ── TABELLEN ── */
.tabel-omhulsel { overflow-x: auto; margin: 1rem 0 1.2rem; }
.prijs-tabel {
  width: 100%; border-collapse: collapse; font-size: .93rem;
}
.prijs-tabel th {
  background: var(--paars); color: var(--creme);
  padding: .75rem 1rem; text-align: left;
  font-weight: 700; font-size: .79rem; letter-spacing: .05em;
}
.prijs-tabel td {
  padding: .65rem 1rem; border-bottom: 1px solid var(--zand);
  color: var(--tekst-2); vertical-align: top;
}
.prijs-tabel tr:last-child td { border-bottom: none; }
.prijs-tabel tr:nth-child(even) td { background: var(--creme-2); }
.prijs-cel { font-weight: 700; color: var(--paars); white-space: nowrap; }

@media (max-width: 600px) {
  .prijs-tabel thead { display: none; }
  .prijs-tabel tr {
    display: block; background: var(--creme-2);
    border: 1px solid var(--zand);
    border-radius: var(--radius); margin-bottom: .7rem; padding: .8rem;
  }
  .prijs-tabel td { display: block; border: none; padding: .2rem 0; }
  .prijs-tabel td::before {
    content: attr(data-label) ': ';
    font-weight: 700; color: var(--tekst); font-size: .76rem;
  }
}

/* ── PARTNERBOXEN ── */
.partner-box {
  background: var(--creme-2); border: 1px solid var(--zand);
  border-left: 4px solid var(--goud);
  border-radius: var(--radius); padding: 1.5rem 1.8rem; margin: 1.5rem 0;
}
.partner-box h3 { margin: 0 0 .8rem; font-size: 1.1rem; color: var(--paars); }
.partner-box ul { list-style: none; padding: 0; margin: .7rem 0 1.2rem; }
.partner-box ul li { padding: .3rem 0 .3rem 1.6rem; position: relative; color: var(--tekst-2); font-size: .94rem; }
.partner-box ul li::before { content: '✓'; position: absolute; left: 0; color: var(--goud); font-weight: 700; }

.tiqets-box {
  background: var(--wit); border: 2px solid var(--goud);
  border-radius: var(--radius); padding: 1.5rem 1.8rem; margin: 1.5rem 0;
}
.tiqets-box h3 { margin: 0 0 .8rem; font-size: 1.1rem; color: var(--paars); }
.tiqets-box ul { list-style: none; padding: 0; margin: .7rem 0 1.2rem; }
.tiqets-box ul li { padding: .3rem 0 .3rem 1.6rem; position: relative; color: var(--tekst-2); font-size: .94rem; }
.tiqets-box ul li::before { content: '✓'; position: absolute; left: 0; color: var(--goud); font-weight: 700; }

/* ── INFO KADER ── */
.info-kader {
  background: var(--wit); border: 1px solid var(--zand);
  border-radius: var(--radius); padding: 1.4rem; margin: 1rem 0;
  box-shadow: 0 2px 8px var(--schaduw);
}
.info-kader h4 {
  font-family: 'DM Serif Display', serif; color: var(--paars);
  font-size: .9rem; letter-spacing: .04em; margin-bottom: .7rem;
}
.info-kader dl { display: grid; grid-template-columns: auto 1fr; gap: .3rem 1rem; }
.info-kader dt { font-weight: 700; color: var(--tekst); font-size: .88rem; }
.info-kader dd { color: var(--tekst-2); font-size: .88rem; }

/* ── FAQ ACCORDEON v2.2 ── */
.faq-lijst { margin: 1.5rem 0; }

.faq-item {
  background: var(--wit); border: 1px solid var(--zand);
  border-radius: 6px; margin-bottom: .9rem; overflow: hidden;
  transition: box-shadow .22s, border-color .22s;
}
.faq-item:hover { box-shadow: 0 2px 10px var(--schaduw); }
.faq-item.open {
  border-color: var(--goud);
  box-shadow: 0 3px 14px rgba(58,42,110,.14);
}

.faq-schakelaar {
  display: flex; justify-content: space-between;
  align-items: flex-start; gap: 1.2rem;
  padding: 1.1rem 1.4rem;
  cursor: pointer; user-select: none; transition: background .18s;
}
.faq-schakelaar:hover { background: var(--creme-2); }
.faq-item.open .faq-schakelaar { background: var(--creme-2); }

h2.faq-vraag {
  font-family: 'Mulish', sans-serif;
  font-size: .98rem; font-weight: 700;
  color: var(--tekst); margin: 0;
  border: none !important; padding: 0 !important;
  display: inline !important; line-height: 1.6;
}

.faq-icoon {
  flex-shrink: 0; width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--creme-2); border: 1.5px solid var(--zand);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; font-weight: 300;
  color: var(--goud); line-height: 1;
  transition: transform .25s, background .2s, border-color .2s;
  margin-top: .05rem;
}
.faq-item.open .faq-icoon {
  transform: rotate(45deg);
  background: var(--goud); border-color: var(--goud);
  color: var(--wit);
}

.faq-antwoord {
  display: none; padding: 0 1.4rem 1.4rem;
  border-top: 1px solid var(--zand);
}
.faq-item.open .faq-antwoord { display: block; }
.faq-antwoord p { margin-top: 1rem; color: var(--tekst-2); font-size: .96rem; line-height: 1.8; }

/* ── INTERNE HERO ── */
.interne-hero {
  background: var(--creme-2); padding: 2.4rem 0 2rem;
  border-bottom: 1px solid var(--zand);
}
.interne-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  color: var(--paars); margin-bottom: .6rem; font-weight: 400;
}
.interne-hero p { color: var(--tekst-2); max-width: 660px; }

/* BROODKRUIMELS */
.broodkruimels { font-size: .8rem; color: var(--tekst-2); padding: .7rem 0; margin-bottom: .5rem; }
.broodkruimels a { color: var(--goud); }
.broodkruimels a:hover { color: var(--paars); text-decoration: none; }
.broodkruimels .scheiding { margin: 0 .4rem; color: var(--zand); }

/* ── WETTELIJKE PAGINA'S ── */
.juridisch-content h2 {
  font-family: 'DM Serif Display', serif; font-size: 1.35rem; color: var(--paars);
  margin: 2rem 0 .75rem; padding-bottom: .4rem;
  border-bottom: 1px solid var(--zand);
}
.juridisch-content h3 { font-size: 1.05rem; font-weight: 700; color: var(--goud); margin: 1.4rem 0 .5rem; }
.juridisch-content p { color: var(--tekst-2); margin-bottom: 1rem; }
.juridisch-content ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 1rem; }
.juridisch-content ul li { color: var(--tekst-2); margin-bottom: .35rem; }

/* ── VOETTEKST ── */
.voettekst-site {
  background: var(--paars-dk); color: rgba(255,255,255,.68);
  padding: 3rem 0 2rem; margin-top: 4rem;
}
.voettekst-raster {
  max-width: 1120px; margin: 0 auto; padding: 0 1.5rem;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem;
}
.voettekst-merk {
  font-family: 'DM Serif Display', serif;
  font-size: 1.15rem; color: var(--goud); margin-bottom: .8rem;
}
.voettekst-site p { font-size: .86rem; line-height: 1.65; margin-bottom: .5rem; }
.voettekst-site a { color: rgba(255,255,255,.5); font-size: .86rem; transition: color .2s; }
.voettekst-site a:hover { color: var(--goud); text-decoration: none; }
.voettekst-site h4 { color: var(--wit); font-size: .78rem; letter-spacing: .07em; margin-bottom: .75rem; }
.voettekst-site ul { list-style: none; }
.voettekst-site ul li { margin-bottom: .4rem; }
.voettekst-site ul a { color: rgba(255,255,255,.55); font-size: .86rem; }
.voettekst-site ul a:hover { color: var(--goud); }

.voettekst-bodem {
  max-width: 1120px; margin: 1.8rem auto 0;
  padding: 1.4rem 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .78rem; color: rgba(255,255,255,.38); font-style: italic;
}

/* ── RESPONSIEF ── */
@media (max-width: 768px) {
  .navigatie-paleis { display: none; flex-direction: column; gap: 0; }
  .navigatie-paleis.nav-open {
    display: flex; position: absolute;
    top: 64px; left: 0; right: 0;
    background: var(--paars); padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 6px 16px rgba(0,0,0,.3); z-index: 99;
  }
  .navigatie-paleis.nav-open a {
    padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.12);
    font-size: .9rem; color: rgba(255,255,255,.82);
  }
  .navigatie-paleis.nav-open .knop-ticket { margin-top: .5rem; display: inline-block; }
  .hamburger-knop { display: flex; }
  .koptekst-site { position: relative; }
  .voettekst-raster { grid-template-columns: 1fr; gap: 1.5rem; }
  .held-paleis { height: 60vw; min-height: 300px; }
  .held-tickets { height: 55vw; min-height: 320px; }
  .inhoudsblok { padding: 2.2rem 0; }
  .sectie-foto { height: 200px; }
}
@media (max-width: 480px) {
  .koptekst-binnenste, .pagina-container { padding: 0 1rem; }
  .held-tekst { padding: 0 1rem 2rem; }
}
