/* Shared CSS */
:root {
  --ivory: #fbf7ef;
  --warm-white: #fffdf8;
  --cream: #c6aa92;
  --champagne: #e8d6a8;
  --gold: #c6a04a;
  --gold-soft: #d4af5a;
  --ink: #2f2a24;
  --muted: #6f6256;
  --footer: #17120d;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", system-ui, sans-serif;
  background: var(--ivory);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
.font-display {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500 !important;
  line-height: 1.12;
  letter-spacing: 0;
}

.site-shell {
  background:
    radial-gradient(circle at 12% 4%, rgba(232, 214, 168, 0.34), transparent 26rem),
    linear-gradient(180deg, #fffdf8 0%, #fbf7ef 45%, #f7efe2 100%);
}

.nav-link {
  position: relative;
  color: #3a2a1c;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
}

.nav-link:hover,
.nav-link.active {
  color: #9a5a16;
}


header .font-display {
  color: #2b1d13;
  font-weight: 500 !important;
  letter-spacing: 0;
}

.site-header {
  background: rgba(255, 253, 248, 0.08) !important;
}

.site-header .brand-name {
  color: #fffdf8 !important;
}

.site-header .nav-link {
  color: #fffdf8 !important;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: #fffdf8 !important;
}

.site-header .nav-link.active::after {
  background: #fffdf8 !important;
}

.site-header.is-over-light .brand-name {
  color: #2b1d13 !important;
}

.site-header.is-over-light .nav-link {
  color: #2b1d13 !important;
}

.site-header.is-over-light .nav-link:hover,
.site-header.is-over-light .nav-link.active {
  color: #a15c13 !important;
}

.site-header.is-over-light .nav-link.active::after {
  background: #a15c13 !important;
}

.site-header.is-over-light .mobile-menu-button {
  border-color: transparent;
  background: transparent;
  color: #2b1d13;
}

header .btn-primary {
  background: #c6a04a;
  color: #fffdf8;
  min-height: 2.45rem;
  padding: 0.65rem 1.25rem;
  font-size: 0.82rem;
  box-shadow: 0 10px 24px rgba(72, 45, 18, 0.16);
}

header .btn-secondary {
  background: #fffdf8;
  border-color: rgba(138, 107, 34, 0.45);
  color: #211b14;
}

.site-header .mobile-menu-button {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fffdf8;
}

@media (min-width: 1024px) {
  .site-header .mobile-menu-button {
    display: none !important;
  }
}

.hamburger-icon {
  display: grid;
  gap: 0.28rem;
  width: 1.15rem;
}

.hamburger-icon span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.site-header [data-mobile-menu] {
  background: #f7efe2;
}

.site-header [data-mobile-menu] > div {
  justify-items: center;
  text-align: center;
}

.site-header [data-mobile-menu] .nav-link {
  color: #2b1d13 !important;
}

.site-header [data-mobile-menu] .nav-link:hover,
.site-header [data-mobile-menu] .nav-link.active {
  color: #a15c13 !important;
}

.site-header [data-mobile-menu] .nav-link.active::after {
  display: none;
}

@media (max-width: 1023px) {
  .site-header nav {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-header nav > a {
    min-width: 0;
    gap: 0.65rem;
  }

  .site-header nav > a img {
    width: 2.65rem;
    height: 2.65rem;
    flex: 0 0 auto;
  }

  .site-header .brand-name {
    max-width: calc(100vw - 7rem);
    overflow: hidden;
    font-size: 1.05rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header .mobile-menu-button {
    flex: 0 0 auto;
    width: 2.35rem;
    height: 2.35rem;
  }

  .hero-copy {
    max-width: min(100%, 42rem);
    min-width: 0;
  }

  .hero-title {
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .hero-subtitle,
  .hero-text {
    max-width: 100%;
  }
}
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.55rem;
  height: 2px;
  background: #9a5a16;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.85rem;
  border-radius: 0.95rem;
  padding: 0.78rem 1.55rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn-primary {
  background: var(--gold);
  color: #fffdf8;
  box-shadow: 0 12px 28px rgba(198, 160, 74, 0.22);
}

.btn-primary:hover {
  background: var(--gold-soft);
  color: #fffdf8;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(198, 160, 74, 0.28);
}

.btn-secondary {
  border: 1px solid rgba(198, 160, 74, 0.58);
  background: rgba(255, 253, 248, 0.72);
  color: var(--ink);
}

.btn-secondary:hover {
  border-color: var(--gold);
  background: #fffdf8;
  transform: translateY(-2px);
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.treatments-section {
  padding-block: max(0px, calc(clamp(4rem, 8vw, 7rem) - 30px));
}

.section-soft {
  background: var(--warm-white);
}

.ready-relax-parallax {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(23, 18, 13, 0.48), rgba(23, 18, 13, 0.52)),
    url("../../images/hero-spa-massage3.webp") center / cover fixed;
  color: #fffdf8;
}

.ready-relax-parallax > div {
  position: relative;
  z-index: 1;
}

.ready-relax-parallax p {
  color: rgba(255, 253, 248, 0.88) !important;
}

.ready-relax-parallax .btn-secondary {
  border-color: rgba(255, 253, 248, 0.7);
  background: rgba(255, 253, 248, 0.2);
  color: #fffdf8;
}

.ready-relax-parallax .btn-secondary:hover {
  background: rgba(255, 253, 248, 0.92);
  color: var(--ink);
}

.section-cream {
  background: var(--cream);
}

.section-cream h2,
.section-cream h3 {
  color: #fffdf8;
}

.section-cream p,
.section-cream .text-\[\#6f6256\] {
  color: rgba(255, 253, 248, 0.88) !important;
}

.section-cream .eyebrow {
  color: #fff3d0;
  background:
    linear-gradient(90deg, rgba(255, 243, 208, 0.72), rgba(255, 243, 208, 0.72)) left calc(100% - 0.45rem) / 1.75rem 1px no-repeat,
    linear-gradient(90deg, rgba(255, 243, 208, 0.72), rgba(255, 243, 208, 0.72)) right calc(100% - 0.45rem) / 1.75rem 1px no-repeat;
}

.section-cream .eyebrow::before {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.section-cream .btn-secondary {
  border-color: rgba(255, 253, 248, 0.7);
  background: rgba(255, 253, 248, 0.18);
  color: #fffdf8;
}

.section-cream .btn-secondary:hover {
  background: rgba(255, 253, 248, 0.92);
  color: #2f2a24;
}

.home-warm-section {
  background: #FEE9C8;
}

.home-warm-section h2,
.home-warm-section h3 {
  color: #2f2419;
}

.home-warm-section p,
.home-warm-section .text-\[\#6f6256\] {
  color: #554638 !important;
}

.home-warm-section .eyebrow {
  color: #8a5617;
  background:
    linear-gradient(90deg, rgba(138, 86, 23, 0.5), rgba(138, 86, 23, 0.5)) left calc(100% - 0.45rem) / 1.75rem 1px no-repeat,
    linear-gradient(90deg, rgba(138, 86, 23, 0.5), rgba(138, 86, 23, 0.5)) right calc(100% - 0.45rem) / 1.75rem 1px no-repeat;
}

.home-warm-section .eyebrow::before {
  filter: none;
  opacity: 1;
}

.home-warm-section .couple-offer-price {
  color: #7a4a13 !important;
}

.home-warm-section .btn-secondary {
  border-color: rgba(122, 74, 19, 0.38);
  background: rgba(255, 253, 248, 0.68);
  color: #2f2419;
}

.home-warm-section .btn-secondary:hover {
  border-color: rgba(122, 74, 19, 0.58);
  background: #fffdf8;
  color: #2f2419;
}

.couples-offer-copy {
  text-align: center;
}

.couples-offer-copy .eyebrow,
.couples-offer-copy .couple-offer-price,
.couples-offer-copy .btn-primary {
  margin-left: auto;
  margin-right: auto;
}

.gallery-button-mobile {
  display: none;
}

.eyebrow {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  width: fit-content;
  margin-inline: auto;
  padding: 0 2.6rem;
  background:
    linear-gradient(90deg, rgba(198, 160, 74, 0.52), rgba(198, 160, 74, 0.52)) left calc(100% - 0.45rem) / 1.75rem 1px no-repeat,
    linear-gradient(90deg, rgba(198, 160, 74, 0.52), rgba(198, 160, 74, 0.52)) right calc(100% - 0.45rem) / 1.75rem 1px no-repeat;
  color: #DAB96D;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-align: center;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: block;
  width: 3.1rem;
  height: 1.8rem;
  background: url("../../images/lotus.svg") center / contain no-repeat;
}

.eyebrow::after {
  display: none;
}

.eyebrow {
  position: relative;
}

.eyebrow {
  line-height: 1.2;
}

.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: var(--gold);
}

.ornament::before,
.ornament::after {
  content: "";
  width: 3rem;
  height: 1px;
  background: rgba(198, 160, 74, 0.45);
}

.card-lux {
  border: 1px solid rgba(198, 160, 74, 0.22);
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 16px 42px rgba(77, 59, 36, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card-lux:hover {
  border-color: rgba(198, 160, 74, 0.38);
  transform: translateY(-4px);
  box-shadow: 0 20px 54px rgba(77, 59, 36, 0.1);
}

.why-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.why-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.42), rgba(247, 239, 226, 0.56)),
    linear-gradient(180deg, rgba(251, 247, 239, 0.34), rgba(232, 214, 168, 0.22)),
    url("../../images/whyus.webp") center center / cover no-repeat,
    #fbf5ee;
}

.why-section::before {
  display: none;
}

.why-section::after {
  display: none;
}

.why-section > div {
  position: relative;
  z-index: 1;
}

.why-card::before {
  content: "";
  display: block;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 0.8rem;
  background: var(--why-icon) center / contain no-repeat;
}

.why-card h3 {
  margin-top: 0;
}

.why-card-therapists {
  --why-icon: url("../../images/icon1.svg");
}

.why-card-techniques {
  --why-icon: url("../../images/icon2.svg");
}

.why-card-atmosphere {
  --why-icon: url("../../images/icon3.svg");
}

.why-card-premium {
  --why-icon: url("../../images/icon4.svg");
}

.why-card-couples {
  --why-icon: url("../../images/icon5.svg");
}

.why-card-booking {
  --why-icon: url("../../images/icon6.svg");
}

.image-frame {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f4e8d4, #fffdf8);
}

.image-frame::after {
  content: "Baan Thai Dlife Spa";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: rgba(47, 42, 36, 0.38);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  text-align: center;
  z-index: 0;
}

.image-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-frame img.is-missing {
  opacity: 0;
}

[data-gallery-item] {
  cursor: zoom-in;
}

[data-gallery-item] img {
  transition: transform 260ms ease, filter 260ms ease;
}

[data-gallery-item]::before {
  content: "View";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: rgba(24, 17, 11, 0.28);
  color: #fffdf8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 260ms ease;
}

[data-gallery-item]:hover img,
[data-gallery-item]:focus-visible img {
  filter: brightness(0.82);
  transform: scale(1.035);
}

[data-gallery-item]:hover::before,
[data-gallery-item]:focus-visible::before {
  opacity: 1;
}

.about-spa-gallery {
  display: grid;
  gap: 0.65rem;
  grid-auto-flow: dense;
  grid-auto-rows: 6.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-spa-gallery .image-frame {
  height: 100%;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.about-spa-gallery .image-frame:nth-child(6n + 1) {
  grid-row: span 2;
}

.about-spa-gallery .image-frame:nth-child(6n + 2),
.about-spa-gallery .image-frame:nth-child(6n + 3) {
  grid-row: span 4;
}

.about-spa-gallery .image-frame:nth-child(6n + 4) {
  grid-row: span 3;
}

.about-spa-gallery .image-frame:nth-child(6n + 5),
.about-spa-gallery .image-frame:nth-child(6n + 6) {
  grid-row: span 2;
}

.about-spa-gallery .image-frame img {
  object-fit: cover;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 5rem 5.5rem;
  background: rgba(18, 13, 9, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox img {
  width: min(78vw, 56rem);
  height: min(76vh, 42rem);
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 253, 248, 0.5);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  color: #2f2419;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.gallery-lightbox-close {
  top: 1.25rem;
  right: 1.25rem;
}

.gallery-lightbox-prev {
  left: 1.25rem;
}

.gallery-lightbox-next {
  right: 1.25rem;
}

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-hero {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.95), rgba(247, 239, 226, 0.94)),
    radial-gradient(circle at 80% 10%, rgba(212, 175, 90, 0.22), transparent 26rem);
}

.about-hero {
  position: relative;
  display: grid;
  min-height: min(760px, 86vh);
  align-items: end;
  overflow: hidden;
  padding: 9.5rem 0 5.5rem;
  background:
    linear-gradient(90deg, rgba(92, 63, 33, 0.46) 0%, rgba(158, 119, 66, 0.22) 48%, rgba(255, 253, 248, 0.03) 100%),
    linear-gradient(180deg, rgba(198, 160, 74, 0.06) 0%, rgba(251, 247, 239, 0.24) 100%),
    url("../../images/gallery-square-02.webp") center / cover no-repeat;
  color: #fffdf8;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8rem;
  background: linear-gradient(180deg, transparent, var(--warm-white));
  pointer-events: none;
}

.about-hero > div {
  position: relative;
  z-index: 1;
}

.about-hero-copy {
  max-width: 43rem;
  text-align: left;
}

.about-hero .eyebrow {
  display: none;
}

.about-hero .eyebrow::before {
  background: #f0d28a;
}

.about-hero h1 {
  max-width: 12ch;
  color: #fffdf8;
  font-size: clamp(3.35rem, 7vw, 6.8rem);
  line-height: 0.92;
  text-shadow: 0 8px 28px rgba(47, 34, 20, 0.46);
}

.about-hero-title-prefix,
.about-hero-title-name {
  display: inline;
}

.about-hero p:not(.eyebrow) {
  max-width: 38rem;
  color: rgba(255, 253, 248, 0.96);
  text-shadow: 0 4px 18px rgba(47, 34, 20, 0.46);
}

.about-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
  margin-top: 2rem;
}

.about-hero-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  border: 1px solid rgba(240, 210, 138, 0.58);
  border-radius: 999px;
  background: rgba(73, 49, 25, 0.42);
  color: #fffdf8;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(47, 34, 20, 0.42);
  backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
  .about-hero-copy {
    display: grid;
    justify-items: start;
    margin-left: 0;
    margin-right: auto;
    text-align: left !important;
  }

  .about-hero h1,
  .about-hero p:not(.eyebrow),
  .about-hero-highlights {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
  }

  .about-hero-highlights {
    justify-content: flex-start !important;
  }

  .about-hero-title-prefix,
  .about-hero-title-name {
    display: inline !important;
  }
}

@media (min-width: 1024px) {
  .about-hero-copy {
    margin-left: -8rem;
  }
}

.about-values-section {
  position: relative;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fbf7ef 100%);
}

.about-values-grid {
  counter-reset: about-value;
  align-items: stretch;
}

.about-value-card {
  counter-increment: about-value;
  position: relative;
  display: grid;
  align-content: start;
  min-height: 24rem;
  overflow: hidden;
  border-color: rgba(198, 160, 74, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(250, 244, 234, 0.92));
  padding: clamp(1.65rem, 3vw, 2.35rem) !important;
}

.about-value-card::before {
  content: "0" counter(about-value);
  position: absolute;
  top: 1.35rem;
  right: 1.45rem;
  color: rgba(198, 160, 74, 0.18);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1;
}

.about-value-card::after {
  content: "";
  width: 3.25rem;
  height: 2px;
  margin-top: 1.45rem;
  background: #c6a04a;
}

.about-value-card .eyebrow {
  width: fit-content;
  color: #8a6b22;
}

.about-value-card .eyebrow::before {
  width: 1.4rem;
}

.about-value-card h2 {
  position: relative;
  z-index: 1;
  max-width: 9.5em;
  color: #2f2a24;
  font-size: clamp(2.1rem, 3vw, 2.65rem);
  line-height: 1;
}

.about-value-card p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 34rem;
  color: #665a50 !important;
  font-size: 0.98rem;
  line-height: 1.8;
}

.about-value-card:hover {
  border-color: rgba(198, 160, 74, 0.46);
  box-shadow: 0 26px 64px rgba(77, 59, 36, 0.12);
}

.about-cta-button {
  border-color: #b88928 !important;
  background: #c99b36 !important;
  color: #fffdf8 !important;
  box-shadow: 0 14px 30px rgba(121, 82, 24, 0.22);
}

.about-cta-button:hover {
  border-color: #8f681f !important;
  background: #9f7728 !important;
  color: #fffdf8 !important;
}

.about-page-shell .site-header.is-over-light .brand-name,
.about-page-shell .site-header.is-over-light .nav-link {
  color: #2b1d13 !important;
}

.about-page-shell .site-header.is-over-light .nav-link:hover,
.about-page-shell .site-header.is-over-light .nav-link.active {
  color: #a15c13 !important;
}

.about-page-shell .site-header.is-over-light .nav-link.active::after {
  background: #a15c13 !important;
}

.about-page-shell .site-header.is-over-light .mobile-menu-button {
  color: #2b1d13;
}

.about-page-shell .site-header {
  border-color: rgba(216, 189, 117, 0.24) !important;
  background: rgba(255, 253, 248, 0.08) !important;
}

.about-visual-section {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  background:
    linear-gradient(180deg, #fbf7ef 0%, #fffdf8 48%, #fbf7ef 100%);
}

.about-visual-grid {
  position: relative;
  z-index: 1;
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.4rem);
}

.about-visual-card {
  position: relative;
  border: 1px solid rgba(198, 160, 74, 0.18);
  border-radius: 0.5rem !important;
  box-shadow: 0 28px 80px rgba(77, 59, 36, 0.12) !important;
  transform: translateY(-1.25rem);
}

.about-visual-card-offset {
  transform: translateY(1.25rem);
}

.about-visual-card::before {
  content: "";
  position: absolute;
  inset: 0.85rem;
  z-index: 2;
  border: 1px solid rgba(255, 253, 248, 0.68);
  border-radius: 0.25rem;
  pointer-events: none;
}

.about-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 44%, rgba(23, 18, 13, 0.36) 100%),
    linear-gradient(90deg, rgba(23, 18, 13, 0.12), transparent 46%);
  pointer-events: none;
}

