.page--contact {
  background: #f3f2f0;
}

.contact-page {
  background: #f3f2f0;
  padding: clamp(116px, 8vw, 148px) clamp(20px, 3vw, 48px) clamp(44px, 5vw, 76px);
}

.contact-page__hero {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(96px, 1fr) auto minmax(96px, 1fr);
  align-items: center;
  justify-items: center;
  column-gap: clamp(14px, 1.8vw, 32px);
}

.contact-page__leaf {
  width: clamp(90px, 6.5vw, 126px);
  height: auto;
  user-select: none;
  pointer-events: none;
}

.contact-page__leaf--left {
  justify-self: end;
  transform: scaleX(-1);
}

.contact-page__leaf--right {
  justify-self: start;
}

.contact-page__title {
  margin: 0;
  font-family: "Allura", "Above The Beyond Script", "Brush Script MT", cursive;
  font-size: clamp(54px, 4vw, 76px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.contact-page__form-section {
  width: min(100%, 820px);
  margin: clamp(30px, 3.2vw, 48px) auto 0;
  scroll-margin-top: 96px;
}

.contact-page__form-loading {
  margin: 0;
  color: #514b46;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.contact-page__form-loading a {
  color: inherit;
  text-underline-offset: 3px;
}

.contact-page__form-section .footer-contact {
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(91, 75, 63, 0.14);
  border-radius: clamp(20px, 2vw, 28px);
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 18px 50px rgba(70, 56, 46, 0.06);
}

.contact-page__form-section .footer-contact__leaf {
  top: clamp(-48px, -3.3vw, -34px);
  left: clamp(18px, 2vw, 28px);
  width: clamp(70px, 5.2vw, 94px);
}

.page--contact.has-relocated-contact-form .site-footer__grid {
  grid-template-columns: minmax(0, 1040px);
  justify-content: center;
}

.page--contact.has-relocated-contact-form .footer-reviews {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}

.page--contact .site-footer__main {
  padding-top: clamp(36px, 2.9vw, 56px);
}

.page--contact .site-footer__quote {
  margin-top: 0;
  margin-bottom: clamp(22px, 2vw, 36px);
  font-size: clamp(50px, 3.8vw, 76px);
  font-weight: 400;
  line-height: 1.04;
}
