.booking-section {
  background: #e4e4de;
  padding: 90px 5vw 110px;
  scroll-margin-top: 48px;
}

.booking-shell {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(240px, 0.7fr) minmax(620px, 1.7fr);
  margin: 0 auto;
  max-width: 1320px;
}

.booking-intro {
  background: var(--olive);
  color: white;
  min-height: 640px;
  padding: clamp(38px, 4.5vw, 64px);
}

.booking-intro h2 {
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.95;
  margin: 22px 0 28px;
}

.booking-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.8;
}

.booking-intro dl {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 45px 0 0;
}

.booking-intro dl div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  gap: 16px;
  grid-template-columns: 78px 1fr;
  padding: 18px 0;
}

.booking-intro dt { color: rgba(255, 255, 255, 0.55); font-size: 9px; font-weight: 700; letter-spacing: 0.08em; }
.booking-intro dd { font-size: 11px; font-weight: 700; margin: 0; text-transform: uppercase; }
.booking-module { background: #f5f5f1; border: 1px solid rgba(49, 53, 44, 0.14); min-width: 0; }
.booking-steps { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0 34px; }
.booking-steps li { align-items: center; color: #9a9c95; display: flex; font-size: 9px; font-weight: 700; gap: 8px; height: 64px; letter-spacing: 0.05em; }
.booking-steps li span { align-items: center; border: 1px solid #bfc0ba; border-radius: 50%; display: inline-flex; height: 23px; justify-content: center; width: 23px; }
.booking-steps li.is-active { color: var(--ink); }
.booking-steps li.is-active span { background: var(--olive); border-color: var(--olive); color: white; }
.booking-selector { display: grid; grid-template-columns: minmax(350px, 1fr) minmax(260px, 0.78fr); }
.booking-calendar, .booking-times { min-height: 510px; padding: 38px 34px; }
.booking-calendar { border-right: 1px solid var(--line); }
.booking-calendar > header { align-items: center; display: grid; grid-template-columns: 38px 1fr 38px; margin-bottom: 31px; }
.booking-calendar > header h3, .booking-times h3, .booking-form-heading h3 { font-size: 14px; font-weight: 700; margin: 0; text-transform: uppercase; }
.booking-calendar > header h3 { text-align: center; }
.booking-calendar > header button { align-items: center; background: transparent; border: 1px solid var(--line); display: flex; height: 38px; justify-content: center; width: 38px; }
.booking-calendar > header button:disabled { cursor: default; opacity: 0.25; }
.booking-weekdays, .booking-days { display: grid; grid-template-columns: repeat(7, 1fr); }
.booking-weekdays span { color: #8f918a; font-size: 8px; font-weight: 700; padding-bottom: 12px; text-align: center; }
.booking-days button, .booking-day-empty { align-items: center; aspect-ratio: 1; display: flex; justify-content: center; min-width: 0; }
.booking-days button { background: transparent; border: 1px solid transparent; border-radius: 50%; font-size: 11px; margin: 2px; }
.booking-days button:not(:disabled):hover, .booking-days button:not(:disabled):focus-visible { border-color: var(--olive); }
.booking-days button.is-selected { background: var(--olive); color: white; }
.booking-days button:disabled { color: #c6c7c1; cursor: default; text-decoration: line-through; }
.booking-calendar-note { align-items: center; color: #7a7d75; display: flex; font-size: 9px; gap: 8px; margin: 24px 0 0; }
.booking-calendar-note span { background: var(--olive); border-radius: 50%; height: 7px; width: 7px; }
.booking-times > h3 { line-height: 1.45; margin: 8px 0 7px; }
.booking-availability { color: #767970; font-size: 9px; margin: 0 0 24px; text-transform: uppercase; }
.booking-slot-grid { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.booking-slot-grid button { background: transparent; border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 54px; padding: 10px; text-align: left; }
.booking-slot-grid button strong { font-size: 11px; }
.booking-slot-grid button span { color: #868981; font-size: 7px; margin-top: 3px; }
.booking-slot-grid button:not(:disabled):hover, .booking-slot-grid button.is-selected { background: var(--olive); border-color: var(--olive); color: white; }
.booking-slot-grid button.is-selected span { color: rgba(255, 255, 255, 0.68); }
.booking-slot-grid button:disabled { background: rgba(49, 53, 44, 0.03); color: #aaaca5; cursor: not-allowed; opacity: 0.62; }
.booking-loading, .booking-alert { font-size: 10px; line-height: 1.6; margin-top: 24px; padding: 16px; }
.booking-loading { background: rgba(49, 53, 44, 0.05); }
.booking-alert { background: #f4ded9; color: #742d22; }
.booking-form { border-top: 1px solid var(--line); padding: 38px 34px 42px; }
.booking-form-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 30px; }
.booking-form-heading h3 { margin-top: 8px; }
.booking-form-heading > button, .booking-secondary-button { background: transparent; border: 0; border-bottom: 1px solid currentColor; font-size: 8px; font-weight: 700; padding: 0 0 3px; }
.booking-fields { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.booking-field { display: flex; flex-direction: column; font-size: 9px; font-weight: 700; gap: 8px; }
.booking-field--wide { grid-column: 1 / -1; }
.booking-field input, .booking-field textarea { background: transparent; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; font-size: 11px; font-weight: 400; min-height: 43px; outline: 0; padding: 10px 0; resize: vertical; width: 100%; }
.booking-field input:focus, .booking-field textarea:focus { border-bottom-width: 2px; }
.booking-consent { align-items: flex-start; display: flex; font-size: 9px; font-weight: 400; gap: 10px; line-height: 1.55; }
.booking-consent input { accent-color: var(--olive); flex: 0 0 auto; height: 15px; margin: 2px 0 0; width: 15px; }
.booking-honeypot { left: -10000px; position: absolute; }
.booking-submit { background: var(--olive); border: 1px solid var(--olive); color: white; font-size: 10px; font-weight: 700; height: 50px; margin-top: 28px; padding: 0 35px; text-transform: uppercase; }
.booking-submit:disabled { cursor: wait; opacity: 0.65; }
.booking-confirmation { margin: 0 auto; max-width: 590px; min-height: 575px; padding: 75px 40px; text-align: center; }
.booking-check { align-items: center; background: var(--olive); border-radius: 50%; color: white; display: flex; font-size: 24px; height: 58px; justify-content: center; margin: 0 auto 28px; width: 58px; }
.booking-confirmation h3 { font-size: clamp(32px, 5vw, 58px); font-weight: 500; line-height: 1; margin: 18px 0 24px; }
.booking-confirmation > p:not(.eyebrow) { font-size: 11px; line-height: 1.8; }
.booking-code { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; margin: 30px 0; padding: 24px; }
.booking-code span { font-size: 8px; font-weight: 700; }
.booking-code strong { font-size: 17px; letter-spacing: 0.05em; }
.booking-fineprint { color: #73766e; font-size: 9px !important; }
.booking-secondary-button { margin-top: 14px; }

@media (max-width: 1100px) {
  .booking-shell { grid-template-columns: 1fr; }
  .booking-intro { min-height: 0; }
  .booking-intro dl { display: grid; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .booking-section { padding: 50px 12px 65px; }
  .booking-intro { padding: 38px 26px; }
  .booking-intro dl { display: block; }
  .booking-steps { padding: 0 16px; }
  .booking-steps li { font-size: 7px; height: 57px; }
  .booking-steps li span { height: 20px; width: 20px; }
  .booking-selector { grid-template-columns: 1fr; }
  .booking-calendar, .booking-times { min-height: 0; padding: 30px 18px; }
  .booking-calendar { border-bottom: 1px solid var(--line); border-right: 0; }
  .booking-times h3 { max-width: 270px; }
  .booking-form { padding: 30px 18px 35px; }
  .booking-form-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .booking-fields { grid-template-columns: 1fr; }
  .booking-field, .booking-field--wide { grid-column: auto; }
  .booking-submit { width: 100%; }
  .booking-confirmation { min-height: 520px; padding: 58px 24px; }
}
