:root {
  --booking-green-900: #004704;
  --booking-green-800: #20592b;
  --booking-green-700: #48673e;
  --booking-green-100: #e6efdf;
  --booking-mint: #b5f3b8;
  --booking-cream: #f8f5ee;
  --booking-paper: #fffdf9;
  --booking-sand: #e5dbcf;
  --booking-line: #dfddd6;
  --booking-ink: #202023;
  --booking-muted: #62676c;
  --booking-blue-soft: #dcecf0;
  --booking-peach: #f5cdbb;
  --booking-shadow: 0 24px 70px rgba(32, 29, 24, 0.16);
  --booking-font-ui: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --booking-font-display: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: var(--booking-font-ui);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  color: var(--booking-ink);
  background: var(--booking-cream);
  font-family: var(--booking-font-ui);
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

body,
.booking-site-header,
.booking-site-header *,
.booking-page-content,
.booking-page-content *,
.booking-site-footer,
.booking-site-footer * {
  font-family: var(--booking-font-ui);
}

.booking-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 0 max(30px, calc((100vw - 1680px) / 2 + 56px));
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid rgba(32, 32, 35, 0.08);
  backdrop-filter: blur(16px);
}

.booking-logo {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
}

.booking-logo-mark {
  width: 42px;
  height: 42px;
  display: block;
  flex: 0 0 42px;
  overflow: hidden;
}

.booking-logo-mark img {
  width: 210px;
  height: 42px;
  display: block;
  max-width: none;
}

.booking-logo-wordmark {
  color: #050505;
  font-size: clamp(1.32rem, 2vw, 1.86rem);
  font-weight: 520;
  line-height: 1;
  white-space: nowrap;
}

.booking-logo > img {
  width: clamp(152px, 12vw, 214px);
  height: auto;
  display: block;
}

.booking-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 3vw, 54px);
}

.booking-nav a,
.booking-phone {
  text-decoration: none;
  color: var(--booking-ink);
  font-weight: 760;
  white-space: nowrap;
}

.booking-header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.booking-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
}

.booking-phone::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 3px solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(42deg);
}

.booking-btn {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  font-weight: 650;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.booking-btn:hover {
  color: inherit;
  text-decoration: none;
  transform: translateY(-1px);
}

.booking-btn-primary {
  color: #fff !important;
  background: var(--booking-green-700);
  box-shadow: 0 14px 32px rgba(32, 89, 43, 0.18);
}

.booking-btn-primary:hover {
  color: #fff;
  background: var(--booking-green-900);
}

.booking-btn-secondary {
  border: 1px solid var(--booking-line);
  background: rgba(255, 253, 249, 0.74);
}

.booking-mobile-menu {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--booking-line);
  border-radius: 6px;
  background: transparent;
}

.booking-mobile-menu span,
.booking-mobile-menu::before,
.booking-mobile-menu::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--booking-ink);
}

.booking-page-content {
  width: 100%;
}

.booking-page-content > form,
.booking-narrow {
  width: min(715px, calc(100% - 36px));
  margin: 42px auto;
  padding: 30px;
  border: 1px solid rgba(32, 32, 35, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 18px 46px rgba(38, 35, 29, 0.09);
}

.booking-hero {
  min-height: min(760px, calc(100vh - 84px));
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.booking-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(248, 245, 238, 0.66) 0 22%, rgba(248, 245, 238, 0.16) 46%, rgba(248, 245, 238, 0.34) 100%),
    url("/img/booking-new/hero-spa-background-v2.png");
  background-position: center bottom;
  background-size: cover;
}

.booking-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.26;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.42) 0 18%, transparent 42%),
    linear-gradient(180deg, transparent 0 78%, rgba(248, 245, 238, 0.1) 100%);
}

.booking-hero-inner {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(390px, 520px) minmax(650px, 820px);
  justify-content: center;
  align-items: center;
  gap: clamp(64px, 6vw, 112px);
  padding: 56px max(30px, calc((100vw - 1680px) / 2 + 56px)) 42px;
}

.booking-hero-copy {
  max-width: 530px;
  position: relative;
}

