/* ===== Kokosnootkamp — styles ===== */
:root {
  --coral: #ff6b4a;
  --coral-dark: #e8482a;
  --teal: #16b5b5;
  --teal-dark: #0e8f8f;
  --yellow: #ffc93c;
  --green: #46b16a;
  --coconut: #5b3a29;
  --cream: #fff8ee;
  --cream-2: #fff1dd;
  --ink: #2c2218;
  --ink-soft: #6b5d4f;
  --white: #ffffff;
  --shadow: 0 14px 40px -18px rgba(91, 58, 41, 0.45);
  --shadow-sm: 0 6px 18px -10px rgba(91, 58, 41, 0.4);
  --radius: 22px;
  --radius-sm: 14px;
  --maxw: 1080px;
  --font-head: "Fredoka", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.1; margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.container-narrow { max-width: 680px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem;
  padding: 14px 26px; border-radius: 100px; border: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-align: center;
}
.btn-primary { background: var(--coral); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--coral-dark); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-ghost { background: rgba(255,255,255,.7); color: var(--coconut); border: 2px solid rgba(91,58,41,.15); }
.btn-ghost:hover { background: #fff; transform: translateY(-2px); }
.btn-block { width: 100%; font-size: 1.15rem; padding: 16px; margin-top: 8px; }

/* ===== Nav ===== */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 22px;
  background: rgba(255, 248, 238, .85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(91,58,41,.08);
}
.brand { display: flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; color: var(--coconut); }
.brand-emoji { font-size: 1.5rem; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { font-family: var(--font-head); font-weight: 500; color: var(--ink); font-size: 1rem; transition: color .15s; }
.nav-links a:hover { color: var(--coral); }
.nav-cta { background: var(--teal); color: #fff !important; padding: 8px 18px; border-radius: 100px; }
.nav-cta:hover { background: var(--teal-dark); }
.nav-right { display: flex; align-items: center; gap: 10px; }
.lang-toggle {
  display: flex; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 600;
  background: #fff; border: 2px solid rgba(91,58,41,.12); border-radius: 100px;
  padding: 6px 14px; cursor: pointer; color: var(--coconut); font-size: .95rem;
}
.lang-toggle:hover { border-color: var(--coral); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.hamburger span { width: 24px; height: 3px; background: var(--coconut); border-radius: 3px; transition: .2s; }

/* ===== Hero ===== */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 90% at 80% -10%, rgba(255,201,60,.55), transparent 55%),
    radial-gradient(110% 80% at 0% 10%, rgba(22,181,181,.30), transparent 55%),
    linear-gradient(170deg, #fff4dc 0%, #ffe9cf 60%, #ffdfc4 100%);
  padding: 70px 22px 120px;
  text-align: center;
}
.hero-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.hero-badge {
  display: inline-block; background: rgba(255,255,255,.75); color: var(--coconut);
  font-family: var(--font-head); font-weight: 600; font-size: .92rem;
  padding: 7px 16px; border-radius: 100px; margin-bottom: 22px; box-shadow: var(--shadow-sm);
}
.hero-title {
  font-size: clamp(2.8rem, 8vw, 5rem); font-weight: 700; color: var(--coconut);
  letter-spacing: -1px; margin-bottom: 14px;
  text-shadow: 0 3px 0 rgba(255,255,255,.5);
}
.hero-tag { font-size: clamp(1.05rem, 2.4vw, 1.4rem); color: var(--ink); max-width: 600px; margin: 0 auto 26px; font-weight: 600; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 30px; }
.hero-meta-item {
  display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.8);
  padding: 9px 16px; border-radius: 100px; font-weight: 700; font-size: .98rem; box-shadow: var(--shadow-sm);
}
.hero-meta-em { font-size: 1.15rem; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.hero-deco { position: absolute; z-index: 1; pointer-events: none; }
.hero-deco.sun {
  top: -90px; right: -60px; width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle, var(--yellow), rgba(255,201,60,0)); opacity: .8;
}
.hero-deco.leaf { font-size: 4rem; opacity: .85; }
.leaf-1 { bottom: 70px; left: 4%; transform: rotate(-15deg); }
.leaf-2 { top: 90px; right: 7%; font-size: 3rem; }

.wave-divider { position: absolute; bottom: -1px; left: 0; width: 100%; line-height: 0; }
.wave-divider svg { width: 100%; height: 80px; display: block; }
.wave-divider path { fill: var(--cream); }

/* ===== Sections ===== */
.section { padding: 76px 0; }
.section-tint { background: var(--cream-2); }
.section-title {
  font-size: clamp(1.9rem, 4.5vw, 2.8rem); color: var(--coconut); text-align: center;
  margin-bottom: 16px; letter-spacing: -.5px;
}
.section-lead { text-align: center; max-width: 640px; margin: 0 auto 44px; font-size: 1.12rem; color: var(--ink-soft); font-weight: 600; }

/* ===== Feature grid ===== */
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card {
  background: #fff; border-radius: var(--radius); padding: 28px 22px; text-align: center;
  box-shadow: var(--shadow-sm); transition: transform .18s ease;
}
.feature-card:hover { transform: translateY(-5px); }
.feature-em { font-size: 2.6rem; display: block; margin-bottom: 12px; }
.feature-card h3 { font-size: 1.2rem; color: var(--coconut); margin-bottom: 8px; }
.feature-card p { font-size: .98rem; color: var(--ink-soft); margin: 0; }

/* ===== Workshops ===== */
.workshop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.workshop-card {
  background: #fff; border-radius: var(--radius); padding: 30px 26px;
  box-shadow: var(--shadow-sm); border-bottom: 6px solid var(--accent);
  transition: transform .18s ease, box-shadow .18s ease;
}
.workshop-card:hover { transform: translateY(-6px) rotate(-1deg); box-shadow: var(--shadow); }
.workshop-em { font-size: 2.8rem; display: block; margin-bottom: 14px; }
.workshop-card h3 { font-size: 1.35rem; color: var(--coconut); margin-bottom: 8px; }
.workshop-card p { color: var(--ink-soft); margin: 0; }
.workshop-note { text-align: center; margin-top: 36px; color: var(--ink-soft); font-weight: 600; font-style: italic; }

/* ===== Info grid ===== */
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 880px; margin: 0 auto; }
.info-item {
  display: flex; gap: 16px; align-items: flex-start; background: #fff;
  border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm);
}
.info-em { font-size: 2rem; flex-shrink: 0; }
.info-item h3 { font-size: 1.2rem; color: var(--coconut); margin-bottom: 6px; }
.info-item p { margin: 0; color: var(--ink-soft); }

/* ===== Prices ===== */
.price-grid { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; max-width: 680px; margin: 0 auto 40px; }
.price-card {
  position: relative; background: #fff; border-radius: var(--radius); padding: 34px 40px;
  text-align: center; box-shadow: var(--shadow-sm); flex: 1 1 240px; min-width: 220px;
  border: 3px solid transparent;
}
.price-card--featured { border-color: var(--coral); transform: scale(1.04); box-shadow: var(--shadow); }
.price-ribbon {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--coral); color: #fff; font-family: var(--font-head); font-weight: 600;
  font-size: .82rem; padding: 5px 16px; border-radius: 100px; white-space: nowrap;
}
.price-label { display: block; font-family: var(--font-head); font-weight: 600; color: var(--ink-soft); font-size: 1.05rem; }
.price-amount { display: block; font-family: var(--font-head); font-weight: 700; font-size: 3.4rem; color: var(--coconut); line-height: 1.1; margin: 6px 0; }
.price-unit { display: block; color: var(--ink-soft); font-size: .95rem; font-weight: 600; }

