/* ============================================
   Wijngoed Havelte — Reserveringsmodule (redesign)
   Stijl: Elegant, rustiek, minimalistisch — huisstijl
   ============================================ */

/* === Hero === */
.rl-hero {
  max-width: 1480px;
  margin: 0 auto;
  padding: calc(var(--header-height) + 1.5rem) clamp(2rem, 5vw, 5rem) 4rem;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4.5rem;
  align-items: center;
}

.rl-hero-copy .eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--goud-donker);
  margin-bottom: 1.25rem;
}

.rl-hero-copy {
  padding-left: 1.5rem;
}

.rl-hero-copy h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.75rem, 5.8vw, 5.25rem);
  font-weight: 400;
  line-height: 1.14;
  color: var(--grijs-tekst);
  margin: 0;
  letter-spacing: -0.005em;
}

.rl-hero-copy h1 em.serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

.rl-hero-lede {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #5a5249;
  max-width: 52ch;
  margin: 1.5rem 0 2rem;
}

.rl-hero-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 1.75rem;
  border-top: 1px solid var(--grijs-lijn);
  border-bottom: 1px solid var(--grijs-lijn);
}

.rl-hero-meta .cell {
  padding: 1rem 1.25rem 1rem 0;
  border-right: 1px solid var(--grijs-lijn-licht);
}

.rl-hero-meta .cell:last-child {
  border-right: 0;
  padding-right: 0;
}

.rl-hero-meta .cell:not(:first-child) {
  padding-left: 1.25rem;
}

.rl-hero-meta .k {
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grijs-body);
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.rl-hero-meta .v {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--grijs-tekst);
  line-height: 1.15;
}

.rl-hero-cta {
  margin-top: 1.75rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.rl-hero-cta .note {
  font-family: var(--font-sub);
  font-size: 0.75rem;
  color: var(--grijs-body);
}

.rl-hero-image-wrap {
  position: relative;
}

.rl-hero-image {
  aspect-ratio: 4/5.6;
  width: 100%;
  max-height: min(680px, calc(100vh - var(--header-height) - 8rem));
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.rl-hero-image img {
  width: 100%;
  height: 120%;
  margin-top: -10%;
  object-fit: cover;
  display: block;
}

.hero-sidecard {
  position: absolute;
  right: -24px;
  top: 140px;
  width: 220px;
  background: var(--wit);
  border: 1px solid var(--grijs-lijn);
  padding: 1.1rem 1.1rem 1rem;
  box-shadow: 0 1px 2px rgba(40, 30, 10, 0.05), 0 8px 24px rgba(40, 30, 10, 0.06);
}

.hero-sidecard .stamp {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--goud-donker);
  margin-bottom: 0.5rem;
}

.hero-sidecard h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--grijs-tekst);
  margin: 0 0 0.5rem;
}

.hero-sidecard p {
  font-family: var(--font-sub);
  font-size: 0.8rem;
  color: var(--grijs-body);
  margin: 0;
  line-height: 1.55;
}

/* === Wizard sectie === */
.wizard-section {
  background: var(--grijs-licht);
  padding: 4rem var(--page-padding) 6rem;
  border-top: 1px solid var(--grijs-lijn-licht);
  margin-top: 3rem;
}

.wizard-wrap {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 3.5rem;
  align-items: start;
}

.wizard-header {
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.wizard-header .eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--goud-donker);
  margin-bottom: 0.5rem;
  display: block;
}

.wizard-header h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 400;
  color: var(--grijs-tekst);
  margin: 0;
  line-height: 1.1;
  max-width: 14ch;
}

.wizard-header .help {
  font-family: var(--font-sub);
  font-size: 0.85rem;
  color: var(--grijs-body);
  max-width: 30ch;
  text-align: right;
  line-height: 1.55;
}

.wizard-header .help strong {
  color: var(--grijs-tekst);
}

