:root {
  --booking-deep: #0d0f14;
  --booking-black: #0a0a0a;
  --booking-mist: #181b22;
  --booking-stone: #272a33;
  --booking-gold: #c9a84c;
  --booking-fog: #aeb0b7;
  --booking-bone: #e8e4dc;
  --booking-white: #f5f2eb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body.booking-page {
  margin: 0;
  overflow-x: hidden;
  color: var(--booking-bone);
  background: var(--booking-deep);
  font-family: Raleway, Arial, sans-serif;
}
.booking-page a { color: inherit; }
.booking-container { width: min(100% - 64px, 1320px); margin-inline: auto; }
.booking-eyebrow {
  margin: 0 0 20px;
  color: var(--booking-gold);
  font: 600 11px/1.4 Raleway, Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.booking-hero {
  position: relative;
  min-height: min(900px, 100svh);
  padding: 154px max(32px, calc((100vw - 1320px) / 2)) 96px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.booking-hero__background,
.booking-hero__veil { position: absolute; inset: 0; }
.booking-hero__background {
  z-index: -3;
  background: url('/images/home/hero-panorama.webp') center 42% / cover no-repeat;
  transform: scale(1.02);
}
.booking-hero__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 9, 12, .94) 0%, rgba(8, 9, 12, .80) 40%, rgba(8, 9, 12, .28) 73%, rgba(8, 9, 12, .58) 100%),
    linear-gradient(0deg, var(--booking-deep) 0%, transparent 34%);
}
.booking-hero__content { width: min(760px, 100%); position: relative; z-index: 1; }
.booking-breadcrumbs {
  display: flex;
  gap: 10px;
  margin-bottom: clamp(54px, 8vh, 104px);
  color: rgba(232, 228, 220, .62);
  font: 500 11px/1.4 Raleway, Arial, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.booking-breadcrumbs a { text-decoration: none; }
.booking-breadcrumbs a:hover,
.booking-breadcrumbs a:focus-visible { color: var(--booking-gold); }
.booking-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--booking-white);
  font: 400 clamp(58px, 7vw, 104px)/.88 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -2px;
}
.booking-hero h1 em { color: var(--booking-gold); font-weight: 400; }
.booking-lead {
  max-width: 680px;
  margin: 34px 0 0;
  color: rgba(232, 228, 220, .88);
  font: 400 clamp(18px, 1.7vw, 23px)/1.65 "EB Garamond", Georgia, serif;
}
.booking-hero__actions,
.booking-contact__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.booking-button {
  min-height: 52px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--booking-gold);
  font: 600 11px/1.3 Raleway, Arial, sans-serif;
  letter-spacing: 1.7px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s, background .2s, transform .2s;
}
.booking-button:hover,
.booking-button:focus-visible { transform: translateY(-2px); }
.booking-button--primary { color: var(--booking-black); background: var(--booking-gold); }
.booking-button--primary:hover,
.booking-button--primary:focus-visible { background: var(--booking-white); border-color: var(--booking-white); }
.booking-button--secondary { color: var(--booking-white); background: rgba(10, 10, 10, .28); }
.booking-button--secondary:hover,
.booking-button--secondary:focus-visible { color: var(--booking-black); background: var(--booking-white); border-color: var(--booking-white); }
.booking-hero__notice {
  max-width: 570px;
  margin: 25px 0 0;
  color: rgba(232, 228, 220, .56);
  font: 400 12px/1.6 Raleway, Arial, sans-serif;
}
.booking-scroll {
  position: absolute;
  right: max(32px, calc((100vw - 1320px) / 2));
  bottom: 64px;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: rgba(232, 228, 220, .72);
  font: 500 9px/1 Raleway, Arial, sans-serif;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.booking-scroll i { width: 1px; height: 54px; background: linear-gradient(var(--booking-gold), transparent); }

.booking-intro { padding: 116px 0 84px; }
.booking-intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.booking-intro h2,
.booking-section-heading h2,
.booking-quiz h2,
.booking-contact h2 {
  margin: 0;
  color: var(--booking-white);
  font: 400 clamp(44px, 5vw, 74px)/.98 "Cormorant Garamond", Georgia, serif;
}
.booking-intro__copy { max-width: 670px; padding-top: 28px; border-top: 1px solid rgba(201, 168, 76, .28); }
.booking-intro__copy p {
  margin: 0 0 17px;
  color: var(--booking-fog);
  font: 400 18px/1.75 "EB Garamond", Georgia, serif;
}

.booking-directions { padding-bottom: 128px; }
.booking-direction-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(201, 168, 76, .18); border-left: 1px solid rgba(201, 168, 76, .18); }
.booking-direction-card {
  min-height: 410px;
  padding: 38px 42px 43px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(201, 168, 76, .18);
  border-bottom: 1px solid rgba(201, 168, 76, .18);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(35, 38, 47, .74), rgba(13, 15, 20, .96));
  isolation: isolate;
}
.booking-direction-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .16;
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
  transition: opacity .35s, transform .5s;
}
.booking-direction-card--route::before { background-image: url('/images/home-v2/stairway-sky.jpg'); }
.booking-direction-card--camp::before { background-image: url('/images/home/hero-panorama.webp'); }
.booking-direction-card--program::before { background-image: url('/images/home-v2/valentina.jpg'); }
.booking-direction-card--group::before { background-image: url('/images/home-v2/amphitheater.jpg'); }
.booking-direction-card:hover::before { opacity: .26; transform: scale(1.035); }
.booking-direction-card__number {
  color: rgba(201, 168, 76, .48);
  font: 400 38px/1 "Cormorant Garamond", Georgia, serif;
}
.booking-card-label {
  margin: 0 0 13px;
  color: var(--booking-gold);
  font: 600 10px/1.3 Raleway, Arial, sans-serif;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.booking-direction-card h2 { margin: 0; color: var(--booking-white); font: 400 clamp(34px, 3.1vw, 51px)/1 "Cormorant Garamond", Georgia, serif; }
.booking-direction-card p:not(.booking-card-label) { max-width: 490px; margin: 19px 0 25px; color: rgba(232, 228, 220, .68); font: 400 16px/1.7 "EB Garamond", Georgia, serif; }
.booking-direction-card a,
.booking-text-link {
  color: var(--booking-bone);
  font: 600 10.5px/1.4 Raleway, Arial, sans-serif;
  letter-spacing: 1.8px;
  text-decoration: none;
  text-transform: uppercase;
}
.booking-direction-card a span,
.booking-text-link span { margin-left: 10px; color: var(--booking-gold); }
.booking-direction-card a:hover,
.booking-direction-card a:focus-visible,
.booking-text-link:hover,
.booking-text-link:focus-visible { color: var(--booking-gold); }

.booking-quiz {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: var(--booking-bone);
  background:
    radial-gradient(circle at 13% 50%, rgba(201, 168, 76, .11), transparent 31%),
    linear-gradient(135deg, #171a21 0%, #0d0f14 72%);
  border-top: 1px solid rgba(201, 168, 76, .24);
  border-bottom: 1px solid rgba(201, 168, 76, .18);
}
.booking-quiz::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(38vw, 560px);
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, .045));
}
.booking-quiz__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 110px 1fr auto; gap: 44px; align-items: center; }
.booking-quiz__mark {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 168, 76, .52);
  border-radius: 50%;
  color: var(--booking-gold);
  font: 400 35px/1 "Cormorant Garamond", Georgia, serif;
}
.booking-quiz .booking-eyebrow { margin-bottom: 10px; color: var(--booking-gold); }
.booking-quiz h2 { color: var(--booking-white); font-size: clamp(38px, 4vw, 58px); }
.booking-quiz__copy > p:last-child { max-width: 760px; margin: 16px 0 0; color: var(--booking-fog); font: 400 17px/1.65 "EB Garamond", Georgia, serif; }
.booking-quiz .booking-button--primary { color: var(--booking-black); background: var(--booking-gold); border-color: var(--booking-gold); }
.booking-quiz .booking-button--primary:hover,
.booking-quiz .booking-button--primary:focus-visible { color: var(--booking-black); background: var(--booking-white); border-color: var(--booking-white); }