.booking-hero-copy::before {
  content: "";
  position: absolute;
  inset: -34px -42px -38px -34px;
  z-index: -1;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(248, 245, 238, 0.7), rgba(248, 245, 238, 0.18));
  pointer-events: none;
}

.booking-hero-title {
  margin: 0;
  font-family: var(--booking-font-display);
  font-size: clamp(3.7rem, 4.55vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 650;
}

.booking-hero-rule {
  width: 48px;
  height: 3px;
  margin: 28px 0;
  background: var(--booking-green-700);
}

.booking-hero-lead {
  max-width: 500px;
  margin: 0;
  color: #40474d;
  font-size: clamp(1rem, 1.06vw, 1.18rem);
  line-height: 1.52;
}

.booking-hero-lead p {
  margin: 0 0 12px;
}

.booking-hero-lead p:last-child {
  margin-bottom: 0;
}

.booking-hero-lead strong {
  color: var(--booking-ink);
  font-size: 1.08em;
}

.booking-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.booking-hero-points li {
  border: 1px solid rgba(72, 103, 62, 0.18);
  border-radius: 6px;
  padding: 10px 12px;
  background: rgba(255, 253, 249, 0.64);
  color: var(--booking-green-900);
  font-weight: 760;
}

.booking-card {
  width: 100%;
  color: var(--booking-ink);
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(32, 32, 35, 0.1);
  border-radius: 8px;
  padding: clamp(28px, 3vw, 42px);
  box-shadow: var(--booking-shadow);
}

.booking-card .progress__bar {
  display: block !important;
  height: auto;
}

.booking-card .shine-btn {
  position: relative;
}

.booking-card .shine-btn::before {
  display: none;
}

.booking-card .ripple {
  display: none !important;
  animation: none !important;
}

.booking-card .progress__section > .shine-btn {
  min-height: 0;
  padding-left: 18px;
  padding-right: 4px;
}

.booking-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--booking-line);
}

.booking-card .progress__section {
  position: static;
  width: auto;
  max-width: none;
  min-width: 0;
  padding: 0;
  margin: 0 !important;
  height: auto;
  display: block;
  background: transparent;
}

.booking-step-trigger {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 4px 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #5a5d61;
  cursor: pointer;
  font-family: var(--booking-font-ui);
  box-sizing: border-box;
  overflow: hidden;
}

.booking-card .progress__section-active .booking-step-trigger {
  border-color: rgba(72, 103, 62, 0.18);
  background: rgba(230, 239, 223, 0.42);
}

.booking-card .progress__section-confirmed .booking-step-trigger {
  border-color: rgba(72, 103, 62, 0.2);
  background: rgba(230, 239, 223, 0.62);
}

.booking-card .progress__section-active:not(.progress__section-confirmed) .booking-step-trigger {
  border-color: rgba(72, 103, 62, 0.26);
  background: rgba(255, 253, 249, 0.78);
}

.booking-step-trigger .progress__icon-wrap {
  position: static;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 34px;
  max-width: 34px;
  color: var(--booking-ink);
  background: #eeeeeb;
  overflow: hidden;
}

.booking-step-trigger .progress__icon {
  width: 100%;
  height: 100%;
  display: inline-grid;
  place-items: center;
  color: var(--booking-ink);
  font-family: var(--booking-font-ui);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
}

.booking-card .progress__section-active .booking-step-trigger,
.booking-card .progress__section-confirmed .booking-step-trigger {
  color: var(--booking-ink);
  font-weight: 780;
}

.booking-card .progress__section-confirmed .progress__icon {
  color: #fff;
}

.booking-card .progress__section-active .progress__icon-wrap,
.booking-card .progress__section-confirmed .progress__icon-wrap {
  background: var(--booking-green-700);
}

.booking-card .progress__section-active .progress__icon,
.booking-card .progress__section-confirmed .progress__icon {
  color: #fff;
}