/* === Step rail (4 pills) === */
.steprail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-bottom: 2rem;
  scroll-margin-top: calc(var(--header-height) + 1.5rem);
  position: sticky;
  top: var(--sticky-top, 140px);
  z-index: 5;
  background: var(--grijs-licht);
  padding: 1rem 0;
  /* Vul het visuele gat tussen header-bottom (120px) en rail-top (140px)
     waar anders content (witte kalender-cellen, etc.) doorheen scrolt.
     De schaduw zit boven de rail; de header (z-index 100) dekt het overschot af. */
  box-shadow: 0 -40px 0 0 var(--grijs-licht);
  transition: top 0.35s ease;
}

.step-pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: var(--wit);
  border: 1px solid var(--grijs-lijn);
  border-radius: 4px;
  cursor: default;
  transition: all 0.25s ease;
}

.step-pill[data-clickable="true"] {
  cursor: pointer;
}

.step-pill.done {
  border-color: var(--goud-line);
  background: var(--goud-soft);
}

.step-pill.active {
  border-color: var(--goud);
  background: var(--wit);
  box-shadow: 0 0 0 1px var(--goud), 0 6px 20px rgba(227, 187, 17, 0.18);
}

.step-pill .num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid var(--grijs-lijn);
  color: var(--grijs-body);
  flex-shrink: 0;
  background: var(--wit);
}

.step-pill.active .num {
  background: var(--goud);
  color: var(--wit);
  border-color: var(--goud);
}

.step-pill.done .num {
  background: var(--grijs-tekst);
  color: var(--wit);
  border-color: var(--grijs-tekst);
}

.step-pill .lbl {
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grijs-body);
  font-weight: 600;
}

.step-pill .ttl {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--grijs-tekst);
  font-weight: 500;
}

.step-pill.active .lbl {
  color: var(--goud-donker);
}

/* === Step card === */
.step-card {
  background: var(--wit);
  border: 1px solid var(--grijs-lijn);
  padding: 2rem 2.25rem 2.25rem;
  box-shadow: 0 1px 2px rgba(40, 30, 10, 0.04), 0 2px 8px rgba(40, 30, 10, 0.04);
  border-radius: 4px;
}

.step-title-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--grijs-lijn-licht);
}

.step-title-row h3 {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--grijs-tekst);
  margin: 0;
  line-height: 1.2;
}

.step-title-row .sub {
  font-family: var(--font-sub);
  font-size: 0.8rem;
  color: var(--grijs-body);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.booking-panel {
  display: none;
}

.booking-panel.active {
  display: block;
  animation: fadeIn 0.35s ease;
}

/* === Kalender === */
.cal {
  border: 1px solid var(--grijs-lijn);
  border-radius: 4px;
  overflow: hidden;
  background: var(--wit);
}

.cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--grijs-lijn-licht);
}

.cal-head .mth {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--grijs-tekst);
}

.cal-head .yr {
  color: var(--grijs-body);
  margin-left: 0.4rem;
  font-style: italic;
  font-family: var(--font-sub);
  font-size: 0.85rem;
}

.cal-nav {
  display: flex;
  gap: 4px;
}

.cal-nav button {
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid var(--grijs-lijn);
  cursor: pointer;
  color: var(--grijs-tekst);
  display: grid;
  place-items: center;
  border-radius: 4px;
  transition: all 0.15s ease;
}

/* Touch-targets minimaal 44px op mobiel */
@media (hover: none) {
  .cal-nav button {
    width: 44px;
    height: 44px;
  }
}

.cal-nav button:hover:not(:disabled) {
  border-color: var(--grijs-tekst);
  color: var(--zwart);
}

.cal-nav button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.cal-dow {
  font-family: var(--font-body);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grijs-body);
  padding: 0.5rem 0;
  text-align: center;
  border-bottom: 1px solid var(--grijs-lijn-licht);
}

.cal-cell {
  aspect-ratio: 1.6/1;
  border-right: 1px solid var(--grijs-lijn-licht);
  border-bottom: 1px solid var(--grijs-lijn-licht);
  padding: 0.4rem 0.6rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--wit);
  cursor: default;
}

.cal-cell:nth-child(7n) {
  border-right: 0;
}

.cal-cell.muted {
  background: #fcfcfc;
  opacity: 0.5;
}

