.booking-page .nav a[aria-current="page"]::after,
.booking-page .nav a[aria-current="page"] {
  color: #fff;
  opacity: 1;
}

.booking-page .nav a[aria-current="page"]::after {
  transform: scaleX(1);
  opacity: 1;
}

.booking-hero {
  padding: 104px 0 48px;
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.95) 0%, rgba(20, 20, 20, 0.86) 100%),
    radial-gradient(circle at top left, rgba(214, 177, 106, 0.16), transparent 32%);
  color: #fff;
}

.booking-hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: stretch;
}

.booking-hero-copy,
.booking-hero-panel,
.booking-card,
.summary-card,
.page-panel {
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(24, 18, 10, 0.12);
}

.booking-hero-copy {
  padding: 38px 38px 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(214, 177, 106, 0.2);
}

.booking-hero-copy h1,
.page-panel h1,
.summary-card h2,
.booking-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.booking-hero-copy h1 {
  font-size: clamp(2.7rem, 5vw, 4.3rem);
  line-height: 1.08;
}

.booking-hero-text,
.page-copy,
.booking-intro,
.helper-text,
.section-meta,
.policy-list,
.booking-hero-list,
.quote-notes,
.status-banner,
.summary-list dd,
.summary-list dt,
.quote-lines,
.field label,
.field input,
.field select {
  font-family: "Inter", Arial, sans-serif;
}

.booking-hero-text,
.page-copy,
.booking-intro {
  margin: 18px 0 0;
  font-size: 1.02rem;
  line-height: 1.84;
  color: rgba(255, 255, 255, 0.86);
}

.booking-hero-panel {
  padding: 32px;
  background: linear-gradient(180deg, rgba(235, 207, 149, 0.98) 0%, rgba(214, 177, 106, 0.96) 100%);
  color: #1b1309;
  align-self: end;
}

.booking-hero-label {
  margin: 0 0 14px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}

.booking-hero-list,
.policy-list {
  margin: 0;
  padding-left: 18px;
  line-height: 1.8;
}

.booking-section {
  padding-top: 28px;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.booking-main {
  display: grid;
  gap: 24px;
}

.booking-card,
.summary-card,
.page-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 245, 239, 0.92) 100%);
  border: 1px solid rgba(198, 152, 67, 0.16);
}

.booking-card,
.summary-card {
  padding: 30px;
}

.page-panel {
  padding: 42px 36px;
  text-align: center;
}

.page-status-shell {
  min-height: calc(100vh - 170px);
  display: grid;
  align-items: center;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}

.section-meta {
  margin: 0;
  color: #6a635b;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

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

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

.field label {
  font-size: 0.95rem;
  color: #2f2923;
  font-weight: 600;
}

.field input,
.field select {
  min-height: 52px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(95, 87, 80, 0.22);
  background: rgba(255, 255, 255, 0.96);
  padding: 0 16px;
  font-size: 1rem;
  color: #17110b;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:focus-visible,
.field select:focus-visible {
  outline: none;
  border-color: rgba(198, 152, 67, 0.74);
  box-shadow: 0 0 0 4px rgba(214, 177, 106, 0.18);
}

.checkbox-field {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: #2f2923;
  cursor: pointer;
}

.checkbox-label input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #c69843;
}

.checkbox-helper {
  margin: 0;
  padding-left: 32px;
  color: #5f5750;
  line-height: 1.7;
}

.helper-text {
  margin: 14px 0 22px;
  color: #5f5750;
  line-height: 1.7;
}

.status-banner {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid transparent;
  line-height: 1.7;
}

.status-banner-inline {
  margin: 24px 0 0;
}

.status-info {
  background: rgba(214, 177, 106, 0.14);
  color: #674819;
  border-color: rgba(198, 152, 67, 0.3);
}

.status-success {
  background: rgba(44, 122, 88, 0.12);
  color: #1f5a40;
  border-color: rgba(44, 122, 88, 0.28);
}

.status-error {
  background: rgba(157, 46, 46, 0.1);
  color: #7f2525;
  border-color: rgba(157, 46, 46, 0.24);
}

.status-warning {
  background: rgba(176, 107, 27, 0.12);
  color: #775019;
  border-color: rgba(176, 107, 27, 0.28);
}

.room-options {
  display: grid;
  gap: 16px;
}

.alternate-suggestions {
  margin-bottom: 20px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(214, 177, 106, 0.1);
  border: 1px solid rgba(198, 152, 67, 0.18);
}

.alternate-suggestions-title {
  margin: 0 0 12px;
  color: #5a4524;
  font-weight: 700;
}

.alternate-suggestions-list {
  display: grid;
  gap: 10px;
}

.alternate-suggestion {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #4e473f;
}

.alternate-suggestion p {
  margin: 0;
  line-height: 1.6;
}

.room-option {
  width: 100%;
  padding: 20px 20px 18px;
  text-align: left;
  border-radius: 22px;
  border: 1px solid rgba(198, 152, 67, 0.18);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 28px rgba(44, 30, 12, 0.06);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.room-option:hover,
.room-option:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(44, 30, 12, 0.1);
  border-color: rgba(198, 152, 67, 0.36);
  outline: none;
}

.room-option.is-selected {
  border-color: rgba(198, 152, 67, 0.52);
  box-shadow: 0 18px 34px rgba(198, 152, 67, 0.14);
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.98) 0%, rgba(248, 239, 225, 0.96) 100%);
}

