.booking-page {
  background: var(--paper);
  cursor: auto !important;
}

.booking-page * {
  cursor: auto !important;
}

html body .booking-page input:not([type="radio"]):not([type="checkbox"]),
html body .booking-page textarea {
  cursor: text !important;
}

html body .booking-page select,
html body .booking-page button,
html body .booking-page a,
html body .booking-page input[type="radio"],
html body .booking-page input[type="checkbox"],
html body .booking-page .button {
  cursor: pointer !important;
}

.booking-page .vertical-title::before {
  content: none !important;
  display: none !important;
}

.booking-page input,
.booking-page textarea {
  cursor: text !important;
}

.booking-page select,
.booking-page button,
.booking-page a,
.booking-page input[type="radio"],
.booking-page input[type="checkbox"],
.booking-page .button {
  cursor: pointer !important;
}

.booking-hero {
  position: relative;
  display: grid;
  min-height: 360px;
  align-items: end;
  padding: 120px clamp(20px, 4vw, 56px) 64px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.28)),
    url("hero-bath.png") center / cover;
  color: var(--white);
}

.ad-booking-page .booking-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.28)),
    url("hero-bedroom.png") center / cover;
}

.booking-hero h1 {
  margin-bottom: 8px;
  font-size: clamp(36px, 5vw, 64px);
}

.booking-hero p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.booking-hero .eyebrow {
  color: var(--red);
}

.booking-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(24px, 3vw, 42px);
  border-left: 8px solid var(--red);
}

.booking-section {
  padding: clamp(46px, 7vw, 86px) clamp(16px, 4vw, 56px);
}

.booking-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.booking-lead {
  position: relative;
  top: auto;
}

.booking-lead {
  display: grid;
  gap: 22px;
}

.booking-lead-main {
  padding-left: clamp(22px, 2.4vw, 34px);
  border-left: 8px solid var(--red);
}

.booking-lead-main h2 {
  margin-top: 0;
}

.booking-lead-main p {
  color: var(--muted);
  font-weight: 700;
}

.booking-caution {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.booking-lead .contact-lines p,
.booking-lead .contact-lines span,
.booking-lead .contact-lines a,
.contact .contact-lines p,
.contact .contact-lines span,
.contact .contact-lines a {
  color: var(--ink);
}

.booking-form {
  display: grid;
  gap: 15px;
  padding: clamp(22px, 3.2vw, 34px);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.1);
  cursor: auto !important;
}

.booking-form > label,
.booking-form fieldset {
  display: block;
  margin: 0;
  color: var(--muted);
  font-weight: 900;
  cursor: auto !important;
}

.booking-form fieldset.booking-choice,
.booking-form fieldset.conditional-field {
  padding: 16px 18px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #f4f4f4;
  color: var(--muted);
}

.booking-form fieldset.booking-choice legend,
.booking-form fieldset.conditional-field legend {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 900;
}

.booking-form fieldset.booking-choice legend + *,
.booking-form fieldset.conditional-field legend + * {
  clear: both;
}

.booking-form > label,
.booking-grid > label,
.booking-form legend {
  font-weight: 900;
}

.booking-grid > label,
.conditional-field > legend {
  color: var(--muted);
  font-weight: 900;
}

.booking-form > label input,
.booking-form > label select,
.booking-form > label textarea {
  margin-top: 8px;
}

.booking-form legend {
  padding: 0;
  color: var(--muted);
  font-weight: 900;
}

.booking-required {
  display: inline;
  margin-left: 2px;
  color: var(--red);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 45px;
  padding: 10px 13px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #f4f4f4;
  color: var(--ink);
  font: inherit;
  pointer-events: auto !important;
  cursor: text !important;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #9a9a9a;
}

.booking-form input[type="radio"],
.booking-form input[type="checkbox"] {
  accent-color: var(--red);
}

.booking-form select,
.booking-form input[type="date"],
.booking-form input[type="radio"],
.booking-form button,
.booking-form .button {
  cursor: pointer !important;
}

.booking-form textarea {
  min-height: 112px;
  resize: vertical;
}

.booking-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: var(--ink);
  font-weight: 900;
}

.booking-radio label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.booking-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin-top: 10px;
  color: var(--ink);
  font-weight: 900;
}

.booking-checks label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.booking-checks input {
  width: auto;
  min-height: 0;
}

.booking-note {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.booking-privacy {
  margin: 4px 0 0;
}

.booking-privacy p {
  margin: 0;
}

.booking-privacy label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
}

.booking-privacy input {
  width: auto;
  min-height: 0;
}

.conditional-field[hidden] {
  display: none !important;
}

.booking-radio input {
  width: auto;
  min-height: 0;
}

.booking-checks input,
.booking-radio input {
  cursor: pointer !important;
}

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

.booking-message {
  padding: 16px 18px;
  border-radius: 6px;
  font-weight: 800;
}

.booking-message.success {
  background: #edf7ef;
  color: #12601f;
}

.booking-message.error {
  background: #fff0f1;
  color: var(--red-dark);
}

@media (max-width: 760px) {
  .booking-hero {
    min-height: 320px;
    padding: 92px 16px 42px;
  }

  .booking-hero-copy,
  .booking-lead-main {
    padding-left: 18px;
    border-left-width: 6px;
  }

  .booking-hero-copy {
    min-height: 210px;
  }

  .booking-shell,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .booking-checks {
    grid-template-columns: 1fr;
  }

  .booking-lead {
    position: static;
  }

  .booking-form {
    padding: 18px;
  }

  .booking-hero-copy .desktop-only {
    display: none;
  }

  .booking-hero-copy .mobile-only {
    display: inline;
  }
}