.about-visual-card img {
  filter: saturate(0.9) contrast(1.03);
  transition: transform 700ms ease, filter 700ms ease;
}

.about-visual-card:hover img {
  filter: saturate(1) contrast(1.05);
  transform: scale(1.035);
}

.about-visual-card span {
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  z-index: 3;
  border: 1px solid rgba(240, 210, 138, 0.42);
  border-radius: 999px;
  background: rgba(23, 18, 13, 0.42);
  color: #fffdf8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.75rem 0.95rem;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.gallery-page .site-header.is-over-light .brand-name,
.gallery-page .site-header.is-over-light .nav-link,
.gallery-page .site-header.is-over-light .nav-link:hover,
.gallery-page .site-header.is-over-light .nav-link.active {
  color: #fffdf8 !important;
}

.gallery-page .site-header.is-over-light .nav-link.active::after {
  background: #fffdf8 !important;
}

.gallery-page .site-header.is-over-light .mobile-menu-button {
  color: #fffdf8;
}

.gallery-page .site-header.is-over-light [data-mobile-menu] .nav-link,
.gallery-page .site-header.is-over-light [data-mobile-menu] .nav-link:hover,
.gallery-page .site-header.is-over-light [data-mobile-menu] .nav-link.active {
  color: #2b1d13 !important;
}

.gallery-hero {
  position: relative;
  display: grid;
  min-height: 72vh;
  overflow: hidden;
  place-items: center;
  padding: 9rem 0 5rem;
  color: #fffdf8;
  isolation: isolate;
}

.gallery-hero-media,
.gallery-hero-overlay {
  position: absolute;
  inset: 0;
}

.gallery-hero-media {
  z-index: -2;
  background:
    url("../../images/gallery-square-02.webp") center / cover no-repeat,
    linear-gradient(135deg, #463221, #17120d);
  transform: scale(1.03);
}

.gallery-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(23, 18, 13, 0.58), rgba(23, 18, 13, 0.72)),
    radial-gradient(circle at 50% 38%, rgba(198, 160, 74, 0.24), transparent 24rem);
}

.gallery-hero .eyebrow,
.gallery-hero p {
  color: rgba(255, 253, 248, 0.9);
}

