:root {
  --bg-soft: #faf5ef;
  --text-main: #1f1a17;
  --text-muted: #594c45;
  --accent: #2f6f5e;
  --accent-dark: #255a4c;
  --cta-brown: #4a2f23;
  --cta-brown-hover: #3b251c;
  --cta-brown-active: #2f1d16;
  --font-display: "Canela", "Playfair Display", "Libre Baskerville", "Times New Roman", serif;
  --font-body: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-accent: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --measure: 72ch;
}

body {
  background: var(--bg-soft);
  color: var(--text-main);
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
  line-height: 1.68;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--accent-dark);
}

a:hover {
  color: var(--accent);
}

main section {
  padding-top: clamp(3.25rem, 4.5vw, 5rem) !important;
  padding-bottom: clamp(3.25rem, 4.5vw, 5rem) !important;
}

main p,
main li,
main .accordion-body {
  line-height: 1.72;
}

main p {
  max-width: var(--measure);
}

main ul,
main ol {
  max-width: var(--measure);
}

main li {
  margin-bottom: 0.35rem;
}

main section > .container > h1,
main section > .container > h2 {
  margin-bottom: 1rem;
}

h1,
.h1,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 4rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 600;
}

h2,
.h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 2.5rem);
  line-height: 1.24;
  letter-spacing: -0.005em;
  font-weight: 600;
}

h3,
.h3 {
  font-family: var(--font-display);
  font-size: clamp(1.375rem, 2.1vw, 1.625rem);
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 600;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-body);
  letter-spacing: 0;
  font-weight: 600;
}

h4,
.h4 {
  font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.4rem);
  line-height: 1.35;
}

h5,
.h5 {
  font-size: clamp(1.125rem, 1.05rem + 0.35vw, 1.25rem);
  line-height: 1.4;
}

h6,
.h6 {
  font-size: clamp(1rem, 0.97rem + 0.2vw, 1.08rem);
  line-height: 1.45;
}

.lead {
  font-size: clamp(1.1rem, 1.02rem + 0.5vw, 1.325rem);
  line-height: 1.7;
  letter-spacing: 0.012em;
  color: var(--text-muted);
  max-width: 60ch;
}

small,
.small,
.text-muted {
  font-size: clamp(0.8125rem, 0.79rem + 0.2vw, 0.875rem);
  line-height: 1.5;
  letter-spacing: 0.015em;
}

.type-accent,
.reference-quote,
blockquote,
.blockquote {
  font-family: var(--font-accent);
  font-size: clamp(1.15rem, 1.04rem + 0.45vw, 1.35rem);
  font-style: italic;
  line-height: 1.55;
  letter-spacing: 0;
  color: #3b2d27;
}

.reference-quote {
  position: relative;
  padding-left: 1rem;
}

.reference-quote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -0.06em;
  font-family: var(--font-display);
  font-size: 1.5em;
  line-height: 1;
  color: rgba(89, 76, 69, 0.45);
  font-style: normal;
}

.site-header {
  z-index: 1030;
}

.site-header .site-navbar {
  background: rgba(250, 245, 239, 0.92) !important;
  backdrop-filter: blur(8px);
  transition: background-color 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.site-header .site-navbar .navbar-brand,
.site-header .site-navbar .nav-link {
  transition: color 220ms ease, text-shadow 220ms ease;
}

body.home-page .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  --home-nav-progress: 0;
  --home-nav-progress-pct: 0%;
  --home-nav-inverse-pct: 100%;
  --home-nav-text-shadow-alpha: 0.42;
}

body.home-page .site-header .site-navbar {
  background: rgba(250, 245, 239, calc(var(--home-nav-progress) * 0.94)) !important;
  backdrop-filter: blur(calc(var(--home-nav-progress) * 8px));
  border-color: rgba(31, 26, 23, calc(var(--home-nav-progress) * 0.1)) !important;
  box-shadow: 0 0.35rem 1.1rem rgba(21, 17, 14, calc(var(--home-nav-progress) * 0.14));
}

body.home-page .site-header .site-navbar .navbar-brand,
body.home-page .site-header .site-navbar .nav-link {
  color: #fff;
  color: color-mix(in srgb, #fff var(--home-nav-inverse-pct), var(--text-main) var(--home-nav-progress-pct));
  text-shadow: 0 1px 2px rgba(0, 0, 0, var(--home-nav-text-shadow-alpha));
}

body.home-page .site-header .navbar-toggler {
  border-color: color-mix(in srgb, rgba(255, 255, 255, 0.44) var(--home-nav-inverse-pct), rgba(31, 26, 23, 0.2) var(--home-nav-progress-pct));
  background: color-mix(in srgb, rgba(15, 12, 10, 0.2) var(--home-nav-inverse-pct), rgba(250, 245, 239, 0.88) var(--home-nav-progress-pct));
}

body.home-page .site-header .navbar-toggler-icon {
  filter: invert(calc(1 - var(--home-nav-progress)));
}

body.home-page .site-header.is-menu-open {
  --home-nav-progress: 1;
  --home-nav-progress-pct: 100%;
  --home-nav-inverse-pct: 0%;
  --home-nav-text-shadow-alpha: 0;
}

.mobile-nav {
  --bs-offcanvas-width: 100vw;
  --bs-offcanvas-bg: var(--cta-brown);
  --bs-offcanvas-color: #fff;
  --bs-offcanvas-border-width: 0;
  --bs-offcanvas-transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  height: 100dvh;
  will-change: transform;
}

.mobile-nav .offcanvas-body {
  padding-top: 1.5rem;
}

.mobile-nav .nav-link {
  color: #fff;
  font-size: clamp(1.35rem, 1.2rem + 0.9vw, 1.8rem);
  font-weight: 650;
  letter-spacing: 0.01em;
  padding: 0.5rem 0;
}

.mobile-nav .nav-link:hover,
.mobile-nav .nav-link:focus-visible {
  color: rgba(255, 255, 255, 0.86);
}

.mobile-nav-reserve {
  font-weight: 650;
  font-size: 1.05rem;
}

.navbar-brand {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 1.25rem + 0.9vw, 1.95rem);
  letter-spacing: -0.01em;
}

