.booking-step {
  display: grid;
  gap: 20px;
}

.booking-step[hidden],
.booking-step [hidden] {
  display: none !important;
}

.booking-step-header {
  display: grid;
  gap: 9px;
}

.booking-step-kicker {
  margin: 0;
  color: #684a10;
  font-size: 12px;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-step h3 {
  margin: 0;
  color: var(--ink, #18221d);
  font-size: clamp(27px, 4vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.booking-step-copy {
  margin: 0;
  color: var(--muted, #5f6b62);
  font-size: 15px;
  line-height: 1.55;
}

.booking-policies {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-policies li {
  border: 1px solid rgba(24, 34, 29, 0.12);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--muted, #5f6b62);
  background: rgba(24, 34, 29, 0.035);
  font-size: 12px;
  font-weight: 740;
  line-height: 1;
}

.booking-loading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--muted, #5f6b62);
  font-size: 14px;
}

.booking-loading::before {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(24, 34, 29, 0.16);
  border-top-color: #a8771c;
  border-radius: 50%;
  content: "";
  animation: audo-booking-spin 700ms linear infinite;
}

.booking-date-list {
  display: none;
}

.booking-mobile-date-field {
  display: grid;
  gap: 7px;
  margin-bottom: 18px;
}

.booking-mobile-date-field label {
  color: var(--ink, #18221d);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-mobile-date-field select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(24, 34, 29, 0.18);
  border-radius: 10px;
  padding: 0 42px 0 13px;
  color: var(--ink, #18221d);
  background: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 720;
}

.booking-mobile-date-field select:focus-visible {
  outline: 3px solid rgba(240, 198, 111, 0.55);
  outline-offset: 2px;
}

.booking-date {
  min-width: 66px;
  min-height: 68px;
  display: grid;
  place-items: center;
  gap: 2px;
  border: 1px solid rgba(24, 34, 29, 0.16);
  border-radius: 8px;
  padding: 9px 8px;
  color: var(--ink, #18221d);
  background: #fff;
  font: inherit;
  cursor: pointer;
}

.booking-date:hover {
  border-color: #b38737;
  background: rgba(240, 198, 111, 0.1);
}

.booking-date[aria-selected="true"] {
  border-color: #a8771c;
  color: #fff;
  background: #1f4739;
  box-shadow: 0 0 0 2px rgba(240, 198, 111, 0.32);
}

.booking-date-weekday {
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.booking-date-day {
  font-size: 21px;
  font-weight: 820;
  line-height: 1;
}

.booking-time-group {
  display: grid;
  gap: 12px;
}

.booking-time-heading {
  margin: 0;
  color: var(--ink, #18221d);
  font-size: 14px;
  font-weight: 820;
}

.booking-time-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.booking-time {
  min-height: 44px;
  border: 1px solid rgba(24, 34, 29, 0.16);
  border-radius: 8px;
  padding: 8px 7px;
  color: var(--ink, #18221d);
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.booking-time:hover {
  border-color: #b38737;
  background: rgba(240, 198, 111, 0.1);
}

.booking-time[aria-pressed="true"] {
  border-color: #a8771c;
  color: #fff;
  background: #1f4739;
  box-shadow: 0 0 0 2px rgba(240, 198, 111, 0.32);
}

.booking-confirmation {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(31, 71, 57, 0.2);
  border-radius: 8px;
  padding: 15px;
  background: rgba(31, 71, 57, 0.055);
}

.booking-confirmation p {
  margin: 0;
  color: var(--muted, #5f6b62);
  font-size: 13px;
  line-height: 1.5;
}

.booking-confirmation strong {
  display: block;
  margin-top: 2px;
  color: var(--ink, #18221d);
  font-size: 16px;
}

.booking-confirmation .button {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 820;
}

.booking-alert {
  margin: 0;
  border-left: 4px solid #b84d3f;
  padding: 11px 13px;
  color: #6f2b23;
  background: rgba(184, 77, 63, 0.09);
  font-size: 13px;
  line-height: 1.5;
}

.booking-success {
  display: grid;
  gap: 13px;
  border: 1px solid rgba(31, 71, 57, 0.22);
  border-radius: 9px;
  padding: 20px;
  background: rgba(31, 71, 57, 0.065);
}

.booking-success-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #1f4739;
  font-size: 20px;
  font-weight: 900;
}

.booking-success h4 {
  margin: 0;
  color: var(--ink, #18221d);
  font-size: 22px;
  line-height: 1.15;
}

.booking-success p {
  margin: 0;
  color: var(--muted, #5f6b62);
  font-size: 14px;
  line-height: 1.55;
}

.booking-success .button {
  width: 100%;
}

.booking-fallback-line {
  margin: 0;
  color: var(--muted, #5f6b62);
  font-size: 12px;
  line-height: 1.5;
}

.booking-fallback-line a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #684a10;
  font-weight: 790;
  text-underline-offset: 3px;
}

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

@media (max-width: 620px) {
  .booking-step {
    gap: 18px;
  }

  .booking-step h3 {
    font-size: 30px;
    line-height: 1.08;
  }

  .booking-step-copy {
    font-size: 15px;
  }

  .booking-policies {
    gap: 6px;
  }

  .booking-policies li {
    padding: 7px 9px;
    font-size: 11px;
  }

  .booking-date-list {
    display: none;
  }

  .booking-time-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .booking-time {
    min-height: 50px;
    font-size: 14px;
  }

  .booking-confirmation {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .booking-loading::before {
    animation: none;
  }
}
