.booking-page {
  overflow-x: hidden;
}

.booking-intro {
  padding-top: 92px;
  width: calc(100% - 48px);
}

.booking-intro h1 {
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 3.9vw, 56px);
  font-weight: 800;
  line-height: 1.15;
}

.booking-intro > p:not(.eyebrow) {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.25;
  margin-top: 3px;
}

.selected-outlet {
  border: 1px solid var(--gold);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 227px minmax(0, 1fr);
  margin-top: 35px;
  max-width: 753px;
  min-height: 163px;
  overflow: hidden;
}

.selected-outlet > img {
  height: 163px;
  object-fit: cover;
  width: 227px;
}

.selected-outlet-copy {
  padding: 12px 20px 15px 24px;
}

.selected-outlet h2 {
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.selected-location {
  align-items: center;
  color: var(--gold);
  display: flex;
  font-size: 16px;
  gap: 4px;
  margin-top: 4px;
}

.selected-location img {
  height: 12px;
  width: 12px;
}

.selected-outlet-copy > p:not(.selected-location) {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.08;
  margin-top: 4px;
  max-width: 327px;
}

.selected-actions {
  display: flex;
  gap: 14px;
  margin-top: 12px;
}

.selected-actions a {
  align-items: center;
  background: var(--coffee);
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  min-height: 36px;
  width: 188px;
}

.selected-actions a:hover {
  background: var(--gold);
}

.selected-actions img {
  height: 13px;
  width: auto;
}

.booking-layout {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 609px) minmax(390px, 530px);
  margin-top: 29px;
  width: calc(100% - 48px);
}

.booking-form,
.booking-summary {
  border: 3px solid var(--gold);
  border-radius: 15px;
  min-height: 811px;
}

