:root {
  --deep: #031d1b;
  --ink: #07201d;
  --white: #f8fffb;
  --mint: #65ffd0;
  --gold: #f7cf78;
  --coral: #ff8f86;
  --red: #e6535a;
  --paper: #f5faf6;
  --line: rgba(255, 255, 255, 0.16);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--deep);
}
body {
  margin: 0;
  min-width: 0;
  color: var(--white);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  background: var(--deep);
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
.booking-page {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
}
.booking-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(
      100deg,
      rgba(2, 24, 22, 0.96),
      rgba(3, 42, 38, 0.86) 48%,
      rgba(19, 13, 23, 0.74)
    ),
    image-set(
        url("./assets/optimized/luxury-clean-hero-1672.avif") type("image/avif"),
        url("./assets/optimized/luxury-clean-hero-1672.webp") type("image/webp"),
        url("./assets/luxury-clean-hero.png") type("image/png")
      )
      center/cover;
}
.booking-glow {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}
.booking-glow i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 18px var(--mint);
  left: var(--x);
  top: var(--y);
  opacity: 0.42;
  animation: bookingParticle calc(5s + var(--i) * 80ms) ease-in-out infinite
    alternate;
}
.booking-nav {
  position: fixed;
  inset: 16px clamp(16px, 4vw, 60px) auto;
  z-index: 30;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(3, 31, 29, 0.88);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(22px);
}
.booking-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}
.booking-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 0 15px rgba(101, 255, 208, 0.32));
}
.booking-brand strong,
.booking-brand small {
  display: block;
}
.booking-brand small {
  margin-top: 3px;
  color: rgba(248, 255, 251, 0.6);
  font-size: 0.7rem;
}
.booking-back {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0 16px;
  color: rgba(248, 255, 251, 0.82);
  font-size: 0.74rem;
  font-weight: 800;
}
.booking-shell {
  width: min(1580px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(650px, 1.32fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
  padding: 130px clamp(16px, 5vw, 74px) 60px;
}
.booking-intro {
  position: sticky;
  top: 130px;
  padding-top: 34px;
}
.booking-breadcrumbs {
  display: flex;
  gap: 8px;
  color: rgba(248, 255, 251, 0.56);
  font-size: 0.7rem;
  font-weight: 700;
}
.booking-breadcrumbs a:hover {
  color: var(--mint);
}
.booking-eyebrow {
  margin: 54px 0 0;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.booking-intro h1 {
  max-width: 620px;
  margin: 18px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(4rem, 7.2vw, 7.6rem);
  line-height: 0.84;
  letter-spacing: 0;
}
.booking-lead {
  max-width: 560px;
  margin: 30px 0 0;
  color: rgba(248, 255, 251, 0.7);
  line-height: 1.75;
}
.booking-steps {
  display: grid;
  margin-top: 38px;
  border-top: 1px solid var(--line);
}
.booking-steps span {
  min-height: 62px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: rgba(248, 255, 251, 0.76);
  font-size: 0.76rem;
  font-weight: 800;
}
.booking-steps b {
  color: var(--mint);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}
.availability-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
  color: rgba(248, 255, 251, 0.58);
  font-size: 0.68rem;
  font-weight: 800;
}
.availability-legend span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.availability-legend i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 13px rgba(101, 255, 208, 0.5);
}
.availability-legend .is-reserved i {
  background: var(--red);
  box-shadow: 0 0 13px rgba(230, 83, 90, 0.5);
}
.booking-workspace {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(245, 250, 246, 0.96);
  color: var(--ink);
  box-shadow: 0 42px 130px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}
.booking-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(7, 32, 29, 0.12);
}
.booking-progress span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  background: #e9f2ec;
  color: rgba(7, 32, 29, 0.46);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}