.gallery-hero .eyebrow::before {
  filter: brightness(0) invert(1);
}

.gallery-hero .btn-secondary {
  border-color: rgba(255, 253, 248, 0.62);
  background: rgba(255, 253, 248, 0.16);
  color: #fffdf8;
}

.gallery-hero .btn-secondary:hover {
  background: rgba(255, 253, 248, 0.92);
  color: #2f2a24;
}

.gallery-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}

.gallery-showcase {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fbf7ef 100%);
}

.gallery-section-heading {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.gallery-mosaic {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 11rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-mosaic-item {
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(198, 160, 74, 0.24);
  border-radius: 0.9rem;
  background: #f4e8d4;
  box-shadow: 0 18px 44px rgba(54, 38, 24, 0.12);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.gallery-mosaic-item::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0.34);
}

.gallery-mosaic-item:hover,
.gallery-mosaic-item:focus-visible {
  border-color: rgba(198, 160, 74, 0.58);
  box-shadow: 0 24px 58px rgba(54, 38, 24, 0.18);
  transform: translateY(-4px);
}

.gallery-mosaic-feature {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-mosaic-tall {
  grid-row: span 2;
}

.gallery-mosaic-wide {
  grid-column: span 2;
}

.treatments-page {
  background:
    linear-gradient(180deg, #fffdf8 0%, #fbf7ef 48%, #f7efe2 100%);
}

.treatments-page .section {
  padding-block: clamp(3.4rem, 6vw, 5.4rem);
}

.treatments-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 253, 248, 0.82), rgba(251, 241, 229, 0.84)),
    radial-gradient(circle at 10% 18%, rgba(232, 214, 168, 0.32), transparent 24rem),
    radial-gradient(circle at 88% 12%, rgba(198, 160, 74, 0.18), transparent 22rem),
    url("../../images/welcome.webp") center / cover no-repeat,
    linear-gradient(135deg, #fffdf8 0%, #fbf1e5 52%, #f4e8d4 100%);
}

.treatments-hero::after {
  display: none;
}

.treatments-hero > div {
  position: relative;
  z-index: 1;
}

.treatments-hero .eyebrow::before {
  width: 9.3rem;
  height: 5.4rem;
  background-image: url("../../images/logoHero.webp");
}

.treatments-hero .eyebrow {
  color: #3a2a1c;
  font-size: calc(0.72rem + 2px);
  background:
    linear-gradient(90deg, #3a2a1c, #3a2a1c) left calc(100% - 0.45rem) / 1.75rem 1px no-repeat,
    linear-gradient(90deg, #3a2a1c, #3a2a1c) right calc(100% - 0.45rem) / 1.75rem 1px no-repeat;
}

@media (min-width: 1024px) {
  .treatments-hero .eyebrow::before {
    width: 13.95rem;
    height: 8.1rem;
  }
}

.treatments-hero-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.hero-book-button {
  min-width: 13.5rem;
  justify-content: center;
}

.treatment-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.treatment-hero-pills span,
.treatment-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(198, 160, 74, 0.28);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.74);
  color: #7a4a1d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.55rem 0.8rem;
  text-transform: uppercase;
}

.trust-text {
  color: rgba(111, 98, 86, 0.82);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
}

.treatments-hero-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(22rem, 44vw, 34rem);
  overflow: hidden;
  border: 1px solid rgba(198, 160, 74, 0.38);
  border-radius: 1.6rem;
  background: linear-gradient(135deg, #f4e8d4, #fffdf8);
  box-shadow: 0 28px 70px rgba(77, 59, 36, 0.16);
}

.treatments-hero-card::before {
  content: "";
  position: absolute;
  inset: 0.85rem;
  z-index: 2;
  border: 1px solid rgba(255, 253, 248, 0.62);
  border-radius: 1.15rem;
  pointer-events: none;
}

.treatments-hero-card::after {
  content: "";
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 3;
  width: 4.5rem;
  height: 2px;
  background: #c6a04a;
}

.treatments-hero-card img,
.visual-treatment-card img,
.couple-promo-image img,
.horizontal-offer-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-badge {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(198, 160, 74, 0.28);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.92);
  color: #2f2a24;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.65rem 0.95rem;
  box-shadow: 0 14px 32px rgba(77, 59, 36, 0.14);
}

.hero-image-badge-top {
  top: 1.35rem;
  left: 1.35rem;
}

.hero-image-badge-bottom {
  right: 1.35rem;
  bottom: 1.35rem;
}

.price-summary-section {
  background: #fffdf8;
  padding-block: 1.2rem 2rem;
}

.price-summary-card {
  display: grid;
  gap: 0.15rem;
  min-height: 5.5rem;
  align-content: center;
  border: 1px solid rgba(198, 160, 74, 0.24);
  border-radius: 1rem;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 14px 34px rgba(77, 59, 36, 0.07);
  padding: 1rem 1.1rem;
}

