.booking-page #main {
  width: min(100%, 1300px);
  margin: 0 auto;
}

.booking-page .hero {
  width: 100%;
  -webkit-mask-image: linear-gradient(#000, #000), url("../images/wave-mask.svg");
  -webkit-mask-position: center top, center bottom;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% calc(100% - 58px), 100% 58px;
  mask-composite: add;
  mask-image: linear-gradient(#000, #000), url("../images/wave-mask.svg");
  mask-position: center top, center bottom;
  mask-repeat: no-repeat;
  mask-size: 100% calc(100% - 58px), 100% 58px;
}

.booking-page .hero .section-wave-bottom {
  display: none;
}

.booking-landing-intro {
  position: relative;
  min-height: 942px;
  margin-top: -58px;
  padding: 128px 100px 120px;
  overflow: hidden;
  color: var(--e-global-color-primary);
  background: var(--e-global-color-190e127);
}

.booking-landing-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  opacity: .72;
}

.booking-landing-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-landing-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.booking-landing-heading > p {
  margin: 0;
  color: var(--e-global-color-secondary);
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
}

.booking-landing-heading h1 {
  margin: 10px 0 0;
  color: var(--e-global-color-secondary);
  font-family: "Jost", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  text-transform: uppercase;
}

.booking-landing-heading > div {
  margin-top: 10px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.booking-donor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 60px;
}

.booking-donor-card {
  min-width: 0;
  padding-right: 60px;
}

.booking-donor-card + .booking-donor-card {
  padding-right: 0;
  padding-left: 60px;
  border-left: 1px solid var(--e-global-color-primary);
}

.booking-donor-card h2 {
  min-height: 110px;
  margin: 0;
  color: var(--e-global-color-primary);
  font-family: Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.booking-donor-copy {
  margin-top: 20px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

.booking-donor-copy p {
  margin: 0 0 10px;
}

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

.booking-landing-button {
  display: flex;
  width: 219px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 15px 14px 25px;
  border-radius: 10px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-primary);
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transform: translateX(-24.5px);
}

.booking-new-donor .booking-landing-button {
  margin-top: 50px;
}

.booking-returning-donor .booking-landing-button {
  margin-top: 49px;
}

.booking-landing-button img {
  width: 20px;
  height: 20px;
}

.booking-intro-wave {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 75px;
  background: var(--e-global-color-190e127);
  pointer-events: none;
  -webkit-mask: url("../images/wave-cover-mask.svg") center / 100% 100% no-repeat;
  mask: url("../images/wave-cover-mask.svg") center / 100% 100% no-repeat;
}

.booking-centres-guide {
  min-height: 542px;
  padding: 150px 80px 50px;
  color: var(--e-global-color-primary);
  background: var(--e-global-color-190e127);
}

.booking-guide-inner {
  position: relative;
  display: grid;
  max-width: 1140px;
  margin: 0 auto;
  grid-template-columns: 510px minmax(0, 1fr);
  column-gap: 121px;
  align-items: start;
}

.booking-guide-inner::after {
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 570px;
  width: 1px;
  background: var(--e-global-color-primary);
  content: "";
}

.booking-guide-inner .booking-map {
  width: 510px;
  height: 322px;
  margin-top: 10px;
}

.booking-guide-inner .booking-map-image {
  width: 510px;
  height: 322px;
}

.booking-centres-guide-map-only .booking-guide-inner {
  display: block;
  max-width: 510px;
}

.booking-centres-guide-map-only .booking-guide-inner::after {
  display: none;
}

.booking-guide-copy h2 {
  margin: -10px 0 0;
  color: var(--e-global-color-primary);
  font-family: "Jost", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.booking-guide-copy,
.booking-guide-copy p,
.booking-guide-copy li {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.booking-guide-copy p {
  margin: 0 0 10px;
}

.booking-guide-copy ul {
  margin: 0 0 14px;
  padding-left: 24px;
}

.booking-guide-copy li {
  margin-bottom: 10px;
  padding-left: 1px;
}

@media (min-width: 881px) and (max-width: 1180px) {
  .booking-page #main {
    width: calc(100% - 16px);
  }

  .booking-page .hero {
    -webkit-mask-size: 100% calc(100% - 4.462vw), 100% 4.462vw;
    mask-size: 100% calc(100% - 4.462vw), 100% 4.462vw;
  }

  .booking-landing-intro {
    min-height: 72.462vw;
    margin-top: -4.462vw;
    padding: 9.847vw 7.692vw 9.231vw;
  }

  .booking-donor-card {
    padding-right: 4.615vw;
  }

  .booking-donor-card + .booking-donor-card {
    padding-left: 4.615vw;
  }

  .booking-donor-card h2 {
    min-height: 8.462vw;
    font-size: 3.846vw;
  }

  .booking-centres-guide {
    min-height: 41.692vw;
    padding: 11.538vw 6.154vw 3.846vw;
  }

  .booking-guide-inner {
    grid-template-columns: 39.231vw minmax(0, 1fr);
    column-gap: 9.308vw;
  }

  .booking-guide-inner::after {
    left: 43.846vw;
  }

  .booking-guide-inner .booking-map,
  .booking-guide-inner .booking-map-image {
    width: 39.231vw;
    height: 24.769vw;
  }
}

@media (max-width: 880px) {
  .booking-page #main,
  .booking-page .hero {
    width: 100%;
  }

  .booking-page .hero {
    -webkit-mask-size: 100% calc(100% - 33px), 100% 33px;
    mask-size: 100% calc(100% - 33px), 100% 33px;
  }

  .booking-landing-intro {
    min-height: 0;
    margin-top: -33px;
    padding: 81px 20px 94px;
  }

  .booking-landing-background {
    opacity: .6;
  }

  .booking-landing-heading > p {
    font-size: 27px;
    line-height: 1.15;
    text-align: center;
  }

  .booking-landing-heading h1 {
    margin-top: 12px;
    font-size: 23px;
    line-height: 1.2;
    text-align: center;
  }

  .booking-landing-heading > div {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.48;
  }

  .booking-donor-grid {
    display: block;
    margin-top: 30px;
  }

  .booking-donor-card,
  .booking-donor-card + .booking-donor-card {
    padding: 0 10px;
    border: 0;
  }

  .booking-donor-card + .booking-donor-card {
    margin-top: 40px;
    padding-top: 38px;
    border-top: 1px solid var(--e-global-color-primary);
  }

  .booking-donor-card h2 {
    min-height: 0;
    font-size: 24px;
    line-height: 1.05;
  }

  .booking-donor-copy {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.48;
  }

  .booking-landing-button,
  .booking-new-donor .booking-landing-button,
  .booking-returning-donor .booking-landing-button {
    width: 100%;
    height: 42px;
    margin-top: 32px;
    padding: 11px 15px;
    transform: none;
  }

  .booking-intro-wave {
    height: 46px;
  }

  .booking-centres-guide {
    min-height: 0;
    padding: 58px 20px 70px;
  }

  .booking-guide-inner {
    display: flex;
    gap: 48px;
    flex-direction: column;
  }

  .booking-guide-inner::after {
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    height: 1px;
    width: 100%;
    transform: translateY(370px);
  }

  .booking-guide-inner .booking-map,
  .booking-guide-inner .booking-map-image {
    width: 100%;
    height: auto;
  }

  .booking-guide-copy h2 {
    margin: 0 0 4px;
    font-size: 32px;
    line-height: 1.08;
    text-align: center;
  }

  .booking-guide-copy,
  .booking-guide-copy p,
  .booking-guide-copy li {
    font-size: 16px;
    line-height: 1.48;
  }
}