.cal-cell.muted .d {
  color: #ccc;
}

.cal-cell .d {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  color: var(--grijs-tekst);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

.cal-cell .info {
  font-family: var(--font-body);
  font-size: 9.5px;
  color: var(--grijs-body);
  display: flex;
  align-items: center;
  gap: 4px;
}

.cal-cell .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

.cal-cell .dot.ok {
  background: #5cb85c;
}

.cal-cell .dot.lo {
  background: #f0ad4e;
}

.cal-cell .dot.no {
  background: #d9534f;
}

.cal-cell.sat {
  cursor: pointer;
  transition: all 0.15s ease;
}

.cal-cell.sat:hover:not(.full):not(.past) {
  background: var(--goud-soft);
}

.cal-cell.sat.full {
  cursor: not-allowed;
}

.cal-cell.sat.past {
  cursor: not-allowed;
  opacity: 0.55;
}

.cal-cell.sel {
  background: var(--grijs-tekst) !important;
  box-shadow: inset 0 0 0 2px var(--goud);
}

.cal-cell.sel .d {
  color: var(--wit);
}

.cal-cell.sel .info {
  color: rgba(255, 255, 255, 0.75);
}

.cal-cell.today .d::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--goud);
  margin-top: 4px;
}

.cal-legend {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  padding: 0.85rem 0;
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--grijs-body);
  border-top: 1px solid var(--grijs-lijn-licht);
}

.cal-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.cal-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.cal-legend i.ok {
  background: #5cb85c;
}

.cal-legend i.lo {
  background: #f0ad4e;
}

.cal-legend i.no {
  background: #d9534f;
}

/* === Date detail panel === */
.date-detail {
  margin-top: 1.25rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid var(--goud-line);
  background: var(--goud-soft);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  align-items: center;
}

.dd-slots-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dd-slots-label {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grijs-tekst);
}

.dd-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.slot-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 0.5rem 0.85rem;
  background: var(--wit);
  border: 1px solid var(--grijs-lijn);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.15s ease;
  font-family: var(--font-body);
  color: var(--grijs-tekst);
  min-width: 130px;
}

.slot-pill:hover:not(.full):not(:disabled) {
  border-color: var(--goud-donker);
  background: var(--goud-soft);
}

.slot-pill.active {
  border-color: var(--goud-donker);
  background: var(--wit);
  box-shadow: 0 0 0 2px var(--goud-line) inset;
}

.slot-pill.full {
  opacity: 0.55;
  cursor: not-allowed;
}

.slot-pill .slot-time {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  letter-spacing: 0;
}

.slot-pill .slot-status {
  font-size: 11px;
  color: var(--grijs-body);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.slot-pill .slot-status .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.slot-pill .slot-status .dot.ok { background: #5cb85c; }
.slot-pill .slot-status .dot.no { background: #d9534f; }

/* legacy hidden — vervangen door slot-pills */
.date-detail .cap-bar {
  display: none;
  border-radius: 4px;
}

.date-detail .sel-date {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.date-detail .sel-date .dow {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--goud-donker);
  font-weight: 600;
}

.date-detail .sel-date .d-num {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: var(--grijs-tekst);
}

.date-detail .cap-bar {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.date-detail .cap-bar .row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--font-body);
  font-size: 0.8rem;
}

.date-detail .cap-bar .row .v {
  color: var(--grijs-tekst);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.date-detail .cap-bar .row span:first-child {
  color: var(--grijs-body);
}

.date-detail .cap-bar .row strong {
  color: var(--grijs-tekst);
}

.bar {
  height: 6px;
  background: var(--wit);
  border-radius: 99px;
  overflow: hidden;
  position: relative;
}

.bar > i {
  display: block;
  height: 100%;
  background: var(--goud);
  border-radius: 99px;
  transition: width 0.4s ease;
}

.bar > i.warn {
  background: #f0ad4e;
}

.bar > i.bad {
  background: #d9534f;
}

.date-detail .price-side {
  text-align: right;
}

.date-detail .price-side .lbl {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grijs-body);
  font-weight: 600;
}

.date-detail .price-side .amt {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.05;
  color: var(--grijs-tekst);
}

/* === Party stepper === */
.party {
  margin-top: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0 0.25rem;
}

.party .lbl-stack .lbl {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--grijs-tekst);
}

.party .lbl-stack .sub {
  font-family: var(--font-sub);
  font-size: 0.75rem;
  color: var(--grijs-body);
  margin-top: 2px;
}

.stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--grijs-lijn);
  border-radius: 4px;
  background: var(--wit);
}