.booking-step-copy {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.booking-step-copy .progress__title {
  display: block;
  max-width: 100%;
  margin: 0;
  font-family: var(--booking-font-ui);
  font-size: 0.98rem;
  font-weight: inherit;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.booking-step-copy .progress__subtitle {
  display: block;
  max-width: 100%;
  margin: 5px 0 0;
  color: var(--booking-muted);
  font-family: var(--booking-font-ui);
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.booking-progress-line {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 25%;
  height: 3px;
  background: var(--booking-green-700);
  transition: width 180ms ease;
}

.booking-card .progress__modal {
  display: none;
  position: static;
  width: 100%;
  max-width: none;
  margin: 22px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.booking-card .progress__modal.active {
  display: block;
}

.booking-panel-title {
  margin: 0 0 16px;
  font-size: 1.12rem;
  font-weight: 680;
}

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

.booking-option,
.booking-duration-option,
.booking-check-option {
  min-height: 104px;
  display: grid;
  grid-template-columns: 54px 1fr 24px;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--booking-line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.78);
  color: var(--booking-ink);
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.booking-duration-option {
  min-height: 98px;
  grid-template-columns: 52px minmax(0, 1fr) 24px;
}

.booking-card .progress__student {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 24px;
  align-items: center;
  justify-content: normal;
  gap: 14px;
  width: auto;
  border: 1px solid var(--booking-line);
  padding: 16px;
  background: rgba(255, 253, 249, 0.78);
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0;
}

.booking-card .progress__student::after {
  display: none;
}

.booking-check-option {
  min-height: 78px;
  grid-template-columns: 1fr;
  text-decoration: none;
}

.booking-option:hover,
.booking-duration-option:hover,
.booking-check-option:hover,
.booking-option.is-selected,
.booking-duration-option.is-selected,
.booking-check-option.is-selected,
.booking-option:has(.shine-btn),
.booking-duration-option.shine-btn {
  color: var(--booking-ink);
  text-decoration: none;
  border-color: var(--booking-green-700);
  background: linear-gradient(135deg, #fbfcf8, #f2f7ed);
  box-shadow: inset 0 0 0 1px rgba(72, 103, 62, 0.12);
}

.booking-duration-time {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--booking-green-900);
  background: var(--booking-green-100);
  font-weight: 900;
}

.booking-duration-check {
  justify-self: end;
}

.booking-duration-check,
.progress__modal__rate__btn,
.progress__modal__number__btn {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(72, 103, 62, 0.34);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: #fff;
  pointer-events: none;
}

.booking-duration-check::after,
.progress__modal__rate__btn::after,
.progress__modal__number__btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
}

.booking-duration-option.shine-btn .booking-duration-check::after {
  background: var(--booking-green-700);
}

.booking-option-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--booking-green-900);
  background: var(--booking-green-100);
  font-weight: 900;
  font-size: 1.18rem;
}

.booking-option-icon.sun {
  color: #a87624;
  background: #efe4d1;
}

.booking-option-icon.sunset {
  background: var(--booking-peach);
}

.booking-option-icon.deal {
  color: #1d6679;
  background: var(--booking-blue-soft);
}

.booking-option h2,
.booking-duration-option h2,
.booking-check-option h2 {
  margin: 0 0 6px;
  font-size: 1.04rem;
  line-height: 1.2;
}

.booking-option p,
.booking-duration-option p,
.booking-check-option p {
  margin: 0;
  color: #424951;
  line-height: 1.35;
  font-size: 0.94rem;
}

.booking-option:has(.progress__modal__rate__btn.shine-btn) .progress__modal__rate__btn::after,
.booking-guest-option:has(.progress__modal__number__btn.shine-btn) .progress__modal__number__btn::after {
  background: var(--booking-green-700);
}

.booking-footer-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}

.booking-footer-actions .booking-btn-primary {
  min-width: min(320px, 100%);
  font-size: 1rem;
}

.booking-footer-actions .booking-btn-secondary {
  min-width: 150px;
}

.booking-slots-panel .booking-footer-actions {
  display: grid;
  grid-template-columns: minmax(0, 150px) minmax(0, 1fr);
}

.booking-slots-panel .booking-footer-actions .booking-btn {
  width: 100%;
  min-width: 0;
}

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

.booking-guest-option {
  min-height: 88px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 24px;
  align-items: center;
  justify-items: stretch;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--booking-line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.78);
  cursor: pointer;
  text-align: left;
}

