/* Urban Rest refinements loaded after the vendor theme. */
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 12px 18px;
  border-radius: 8px;
  background: #fff;
  color: #2d2724;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #b58a5a !important;
  outline-offset: 3px;
}

.legal-page {
  padding: 150px 0 100px;
  background: #f6f4f2;
}

.legal-content {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(28px, 6vw, 72px);
  border: 1px solid #ded9d5;
  box-shadow: 0 12px 36px rgba(45, 35, 31, .08);
}

.legal-content h2 {
  margin-top: 32px;
  font-size: 25px;
}

.footer-legal-links {
  display: inline-flex;
  gap: 18px;
  margin-left: 20px;
}

.footer-legal-links a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reservation-reference {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 8px;
  background: rgba(87, 70, 64, .08);
}

.reservation-section {
  padding: 76px 0 100px;
  background: #f6f4f2;
}

.reservation-section #booking_form_wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.reservation-section #booking_form .reservation-panel,
.reservation-section #booking_form .reservation-summary {
  overflow: hidden;
  border: 1px solid #ded9d5 !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 12px 36px rgba(45, 35, 31, .09) !important;
}

.reservation-section #booking_form .reservation-step {
  margin-bottom: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #e9e5e2;
}

.reservation-section #booking_form .reservation-step:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.reservation-section #booking_form .reservation-step-heading {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 23px;
}

.reservation-section #booking_form .reservation-step-heading h2 {
  margin: 0 0 4px;
  color: #2d2724;
  font-size: 24px;
  line-height: 1.25;
}

.reservation-section #booking_form .reservation-step-heading p {
  color: #716a66;
  font-size: 15px;
}

.reservation-section #booking_form .reservation-step-number {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #574640;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.reservation-section #booking_form .form-label {
  display: block;
  margin-bottom: 8px;
  color: #352e2a;
  font-size: 14px;
  font-weight: 700;
}

.reservation-section #booking_form .form-control {
  width: 100%;
  min-height: 58px;
  box-sizing: border-box;
  padding: 15px 16px !important;
  border: 1px solid #bdb7b2 !important;
  border-radius: 12px !important;
  outline: 0;
  background: #fff !important;
  color: #2d2724 !important;
  font: inherit;
  box-shadow: none !important;
}

.reservation-section #booking_form .form-control:focus {
  border-color: #574640 !important;
  box-shadow: 0 0 0 3px rgba(87, 70, 64, .13) !important;
}

.reservation-section #booking_form textarea.form-control {
  min-height: 116px;
  resize: vertical;
}

.reservation-section #booking_form .guest-counter {
  height: 100%;
  padding: 18px 10px;
  border: 1px solid #ded9d5;
  border-radius: 16px;
  background: #fbfaf9;
}

.reservation-section #booking_form .guest-counter h4 {
  margin: 0 0 13px;
  color: #352e2a;
  font-size: 15px;
}

.reservation-section #booking_form .guest-counter .de-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.reservation-section #booking_form .guest-counter .d-minus,
.reservation-section #booking_form .guest-counter .d-plus {
  display: grid;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 1px solid #9e9691;
  border-radius: 50%;
  background: #fff;
  color: #352e2a;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}

.reservation-section #booking_form .guest-counter input {
  width: 34px;
  height: 36px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #2d2724;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.reservation-section #booking_form .reservation-room-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reservation-section #booking_form .reservation-room-option {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  appearance: none;
  border: 2px solid #ded9d5;
  border-radius: 18px;
  background: #fff;
  color: #2d2724;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.reservation-section #booking_form .reservation-room-option:hover {
  transform: translateY(-2px);
  border-color: #9e918a;
  box-shadow: 0 9px 22px rgba(45, 35, 31, .1);
}

.reservation-section #booking_form .reservation-room-option.is-selected {
  border-color: #574640;
  box-shadow: 0 0 0 1px #574640;
}

.reservation-section #booking_form .reservation-room-option > img {
  display: block;
  width: 100%;
  height: 190px !important;
  margin: 0;
  object-fit: cover;
  object-position: center 48%;
}

.reservation-section #booking_form .reservation-room-option-copy {
  display: flex;
  min-height: 138px;
  box-sizing: border-box;
  flex-direction: column;
  gap: 5px;
  padding: 18px;
}

.reservation-section #booking_form .reservation-room-option-copy strong {
  color: #2d2724;
  font-size: 19px;
}