.booking-process { padding: 128px 0; background: var(--booking-black); }
.booking-section-heading { margin-bottom: 66px; }
.booking-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(201, 168, 76, .18); }
.booking-steps li { display: grid; grid-template-columns: 120px 1fr; gap: 30px; padding: 38px 0; border-bottom: 1px solid rgba(201, 168, 76, .18); }
.booking-steps > li > span { color: var(--booking-gold); font: 400 23px/1.4 "Cormorant Garamond", Georgia, serif; }
.booking-steps h3 { margin: 0 0 9px; color: var(--booking-white); font: 400 27px/1.2 "Cormorant Garamond", Georgia, serif; }
.booking-steps p { margin: 0; max-width: 700px; color: var(--booking-fog); font: 400 15px/1.7 Raleway, Arial, sans-serif; }

.booking-programs { padding: 128px 0; }
.booking-section-heading--split { display: flex; justify-content: space-between; gap: 34px; align-items: end; }
.booking-program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.booking-program-grid article { min-height: 250px; padding: 38px; display: flex; flex-direction: column; border: 1px solid rgba(201, 168, 76, .2); background: var(--booking-mist); }
.booking-program-grid p { margin: 0 0 26px; color: var(--booking-gold); font: 600 10px/1.4 Raleway, Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase; }
.booking-program-grid h3 { max-width: 520px; margin: 0 0 32px; color: var(--booking-white); font: 400 34px/1.12 "Cormorant Garamond", Georgia, serif; }
.booking-program-grid a { margin-top: auto; color: var(--booking-bone); font: 600 10.5px/1.4 Raleway, Arial, sans-serif; letter-spacing: 1.7px; text-decoration: none; text-transform: uppercase; }
.booking-program-grid a span { margin-left: 10px; color: var(--booking-gold); }