.room-option.is-disabled {
  background: linear-gradient(180deg, rgba(246, 242, 237, 0.96) 0%, rgba(238, 232, 225, 0.96) 100%);
  border-color: rgba(95, 87, 80, 0.16);
  box-shadow: none;
  color: #7a736b;
}

.room-option-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.room-option h3 {
  margin: 0;
  font-size: 1.3rem;
  color: #17110b;
}

.room-option p,
.room-option-meta {
  margin: 10px 0 0;
  line-height: 1.7;
  color: #514940;
}

.room-option-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(214, 177, 106, 0.18);
  color: #744f12;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

.room-option-tag.is-sold-out {
  background: rgba(95, 87, 80, 0.12);
  color: #6a635b;
}

.room-option-pricing {
  display: grid;
  gap: 6px;
  margin-top: 14px;
}

.room-option-pricing p {
  margin: 0;
  color: #2f2923;
  font-weight: 600;
}

.room-option.is-disabled .room-option-pricing p,
.room-option.is-disabled h3,
.room-option.is-disabled p,
.room-option.is-disabled .room-option-meta {
  color: #6f675f;
}

.booking-sidebar {
  display: grid;
  gap: 24px;
  position: sticky;
  top: 118px;
}

.summary-list {
  margin: 18px 0 0;
  display: grid;
  gap: 14px;
}

.summary-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(95, 87, 80, 0.12);
}

.summary-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.summary-list dt {
  color: #685f56;
}

.summary-list dd {
  margin: 0;
  text-align: right;
  color: #17110b;
  font-weight: 600;
}

.quote-lines {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.quote-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #2a241e;
}

.quote-row strong {
  color: #17110b;
}

.quote-row.total {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(95, 87, 80, 0.16);
  font-size: 1.04rem;
}

.quote-notes {
  margin-top: 18px;
  color: #5f5750;
  line-height: 1.76;
}

.quote-notes p {
  margin: 12px 0 0;
}

.countdown {
  margin: 8px 0 18px;
  font-size: 1rem;
  line-height: 1.7;
  color: #2f2923;
}

.policy-card {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.98) 0%, rgba(28, 28, 28, 0.98) 100%);
  color: #fff;
}

.policy-card .policy-list {
  color: rgba(255, 255, 255, 0.82);
}

.status-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.status-link {
  min-width: 220px;
}

.status-note {
  margin: 10px auto 0;
  max-width: 62ch;
  color: #4f4740;
}

.status-summary {
  margin-top: 20px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(198, 152, 67, 0.2);
  background: rgba(255, 255, 255, 0.78);
  text-align: left;
}

.status-summary h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
}

.status-summary dl {
  margin: 14px 0 0;
  display: grid;
  gap: 10px;
}

.status-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(95, 87, 80, 0.12);
}

.status-summary dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.status-summary dt {
  color: #685f56;
}

.status-summary dd {
  margin: 0;
  text-align: right;
  color: #17110b;
  font-weight: 600;
}

.btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}

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

  .booking-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .booking-hero {
    padding-top: 88px;
  }

  .booking-card,
  .summary-card,
  .page-panel,
  .booking-hero-copy,
  .booking-hero-panel {
    padding: 24px;
  }

  .form-grid,
  .form-grid-compact,
  .section-head,
  .room-option-head {
    grid-template-columns: 1fr;
    display: grid;
  }

  .status-actions {
    flex-direction: column;
  }

  .checkbox-helper {
    padding-left: 0;
  }
}

@media (max-width: 520px) {
  .summary-list div,
  .quote-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .summary-list dd {
    text-align: left;
  }
}