.booking-card .progress__modal__number__btn__wrap::before {
  display: none;
}

.booking-guest-option:hover,
.booking-guest-option.is-selected,
.booking-guest-option:has(.shine-btn) {
  border-color: var(--booking-green-700);
  background: linear-gradient(135deg, #fbfcf8, #f2f7ed);
}

.booking-guest-label {
  display: block;
  font-weight: 760;
}

.booking-guest-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--booking-green-900);
  background: var(--booking-green-100);
  font-size: 1.15rem;
  font-weight: 900;
}

.booking-guest-note {
  display: block;
  margin-top: 4px;
  color: var(--booking-muted);
  font-size: 0.84rem;
  line-height: 1.25;
}

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

.progress__student-list {
  padding: 20px;
  border: 1px solid var(--booking-line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.8);
}

.progress__student-list table {
  width: 100%;
  margin: 0;
}

.booking-check-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(280px, 1fr);
  gap: 26px;
  align-items: start;
}

.booking-datepicker-panel,
.booking-slots-panel {
  min-width: 0;
}

#datepicker {
  width: 100%;
}

.flatpickr-calendar.inline {
  width: 100%;
  border: 1px solid var(--booking-line);
  border-radius: 8px;
  box-shadow: none;
}

.flatpickr-rContainer,
.flatpickr-days,
.dayContainer {
  width: 100%;
  max-width: none;
  min-width: 0;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover {
  border-color: var(--booking-green-700);
  background: var(--booking-green-700);
}

.flatpickr-day .event {
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #039115;
  transform: translateX(-50%);
}

.flatpickr-day .event.busy {
  background: #e55555;
}

.booking-date-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 14px;
  color: var(--booking-muted);
}

.booking-date-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.booking-date-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #039115;
}

.booking-date-legend .busy i {
  background: #e55555;
}

.progress__check__wrap {
  max-height: 330px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  overflow: auto;
}

.progress__check__btn {
  min-height: 84px;
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  gap: 6px;
  align-content: center;
  padding: 14px 16px;
  border: 1px solid var(--booking-line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.78);
  color: var(--booking-ink) !important;
  text-decoration: none !important;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease;
}

.progress__check__btn:hover {
  border-color: var(--booking-green-700);
  background: linear-gradient(135deg, #fbfcf8, #f2f7ed);
}

.progress__check__btn__title {
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.progress__check__btn__subtitle {
  color: var(--booking-muted);
  font-size: 0.9rem;
  font-weight: 400;
}

.progress__modal__title {
  margin-bottom: 16px;
  color: var(--booking-muted);
  line-height: 1.5;
}

.booking-summary-table {
  grid-column: 1 / -1;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--booking-line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.78);
}

.booking-summary-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--booking-line);
}

.booking-summary-table tr:last-child td {
  border-bottom: 0;
}

.booking-empty {
  grid-column: 1 / -1;
  padding: 20px;
  border: 1px solid var(--booking-line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.78);
}

.booking-empty h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.booking-empty p {
  margin: 0;
  color: var(--booking-muted);
  line-height: 1.45;
}

.booking-empty-muted {
  min-height: 156px;
  display: grid;
  align-content: center;
}

.booking-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 253, 249, 0.94);
  border-top: 1px solid var(--booking-line);
  border-bottom: 1px solid var(--booking-line);
  padding: 18px max(30px, calc((100vw - 1680px) / 2 + 56px));
}

.booking-trust-item {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-right: 1px solid var(--booking-line);
  text-align: left;
}

.booking-trust-item:last-child {
  border-right: 0;
}

.booking-trust-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  position: relative;
  color: var(--booking-green-900);
  background: var(--booking-green-100);
  font-weight: 900;
}

.booking-trust-icon svg {
  width: 29px;
  height: 29px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-trust-copy strong,
.booking-trust-copy span {
  display: block;
}

.booking-trust-copy {
  min-width: 0;
  line-height: 1.24;
}

.booking-trust-item strong {
  margin-bottom: 3px;
  font-size: 0.98rem;
}

.booking-trust-item span span {
  color: #4a4f55;
}

.booking-section {
  padding: 76px max(30px, calc((100vw - 1680px) / 2 + 56px));
  background: var(--booking-paper);
}

.booking-section.alt {
  background: var(--booking-cream);
}

.booking-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 32px;
}