.nav-link {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.card-body p {
  max-width: 62ch;
}

.massage-carousel {
  --carousel-gap: 1rem;
  --carousel-cards-per-view: 1;
  position: relative;
}

.massage-carousel-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.massage-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.massage-carousel-track {
  display: flex;
  align-items: stretch;
  gap: var(--carousel-gap);
}

.massage-slide {
  flex: 0 0 calc((100% - (var(--carousel-cards-per-view) - 1) * var(--carousel-gap)) / var(--carousel-cards-per-view));
  scroll-snap-align: start;
  transition: transform 320ms ease-in-out, box-shadow 320ms ease-in-out;
}

.gift-carousel {
  --carousel-gap: 0.85rem;
}

.voucher-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(31, 26, 23, 0.18);
  border-radius: 999px;
  background: rgba(250, 245, 239, 0.72);
  color: #45352e;
  opacity: 0.55;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: opacity 240ms ease-in-out, background-color 240ms ease-in-out, border-color 240ms ease-in-out;
}

.carousel-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  opacity: 0.95;
  background: rgba(250, 245, 239, 0.96);
  border-color: rgba(31, 26, 23, 0.36);
  outline: none;
}

.carousel-arrow-prev {
  left: -1.25rem;
}

.carousel-arrow-next {
  right: -1.25rem;
}

@media (hover: hover) and (pointer: fine) {
  .massage-slide:hover {
    transform: translateY(-2px) scale(1.006);
    box-shadow: 0 0.9rem 1.7rem rgba(31, 26, 23, 0.12) !important;
  }
}

@media (min-width: 768px) {
  .massage-carousel {
    --carousel-cards-per-view: 2;
  }
}

@media (min-width: 1024px) {
  .massage-carousel {
    --carousel-cards-per-view: 3;
  }

  .massage-carousel-viewport {
    overflow-x: hidden;
  }
}

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

.service-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.15rem + 0.8vw, 1.65rem);
  line-height: 1.28;
  letter-spacing: -0.004em;
  font-weight: 600;
}

.meta-title {
  font-family: var(--font-body);
  font-size: clamp(0.8125rem, 0.79rem + 0.2vw, 0.875rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
}

.accordion-button {
  font-weight: 500;
}

.table {
  font-size: clamp(0.98rem, 0.93rem + 0.18vw, 1.06rem);
}

.table thead th {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-primary {
  --bs-btn-bg: var(--cta-brown);
  --bs-btn-border-color: var(--cta-brown);
  --bs-btn-hover-bg: var(--cta-brown-hover);
  --bs-btn-hover-border-color: var(--cta-brown-hover);
  --bs-btn-active-bg: var(--cta-brown-active);
  --bs-btn-active-border-color: var(--cta-brown-active);
}

.btn-outline-primary {
  --bs-btn-color: var(--accent-dark);
  --bs-btn-border-color: var(--accent-dark);
  --bs-btn-hover-bg: var(--accent-dark);
  --bs-btn-hover-border-color: var(--accent-dark);
}

.hero-video-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  padding: 0 !important;
  height: 100dvh;
  max-height: 100dvh;
  min-height: 32rem;
  background: #120f0d;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.46) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 100%;
  padding-top: clamp(6.25rem, 11vh, 8.5rem);
  padding-bottom: clamp(2.5rem, 7vh, 4rem);
}

.hero-copy {
  max-width: min(96%, 44rem);
}

.hero-copy h1 {
  max-width: 13ch;
  color: #fff;
}

.hero-copy .lead {
  color: rgba(255, 255, 255, 0.9);
  max-width: 44ch;
}

.hero-copy .btn-outline-light {
  border-width: 1.5px;
}

@media (max-width: 991.98px) {
  .hero-content {
    align-items: flex-end;
    padding-top: 6rem;
    padding-bottom: 5.2rem;
  }
}

.placeholder-box {
  border: 2px dashed #d38f5d;
  background: #fff4ea;
  color: #9a4d00;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
}

.placeholder-box.large {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-cta {
  position: fixed;
  z-index: 1050;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(250, 245, 239, 0.98);
  padding: 0.75rem;
  border-top: 1px solid #ddd0c8;
  display: flex;
  gap: 0.75rem;
  font-family: var(--font-body);
}

@media (max-width: 991.98px) {
  body {
    padding-bottom: 5rem;
  }
}
