:root {
  --muva-beige: #d6c5b8;
  --muva-beige-dark: #b99c88;
  --muva-soft: #f5ece7;
  --muva-ink: #252525;
  --muva-muted: #737373;
  --muva-white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--muva-ink);
  background: #fff;
  overflow-x: hidden;
  font-size: 14px;
}

.muva-container {
  max-width: 1210px;
}

.site-header {
  height: 82px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #dedede;
  z-index: 1030;
}

.navbar {
  padding: 0;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  line-height: 0.8;
  margin-left: 58px;
  margin-top: -3px;
}

.brand span,
.footer-logo span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 74px;
  letter-spacing: -3px;
  color: #b89d8a;
  font-weight: 700;
}

.brand small,
.footer-logo small {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.navbar-nav {
  font-size: 11px;
  font-weight: 700;
  margin-top: 24px;
}

.nav-link {
  color: #737373 !important;
  padding: 0 !important;
}

.nav-link:hover {
  color: #111 !important;
}

.search-item {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #737373;
}

.search-item i {
  display: block;
  width: 143px;
  border-top: 2px solid #8e8e8e;
}

.page-block {
  position: relative;
  padding-top: 108px;
}

.compact-block {
  padding-top: 70px;
}

.rounded-panel {
  background: var(--muva-beige);
  border-radius: 34px;
}

.social-rail {
  position: fixed;
  left: calc((100vw - 1210px) / 2 + 20px);
  top: 50%;
  transform: translateY(-5%);
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.social-rail a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 13px;
}

/* =========================
   HERO
========================= */

.hero-section {
  min-height: 612px;
  padding-top: 155px;
}

.hero-card {
  height: 318px;
  margin: 0 18px;
  position: relative;
  overflow: visible;
}

.hero-copy {
  padding: 78px 0 0 86px;
  position: relative;
  z-index: 3;
}

.hero-copy h1 {
  font-size: 33px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin: 0;
}

.hero-copy h1 span {
  color: #fff;
  font-weight: 800;
}

.hero-copy p {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
  color: #393939;
  margin: 10px 0 19px;
}

.muva-btn {
  background: #f7f0ed;
  border: none;
  border-radius: 999px;
  padding: 17px 33px;
  font-size: 13px;
  font-weight: 800;
  color: #222;
  box-shadow: none;
}

.muva-btn:hover {
  background: #fff;
  color: #000;
}

.hero-model {
  position: absolute;
  right: 95px;
  top: 65px;
  width: min(520px, 45vw);
  z-index: 2;
  pointer-events: none;
}

.slider-dots {
  display: flex;
  gap: 13px;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-top: 95px;
}

.slider-dots span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--muva-beige);
}

/* =========================
   ABOUT
========================= */

.about-section {
  padding-top: 70px;
}

.about-card {
  min-height: 280px;
  margin: 0 60px;
  padding: 50px 70px;
}

.about-video,
.about-img {
  width: 430px;
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.about-card h2 {
  font-size: 46px;
  line-height: 1.06;
  color: #fff;
  font-weight: 800;
  margin: 0 0 12px;
}

.about-card p {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  color: #333;
  max-width: 420px;
  margin: 0;
}

/* =========================
   RESULTS
========================= */

.results-section h2 {
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  margin: 0 0 8px;
}

.results-section p {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
  color: #565656;
  margin-bottom: 18px;
}

.result-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.result-item {
  display: flex;
  gap: 18px;
  align-items: center;
}

.result-item img {
  width: 68px;
  height: 58px;
  border-radius: 17px;
  object-fit: cover;
}

.result-item h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}

.result-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  max-width: 490px;
}

/* =========================
   SERVICES HOME
========================= */

.services-section {
  padding-top: 88px;
  min-height: 640px;
}

.services-container {
  max-width: 820px;
}

.services-section .section-title {
  text-align: center;
  font-size: 27px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 30px;
}

.services-grid,
.services-section .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 20px;
}

.service-card {
  position: relative;
  background: transparent;
  border-radius: 0;
  height: auto;
  padding: 0;
  overflow: visible;
}

.service-content-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.service-card-body {
  background: #f1e7e1;
  border-radius: 17px;
  height: 165px;
  padding: 13px 9px 10px;
  overflow: hidden;
}

.service-card h3 {
  font-size: 14px;
  line-height: 0.95;
  font-weight: 800;
  min-height: 32px;
  margin: 0 0 8px;
  letter-spacing: -0.3px;
}

