:root {
  --ink: #08090b;
  --ink-soft: #11131a;
  --paper: #ffffff;
  --primary: #216ff3;
  --primary-600: #1a5bcf;
  --gray-50: #f6f7f9;
  --gray-200: #e5e7eb;
  --gray-500: #8b8f98;
  --gray-700: #4d515a;
  --font-display: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  --container: 1380px;
  --ease: cubic-bezier(.16, .84, .44, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  min-width: 320px;
  scroll-behavior: smooth
}

body.bookingpage {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: var(--font-body);
  color: #fff;
  background: var(--ink);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased
}

body.menu-open {
  overflow: hidden
}

a {
  color: inherit;
  text-decoration: none
}

button {
  font: inherit;
  cursor: pointer
}

img,
iframe,
svg {
  display: block;
  max-width: 100%
}

ul {
  margin: 0;
  padding: 0;
  list-style: none
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 1.02;
  letter-spacing: -.04em
}

p {
  margin: 0
}

.wrap {
  width: min(calc(100% - 56px), var(--container));
  margin-inline: auto
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: transform .18s var(--ease), background .18s ease, border-color .18s ease
}

.btn:hover {
  transform: translateY(-2px)
}

.btn-primary {
  color: #fff;
  background: var(--primary)
}

.btn-primary:hover {
  background: var(--primary-600)
}

.btn-ghost-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .14)
}

.eyebrow {
  margin-bottom: 18px;
  color: #4f8dff;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 500;
  padding: 18px 0 0
}

.site-header .wrap {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 22px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  background: rgba(8, 9, 11, .22);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px)
}

.logo {
  display: flex;
  align-items: center;
  flex: none
}

.logo-mark {
  width: 100px;
  height: 50px;
  background: url('/logos/1transparent/1_white.png') center/contain no-repeat
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 34px
}

.main-nav a,
.header-home {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 600
}

.main-nav a:hover,
.header-home:hover {
  color: #fff
}

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

.header-actions .btn-primary {
  min-height: 42px;
  padding: 11px 20px
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px 10px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .08)
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 700;
  opacity: 0;
  pointer-events: none;
  background: rgba(7, 7, 8, .97);
  transition: opacity .25s ease
}

.mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto
}

.mobile-nav-panel {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: max(16px, env(safe-area-inset-top)) 20px max(22px, env(safe-area-inset-bottom))
}

.mobile-nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.mobile-nav-close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .08)
}

.mobile-nav-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.mobile-nav-label {
  margin-bottom: 18px;
  color: var(--primary);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase
}

.mobile-nav-content li a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(36px, 10vw, 52px);
  font-weight: 600;
  letter-spacing: -.04em
}

.mobile-nav-actions {
  display: grid;
  gap: 10px;
  margin-top: 30px
}

.booking-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 112px 0 0;
  background: radial-gradient(circle at 42% 2%, rgba(42, 75, 220, .58), transparent 35%), radial-gradient(circle at 90% 10%, rgba(26, 44, 135, .42), transparent 34%), linear-gradient(180deg, #142060 0%, #0e1648 31%, #05070d 82%, #050607 100%)
}

.booking-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, .014) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent 80%)
}

.booking-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(580px, 1.08fr);
  gap: 78px;
  align-items: center;
  min-height: calc(100svh - 210px);
  padding-top: 20px;
  padding-bottom: 42px
}

.booking-copy {
  max-width: 620px;
  padding-left: 8px
}

.booking-copy h1 {
  max-width: 620px;
  font-size: clamp(54px, 5.3vw, 84px);
  font-weight: 500;
  line-height: 1.01;
  text-wrap: balance
}

.booking-copy-body {
  display: grid;
  gap: 18px;
  max-width: 590px;
  margin-top: 42px;
  color: rgba(255, 255, 255, .76);
  font-size: 18px;
  line-height: 1.62
}

.booking-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .46);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em
}

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

.booking-proof span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 5px rgba(33, 111, 243, .12)
}

