.slot-picker {margin-top:26px}
.slot-picker__heading {display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:16px}
.slot-picker__heading>span {font-size:12px;color:#59655e}
.slot-legend {display:flex;gap:18px;flex-wrap:wrap;margin:18px 0;font-size:12px;color:#59655e}
.slot-legend span {display:flex;align-items:center;gap:7px}
.slot-legend i {display:inline-block;width:14px;height:14px;border:1px solid #5d806d;border-radius:4px;background:#fff}
.slot-legend .slot-key--selected {background:#203a31;border-color:#203a31}
.slot-legend .slot-key--booked {background:repeating-linear-gradient(135deg,#dedfdf 0 3px,#efefef 3px 6px);border-color:#b3b8b5}
.slot-stage {margin:24px 16px 30px;padding:12px;text-align:center;border-top:4px solid #b2c9bb;border-radius:50% 50% 0 0;background:linear-gradient(#eaf2ed,transparent);color:#62766a;font-size:10px;letter-spacing:.16em}
.slot-period {display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap;margin:20px 0 12px;font-size:14px;font-weight:600}
.slot-period span {font-size:11px;font-weight:400;color:#637169}
.slot-period--night {color:#695124}
.slot-grid {display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
.slot-tile {position:relative;min-height:76px;padding:10px 4px;border:1px solid #8ea898;border-radius:12px 12px 6px 6px;background:#f5faf7;color:#203a31;text-align:center;box-shadow:0 3px 0 #dbe5de;font-size:13px;font-weight:600}
.slot-tile small {display:block;margin-top:5px;font-size:10px;font-weight:400}
.slot-tile[data-night=true] {background:#fcf8ed;border-color:#c5ac75;color:#695124;box-shadow:0 3px 0 #eee3ca}
.slot-tile:hover:not(:disabled) {border-color:#203a31;transform:translateY(-2px)}
.slot-tile[aria-pressed=true] {background:#203a31;color:#fff;border-color:#203a31;box-shadow:0 3px 0 #0d2119}
.slot-tile:disabled {background:#efefef;color:#747b76;border-color:#d5d8d5;box-shadow:none;cursor:not-allowed}
.slot-tile[data-booked=true] {background:repeating-linear-gradient(135deg,#e7e9e7 0 4px,#f0f1f0 4px 8px)}
.slot-feedback {margin-top:20px;font-size:12px;color:#59655e;line-height:1.5}
.slot-feedback .studio-back {font-size:12px;color:#203a31}
.slot-selection {padding:14px;background:#eef3eb;border-radius:10px;font-size:14px;color:#203a31}
@media(max-width:500px){.slot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.slot-tile{min-height:72px}.slot-legend{gap:12px}}
.booking-intake {
  padding: clamp(56px, 7vw, 96px) 5vw clamp(80px, 10vw, 130px);
  background: #f5f5f7;
}

.booking-intake > * {
  width: min(1240px, 100%);
  margin-inline: auto;
}

.booking-intake__heading {
  text-align: center;
}

.booking-intake__heading h1 {
  margin-top: 12px;
  font-size: clamp(52px, 7vw, 92px);
  line-height: .94;
  letter-spacing: -.065em;
}

.booking-intake__heading > p:last-child {
  max-width: 580px;
  margin: 22px auto 0;
  color: #6e6e73;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.45;
}

.booking-mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: clamp(38px, 5vw, 62px);
}

.booking-mode > button {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 24px;
  border: 1px solid #d2d2d7;
  border-radius: 24px;
  background: #fff;
  color: #1d1d1f;
  text-align: left;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
}

.booking-mode > button:hover {
  transform: translateY(-3px);
  border-color: #86868b;
}

.booking-mode > button:focus-visible {
  outline: 3px solid #0071e3;
  outline-offset: 3px;
}

.booking-mode > button[aria-selected="true"] {
  border-color: #111;
  background: #111;
  color: #fff;
}

.booking-mode__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f0f0f2;
  color: #111;
  font-size: 21px;
}

.booking-mode strong,
.booking-mode small {
  display: block;
}

.booking-mode strong {
  font-size: 21px;
  letter-spacing: -.025em;
}

.booking-mode small {
  max-width: 390px;
  margin-top: 7px;
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.45;
}

.booking-mode > button[aria-selected="true"] small {
  color: #b8b8bd;
}

.booking-mode > button b {
  font-size: 25px;
  font-weight: 400;
}

.booking-mode__help {
  margin-top: 16px;
  color: #6e6e73;
  font-size: 14px;
  text-align: center;
}

.booking-mode__help button {
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #0066cc;
  font: inherit;
}

.booking-path-panel {
  margin-top: clamp(58px, 7vw, 88px);
  scroll-margin-top: 90px;
}

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

.studio-booker__heading {
  max-width: 820px;
  margin-bottom: clamp(30px, 4vw, 46px);
}

.studio-booker__heading h2 {
  margin-top: 12px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.055em;
}

.studio-booker__heading > p:last-child,
.project-enquiry .booking-heading > p:last-child {
  max-width: 660px;
  margin-top: 18px;
  color: #6e6e73;
  font-size: 18px;
  line-height: 1.5;
}

.studio-booker__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(300px, .82fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.reservation-form {
  min-width: 0;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid #e2e2e5;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(0, 0, 0, .055);
}

.studio-progress {
  margin-bottom: 38px;
}

.studio-progress > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.studio-progress span {
  color: #6e6e73;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.studio-progress strong {
  font-size: 13px;
}

.studio-progress__track {
  height: 3px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 99px;
  background: #e5e5e7;
}

.studio-progress__track span {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: #0071e3;
  transition: width .4s cubic-bezier(.16, 1, .3, 1);
}

.reservation-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.reservation-form legend {
  width: 100%;
  padding: 0;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.studio-step__intro {
  max-width: 630px;
  margin: 14px 0 28px;
  color: #6e6e73;
  font-size: 16px;
  line-height: 1.5;
}

.rate-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.rate-cards label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.rate-cards input {
  position: absolute;
  top: 15px;
  right: 13px;
  accent-color: #111;
}

.rate-cards label > span {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 148px;
  padding: 18px 13px;
  border: 1px solid #d1d1d6;
  border-radius: 16px;
  background: #fff;
}

.rate-cards input:checked + span {
  border-color: #111;
  background: #f1f1f4;
  box-shadow: inset 0 0 0 1px #111;
}

.rate-cards input:focus-visible + span {
  outline: 3px solid #0071e3;
  outline-offset: 3px;
}

.rate-cards strong {
  padding-right: 15px;
  font-size: 15px;
}

.rate-cards b {
  font-size: 25px;
  letter-spacing: -.05em;
}

.rate-cards small {
  color: #65656c;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.reservation-field {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}

.reservation-field label {
  font-size: 15px;
  font-weight: 600;
}

.reservation-field label small {
  color: #75757c;
  font-size: 13px;
  font-weight: 400;
}

.reservation-field input,
.reservation-field select,
.reservation-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px;
  border: 1px solid #c9c9cf;
  border-radius: 11px;
  background: #fff;
  color: #171719;
  font-size: 16px;
}

.reservation-field textarea {
  resize: vertical;
}

.reservation-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.reservation-field--full {
  grid-column: 1 / -1;
}

#hourly-duration {
  max-width: 220px;
  margin-top: 20px;
}

.reservation-hint {
  margin-top: 14px;
  color: #66666e;
  font-size: 14px;
  line-height: 1.55;
}

.studio-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e7;
}

.studio-nav > span {
  color: #86868b;
  font-size: 12px;
  text-align: center;
}

.studio-back {
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: #0066cc;
}

.studio-nav .button {
  min-width: 170px;
}

.reservation-form > .form-note {
  margin-top: 18px;
}

.reservation-summary {
  position: sticky;
  top: 90px;
  overflow: hidden;
  border: 1px solid #dddde1;
  border-radius: 24px;
  background: #fff;
}

.reservation-summary > img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.reservation-summary__body {
  padding: 27px;
}

.reservation-summary h3 {
  margin-top: 7px;
  font-size: 30px;
  letter-spacing: -.04em;
}

.reservation-summary .eyebrow {
  color: #6b6b73;
  font-size: 11px;
}

.reservation-summary dl {
  margin: 24px 0;
}

.reservation-summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 13px 0;
  font-size: 15px;
}

.reservation-summary dt {
  color: #696971;
}

.reservation-summary dd {
  margin: 0;
  text-align: right;
  font-weight: 600;
}

.reservation-total {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid #ceced4;
  font-size: 14px;
}

.reservation-total strong {
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -.055em;
}

.project-enquiry .booking-zone {
  padding: 0;
  background: transparent;
}

.project-enquiry .booking-heading {
  display: block;
  max-width: 820px;
  margin-bottom: clamp(30px, 4vw, 46px);
}

.project-enquiry .booking-heading h2 {
  margin-top: 12px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .98;
}

.project-enquiry .booking-form {
  box-shadow: 0 22px 65px rgba(0, 0, 0, .055);
}

.project-enquiry .booking-summary {
  min-height: 480px;
}

.booking-date-grid label small {
  color: #86868b;
  font-weight: 400;
}

@media (max-width: 940px) {
  .booking-mode {
    grid-template-columns: 1fr;
  }

  .studio-booker__layout {
    grid-template-columns: 1fr;
  }

  .reservation-summary {
    position: static;
    grid-row: 1;
    display: grid;
    grid-template-columns: 180px 1fr;
  }

  .reservation-summary > img {
    height: 100%;
    min-height: 235px;
  }

  .reservation-summary__body {
    padding: 22px;
  }

  .reservation-summary dl {
    margin: 14px 0;
  }

  .reservation-summary .reservation-total {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .reservation-total strong {
    font-size: 32px;
  }

  .project-enquiry .booking-summary {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .booking-intake {
    padding: 42px 18px 82px;
  }

  .booking-intake__heading {
    text-align: left;
  }

  .booking-intake__heading h1 {
    font-size: 52px;
  }

  .booking-intake__heading > p:last-child {
    margin-inline: 0;
    font-size: 17px;
  }

  .booking-mode > button {
    grid-template-columns: 40px 1fr auto;
    gap: 13px;
    min-height: 112px;
    padding: 18px;
    border-radius: 20px;
  }

  .booking-mode__icon {
    width: 40px;
    height: 40px;
  }

  .booking-mode strong {
    font-size: 18px;
  }

  .booking-mode small {
    font-size: 13px;
  }

  .booking-mode__help {
    text-align: left;
  }

  .booking-path-panel {
    margin-top: 58px;
  }

  .studio-booker__heading h2,
  .project-enquiry .booking-heading h2 {
    font-size: 42px;
  }

  .studio-booker__heading > p:last-child,
  .project-enquiry .booking-heading > p:last-child {
    font-size: 16px;
  }

  .reservation-form {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .studio-progress > div:first-child {
    flex-direction: column;
    gap: 4px;
  }

  .reservation-form legend {
    font-size: 34px;
  }

  .rate-cards,
  .reservation-fields {
    grid-template-columns: 1fr;
  }

  .rate-cards label > span {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    min-height: 0;
    padding: 16px 40px 16px 15px;
  }

  .rate-cards b {
    font-size: 22px;
    text-align: right;
  }

  .rate-cards label > span > small {
    grid-column: 1 / -1;
    font-size: 14px;
  }

  .rate-cards input {
    top: 20px;
  }

  .reservation-field--full {
    grid-column: auto;
  }

  .studio-nav {
    grid-template-columns: 1fr 1fr;
  }

  .studio-nav > span {
    display: none;
  }

  .studio-nav .button {
    min-width: 0;
  }

  .reservation-summary {
    display: block;
  }

  .reservation-summary > img {
    height: 170px;
    min-height: 0;
  }

  .reservation-summary__body {
    padding: 20px;
  }

  .reservation-summary dl > div {
    margin: 8px 0;
  }
}