.stepper button {
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--wit);
  cursor: pointer;
  font-size: 1.2rem;
  color: var(--grijs-tekst);
  font-family: var(--font-body);
}

.stepper button:hover:not(:disabled) {
  background: var(--grijs-licht);
}

.stepper button:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.stepper .val {
  min-width: 56px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 400;
  border-left: 1px solid var(--grijs-lijn);
  border-right: 1px solid var(--grijs-lijn);
  padding: 0.35rem 0.75rem;
  line-height: 1.2;
  color: var(--grijs-tekst);
}

/* === Forms === */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.1rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--grijs-tekst);
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.field label .opt {
  color: var(--grijs-body);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
}

.field label .badge {
  font-family: var(--font-body);
  font-size: 9.5px;
  padding: 2px 6px;
  background: var(--goud-soft);
  color: var(--goud-donker);
  border-radius: 99px;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: uppercase;
}

.field input,
.field textarea,
.field select {
  font: inherit;
  /* 16px voorkomt automatische zoom in iOS Safari bij focus */
  font-size: 16px;
  background: var(--wit);
  border: 1px solid #ddd;
  padding: 0.75rem 0.9rem;
  color: var(--zwart);
  border-radius: 4px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  font-family: var(--font-body);
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 0;
  border-color: var(--goud);
  box-shadow: 0 0 0 3px var(--goud-soft);
}

.field textarea {
  resize: vertical;
  min-height: 96px;
  line-height: 1.5;
}

.field .hint {
  font-family: var(--font-sub);
  font-size: 0.75rem;
  color: var(--grijs-body);
  line-height: 1.5;
}

.field input.err,
.field textarea.err,
.field select.err {
  border-color: #d9534f;
}

.field .err-msg {
  font-family: var(--font-sub);
  font-size: 0.7rem;
  color: #d9534f;
}

.section-h {
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grijs-body);
  font-weight: 600;
  margin: 1.5rem 0 0.9rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--grijs-lijn-licht);
}

.section-h:first-child {
  margin-top: 0;
}

.consent {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: var(--grijs-licht);
  border-radius: 4px;
}

.consent input {
  margin-top: 3px;
  accent-color: var(--goud);
}

.consent label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--grijs-tekst);
  line-height: 1.5;
  cursor: pointer;
}

/* === Receipt (stap 3) === */
.receipt {
  background: var(--wit);
  border: 1px solid var(--grijs-lijn);
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}

.receipt::before,
.receipt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12px;
  background-image: radial-gradient(circle at 6px 6px, var(--grijs-licht) 5px, transparent 6px);
  background-size: 12px 12px;
  background-repeat: repeat-x;
}

.receipt::before {
  top: -6px;
}

.receipt::after {
  bottom: -6px;
  transform: rotate(180deg);
}

.receipt-inner {
  padding: 2rem 2rem 1.75rem;
}

.receipt-h {
  text-align: center;
  margin-bottom: 1.1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px dashed var(--grijs-lijn);
}

.receipt-h .stamp {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--goud-donker);
  letter-spacing: 0;
}

.receipt-h .sub {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grijs-body);
  margin-top: 0.25rem;
  font-weight: 600;
}

