html {
  background: #f6ede3;
  scroll-padding-top: 5rem;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #f6ede3;
}

.site-nav {
  height: 4.85rem;
  background: #f6ede3;
  z-index: 40;
}

.reserva {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100dvh;
  padding: calc(4.85rem + 0.55rem + 160px + 2.4rem) 6vw 3rem;
  background: #f6ede3;
}

.reserva__logo {
  position: absolute;
  top: calc(4.85rem + 0.55rem);
  left: 4.5vw;
  z-index: 2;
  display: block;
  width: 160px;
  height: auto;
  color: inherit;
  text-decoration: none;
}

.reserva__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.reserva__wrap {
  max-width: 70rem;
  margin: 0 auto;
}

.reserva__title {
  margin: 0 0 2.1rem;
  scroll-margin-top: 5.5rem;
  font-family: Montserrat, "Segoe UI", sans-serif;
  font-size: clamp(1.7rem, 3.2vw, 2.15rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #161310;
}

.reserva__embed {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 48rem;
  height: auto;
  overflow: visible;
}

.reserva__embed .cal-inline-container,
.reserva__embed .cal-inline {
  width: 100%;
  height: auto;
  max-height: none;
  overflow: visible;
}

.reserva__embed iframe {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  border: 0;
}

.reserva__fallback {
  position: relative;
  z-index: 1;
  margin: 1.85rem 0 0;
  text-align: center;
}

.reserva__fallback a {
  font-family: Montserrat, "Segoe UI", sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #b60816;
}

.site-footer {
  position: relative;
  z-index: 1;
  background: #f6ede3;
}

@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  html {
    scroll-padding-top: 4.6rem;
  }

  .site-nav {
    height: 4.6rem;
  }

  .reserva {
    padding: calc(4.6rem + 0.35rem + 108px + 1.85rem) 1.25rem 2.5rem;
  }

  .reserva__logo {
    top: calc(4.6rem + 0.35rem);
    left: 1.2rem;
    width: 108px;
  }

  .reserva__title {
    margin-bottom: 1.55rem;
    font-size: 1.55rem;
    scroll-margin-top: 5rem;
  }

  .reserva__embed {
    min-height: 40rem;
  }
}