.price-summary-card span {
  color: #6f6256;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-summary-card strong {
  color: #8a6b22;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}

.treatment-tabs-section {
  background: #fbf7ef;
}

.mobile-treatment-accordion {
  display: none;
}

.treatment-tabs-section .max-w-3xl {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.treatment-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.treatment-tab {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(198, 160, 74, 0.34);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.78);
  color: #2f2a24;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.85rem 1rem;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(77, 59, 36, 0.04);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.treatment-tab:hover,
.treatment-tab[aria-selected="true"] {
  border-color: #c6a04a;
  background: #c6a04a;
  color: #fffdf8;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(138, 107, 34, 0.18);
}

.treatment-tab:focus-visible {
  outline: 2px solid rgba(138, 107, 34, 0.55);
  outline-offset: 3px;
}

.treatment-panel[hidden] {
  display: none;
}

.treatment-panel.is-entering {
  animation: treatmentPanelIn 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.treatment-panel.is-entering .visual-treatment-card,
.treatment-panel.is-entering .signature-treatment-panel-card {
  animation: treatmentCardIn 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.treatment-panel.is-entering .visual-treatment-card:nth-child(2) {
  animation-delay: 55ms;
}

.treatment-panel.is-entering .visual-treatment-card:nth-child(3) {
  animation-delay: 110ms;
}

.treatment-panel.is-entering .visual-treatment-card:nth-child(4) {
  animation-delay: 165ms;
}

.treatment-panel.is-entering .visual-treatment-card:nth-child(5) {
  animation-delay: 220ms;
}

.treatment-panel.is-entering .visual-treatment-card:nth-child(6),
.treatment-panel.is-entering .visual-treatment-card:nth-child(7) {
  animation-delay: 275ms;
}

.treatment-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.visual-treatment-card {
  position: relative;
  display: grid;
  grid-template-rows: 12rem 1fr;
  overflow: hidden;
  border: 1px solid rgba(198, 160, 74, 0.22);
  border-radius: 1.35rem;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.visual-treatment-card::before {
  content: "";
  position: absolute;
  inset: 0.55rem 0.55rem auto;
  z-index: 2;
  height: calc(12rem - 1.1rem);
  border: 1px solid rgba(198, 160, 74, 0.72);
  pointer-events: none;
}

.treatments-page .visual-treatment-card::before {
  display: none;
}

.visual-treatment-card:hover {
  border-color: rgba(198, 160, 74, 0.44);
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(77, 59, 36, 0.12);
}

.visual-treatment-card > img {
  position: relative;
  z-index: 1;
}

.visual-treatment-card > div {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 18rem;
  padding: 1.25rem 1.45rem 1.35rem;
  color: var(--ink);
}

.visual-treatment-card h3 {
  order: 1;
  margin-top: 0.25rem;
  color: #332b25;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 2.4vw, 1.95rem);
  font-weight: 600;
  line-height: 1;
}

.visual-treatment-card p {
  order: 2;
  min-height: 3.2rem;
  color: #75695f;
  font-size: 0.9rem;
  line-height: 1.35;
}

.visual-treatment-card .treatment-price {
  order: 3;
  min-height: auto;
  margin-top: 0.25rem;
  border-top: 1px solid rgba(138, 107, 34, 0.14);
  border-bottom: 1px solid rgba(138, 107, 34, 0.14);
  color: #4f443b;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  padding: 0.55rem 0;
}

.visual-treatment-card .treatment-price-list {
  order: 3;
  display: grid;
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.visual-treatment-card .treatment-price-list p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: auto;
  border: 1px solid rgba(198, 160, 74, 0.16);
  border-radius: 0.8rem;
  background: linear-gradient(135deg, rgba(255, 250, 238, 0.98), rgba(247, 239, 226, 0.72));
  color: #4f443b;
  font-size: 0.9rem;
  line-height: 1.05;
  padding: 0.48rem 0.58rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.visual-treatment-card .treatment-price-list p:first-child {
  padding-top: 0.48rem;
}

.visual-treatment-card:hover .treatment-price-list p {
  border-color: rgba(198, 160, 74, 0.28);
}

.visual-treatment-card .treatment-price-list p:hover {
  background: linear-gradient(135deg, rgba(255, 253, 248, 1), rgba(244, 232, 205, 0.9));
  transform: translateY(-1px);
}

.visual-treatment-card .treatment-price-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  color: #7a6a5a;
  font-weight: 700;
  white-space: nowrap;
}

.visual-treatment-card .treatment-price-list span::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #c6a04a;
  box-shadow: 0 0 0 4px rgba(198, 160, 74, 0.14);
}

.visual-treatment-card .treatment-price-list strong {
  color: #8a6b22;
  font-weight: 800;
  white-space: nowrap;
}

.visual-treatment-card .treatment-badge {
  order: 0;
}

.visual-treatment-card a {
  width: fit-content;
  margin-top: auto;
  color: #8a6b22;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.signature-treatment-panel-card {
  display: grid;
  grid-template-columns: minmax(16rem, 0.9fr) minmax(0, 1.1fr);
  max-width: 58rem;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(198, 160, 74, 0.24);
  border-radius: 1.4rem;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 18px 46px rgba(77, 59, 36, 0.08);
}

.signature-treatment-panel-card img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
}

.signature-treatment-panel-card > div {
  align-self: center;
  padding: clamp(1.35rem, 3vw, 2.2rem);
  text-align: center;
}

.choose-guide-section {
  background: #f7efe2;
}

.choose-guide-intro {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.choose-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.choose-card {
  border: 1px solid rgba(198, 160, 74, 0.24);
  border-radius: 1.1rem;
  background: rgba(255, 253, 248, 0.74);
  box-shadow: 0 14px 34px rgba(77, 59, 36, 0.07);
  padding: 1.2rem;
  text-align: center;
}

.choose-card span {
  display: block;
  color: #8a6b22;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choose-card strong {
  display: block;
  margin-top: 0.55rem;
  color: #2f2a24;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.15;
}

.promo-banner-section,
.offer-cards-section {
  background: #fffdf8;
}

.couple-promo-banner {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
  min-height: 23rem;
  overflow: hidden;
  border: 1px solid rgba(198, 160, 74, 0.28);
  border-radius: 1.6rem;
  background: linear-gradient(135deg, #fffdf8 0%, #f7efe2 100%);
  box-shadow: 0 24px 64px rgba(77, 59, 36, 0.1);
}

.couple-promo-image {
  order: 1;
  min-height: 100%;
}

.couple-promo-content {
  align-self: center;
  min-width: 0;
  order: 2;
  padding: clamp(1.5rem, 4vw, 3rem);
  text-align: center;
}

.couple-promo-content .eyebrow,
.couple-promo-content .promo-price {
  margin-left: auto;
  margin-right: auto;
}

.couple-promo-content h2,
.couple-promo-content p {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.promo-price,
.offer-highlight {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(198, 160, 74, 0.28);
  border-radius: 999px;
  background: rgba(247, 239, 226, 0.9);
  color: #8a6b22;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.75rem 1rem;
}

.horizontal-offer-card {
  display: grid;
  grid-template-columns: minmax(13rem, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  min-height: 20rem;
  border: 1px solid rgba(198, 160, 74, 0.24);
  border-radius: 1.4rem;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 18px 46px rgba(77, 59, 36, 0.08);
}

.horizontal-offer-card > div {
  align-self: center;
  padding: 1.45rem;
}

.parallax-cta {
  background:
    linear-gradient(rgba(255, 250, 240, 0.62), rgba(247, 239, 226, 0.7)),
    url("../../images/hero-spa-massage3.webp") center / cover fixed;
}

.parallax-cta-card {
  border: 1px solid rgba(198, 160, 74, 0.34);
  border-radius: 1.5rem;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 24px 60px rgba(77, 59, 36, 0.14);
  padding: clamp(1.5rem, 4vw, 3rem);
  backdrop-filter: blur(8px);
}

.parallax-rewards-card {
  display: grid;
  grid-template-columns: minmax(18rem, 1fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: center;
  text-align: center;
}

.parallax-rewards-card img {
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 1.1rem;
  background: rgba(255, 253, 248, 0.72);
  object-fit: contain;
}

.gift-voucher-card {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.95), rgba(247, 239, 226, 0.92));
  padding: clamp(1rem, 2.4vw, 1.6rem);
}

.gift-voucher-card img {
  border: 1px solid rgba(198, 160, 74, 0.28);
  box-shadow: 0 16px 34px rgba(77, 59, 36, 0.12);
}

.whatsapp-float {
  display: inline-grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  min-height: 0;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: #fffdf8;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 12px 28px rgba(198, 160, 74, 0.22);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.back-to-top-float {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  min-height: 0;
  border: 1px solid rgba(198, 160, 74, 0.28);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.82);
  color: rgba(138, 107, 34, 0.72);
  cursor: pointer;
  padding: 0;
  box-shadow: 0 8px 20px rgba(77, 59, 36, 0.1);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.whatsapp-float::before,
.back-to-top-float::before {
  content: "";
  width: 1.45rem;
  height: 1.45rem;
}

.whatsapp-float::before {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2.5v3M16 2.5v3M4.5 9.25h15M6.5 4.25h11a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2Z' stroke='%23fffdf8' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 13h.01M12 13h.01M16 13h.01M8 16.5h.01M12 16.5h.01' stroke='%23fffdf8' stroke-width='2.35' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.back-to-top-float::before {
  width: 1.15rem;
  height: 1.15rem;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 19V5M6.5 10.5 12 5l5.5 5.5' stroke='%238a6b22' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.72;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible,
.whatsapp-float:visited,
.back-to-top-float:hover,
.back-to-top-float:focus-visible {
  color: currentColor;
}

.whatsapp-float:hover {
  background: #b88f35;
  box-shadow: 0 16px 34px rgba(198, 160, 74, 0.28);
  transform: translateY(-1px);
}

.back-to-top-float:hover {
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 10px 24px rgba(77, 59, 36, 0.14);
  transform: translateY(-1px);
}

.whatsapp-float,
.back-to-top-float {
  position: fixed;
  right: 1rem;
  z-index: 60;
}

.whatsapp-float {
  bottom: 1rem;
}

.back-to-top-float {
  right: 1.375rem;
  bottom: 4.8rem;
}

@media (max-width: 1023px) {
  .treatment-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choose-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choose-guide-section .choose-card strong {
    font-size: 21.6px !important;
  }

  .couple-promo-banner,
  .horizontal-offer-card,
  .signature-treatment-panel-card {
    grid-template-columns: 1fr;
  }

  .couple-promo-content {
    order: 1;
  }

  .couple-promo-image {
    order: 2;
  }

  .couple-promo-image,
  .horizontal-offer-card > img,
  .signature-treatment-panel-card img {
    aspect-ratio: 16 / 9;
    height: 18rem;
    min-height: 0;
  }

  .parallax-cta {
    background-attachment: scroll;
  }

  .parallax-rewards-card {
    grid-template-columns: 1fr;
  }

  .parallax-rewards-card img {
    min-height: 0;
    aspect-ratio: auto;
    object-fit: contain;
  }
}

@media (max-width: 767px) {
  .treatments-page .section {
    padding-block: 3.25rem;
  }

  .treatments-hero h1 {
    font-size: 2.35rem !important;
  }

  .treatments-hero-description {
    font-size: 1rem !important;
  }

  .treatments-hero-card {
    min-height: 18rem;
    border-radius: 1.2rem;
  }

  .hero-image-badge {
    font-size: 0.68rem;
    padding: 0.55rem 0.75rem;
  }

  .price-summary-card {
    min-height: 4.8rem;
  }

  .price-summary-card strong {
    font-size: 1.45rem;
  }

  .treatment-tab-list {
    display: none;
  }

  .treatment-tabs-section .treatment-panel {
    display: none;
  }

  .mobile-treatment-accordion {
    display: grid;
    gap: 0.9rem;
  }

  .mobile-treatment-group {
    overflow: hidden;
    border: 1px solid rgba(198, 160, 74, 0.24);
    border-radius: 1rem;
    background: rgba(255, 253, 248, 0.78);
    box-shadow: 0 12px 30px rgba(77, 59, 36, 0.07);
  }

  .mobile-treatment-group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #332b25;
    cursor: pointer;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    line-height: 1.08;
    list-style: none;
    padding: 1.15rem 1.2rem;
    text-align: left;
  }

  .mobile-treatment-group summary::-webkit-details-marker {
    display: none;
  }

  .mobile-treatment-group summary::after {
    content: "+";
    color: #a77b29;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
  }

  .mobile-treatment-group[open] summary::after {
    content: "-";
  }

  .mobile-treatment-list {
    display: grid;
    gap: 0.75rem;
    padding: 0 0.85rem 0.95rem;
  }

  .mobile-treatment-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(138, 107, 34, 0.16);
    border-radius: 0.95rem;
    background: rgba(255, 253, 248, 0.92);
    padding: 0;
    text-align: left;
  }

  .mobile-treatment-card img {
    width: 100%;
    height: 7.5rem;
    border-radius: 0;
    object-fit: cover;
  }

  .mobile-treatment-card > div {
    display: grid;
    align-content: start;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.8rem 0.95rem 0.9rem;
  }

  .mobile-treatment-card h3 {
    color: #332b25;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.28rem;
    line-height: 1.05;
    text-align: left;
  }

  .mobile-treatment-card p {
    color: #75695f;
    font-size: calc(0.9rem - 2px) !important;
    line-height: 1.35;
    display: -webkit-box;
    overflow: hidden;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .mobile-treatment-card .treatment-badge {
    width: fit-content;
    font-size: 0.56rem !important;
    padding: 0.38rem 0.55rem;
  }

  .mobile-treatment-card .treatment-price-list {
    display: grid;
    gap: 0.38rem;
    margin-top: 0.35rem;
  }

  .mobile-treatment-card .treatment-price-list p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border: 1px solid rgba(198, 160, 74, 0.16);
    border-radius: 0.72rem;
    background: rgba(255, 250, 238, 0.9);
    line-height: 1.05;
    padding: 0.42rem 0.5rem;
    -webkit-line-clamp: unset;
  }

  .mobile-treatment-card .treatment-price-list span,
  .mobile-treatment-card .treatment-price-list strong {
    font-size: calc(0.9rem - 2px) !important;
  }

  .mobile-treatment-card .treatment-price-list span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #7a6a5a;
    font-weight: 700;
    white-space: nowrap;
  }

  .mobile-treatment-card .treatment-price-list span::before {
    content: "";
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 999px;
    background: #c6a04a;
    box-shadow: 0 0 0 3px rgba(198, 160, 74, 0.14);
  }

  .mobile-treatment-card .treatment-price-list strong {
    color: #8a6b22;
    font-weight: 800;
    white-space: nowrap;
  }

  .treatment-card-grid,
  .choose-guide-grid {
    grid-template-columns: 1fr;
  }

  .visual-treatment-card {
    grid-template-rows: 11rem 1fr;
  }

  .visual-treatment-card::before {
    height: calc(11rem - 1.1rem);
  }

  .visual-treatment-card > div {
    min-height: auto;
  }

  .visual-treatment-card h3 {
    font-size: 1.5rem;
  }

  .visual-treatment-card,
  .visual-treatment-card > div,
  .visual-treatment-card h3,
  .visual-treatment-card p {
    text-align: left;
  }

  .visual-treatment-card .treatment-badge {
    align-self: flex-start;
    font-size: 0.6rem !important;
    padding: 0.42rem 0.62rem;
  }

  .visual-treatment-card p,
  .visual-treatment-card .treatment-price-list p,
  .visual-treatment-card .treatment-price-list span,
  .visual-treatment-card .treatment-price-list strong {
    font-size: calc(0.9rem - 2px) !important;
  }

  .couple-promo-content,
  .horizontal-offer-card > div,
  .signature-treatment-panel-card > div {
    padding: 1.25rem;
  }

  .couple-promo-image,
  .horizontal-offer-card > img,
  .signature-treatment-panel-card img {
    height: 14rem;
  }

  .promo-price,
  .offer-highlight {
    font-size: 0.9rem;
  }

  .parallax-rewards-card img {
    aspect-ratio: auto;
    object-fit: contain;
  }
}

.footer-info-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .footer-info-grid {
    max-width: 48rem;
    margin-inline: auto;
  }
}

.footer-logo {
  width: 8.5rem;
  height: 8.5rem;
}

footer > div {
  align-items: start;
}

footer > div > div:first-child {
  align-self: start;
  margin-top: -0.45rem;
}

footer > div > div:first-child p {
  margin-top: 0.45rem;
}

.footer-info-item {
  display: grid;
  grid-template-columns: 2.35rem 1fr;
  gap: 1rem;
  align-items: start;
}

.footer-info-item h2 {
  color: #d8b75e;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer-info-item p,
.footer-info-item a {
  display: block;
  margin-top: 0.2rem;
  color: rgba(255, 253, 248, 0.86);
  font-size: 0.875rem;
  line-height: 1.55;
}

.footer-info-item a {
  color: #fffdf8;
}

.footer-icon {
  width: 2.1rem;
  height: 2.1rem;
  background-color: #c6a04a;
  mask: var(--footer-icon) center / contain no-repeat;
  -webkit-mask: var(--footer-icon) center / contain no-repeat;
}

.footer-icon-clock {
  --footer-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='32' r='24'/%3E%3Cpath d='M32 17v17l12 7'/%3E%3C/g%3E%3C/svg%3E");
}

.footer-icon-location {
  --footer-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M32 4C20.4 4 11 13.4 11 25c0 16.5 21 35 21 35s21-18.5 21-35C53 13.4 43.6 4 32 4Zm0 29.5a8.5 8.5 0 1 1 0-17 8.5 8.5 0 0 1 0 17Z'/%3E%3C/svg%3E");
}

.footer-icon-whatsapp {
  --footer-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M32 6C17.6 6 6 17.1 6 30.8c0 4.9 1.5 9.5 4.1 13.3L7 58l14.5-3.8c3.3 1.6 6.8 2.4 10.5 2.4 14.4 0 26-11.1 26-24.8S46.4 6 32 6Zm14.7 35.9c-.6 1.6-3.4 3-4.7 3.2-1.3.2-3 .3-4.8-.3-1.1-.3-2.6-.8-4.4-1.6-7.8-3.3-12.9-10.9-13.3-11.4-.4-.5-3.2-4.2-3.2-8.1 0-3.9 2-5.8 2.7-6.6.7-.8 1.6-1 2.1-1h1.5c.5 0 1.2-.2 1.9 1.4.7 1.6 2.3 5.5 2.5 5.9.2.4.3.9.1 1.4-.2.5-.4.9-.8 1.3-.4.4-.8.9-1.1 1.2-.4.4-.8.8-.3 1.6.5.8 2.1 3.4 4.5 5.5 3.1 2.7 5.7 3.5 6.5 3.9.8.4 1.3.3 1.8-.2.5-.6 2-2.3 2.5-3.1.5-.8 1.1-.7 1.8-.4.7.3 4.7 2.2 5.5 2.6.8.4 1.4.6 1.6.9.2.3.2 1.9-.4 3.5Z'/%3E%3C/svg%3E");
}

.footer-icon-facebook {
  --footer-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M58 32C58 17.6 46.4 6 32 6S6 17.6 6 32c0 13 9.5 23.8 22 25.7V39.5h-6.6V32H28v-5.7c0-6.5 3.9-10.1 9.8-10.1 2.8 0 5.8.5 5.8.5v6.4h-3.3c-3.2 0-4.3 2-4.3 4.1V32h7.3l-1.2 7.5H36v18.2C48.5 55.8 58 45 58 32Z'/%3E%3C/svg%3E");
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  border-top: 1px solid rgba(198, 160, 74, 0.28);
  padding-top: 1.25rem;
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.82rem;
}

.footer-bottom-inner a {
  color: #f0d28a;
}

.footer-quick-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-quick-links span {
  color: #d8b75e;
  font-weight: 700;
}

@media (max-width: 1279px) {
  .footer-bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-bottom-inner > * {
    width: 100%;
    text-align: center;
  }

  .footer-quick-links {
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  footer > div:first-child {
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
  }

  .footer-info-grid {
    grid-template-columns: 1fr;
    width: min(100%, 32rem);
  }

  .footer-info-item {
    justify-self: stretch;
    text-align: left;
  }

  .footer-info-item h2,
  .footer-info-item p,
  .footer-info-item a {
    text-align: left;
  }

  .footer-bottom-inner {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .footer-quick-links {
    justify-content: center;
  }

  .footer-bottom {
    padding-bottom: 7.25rem !important;
  }
}

@media (max-width: 767px) {
  .footer-bottom {
    padding-bottom: 7.75rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@keyframes treatmentPanelIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

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

@keyframes treatmentCardIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

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

.contact-page {
  background: #fbf7ef;
  color: var(--ink);
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 4.5rem;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(247, 239, 226, 0.92)),
    url("../../images/hero-spa-massage.webp") center / cover no-repeat;
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 6rem;
  background: linear-gradient(180deg, transparent, #fbf7ef);
  pointer-events: none;
}

.contact-hero-inner,
.contact-visit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  width: min(100% - 2.5rem, 1180px);
  margin-inline: auto;
}

.contact-visit-grid {
  align-items: stretch;
}

.contact-hero-copy h1 {
  margin-top: 1.2rem;
  max-width: none;
  color: #2f241d;
  font-size: clamp(2rem, 4.6vw, calc(4.4rem - 4px));
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.contact-hero-copy > p:not(.eyebrow) {
  max-width: 34rem;
  margin-top: 1.5rem;
  color: #6f6256;
  font-size: 1.06rem;
  line-height: 1.8;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.contact-hero-actions .btn-primary {
  font-size: calc(0.78rem - 2px);
}

.contact-hero-visual {
  position: relative;
  min-height: 31rem;
  overflow: hidden;
  border: 1px solid rgba(198, 160, 74, 0.28);
  border-radius: 1.4rem;
  box-shadow: 0 28px 70px rgba(77, 59, 36, 0.16);
}

.contact-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 31rem;
  object-fit: cover;
}

.contact-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 18, 12, 0.02), rgba(26, 18, 12, 0.22));
  pointer-events: none;
}

.contact-hero-card {
  position: absolute;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 2;
  display: grid;
  gap: 0.25rem;
  min-width: 12rem;
  border: 1px solid rgba(198, 160, 74, 0.38);
  border-radius: 1rem;
  background: rgba(255, 253, 248, 0.94);
  padding: 1rem 1.15rem;
  box-shadow: 0 18px 42px rgba(26, 18, 12, 0.18);
}

.contact-hero-card span {
  color: #8a6b22;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-hero-card strong {
  color: #2f241d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: calc(1.75rem - 2px);
  font-weight: 600;
  line-height: 1;
}

.contact-service-section {
  background: #fbf7ef;
  padding-top: 3.5rem;
}

.contact-section-heading {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
}

.contact-section-heading h2 {
  margin-top: 1rem;
  color: #332b25;
  font-size: clamp(2.25rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.08;
}

.contact-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.contact-method-card {
  display: grid;
  gap: 0.52rem;
  min-height: 10.6rem;
  align-content: start;
  border: 1px solid rgba(198, 160, 74, 0.22);
  border-radius: 0.85rem;
  background: rgba(255, 253, 248, 0.94);
  padding: 1rem 1.1rem;
  color: #332b25;
  box-shadow: 0 12px 34px rgba(77, 59, 36, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.contact-method-card:hover,
.contact-method-card:focus-visible {
  border-color: rgba(198, 160, 74, 0.5);
  color: #332b25;
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(77, 59, 36, 0.13);
}

.contact-method-card small {
  color: #8a6b22;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-method-card strong {
  overflow-wrap: anywhere;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 600;
  line-height: 1.08;
}

.contact-method-icon {
  display: inline-grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 999px;
  background: #f4e8d4;
}

.contact-method-icon::before {
  content: "";
  width: 1.18rem;
  height: 1.18rem;
  background: #8a6b22;
  mask: var(--contact-icon) center / contain no-repeat;
  -webkit-mask: var(--contact-icon) center / contain no-repeat;
}

.contact-icon-phone {
  --contact-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M48.9 40.8c-3.5 0-6.8-.6-9.8-1.7-.9-.3-2-.1-2.7.6l-4.4 4.4c-5.8-3-10.6-7.7-13.5-13.5l4.4-4.4c.7-.7.9-1.8.6-2.7-1.1-3.1-1.7-6.4-1.7-9.8 0-1.5-1.2-2.7-2.7-2.7h-7C10.5 11 9.3 12.2 9.3 13.7 9.3 35.9 27.1 53.7 49.3 53.7c1.5 0 2.7-1.2 2.7-2.7v-7.4c0-1.5-1.2-2.8-2.7-2.8h-.4Z'/%3E%3C/svg%3E");
}

.contact-icon-mail {
  --contact-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M10 16h44c2.2 0 4 1.8 4 4v24c0 2.2-1.8 4-4 4H10c-2.2 0-4-1.8-4-4V20c0-2.2 1.8-4 4-4Zm22 19.2L53.1 21H10.9L32 35.2Zm0 5.1L10 25.5V44h44V25.5L32 40.3Z'/%3E%3C/svg%3E");
}

.contact-icon-calendar {
  --contact-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M20 6h5v8h14V6h5v8h6c2.8 0 5 2.2 5 5v30c0 2.8-2.2 5-5 5H14c-2.8 0-5-2.2-5-5V19c0-2.8 2.2-5 5-5h6V6Zm30 20H14v23h36V26ZM22 33h8v7h-8v-7Zm12 0h8v7h-8v-7Z'/%3E%3C/svg%3E");
}

.contact-icon-social {
  --contact-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M56 32C56 18.7 45.3 8 32 8S8 18.7 8 32c0 11.6 8.3 21.4 19.3 23.6V39h-5.8v-7h5.8v-5.3c0-5.7 3.4-8.9 8.6-8.9 2.5 0 5.1.4 5.1.4v5.6h-2.9c-2.8 0-3.7 1.8-3.7 3.6V32h6.4l-1 7h-5.4v16.6C47.6 53.4 56 43.6 56 32Z'/%3E%3C/svg%3E");
}

.contact-visit-section {
  background:
    linear-gradient(180deg, #fbf7ef, #fffdf8 58%, #f7efe2);
  padding-top: 2rem;
}

.contact-visit-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(198, 160, 74, 0.22);
  border-radius: 1.1rem;
  background: rgba(255, 253, 248, 0.9);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  box-shadow: 0 16px 44px rgba(77, 59, 36, 0.09);
}

.contact-visit-card h2 {
  margin-top: 1rem;
  color: #2f241d;
  font-size: clamp(2.25rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.08;
}

.contact-hours {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
  padding-block: 1.25rem;
  border-top: 1px solid rgba(138, 107, 34, 0.18);
  border-bottom: 1px solid rgba(138, 107, 34, 0.18);
}

.contact-hours div {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: center;
}

.contact-hours dt {
  color: #8a6b22;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-hours dd {
  color: #2f241d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1;
}

.contact-visit-card blockquote {
  margin-top: 1.5rem;
  border-left: 4px solid #c6a04a;
  background: #f7efe2;
  color: #8a6b22;
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.8;
  padding: 1.15rem 1.25rem;
}

.contact-visit-card .btn-primary {
  width: 100%;
  margin-top: auto;
}

.contact-map-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(198, 160, 74, 0.22);
  border-radius: 1.1rem;
  background: #fffdf8;
  box-shadow: 0 24px 64px rgba(77, 59, 36, 0.13);
}

.contact-map-image {
  position: relative;
  display: block;
  min-height: 24rem;
  overflow: hidden;
  color: inherit;
  flex: 1 1 auto;
}

.contact-map-image img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.03);
  transition: transform 420ms ease;
}

.contact-map-image:hover img,
.contact-map-image:focus-visible img {
  transform: scale(1.025);
}

.contact-map-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.02), rgba(47, 36, 29, 0.16)),
    linear-gradient(90deg, rgba(255, 253, 248, 0.16), transparent 44%);
  pointer-events: none;
}

.contact-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 2.2rem;
  height: 2.2rem;
  border: 3px solid #fffdf8;
  border-radius: 999px 999px 999px 0;
  background: #8a6b22;
  box-shadow: 0 12px 26px rgba(138, 107, 34, 0.32);
  transform: translate(-50%, -78%) rotate(-45deg);
}

.contact-map-pin::after {
  content: "";
  position: absolute;
  inset: 0.48rem;
  border-radius: 999px;
  background: #fffdf8;
}

.contact-map-details {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem;
}

.contact-map-details h2 {
  margin-top: 0.4rem;
  color: #2f241d;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.08;
}

.contact-map-details p:not(.eyebrow) {
  margin-top: 0.45rem;
  color: #6f6256;
  line-height: 1.55;
}

@media (max-width: 1023px) {
  .contact-hero-inner,
  .contact-visit-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-copy h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }

  .contact-hero-copy {
    text-align: center;
  }

  .contact-hero-copy > p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-hero-actions {
    justify-content: center;
  }

  .contact-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-method-card {
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    align-content: center;
    min-height: 6rem;
    padding: 0.9rem 1rem;
    text-align: left;
  }

  .contact-method-icon {
    grid-row: span 2;
    width: 2.55rem;
    height: 2.55rem;
  }

  .contact-method-card small {
    align-self: end;
    line-height: 1.1;
  }

  .contact-method-card strong {
    align-self: start;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .contact-hero {
    padding-top: 6.75rem;
  }

  .contact-hero-inner,
  .contact-visit-grid {
    width: min(100% - 1.5rem, 1180px);
    gap: 1.5rem;
  }

  .contact-hero-copy h1 {
    font-size: clamp(calc(2rem - 4px), 10vw, calc(2.45rem - 4px));
  }

  .contact-hero-actions,
  .contact-map-details {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-hero-actions .btn-primary,
  .contact-hero-actions .btn-secondary,
  .contact-map-details .btn-secondary {
    width: 100%;
  }

  .contact-hero-visual,
  .contact-hero-visual img {
    min-height: 23rem;
  }

  .contact-method-grid {
    grid-template-columns: 1fr;
  }

  .contact-method-card {
    min-height: auto;
    gap: 0.6rem;
    padding: 1rem;
  }

  .contact-method-card strong {
    font-size: 1.45rem;
    line-height: 1.12;
  }

  .contact-hours div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }

  .contact-visit-card .btn-primary {
    margin-top: 1.75rem;
  }

  .contact-map-image,
  .contact-map-image img {
    min-height: 20rem;
  }
}


/* Page CSS */
.hero-section {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(26, 18, 12, 0.3), rgba(26, 18, 12, 0.08)),
    url("../../images/hero-spa-massage.webp") 78% center / cover no-repeat,
    #17120d;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-section::before {
  z-index: 8;
  background:
    linear-gradient(115deg, transparent 0%, rgba(240, 210, 138, 0.1) 42%, transparent 64%),
    linear-gradient(180deg, rgba(23, 18, 13, 0.02), rgba(23, 18, 13, 0.28));
  background-size: 180% 100%, 100% 100%;
  animation: heroLightSweep 18s ease-in-out infinite alternate;
}

.hero-section::after {
  z-index: 11;
  background:
    linear-gradient(180deg, transparent 68%, rgba(23, 18, 13, 0.48) 100%),
    linear-gradient(90deg, rgba(23, 18, 13, 0.56), transparent 46%, rgba(23, 18, 13, 0.16));
}

.hero-media {
  z-index: 0;
}

.hero-media.image-frame::after {
  display: none;
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(23, 18, 13, 0.62), rgba(23, 18, 13, 0.2) 58%, rgba(23, 18, 13, 0.08)),
    linear-gradient(180deg, rgba(23, 18, 13, 0.12), rgba(23, 18, 13, 0.32));
}

.hero-image {
  object-position: 78% center;
  transform-origin: 78% center;
  animation: heroImageDrift 22s ease-in-out infinite alternate;
}

.hero-copy {
  display: grid;
  gap: 1.25rem;
  max-width: 52rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-copy {
    transform: translateY(10px);
  }
}

.hero-kicker {
  color: #f1d893;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-title {
  max-width: none;
  color: #fffdf8;
  white-space: nowrap;
  text-shadow: 0 6px 26px rgba(20, 13, 8, 0.5);
}

.hero-subtitle {
  max-width: 36rem;
  color: #fff9e8;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.45;
  text-shadow: 0 3px 18px rgba(20, 13, 8, 0.44);
}

.hero-subtitle-break {
  display: none;
}

@media (min-width: 1024px) {
  .hero-subtitle {
    max-width: none;
    white-space: nowrap;
  }
}

.hero-text {
  max-width: 38rem;
  color: rgba(255, 253, 248, 0.96);
  font-size: 1.05rem;
  line-height: 1.8;
  text-shadow: 0 3px 16px rgba(20, 13, 8, 0.46);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.75rem;
}

.hero-button {
  width: 11rem;
  min-width: 11rem;
  min-height: 3rem;
  padding: 0.9rem 1.65rem;
  line-height: 1;
  text-align: center;
}

.hero-button-primary:hover {
  background: #c6a04a;
  color: #fffdf8;
  box-shadow: 0 16px 34px rgba(27, 18, 10, 0.2);
}

.hero-button-secondary {
  border-color: rgba(255, 253, 248, 0.7);
  background: rgba(255, 253, 248, 0.16);
  color: #fffdf8;
}

.hero-button-secondary:hover {
  border-color: #fffdf8;
  background: rgba(255, 253, 248, 0.92);
  color: #211b14;
  box-shadow: 0 14px 30px rgba(27, 18, 10, 0.18);
}

@keyframes heroLightSweep {
  from {
    background-position: 0% center, center;
    opacity: 0.72;
  }

  to {
    background-position: 100% center, center;
    opacity: 1;
  }
}

@keyframes heroImageDrift {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.045);
  }
}

