.booking-shell {
  background: #f8f3eb;
  color: #2f281f;
  padding: 56px 0 84px;
}

button[aria-label="Select language"] {
  display: none !important;
}

.booking-wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

.booking-grid {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.82fr);
  margin: 0 auto;
  max-width: 1040px;
}

.booking-main {
  min-width: 0;
}

.booking-title {
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
}

.booking-subtitle {
  color: #7b653e;
  font-size: 1rem;
  margin: 10px 0 32px;
}

.ticket-group-label {
  color: #a87b1a;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin: 28px 0 14px;
  text-transform: uppercase;
}

.ticket-group-label.is-green {
  color: #087f5b;
}

.ticket-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(204, 159, 43, 0.25);
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(67, 51, 31, 0.07);
  display: grid;
  gap: 22px;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  margin-bottom: 16px;
  padding: 20px;
}

.ticket-card.is-featured {
  background: linear-gradient(130deg, rgba(25, 186, 132, 0.055), #fff 56%, rgba(210, 156, 35, 0.07));
  border-color: rgba(19, 202, 139, 0.55);
  box-shadow: 0 5px 18px rgba(20, 141, 99, 0.12);
}

.ticket-thumb {
  aspect-ratio: 1;
  background: #eee0cc;
  border-radius: 14px;
  display: block;
  height: 104px;
  object-fit: cover;
  overflow: hidden;
  width: 104px;
}

.ticket-copy {
  min-width: 0;
}

.ticket-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.ticket-badge {
  align-items: center;
  background: rgba(22, 190, 132, 0.14);
  border: 1px solid rgba(22, 190, 132, 0.42);
  border-radius: 999px;
  color: #087f5b;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  padding: 7px 12px 6px;
  text-transform: uppercase;
}

.ticket-badge.is-solid {
  background: #009b73;
  border-color: #009b73;
  color: #fff;
}

.ticket-name-row {
  align-items: center;
  display: flex;
  gap: 10px;
}

.ticket-name {
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 500;
  line-height: 1.18;
  margin: 0;
}

.ticket-price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ticket-price .old-price {
  color: #9c8764;
  font-size: 0.98rem;
  text-decoration: line-through;
}

.ticket-price strong {
  color: #b98214;
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.ticket-price span {
  color: #7f6a47;
  font-size: 0.92rem;
}

.qty-control {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
}

.qty-btn {
  align-items: center;
  background: #d4a026;
  border: 1px solid #d4a026;
  border-radius: 8px;
  color: #2b241b;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.45rem;
  height: 44px;
  justify-content: center;
  line-height: 1;
  transition: background 160ms ease, border-color 160ms ease, transform 120ms ease;
  width: 44px;
}

.qty-btn:hover {
  background: #c7901f;
  border-color: #c7901f;
}

.qty-btn:active {
  transform: translateY(1px);
}

.qty-btn:disabled {
  background: transparent;
  border-color: rgba(212, 160, 38, 0.35);
  color: rgba(126, 95, 31, 0.45);
  cursor: default;
}

.qty-count {
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.45rem;
  min-width: 26px;
  text-align: center;
}

.order-card {
  background: #fff;
  border: 1px solid rgba(204, 159, 43, 0.35);
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(67, 51, 31, 0.08);
  padding: 28px;
  position: sticky;
  top: 112px;
}

.order-title {
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
  margin: 0 0 24px;
}

.order-date {
  align-items: start;
  background: #fbf8f2;
  border: 1px solid rgba(204, 159, 43, 0.2);
  border-radius: 10px;
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  padding: 15px 16px;
}

.order-date svg {
  color: #b98214;
  flex: 0 0 auto;
  margin-top: 2px;
}

.order-label {
  color: #8b7552;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.order-date strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1.25;
  margin-top: 3px;
}

.order-line,
.order-total {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.order-lines {
  border-bottom: 1px solid #eadfcb;
  border-top: 1px solid #eadfcb;
  display: grid;
  gap: 12px;
  margin: 20px 0;
  padding: 20px 0;
}

.order-empty {
  color: #7d6847;
  font-size: 1rem;
}

.order-total {
  margin-top: 4px;
}

.order-total span {
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.2rem;
}

.order-total strong {
  color: #b98214;
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.tax-note {
  color: #806c4f;
  font-size: 0.86rem;
  margin: 8px 0 22px;
}

.flow-btn {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 650;
  gap: 8px;
  height: 52px;
  justify-content: center;
  letter-spacing: 0.01em;
  padding: 0 28px;
  transition: background 160ms ease, color 160ms ease, transform 120ms ease;
}

.flow-btn.primary {
  background: #d4a026;
  color: #2b241b;
  width: 100%;
}

.flow-btn.primary:hover {
  background: #c7901f;
}

.flow-btn.primary:disabled {
  background: #e8cf8f;
  color: rgba(43, 36, 27, 0.45);
  cursor: default;
}

.flow-btn.ghost {
  background: transparent;
  color: #2f281f;
  margin-top: 16px;
  width: 100%;
}

.flow-btn.ghost:hover {
  background: #f3eadb;
}

.flow-btn.as-link {
  text-decoration: none;
}

.schedule-grid {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.55fr);
  margin: 0 auto;
  max-width: 940px;
}

.calendar-card {
  background: #fff;
  border: 1px solid rgba(204, 159, 43, 0.28);
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(67, 51, 31, 0.07);
  padding: 20px;
}

.calendar-head {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 44px 1fr 44px;
  margin-bottom: 20px;
}

.calendar-head h2 {
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.calendar-nav {
  align-items: center;
  background: #fbf8f2;
  border: 1px solid rgba(204, 159, 43, 0.35);
  border-radius: 8px;
  color: #8f6613;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.2rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.calendar-nav:hover {
  background: #f3eadb;
}

.calendar-weekdays,
.calendar-days {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays {
  color: #8b7552;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.calendar-day {
  align-items: center;
  aspect-ratio: 1;
  background: #fbf8f2;
  border: 1px solid rgba(204, 159, 43, 0.18);
  border-radius: 8px;
  color: #2f281f;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  justify-content: center;
  min-height: 42px;
}

.calendar-day:hover {
  background: #f0dfbd;
  border-color: rgba(204, 159, 43, 0.45);
}

.calendar-day.is-selected {
  background: #d4a026;
  border-color: #d4a026;
  color: #2b241b;
  font-weight: 700;
}

.calendar-day.is-muted,
.calendar-day:disabled {
  background: transparent;
  border-color: transparent;
  color: rgba(89, 72, 49, 0.34);
  cursor: default;
}

.schedule-summary .flow-btn.ghost {
  display: flex;
}

.faq-answer-body {
  line-height: 1.7;
  padding: 0 0 20px;
}

.checkout-card {
  background: #fff;
  border: 1px solid rgba(204, 159, 43, 0.3);
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(67, 51, 31, 0.07);
  padding: 28px;
}

.checkout-form {
  display: grid;
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  color: #6f5b3c;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-field input {
  background: #fbf8f2;
  border: 1px solid rgba(204, 159, 43, 0.34);
  border-radius: 10px;
  color: #2f281f;
  font: inherit;
  min-height: 52px;
  outline: none;
  padding: 0 16px;
}

.form-field input:focus {
  border-color: #c7901f;
  box-shadow: 0 0 0 3px rgba(212, 160, 38, 0.18);
}

.checkout-success {
  background: rgba(25, 186, 132, 0.1);
  border: 1px solid rgba(25, 186, 132, 0.35);
  border-radius: 10px;
  color: #087f5b;
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
}

.booking-shell.is-complete .checkout-success {
  display: block;
}

@media (max-width: 920px) {
  .booking-grid,
  .schedule-grid {
    grid-template-columns: 1fr;
    max-width: 1040px;
  }

  .order-card {
    position: static;
  }
}

@media (max-width: 640px) {
  .booking-shell {
    padding-top: 36px;
  }

  .ticket-card {
    grid-template-columns: 84px minmax(0, 1fr);
    padding: 16px;
  }

  .ticket-thumb {
    height: 84px;
    width: 84px;
  }

  .qty-control {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .calendar-card {
    padding: 16px;
  }

  .calendar-day {
    min-height: 40px;
  }
}
