/*
Theme Name: L'escargot
Author: Dazzle
*/
@import url("css/font-awesome.min.css");
@import url("css/flaticon.css");
@import url("css/owl.carousel.min.css");
@import url("vendor/rs-plugin/css/settings.css");
@import url("css/animate.min.css");
@import url("css/normalize.min.css");
@import url("css/bootstrap.min.css");
@import url("vendor/fancybox/jquery.fancybox.min.css");
@import url("css/jquery-ui.min.css");
@import url("css/offcanvas.css");


/* =========================================================
   L'Escargot Reservation Hero - ACF Section
   ========================================================= */
.reserve-hero-acf {
  position: relative;
  overflow: hidden;
  min-height: 850px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.reserve-hero-acf__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 35%, rgba(120, 65, 20, .25), transparent 30%),
    linear-gradient(90deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.55) 42%, rgba(0,0,0,.70) 100%);
  z-index: 1;
}

.reserve-hero-acf__inner {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  padding: 95px 42px 80px;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 38px;
  align-items: center;
}

.reserve-hero-acf__left h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(52px, 5.1vw, 86px);
  font-weight: 400;
  line-height: .98;
  margin: 0 0 20px;
  color: #fff;
  text-transform: none;
}

.reserve-hero-acf__rule {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 430px;
  margin: 0 0 25px 34px;
  color: #d6a137;
}

.reserve-hero-acf__rule span {
  height: 2px;
  background: #d6a137;
  flex: 1;
}

.reserve-hero-acf__intro {
  max-width: 560px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 1.35;
  color: #fff;
  margin: 0 0 28px;
}

.reserve-hero-acf__phones {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
  color: #d6a137;
  font-size: 18px;
}

.reserve-hero-acf__phones a {
  color: #d6a137;
  text-decoration: none;
}

.reserve-hero-acf__phones a:hover {
  color: #fff;
}

.reserve-hero-acf__form {
  max-width: 560px;
  background: rgba(255,255,255,.97);
  color: #222;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 25px 70px rgba(0,0,0,.38);
}

.reserve-hero-acf__form input,
.reserve-hero-acf__form select,
.reserve-hero-acf__form textarea {
  max-width: 100%;
}

.reserve-hero-acf__right {
  position: relative;
  min-height: 680px;
}

.reserve-hero-acf__main-chef {
  position: absolute;
  z-index: 4;
  left: 18%;
  bottom: 118px;
  width: min(430px, 48%);
  max-height: 650px;
  object-fit: contain;
  filter: drop-shadow(0 28px 35px rgba(0,0,0,.45));
}

.reserve-hero-acf__second-chef-card {
  position: absolute;
  z-index: 3;
  right: 3%;
  bottom: 218px;
  width: min(355px, 38%);
  border: 3px solid rgba(214,161,55,.65);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(0,0,0,.45);
  transform: rotate(1.5deg);
}

.reserve-hero-acf__second-chef-card img {
  display: block;
  width: 100%;
  height: auto;
}

.reserve-hero-acf__chef-text {
  position: absolute;
  z-index: 6;
  text-shadow: 0 3px 10px rgba(0,0,0,.5);
}

.reserve-hero-acf__chef-text strong {
  display: block;
  color: #d6a137;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.05;
}

.reserve-hero-acf__chef-text span {
  display: block;
  color: #fff;
  font-size: 23px;
  letter-spacing: .06em;
  margin-top: 4px;
}

.reserve-hero-acf__chef-text em {
  display: block;
  color: #d6a137;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 25px;
  font-style: normal;
  margin-top: 7px;
}

.reserve-hero-acf__chef-text--main {
  top: 38px;
  right: 13%;
}

.reserve-hero-acf__chef-text--second {
  top: 185px;
  right: 0;
}

.reserve-hero-acf__tagline {
  position: absolute;
  z-index: 5;
  left: 26%;
  right: 4%;
  bottom: 40px;
  text-align: center;
  background: #000000;
  padding: 26px 34px 28px;
  box-shadow: 0 0 40px rgba(0,0,0,.35);
}

.reserve-hero-acf__tagline:before,
.reserve-hero-acf__tagline:after {
  content: "";
  position: absolute;
  top: 0;
  width: 45%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d6a137, transparent);
}

.reserve-hero-acf__tagline:before { left: 0; }
.reserve-hero-acf__tagline:after { right: 0; }

.reserve-hero-acf__tagline p {
  margin: 0;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  line-height: 1.18;
}

.reserve-hero-acf__tagline span {
  display: block;
  margin-top: 10px;
  color: #d6a137;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 34px;
}

@media (max-width: 1199px) {
  .reserve-hero-acf__inner {
    grid-template-columns: 45% 55%;
  }

  .reserve-hero-acf__chef-text--main {
    right: 7%;
  }

  .reserve-hero-acf__chef-text--second {
    right: 0;
  }
}

@media (max-width: 991px) {
  .reserve-hero-acf {
    min-height: auto;
  }

  .reserve-hero-acf__inner {
    grid-template-columns: 1fr;
    padding: 75px 24px 65px;
  }

  .reserve-hero-acf__left {
    text-align: center;
  }

  .reserve-hero-acf__rule,
  .reserve-hero-acf__intro,
  .reserve-hero-acf__form {
    margin-left: auto;
    margin-right: auto;
  }

  .reserve-hero-acf__phones {
    justify-content: center;
  }

  .reserve-hero-acf__right {
    min-height: 650px;
  }

  .reserve-hero-acf__main-chef {
    left: 8%;
    width: 45%;
  }

  .reserve-hero-acf__second-chef-card {
    right: 6%;
    width: 38%;
  }

  .reserve-hero-acf__chef-text--main {
    top: 10px;
    right: 10%;
  }

  .reserve-hero-acf__chef-text--second {
    top: 225px;
    right: 4%;
  }

  .reserve-hero-acf__tagline {
    left: 12%;
    right: 12%;
  }
}

@media (max-width: 650px) {
  .reserve-hero-acf__inner {
    padding: 58px 18px 48px;
  }

  .reserve-hero-acf__left h1 {
    font-size: 46px;
  }

  .reserve-hero-acf__intro {
    font-size: 19px;
  }

  .reserve-hero-acf__phones {
    font-size: 16px;
  }

  .reserve-hero-acf__form {
    padding: 20px;
    border-radius: 12px;
  }

  .reserve-hero-acf__right {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    padding-top: 10px;
  }

  .reserve-hero-acf__chef-text,
  .reserve-hero-acf__main-chef,
  .reserve-hero-acf__second-chef-card,
  .reserve-hero-acf__tagline {
    position: relative;
    inset: auto;
    transform: none;
  }

  .reserve-hero-acf__chef-text {
    text-align: center;
  }

  .reserve-hero-acf__main-chef {
    width: 70%;
    max-width: 320px;
    order: 2;
    bottom: auto;
    left: auto;
  }

  .reserve-hero-acf__second-chef-card {
    width: 86%;
    max-width: 360px;
    order: 4;
  }

  .reserve-hero-acf__chef-text--main {
    order: 1;
  }

  .reserve-hero-acf__chef-text--second {
    order: 3;
  }

  .reserve-hero-acf__tagline {
    order: 5;
    width: 100%;
    padding: 22px;
  }

  .reserve-hero-acf__tagline p,
  .reserve-hero-acf__tagline span {
    font-size: 25px;
  }
}