.booking-side {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.booking-form {
  padding: 30px 48px 48px;
}

.booking-form.seat-mode {
  padding: 20px 28px 32px;
}

.booking-form h2,
.booking-summary h2 {
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
}

.booking-summary h2 {
  font-size: 28px;
}

.field-group {
  border: 0;
  color: #ffffff;
  display: block;
  margin: 38px 0 0;
  padding: 0;
}

.field-group span,
.field-group legend {
  color: #ffffff;
  display: block;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 26px;
}

.date-field {
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 10px;
  display: flex;
  min-height: 72px;
  padding: 0 24px;
  position: relative;
}

.date-field input[type="text"] {
  background: transparent;
  border: 0;
  color: #ffffff;
  flex: 1;
  font: 600 24px "Roboto", "Segoe UI", Arial, sans-serif;
  height: 100%;
  min-width: 0;
  outline: 0;
  pointer-events: none;
}

.date-field input[type="date"] {
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.date-field input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.time-row {
  align-items: center;
  display: grid;
  column-gap: 10px;
  grid-template-columns: 18px repeat(4, minmax(0, 1fr)) 18px;
  margin-inline: -18px;
}

.time-arrow {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 59px;
  justify-content: center;
  padding: 0;
  width: 18px;
}

.time-arrow img {
  height: 22px;
  object-fit: contain;
  width: 13px;
}

.time-arrow-prev img {
  transform: rotate(180deg);
}

.time-arrow:disabled {
  cursor: default;
  opacity: 0.35;
}

.choice {
  background: #000000;
  border: 1px solid var(--gold);
  border-radius: 10px;
  color: var(--gold);
  cursor: pointer;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  min-height: 59px;
  padding: 0 18px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.choice:hover,
.choice.selected {
  background: var(--coffee);
  color: #ffffff;
  transform: translateY(-1px);
}

.choice.light {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--coffee);
}

.choice.light.selected {
  background: var(--coffee);
  border-color: var(--coffee);
  color: #ffffff;
}

.guest-stepper {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 74px minmax(0, 1fr) 74px;
}

.guest-stepper button {
  background: var(--gold);
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  font-size: 42px;
  font-weight: 600;
  height: 72px;
  line-height: 1;
}

.guest-stepper strong {
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 10px;
  color: #ffffff;
  display: flex;
  font: 600 32px "Roboto", "Segoe UI", Arial, sans-serif;
  height: 72px;
  justify-content: center;
}

.split-options,
.area-options {
  display: grid;
  gap: 14px;
}

.split-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.split-options .choice {
  min-height: 46px;
}

.area-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.next-booking {
  background: var(--gold);
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  height: 64px;
  letter-spacing: 0.03em;
  margin: 48px auto 0;
  width: min(100%, 470px);
}

.next-booking:hover {
  background: var(--coffee);
}

.seat-selection {
  height: 100%;
  padding: 0 18px 26px;
}

.seat-selection h2 {
  font-size: 28px;
  text-align: center;
}

.seat-map {
  display: grid;
  grid-template-columns: repeat(8, 42px);
  grid-template-rows: repeat(9, 48px);
  gap: 20px 22px;
  margin: 92px 0 0;
  min-height: 650px;
  position: relative;
}

.seat {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0;
  transition: background 160ms ease, transform 160ms ease;
}

.seat:hover,
.seat.selected-seat {
  background: rgba(91, 51, 10, 0.72);
  transform: translateY(-2px);
}

.seat img {
  height: auto;
  object-fit: contain;
  pointer-events: none;
  width: 100%;
}

.seat-long {
  width: 54px;
}

.seat-horizontal {
  width: 49px;
}

.seat-round {
  width: 42px;
}

.seat-vertical {
  width: 42px;
}

.seat-map .seat:nth-child(1) { grid-area: 1 / 1; }
.seat-map .seat:nth-child(2) { grid-area: 1 / 2; }
.seat-map .seat:nth-child(3) { grid-area: 1 / 3; }
.seat-map .seat:nth-child(4) { grid-area: 2 / 1; }
.seat-map .seat:nth-child(5) { grid-area: 2 / 2; }
.seat-map .seat:nth-child(6) { grid-area: 2 / 3; }
.seat-map .seat:nth-child(7) { grid-area: 3 / 1; }
.seat-map .seat:nth-child(8) { grid-area: 3 / 2; }
.seat-map .seat:nth-child(9) { grid-area: 3 / 3; }
.seat-map .seat:nth-child(10) { grid-area: 4 / 1; }
.seat-map .seat:nth-child(11) { grid-area: 4 / 2; }
.seat-map .seat:nth-child(12) { grid-area: 4 / 3; }
.seat-map .seat:nth-child(13) { grid-area: 5 / 1; }
.seat-map .seat:nth-child(14) { grid-area: 5 / 2; }
.seat-map .seat:nth-child(15) { grid-area: 5 / 3; }
.seat-map .seat:nth-child(16) { grid-area: 6 / 1; }
.seat-map .seat:nth-child(17) { grid-area: 6 / 2; }
.seat-map .seat:nth-child(18) { grid-area: 6 / 3; }
.seat-map .seat:nth-child(19) { grid-area: 7 / 1; transform: rotate(-90deg); }
.seat-map .seat:nth-child(20) { grid-area: 7 / 2; transform: rotate(-90deg); }
.seat-map .seat:nth-child(21) { grid-area: 7 / 3; transform: rotate(-90deg); }
.seat-map .seat:nth-child(22) { grid-area: 7 / 4; transform: rotate(-90deg); }
.seat-map .seat:nth-child(23) { grid-area: 7 / 5; transform: rotate(-90deg); }
.seat-map .seat:nth-child(24) { grid-area: 7 / 6; transform: rotate(-90deg); }
.seat-map .seat:nth-child(25) { grid-area: 7 / 7; transform: rotate(-90deg); }
.seat-map .seat:nth-child(26) { grid-area: 7 / 8; transform: rotate(-90deg); }
.seat-map .seat:nth-child(27) { grid-area: 8 / 1; transform: rotate(-90deg); }
.seat-map .seat:nth-child(28) { grid-area: 8 / 2; transform: rotate(-90deg); }
.seat-map .seat:nth-child(29) { grid-area: 8 / 3; transform: rotate(-90deg); }
.seat-map .seat:nth-child(30) { grid-area: 8 / 4; transform: rotate(-90deg); }
.seat-map .seat:nth-child(31) { grid-area: 8 / 5; transform: rotate(-90deg); }
.seat-map .seat:nth-child(32) { grid-area: 8 / 6; transform: rotate(-90deg); }

.seat-map .seat:nth-child(n + 19):hover,
.seat-map .seat:nth-child(n + 19).selected-seat {
  transform: rotate(-90deg) translateX(2px);
}

.stage-label {
  align-items: center;
  background: var(--coffee);
  color: #ffffff;
  display: flex;
  font-family: "Roboto Condensed", "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  grid-area: 3 / 6 / span 3 / span 2;
  justify-content: center;
  line-height: 1.12;
  padding: 18px;
  text-align: center;
  writing-mode: vertical-rl;
}

.selected-table-card {
  border: 3px solid var(--gold);
  border-radius: 15px;
  min-height: 184px;
  opacity: 0;
  padding: 26px 42px;
  pointer-events: none;
  transform: translateY(-12px) scale(0.98);
  transition:
    opacity 220ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.selected-table-card.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.selected-table-card h2 {
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 800;
}

.selected-table-body {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 52px minmax(0, 1fr);
  margin-top: 20px;
}

.selected-table-body > img {
  height: 74px;
  object-fit: contain;
  width: 52px;
}

.selected-table-body strong,
.selected-table-body p,
.selected-table-body span {
  color: #ffffff;
  display: block;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
}

.selected-table-body strong {
  font-size: 20px;
  font-weight: 600;
}

.selected-table-body p,
.selected-table-body span {
  font-size: 16px;
  font-weight: 300;
  margin-top: 4px;
}

.selected-table-body span {
  align-items: center;
  color: var(--gold);
  display: flex;
  gap: 7px;
}

.selected-table-body span img {
  height: 10px;
  width: 10px;
}

.booking-summary {
  overflow: hidden;
  padding: 32px 42px 60px;
  position: relative;
}

.booking-side.has-table .booking-summary {
  min-height: 603px;
}

.booking-side.seat-mode .booking-summary {
  min-height: 603px;
}

.booking-side.seat-mode .summary-note {
  display: none;
}

.payment-button {
  align-items: center;
  background: var(--gold);
  border: 0;
  border-radius: 10px;
  bottom: 58px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  height: 70px;
  justify-content: center;
  left: 42px;
  position: absolute;
  text-transform: uppercase;
  width: calc(100% - 84px);
}

.payment-button[hidden],
.booking-side:not(.seat-mode) .payment-button {
  display: none;
}

.payment-button:hover {
  background: var(--coffee);
}

.summary-list {
  margin-top: 28px;
}

.summary-item {
  align-items: center;
  border-bottom: 1px solid rgba(169, 120, 48, 0.3);
  display: grid;
  gap: 27px;
  grid-template-columns: 20px minmax(0, 1fr);
  min-height: 70px;
}

.summary-item img {
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.summary-item span {
  color: #ffffff;
  display: block;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.summary-item strong {
  color: #ffffff;
  display: block;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-top: 2px;
}

.summary-note {
  border: 1px solid var(--gold);
  border-radius: 10px;
  bottom: 62px;
  min-height: 136px;
  overflow: hidden;
  padding: 22px;
  position: absolute;
  right: 34px;
  width: calc(100% - 76px);
}

.summary-note > img {
  bottom: -45px;
  height: 238px;
  opacity: 0.5;
  position: absolute;
  right: -44px;
  transform: rotate(178deg);
  width: 238px;
  z-index: 0;
}

.summary-note h3,
.summary-note p {
  position: relative;
  z-index: 1;
}

.summary-note h3 {
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.summary-note p {
  color: #ffffff;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.25;
  margin-top: 8px;
  max-width: 386px;
}

.booking-page .footer {
  padding-top: 210px;
}

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

  .booking-form,
  .booking-summary {
    max-width: 609px;
    min-height: auto;
  }

  .summary-note {
    margin-top: 90px;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .booking-page .footer {
    padding-top: 120px;
  }

}

@media (max-width: 700px) {
  .booking-intro {
    padding-top: 64px;
  }

  .booking-intro > p:not(.eyebrow) {
    font-size: 18px;
  }

  .selected-outlet {
    grid-template-columns: 1fr;
  }

  .selected-outlet > img {
    aspect-ratio: 227 / 120;
    height: auto;
    width: 100%;
  }

  .selected-actions,
  .area-options,
  .split-options {
    grid-template-columns: 1fr;
  }

  .selected-actions {
    display: grid;
  }

  .selected-actions a {
    width: 100%;
  }

  .booking-form,
  .booking-summary {
    padding: 28px 22px;
  }

  .booking-form h2 {
    font-size: 34px;
  }

  .field-group span,
  .field-group legend {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .date-field {
    min-height: 56px;
  }

  .time-row {
    margin-inline: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .time-arrow {
    display: none;
  }

  .guest-stepper {
    grid-template-columns: 54px minmax(0, 1fr) 54px;
  }

  .guest-stepper button,
  .guest-stepper strong {
    height: 54px;
  }

  .guest-stepper button {
    font-size: 32px;
  }

  .next-booking {
    font-size: 22px;
    height: 58px;
    margin-top: 44px;
  }

  .summary-item {
    gap: 18px;
  }

}
