.route-book {
  background: #020609;
}

.inner-header {
  position: relative;
  z-index: 10;
  background: #020609;
}

.inner-header .nav-cta[aria-current="page"] {
  border-color: var(--action);
  background: var(--action);
}

.booking-hero {
  position: relative;
  display: grid;
  min-height: 930px;
  grid-template-columns: minmax(430px, 0.85fr) minmax(520px, 1.15fr);
  align-items: start;
  gap: clamp(54px, 7vw, 120px);
  overflow: hidden;
  padding: 110px var(--gutter) 160px;
  background:
    radial-gradient(circle at 22% 36%, rgba(188, 37, 31, 0.14), transparent 25%),
    linear-gradient(112deg, #050a0d 0%, #091014 58%, #020609 100%);
}

.booking-hero::before {
  position: absolute;
  top: 78px;
  right: var(--gutter);
  bottom: 126px;
  width: min(38vw, 580px);
  border-top: 1px solid rgba(255, 255, 255, 0.23);
  border-right: 1px solid rgba(255, 255, 255, 0.23);
  content: "";
  pointer-events: none;
}

.booking-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 9, 0.38), rgba(2, 6, 9, 0.96) 61%),
    linear-gradient(180deg, rgba(2, 6, 9, 0.12), #020609 96%),
    url("../assets/editorial/morning-doorway.webp") 18% center / cover no-repeat;
  opacity: 0.7;
}

@media (max-width: 820px) {
  .booking-image {
    background:
      linear-gradient(180deg, rgba(2, 6, 9, 0.3), #020609 58%),
      url("../assets/editorial/morning-doorway.webp") center top / auto 620px no-repeat;
    opacity: 0.58;
  }
}

.booking-intro {
  position: sticky;
  top: 48px;
  z-index: 2;
  padding-top: 38px;
}

.booking-intro .t-eyebrow {
  margin: 0 0 26px;
  color: var(--action);
}

.booking-intro h1 {
  margin: 0;
}

.booking-intro > p:last-of-type {
  max-width: 58ch;
  margin: 30px 0 0;
  color: rgba(245, 242, 235, 0.75);
}

.booking-signal {
  position: relative;
  width: min(360px, 80%);
  height: 120px;
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.booking-signal::before,
.booking-signal span {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--action);
}

.booking-signal::before {
  top: -4px;
  left: 0;
}

.booking-signal span {
  right: -4px;
  bottom: -4px;
}

.booking-form {
  position: relative;
  z-index: 3;
  display: grid;
  padding: clamp(30px, 4vw, 52px);
  border-top: 4px solid var(--action);
  background: #f5f2eb;
  box-shadow: 0 48px 110px rgba(0, 0, 0, 0.4);
  color: #101518;
}

.booking-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(16, 21, 24, 0.2);
}

.booking-form-head p,
.booking-form-head span {
  margin: 0;
}

.booking-form-head p {
  color: var(--action);
}

.booking-form label {
  margin: 22px 0 10px;
}

.booking-form .optional {
  color: rgba(16, 21, 24, 0.54);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 21, 24, 0.28);
  border-radius: var(--radius-control);
  background: #fff;
  color: #101518;
}

.booking-form input,
.booking-form select {
  min-height: 54px;
  padding: 12px 15px;
}

.booking-form textarea {
  min-height: 130px;
  padding: 15px;
  resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--action);
  outline: 3px solid rgba(188, 37, 31, 0.12);
}

.booking-form .button {
  width: 100%;
  margin-top: 30px;
}

.form-note {
  margin: 26px 0 0;
  color: rgba(16, 21, 24, 0.68);
}

.booking-base {
  position: absolute;
  right: var(--gutter);
  bottom: 0;
  left: var(--gutter);
  display: flex;
  height: 106px;
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(245, 242, 235, 0.7);
}

.fit-section,
.call-steps,
.safety-section {
  padding: 150px var(--gutter) 160px;
}

.fit-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(600px, 1.22fr);
  gap: clamp(54px, 7vw, 112px);
  background: #f5f2eb;
  color: #101518;
}

.fit-heading .section-label,
.call-steps-heading .section-label,
.safety-copy .section-label {
  margin: 0 0 24px;
  color: var(--action);
}

.fit-heading h2,
.call-steps-heading h2,
.safety-copy h2 {
  margin: 0;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(16, 21, 24, 0.2);
  border-left: 1px solid rgba(16, 21, 24, 0.2);
}

.fit-grid article {
  padding: 36px;
  border-right: 1px solid rgba(16, 21, 24, 0.2);
  border-bottom: 1px solid rgba(16, 21, 24, 0.2);
}

.fit-grid h3 {
  margin: 0;
}

.fit-grid ul {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.fit-grid li {
  position: relative;
  padding-left: 30px;
  color: rgba(16, 21, 24, 0.76);
}

.fit-grid li + li {
  margin-top: 22px;
}

.fit-grid li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--action);
  content: "";
}

.fit-no {
  background: rgba(16, 21, 24, 0.04);
}

.call-steps {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(600px, 1.28fr);
  gap: clamp(54px, 7vw, 112px);
  background: #080d10;
}

.call-steps-list {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.call-steps-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 26px;
  padding: 38px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.call-steps-list li > span {
  color: var(--action);
}

.call-steps-list h3 {
  margin: 0;
}

.call-steps-list p {
  max-width: 62ch;
  margin: 12px 0 0;
  color: rgba(245, 242, 235, 0.72);
}

.safety-section {
  display: grid;
  grid-template-columns: minmax(0, 820px);
  gap: clamp(38px, 6vw, 90px);
  background:
    linear-gradient(90deg, rgba(188, 37, 31, 0.11), transparent 46%),
    #020609;
}

.safety-copy > p:not(.section-label) {
  max-width: 72ch;
  margin: 28px 0 0;
  color: rgba(245, 242, 235, 0.75);
}

@media (max-width: 1000px) {
  .booking-hero,
  .fit-section,
  .call-steps {
    grid-template-columns: 1fr;
  }

  .booking-intro {
    position: static;
  }

  .booking-signal {
    display: none;
  }
}

@media (max-width: 700px) {
  .inner-header .site-nav > a:not(.nav-cta) {
    display: none;
  }

  .booking-hero {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 156px;
  }

  .booking-hero::before {
    top: 36px;
    width: 46vw;
  }

  .booking-base {
    height: 116px;
    flex-wrap: wrap;
    align-content: center;
  }

  .fit-section,
  .call-steps,
  .safety-section {
    padding-top: 112px;
    padding-bottom: 120px;
  }

  .fit-grid {
    grid-template-columns: 1fr;
  }

  .fit-grid article {
    padding: 28px 24px;
  }

  .safety-section {
    grid-template-columns: 1fr;
  }

}