.booking-section-head h2 {
  max-width: 620px;
  margin: 0;
  font-family: var(--booking-font-display);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  font-weight: 740;
}

.booking-section-head p {
  max-width: 430px;
  margin: 0;
  color: var(--booking-muted);
  line-height: 1.65;
}

.booking-location-section {
  background: var(--booking-paper);
}

.booking-location-story {
  display: grid;
  gap: 22px;
}

.booking-location-block {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  border-top: 1px solid rgba(32, 32, 35, 0.1);
  padding-top: 22px;
}

.booking-location-block:nth-child(even) {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
}

.booking-location-block:nth-child(even) .booking-location-photo {
  order: 2;
}

.booking-location-photo {
  min-height: 280px;
  border: 1px solid rgba(72, 103, 62, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.1), rgba(32, 32, 35, 0.1)),
    repeating-linear-gradient(135deg, rgba(72, 103, 62, 0.1) 0 12px, rgba(72, 103, 62, 0.04) 12px 24px),
    var(--booking-green-100);
  box-shadow: 0 18px 46px rgba(38, 35, 29, 0.08);
}

.booking-location-copy {
  min-width: 0;
}

.booking-location-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 2.3vw, 2.35rem);
  line-height: 1.05;
}

.booking-location-copy p {
  margin: 0 0 12px;
  color: var(--booking-muted);
  font-size: 1.03rem;
  line-height: 1.68;
}

.booking-location-copy p:last-child {
  margin-bottom: 0;
}

.booking-prices-section {
  position: relative;
}

.booking-prices-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}

.booking-prices-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--booking-green-900);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-prices-hero h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--booking-font-display);
  font-size: clamp(2.4rem, 4.4vw, 4.35rem);
  line-height: 0.98;
  font-weight: 740;
}