.welcome-scene {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fbf5ee;
}

.welcome-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../../images/welcome.webp");
  background-position: left bottom;
  background-size: cover;
  filter: blur(0.25px);
  opacity: 0.74;
  transform: scale(1.01);
}

.welcome-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.42) 0%, rgba(255, 253, 248, 0.72) 42%, rgba(247, 239, 226, 0.66) 100%),
    linear-gradient(180deg, rgba(251, 247, 239, 0.3), rgba(247, 239, 226, 0.44));
  pointer-events: none;
}

.welcome-content {
  position: relative;
  z-index: 2;
}

.welcome-copy {
  max-width: 38rem;
}

.welcome-copy h2 {
  max-width: 35rem;
  color: #332b25;
}

.welcome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.welcome-actions .btn-primary,
.welcome-actions .btn-secondary {
  min-width: 12rem;
}

.welcome-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(138, 107, 34, 0.2);
  border-bottom: 1px solid rgba(138, 107, 34, 0.16);
  padding: 1.15rem 0;
}

.welcome-stats div {
  display: grid;
  gap: 0.1rem;
}

.welcome-stats strong {
  color: #c6a04a;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.welcome-stats span {
  color: #4f443b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.welcome-photo {
  position: relative;
  min-height: clamp(28rem, 52vw, 42rem);
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.82);
  border-radius: 2rem;
  background: linear-gradient(135deg, #f4e8d4, #fffdf8);
  box-shadow: 0 26px 70px rgba(77, 59, 36, 0.18);
}