.service-card img {
  width: 100%;
  height: 105px;
  border-radius: 11px;
  object-fit: cover;
  display: block;
}

.service-more {
  height: 27px;
  border-radius: 999px;
  background: #d6c5b8;
  color: #111;
  text-decoration: none;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  margin-top: 5px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.service-card--soon .service-card-body {
  position: relative;
}

.service-content-link--disabled {
  pointer-events: none;
  cursor: default;
}

.service-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(17, 17, 17, 0.9);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 999px;
  z-index: 2;
}

.service-card--soon img {
  opacity: 0.88;
}

.service-more--disabled {
  background: #e7ddd6;
  color: #7c7068;
  pointer-events: none;
  cursor: not-allowed;
}

.service-card--soon:hover .service-more--disabled,
.service-card--soon:focus-within .service-more--disabled {
  background: #e7ddd6;
  color: #7c7068;
}
.service-card:hover .service-more,
.service-card:focus-within .service-more,
.service-more:hover,
.service-more:focus {
  background: #111;
  color: #fff;
}

/* =========================
   FACIALS PAGE
========================= */

.facials-page-section {
  padding-top: 145px;
  min-height: 535px;
}

.facials-page-container {
  max-width: 900px;
}

.service-detail-heading {
  text-align: center;
  margin-bottom: 34px;
}

.service-detail-heading h1,
.service-detail-heading h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 12px;
}

.service-detail-heading p {
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  color: #222;
  margin: 0;
}

.facial-options-row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 22px;
  align-items: flex-start;
}

.facial-option-card {
  background: #f1e7e1;
  border-radius: 18px;
  padding: 15px 10px 12px;
  min-height: 192px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  transition:
    min-height 0.25s ease,
    transform 0.2s ease;
}

.facial-option-card h3 {
  font-size: 17px;
  line-height: 0.98;
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: -0.4px;
}

.facial-option-card img {
  width: 100%;
  height: 132px;
  border-radius: 13px;
  object-fit: cover;
  display: block;
}

.facial-option-card p {
  display: none;
  font-size: 10px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
  margin: 10px 0 0;
}

.facial-option-card:hover,
.facial-option-card:focus,
.facial-option-card.is-active {
  min-height: 275px;
}

.facial-option-card:hover p,
.facial-option-card:focus p,
.facial-option-card.is-active p {
  display: block;
}

/* =========================
   EXPERIENCE
========================= */

.experience-section {
  min-height: 510px;
}

.experience-section h2 {
  font-size: 27px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 64px;
}

.experience-card {
  height: 137px;
  margin: 0 12px;
}

.experience-model {
  position: absolute;
  left: 145px;
  right: 0;
  margin: auto;
  bottom: 35px;
  width: min(850px, 82vw);
  z-index: 2;
}

.experience-btn {
  margin-top: 70px;
  position: relative;
  z-index: 3;
}

/* =========================
   TESTIMONIALS
========================= */

.testimonials-section {
  padding-top: 30px;
  overflow: hidden;
}

.testimonials-container {
  position: relative;
  max-width: 1210px;
  overflow: hidden;
}

.testimonial-controls {
  position: absolute;
  top: 8px;
  right: 55px;
  z-index: 5;
  display: flex;
  gap: 12px;
}

.testimonial-control {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #d6c5b8;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.testimonial-control:hover {
  background: #111;
  transform: scale(1.05);
}

.testimonial-slider {
  display: flex;
  gap: 16px;
  align-items: stretch;
  width: max-content;
  padding: 65px 0 12px 210px;
  transition: transform 0.55s ease;
  will-change: transform;
}

.testimonial-title-card,
.testimonial-card {
  flex: 0 0 310px;
  background: #f1e7e1;
  border-radius: 18px;
  min-height: 164px;
  padding: 24px;
}

.testimonial-title-card h2 {
  font-size: 35px;
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 34px;
}

.client-stack {
  display: flex;
  align-items: center;
}

.client-stack img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f1e7e1;
  margin-left: -10px;
}

.client-stack img:first-child {
  margin-left: 0;
}

.client-stack b {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  margin-left: -8px;
  font-size: 22px;
  font-weight: 800;
}

.testimonial-card {
  text-align: center;
}

.testimonial-card img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: -3px;
}

.testimonial-card h3 {
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  margin: 12px 0 8px;
}