.booking-prices-hero p {
  max-width: 690px;
  margin: 18px 0 0;
  color: var(--booking-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.booking-location-picker {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid rgba(32, 32, 35, 0.1);
  border-radius: 8px;
  padding: 18px 20px;
  background: rgba(255, 253, 249, 0.82);
}

.booking-location-picker span {
  color: var(--booking-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-location-picker strong {
  color: var(--booking-ink);
  font-size: 1.05rem;
  line-height: 1.25;
}

.booking-price-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.booking-price-filter button {
  border: 1px solid rgba(72, 103, 62, 0.18);
  border-radius: 6px;
  padding: 10px 13px;
  background: rgba(255, 253, 249, 0.68);
  color: #384046;
  font-size: 0.92rem;
  font-weight: 760;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.booking-price-filter button:hover,
.booking-price-filter .active {
  border-color: var(--booking-green-700);
}

.booking-price-filter .active {
  color: #fff;
  background: var(--booking-green-700);
}

.booking-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.booking-price-card {
  min-width: 0;
  min-height: 100%;
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 18px;
  border: 1px solid rgba(32, 32, 35, 0.1);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 18px 46px rgba(38, 35, 29, 0.08);
}

.booking-price-card-featured {
  border-color: rgba(72, 103, 62, 0.34);
  background:
    linear-gradient(180deg, rgba(230, 239, 223, 0.92), rgba(255, 253, 249, 0.98) 42%),
    var(--booking-paper);
}

.booking-price-card-deals {
  background:
    linear-gradient(180deg, rgba(220, 236, 240, 0.72), rgba(255, 253, 249, 0.98) 46%),
    var(--booking-paper);
}

.booking-price-card.is-hidden {
  display: none;
}

.booking-price-card[data-price-category="hour"] {
  order: 1;
}

.booking-price-card[data-price-category="allday"] {
  order: 2;
}

.booking-price-card[data-price-category="night"] {
  order: 3;
}

.booking-price-card[data-price-category="deals"] {
  order: 4;
}

.booking-price-ribbon {
  position: absolute;
  top: -13px;
  left: 24px;
  border-radius: 6px;
  padding: 7px 11px;
  color: #fff;
  background: var(--booking-green-900);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-price-ribbon.subtle {
  background: #1d6679;
}

.booking-price-topline {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.booking-price-kicker {
  color: var(--booking-green-900);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-price-badge {
  max-width: 100%;
  border: 1px solid rgba(72, 103, 62, 0.2);
  border-radius: 6px;
  padding: 7px 9px;
  color: var(--booking-green-900);
  background: rgba(255, 253, 249, 0.82);
  font-size: 0.76rem;
  font-weight: 760;
  line-height: 1.15;
  white-space: nowrap;
}

.booking-price-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 1.7vw, 1.85rem);
  line-height: 1.08;
}

.booking-price-card p {
  margin: 0;
  color: var(--booking-muted);
  line-height: 1.55;
}

.booking-price-time {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.booking-price-time div {
  border: 1px solid rgba(72, 103, 62, 0.16);
  border-radius: 8px;
  padding: 13px 12px;
  background: rgba(230, 239, 223, 0.52);
}

.booking-price-time span {
  display: block;
  margin-bottom: 4px;
  color: var(--booking-muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-price-time strong {
  display: block;
  color: var(--booking-green-900);
  font-family: var(--booking-font-display);
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1;
}

.booking-price-main {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid rgba(32, 32, 35, 0.1);
  padding-bottom: 18px;
}

.booking-hour-price-stack {
  display: grid;
  gap: 10px;
}

.booking-hour-price-stack .booking-price-main {
  gap: 2px;
  border-bottom: 0;
  border-radius: 8px;
  padding: 14px 14px 13px;
  background: rgba(255, 253, 249, 0.78);
}

.booking-hour-price-stack .booking-price-main:first-child {
  background: rgba(230, 239, 223, 0.72);
}

.booking-hour-price-stack .booking-price-main em {
  margin-top: 3px;
}

.booking-price-main span {
  color: var(--booking-muted);
  font-size: 0.86rem;
  font-weight: 760;
  text-transform: uppercase;
}

.booking-price-main strong {
  color: var(--booking-green-900);
  font-family: var(--booking-font-display);
  font-size: clamp(2.2rem, 3.4vw, 3.1rem);
  line-height: 0.98;
}

.booking-price-main.compact strong {
  font-size: clamp(1.95rem, 2.8vw, 2.55rem);
}

.booking-price-main em {
  color: #424951;
  font-style: normal;
  font-weight: 650;
}

.booking-price-list,
.booking-deal-list {
  display: grid;
  gap: 10px;
}

.booking-price-list div,
.booking-deal-list div {
  display: grid;
  gap: 5px;
  border-bottom: 1px solid rgba(32, 32, 35, 0.08);
  padding-bottom: 10px;
}

.booking-price-list div {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.booking-price-list div:last-child,
.booking-deal-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.booking-price-list span,
.booking-deal-list span {
  min-width: 0;
  color: #424951;
  line-height: 1.35;
}

.booking-price-list strong,
.booking-deal-list strong {
  color: var(--booking-ink);
  font-size: 1.12rem;
  white-space: nowrap;
}

.booking-deal-list em {
  color: var(--booking-green-900);
  font-size: 1.08rem;
  font-style: normal;
  font-weight: 850;
}

.booking-price-features {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-price-features li {
  position: relative;
  padding-left: 22px;
  color: #424951;
  line-height: 1.35;
}

.booking-price-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--booking-green-700);
}

.booking-price-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  border-radius: 6px;
  padding: 0 18px;
  color: #fff;
  background: var(--booking-green-700);
  text-decoration: none;
  font-weight: 800;
}

.booking-price-cta:hover {
  color: #fff;
  background: var(--booking-green-900);
  text-decoration: none;
}

.booking-price-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(29, 102, 121, 0.15);
  border-radius: 8px;
  padding: 18px 20px;
  background: var(--booking-blue-soft);
}

.booking-price-note strong {
  color: #1d6679;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-price-note span {
  color: #31444a;
  line-height: 1.55;
}

.booking-feature-grid,
.booking-info-grid {
  display: grid;
  gap: 22px;
}

.booking-feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.booking-info-grid {
  grid-template-columns: repeat(3, 1fr);
}

.booking-feature-card {
  min-height: 360px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(32, 32, 35, 0.02), rgba(32, 32, 35, 0.55)),
    radial-gradient(circle at 30% 24%, rgba(255, 253, 249, 0.45) 0 9%, transparent 28%),
    linear-gradient(135deg, #cfc5b9 0%, #8f8175 52%, #48673e 100%);
  box-shadow: 0 18px 46px rgba(38, 35, 29, 0.12);
}

.booking-feature-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(32, 32, 35, 0.02), rgba(32, 32, 35, 0.55)),
    radial-gradient(circle at 78% 20%, rgba(181, 243, 184, 0.3) 0 8%, transparent 24%),
    repeating-linear-gradient(0deg, #a87743 0 24px, #d1a56f 25px 27px);
}

.booking-feature-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(32, 32, 35, 0.02), rgba(32, 32, 35, 0.57)),
    radial-gradient(circle at 62% 32%, rgba(209, 235, 238, 0.72) 0 8%, transparent 28%),
    linear-gradient(135deg, #c9d8d2 0%, #789083 46%, #48673e 100%);
}

.booking-feature-content {
  position: relative;
  z-index: 1;
}

.booking-feature-content small {
  color: var(--booking-mint);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-feature-content h3 {
  margin: 12px 0 9px;
  font-size: 1.5rem;
}

.booking-feature-content p {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.5;
}

.booking-info-card {
  border: 1px solid var(--booking-line);
  border-radius: 8px;
  padding: 28px;
  background: #fff;
}

.booking-info-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 26px;
  border-radius: 50%;
  color: var(--booking-green-900);
  background: var(--booking-mint);
  font-weight: 900;
}

.booking-info-card h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
}

.booking-info-card p {
  margin: 0;
  color: var(--booking-muted);
  line-height: 1.65;
}

.booking-site-footer {
  background: #1b2119;
  color: rgba(255, 253, 249, 0.82);
  padding: 56px max(30px, calc((100vw - 1680px) / 2 + 56px)) 28px;
}

.booking-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(160px, 0.8fr));
  gap: 42px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 253, 249, 0.14);
}

.booking-footer-logo img {
  width: 190px;
  height: auto;
  display: block;
}

.booking-footer-brand p {
  max-width: 360px;
  margin: 22px 0 0;
  color: rgba(255, 253, 249, 0.68);
  line-height: 1.7;
}

.booking-footer-column h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-footer-links,
.booking-footer-address {
  display: grid;
  gap: 11px;
}

.booking-footer-links a,
.booking-footer-meta a,
.booking-footer-address a {
  color: rgba(255, 253, 249, 0.76);
  text-decoration: none;
}

.booking-footer-links a:hover,
.booking-footer-meta a:hover,
.booking-footer-address a:hover {
  color: #fff;
}

.booking-footer-address {
  font-style: normal;
  line-height: 1.55;
}

.booking-footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  color: rgba(255, 253, 249, 0.58);
  font-size: 0.92rem;
}