.booking-contact { min-height: 600px; padding: 116px 0; position: relative; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.booking-contact__background { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,6,8,.96), rgba(5,6,8,.73), rgba(5,6,8,.34)), url('/images/home-v2/dead-forest.jpg') center / cover no-repeat; }
.booking-contact__inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.booking-contact h2 { font-size: clamp(54px, 6.4vw, 92px); }
.booking-contact p:not(.booking-eyebrow) { max-width: 660px; margin: 27px 0 0; color: rgba(232,228,220,.72); font: 400 18px/1.7 "EB Garamond", Georgia, serif; }
.booking-contact__actions { justify-content: flex-end; }

.booking-page :focus-visible { outline: 2px solid var(--booking-gold); outline-offset: 4px; }

@media (max-width: 980px) {
  .booking-hero { min-height: 820px; }
  .booking-hero__veil { background: linear-gradient(90deg, rgba(8,9,12,.94), rgba(8,9,12,.65)), linear-gradient(0deg,var(--booking-deep),transparent 36%); }
  .booking-intro__grid,
  .booking-contact__inner { grid-template-columns: 1fr; gap: 44px; }
  .booking-direction-card { min-height: 390px; }
  .booking-quiz__inner { grid-template-columns: 84px 1fr; }
  .booking-quiz__mark { width: 74px; height: 74px; }
  .booking-quiz .booking-button { grid-column: 2; justify-self: start; }
  .booking-contact__actions { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .booking-container { width: min(100% - 40px, 1320px); }
  .booking-hero { min-height: 760px; padding: 126px 20px 74px; align-items: flex-end; }
  .booking-hero__background { background-position: 62% center; }
  .booking-hero__veil { background: linear-gradient(0deg, rgba(8,9,12,.98) 0%, rgba(8,9,12,.75) 62%, rgba(8,9,12,.48) 100%); }
  .booking-breadcrumbs { margin-bottom: 52px; }
  .booking-hero h1 { font-size: clamp(51px, 15vw, 70px); letter-spacing: -1px; }
  .booking-lead { font-size: 18px; }
  .booking-hero__actions { display: grid; }
  .booking-button { width: 100%; text-align: center; }
  .booking-scroll { display: none; }
  .booking-intro { padding: 84px 0 60px; }
  .booking-intro__grid { gap: 32px; }
  .booking-intro__copy { padding-top: 24px; }
  .booking-direction-grid { grid-template-columns: 1fr; }
  .booking-direction-card { min-height: 370px; padding: 30px 26px 33px; }
  .booking-directions { padding-bottom: 88px; }
  .booking-quiz { padding: 72px 0; }
  .booking-quiz__inner { grid-template-columns: 1fr; gap: 26px; }
  .booking-quiz__mark { display: none; }
  .booking-quiz .booking-button { grid-column: auto; justify-self: stretch; }
  .booking-process,
  .booking-programs { padding: 88px 0; }
  .booking-section-heading { margin-bottom: 46px; }
  .booking-steps li { grid-template-columns: 54px 1fr; gap: 16px; padding: 30px 0; }
  .booking-section-heading--split { display: grid; align-items: start; }
  .booking-program-grid { grid-template-columns: 1fr; }
  .booking-program-grid article { min-height: 230px; padding: 30px 26px; }
  .booking-contact { min-height: 640px; padding: 88px 0; }
  .booking-contact__background { background: linear-gradient(0deg, rgba(5,6,8,.98), rgba(5,6,8,.63)), url('/images/home-v2/dead-forest.jpg') 58% center / cover no-repeat; }
  .booking-contact h2 { font-size: clamp(50px, 15vw, 70px); }
  .booking-contact__actions { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .booking-button,
  .booking-direction-card::before { transition-duration: .01ms !important; }
}