.testimonial-card p {
  font-size: 11px;
  line-height: 1.18;
  font-weight: 800;
  margin: 0 auto;
  max-width: 235px;
}

.testimonial-card {
  animation: testimonialFloat 4s ease-in-out infinite;
}

.testimonial-card:nth-child(2n) {
  animation-delay: 0.4s;
}

.testimonial-card:nth-child(3n) {
  animation-delay: 0.8s;
}

@keyframes testimonialFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}
/* =========================
   BOOKING
========================= */

.booking-section {
  padding-top: 70px;
}

.booking-card {
  min-height: 330px;
  margin: 0 35px;
  padding: 35px 60px 0;
  overflow: hidden;
  position: relative;
}

.booking-form-column {
  position: relative;
  z-index: 2;
}

.booking-card h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 6px;
}

.booking-card p {
  text-align: center;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 24px;
}

.booking-card form {
  max-width: 430px;
  margin: 0 auto;
}

.booking-card label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 13px;
}

.booking-card input {
  flex: 1;
  border: 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.78);
  background: transparent;
  height: 18px;
  outline: 0;
  color: #111;
  font-weight: 700;
}

.booking-card input:focus {
  border-bottom-color: #fff;
}

.booking-card .muva-btn {
  display: block;
  margin: 35px auto 33px;
  padding: 16px 31px;
  min-width: 235px;
  position: relative;
  z-index: 3;
}

.booking-model {
  position: absolute;
  right: 90px;
  bottom: 0;
  width: 455px;
  max-width: 43%;
  z-index: 1;
  pointer-events: none;
}
/* =========================
   FOOTER
========================= */

.footer-section {
  padding: 80px 0 0;
}

.footer-card {
  background: #b89d8a;
  color: #fff;
  min-height: 315px;
  padding: 32px 72px 30px;
  border-radius: 0;
  position: relative;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 230px;
  margin-bottom: 10px;
}

.footer-logo span {
  font-family: "Playfair Display", Georgia, serif;
  color: #fff;
  font-size: 68px;
  line-height: 0.82;
  letter-spacing: -3px;
  font-weight: 700;
}

.footer-logo small {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 4px;
}

.footer-card h3 {
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 2px;
}

.footer-card p,
.footer-menu a,
.hours {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.08;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-decoration: none;
}

.footer-hours {
  max-width: 310px;
}

.footer-hours-row {
  display: grid;
  grid-template-columns: 92px 1fr;
  column-gap: 8px;
  font-size: 15px;
  line-height: 1.08;
  font-weight: 700;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 40px;
}

.footer-menu a {
  font-size: 15px;
  line-height: 1.08;
  font-weight: 700;
}

.footer-contact {
  margin-top: 24px;
}

.footer-contact h3 {
  margin-top: 16px;
  margin-bottom: 4px;
}

.footer-map-column {
  padding-top: 32px;
}

.map-img {
  width: 100%;
  max-width: 350px;
  height: 145px;
  object-fit: cover;
  display: block;
}

.map-embed {
  border: 0;
  border-radius: 8px;
}

.address {
  font-size: 15px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  margin-top: 12px !important;
  white-space: normal;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199px) {
  .brand {
    margin-left: 20px;
  }

  .social-rail {
    left: 22px;
  }

  .about-card {
    margin: 0 30px;
  }

  .testimonial-row {
    margin-left: 90px;
  }

  .booking-model {
    right: 80px;
    width: 420px;
    max-width: 42%;
  }

  .footer-card {
    padding: 35px;
  }
}