.receipt-line {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.receipt-line .k {
  color: var(--grijs-body);
  letter-spacing: 0.04em;
}

.receipt-line .v {
  color: var(--grijs-tekst);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.receipt-block {
  padding: 0.75rem 0;
  border-bottom: 1px dashed var(--grijs-lijn);
}

.receipt-block:last-of-type {
  border-bottom: 0;
}

.receipt-block .blk-h {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--grijs-body);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.receipt-allergies {
  margin-top: 0.5rem;
  padding: 0.5rem 0.6rem;
  background: var(--grijs-licht);
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.receipt-allergies .head {
  font-weight: 600;
  color: var(--grijs-tekst);
  margin-bottom: 4px;
}

.receipt-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px dashed var(--grijs-lijn);
  margin-top: 0.5rem;
  padding-top: 0.85rem;
}

.receipt-total .lbl {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--grijs-body);
  font-weight: 600;
}

.receipt-total .amt {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--grijs-tekst);
  letter-spacing: 0;
}

.receipt-foot {
  text-align: center;
  font-family: var(--font-body);
  font-size: 10.5px;
  color: var(--grijs-body);
  margin-top: 1.1rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

/* === Payment (stap 4) === */
.trust-card {
  background: linear-gradient(180deg, var(--goud-soft), var(--wit));
  border: 1px solid var(--goud-line);
  padding: 1.75rem 1.85rem;
  border-radius: 4px;
}

.trust-card .eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--goud-donker);
  margin-bottom: 0.5rem;
  display: block;
}

.trust-card h4 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--grijs-tekst);
  margin: 0 0 0.4rem;
  line-height: 1.2;
}

.trust-card p {
  font-family: var(--font-sub);
  color: var(--grijs-body);
  font-size: 0.9rem;
  max-width: 38ch;
  line-height: 1.6;
  margin: 0;
}

.trust-list {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.trust-list .row {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.trust-list svg {
  color: var(--goud-donker);
  flex-shrink: 0;
  margin-top: 2px;
}

.trust-list .row .ttl {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--grijs-tekst);
}

.trust-list .row .dsc {
  font-family: var(--font-sub);
  font-size: 0.78rem;
  color: var(--grijs-body);
  line-height: 1.55;
}

.ideal-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  background: var(--wit);
  border: 1px solid var(--grijs-lijn);
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--grijs-tekst);
}

.ideal-meta .amt {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 400;
}

/* Payment success */
.pay-success {
  text-align: center;
  padding: 3.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}

.pay-success .checkmark {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid #5cb85c;
  display: grid;
  place-items: center;
  background: rgba(92, 184, 92, 0.08);
  color: #5cb85c;
}

.pay-success .eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--goud-donker);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.pay-success h3 {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 400;
  color: var(--grijs-tekst);
  margin: 0;
}

.pay-success p {
  font-family: var(--font-sub);
  font-size: 0.95rem;
  color: var(--grijs-body);
  max-width: 44ch;
  margin: 0 auto;
  line-height: 1.6;
}

.processing-spinner {
  width: 14px;
  height: 14px;
  border: 1.5px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.8s linear infinite;
}

/* === Step footer === */
.step-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.75rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--grijs-lijn-licht);
}

.step-foot-cta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.step-foot .hint {
  font-family: var(--font-sub);
  font-size: 0.75rem;
  color: var(--grijs-body);
}

.step-foot .btn,
.step-foot .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.step-foot .btn-gold {
  padding: 0.9rem 1.5rem;
}

.btn-block {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
}

.icn-svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
}

/* === Sticky summary === */
.summary {
  position: sticky;
  top: var(--sticky-top, 140px);
  transition: top 0.35s ease;
  background: var(--wit);
  border: 1px solid var(--grijs-lijn);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(40, 30, 10, 0.05), 0 8px 24px rgba(40, 30, 10, 0.06);
}

.summary-img {
  height: 160px;
  position: relative;
  border-bottom: 1px solid var(--grijs-lijn);
  overflow: hidden;
}

.summary-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.summary-body {
  padding: 1.4rem 1.5rem 1.5rem;
}

.summary-eyebrow {
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--goud-donker);
  font-weight: 600;
}

.summary h4 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.15;
  color: var(--grijs-tekst);
  margin: 0.25rem 0 0.85rem;
}

.summary .desc {
  font-family: var(--font-sub);
  font-size: 0.78rem;
  color: var(--grijs-body);
  margin-bottom: 1.1rem;
  line-height: 1.55;
}