.booking-progress span.is-active {
  color: var(--ink);
  background: #fff;
}
.booking-progress b {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.58rem;
}
.booking-panel {
  padding: clamp(18px, 3vw, 34px);
}
.calendar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.calendar-top h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
}
.calendar-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.calendar-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(7, 32, 29, 0.18);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  font-size: 1.35rem;
}
.calendar-controls strong {
  min-width: 164px;
  text-align: center;
  font-size: 0.8rem;
  text-transform: capitalize;
}
.booking-weekdays,
.booking-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.booking-weekdays {
  margin-top: 24px;
}
.booking-weekdays span {
  padding: 8px 3px;
  color: rgba(7, 32, 29, 0.46);
  text-align: center;
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
}
.booking-day {
  position: relative;
  aspect-ratio: 1;
  min-width: 0;
  border: 1px solid rgba(7, 32, 29, 0.1);
  border-radius: 0;
  padding: 7px;
  color: rgba(7, 32, 29, 0.78);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    border-color 0.18s ease;
}
.booking-day:hover:not(:disabled) {
  z-index: 1;
  border-color: #12a782;
  transform: translateY(-2px);
}
.booking-day:disabled {
  cursor: default;
}
.booking-day.is-outside {
  opacity: 0.28;
}
.booking-day.is-past {
  opacity: 0.35;
}
.booking-day.is-selected {
  z-index: 2;
  border-color: #0b8069;
  box-shadow: inset 0 0 0 2px #0b8069;
}
.booking-day > span {
  position: absolute;
  left: 8px;
  top: 7px;
  font-size: 0.68rem;
  font-weight: 900;
}
.booking-day-state {
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 7px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.booking-day-state i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 8px rgba(20, 168, 130, 0.36);
}
.booking-day-state i.is-reserved {
  background: var(--red);
}
.booking-day-state small {
  margin-left: auto;
  color: rgba(7, 32, 29, 0.46);
  font-size: 0.48rem;
  font-weight: 800;
}
.slot-section {
  margin-top: 28px;
  border-top: 1px solid rgba(7, 32, 29, 0.14);
  padding-top: 24px;
}
.slot-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}
.slot-heading h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.7rem;
}
.slot-heading span {
  color: rgba(7, 32, 29, 0.52);
  font-size: 0.68rem;
}
.public-slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}
.public-slot {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(7, 32, 29, 0.14);
  border-radius: 6px;
  padding: 11px 13px;
  color: var(--ink);
  text-align: left;
  background: #fff;
  cursor: pointer;
}
.public-slot strong,
.public-slot small {
  display: block;
}
.public-slot strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
}
.public-slot small {
  margin-top: 4px;
  color: #148c71;
  font-size: 0.6rem;
  font-weight: 900;
  text-transform: uppercase;
}
.public-slot.is-selected {
  border-color: #0b8069;
  background: #e3fff5;
  box-shadow: inset 3px 0 0 #0b8069;
}
.public-slot.is-reserved {
  color: rgba(7, 32, 29, 0.5);
  background: #fbe9e9;
  cursor: not-allowed;
}
.public-slot.is-reserved small {
  color: var(--red);
}
.no-slots {
  margin: 16px 0 0;
  border-left: 3px solid var(--gold);
  padding: 13px 14px;
  color: rgba(7, 32, 29, 0.58);
  background: #fff9e5;
  line-height: 1.5;
}
.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 28px;
  border-top: 1px solid rgba(7, 32, 29, 0.14);
  padding-top: 26px;
}
.booking-form-heading {
  grid-column: 1/-1;
}
.booking-form-heading h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
}
.booking-form-heading p {
  margin: 8px 0 0;
  color: rgba(7, 32, 29, 0.56);
  font-size: 0.78rem;
}
.booking-form label {
  display: grid;
  gap: 7px;
  color: rgba(7, 32, 29, 0.62);
  font-size: 0.68rem;
  font-weight: 900;
}
.booking-form input,
.booking-form textarea,
.booking-form select {
  width: 100%;
  min-height: 49px;
  border: 1px solid rgba(7, 32, 29, 0.18);
  border-radius: 6px;
  padding: 0 12px;
  color: var(--ink);
  background: #fff;
  outline: none;
}
.booking-form textarea {
  min-height: 104px;
  padding-top: 11px;
  resize: vertical;
}
.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus {
  border-color: #0b8069;
  box-shadow: 0 0 0 3px rgba(11, 128, 105, 0.1);
}
.booking-form .form-wide,
.consent-row,
.booking-submit-row {
  grid-column: 1/-1;
}
.consent-row {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  gap: 10px !important;
  align-items: start;
  color: rgba(7, 32, 29, 0.64) !important;
  font-weight: 600 !important;
  line-height: 1.5;
}
.consent-row input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 2px 0 0;
  accent-color: #0b8069;
}
.consent-row a {
  color: #08745f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.booking-submit-row {
  display: flex;
  align-items: center;
  gap: 18px;
}
.booking-submit {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  color: #032421;
  background: linear-gradient(135deg, var(--mint), #fff0a4 64%, var(--coral));
  box-shadow: 0 18px 48px rgba(20, 168, 130, 0.18);
  font-weight: 900;
  cursor: pointer;
}
.booking-submit:disabled {
  cursor: wait;
  opacity: 0.6;
}
.booking-submit-row small {
  color: rgba(7, 32, 29, 0.48);
  line-height: 1.45;
}
.booking-alert {
  grid-column: 1/-1;
  border-left: 3px solid #0b8069;
  padding: 12px 14px;
  color: rgba(7, 32, 29, 0.72);
  background: #e8fff6;
  line-height: 1.5;
}
.booking-alert.is-error {
  border-color: var(--red);
  background: #fff0f0;
}
.confirmation {
  min-height: 680px;
  display: grid;
  place-items: center;
  padding: clamp(28px, 6vw, 70px);
  text-align: center;
}
.confirmation-orbit {
  position: relative;
  width: 190px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
}
.confirmation-orbit::before,
.confirmation-orbit::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(11, 128, 105, 0.28);
  border-radius: 50%;
  animation: confirmSpin 10s linear infinite;
}
.confirmation-orbit::after {
  inset: 20%;
  border-color: rgba(247, 207, 120, 0.7);
  animation-direction: reverse;
  animation-duration: 6s;
}
.confirmation-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  color: #06312a;
  background: var(--mint);
  box-shadow: 0 0 60px rgba(101, 255, 208, 0.48);
  font-size: 2.2rem;
  font-weight: 900;
}
.confirmation h2 {
  margin: 30px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.9;
}
.confirmation p {
  max-width: 570px;
  margin: 20px auto 0;
  color: rgba(7, 32, 29, 0.62);
  line-height: 1.7;
}
.confirmation-details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1px;
  margin-top: 28px;
  background: rgba(7, 32, 29, 0.12);
}
.confirmation-details span {
  padding: 13px 16px;
  background: #fff;
  font-size: 0.74rem;
  font-weight: 800;
}
.confirmation a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
  border: 1px solid rgba(7, 32, 29, 0.2);
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 900;
}
.booking-demo {
  margin-top: 16px;
  border: 1px solid rgba(247, 207, 120, 0.4);
  border-radius: 6px;
  padding: 10px 12px;
  color: #5d4a1a;
  background: #fff7dd;
  font-size: 0.67rem;
  font-weight: 800;
}
.booking-loader {
  min-height: 680px;
  display: grid;
  place-items: center;
}
.loader-ring {
  width: 74px;
  height: 74px;
  border: 2px solid rgba(7, 32, 29, 0.12);
  border-top-color: #0b8069;
  border-radius: 50%;
  animation: confirmSpin 0.9s linear infinite;
}
@keyframes bookingParticle {
  to {
    transform: translate3d(24px, -40px, 0) scale(1.5);
    opacity: 0.8;
  }
}
@keyframes confirmSpin {
  to {
    rotate: 360deg;
  }
}
@media (max-width: 1080px) {
  .booking-shell {
    grid-template-columns: 1fr;
    padding-top: 112px;
  }
  .booking-intro {
    position: relative;
    top: auto;
    padding-top: 20px;
  }
  .booking-eyebrow {
    margin-top: 34px;
  }
  .booking-intro h1 {
    font-size: 5.6rem;
  }
  .booking-workspace {
    margin-top: 0;
  }
}
@media (max-width: 680px) {
  .booking-nav {
    inset: 10px 10px auto;
    min-height: 60px;
    padding: 7px 8px;
  }
  .booking-brand {
    gap: 8px;
  }
  .booking-brand img {
    width: 44px;
    height: 44px;
  }
  .booking-brand strong {
    font-size: 0.82rem;
  }
  .booking-brand small {
    font-size: 0.61rem;
  }
  .booking-back {
    min-height: 44px;
    padding: 0 11px;
    font-size: 0.65rem;
  }
  .booking-shell {
    gap: 30px;
    padding: 92px 10px 28px;
  }
  .booking-intro {
    padding: 12px 6px 0;
  }
  .booking-eyebrow {
    margin-top: 28px;
  }
  .booking-intro h1 {
    font-size: 3.55rem;
  }
  .booking-lead {
    margin-top: 22px;
    font-size: 0.88rem;
  }
  .booking-steps {
    margin-top: 28px;
  }
  .booking-workspace {
    border-radius: 8px;
  }
  .booking-progress span {
    min-height: 50px;
    padding: 7px 4px;
    font-size: 0.52rem;
  }
  .booking-progress b {
    width: 20px;
    height: 20px;
  }
  .booking-panel {
    padding: 18px 10px 22px;
  }
  .calendar-top h2 {
    font-size: 1.55rem;
  }
  .calendar-controls strong {
    min-width: 108px;
    font-size: 0.66rem;
  }
  .calendar-controls button {
    width: 40px;
    height: 40px;
  }
  .booking-weekdays {
    margin-top: 18px;
  }
  .booking-day {
    min-height: 48px;
    padding: 4px;
  }
  .booking-day > span {
    left: 5px;
    top: 4px;
    font-size: 0.58rem;
  }
  .booking-day-state {
    left: 4px;
    right: 4px;
    bottom: 4px;
    gap: 2px;
  }
  .booking-day-state i {
    width: 4px;
    height: 4px;
  }
  .booking-day-state small {
    display: none;
  }
  .slot-heading {
    align-items: start;
    flex-direction: column;
  }
  .public-slots {
    grid-template-columns: 1fr;
  }
  .booking-form {
    grid-template-columns: 1fr;
  }
  .booking-form label,
  .booking-form .form-wide,
  .consent-row,
  .booking-submit-row,
  .booking-form-heading {
    grid-column: 1;
  }
  .booking-submit-row {
    align-items: stretch;
    flex-direction: column;
  }
  .booking-submit {
    width: 100%;
  }
  .confirmation {
    min-height: 620px;
    padding: 28px 18px;
  }
  .confirmation-orbit {
    width: 150px;
  }
  .confirmation-mark {
    width: 72px;
    height: 72px;
  }
  .confirmation h2 {
    font-size: 3.4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
