/* ============================================================
   BOOKING BAND
   The one branded colour moment. Mulberry strip, WhatsApp-first
   call to action before the footer.
   ============================================================ */

.booking {
  background: var(--wine);
  color: var(--cream);
  padding-block: clamp(4rem, 9vw, 7.5rem);
}

.booking-inner {
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}

.booking-overline {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(247, 242, 234, 0.6);
  margin-bottom: var(--space-s);
}
.booking-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--step-4);
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--cream);
}
.booking-title em { font-style: italic; }
.booking-text {
  margin: var(--space-m) auto 0;
  max-width: 42ch;
  font-size: var(--step-0);
  line-height: 1.7;
  color: rgba(247, 242, 234, 0.85);
}

.booking-actions {
  margin-top: clamp(1.8rem, 4vw, 2.6rem);
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}
/* invert the primary button so it reads on the mulberry */
.booking .btn-primary {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
}
.booking .btn-primary:hover {
  background: #fff;
  border-color: #fff;
}
.booking-actions .wa-icon { width: 18px; height: 18px; flex-shrink: 0; }