header.site { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 20px; padding-bottom: 20px; flex-wrap: wrap; }
header.site .brand { font-family: var(--serif); font-size: 22px; color: var(--ink); }
header.site nav { display: flex; gap: 24px; font-size: 15px; font-weight: 500; }
header.site nav a { color: var(--ink); }

.hero { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,380px),1fr)); gap: clamp(32px,5vw,72px); align-items: center; padding-top: clamp(24px,5vw,64px); padding-bottom: clamp(56px,8vw,112px); }
.hero-copy { display: flex; flex-direction: column; gap: 24px; }
.hero h1 { font-size: clamp(56px,9vw,112px); line-height: .95; }
.hero h1 em { color: var(--red); }
.dots { display: flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.dots i { width: 10px; height: 10px; border-radius: 50%; display: block; }
.dots span { margin-left: 6px; }
.lead { font-size: clamp(18px,2vw,21px); line-height: 1.55; max-width: 34ch; text-wrap: pretty; }
.when { display: flex; flex-direction: column; gap: 4px; padding: 18px 0; border-top: 1px solid var(--sand); border-bottom: 1px solid var(--sand); max-width: 420px; }
.when .big { font-family: var(--serif); font-size: 28px; }
.when .sub { font-size: 16px; color: var(--ink-2); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.crest { width: 100%; max-width: 520px; height: auto; mix-blend-mode: multiply; justify-self: center; }

section h2 { font-size: clamp(40px,5vw,64px); line-height: 1; }

/* Galerij-slider */
#galerij { background: var(--green); color: var(--cream); padding: clamp(56px,8vw,104px) 0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 36px; }
.section-head p { font-size: 17px; line-height: 1.5; color: var(--green-2); }
.gallery-slider { position: relative; overflow: hidden; border-radius: 16px; }
.gallery-track { display: flex; transition: transform .5s ease; }
.gallery-slide { flex: 0 0 100%; aspect-ratio: 16/9; background-size: cover; background-position: center; }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: none; background: rgba(251,246,236,.92); color: var(--ink); font-size: 20px; cursor: pointer; }
.gallery-arrow:hover { background: var(--yellow); }
.gallery-arrow.prev { left: 16px; }
.gallery-arrow.next { right: 16px; }
.gallery-dots { position: absolute; left: 0; right: 0; bottom: 16px; display: flex; justify-content: center; gap: 8px; }
.gallery-dots button { width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(251,246,236,.5); cursor: pointer; padding: 0; }
.gallery-dots button.active { background: var(--yellow); }

/* Inschrijven */
#inschrijven { padding: clamp(56px,8vw,104px) 0; }
.two { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,340px),1fr)); gap: clamp(32px,5vw,72px); align-items: start; }
.info { display: flex; flex-direction: column; gap: 28px; position: sticky; top: 24px; }
.info p { font-size: 18px; line-height: 1.55; }
.info .blk { display: flex; flex-direction: column; gap: 6px; }
.price { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--sand); font-size: 17px; }
.price b { font-weight: 600; }

.inschrijf-form { display: flex; flex-direction: column; gap: 20px; background: var(--paper); border: 1px solid var(--sand); border-radius: 18px; padding: clamp(20px,3vw,36px); }
.inschrijf-form fieldset { border: none; display: flex; flex-direction: column; gap: 14px; }
.inschrijf-form legend { font-family: var(--serif); font-size: 24px; margin-bottom: 6px; }
.inschrijf-form label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 600; }
.inp { min-height: 48px; padding: 0 14px; border: 1.5px solid var(--sand-2); border-radius: 10px; background: #fff; font-size: 16px; color: var(--ink); width: 100%; }
textarea.inp { padding: 12px 14px; min-height: 88px; resize: vertical; }
.inp:focus { outline: none; border-color: var(--red); }
.grid2 { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,200px),1fr)); gap: 14px; }
.count { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--sand-3); }
.count > span { font-size: 16px; font-weight: 600; }
.count small { display: block; font-weight: 400; color: var(--ink-muted); font-size: 14px; }
.step { display: flex; align-items: center; gap: 6px; }
.step button { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--sand-2); background: var(--cream); font-size: 20px; cursor: pointer; color: var(--ink); }
.step button:hover { border-color: var(--ink); }
.step output { min-width: 32px; text-align: center; font-size: 18px; font-weight: 600; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.inschrijf-form .chips label { flex-direction: row; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border: 1.5px solid var(--sand-2); border-radius: 999px; cursor: pointer; font-weight: 500; font-size: 15px; }
.chips input { accent-color: var(--red); width: 18px; height: 18px; }
.chips label:has(input:checked) { border-color: var(--red); background: #FDF0EE; }
.total { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 16px 20px; border-radius: 12px; background: var(--cream); }
.total b { font-family: var(--serif); font-size: 32px; font-weight: 400; }
.err { color: var(--red-ink); font-weight: 600; }
.hp { position: absolute; left: -9999px; }

.form-success { display: none; flex-direction: column; gap: 16px; padding: clamp(24px,3vw,40px); border-radius: 18px; background: var(--yellow); }
.form-success.is-visible { display: flex; }
.form-success h3 { font-size: 36px; }
.form-success p { font-size: 17px; line-height: 1.5; }
.pay { display: flex; flex-direction: column; gap: 2px; background: var(--yellow-2); border-radius: 12px; padding: 16px 20px; }
.pay div { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; font-size: 16px; flex-wrap: wrap; }
.pay b { font-weight: 700; }

/* Organiseer mee */
#meedoen { background: var(--yellow); padding: clamp(56px,8vw,104px) 0; }
#meedoen .section-head p { color: var(--ink); max-width: 52ch; }
.rollen { display: grid; grid-template-columns: repeat(auto-fill,minmax(min(100%,240px),1fr)); gap: 12px; }
.rol { display: flex; flex-direction: column; gap: 6px; text-align: left; padding: 20px; min-height: 120px; border-radius: 14px; border: 1.5px solid transparent; background: var(--paper); color: var(--ink); cursor: pointer; font-size: 15px; line-height: 1.45; }
.rol b { font-family: var(--serif); font-weight: 400; font-size: 24px; line-height: 1.1; }
.rol span { color: var(--ink-2); }
.rol:hover { border-color: var(--ink); }
.rol.is-picked { border-color: var(--red); }
.rollen-cta { margin-top: 24px; font-size: 17px; }
.rollen-cta a { color: var(--ink); text-decoration: underline; font-weight: 600; }

/* Peiling */
#peiling { padding: clamp(56px,8vw,104px) 0 0; }
.seg { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.seg label { position: relative; }
.seg input { position: absolute; opacity: 0; inset: 0; }
.seg span { display: flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 12px; border: 1.5px solid var(--sand-2); border-radius: 12px; font-size: 16px; font-weight: 600; cursor: pointer; text-align: center; }
.seg input:checked + span { border-color: var(--red); background: #FDF0EE; color: var(--red-ink); }
.seg input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.inschrijf-form label.check { flex-direction: row; align-items: center; gap: 10px; font-size: 16px; font-weight: 500; cursor: pointer; min-height: 44px; }
.check input { width: 20px; height: 20px; accent-color: var(--red); }
.edit-note { padding: 12px 16px; border-radius: 10px; background: var(--cream); font-size: 15px; font-weight: 600; }

@media (max-width: 860px) {
  .info { position: static; }
  .gallery-slide { aspect-ratio: 4/3; }
  header.site nav { gap: 16px; }
}