.welcome-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.08), rgba(23, 18, 13, 0.1));
  pointer-events: none;
}

.welcome-photo::before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  border: 1px solid rgba(255, 253, 248, 0.76);
  border-radius: 1.55rem;
  pointer-events: none;
  z-index: 2;
}

.welcome-pill {
  position: absolute;
  left: 50%;
  top: 1.35rem;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 3rem);
  border: 1px solid rgba(198, 160, 74, 0.28);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  color: #8a6b22;
  padding: 0.55rem 1.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(77, 59, 36, 0.08);
  z-index: 3;
}

.welcome-care-card {
  position: absolute;
  right: 1.35rem;
  bottom: 1.35rem;
  max-width: min(21rem, calc(100% - 2.7rem));
  border-radius: 1.25rem;
  background: rgba(255, 253, 248, 0.95);
  padding: 1.25rem 1.35rem;
  box-shadow: 0 18px 42px rgba(77, 59, 36, 0.16);
  z-index: 3;
}

.welcome-care-card p {
  color: #8a6b22;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.welcome-care-card h3 {
  margin-top: 0.5rem;
  color: #332b25;
  font-size: 1.8rem;
}

.welcome-care-card span {
  display: block;
  margin-top: 0.55rem;
  color: #6f6256;
  font-size: 0.9rem;
  line-height: 1.7;
}

