.bsa-bookings-wrap {
  --bsa-gold: #c9a45c;
  --bsa-gold-soft: #dfc68e;
  --bsa-red: #9E1B22;
  --bsa-light: #f5f2ec;
  --bsa-muted-light: #c9c5bd;
  --bsa-ink: #101010;
  --bsa-soft: #6f6f6f;
  --bsa-line: #4b4b4b;
  --bsa-paper: #ffffff;
  --bsa-panel: #f6f6f4;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 78px) 20px;
  color: var(--bsa-light) !important;
}

/* Protect the booking page from dark-theme text overrides. */
.bsa-bookings-wrap .bsa-bookings-kicker {
  color: var(--bsa-gold) !important;
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 700;
  margin-bottom: 14px;
}
.bsa-bookings-wrap h1,
.bsa-bookings-wrap #bsa-bookings-title {
  color: #ffffff !important;
  font-size: clamp(42px, 7vw, 92px);
  line-height: .95;
  letter-spacing: -.045em;
  margin: 0 0 22px;
  max-width: 900px;
}
.bsa-bookings-wrap .bsa-bookings-intro {
  max-width: 780px;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
  color: #d8d5cf !important;
  margin: 0 0 36px;
}

.bsa-bookings-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 0 0 42px;
}
.bsa-bookings-wrap .bsa-bookings-card {
  border: 1px solid #d9d9d9;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--bsa-paper) !important;
  color: var(--bsa-ink) !important;
}
.bsa-bookings-wrap .bsa-bookings-card:first-child {
  border-top: 3px solid var(--bsa-red);
}
.bsa-bookings-wrap .bsa-bookings-card:last-child {
  border-top: 3px solid var(--bsa-gold);
}
.bsa-bookings-wrap .bsa-bookings-card-muted {
  border-color: #d9d9d9;
  background: var(--bsa-panel) !important;
}
.bsa-bookings-wrap .bsa-bookings-card strong {
  color: var(--bsa-ink) !important;
  font-size: 17px;
}
.bsa-bookings-wrap .bsa-bookings-card span {
  color: var(--bsa-soft) !important;
  line-height: 1.45;
}
.bsa-bookings-wrap .bsa-bookings-card a {
  color: #ad7d28 !important;
  text-decoration: underline;
}

.bsa-bookings-form fieldset {
  border: 0;
  border-top: 1px solid #858585;
  margin: 0;
  padding: 34px 0 40px;
}
.bsa-bookings-wrap .bsa-bookings-form legend {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 700;
  padding: 0 18px 0 0;
}
.bsa-bookings-wrap .bsa-bookings-form legend span {
  display: inline-block;
  min-width: 38px;
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--bsa-red) !important;
  vertical-align: middle;
}

.bsa-grid { display: grid; gap: 18px; }
.bsa-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bsa-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bsa-field { display: block; margin: 18px 0 0; }
.bsa-bookings-wrap .bsa-field > span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #f4f1eb !important;
}

.bsa-bookings-form input[type="text"],
.bsa-bookings-form input[type="email"],
.bsa-bookings-form input[type="tel"],
.bsa-bookings-form input[type="url"],
.bsa-bookings-form input[type="number"],
.bsa-bookings-form select,
.bsa-bookings-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #b8b8b8 !important;
  border-radius: 0;
  background: #ffffff !important;
  color: #111111 !important;
  padding: 13px 14px;
  font: inherit;
  line-height: 1.35;
  -webkit-text-fill-color: #111111;
}
.bsa-bookings-form input::placeholder,
.bsa-bookings-form textarea::placeholder {
  color: #707070 !important;
  opacity: 1;
  -webkit-text-fill-color: #707070;
}
.bsa-bookings-form select option {
  color: #111111 !important;
  background: #ffffff !important;
}
.bsa-bookings-form textarea { resize: vertical; }
.bsa-bookings-form input:focus,
.bsa-bookings-form select:focus,
.bsa-bookings-form textarea:focus {
  outline: 2px solid var(--bsa-red) !important;
  outline-offset: 1px;
  border-color: var(--bsa-gold) !important;
}