.calendar-card {
  height: min(720px, calc(100svh - 150px));
  min-height: 610px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 42px 100px -42px rgba(0, 0, 0, .75)
}

.calendar-frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff
}

.booking-marquee {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 22px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, .035);
  background: rgba(0, 0, 0, .18);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%)
}

.booking-marquee-track {
  display: flex;
  align-items: center;
  gap: 72px;
  width: max-content;
  animation: marquee 30s linear infinite
}

.booking-marquee span {
  color: rgba(255, 255, 255, .24);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap
}

@keyframes marquee {
  to {
    transform: translateX(-50%)
  }
}

.what-to-expect {
  padding: 100px 0;
  background: #fff;
  color: var(--ink)
}

.expect-head {
  max-width: 760px;
  margin-bottom: 46px
}

.expect-head h2 {
  font-size: clamp(36px, 4.6vw, 56px);
  font-weight: 600;
  text-wrap: balance
}

.expect-head p {
  margin-top: 18px;
  color: var(--gray-700);
  font-size: 17px;
  line-height: 1.65
}

.expect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.expect-card {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--gray-200);
  border-radius: 20px;
  background: var(--gray-50)
}

.expect-number {
  color: var(--primary);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em
}

.expect-card h3 {
  margin-top: 42px;
  font-size: 22px;
  font-weight: 600
}

.expect-card p {
  margin-top: 11px;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.65
}

.footer-backdrop {
  padding: 0 0 18px;
  background: #fff
}

.site-footer {
  width: min(calc(100% - 28px), 1440px);
  margin-inline: auto;
  padding: 66px 58px 28px;
  border-radius: 32px;
  color: #fff;
  background: radial-gradient(circle at 90% 0, rgba(33, 111, 243, .16), transparent 28%), var(--ink)
}

.footer-top {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, .65fr);
  gap: 48px
}

.footer-brand p {
  max-width: 390px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  line-height: 1.65
}

.footer-col h4 {
  margin-bottom: 17px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0
}

.footer-col ul {
  display: grid;
  gap: 11px
}

.footer-col a {
  color: rgba(255, 255, 255, .54);
  font-size: 13px
}

.footer-col a:hover {
  color: #fff
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  color: rgba(255, 255, 255, .34);
  font-size: 12px
}

@media(max-width:1080px) {

  .main-nav,
  .header-home {
    display: none
  }

  .nav-toggle {
    display: block
  }

  .booking-shell {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 48px
  }

  .booking-copy {
    max-width: 760px
  }

  .booking-copy h1 {
    max-width: 760px
  }

  .calendar-card {
    height: 760px;
    min-height: 0
  }

  .expect-grid {
    grid-template-columns: 1fr
  }

  .footer-top {
    grid-template-columns: 1fr 1fr
  }

  .footer-brand {
    grid-column: 1/-1
  }
}

@media(max-width:680px) {
  .wrap {
    width: min(calc(100% - 30px), var(--container))
  }

  .site-header {
    padding-top: max(10px, env(safe-area-inset-top))
  }

  .site-header .wrap {
    width: calc(100% - 20px);
    height: 60px;
    padding: 0 8px 0 15px;
    /* border-radius:  */
  }

  .logo-mark {
    width: 86px;
    height: 42px
  }

  .header-actions .btn-primary {
    display: none
  }

  .booking-hero {
    min-height: auto;
    padding-top: 92px
  }

  .booking-shell {
    padding-top: 58px;
    gap: 32px
  }

  .booking-copy {
    padding-left: 0
  }

  .booking-copy h1 {
    font-size: clamp(43px, 12vw, 60px)
  }

  .booking-copy-body {
    margin-top: 28px;
    font-size: 15.5px;
    gap: 15px
  }

  .booking-proof {
    display: grid;
    gap: 12px;
    margin-top: 26px
  }

  .calendar-card {
    height: 720px;
    border-radius: 16px
  }

  .booking-marquee {
    padding: 18px 0 20px
  }

  .booking-marquee-track {
    gap: 46px
  }

  .booking-marquee span {
    font-size: 15px
  }

  .what-to-expect {
    padding: 72px 0
  }

  .expect-head {
    margin-bottom: 30px
  }

  .expect-head h2 {
    font-size: clamp(34px, 9.5vw, 46px)
  }

  .expect-head p {
    font-size: 15px
  }

  .expect-card {
    min-height: 0;
    padding: 24px 22px
  }

  .expect-card h3 {
    margin-top: 28px
  }

  .site-footer {
    width: calc(100% - 12px);
    padding: 48px 24px 24px;
    border-radius: 26px
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 34px
  }

  .footer-brand {
    grid-column: auto
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 38px
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important
  }
}