@media (max-width: 991px) {
  .site-header {
    height: auto;
  }

  .navbar {
    padding-bottom: 12px;
  }

  .brand {
    margin-left: 0;
  }

  .brand span {
    font-size: 58px;
  }

  .brand small {
    font-size: 15px;
  }

  .navbar-nav {
    align-items: flex-start !important;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  }

  .search-item i {
    width: 90px;
  }

  .page-block {
    padding-top: 125px;
  }

  .compact-block {
    padding-top: 80px;
  }

  .social-rail {
    left: 14px;
  }

  .hero-section {
    min-height: auto;
    padding-top: 135px;
  }

  .hero-card {
    height: auto;
    min-height: 560px;
    margin: 0;
    padding: 40px 24px 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
  }

  .hero-model {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: min(440px, 90vw);
    display: block;
    margin: -10px auto 20px;
    z-index: 2;
  }

  .hero-copy {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 3;
  }

  .hero-copy h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .hero-copy p {
    font-size: 12px;
    line-height: 1.35;
    max-width: 460px;
    margin: 12px auto 20px;
  }

  .about-card {
    margin: 0;
    padding: 35px 25px;
    text-align: center;
  }

  .about-card p {
    margin: auto;
  }

  .about-card h2 {
    font-size: 36px;
  }

  .about-video,
  .about-img {
    margin: auto;
  }

  .result-list {
    max-width: 640px;
    margin: auto;
  }

  .services-section {
    padding-top: 70px;
    min-height: auto;
  }

  .services-container {
    max-width: 720px;
  }

  .service-card-body {
    height: 160px;
  }

  .facials-page-section {
    padding-top: 145px;
    min-height: auto;
  }

  .facials-page-container {
    max-width: 720px;
  }

  .facial-option-card img {
    height: 120px;
  }

  .facial-option-card:hover,
  .facial-option-card:focus,
  .facial-option-card.is-active {
    min-height: 270px;
  }

  .experience-model {
    left: 0;
    width: 92vw;
  }

  .testimonial-row {
    margin-left: 0;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .booking-card {
    margin: 0;
    padding: 35px 25px;
    min-height: auto;
  }

  .booking-card form {
    max-width: 520px;
  }

  .booking-model {
    display: none;
  }

  .footer-section {
    padding-top: 70px;
  }

  .footer-card {
    padding: 36px 28px;
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto 16px;
  }

  .footer-hours {
    margin: auto;
  }

  .footer-hours-row {
    grid-template-columns: 1fr;
    row-gap: 2px;
    margin-bottom: 6px;
  }

  .footer-menu {
    padding-top: 24px;
    align-items: center;
  }

  .footer-map-column {
    padding-top: 24px;
  }

  .map-img {
    margin: auto;
  }

  .address {
    white-space: normal;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 13px;
  }

  .brand span {
    font-size: 50px;
  }

  .brand small {
    font-size: 13px;
  }

  .page-block {
    padding-top: 115px;
  }

  .hero-section {
    padding-top: 125px;
  }

  .hero-card {
    min-height: 560px;
    padding: 34px 18px 32px;
    border-radius: 30px;
  }

  .hero-model {
    width: min(400px, 96vw);
    margin: 0 auto 18px;
  }

  .hero-copy h1 {
    font-size: 25px;
    line-height: 1.08;
  }

  .hero-copy p {
    font-size: 11px;
    line-height: 1.35;
  }

  .muva-btn {
    padding: 14px 24px;
  }

  .slider-dots {
    margin-top: 28px;
  }

  .slider-dots span {
    width: 21px;
    height: 21px;
  }

  .about-video,
  .about-img {
    height: 150px;
  }

  .about-card h2 {
    font-size: 30px;
  }

  .results-section h2 {
    font-size: 28px;
  }

  .result-item {
    align-items: flex-start;
  }

  .services-section {
    padding-top: 45px;
  }

  .services-section .section-title {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .services-grid,
  .services-section .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 18px;
  }

  .service-card-body {
    height: 142px;
    border-radius: 15px;
    padding: 11px 8px 9px;
  }

  .service-card h3 {
    font-size: 12px;
    min-height: 29px;
  }

  .service-card img {
    height: 85px;
    border-radius: 10px;
  }

  .service-more {
    height: 25px;
    font-size: 10px;
  }

  .facials-page-section {
    padding-top: 125px;
  }

  .service-detail-heading h1,
  .service-detail-heading h2 {
    font-size: 25px;
  }

  .service-detail-heading p {
    font-size: 11px;
    line-height: 1.25;
  }

  .facial-options-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 18px;
  }

  .facial-option-card {
    border-radius: 15px;
    padding: 12px 8px 10px;
    min-height: 160px;
  }

  .facial-option-card h3 {
    font-size: 13px;
    min-height: 29px;
  }

  .facial-option-card img {
    height: 90px;
    border-radius: 10px;
  }

  .facial-option-card p {
    font-size: 9px;
    line-height: 1.15;
  }

  .facial-option-card:hover,
  .facial-option-card:focus,
  .facial-option-card.is-active {
    min-height: 270px;
  }

  .experience-section h2 {
    font-size: 22px;
    margin-bottom: 44px;
  }

  .experience-card {
    height: 130px;
  }

  .experience-model {
    bottom: 50px;
  }

  .experience-btn {
    margin-top: 55px;
  }

  .testimonial-title-card,
  .testimonial-card {
    width: 190px;
  }

  .booking-card {
    padding: 30px 18px;
    border-radius: 28px;
  }

  .booking-card h2 {
    font-size: 22px;
  }

  .booking-card p {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .booking-card label {
    font-size: 12px;
  }

  .booking-card .muva-btn {
    min-width: 210px;
    padding: 14px 22px;
    font-size: 11px;
  }

  .footer-card {
    padding: 30px 18px;
  }

  .footer-logo span {
    font-size: 54px;
  }

  .footer-logo small {
    font-size: 12px;
  }

  .footer-card h3,
  .footer-card p,
  .footer-menu a,
  .footer-hours-row,
  .address {
    font-size: 13px !important;
  }

  .map-img {
    height: 130px;
  }

  .social-rail {
    display: none;
  }
}
.facial-option-card h3 small {
  display: block;
  font-size: 11px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.2px;
}
.facial-option-card .treatment-note {
  display: none;
  font-size: 7px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 18px;
}

.facial-option-card:hover .treatment-note,
.facial-option-card:focus .treatment-note,
.facial-option-card.is-active .treatment-note {
  display: block;
}
@media (max-width: 991px) {
  .testimonial-controls {
    right: 20px;
    top: 8px;
  }

  .testimonial-slider {
    padding-left: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: auto;
    padding-bottom: 16px;
  }

  .testimonial-title-card,
  .testimonial-card {
    flex: 0 0 260px;
  }

  .testimonial-title-card h2 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .testimonial-controls {
    position: relative;
    justify-content: center;
    right: auto;
    top: auto;
    margin-bottom: 12px;
  }

  .testimonial-control {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .testimonial-slider {
    padding-top: 0;
  }

  .testimonial-title-card,
  .testimonial-card {
    flex: 0 0 225px;
    padding: 18px;
  }

  .testimonial-title-card h2 {
    font-size: 24px;
  }

  .testimonial-card h3 {
    font-size: 18px;
  }

  .testimonial-card p {
    font-size: 9px;
  }
}
.booking-form-message {
  display: block;
  min-height: 18px;
  margin: 12px auto 0 !important;
  text-align: center !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #111;
  max-width: 360px;
}

.booking-form-message.is-success {
  color: #244f2a;
}

.booking-form-message.is-error {
  color: #8b1f1f;
}

.booking-form button[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.booking-card input[type="time"],
.booking-time-input {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 26px;
  border: 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.78);
  background: transparent;
  color: #111;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  padding: 0 4px;
}

.booking-card input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  cursor: pointer;
  filter: invert(0);
}

.booking-card input[type="time"]::-webkit-datetime-edit {
  color: #111;
}

.booking-card input[type="time"]::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.booking-card input[type="time"]:focus {
  border-bottom-color: #fff;
}
/* =========================
   BOOKING DATE / TIME FIX
========================= */

.booking-card input[type="date"],
.booking-card input[type="time"] {
  flex: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 30px !important;
  border: 0 !important;
  border-bottom: 3px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 30px !important;
  outline: none !important;
  padding: 0 4px !important;
  opacity: 1 !important;
  appearance: auto !important;
  -webkit-appearance: auto !important;
  color-scheme: light !important;
}

.booking-card input[type="date"]::-webkit-calendar-picker-indicator,
.booking-card input[type="time"]::-webkit-calendar-picker-indicator {
  display: block !important;
  opacity: 1 !important;
  cursor: pointer !important;
  filter: none !important;
}

.booking-card input[type="date"]::-webkit-datetime-edit,
.booking-card input[type="time"]::-webkit-datetime-edit {
  color: #111 !important;
  opacity: 1 !important;
}

.booking-card input[type="date"]::-webkit-datetime-edit-fields-wrapper,
.booking-card input[type="time"]::-webkit-datetime-edit-fields-wrapper {
  padding: 0 !important;
}
/* =========================
   HERO CAROUSEL ANIMATION
========================= */

.hero-carousel {
  position: relative;
  min-height: 318px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(34px) scale(0.985);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease,
    visibility 0.75s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
  z-index: 2;
}

.hero-slide.is-leaving {
  opacity: 0;
  transform: translateX(-34px) scale(0.985);
}

.hero-slide .hero-copy {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.65s ease 0.18s,
    transform 0.65s ease 0.18s;
}

.hero-slide.is-active .hero-copy {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide .hero-model {
  opacity: 0;
  transform: translateX(24px) scale(0.98);
  transition:
    opacity 0.75s ease 0.15s,
    transform 0.75s ease 0.15s;
}

.hero-slide.is-active .hero-model {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.hero-dots {
  position: relative;
  z-index: 8;
}

.hero-dot {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: var(--muva-beige);
  cursor: pointer;
  opacity: 0.75;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    background-color 0.25s ease;
}

.hero-dot:hover,
.hero-dot.is-active {
  opacity: 1;
  transform: scale(1.12);
  background: #b89d8a;
}

.hero-dot.is-active {
  box-shadow: 0 0 0 6px rgba(214, 197, 184, 0.28);
}

.slider-dots span {
  display: none;
}

@media (max-width: 991px) {
  .hero-carousel {
    min-height: 560px;
  }

  .hero-slide {
    position: absolute;
    height: 100%;
  }

  .hero-slide .hero-model {
    transform: translateY(12px) scale(0.98);
  }

  .hero-slide.is-active .hero-model {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 575px) {
  .hero-dot {
    width: 21px;
    height: 21px;
  }

  .hero-dot.is-active {
    box-shadow: 0 0 0 5px rgba(214, 197, 184, 0.28);
  }
}

/* =========================
   SITE SEARCH
========================= */

.search-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  color: #737373;
}

.site-search-form {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 220px;
  margin: 0;
}

.site-search-label {
  color: #737373;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-search-input {
  width: 143px;
  height: 22px;
  border: 0;
  border-bottom: 2px solid #8e8e8e;
  background: transparent;
  color: #111;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  line-height: 22px;
  font-weight: 700;
  outline: none;
  padding: 0 24px 2px 0;
  transition:
    width 0.25s ease,
    border-color 0.25s ease;
}

.site-search-input::placeholder {
  color: transparent;
}

.site-search-input:focus {
  width: 175px;
  border-bottom-color: #111;
}

.site-search-input::-webkit-search-cancel-button {
  display: none;
}

.site-search-clear {
  width: 17px;
  height: 17px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: none;
  place-items: center;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  margin-left: -36px;
  position: relative;
  z-index: 2;
}

.site-search-clear.is-visible {
  display: grid;
}

.site-search-clear i,
.search-item .site-search-clear i {
  display: inline-block;
  width: auto;
  border-top: 0;
  font-size: 10px;
  line-height: 1;
}

.search-results-section {
  padding-top: 120px;
  animation: searchFadeIn 0.28s ease;
}

.search-results-card {
  background: #f1e7e1;
  border-radius: 28px;
  padding: 28px 34px;
  max-width: 980px;
  margin: 0 auto 30px;
}

.search-results-header {
  text-align: center;
  margin-bottom: 22px;
}

.search-results-header h2 {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 8px;
}

.search-results-header p {
  font-size: 12px;
  font-weight: 800;
  color: #555;
  margin: 0;
}

.search-results-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.search-result-item {
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  text-decoration: none;
  color: #111;
  min-height: 130px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.search-result-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.search-result-item span {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #b89d8a;
  margin-bottom: 9px;
}

.search-result-item h3 {
  font-size: 17px;
  line-height: 1.05;
  font-weight: 800;
  margin: 0 0 8px;
}

.search-result-item p {
  font-size: 11px;
  line-height: 1.25;
  font-weight: 700;
  color: #444;
  margin: 0;
}

.search-not-found {
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  text-align: center;
}

.search-not-found h3 {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 8px;
}

.search-not-found p {
  max-width: 560px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  color: #444;
}

@keyframes searchFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .site-search-form {
    min-width: 100%;
    gap: 12px;
  }

  .site-search-input,
  .site-search-input:focus {
    width: 100%;
  }

  .search-results-section {
    padding-top: 135px;
  }

  .search-results-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .site-search-form {
    width: 100%;
  }

  .site-search-input,
  .site-search-input:focus {
    width: 100%;
  }

  .search-results-section {
    padding-top: 120px;
  }

  .search-results-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .search-results-list {
    grid-template-columns: 1fr;
  }

  .search-results-header h2 {
    font-size: 23px;
  }
}
/* =========================
   GLOBAL SECTION WIDTH FIX
========================= */

.muva-container {
  width: min(100% - 48px, 1210px);
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/* Todos los paneles principales deben medir lo mismo */
.hero-card,
.about-card,
.experience-card,
.booking-card,
.footer-card {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* Corrige cards que antes tenían márgenes laterales distintos */
.hero-card {
  margin: 0;
}

.about-card {
  margin: 0;
}

.experience-card {
  margin: 0;
}

.booking-card {
  margin: 0;
}

.footer-card {
  margin: 0;
}

/* Servicios y páginas internas centradas, pero dentro del mismo ancho global */
.services-container,
.facials-page-container {
  margin-left: auto;
  margin-right: auto;
}

/* Footer alineado al mismo ancho que booking */
.footer-section .muva-container {
  width: min(100% - 48px, 1210px);
  max-width: 1210px;
}

/* Booking alineado al mismo ancho que footer */
.booking-section .muva-container {
  width: min(100% - 48px, 1210px);
  max-width: 1210px;
}

/* Hero alineado al mismo ancho que el resto */
.hero-section .muva-container {
  width: min(100% - 48px, 1210px);
  max-width: 1210px;
}

/* About alineado al mismo ancho */
.about-section .muva-container {
  width: min(100% - 48px, 1210px);
  max-width: 1210px;
}

/* Experience alineado al mismo ancho */
.experience-section .muva-container {
  width: min(100% - 48px, 1210px);
  max-width: 1210px;
}

/* Testimonials alineado al mismo ancho */
.testimonials-section .muva-container {
  width: min(100% - 48px, 1210px);
  max-width: 1210px;
}

/* Search results alineado al mismo ancho */
.search-results-section .muva-container {
  width: min(100% - 48px, 1210px);
  max-width: 1210px;
}

/* Responsive */
@media (max-width: 991px) {
  .muva-container,
  .hero-section .muva-container,
  .about-section .muva-container,
  .experience-section .muva-container,
  .booking-section .muva-container,
  .footer-section .muva-container,
  .testimonials-section .muva-container,
  .search-results-section .muva-container {
    width: min(100% - 32px, 720px);
  }
}

@media (max-width: 575px) {
  .muva-container,
  .hero-section .muva-container,
  .about-section .muva-container,
  .experience-section .muva-container,
  .booking-section .muva-container,
  .footer-section .muva-container,
  .testimonials-section .muva-container,
  .search-results-section .muva-container {
    width: calc(100% - 24px);
  }
}
@media (max-width: 991px) {
  .testimonial-slider {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .testimonial-slider::-webkit-scrollbar {
    display: none;
  }

  .testimonial-controls {
    z-index: 20;
    pointer-events: auto;
  }

  .testimonial-control {
    pointer-events: auto;
  }
}
.coming-soon-notice {
  padding: 150px 0 40px;
}

.coming-soon-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 42px 36px;
  border-radius: 34px;
  background: #d6c5b8;
  text-align: center;
}

.coming-soon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.coming-soon-card h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -1px;
}

.coming-soon-card p {
  max-width: 620px;
  margin: 0 auto 26px;
  color: #1b1f24;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.coming-soon-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.coming-soon-actions .muva-btn {
  min-width: 210px;
}

.coming-soon-secondary {
  background: #f4eee9;
  color: #111;
}

.coming-soon-secondary:hover,
.coming-soon-secondary:focus {
  background: #111;
  color: #fff;
}

@media (max-width: 768px) {
  .coming-soon-notice {
    padding: 125px 0 28px;
  }

  .coming-soon-card {
    padding: 32px 22px;
    border-radius: 28px;
  }

  .coming-soon-card p {
    font-size: 14px;
  }

  .coming-soon-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .coming-soon-actions .muva-btn {
    width: 100%;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .footer-map-column {
    padding-top: 22px;
  }

  .map-img,
  .map-embed {
    width: 100%;
    max-width: none;
    height: 168px;
  }

  .address {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .map-img,
  .map-embed {
    height: 178px;
  }
}

@media (max-width: 991px) {
  .map-img,
  .map-embed {
    width: 100%;
    max-width: none;
    height: 190px;
  }
}

@media (min-width: 992px) {
  .hero-model {
    top: -10px;
  }

  .slider-dots,
  .hero-dots {
    margin-top: 58px;
    transform: translateY(-42px);
  }
}

@media (min-width: 1200px) {
  .hero-model {
    top: -24px;
  }

  .slider-dots,
  .hero-dots {
    margin-top: 48px;
    transform: translateY(-55px);
  }
}