.couple-offer-price {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: fit-content;
  border: 0;
  background: transparent;
  color: #8a6b22;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.1;
  padding: 0;
  text-shadow: 0 8px 22px rgba(138, 107, 34, 0.12);
}

.couple-offer-price::before,
.couple-offer-price::after {
  content: "";
  width: 2.25rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 160, 74, 0.78), transparent);
}

.couple-offer-price::before {
  background: linear-gradient(90deg, transparent, rgba(198, 160, 74, 0.78));
}

.couple-offer-price::after {
  background: linear-gradient(90deg, rgba(198, 160, 74, 0.78), transparent);
}

.signature-price {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .couple-offer-price {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }

  .couples-offer-copy .couple-offer-price {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .couple-offer-price {
    font-size: calc(clamp(1.45rem, 3vw, 1.9rem) + 4px) !important;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }

  main section {
    text-align: center;
  }

  main section .btn-primary,
  main section .btn-secondary,
  main section .treatment-card-button {
    margin-left: auto;
    margin-right: auto;
  }

  main section .hero-actions,
  main section .welcome-actions {
    align-items: center;
    justify-content: center;
  }

  main section .eyebrow,
  main section .ornament {
    margin-left: auto;
    margin-right: auto;
  }

  main section h1 {
    font-size: calc(3rem - 2px) !important;
  }

  main section h2 {
    font-size: calc(2.25rem - 6px) !important;
  }

  .why-title {
    font-size: calc(2.25rem - 8px) !important;
  }

  .gallery-title {
    font-size: calc(2.25rem - 8px) !important;
  }

  .faq-title {
    font-size: calc(2.25rem - 8px) !important;
  }

  main section h3 {
    font-size: calc(1.5rem - 2px) !important;
  }

  main section p,
  main section a,
  main section button,
  main section span,
  main section strong,
  main section summary {
    font-size: calc(1em - 2px) !important;
  }

  main section h1 + p,
  main section h2 + p,
  .hero-subtitle {
    font-size: 1rem !important;
  }

  main section .choose-card span {
    font-size: 0.72rem !important;
  }

  main section .choose-guide-section .choose-card strong {
    font-size: 21.6px !important;
  }

  main section .mobile-treatment-group summary {
    font-size: 24px !important;
    line-height: 1.08 !important;
  }

  .card-lux p,
  .card-lux a,
  .treatment-card p,
  .treatment-card a,
  .treatment-card span,
  .treatment-card strong,
  .faq-item p,
  .faq-item summary {
    font-size: 1rem !important;
  }

  .hero-image {
    object-position: 72% center;
  }

  .couple-offer-price {
    font-size: clamp(1.45rem, 3vw, 1.9rem) !important;
  }

  .signature-price {
    font-size: 20px !important;
  }

  .hero-section {
    height: 100svh;
    max-height: 100svh;
    min-height: 100svh !important;
    padding-top: 0 !important;
  }

  .hero-content {
    height: 100svh;
    max-height: 100svh;
    min-height: 100svh !important;
    padding-top: 5.5rem !important;
    padding-bottom: 1.25rem !important;
  }

  .hero-copy {
    gap: 1rem;
    transform: translateY(-46px);
  }

  .hero-text {
    font-size: 1rem !important;
  }

  .hero-title {
    font-size: calc(3rem - 8px) !important;
    max-width: none;
    white-space: normal;
  }

  .hero-subtitle-break {
    display: block;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-button {
    width: 100%;
  }

  .welcome-scene {
    padding-top: 4.5rem;
  }

  .welcome-bg {
    background-image: url("../../images/Mwhyus.webp");
    background-position: left bottom;
    opacity: 0.74;
  }

  .welcome-scene::before {
    background:
      linear-gradient(90deg, rgba(255, 253, 248, 0.42) 0%, rgba(255, 253, 248, 0.72) 42%, rgba(247, 239, 226, 0.66) 100%),
      linear-gradient(180deg, rgba(251, 247, 239, 0.3), rgba(247, 239, 226, 0.44));
  }

  .welcome-copy {
    max-width: none;
  }

  .welcome-actions .btn-primary,
  .welcome-actions .btn-secondary {
    width: 100%;
  }

  .welcome-stats {
    display: none;
  }

  .welcome-photo {
    min-height: 28rem;
    border-radius: 1.4rem;
  }

  .welcome-photo::before {
    inset: 0.55rem;
    border-radius: 1rem;
  }

  .welcome-pill {
    top: 1rem;
    font-size: 0.62rem;
    letter-spacing: 0.16em;
  }

  .welcome-care-card {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: none;
  }
}

.treatment-carousel-shell {
  position: relative;
}

.treatment-carousel {
  display: grid;
  grid-auto-columns: minmax(23rem, calc((100% - 1.75rem) / 3.05));
  grid-auto-flow: column;
  gap: 0.875rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0.35rem 0 1.6rem;
  scroll-padding-inline: 0;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.treatment-carousel::-webkit-scrollbar {
  display: none;
}

.treatment-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(198, 160, 74, 0.24);
  border-radius: 1.35rem;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: none;
  scroll-snap-align: start;
}

.treatment-card-image {
  position: relative;
  height: clamp(15rem, 24vw, 19rem);
  overflow: hidden;
  background: linear-gradient(135deg, #f4e8d4, #fffdf8);
}

.treatment-card-image::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border: 1px solid rgba(198, 160, 74, 0.72);
  pointer-events: none;
}

.treatment-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.treatment-card:hover img {
  transform: scale(1.035);
}

.treatment-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.25rem 1.45rem 1.35rem;
  color: var(--ink);
}

.treatment-card-title {
  color: #332b25;
  font-size: clamp(1.6rem, 2.4vw, 1.95rem);
  line-height: 1;
}

.treatment-card-copy {
  min-height: 3.2rem;
  color: #75695f;
  font-size: 0.9rem;
  line-height: 1.35;
}

.treatment-prices {
  display: grid;
}

.treatment-prices p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(138, 107, 34, 0.14);
  color: #4f443b;
  font-size: 0.9rem;
  line-height: 1.05;
  padding: 0.4rem 0;
}

.treatment-prices strong {
  color: #332b25;
  font-weight: 800;
  white-space: nowrap;
}

.treatment-card-button {
  width: 100%;
  margin-top: auto;
  min-height: 2.65rem;
  background: var(--gold);
  color: #fffdf8;
  box-shadow: none;
}

.treatment-card-button:hover {
  background: var(--gold-soft);
  color: #fffdf8;
  box-shadow: none;
}

.faq-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.38), rgba(255, 253, 248, 0.62)),
    linear-gradient(180deg, rgba(251, 247, 239, 0.28), rgba(247, 239, 226, 0.42)),
    url("../../images/whyus.webp") center center / cover no-repeat,
    #fbf5ee;
}

.faq-section::before {
  display: none;
}

.faq-section::after {
  display: none;
}

.faq-photo {
  align-self: stretch;
  min-height: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(198, 160, 74, 0.32);
  border-radius: 1.6rem;
  box-shadow: 0 26px 70px rgba(77, 59, 36, 0.1);
}

.faq-photo::before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  z-index: 2;
  border: 1px solid rgba(255, 253, 248, 0.76);
  border-radius: 1.2rem;
  pointer-events: none;
}

.faq-content {
  position: relative;
}

.faq-item {
  border: 1px solid rgba(198, 160, 74, 0.34);
  border-radius: 1.05rem;
  background: rgba(255, 253, 248, 0.44);
  padding: 1.05rem 1.25rem;
  backdrop-filter: blur(4px);
}

.faq-item summary {
  cursor: pointer;
  color: #332b25;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid rgba(198, 160, 74, 0.42);
  border-radius: 999px;
  color: #c6a04a;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin-top: 0.75rem;
  color: #6f6256;
  line-height: 1.75;
}

.treatment-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border: 1px solid rgba(198, 160, 74, 0.34);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.94);
  color: #7a4a1d;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(77, 59, 36, 0.14);
  transform: translateY(-50%);
  transition: transform 180ms ease, background 180ms ease;
}

.treatment-arrow:hover {
  background: #fffdf8;
  transform: translateY(-50%) scale(1.05);
}

.treatment-arrow-left {
  left: -1.4rem;
}

.treatment-arrow-right {
  right: -1.4rem;
}

@media (max-width: 1023px) {
  .why-section {
    background-color: #FEE9C8;
    background-image:
      linear-gradient(90deg, rgba(255, 250, 240, 0.72), rgba(252, 238, 214, 0.78)),
      linear-gradient(180deg, rgba(255, 242, 222, 0.5), rgba(239, 224, 188, 0.42)),
      url("../../images/Mwhyus.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .faq-section {
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.72), rgba(252, 238, 214, 0.78)),
      linear-gradient(180deg, rgba(255, 242, 222, 0.5), rgba(247, 232, 208, 0.56)),
      url("../../images/Mwhyus.webp") center center / cover no-repeat,
      #FEE9C8;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .faq-photo {
    order: 2;
    width: min(100%, 42rem);
    min-height: 24rem;
    height: auto;
    max-height: none;
    margin-inline: auto;
    aspect-ratio: 4 / 3;
  }

  .faq-content {
    order: 1;
  }

  .treatment-carousel {
    grid-auto-columns: minmax(21rem, 78vw);
  }

  .treatment-arrow-left {
    left: 0.25rem;
  }

  .treatment-arrow-right {
    right: 0.25rem;
  }
}

@media (max-width: 640px) {
  .treatment-carousel {
    grid-auto-columns: minmax(18rem, 92vw);
  }

  .treatment-card-content {
    padding: 1.35rem;
    text-align: left;
  }

  .treatment-card-title {
    text-align: left;
  }

  .treatment-card-copy {
    min-height: auto;
    text-align: left;
  }

  .treatment-card .treatment-card-copy {
    font-size: calc(0.9rem - 2px) !important;
  }

  .treatment-card .treatment-prices p,
  .treatment-card .treatment-prices span,
  .treatment-card .treatment-prices strong {
    font-size: calc(0.9rem - 2px) !important;
  }
}