/* ===========================================================
   Desktop viewport fit
   Keeps the full booking landing section inside the first screen.
   =========================================================== */
@media (min-width:1081px) {
  .booking-hero {
    height: 100svh;
    min-height: 720px;
    padding: 96px 0 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .booking-shell {
    min-height: 0;
    height: 100%;
    grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr);
    gap: clamp(46px, 5vw, 82px);
    align-items: center;
    padding-top: 8px;
    padding-bottom: 18px;
  }

  .booking-copy {
    max-width: 600px;
    padding-left: 4px;
  }

  .booking-copy h1 {
    max-width: 590px;
    font-size: clamp(52px, 4.35vw, 72px);
    line-height: 1.01;
  }

  .booking-copy-body {
    max-width: 560px;
    gap: 14px;
    margin-top: 30px;
    font-size: clamp(15px, 1.05vw, 17px);
    line-height: 1.55;
  }

  .booking-proof {
    margin-top: 24px;
  }

  .calendar-card {
    width: 100%;
    height: min(630px, calc(100svh - 176px));
    min-height: 540px;
    max-height: 650px;
    border-radius: 10px;
  }

  .booking-marquee {
    flex: none;
    padding: 16px 0 18px;
  }

  .booking-marquee-track {
    gap: 64px;
  }

  .booking-marquee span {
    font-size: 16px;
  }
}

@media (min-width:1081px) and (max-height:820px) {
  .site-header {
    padding-top: 12px;
  }

  .site-header .wrap {
    height: 58px;
  }

  /* .logo-mark {
    width: 92px;
    height: 44px;
  } */

  .booking-hero {
    min-height: 650px;
    padding-top: 76px;
  }

  .booking-shell {
    gap: 46px;
    padding-bottom: 12px;
  }

  .booking-copy h1 {
    font-size: clamp(46px, 4vw, 64px);
  }

  .booking-copy-body {
    gap: 11px;
    margin-top: 22px;
    font-size: 14.5px;
    line-height: 1.48;
  }

  .booking-proof {
    margin-top: 18px;
    font-size: 11px;
  }

  .calendar-card {
    height: calc(100svh - 142px);
    min-height: 500px;
    max-height: 590px;
  }

  .booking-marquee {
    padding: 12px 0 14px;
  }
}

@media (min-width:1081px) and (max-height:720px) {
  .booking-proof {
    display: none;
  }

  .booking-copy-body {
    margin-top: 18px;
  }

  .calendar-card {
    min-height: 460px;
    max-height: 540px;
  }
}


@media screen and (max-width: 400px) {
  .site-footer {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .footer-backdrop {
    padding: 0;
  }
}


.site-header {
  position: fixed;
  inset: 0 0 auto;
  transition:
    transform .35s cubic-bezier(.16,.84,.44,1),
    background .25s ease,
    border-color .25s ease,
    padding .25s ease;
}

.site-header.is-hidden {
  transform: translateY(calc(-100% - 18px));
}

.site-header.is-scrolled .wrap {
  background: rgba(8, 9, 11, .82);
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
}


@media (max-width:500px){
  .calendar-card {
    min-height: 10rem;
    max-height: 35rem;
  }
}