.ooievaar-banner {
  display: flex; gap: 18px; align-items: flex-start; max-width: 760px; margin: 0 auto;
  background: linear-gradient(120deg, #fff, #fff4e0); border: 2px dashed var(--teal);
  border-radius: var(--radius); padding: 26px 28px;
}
.ooievaar-em { font-size: 2.4rem; flex-shrink: 0; }
.ooievaar-banner h3 { color: var(--teal-dark); font-size: 1.25rem; margin-bottom: 8px; }
.ooievaar-banner p { margin: 0; color: var(--ink-soft); }

/* ===== Form ===== */
.signup-form { background: #fff; border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.form-row { margin-bottom: 18px; }
.form-row--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; border: none; padding: 0; }
.field-label { font-family: var(--font-head); font-weight: 600; color: var(--coconut); font-size: .98rem; }
.field input, .field textarea {
  font-family: var(--font-body); font-size: 1rem; padding: 12px 14px; border-radius: var(--radius-sm);
  border: 2px solid rgba(91,58,41,.15); background: var(--cream); color: var(--ink); transition: border .15s;
  width: 100%;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--coral); background: #fff; }
.field textarea { resize: vertical; }

.field--days { margin-bottom: 18px; }
.day-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 4px; }
.day-chip { cursor: pointer; }
.day-chip input { position: absolute; opacity: 0; pointer-events: none; }
.day-chip-inner {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  padding: 14px 8px; border-radius: var(--radius-sm); border: 2px solid rgba(91,58,41,.15);
  background: var(--cream); transition: all .15s; text-align: center;
}
.day-chip-day { font-family: var(--font-head); font-weight: 600; color: var(--coconut); }
.day-chip-date { font-size: .85rem; color: var(--ink-soft); font-weight: 700; }
.day-chip input:checked + .day-chip-inner {
  border-color: var(--coral); background: #fff5f2; box-shadow: 0 0 0 3px rgba(255,107,74,.15);
}
.day-chip input:focus-visible + .day-chip-inner { border-color: var(--teal); }

