:root {
  --ink: #252a2d;
  --ink-soft: #5d6465;
  --paper: #ffffff;
  --surface: #f7f7f4;
  --surface-cool: #edf3ef;
  --sage: #5c8a6e;
  --sage-dark: #3f6350;
  --gold: #c4a13a;
  --rust: #9a5148;
  --line: rgba(26, 26, 46, 0.14);
  --wrap: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body, main { overflow-x: clip; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; text-wrap: balance; }
h1 { font-size: 48px; line-height: 1.12; margin-bottom: 22px; font-weight: 650; }
h2 { font-size: 34px; line-height: 1.2; margin-bottom: 16px; font-weight: 650; }
h3 { font-size: 20px; line-height: 1.3; margin-bottom: 10px; }
p { color: var(--ink-soft); text-wrap: pretty; }
a { color: inherit; }
img { max-width: 100%; }
[id] { scroll-margin-top: 110px; }
.wrap { width: min(100% - 48px, var(--wrap)); margin: 0 auto; }
.eyebrow { display: block; margin-bottom: 15px; color: var(--sage-dark); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0; }
.quiet { font-size: 14px; color: var(--ink-soft); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--sage-dark); color: #fff; }
.btn-primary:hover { background: #31513f; }
.btn-light { background: #fff; border-color: var(--line); color: var(--ink); }
.btn-dark { background: var(--sage-dark); color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.site-header {
  position: sticky;
  top: 16px;
  z-index: 30;
  width: min(calc(100% - 32px), 1120px);
  margin: 16px auto 0;
  padding: 13px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(63,99,80,.94);
  color: #fff;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 44px -28px rgba(0,0,0,.6);
}
.brand { display: flex; align-items: center; gap: 10px; font-size: 24px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; border: 2px solid #8fc3a2; border-radius: 7px; display: grid; place-items: center; color: #8fc3a2; font-size: 13px; font-weight: 800; }
.header-back { color: rgba(255,255,255,.78); text-decoration: none; font-size: 14px; }
.header-back:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-login { color: rgba(255,255,255,.72); text-decoration: none; font-size: 14px; }
.site-header .btn { min-height: 42px; padding: 9px 18px; }

.section { padding: 72px 0; }
.section-soft { background: var(--surface); }
.section-cool { background: var(--surface-cool); }
.section-dark { background: var(--surface-cool); color: var(--ink); }
.section-dark p { color: var(--ink-soft); }
.section-head { max-width: 690px; margin-bottom: 34px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.rule-list { border-top: 1px solid var(--line); }
.rule-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.rule-num { color: var(--sage-dark); font-weight: 750; }
.rule-item p { margin-bottom: 0; font-size: 15px; }
.proof-band { padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.proof-item strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 16px; }
.proof-item span { color: var(--ink-soft); font-size: 14px; }
.quote-band { padding: 46px 0; background: var(--surface-cool); }
.quote { max-width: 850px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.4; color: var(--ink); }
.quote-attribution { display: block; margin-top: 18px; color: var(--sage-dark); font-size: 14px; font-weight: 700; }

.screen-frame { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #eef2ef; box-shadow: 0 28px 60px -34px rgba(38,72,53,.35); }
.screen-frame img { display: block; width: 100%; height: auto; }
.screen-caption { margin-top: 14px; font-size: 13px; color: var(--ink-soft); }
.phone-shell { width: min(100%, 390px); margin: 0 auto; padding: 11px; border-radius: 34px; background: #171615; box-shadow: 0 42px 80px -34px rgba(26,26,46,.55); }
.phone-shell img { display: block; width: 100%; aspect-ratio: 1290 / 2796; object-fit: cover; object-position: center top; border-radius: 25px; }

.faq { max-width: 820px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { padding: 21px 2px; cursor: pointer; font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--sage-dark); font-size: 21px; }
.faq details[open] summary::after { content: "−"; }
.faq p { padding: 0 34px 20px 2px; margin-bottom: 0; font-size: 15px; }

.closing { padding: 60px 0; background: var(--surface); }
.closing-inner { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; }
.closing h2 { margin-bottom: 10px; }
.closing p { margin-bottom: 0; max-width: 650px; }
.site-footer { padding: 34px 0; background: var(--sage-dark); color: #fff; }
.footer-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; }
.site-footer a { color: rgba(255,255,255,.9); text-decoration: none; }
.site-footer span { color: rgba(255,255,255,.72); font-size: 13px; }

.wave-divider {
  position: relative;
  height: 42px;
  overflow: hidden;
  background: #fff;
}
.wave-divider::before {
  content: "";
  position: absolute;
  left: -5%;
  top: -30px;
  width: 110%;
  height: 55px;
  border-radius: 0 0 50% 50%;
  background: var(--surface-cool);
  transform: rotate(-.7deg);
}
.wave-from-soft::before { background: var(--surface); }

/* Online reserveringen */
.booking-hero { padding: 62px 0 70px; background: linear-gradient(90deg, #f6f7f5 0%, #f6f7f5 58%, #e8eee9 100%); }
.booking-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 78px; align-items: center; }
.booking-hero h1 { font-family: Georgia, "Times New Roman", serif; max-width: 12ch; font-weight: 600; }
.booking-hero p { max-width: 580px; font-size: 17px; }
.booking-hero .button-row { margin-top: 30px; }
.booking-phone { width: min(100%, 285px); }
.journey { position: relative; }
.journey::before { content: ""; position: absolute; left: 22px; top: 24px; bottom: 24px; width: 1px; background: var(--line); }
.journey-step { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 22px; padding: 17px 0 28px; }
.journey-dot { z-index: 1; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--sage-dark); color: #fff; font-weight: 750; }
.journey-step p { margin-bottom: 0; }
.dashboard-crop img { aspect-ratio: 1.42; object-fit: cover; object-position: center 18%; }
.message-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.message-shot { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 24px 50px -34px rgba(38,72,53,.4); }
.message-shot img { display: block; width: 100%; aspect-ratio: .64; object-fit: cover; object-position: center 36%; }
.message-shot figcaption { padding: 11px 12px; color: var(--ink-soft); font-size: 12px; text-align: center; }

/* Zonder commissie */
.commission-hero { padding: 64px 0 72px; background: #fff; }
.commission-hero-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 70px; align-items: center; }
.commission-hero h1 { max-width: 13ch; }
.commission-hero p { max-width: 600px; font-size: 17px; }
.price-statement { padding: 36px; border: 1px solid rgba(63,99,80,.18); border-radius: 8px; background: var(--surface-cool); color: var(--ink); }
.price-statement .price { display: block; margin: 4px 0 6px; font-size: 58px; font-weight: 800; line-height: 1; }
.price-statement .price small { font-size: 15px; font-weight: 500; color: var(--ink-soft); }
.price-statement .zero { display: inline-block; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 22px; color: var(--sage-dark); font-weight: 750; }
.calculator { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.calc-fields { display: grid; gap: 20px; }
.field label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 700; color: var(--ink); }
.section-dark .field label { color: var(--ink); }
.field input { width: 100%; min-height: 52px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font: inherit; }
.calc-result { padding: 36px; border-radius: 8px; background: var(--surface-cool); border: 1px solid var(--line); }
.calc-result-row { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.calc-result-row:last-child { border-bottom: 0; }
.calc-result-row strong { font-variant-numeric: tabular-nums; }
.calc-result .difference { margin-top: 22px; font-size: 23px; color: var(--sage-dark); font-weight: 750; }
.included-list { columns: 2; column-gap: 54px; margin: 28px 0 0; padding: 0; list-style: none; }
.included-list li { break-inside: avoid; padding: 12px 0 12px 28px; position: relative; border-bottom: 1px solid var(--line); }
.included-list li::before { content: "✓"; position: absolute; left: 0; color: var(--sage-dark); font-weight: 800; }

/* Tafelplanning */
.planning-hero { position: relative; min-height: 620px; margin-top: -82px; padding: 150px 0 76px; display: flex; align-items: center; color: #fff; background: #365441 url("assets/demo-timeline-ipad.png") center right / cover no-repeat; }
.planning-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(43,72,55,.96) 0%, rgba(43,72,55,.86) 34%, rgba(43,72,55,.34) 68%, rgba(43,72,55,.04) 100%); }
.planning-hero .wrap { position: relative; z-index: 1; }
.planning-hero-copy { width: min(590px, 100%); }
.planning-hero h1 { font-family: Georgia, "Times New Roman", serif; }
.planning-hero p { color: rgba(255,255,255,.86); font-size: 17px; }
.planning-hero .eyebrow { color: #a7d2b5; }
.planning-hero .button-row { margin-top: 30px; }
.planning-anatomy { border-top: 1px solid var(--line); }
.anatomy-row { display: grid; grid-template-columns: 70px .7fr 1.3fr; gap: 26px; padding: 27px 0; border-bottom: 1px solid var(--line); align-items: start; }
.anatomy-row .tag { color: var(--sage-dark); font-weight: 800; }
.anatomy-row p { margin-bottom: 0; }
.planning-screens { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.planning-shot { margin: 0; }
.planning-shot img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center top; }
.planning-shot figcaption { padding: 13px 15px; background: #fff; color: var(--ink-soft); font-size: 13px; }
.settings-shot { aspect-ratio: 1; }
.settings-shot img { width: 100%; height: 100%; object-fit: cover; object-position: left center; transform: scale(1.35); transform-origin: left center; }
.theme-section { background: var(--surface); }
.theme-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.theme-phones { display: flex; justify-content: center; align-items: flex-end; gap: 22px; }
.theme-phone { position: relative; width: min(42%, 230px); margin: 0; padding: 8px; border-radius: 28px; background: #deddd8; box-shadow: 0 28px 55px -36px rgba(26,26,46,.55); }
.theme-phone img { display: block; width: 100%; aspect-ratio: 1290 / 2796; object-fit: cover; border-radius: 21px; }
.theme-phone figcaption { position: absolute; left: 50%; bottom: 13px; transform: translateX(-50%); padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--ink); font-size: 11px; font-weight: 750; box-shadow: 0 5px 18px rgba(0,0,0,.12); }
.theme-phone-dark { background: #292724; }

/* No-shows */
.noshow-hero { padding: 64px 0 74px; background: linear-gradient(180deg, #fff 0%, #f3f6f3 100%); }
.noshow-hero-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 72px; align-items: center; }
.noshow-hero h1 { font-family: Georgia, "Times New Roman", serif; max-width: 12ch; }
.noshow-hero p { max-width: 600px; font-size: 17px; }
.service-state { padding: 24px; border: 1px solid rgba(63,99,80,.16); border-radius: 8px; background: #eef3ef; color: var(--ink); box-shadow: 0 28px 60px -34px rgba(38,72,53,.4); }
.service-state-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: 13px; color: var(--ink-soft); }
.reservation-state { margin: 22px 0; padding: 18px; border-radius: 6px; background: #f6e9e6; border: 1px solid rgba(154,81,72,.35); }
.reservation-state strong { display: block; margin-bottom: 3px; }
.reservation-state span { color: var(--ink-soft); font-size: 14px; }
.state-buttons { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.state-button { padding: 10px 7px; border: 1px solid var(--line); border-radius: 5px; background: #fff; text-align: center; font-size: 13px; color: var(--ink-soft); }
.state-button.active { background: var(--rust); border-color: #bd736a; color: #fff; font-weight: 750; }
.released { margin-top: 16px; color: var(--sage-dark); font-size: 13px; }
.moment { padding-top: 25px; border-top: 3px solid var(--sage); }
.moment:nth-child(2) { border-top-color: var(--rust); }
.moment:nth-child(3) { border-top-color: var(--gold); }
.moment p { margin-bottom: 0; }
.deposit-layout { display: grid; grid-template-columns: 1fr .95fr; gap: 70px; align-items: start; }
.deposit-controls { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.toggle-row { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.toggle { width: 46px; height: 26px; border-radius: 999px; background: #cfd1cf; padding: 3px; }
.toggle::after { content: ""; display: block; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.2); }
.deposit-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.deposit-value { padding: 14px; border: 1px solid var(--line); border-radius: 6px; }
.deposit-value span { display: block; color: var(--ink-soft); font-size: 12px; }
.deposit-value strong { display: block; margin-top: 4px; font-size: 18px; }
.guest-badge { display: inline-flex; margin-top: 18px; padding: 5px 9px; border-radius: 5px; background: var(--rust); color: #fff; font-size: 12px; font-weight: 750; }
.noshow-phone-stage { min-height: 510px; padding: 28px 28px 20px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: center; overflow: hidden; border: 1px solid rgba(63,99,80,.16); border-radius: 8px; background: #e8eee9; box-shadow: 0 28px 60px -40px rgba(38,72,53,.42); }
.noshow-device { width: min(100%, 208px); margin: 0; justify-self: end; text-align: center; }
.noshow-device .phone-shell { width: 100%; padding: 7px; border-radius: 25px; }
.noshow-device .phone-shell img { aspect-ratio: 1290 / 2796; object-fit: cover; object-position: center top; border-radius: 19px; }
.noshow-device figcaption { margin-top: 10px; color: var(--ink-soft); font-size: 11px; line-height: 1.35; }
.noshow-outcomes { min-width: 0; }
.noshow-outcomes .eyebrow { margin-bottom: 8px; }
.noshow-outcome { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 11px; padding: 16px 0; border-top: 1px solid var(--line); }
.noshow-outcome:last-child { border-bottom: 1px solid var(--line); }
.noshow-outcome > span { color: var(--sage-dark); font-size: 11px; font-weight: 800; }
.noshow-outcome strong, .noshow-outcome small { display: block; }
.noshow-outcome strong { margin-bottom: 3px; font-size: 14px; line-height: 1.3; }
.noshow-outcome small { color: var(--ink-soft); font-size: 11.5px; line-height: 1.4; }
.deposit-settings-shot { aspect-ratio: 1; }
.deposit-settings-shot img { width: 100%; height: 100%; object-fit: cover; object-position: left bottom; transform: scale(1.35); transform-origin: left bottom; }

@media (max-width: 900px) {
  .header-back, .header-login { display: none; }
  .booking-hero-grid, .commission-hero-grid, .noshow-hero-grid, .two-col, .calculator, .deposit-layout { grid-template-columns: 1fr; }
  .booking-hero-grid, .commission-hero-grid, .noshow-hero-grid { gap: 48px; }
  .three-col { grid-template-columns: 1fr; }
  .planning-screens, .theme-layout { grid-template-columns: 1fr; }
  .theme-layout { gap: 42px; }
  .proof-row { grid-template-columns: 1fr; gap: 14px; }
  .anatomy-row { grid-template-columns: 52px 1fr; }
  .anatomy-row p { grid-column: 2; }
  .closing-inner { grid-template-columns: 1fr; }
  .planning-hero { min-height: 590px; background-position: 60% center; }
  .planning-hero::before { background: linear-gradient(90deg, rgba(43,72,55,.97) 0%, rgba(43,72,55,.88) 60%, rgba(43,72,55,.38) 100%); }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  h1 { font-size: 38px; }
  h2 { font-size: 28px; }
  .wrap { width: min(100% - 36px, var(--wrap)); }
  .site-header { padding: 11px 14px; top: 10px; }
  .brand { font-size: 20px; }
  .brand-mark { width: 30px; height: 30px; }
  .site-header .btn { min-height: 38px; padding: 8px 13px; font-size: 13px; }
  .section { padding: 56px 0; }
  .booking-hero, .commission-hero, .noshow-hero { min-height: 0; padding: 52px 0 60px; }
  .planning-hero { margin-top: -74px; padding-top: 132px; min-height: 560px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .btn { width: 100%; }
  .price-statement { padding: 30px 24px; }
  .price-statement .price { font-size: 47px; }
  .included-list { columns: 1; }
  .state-buttons { grid-template-columns: repeat(2, 1fr); }
  .deposit-values { grid-template-columns: 1fr; }
  .phone-shell { width: 310px; }
  .booking-phone { width: 235px; }
  .message-pair { gap: 9px; }
  .message-shot figcaption { padding: 9px 5px; font-size: 10px; }
  .theme-phones { gap: 12px; }
  .theme-phone { width: min(46%, 190px); border-radius: 22px; }
  .theme-phone img { border-radius: 16px; }
  .settings-shot, .deposit-settings-shot { aspect-ratio: 1; }
  .noshow-phone-stage { min-height: 380px; padding: 18px 14px 14px; grid-template-columns: .78fr 1.22fr; gap: 14px; }
  .noshow-device { max-width: 145px; }
  .noshow-device .phone-shell { padding: 5px; border-radius: 20px; }
  .noshow-device .phone-shell img { border-radius: 15px; }
  .noshow-device figcaption { margin-top: 7px; font-size: 10px; }
  .noshow-outcomes .eyebrow { font-size: 10px; }
  .noshow-outcome { grid-template-columns: 23px minmax(0, 1fr); gap: 7px; padding: 11px 0; }
  .noshow-outcome strong { font-size: 12px; }
  .noshow-outcome small { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; }
}
