.booking-hero { color: white; background: linear-gradient(90deg,#00243df5,#00243dc9),url('../img/asl-hero.jpg') center 45% / cover; padding: 46px 0 40px; }
.booking-eyebrow { text-transform: uppercase; letter-spacing: 2px; font-weight: 600; font-size: 16px; margin-bottom: 10px; }
.booking-hero h1 { font-size: clamp(34px,4.5vw,54px); max-width: 800px; }
.booking-hero h1 + p { font-size: 20px; margin-top: 16px; }
.booking-event { display: flex; flex-wrap: wrap; gap: 12px 25px; margin-top: 25px; font-weight: 600; }
.booking-event span + span { border-left: 2px solid #ffffff4d; padding-left: 25px; }
.booking-panel { max-width: 900px; padding: 35px 38px; margin-block: 32px 44px; background: #f0f7fc; border: 1px solid #e1eaf2; border-radius: 6px; }
.booking-heading h2 { font-size: 32px; text-transform: none; margin-bottom: 10px; }
.booking-heading > p { font-size: 17px; }
.booking-heading .booking-required { margin: 12px 0 25px; color: #526779; font-size: 14px; }
.booking-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }
.booking-field { min-width: 0; }
.booking-field label { display: block; font-weight: 600; margin-bottom: 7px; }
.booking-field input,.booking-field select { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid #c7d3dd; border-radius: 3px; background: white; color: var(--ink); font: 16px var(--body); }
.booking-field input:focus,.booking-field select:focus { outline: 2px solid #287eb5; outline-offset: 2px; }
.booking-times { border: 0; padding: 0; margin: 30px 0; min-width: 0; }
.booking-times legend { font: 700 26px var(--display); margin-bottom: 4px; }
.booking-times > p { margin-bottom: 16px; }
.booking-slots { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; }
.booking-slot { position: relative; cursor: pointer; }
.booking-slot input { position: absolute; top: 50%; left: 12px; transform: translateY(-50%); margin: 0; accent-color: var(--navy); }
.booking-slot span { display: block; border: 1px solid #c7d3dd; border-radius: 4px; background: white; padding: 14px 8px 14px 34px; font-weight: 600; text-align: center; }
.booking-slot input:checked + span { border-color: var(--navy); background: #dcecf7; box-shadow: inset 0 0 0 1px var(--navy); }
.booking-slot input:focus-visible + span { outline: 3px solid #287eb5; outline-offset: 3px; }
.booking-submit { width: 100%; border: 0; cursor: pointer; min-height: 56px; }
.booking-status { font-size: 15px; margin-top: 15px; padding: 13px; border-left: 3px solid var(--navy); background: white; }
.booking-status.is-success { border-left-color: var(--green, #237949); }
.booking-status.is-error { border-left-color: var(--red, #ed0033); }
.booking-status[hidden] { display: none; }
.booking-thanks { text-align: center; padding-block: 20px; }
.booking-thanks h2 { font-size: 38px; text-transform: none; margin: 15px 0; }
.booking-thanks > p { margin-bottom: 16px; }
.thanks-check { display: inline-grid; place-items: center; width: 65px; height: 65px; border-radius: 50%; color: white; background: #237949; font-size: 36px; }
.booking-panel [hidden] { display: none; }
@media(max-width:600px) {
  .booking-hero { padding-block: 30px; }.booking-hero h1 + p { font-size: 18px; }
  .booking-event { flex-direction: column; gap: 7px; font-size: 15px; }.booking-event span + span { border: 0; padding: 0; }
  .booking-panel { padding: 25px 18px; margin-block: 20px 30px; }.booking-heading h2 { font-size: 28px; }
  .booking-fields { grid-template-columns: 1fr; gap: 18px; }.booking-slots { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .booking-submit { font-size: 19px; padding-inline: 12px; gap: 12px; }
}