.reservation-section #booking_form .reservation-room-option-copy small {
  color: #756d68;
  font-size: 13px;
  font-weight: 400;
}

.reservation-section #booking_form .reservation-room-option-copy b {
  margin-top: auto;
  color: #2d2724;
  font-size: 16px;
}

.reservation-section #booking_form .reservation-room-check {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #574640;
  color: #fff;
  opacity: 0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .25);
}

.reservation-section #booking_form .reservation-room-option.is-selected .reservation-room-check {
  opacity: 1;
}

.reservation-section #booking_form .reservation-native-select,
.reservation-section #booking_form .reservation-primary-select > .select2 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
}

.reservation-section #booking_form .reservation-primary-select {
  height: 0;
  margin: 0 !important;
}

.reservation-section #booking_form .reservation-summary {
  position: sticky;
  top: 110px;
}

.reservation-section #booking_form .reservation-summary > img {
  display: block;
  width: 100%;
  height: 285px !important;
  object-fit: cover;
  object-position: center 48%;
}

.reservation-section #booking_form .reservation-summary .subtitle {
  margin-bottom: 7px;
  color: #806b61;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.reservation-section #booking_form .reservation-summary h2 {
  color: #2d2724;
  font-size: 25px;
}

.reservation-section #booking_form .reservation-summary-rate {
  color: #2d2724;
  white-space: nowrap;
}

.reservation-section #booking_form .reservation-summary-rate strong {
  font-size: 21px;
}

.reservation-section #booking_form .reservation-summary-list {
  margin: 0;
}

.reservation-section #booking_form .reservation-summary-list > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #e9e5e2;
}

.reservation-section #booking_form .reservation-summary-list dt {
  color: #756d68;
  font-weight: 500;
}

.reservation-section #booking_form .reservation-summary-list dd {
  margin: 0;
  color: #2d2724;
  font-weight: 700;
  text-align: right;
}

.home-hero {
  isolation: isolate;
  background: #211d1a;
}

.home-hero-slides,
.home-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-slides {
  z-index: -2;
}

.home-hero-slide {
  object-fit: cover;
  transform: translate3d(100%, 0, 0) scale(1.04);
  transition: transform 1.8s cubic-bezier(.77, 0, .18, 1);
  will-change: transform;
}

.home-hero-slide.is-active {
  z-index: 2;
  transform: translate3d(0, 0, 0) scale(1.04);
  animation: home-hero-pan 7s linear forwards;
}

.home-hero-slide.is-leaving {
  z-index: 1;
  transform: translate3d(-100%, 0, 0) scale(1.04);
}

.home-hero-motion {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 5;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  background: rgba(24, 20, 18, .58);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.home-hero.is-paused .home-hero-slide {
  animation-play-state: paused;
}

@keyframes home-hero-pan {
  from { object-position: 48% 50%; }
  to { object-position: 54% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-slide {
    transition: none;
    animation: none;
  }

  .home-hero-motion {
    display: none;
  }
}

.reservation-section #booking_form .reservation-notice {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #dfdad6;
  border-radius: 13px;
  background: #f8f6f4;
}

.reservation-section #booking_form .reservation-notice strong {
  color: #352e2a;
}

.reservation-section #booking_form .reservation-notice p {
  margin-top: 4px;
  color: #716a66;
  font-size: 13px;
  line-height: 1.5;
}

.reservation-section #booking_form #send_booking {
  width: 100%;
  min-height: 55px;
  padding: 15px 20px;
  border: 0;
  border-radius: 12px;
  background: #574640;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none;
}

.reservation-section #booking_form #send_booking:hover {
  background: #3f322e;
}

@media (max-width: 991px) {
  .reservation-section {
    padding: 60px 0 80px;
  }

  .reservation-section #booking_form .reservation-summary {
    position: static;
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  .reservation-section {
    padding: 42px 0 60px;
  }

  .reservation-section #booking_form .reservation-panel {
    padding: 25px 18px !important;
  }

  .reservation-section #booking_form .reservation-room-options {
    grid-template-columns: 1fr;
  }

  .reservation-section #booking_form .reservation-room-option {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .reservation-section #booking_form .reservation-room-option > img {
    height: 100% !important;
    min-height: 155px;
  }

  .reservation-section #booking_form .reservation-room-option-copy {
    min-height: 155px;
    padding: 15px;
  }

  .reservation-section #booking_form .reservation-summary > img {
    height: 235px !important;
  }
}