.sum-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.55rem 0;
  border-bottom: 1px dashed var(--grijs-lijn-licht);
  font-family: var(--font-body);
  font-size: 0.82rem;
  gap: 0.75rem;
}

.sum-line:last-of-type {
  border-bottom: 0;
}

.sum-line .k {
  color: var(--grijs-body);
}

.sum-line .v {
  color: var(--grijs-tekst);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.sum-line .v.muted {
  color: var(--grijs-body);
  font-style: italic;
  font-weight: 400;
}

.sum-line .v .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.35rem;
  vertical-align: middle;
}

.sum-line .v .dot.ok {
  background: #5cb85c;
}

.sum-line .v .dot.lo {
  background: #f0ad4e;
}

.sum-line .v .dot.no {
  background: #d9534f;
}

.sum-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--grijs-lijn);
}

.sum-total .lbl {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grijs-body);
  font-weight: 600;
}

.sum-total .amt {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1;
  color: var(--grijs-tekst);
}

.sum-extras {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--grijs-lijn-licht);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--grijs-body);
}

.sum-extras .row {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.sum-extras svg {
  color: var(--goud-donker);
  flex-shrink: 0;
  margin-top: 1px;
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
}

/* === Animaties === */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* === Responsive === */
@media (max-width: 1100px) {
  .wizard-wrap {
    grid-template-columns: 1fr;
  }

  .summary {
    position: relative;
    top: 0;
  }

  .rl-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  /* Reset extra padding-left zodat tekst gelijk uitlijnt met andere content */
  .rl-hero-copy {
    padding-left: 0;
  }

  /* Sidecard wordt op smal scherm onder de hero-image getoond als
     compact info-blok in plaats van verborgen — "Nieuwe oogst"-copy
     blijft zo zichtbaar. */
  .hero-sidecard {
    display: block;
    position: static;
    margin-top: 1.25rem;
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 768px) {
  .rl-hero {
    padding: 3rem var(--page-padding) 1.5rem;
  }

  .rl-hero-meta {
    grid-template-columns: 1fr 1fr;
  }

  .rl-hero-meta .cell:nth-child(2) {
    border-right: 0;
    padding-right: 0;
  }

  .rl-hero-meta .cell:nth-child(3) {
    padding-left: 0;
  }

  .wizard-section {
    padding: 3rem var(--page-padding) 4rem;
  }

  .wizard-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .wizard-header .help {
    text-align: left;
  }

  .step-card {
    padding: 1.5rem 1.25rem 1.75rem;
  }

  .step-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .steprail {
    grid-template-columns: repeat(2, 1fr);
  }

  .date-detail {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .date-detail .price-side {
    text-align: left;
  }

  .party {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .cal-cell {
    padding: 0.5rem 0.45rem;
    /* Touch-target min 48px voor goed klikken op mobiel */
    min-height: 48px;
    aspect-ratio: auto;
  }

  .cal-cell .d {
    font-size: 0.95rem;
  }

  .cal-cell .info {
    font-size: 9px;
  }

  .cal-cell .info span:nth-child(2) {
    display: none;
  }
}

@media (max-width: 480px) {
  /* Steprail compact: 4 kolommen blijven, alleen padding/font krimpen.
     Verticaal stacken nam 280px hoogte → kalender viel buiten viewport. */
  .steprail {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    padding: 0.5rem;
  }

  .step-pill {
    padding: 0.5rem 0.4rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
  }

  .step-pill .num {
    font-size: 0.85rem;
  }

  .step-pill .lbl {
    font-size: 8.5px;
  }

  .step-pill .ttl {
    /* Titel kost te veel ruimte op smal scherm — alleen num + lbl tonen */
    display: none;
  }

  .step-foot {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  /* "Verder" knop hoort BENEDEN (primary action onderaan) — niet boven */
  .step-foot-cta {
    flex-direction: column;
    align-items: stretch;
  }

  /* Cal-cell touch min 48px ook hier */
  .cal-cell {
    min-height: 48px;
  }
}