.checkbox-field {
  display: flex; gap: 12px; align-items: flex-start; cursor: pointer;
  background: #f0faf9; border: 2px solid rgba(22,181,181,.3); border-radius: var(--radius-sm);
  padding: 16px 18px; margin-bottom: 20px;
}
.checkbox-field input { width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; accent-color: var(--teal); cursor: pointer; }
.checkbox-field strong { display: block; color: var(--teal-dark); font-family: var(--font-head); }
.checkbox-field small { color: var(--ink-soft); }

.total-box { background: var(--coconut); color: #fff; border-radius: var(--radius-sm); padding: 20px 24px; margin-bottom: 8px; }
.total-line { display: flex; justify-content: space-between; align-items: center; font-family: var(--font-head); font-weight: 600; font-size: 1.3rem; }
.total-amount { font-size: 2rem; font-weight: 700; color: var(--yellow); }
.total-sub { margin: 6px 0 0; font-size: .9rem; opacity: .8; }

.form-fineprint { font-size: .85rem; color: var(--ink-soft); text-align: center; margin: 14px 0 0; }
.field input:invalid:not(:placeholder-shown) { border-color: var(--coral); }

/* success */
.form-success { background: #fff; border-radius: var(--radius); padding: 50px 34px; text-align: center; box-shadow: var(--shadow); }
.success-em { font-size: 3.4rem; display: block; margin-bottom: 14px; }
.form-success h3 { color: var(--green); font-size: 1.7rem; margin-bottom: 12px; }
.form-success p { color: var(--ink-soft); max-width: 420px; margin: 0 auto 22px; }

/* ===== Footer ===== */
.footer { background: var(--coconut); color: #ffe9d6; padding: 56px 0 26px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; }
.footer-brand .brand-name { color: #fff; font-size: 1.4rem; }
.footer-brand { display: flex; flex-direction: column; gap: 4px; }
.footer-brand .brand-emoji { font-size: 1.8rem; }
.footer-brand p { color: #e6c9b3; margin: 8px 0 0; max-width: 280px; }
.footer-col h4 { color: #fff; margin-bottom: 12px; font-size: 1.1rem; }
.footer-col p { margin: 0 0 8px; }
.footer-col a:hover, .footer-brand a:hover { color: var(--yellow); }
.footer-bottom { text-align: center; margin: 40px 0 0; color: #c9a892; font-size: .9rem; }

/* ===== Responsive ===== */
@media (max-width: 880px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .workshop-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nav-links {
    position: fixed; top: 60px; right: 0; flex-direction: column; align-items: flex-start;
    background: var(--cream); width: 240px; padding: 20px; gap: 16px;
    box-shadow: var(--shadow); border-radius: 0 0 0 var(--radius);
    transform: translateX(110%); transition: transform .25s ease; height: auto;
  }
  .nav-links.open { transform: translateX(0); }
  .hamburger { display: flex; }
  .info-grid { grid-template-columns: 1fr; }
  .form-row--2 { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .feature-grid, .workshop-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .signup-form { padding: 22px; }
  .price-card--featured { transform: none; }
  .day-options { grid-template-columns: 1fr; }
}

/* ===== Clickable workshop cards ===== */
.workshop-card--clickable { cursor: pointer; position: relative; }
.workshop-card--clickable:hover,
.workshop-card--clickable:focus-visible {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  outline: none;
}
.workshop-card--clickable:focus-visible { box-shadow: 0 0 0 3px var(--accent), var(--shadow); }
.workshop-more {
  display: inline-block; margin-top: 12px; font-family: var(--font-head);
  font-weight: 600; color: var(--accent); font-size: .95rem;
}
/* photo banner on cards that have an image */
.workshop-card { overflow: hidden; }
.workshop-photo {
  position: relative; margin: -30px -26px 16px; height: 152px; background: var(--accent);
}
.workshop-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.workshop-photo-em {
  position: absolute; top: 10px; left: 10px; width: 44px; height: 44px; font-size: 1.5rem;
  background: rgba(255,255,255,.92); border-radius: 50%; display: flex; align-items: center;
  justify-content: center; box-shadow: var(--shadow-sm);
}

/* ===== Workshop modal ===== */
.modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal[hidden] { display: none; }
.modal-overlay { position: absolute; inset: 0; background: rgba(44, 34, 24, .55); backdrop-filter: blur(3px); animation: fade .2s ease; }
.modal-card {
  position: relative; z-index: 1; background: #fff; border-radius: var(--radius);
  max-width: 580px; width: 100%; max-height: 90vh; overflow-y: auto;
  box-shadow: var(--shadow); animation: pop .25s cubic-bezier(.34,1.56,.64,1);
}
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(20px) scale(.97); } }
.modal-close {
  position: absolute; top: 14px; right: 14px; z-index: 2; width: 38px; height: 38px;
  border: none; border-radius: 50%; background: rgba(255,255,255,.9); cursor: pointer;
  font-size: 1.1rem; color: var(--ink); box-shadow: var(--shadow-sm); transition: transform .15s;
}
.modal-close:hover { transform: rotate(90deg); }
.modal-figure {
  height: 150px; display: flex; align-items: center; justify-content: center;
  border-radius: var(--radius) var(--radius) 0 0; overflow: hidden;
}
.modal-figure .modal-emoji { font-size: 4.5rem; }
.modal-figure img { width: 100%; height: 100%; object-fit: cover; }
.modal-thumbs { display: flex; gap: 8px; padding: 12px 30px 0; flex-wrap: wrap; }
.modal-thumbs[hidden] { display: none; }
.modal-thumb { padding: 0; border: 2px solid var(--paper-edge, #e9cfa0); border-radius: 10px; overflow: hidden;
  width: 72px; height: 54px; cursor: pointer; background: none; transition: border-color .15s, transform .15s; }
.modal-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.modal-thumb:hover { transform: translateY(-2px); }
.modal-thumb.active { border-color: var(--coral); }
.modal-body { padding: 26px 30px 30px; }
.modal-instructor {
  display: inline-block; font-family: var(--font-head); font-weight: 600;
  color: var(--teal-dark); background: #e9f8f8; padding: 4px 14px; border-radius: 100px;
  font-size: .9rem; margin-bottom: 10px;
}
.modal-instructor[hidden] { display: none; }
.modal-title { font-size: 1.7rem; color: var(--coconut); margin-bottom: 12px; }
.modal-intro { color: var(--ink-soft); margin: 0 0 20px; }
.modal-section h4 { font-size: 1.1rem; color: var(--coconut); margin-bottom: 8px; }
.modal-section ul { margin: 0 0 20px; padding-left: 4px; list-style: none; }
.modal-section li { padding: 5px 0 5px 4px; color: var(--ink); }
.modal-section[hidden] { display: none; }
.modal-meta { display: flex; flex-direction: column; gap: 12px; margin-bottom: 22px; }
.modal-meta-item { display: flex; gap: 12px; align-items: flex-start; background: var(--cream); border-radius: var(--radius-sm); padding: 14px 16px; }
.modal-meta-item[hidden] { display: none; }
.modal-meta-item--warn { background: #fff4e8; }
.modal-meta-item .mm-em { font-size: 1.3rem; flex-shrink: 0; }
.modal-meta-item strong { display: block; font-family: var(--font-head); color: var(--coconut); margin-bottom: 2px; }
.modal-meta-item span { color: var(--ink-soft); }
.modal-body .btn { width: 100%; }

/* ===== Conceptweergave-badge ===== */
.draft-badge {
  position: fixed; left: 16px; bottom: 16px; z-index: 90;
  background: var(--coconut); color: #fff; font-family: var(--font-head); font-weight: 600;
  font-size: .88rem; padding: 9px 16px; border-radius: 100px; box-shadow: var(--shadow);
  display: inline-flex; gap: 6px; opacity: .92; transition: opacity .15s;
}
.draft-badge[hidden] { display: none; }
.draft-badge:hover { opacity: 1; }
.draft-badge span { text-decoration: underline; }

/* ===== Wie zijn wij (team) ===== */
.team-block { text-align: center; }
.team-photo { margin-top: 26px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.team-photo img { width: 100%; display: block; }
.team-photo--empty {
  min-height: 200px; display: flex; align-items: center; justify-content: center;
  background: repeating-linear-gradient(45deg, #fff, #fff 14px, var(--cream-2) 14px, var(--cream-2) 28px);
  border: 2px dashed #e2c9a0; color: var(--ink-soft); font-family: var(--font-head); font-size: 1.1rem;
}

/* ===== Dagschema ===== */
.schedule { max-width: 620px; margin: 44px auto 0; }
.schedule-title { font-size: 1.5rem; color: var(--coconut); text-align: center; margin-bottom: 6px; }
.schedule-intro { text-align: center; color: var(--ink-soft); font-weight: 600; margin: 0 0 22px; }
.schedule-rows { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.schedule-row { display: flex; gap: 14px; align-items: center; padding: 12px 20px; border-bottom: 1px solid var(--cream-2); }
.schedule-row:last-child { border-bottom: none; }
.schedule-row:nth-child(odd) { background: #fffaf1; }
.sr-time { font-family: var(--font-head); font-weight: 600; color: var(--coral); width: 108px; flex-shrink: 0; font-size: .95rem; }
.sr-what { color: var(--ink); font-weight: 600; }

/* ===== Prijzen: 3 tiers + annulering ===== */
.price-grid--3 { max-width: 840px; }
.price-cancel { text-align: center; margin: 18px auto 0; font-size: .9rem; color: var(--ink-soft); }
.price-cancel a { color: var(--teal-dark); font-weight: 700; text-decoration: underline; }

/* ===== Kinderen in het formulier ===== */
.children { display: flex; flex-direction: column; gap: 16px; margin-bottom: 14px; }
.child { border: 2px solid #efdcc0; border-radius: var(--radius-sm); padding: 18px; background: #fffdf8; }
.child-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.child-title { font-family: var(--font-head); font-weight: 600; color: var(--coconut); font-size: 1.05rem; }
.child-remove { background: none; border: none; color: var(--coral-dark); font-weight: 700; cursor: pointer; font-size: .85rem; }
.child-remove:hover { text-decoration: underline; }
.btn-add-child { width: 100%; margin-bottom: 20px; font-size: 1rem; }
.field-help { font-size: .82rem; color: var(--ink-soft); font-weight: 500; margin-top: 4px; display: block; }
.child-top5 { margin-top: 6px; }
.top5-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 8px; }
.top5-item { display: flex; flex-direction: column; gap: 4px; }
.top5-item > span { font-size: .8rem; font-weight: 700; color: var(--ink-soft); }
.top5-item select, .child input {
  font-family: var(--font-body); font-size: .95rem; padding: 10px 8px; border-radius: 10px;
  border: 2px solid #e7d3b3; background: #fff; color: var(--ink); width: 100%;
}
.top5-item select:focus, .child input:focus { outline: none; border-color: var(--coral); }
@media (max-width: 620px) { .top5-grid { grid-template-columns: repeat(2, 1fr); } }

/* ===== Voorwaarden-vinkje ===== */
.checkbox-field--terms { background: #fff; border-color: #e7d3b3; }
.checkbox-field--terms a { color: var(--teal-dark); font-weight: 700; text-decoration: underline; }

/* ===== Deel-knoppen ===== */
.btn-share { font-size: .95rem; }
.modal-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.modal-actions .btn { flex: 1 1 auto; }
.btn-share-ws { flex: 0 0 auto; }

/* ===== Deelknop in de menubalk ===== */
.share { position: relative; }
.share-btn {
  display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 600;
  font-size: .92rem; color: var(--coconut); background: #fff; border: 2px solid rgba(91,58,41,.12);
  border-radius: 100px; padding: 6px 14px; cursor: pointer; transition: border-color .15s, color .15s;
}
.share-btn:hover { border-color: var(--coral); color: var(--coral); }
.share-btn svg { display: block; }
.share-menu {
  position: absolute; right: 0; top: calc(100% + 8px); z-index: 60; min-width: 190px;
  background: #fff; border: 2px solid rgba(91,58,41,.12); border-radius: 14px; box-shadow: var(--shadow);
  padding: 6px; display: flex; flex-direction: column;
}
.share-menu[hidden] { display: none; }
.share-menu a, .share-menu button {
  display: flex; align-items: center; gap: 8px; text-align: left; background: none; border: none;
  font-family: var(--font-body); font-size: .95rem; font-weight: 600; color: var(--ink);
  padding: 10px 12px; border-radius: 10px; cursor: pointer; width: 100%;
}
.share-menu a:hover, .share-menu button:hover { background: var(--cream-2); }
.share-menu button.copied { color: var(--green); }

/* ===== Kind-blokken: dagen + allergie ===== */
.child-block { margin-top: 14px; }
.child-block > .field-label { display: block; margin-bottom: 8px; }
.child .day-options { margin-top: 0; }
.allergy-choice { display: flex; gap: 10px; flex-wrap: wrap; }
.radio-pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 100px;
  border: 2px solid #e7d3b3; background: #fff; cursor: pointer; font-weight: 600; color: var(--ink);
}
.radio-pill input { accent-color: var(--coral); }
.radio-pill:has(input:checked) { border-color: var(--coral); background: #fff3ef; }
.ch-allergy-text { margin-top: 10px; }
.ch-allergy-text[hidden] { display: none; }

/* ===== Extra mobiel ===== */
@media (max-width: 460px) {
  .share-btn-label { display: none; }
  .share-btn { padding: 7px 11px; }
  .nav-right { gap: 6px; }
}

/* ===== Logo-integratie ===== */
.brand-logo { width: 40px; height: 40px; object-fit: contain; display: block; transition: transform .25s ease; }
.brand:hover .brand-logo { transform: rotate(-8deg) scale(1.06); }
.brand-logo--footer { width: 48px; height: 48px; }

.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.hero-title--logo { margin-bottom: 12px; }
.hero-logo {
  display: block; margin: 0 auto; width: min(460px, 84%); height: auto;
  filter: drop-shadow(0 12px 22px rgba(91,58,41,.18));
  animation: heroFloat 5s ease-in-out infinite;
}
@keyframes heroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* success mascotte */
.success-mascot { width: 112px; height: 112px; object-fit: contain; display: block; margin: 0 auto 10px; animation: mascotPop .6s cubic-bezier(.34,1.56,.64,1); }
@keyframes mascotPop { 0% { transform: scale(0) rotate(-20deg); } 100% { transform: scale(1) rotate(0); } }

/* confetti */
#confettiCanvas { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 200; }

@media (max-width: 720px) {
  .brand-logo { width: 34px; height: 34px; }
  .hero-logo { width: min(360px, 86%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-logo, .success-mascot { animation: none !important; }
}