.booking-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

@media (min-width: 1681px) {
  .booking-hero-inner {
    grid-template-columns: 455px 760px;
  }
}

@media (max-width: 1160px) {
  .booking-site-header {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
  }

  .booking-nav,
  .booking-phone {
    display: none;
  }

  .booking-nav.active {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 12px 18px;
    background: rgba(255, 253, 249, 0.98);
    border-bottom: 1px solid rgba(32, 32, 35, 0.08);
  }

  .booking-nav.active a {
    padding: 12px 0;
  }

  .booking-mobile-menu {
    display: block;
  }

  .booking-hero {
    min-height: auto;
  }

  .booking-hero-inner {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 34px;
  }

  .booking-trust-strip,
  .booking-feature-grid,
  .booking-info-grid,
  .booking-price-grid,
  .booking-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .booking-price-card-featured {
    grid-column: 1 / -1;
  }

  .booking-prices-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .booking-price-note {
    grid-template-columns: 1fr;
  }

  .booking-section-head,
  .booking-check-grid,
  .booking-location-block,
  .booking-location-block:nth-child(even) {
    display: grid;
    grid-template-columns: 1fr;
  }

  .booking-location-block:nth-child(even) .booking-location-photo {
    order: 0;
  }
}

@media (max-width: 720px) {
  .booking-site-header {
    min-height: 70px;
    padding: 0 18px;
  }

  .booking-logo {
    gap: 12px;
  }

  .booking-logo-mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .booking-logo-mark img {
    width: 170px;
    height: 34px;
  }

  .booking-logo-wordmark {
    font-size: 1.32rem;
  }

  .booking-logo > img {
    width: 142px;
  }

  .booking-header-actions .booking-btn {
    display: none;
  }

  .booking-hero-inner {
    padding: 38px 18px 28px;
    overflow: hidden;
  }

  .booking-hero-title {
    font-size: clamp(2.7rem, 12vw, 3.45rem);
    line-height: 1;
  }

  .booking-hero-copy::before {
    inset: -22px -16px -24px -18px;
  }

  .booking-hero-lead {
    font-size: 1.08rem;
  }

  .booking-hero-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .booking-hero-points li {
    min-width: 0;
    white-space: normal;
  }

  .booking-hero-points li:last-child {
    grid-column: 1 / -1;
  }

  .booking-card {
    max-width: 100%;
    padding: 20px;
    overflow: hidden;
  }

  .booking-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    overflow: visible;
    padding-bottom: 18px;
  }

  .booking-card .progress__section {
    width: auto;
  }

  .booking-progress-line {
    display: none;
  }

  .booking-step-trigger .progress__icon-wrap {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    max-width: 30px;
  }

  .booking-step-trigger .progress__icon {
    font-size: 0.86rem;
  }

  .booking-step-copy .progress__title {
    font-size: 0.9rem;
  }

  .booking-options,
  .booking-duration-grid,
  .booking-trust-strip,
  .booking-feature-grid,
  .booking-info-grid,
  .booking-price-grid,
  .booking-footer-grid {
    grid-template-columns: 1fr;
  }

  .booking-price-card-featured {
    grid-column: auto;
  }

  .booking-price-topline {
    display: grid;
    justify-content: stretch;
  }

  .booking-price-badge {
    width: fit-content;
  }

  .booking-price-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .booking-prices-hero h2 {
    font-size: clamp(2.1rem, 12vw, 3.3rem);
  }

  .booking-price-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .booking-price-filter span {
    text-align: center;
  }

  .booking-price-card {
    padding: 22px;
  }

  .booking-location-story {
    gap: 26px;
  }

  .booking-location-block {
    gap: 18px;
  }

  .booking-location-photo {
    min-height: 210px;
  }

  .booking-location-copy h3 {
    font-size: 1.55rem;
  }

  .booking-location-copy p {
    font-size: 0.98rem;
  }

  .booking-option {
    min-height: 112px;
    grid-template-columns: 52px minmax(0, 1fr) 24px;
    padding: 16px;
  }

  .booking-guests {
    grid-template-columns: 1fr;
  }

  .booking-guest-option {
    min-height: 82px;
  }

  .booking-duration-option {
    min-height: 92px;
    grid-template-columns: 50px minmax(0, 1fr) 24px;
  }

  .booking-duration-time {
    width: 50px;
    height: 50px;
  }

  .booking-option-icon {
    width: 52px;
    height: 52px;
    font-size: 1.18rem;
  }

  .booking-footer-actions {
    display: grid;
  }

  .booking-footer-actions .booking-btn {
    width: 100%;
    min-width: 0;
  }

  .booking-trust-strip {
    padding: 12px 18px;
  }

  .booking-trust-item {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--booking-line);
    padding: 14px 0;
    text-align: left;
  }

  .booking-trust-item:last-child {
    border-bottom: 0;
  }

  .booking-section {
    padding: 54px 18px;
  }

  .booking-feature-card {
    min-height: 300px;
  }

  .booking-site-footer {
    padding: 42px 18px 24px;
  }

  .booking-footer-meta {
    display: grid;
  }

  .booking-footer-legal {
    justify-content: flex-start;
  }

  .booking-page-content > form,
  .booking-narrow {
    padding: 20px;
  }
}