@media (max-width: 767px) {
  .treatment-arrow {
    display: none;
  }

  main section .btn-primary,
  main section .treatment-card-button {
    font-size: 0.82rem !important;
  }
}

@media (max-width: 1023px) {
  .about-hero {
    min-height: 74vh;
    padding: 8.5rem 0 4.5rem;
    background-position: 58% center;
  }

  .about-hero h1 {
    font-size: clamp(3rem, 10vw, 5rem);
  }

  .about-values-grid {
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }

  .about-value-card {
    min-height: auto;
  }

  .about-visual-card,
  .about-visual-card-offset {
    transform: none;
  }

  .gallery-hero {
    min-height: 64vh;
    padding: 8rem 0 4rem;
  }

  .gallery-mosaic {
    grid-auto-rows: 10rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-spa-gallery {
    gap: 0.55rem;
    grid-auto-rows: 6rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-spa-gallery .image-frame:nth-child(6n + 1),
  .about-spa-gallery .image-frame:nth-child(6n + 5),
  .about-spa-gallery .image-frame:nth-child(6n + 6) {
    grid-row: span 2;
  }

  .about-spa-gallery .image-frame:nth-child(6n + 2),
  .about-spa-gallery .image-frame:nth-child(6n + 3),
  .about-spa-gallery .image-frame:nth-child(6n + 4) {
    grid-row: span 3;
  }

  .gallery-button-desktop {
    display: none;
  }

  .gallery-button-mobile {
    display: block;
  }

  .home-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-gallery-grid .image-frame {
    aspect-ratio: 1 / 1 !important;
  }
}

@media (max-width: 767px) {
  .about-hero {
    min-height: 68vh;
    padding: 7.25rem 0 3.5rem;
    background-position: 62% center;
  }

  .about-hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .about-hero h1 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(3.15rem - 8px) !important;
    line-height: 0.98;
  }

  .about-hero-title-prefix,
  .about-hero-title-name {
    display: block;
  }

  .about-hero-title-prefix {
    font-size: inherit !important;
  }

  .about-hero-title-name {
    margin-top: 0.15rem;
    font-size: 2.05rem !important;
    line-height: 1;
    white-space: nowrap;
  }

  .about-hero p:not(.eyebrow) {
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem !important;
    line-height: 1.7;
  }

  .about-hero-highlights {
    gap: 0.5rem;
    justify-content: center;
  }

  .about-hero-highlights span {
    min-height: 2.25rem;
    font-size: calc(0.66rem - 2px) !important;
    padding: 0.65rem 0.78rem;
  }

  .about-value-card {
    border-radius: 1.1rem !important;
    padding: 1.45rem !important;
    text-align: left;
  }

  .about-value-card::before {
    top: 1rem;
    right: 1rem;
    font-size: 3.35rem;
  }

  .about-value-card h2 {
    font-size: 2.05rem;
  }

  .about-visual-grid {
    gap: 0.75rem;
  }

  .about-visual-card {
    aspect-ratio: 4 / 3 !important;
  }

  .about-visual-card::before {
    inset: 0.55rem;
  }

  .about-visual-card span {
    left: 0.9rem;
    bottom: 0.9rem;
    max-width: calc(100% - 1.8rem);
    font-size: 0.62rem;
    padding: 0.62rem 0.75rem;
  }

  .gallery-hero {
    min-height: 58vh;
    padding: 7rem 0 3.5rem;
  }

  .gallery-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .gallery-mosaic {
    gap: 0.7rem;
    grid-auto-rows: 9.5rem;
  }

  .about-spa-gallery {
    gap: 0.5rem;
    grid-auto-rows: 5.2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-mosaic-feature,
  .gallery-mosaic-wide {
    grid-column: span 2;
  }

  .gallery-mosaic-tall {
    grid-row: span 1;
  }

  .faq-photo {
    min-height: 18rem;
  }

  .faq-item summary {
    font-size: calc(1rem + 2px) !important;
    line-height: 1.18;
    text-align: left;
  }

  .faq-item p {
    line-height: 1.45;
  }

  .gallery-lightbox {
    padding: 4.5rem 1rem;
  }

  .gallery-lightbox img {
    width: 100%;
    height: auto;
    max-height: 78vh;
    object-fit: contain;
  }

  .gallery-lightbox-nav {
    width: 2.55rem;
    height: 2.55rem;
  }

  .gallery-lightbox-prev {
    left: 0.5rem;
  }

  .gallery-lightbox-next {
    right: 0.5rem;
  }

  .home-gallery-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-gallery-grid {
    gap: 0.5rem;
  }
}

@media (max-width: 1199px) {
  main .choose-guide-section .choose-card strong {
    font-size: 21.6px !important;
  }

  main .promo-banner-section > div {
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  main .promo-banner-section .couple-promo-banner {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  main .promo-banner-section .couple-promo-content {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: clamp(1.35rem, 4vw, 2.25rem) 1rem !important;
    text-align: center !important;
  }

  main .promo-banner-section .couple-promo-image {
    order: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  main .promo-banner-section .couple-promo-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
  }

  main .promo-banner-section .couple-promo-content h2,
  main .promo-banner-section .couple-promo-content p,
  main .promo-banner-section .couple-promo-content a {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  main .promo-banner-section .couple-promo-content .eyebrow,
  main .promo-banner-section .couple-promo-content .promo-price {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  .promo-banner-section > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .couple-promo-banner {
    width: 100%;
    max-width: 100%;
    border-radius: 1.1rem;
  }

  .couple-promo-content {
    padding: 1.45rem 1rem 1.35rem;
  }

  .couple-promo-content h2 {
    font-size: 1.8rem !important;
    line-height: 1.08;
  }

  .couple-promo-content p {
    font-size: 0.86rem !important;
    line-height: 1.6;
  }

  .couple-promo-content .promo-price {
    max-width: 100%;
    font-size: 0.82rem !important;
    line-height: 1.15;
    white-space: normal;
  }

  .couple-promo-content .btn-primary {
    max-width: 100%;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    white-space: normal;
  }

  .couple-promo-image img {
    border-radius: 0 0 1.1rem 1.1rem;
  }

  .parallax-rewards-card {
    gap: 0.65rem;
    padding: 0.75rem;
  }

  main .parallax-rewards-card .offer-highlight {
    font-size: calc(0.9rem - 2px) !important;
  }
}

@media (min-width: 1200px) {
  main .promo-banner-section .couple-promo-content .eyebrow,
  main .parallax-rewards-card .eyebrow {
    font-size: calc(0.78rem - 2px) !important;
  }

  main .promo-banner-section .couple-promo-content h2,
  main .parallax-rewards-card h2 {
    font-size: calc(2.25rem - 2px) !important;
  }

  main .promo-banner-section .couple-promo-content .promo-price,
  main .promo-banner-section .couple-promo-content .btn-primary,
  main .parallax-rewards-card .offer-highlight,
  main .parallax-rewards-card .btn-primary,
  main .parallax-rewards-card .btn-secondary {
    font-size: calc(1rem - 2px) !important;
  }

  main .parallax-rewards-card p:not(.eyebrow):not(.offer-highlight) {
    font-size: 1rem !important;
  }
}

main.contact-page .contact-hero-card strong {
  font-size: 1.625rem;
}

@media (max-width: 767px) {
  main.contact-page .contact-service-section {
    padding-top: 2.25rem;
  }

  main.contact-page .contact-section-heading {
    max-width: 21rem;
  }

  main.contact-page .contact-section-heading h2 {
    font-size: 2rem !important;
    line-height: 1.08;
  }

  main.contact-page .contact-method-grid {
    gap: 0.75rem;
    margin-top: 1.35rem;
  }

  main.contact-page .contact-method-card {
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    align-content: center;
    min-height: 5.9rem;
    padding: 0.9rem 1rem;
    text-align: left;
  }

  main.contact-page .contact-method-icon {
    grid-row: span 2;
    width: 2.55rem;
    height: 2.55rem;
  }

  main.contact-page .contact-method-card small {
    align-self: end;
    font-size: 0.68rem !important;
    line-height: 1.1;
  }

  main.contact-page .contact-method-card strong {
    align-self: start;
    color: #2f241d;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 1rem !important;
    font-weight: 600;
    line-height: 1.3;
  }

  main.contact-page .contact-hero-card strong {
    font-size: 1.35rem !important;
  }
}

@media (min-width: 1024px) {
  main.contact-page .contact-section-heading {
    max-width: 58rem;
  }

  main.contact-page .contact-section-heading h2 {
    font-size: 2.75rem !important;
    white-space: nowrap;
  }

  main.contact-page .contact-visit-card h2 {
    font-size: 2.75rem !important;
  }

  main.contact-page .contact-map-details h2 {
    font-size: 2rem !important;
  }
}

main.contact-page .contact-map-details p:not(.eyebrow) {
  font-size: calc(1rem - 2px);
}

main.contact-page .contact-visit-card {
  text-align: center;
}

main.contact-page .contact-visit-card .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

main.contact-page .contact-hours div {
  justify-content: center;
}

main.contact-page .contact-map-details > div {
  flex: 1;
  text-align: center;
}

main.contact-page .contact-map-details .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

main.contact-page .contact-visit-card .btn-primary,
main.contact-page .contact-map-details .btn-secondary {
  font-size: calc(0.78rem - 2px);
  white-space: nowrap;
}

@media (max-width: 767px) {
  main.contact-page .contact-hero-copy h1 {
    font-size: calc(3rem - 6px) !important;
  }

  main.contact-page .contact-section-heading h2 {
    font-size: calc(2rem - 2px) !important;
  }

  main.contact-page .contact-visit-card h2 {
    font-size: calc(2.25rem - 8px) !important;
  }

  main.contact-page .contact-map-details h2 {
    font-size: calc(1.7rem - 2px) !important;
  }

  main.contact-page .contact-map-details p:not(.eyebrow) {
    font-size: calc(1rem - 2px) !important;
  }

  main.contact-page .contact-visit-card .btn-primary,
  main.contact-page .contact-map-details .btn-secondary {
    font-size: calc(0.82rem - 2px) !important;
  }
}
