/*
* Settings
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

*:not(dialog) {
  margin: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img:not(.logo) {
  box-shadow: rgba(172, 146, 117, 0.2) 0px 2px 5px -1px, rgba(0, 0, 0, 0.2) 0px 1px 3px -1px;
}

input,
button,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-family: "Playfair Display", "sans-serif";
  color: #5C3D22;
  line-height: 1.1;
  position: relative;
  width: fit-content;
}
h1.has-line,
h2.has-line,
h3.has-line,
h4.has-line,
h5.has-line,
h6.has-line {
  padding-bottom: 0.75rem;
}
h1.has-line:after,
h2.has-line:after,
h3.has-line:after,
h4.has-line:after,
h5.has-line:after,
h6.has-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #9A7F60;
}
h1.has-white-line,
h2.has-white-line,
h3.has-white-line,
h4.has-white-line,
h5.has-white-line,
h6.has-white-line {
  padding-bottom: 0.75rem;
}
h1.has-white-line:after,
h2.has-white-line:after,
h3.has-white-line:after,
h4.has-white-line:after,
h5.has-white-line:after,
h6.has-white-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.highlight {
  color: #9A7F60;
}

p {
  overflow-wrap: break-word;
  text-wrap: pretty;
  font-family: "Jost", "sans-serif";
  color: #5C3D22;
  line-height: 1.65;
  font-size: clamp(0.95rem, 3vw, 1.1rem);
  margin-block: 1.25rem;
  max-width: 850px;
  font-weight: 400;
}
p a {
  color: #5C3D22;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

.subtitle {
  color: #9A7F60;
  font-family: "Jost", "sans-serif";
  font-size: 1.05rem;
  letter-spacing: 10%;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) {
  .subtitle {
    font-size: 1.25rem;
  }
}

h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.75rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.8rem;
  }
}

h6 {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h6 {
    font-size: 1.75rem;
  }
}

body {
  background-color: #FAF7F2;
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}
body.logged-in header {
  top: 31.5px;
}
body.home .site-content__wrapper section:first-child {
  padding-top: 0;
}

main {
  flex: 1;
}

.container {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  max-width: 1400px;
}
.container--hero {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

section,
.section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  section,
  .section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  section,
  .section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  section,
  .section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
section.section--large,
.section.section--large {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 992px) {
  section.section--large,
  .section.section--large {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
section.section--small,
.section.section--small {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  section.section--small,
  .section.section--small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.blocks-treatments__intro {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .blocks-treatments__intro {
    margin-bottom: 2.5rem;
  }
}
.blocks-treatments__cards {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1.5rem;
  grid-template-rows: 1fr;
}
@media (min-width: 768px) {
  .blocks-treatments__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blocks-treatments__card {
  background-color: #F2EDE4;
  padding: 1.5rem;
  border-top: 2px solid #9A7F60;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .blocks-treatments__card {
    padding: 2rem;
  }
}
.blocks-treatments__card:hover, .blocks-treatments__card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.blocks-treatments__card-title {
  margin-bottom: 0.35rem;
  font-weight: 500;
  color: rgba(92, 61, 34, 0.85);
  text-wrap: balance;
}
.blocks-treatments__card-time {
  font-family: "Jost", "sans-serif";
  color: #9A7F60;
  letter-spacing: 0.5px;
  font-style: italic;
}
.blocks-treatments__card-text p {
  font-size: 1rem;
}
.blocks-treatments__card-text p a {
  text-decoration: none;
}
.blocks-treatments__card-price {
  color: rgba(92, 61, 34, 0.65);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15px;
  margin-top: auto;
}
@media (min-width: 768px) {
  .blocks-treatments__card-price {
    font-size: 1.2rem;
  }
}

.blocks-text-image {
  position: relative;
}
.blocks-text-image:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #EFE8DB;
  height: 77.5%;
}
@media (min-width: 992px) {
  .blocks-text-image:after {
    height: 70%;
  }
}
.blocks-text-image__inner {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 768px) {
  .blocks-text-image__inner {
    grid-template-columns: 1fr;
    align-items: stretch;
    margin: 0 2.5rem;
  }
}
@media (min-width: 992px) {
  .blocks-text-image__inner {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
    margin: 0 4rem;
  }
}
.blocks-text-image__media {
  position: relative;
  overflow: hidden;
  order: -1;
}
@media (min-width: 992px) {
  .blocks-text-image__media {
    order: 0;
  }
}
.blocks-text-image__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 576px) {
  .blocks-text-image__image {
    max-height: 450px;
  }
}
@media (min-width: 992px) {
  .blocks-text-image__image {
    aspect-ratio: 1;
    order: 0;
    max-height: 100%;
  }
}
.blocks-text-image__content {
  background-color: #9A7F60;
  padding: 1.5rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .blocks-text-image__content {
    padding: 2.5rem;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .blocks-text-image__content {
    margin-left: -25%;
    padding: 2.5rem;
  }
}
.blocks-text-image__subtitle {
  color: #fff;
}
.blocks-text-image__title {
  margin-bottom: 1.5rem;
  color: #fff;
}
.blocks-text-image__title .highlight {
  color: #fff;
}
.blocks-text-image__text p {
  color: #fff;
}

.blocks-banner {
  position: relative;
}
.blocks-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(154, 127, 96, 0.65);
  z-index: 2;
  pointer-events: none;
}
.blocks-banner__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.blocks-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.blocks-banner__content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .blocks-banner__content {
    padding: 3.5rem;
  }
}
@media (min-width: 992px) {
  .blocks-banner__content {
    padding: 4.5rem;
  }
}
.blocks-banner__title {
  color: #fff;
  max-width: 350px;
}
.blocks-banner__title .highlight {
  color: #fff;
}
.blocks-banner__text p {
  color: #fff;
  max-width: 500px;
}
.blocks-banner__cta {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.blocks-contact__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
}
@media (min-width: 992px) {
  .blocks-contact__inner {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 5rem;
  }
}
.blocks-contact__text {
  max-width: 550px;
}

.btn {
  padding: 0.55rem 0.85rem;
  color: #9A7F60;
  text-decoration: none;
  border: 1px solid #9A7F60;
  transition: all 0.2s ease-in-out;
  font-family: "Jost", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8rem;
  font-weight: 400;
  display: block;
  width: fit-content;
}
@media (min-width: 576px) {
  .btn {
    font-size: 0.9rem;
    letter-spacing: 2.5px;
    padding: 0.65rem 1rem;
  }
}
.btn.btn-primary {
  border: 1px solid #9A7F60;
  color: white;
  background-color: #9A7F60;
}
.btn.btn-primary a {
  transition: all 0.2s ease-in-out;
}
.btn.btn-primary:hover {
  background-color: #5C3D22;
}
.btn.btn-primary:hover a {
  color: white;
}
.btn.btn-secondary {
  border: 1px solid #9A7F60;
}
.btn.btn-secondary:hover {
  background-color: #5C3D22;
  color: #fff;
}
.btn.btn-tertiary {
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-tertiary:hover {
  background-color: #5C3D22;
  color: #fff;
  border: 1px solid #5C3D22;
}

.hamburger-menu__button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1002;
  position: relative;
}
.hamburger-menu__line {
  width: 100%;
  height: 1.5px;
  background-color: #9A7F60;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
  display: block;
}
.hamburger-menu__line:nth-child(1) {
  width: 100%;
}
.hamburger-menu__line:nth-child(2) {
  width: 75%;
}
.hamburger-menu__line:nth-child(3) {
  width: 50%;
}
.hamburger-menu__button.is-open .hamburger-menu__line {
  width: 100%;
}
.hamburger-menu__button.is-open .hamburger-menu__line:nth-child(1) {
  transform: translateY(8.25px) rotate(45deg);
}
.hamburger-menu__button.is-open .hamburger-menu__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger-menu__button.is-open .hamburger-menu__line:nth-child(3) {
  transform: translateY(-8.25px) rotate(-45deg);
}
.hamburger-menu__overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 75%;
  max-width: 360px;
  height: 100vh;
  background-color: #FAF7F2;
  z-index: 900;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 6rem 0 2.5rem;
  box-sizing: border-box;
}
.hamburger-menu__overlay.is-open {
  transform: translateX(0);
}
.hamburger-menu__overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hamburger-menu__overlay ul li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(154, 127, 96, 0.1);
  transition: all 0.2s ease-in-out;
}
.hamburger-menu__overlay ul li:hover {
  background-color: rgba(92, 61, 34, 0.1);
}
.hamburger-menu__overlay ul li a {
  font-family: "Jost", "sans-serif";
  text-transform: uppercase;
  text-decoration: none;
  color: #9A7F60;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  display: block;
  padding: 1.1rem 2.5rem;
  transition: all 0.2s ease-in-out;
}
.hamburger-menu__overlay ul li a:hover {
  color: #5C3D22;
}
.hamburger-menu__overlay ul li.btn {
  border: none;
  padding: 1.5rem 2.5rem 0;
}
.hamburger-menu__overlay ul li.btn:hover {
  background-color: transparent;
}
.hamburger-menu__overlay ul li.btn a {
  padding: 0;
}

@media (min-width: 992px) {
  .hamburger-menu {
    display: none;
  }
}
.hero {
  background-color: #EFE8DB;
  position: relative;
  overflow: visible;
}
.hero:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #FAF7F2;
  height: 20%;
  z-index: 0;
}
.hero .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .hero .container {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 2rem;
  }
}
.hero__content-wrapper {
  z-index: 1;
  position: relative;
  max-width: 550px;
  height: fit-content;
}
.hero__image-wrapper {
  position: relative;
  z-index: 1;
}
.hero__image-wrapper img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.hero__buttons {
  display: flex;
  gap: 1rem;
  flex-flow: row wrap;
}
.hero.default:before {
  display: none;
}

.ff-btn {
  padding: 0.55rem 0.85rem;
  color: #9A7F60;
  text-decoration: none;
  border: 1px solid #9A7F60;
  transition: all 0.2s ease-in-out;
  font-family: "Jost", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8rem;
  font-weight: 400;
  display: block;
  width: fit-content;
}
@media (min-width: 576px) {
  .ff-btn {
    font-size: 0.9rem;
    letter-spacing: 2.5px;
    padding: 0.65rem 1rem;
  }
}
.ff-btn.btn-primary {
  border: 1px solid #9A7F60;
  color: white;
  background-color: #9A7F60;
}
.ff-btn.btn-primary a {
  transition: all 0.2s ease-in-out;
}
.ff-btn.btn-primary:hover {
  background-color: #5C3D22;
}
.ff-btn.btn-primary:hover a {
  color: white;
}
.ff-btn.btn-secondary {
  border: 1px solid #9A7F60;
}
.ff-btn.btn-secondary:hover {
  background-color: #5C3D22;
  color: #fff;
}
.ff-btn.btn-tertiary {
  color: #fff;
  border: 1px solid #fff;
}
.ff-btn.btn-tertiary:hover {
  background-color: #5C3D22;
  color: #fff;
  border: 1px solid #5C3D22;
}
.ff-btn {
  font-weight: 400 !important;
  font-size: 0.9rem !important;
  border-radius: 0 !important;
  background-color: #9A7F60 !important;
  transition: all 0.2s ease-in-out !important;
}
.ff-btn:hover {
  background-color: #5C3D22 !important;
}

.ff-el-input--label label {
  font-family: "Jost", "sans-serif" !important;
  color: #5C3D22 !important;
  font-weight: 400 !important;
}

.ff-el-input--content input,
.ff-el-input--content textarea {
  border: 1px solid rgba(92, 61, 34, 0.25) !important;
  border-radius: 0 !important;
}

.contact-info {
  padding: 0;
  width: fit-content;
}
.contact-info__item {
  padding: 0.75rem 1rem;
  display: flex;
  font-family: "Jost", "sans-serif";
  align-items: flex-start;
  border-bottom: 1px solid #E2D5C0;
  color: #5C3D22;
  gap: 0.65rem;
}
.contact-info__item:first-child {
  border-top: 1px solid #E2D5C0;
}
.contact-info__item:nth-child(3) {
  border-bottom: none;
  padding-bottom: 0;
}
.contact-info__item i {
  color: #9A7F60;
  text-align: center;
  font-size: 1.1rem;
}
.contact-info__item a {
  color: #5C3D22;
  font-family: "Jost", "sans-serif";
  text-decoration: none;
}
.contact-info__item a:hover {
  color: #9A7F60;
}
.contact-info__times p {
  font-size: clamp(0.95rem, 3vw, 1rem);
  margin: 0;
}
.contact-info__address {
  font-style: normal;
}

.header {
  position: sticky;
  top: 0;
  box-shadow: 0 1px 1px rgba(154, 127, 96, 0.25);
  background-color: #FAF7F2;
  z-index: 1200;
}
.header .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.5rem;
}
.header__logo img {
  height: 100%;
  object-fit: contain;
  max-height: 40px;
}
@media (min-width: 768px) {
  .header__logo img {
    max-height: 55px;
  }
}
.header__menu {
  display: none;
}
.header__menu ul {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  align-items: center;
  gap: 2.5rem;
}
.header__menu ul li {
  position: relative;
}
.header__menu ul li:hover:not(.btn-secondary) a {
  color: #5C3D22;
}
.header__menu ul li a {
  font-family: "Jost", "sans-serif";
  text-transform: uppercase;
  text-decoration: none;
  color: #9A7F60;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
  letter-spacing: 2.1px;
  font-size: 0.95rem;
}
.header__menu ul li a:after {
  content: "";
  position: absolute;
  inset: 0;
}
.header__menu ul li a:hover {
  color: #fff;
}

@media (min-width: 992px) {
  .header__menu {
    display: block;
  }
}
.footer {
  background-color: #EFE8DB;
  color: #5C3D22;
}
.footer__logo {
  max-width: 185px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__intro {
  max-width: 365px;
  margin-bottom: 0;
}
.footer .footer__col-title {
  margin-bottom: 1rem;
  font-weight: 500;
}
.footer .footer__col--menu ul {
  list-style-type: none;
  padding: 0;
}
.footer .footer__col--menu ul li {
  margin-bottom: 0.75rem;
}
.footer .footer__col--menu ul li a {
  font-family: "Jost", "sans-serif";
  color: #5C3D22;
  text-decoration: none;
}
.footer .footer__col--menu ul li a:hover {
  color: #9A7F60;
}
.footer .footer__col--contact .contact-info__item {
  border: none;
  padding: 0.5rem 0;
}
.footer .main__footer {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .footer .main__footer {
    gap: 5rem;
    flex-flow: row nowrap;
  }
}

.post__footer {
  padding: 1rem 0;
  border-top: 1px solid #C9B99A;
  background-color: #EFE8DB;
}
.post__footer p {
  margin: 0;
  color: #9A7F60;
}

.booking-page__header {
  background-color: #EFE8DB;
}

.booking-page__iframe {
  width: 100%;
}

.booking-page__iframe iframe {
  width: 100%;
  min-height: 700px;
  border: 0;
  display: block;
}

.contact-page__header {
  background-color: #EFE8DB;
}

.treatments-page__header {
  background-color: #EFE8DB;
}