.bsa-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}
.bsa-bookings-wrap .bsa-check-grid label {
  border: 1px solid #d9d9d9;
  padding: 11px 12px;
  background: #ffffff !important;
  color: #111111 !important;
}
.bsa-bookings-wrap .bsa-consent {
  display: block;
  margin-top: 14px;
  line-height: 1.5;
  color: #eeeae2 !important;
}
.bsa-bookings-wrap .bsa-privacy {
  font-size: 13px;
  color: #c8c3ba !important;
}
.bsa-bookings-wrap .bsa-privacy a {
  color: var(--bsa-gold-soft) !important;
}

.bsa-bookings-wrap .bsa-bookings-submit,
.bsa-bookings-button {
  display: inline-block;
  border: 1px solid var(--bsa-gold) !important;
  background: var(--bsa-gold) !important;
  color: #0b0b0b !important;
  -webkit-text-fill-color: #0b0b0b;
  text-decoration: none !important;
  padding: 15px 22px;
  font-weight: 800;
  letter-spacing: .01em;
  cursor: pointer;
}
.bsa-bookings-wrap .bsa-bookings-submit:hover,
.bsa-bookings-button:hover {
  background: var(--bsa-red) !important;
  border-color: var(--bsa-red) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

.bsa-bookings-wrap .bsa-bookings-alert {
  border: 1px solid #777;
  padding: 16px 18px;
  margin: 0 0 28px;
  color: #ffffff !important;
}
.bsa-bookings-wrap .bsa-bookings-success { border-color: #6da77e; }
.bsa-bookings-wrap .bsa-bookings-error { border-color: var(--bsa-red); }
.bsa-hp {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

@media (max-width: 820px) {
  .bsa-bookings-split, .bsa-grid-2, .bsa-grid-3 { grid-template-columns: 1fr; }
  .bsa-check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 500px) {
  .bsa-check-grid { grid-template-columns: 1fr; }
}

/* v1.1 booking reference, wishlist and specific-talent states */
.bsa-bookings-confirmation {
  border: 1px solid rgba(201, 164, 92, .7);
  border-top: 3px solid var(--bsa-red);
  padding: clamp(24px, 4vw, 42px);
  background: #151515;
  margin: 0 0 34px;
}
.bsa-bookings-confirmation-kicker {
  color: var(--bsa-gold) !important;
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 800;
  margin-bottom: 8px;
}
.bsa-bookings-reference {
  color: #ffffff !important;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 18px;
}
.bsa-bookings-wrap .bsa-bookings-confirmation h2 {
  color: #ffffff !important;
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 42px);
}
.bsa-bookings-wrap .bsa-bookings-confirmation p {
  color: #ddd8cf !important;
  max-width: 760px;
}
.bsa-bookings-confirmation-note {
  font-size: 14px;
}
.bsa-bookings-secondary-link {
  color: var(--bsa-gold-soft) !important;
  font-weight: 700;
  text-decoration: none !important;
}
.bsa-bookings-secondary-link:hover { color: #ffffff !important; }

.bsa-bookings-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border: 1px solid #515151;
  border-left: 4px solid var(--bsa-red);
  padding: 16px 18px;
  margin: 0 0 24px;
  background: #121212;
}
.bsa-bookings-selected > div { display: grid; gap: 5px; }
.bsa-bookings-selected-label {
  color: var(--bsa-gold) !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}
.bsa-bookings-wrap .bsa-bookings-selected strong { color: #ffffff !important; }
.bsa-bookings-selected-source {
  color: #cfc9bf !important;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 620px) {
  .bsa-bookings-selected { align-items: flex-start; flex-direction: column; }
  .bsa-bookings-selected-source { white-space: normal; }
}
