.home-reservation-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 24px;
  padding: clamp(70px, 9vw, 140px) 0;
  background: #f8f1e7;
  color: #000;
}

.home-reservation-section::before {
  position: absolute;
  top: -180px;
  left: -180px;
  width: 460px;
  height: 460px;
  border: 1px solid #000;
  border-radius: 50%;
  content: '';
  opacity: 0.12;
  pointer-events: none;
}

.home-reservation-section .container {
  position: relative;
  z-index: 1;
}

.home-reservation-intro {
  position: sticky;
  top: 40px;
  padding-right: clamp(0px, 5vw, 70px);
}

.home-reservation-eyebrow {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-reservation-eyebrow::before {
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-right: 12px;
  background: #000;
  content: '';
  vertical-align: middle;
}

.home-reservation-title {
  margin: 0;
  font-size: clamp(44px, 5.5vw, 82px);
  font-weight: 500;
  line-height: 1.05;
  color: #000;
}

.home-reservation-form {
  width: 100%;
}

.home-reservation-form > .container,
.home-reservation-form form > .container {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .home-reservation-section {
    padding: 70px 0;
  }

  .home-reservation-intro {
    position: static;
    padding-right: 0;
  }

  .home-reservation-title {
    max-width: 700px;
  }
}

@media (max-width: 575.98px) {
  .home-reservation-section {
    padding: 50px 0;
  }

  .home-reservation-title {
    font-size: clamp(38px, 12vw, 54px);
  }
}
