:root {
  --ink: #214423;
  --ink-soft: #214423;
  --paper: #f7f5ef;
  --paper-strong: #fffdf8;
  --sage: #63735a;
  --sage-dark: #214423;
  --mint: #9ccbc2;
  --gold: #CA9D4C;
  --copper: #a76443;
  --rose: #d58b7a;
  --line: rgba(33, 68, 35, 0.12);
  --shadow: 0 24px 70px rgba(33, 68, 35, 0.18);
  --radius: 8px;
  --shell: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 28px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-inter), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button,
input {
  font: inherit;
}

.booking-contact-trigger {
  margin: 0;
  appearance: none;
  cursor: pointer;
}

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 50;
  color: var(--paper-strong);
}

.site-header.is-scrolled {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.top-strip {
  border-bottom: 1px solid rgba(255, 253, 248, 0.16);
  background: rgba(8, 18, 10, 0.62);
  backdrop-filter: blur(12px);
  color: var(--paper-strong);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.top-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: min(100%, 1260px);
  min-height: 38px;
  margin: 0 auto;
  padding: 4px 20px;
}

.main-nav {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 20px;
  max-width: 1260px;
  min-height: 160px;
  margin: 0 auto;
  padding: 16px 28px;
}

.nav-group {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.1vw, 30px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-right {
  justify-content: flex-end;
}

.nav-group a {
  position: relative;
  padding: 8px 0;
}

.nav-group a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-group a:hover::after {
  transform: scaleX(1);
}

.brand {
  position: absolute;
  left: 50%;
  top: 8px;
  width: 148px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 0;
  transform: translateX(-50%);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.book-pill,
.primary-action,
.secondary-action,
.booking-summary a,
.booking-summary button,
.location-actions a,
.newsletter button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border 180ms ease;
}

.book-pill {
  justify-self: end;
  min-height: 40px;
  padding: 0 18px;
  background: var(--gold);
  color: var(--ink);
  font-size: 11px;
}

.language-selector {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px;
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 999px;
  background: rgba(8, 18, 10, 0.38);
  box-shadow: 0 8px 24px rgba(8, 18, 10, 0.12);
  backdrop-filter: blur(10px);
}

.top-strip .language-selector {
  margin-left: 2px;
}

.language-selector a {
  display: grid;
  min-width: 28px;
  min-height: 26px;
  place-items: center;
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.76);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.09em;
  transition: color 180ms ease, background 180ms ease;
}

.language-selector a:hover,
.language-selector a.is-active {
  background: var(--paper-strong);
  color: var(--ink);
}

.book-pill:hover,
.primary-action:hover,
.secondary-action:hover,
.location-actions a:hover,
.newsletter button:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(33, 68, 35, 0.18);
  color: inherit;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-slider,
.hero-slide,
.hero-slide img,
.hero-slide video,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  background:
    radial-gradient(circle at 74% 35%, rgba(202, 157, 76, 0.12), transparent 28%),
    radial-gradient(circle at 42% 12%, rgba(255, 253, 248, 0.08), transparent 24%),
    linear-gradient(115deg, #071109 0%, #132719 42%, #071109 100%);
  transform: scale(1.02);
  transition: opacity 900ms ease, transform 2200ms ease;
}

.hero-slide::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, #071109 0%, rgba(7, 17, 9, 0.72) 14%, rgba(7, 17, 9, 0) 42%),
    linear-gradient(180deg, #071109 0%, rgba(7, 17, 9, 0.56) 13%, rgba(7, 17, 9, 0) 34%);
  content: "";
}

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

.hero-slide img,
.hero-slide video {
  z-index: 0;
  inset: auto 0 0 auto;
  width: min(86vw, 1320px);
  height: min(82vh, 760px);
  object-fit: cover;
  object-position: center;
}

.hero-slide video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.hero-video-play {
  position: absolute;
  z-index: 2;
  top: 52%;
  right: clamp(28px, 17vw, 220px);
  display: grid;
  width: 78px;
  height: 78px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 253, 248, 0.32);
  border-radius: 50%;
  background: rgba(33, 68, 35, 0.76);
  box-shadow: 0 14px 34px rgba(7, 17, 9, 0.22);
  color: var(--paper-strong);
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}

.hero-video-play svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
  transform: translateX(2px);
}

.hero-video-play:hover,
.hero-video-play:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.hero-scrim {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 18, 10, 0.68), rgba(8, 18, 10, 0.14) 52%, rgba(8, 18, 10, 0.18)),
    linear-gradient(0deg, rgba(8, 18, 10, 0.42), transparent 46%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  min-height: 94vh;
  margin-left: clamp(22px, 8vw, 120px);
  padding: 170px 24px 96px 0;
  color: var(--paper-strong);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.section-heading h2,
.intro-copy h2,
.booking-copy h2,
.info-layout h2,
.content-copy h2,
.detail-copy h2,
.seo-audit h2 {
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
  font-weight: 700;
  line-height: 1.05;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(54px, 8.5vw, 118px);
}

.hero-content p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: clamp(17px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-action {
  padding: 0 24px;
  background: var(--gold);
  color: var(--ink);
  font-size: 12px;
}

.secondary-action {
  padding: 0 24px;
  border-color: rgba(255, 255, 255, 0.56);
  color: var(--paper-strong);
  font-size: 12px;
}

.hero-pagination {
  position: absolute;
  right: 34px;
  bottom: 34px;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.hero-pagination span {
  width: 34px;
  height: 2px;
  background: rgba(255, 255, 255, 0.34);
}

.hero-pagination span.is-active {
  background: var(--gold);
}

.section-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.intro-section {
  padding: 86px 0 70px;
  background:
    linear-gradient(135deg, rgba(156, 203, 194, 0.22), transparent 38%),
    var(--paper-strong);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 56px;
  align-items: end;
}

.intro-copy h2,
.booking-copy h2,
.info-layout h2,
.section-heading h2 {
  font-size: clamp(34px, 4.6vw, 62px);
}

.intro-copy p:not(.section-kicker),
.booking-copy p,
.location-content p,
.important-box p {
  color: rgba(33, 68, 35, 0.76);
  font-size: 16px;
}

.intro-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.intro-stats div {
  min-height: 150px;
  padding: 26px 20px;
  background: var(--ink);
  color: var(--paper-strong);
}

.intro-stats strong {
  display: block;
  color: var(--gold);
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.intro-stats div:not(:first-child) strong {
  font-size: clamp(24px, 2.7vw, 32px);
}

.intro-stats span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.category-band {
  overflow: hidden;
  background: var(--ink);
  color: var(--paper-strong);
}

.promo-marquee {
  display: block;
  overflow: hidden;
  border-top: 1px solid rgba(202, 157, 76, 0.2);
  border-bottom: 1px solid rgba(202, 157, 76, 0.22);
}

.promo-marquee-track {
  display: flex;
  width: max-content;
  animation: promo-marquee 32s linear infinite;
  will-change: transform;
}

.promo-marquee:hover .promo-marquee-track {
  animation-play-state: paused;
}

.promo-marquee-group {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
}

.promo-marquee-group span {
  min-height: 112px;
  display: flex;
  align-items: center;
  padding: 0 clamp(34px, 7vw, 92px);
  border-left: 1px solid rgba(255, 253, 248, 0.16);
  color: rgba(255, 253, 248, 0.9);
  font-family: var(--font-inter), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(13px, 1.1vw, 16px);
  font-synthesis: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes promo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo-marquee {
    overflow-x: auto;
  }

  .promo-marquee-track {
    animation: none;
  }
}

.treatments-section,
.booking-section,
.location-section,
.promotions-section,
.reviews-section,
.reservation-info {
  padding: 96px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-heading > .section-kicker {
  display: none;
}

.treatment-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.treatment-tabs button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, border 180ms ease, color 180ms ease;
}

.treatment-tabs button.is-active,
.treatment-tabs button:hover {
  border-color: var(--sage-dark);
  background: var(--sage-dark);
  color: var(--paper-strong);
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.treatment-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  border: 1px solid rgba(33, 68, 35, 0.10);
  background: var(--paper-strong);
  color: var(--ink);
  box-shadow: 0 16px 36px rgba(33, 68, 35, 0.08);
}

.treatment-card.is-hidden {
  display: none;
}

.treatment-image-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: #f5efe5;
}

.treatment-image-link {
  position: absolute;
  inset: 0;
  display: block;
}

.treatment-image-frame img {
  --service-image-scale: 1.012;
  --service-image-hover-scale: 1.045;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transform: scale(var(--service-image-scale));
  transition: transform 600ms ease, opacity 260ms ease;
}

.treatment-image-frame img[src*="sangpanya-4-manos"],
.treatment-image-frame img[src*="sangpanya-anti-estres"],
.treatment-image-frame img[src*="sangpanya-express-beauty-cara-espalda"],
.treatment-image-frame img[src*="sangpanya-pareja"],
.treatment-image-frame img[src*="sangpanya-thai-balines"],
.treatment-image-frame img[src*="sangpanya-thai-con-aceite"],
.treatment-image-frame img[src*="sangpanya-thai-express-cabeza"] {
  --service-image-scale: 1.105;
  --service-image-hover-scale: 1.125;
}

.treatment-card::after {
  content: none;
}

.promo-flag {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  max-width: calc(100% - 36px);
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(33, 68, 35, 0.22);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-flag,
.service-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(202, 157, 76, 0.30);
  background: rgba(255, 252, 246, 0.94);
  color: var(--sage-dark);
  box-shadow: 0 10px 24px rgba(33, 68, 35, 0.12);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-flag svg,
.service-featured-badge svg {
  width: 13px;
  height: 13px;
  color: var(--gold);
  fill: currentColor;
  flex: 0 0 auto;
}

.featured-flag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  max-width: calc(100% - 36px);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 11px;
}

.treatment-card:hover .treatment-image-frame img {
  transform: scale(var(--service-image-hover-scale));
}

.treatment-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  min-height: 0;
  padding: 26px 26px 26px;
}

.treatment-content .tag {
  align-self: flex-start;
  margin-bottom: 12px;
  color: rgba(33, 68, 35, 0.56);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.treatment-content h3 a {
  color: inherit;
  text-decoration: none;
}

.treatment-content h3 a:hover {
  color: var(--sage-dark);
}

.treatment-card h3 {
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.12;
}

.treatment-card p {
  margin: 18px 0 24px;
  color: rgba(33, 68, 35, 0.68);
  font-size: 15px;
}

.treatment-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.treatment-meta span {
  width: 100%;
  padding-top: 18px;
  border-top: 1px dashed rgba(33, 68, 35, 0.14);
  color: rgba(33, 68, 35, 0.64);
  background: transparent;
  border-radius: 0;
  font-size: 12px;
  font-weight: 800;
}

.treatment-meta span.is-promo {
  background: rgba(202, 157, 76, 0.22);
  color: var(--paper-strong);
}

.treatment-meta em {
  margin-right: 5px;
  color: rgba(255, 253, 248, 0.54);
  font-style: normal;
  text-decoration: line-through;
}

.treatment-meta b {
  margin-left: 4px;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.treatment-detail-link {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  align-items: center;
  justify-content: stretch;
  gap: 12px;
  width: 100%;
  align-self: stretch;
  margin-top: 18px;
  min-height: 54px;
  padding: 10px 18px 10px 12px;
  border: 1px solid rgba(202, 157, 76, 0.34);
  border-radius: 999px;
  background: rgba(202, 157, 76, 0.18);
  color: var(--sage-dark);
  box-shadow: 0 10px 24px rgba(33, 68, 35, 0.08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.treatment-detail-link > span:not(.treatment-detail-icon) {
  justify-self: center;
}

.treatment-detail-link:hover,
.treatment-detail-link:focus-visible {
  border-color: rgba(202, 157, 76, 0.76);
  background: var(--gold);
  color: var(--sage-dark);
  box-shadow: 0 16px 34px rgba(33, 68, 35, 0.18);
  outline: none;
  transform: translateY(-1px);
}

.treatment-detail-icon {
  display: grid;
  width: 24px;
  height: 24px;
  justify-self: start;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-dark);
  color: var(--paper-strong);
}

.treatment-detail-icon svg,
.treatment-detail-arrow {
  width: 15px;
  height: 15px;
  fill: currentColor;
  flex: 0 0 auto;
}

.treatment-detail-arrow {
  width: 14px;
  height: 14px;
  justify-self: end;
}

.page-hero {
  position: relative;
  min-height: 68vh;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper-strong);
  isolation: isolate;
}

.page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  transform: scale(1.02);
}

.page-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(33, 68, 35, 0.72), rgba(33, 68, 35, 0.16) 62%),
    linear-gradient(0deg, rgba(33, 68, 35, 0.72), transparent 46%);
  content: "";
}

.page-hero-content {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 40px));
  min-height: 68vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 190px 0 74px;
}

.page-hero.has-actions .page-hero-content {
  padding-bottom: 112px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 253, 248, 0.76);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--gold);
}

.breadcrumb span + span::before,
.breadcrumb a + span::before {
  margin-right: 8px;
  color: rgba(255, 253, 248, 0.5);
  content: "/";
}

.page-hero h1 {
  max-width: 840px;
  font-size: clamp(46px, 7vw, 92px);
}

.page-hero.has-actions h1 {
  max-width: 820px;
  font-size: clamp(42px, 6vw, 78px);
}

.page-hero-content > p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 253, 248, 0.84);
  font-size: clamp(17px, 2vw, 22px);
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.content-section,
.detail-section,
.seo-audit {
  padding: 92px 0;
}

.content-section.alt,
.detail-section.alt {
  background: var(--paper-strong);
}

.content-grid,
.detail-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.78fr);
  gap: 46px;
  align-items: start;
}

.content-copy h2,
.detail-copy h2,
.seo-audit h2 {
  font-size: clamp(34px, 4.4vw, 58px);
}

.content-copy p,
.detail-copy p,
.content-copy li,
.detail-copy li {
  color: rgba(33, 68, 35, 0.72);
  font-size: 16px;
}

.lead-text {
  color: var(--ink);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
}

.content-media,
.detail-media {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.content-media {
  aspect-ratio: 4 / 3;
}

.content-media img,
.detail-media img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.content-media img {
  display: block;
  height: 100%;
  min-height: 0;
}

.about-media img {
  object-position: 72% center;
}

.bonos-media img {
  object-position: 68% center;
}

.certificate-section {
  padding: 84px 0 92px;
  background:
    radial-gradient(circle at 84% 18%, rgba(202, 157, 76, 0.13), transparent 28%),
    linear-gradient(135deg, #fffdf8, #f4f7f2);
}

.certificate-heading {
  display: grid;
  max-width: 760px;
  gap: 10px;
  margin-bottom: 28px;
}

.certificate-heading h2 {
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.06;
}

.certificate-heading p:not(.section-kicker) {
  margin: 0;
  color: rgba(33, 68, 35, 0.68);
  font-size: 17px;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.certificate-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(33, 68, 35, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 16px 42px rgba(33, 68, 35, 0.08);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.certificate-card:hover,
.certificate-card:focus-visible {
  border-color: rgba(202, 157, 76, 0.72);
  box-shadow: 0 20px 50px rgba(33, 68, 35, 0.13);
  outline: none;
  transform: translateY(-2px);
}

.certificate-thumb {
  display: grid;
  height: 172px;
  place-items: center;
  overflow: hidden;
  border-radius: calc(var(--radius) - 2px);
  background:
    linear-gradient(135deg, rgba(33, 68, 35, 0.05), rgba(202, 157, 76, 0.08)),
    var(--paper-strong);
}

.certificate-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.certificate-copy {
  display: grid;
  gap: 4px;
  padding: 0 4px 4px;
}

.certificate-copy span,
.certificate-lightbox-panel span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.certificate-copy strong,
.certificate-lightbox-panel strong {
  color: var(--sage-dark);
  font-size: 18px;
  line-height: 1.2;
}

.certificate-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  padding: 28px;
  place-items: center;
  background: rgba(9, 18, 10, 0.78);
  backdrop-filter: blur(12px);
}

.certificate-lightbox-panel {
  position: relative;
  display: grid;
  width: min(1120px, 100%);
  max-height: calc(100vh - 56px);
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.certificate-lightbox-panel img {
  width: 100%;
  max-height: calc(100vh - 164px);
  border-radius: calc(var(--radius) - 2px);
  background: white;
  object-fit: contain;
}

.certificate-lightbox-panel div {
  display: grid;
  gap: 3px;
  padding: 0 4px 2px;
}

.certificate-lightbox-close {
  position: absolute;
  right: 18px;
  top: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(33, 68, 35, 0.12);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.92);
  color: var(--ink);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.trust-grid,
.seo-card-grid,
.faq-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.trust-card,
.seo-card,
.faq-card,
.price-card,
.related-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 14px 36px rgba(33, 68, 35, 0.08);
}

.trust-card,
.seo-card,
.faq-card,
.related-card {
  padding: 24px;
}

.trust-card span,
.seo-card span,
.related-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trust-card h3,
.seo-card h3,
.faq-card h3,
.related-card h3,
.price-card h3 {
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 24px;
  line-height: 1.12;
}

.trust-card p,
.seo-card p,
.faq-card p,
.related-card p {
  margin-bottom: 0;
  color: rgba(33, 68, 35, 0.68);
}

.detail-panel {
  position: sticky;
  top: 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper-strong);
  box-shadow: var(--shadow);
}

.detail-panel h2,
.detail-panel h3 {
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
}

.detail-panel p {
  color: rgba(255, 253, 248, 0.72);
}

.price-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.price-card {
  padding: 16px;
  background: rgba(255, 253, 248, 0.96);
  color: var(--ink);
}

.price-card strong {
  display: block;
  margin-top: 6px;
  color: var(--sage-dark);
  font-size: 22px;
}

.price-card s {
  margin-right: 6px;
  color: rgba(33, 68, 35, 0.46);
  text-decoration-thickness: 2px;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 26px;
}

.feature-list li::before {
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.page-cta {
  padding: 68px 0;
  background:
    radial-gradient(circle at 80% 18%, rgba(156, 203, 194, 0.22), transparent 26%),
    linear-gradient(135deg, var(--ink), var(--sage-dark));
  color: var(--paper-strong);
}

.page-cta .section-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.page-cta h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.06;
}

.page-cta p {
  max-width: 560px;
  color: rgba(255, 253, 248, 0.74);
}

.booking-contact-actions,
.booking-contact-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.booking-contact-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: #25d366;
  color: #102f18;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offline-booking-contact strong {
  display: block;
  margin-top: 12px;
  color: var(--gold);
  font-size: 22px;
}

.booking-contact-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  padding: 20px;
  place-items: center;
  background: rgba(8, 18, 10, 0.72);
  backdrop-filter: blur(8px);
}

.booking-contact-modal {
  position: relative;
  width: min(540px, 100%);
  padding: 42px;
  border: 1px solid rgba(202, 157, 76, 0.4);
  border-radius: 18px;
  background: var(--paper-strong);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.booking-contact-modal h2 {
  margin: 8px 0 16px;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: clamp(30px, 6vw, 48px);
  line-height: 1.05;
}

.booking-contact-modal p:not(.section-kicker) {
  color: rgba(33, 68, 35, 0.74);
}

.booking-contact-modal > strong {
  display: block;
  margin: 22px 0;
  color: var(--sage-dark);
  font-size: 26px;
}

.booking-contact-modal-actions .booking-contact-whatsapp {
  border-color: transparent;
}

.booking-contact-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list a,
.contact-list span {
  display: block;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  font-weight: 800;
}

.seo-audit {
  background: #edf4ef;
}

.seo-audit .section-shell > p {
  max-width: 760px;
  color: rgba(33, 68, 35, 0.7);
}

.booking-section {
  background:
    radial-gradient(circle at 18% 24%, rgba(213, 139, 122, 0.24), transparent 28%),
    linear-gradient(135deg, var(--sage-dark), #214423 64%, var(--ink));
  color: var(--paper-strong);
}

.booking-layout {
  display: block;
  width: min(1380px, calc(100% - 56px));
}

.booking-copy {
  position: sticky;
  top: 150px;
}

.booking-copy p:not(.section-kicker) {
  color: rgba(255, 253, 248, 0.72);
}

.booking-illustration {
  position: relative;
  width: min(360px, 100%);
  height: 260px;
  margin-top: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(33, 68, 35, 0.12);
  overflow: hidden;
}

.lotus {
  position: absolute;
  left: 50%;
  bottom: 48px;
  width: 160px;
  height: 108px;
  transform: translateX(-50%);
}

.lotus span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 78px;
  height: 112px;
  border-radius: 80px 80px 12px 12px;
  background: linear-gradient(180deg, var(--gold), var(--rose));
  transform-origin: 50% 100%;
  animation: breathe 3.8s ease-in-out infinite;
}

.lotus span:nth-child(1) {
  transform: translateX(-50%) rotate(-42deg);
}

.lotus span:nth-child(2) {
  transform: translateX(-50%) rotate(-14deg);
  background: linear-gradient(180deg, var(--mint), var(--gold));
}

.lotus span:nth-child(3) {
  transform: translateX(-50%) rotate(14deg);
  background: linear-gradient(180deg, var(--mint), var(--gold));
}

.lotus span:nth-child(4) {
  transform: translateX(-50%) rotate(42deg);
}

.steam {
  position: absolute;
  bottom: 152px;
  width: 42px;
  height: 94px;
  border-left: 2px solid rgba(255, 253, 248, 0.42);
  border-radius: 50%;
  animation: steam 3s ease-in-out infinite;
}

.steam-one {
  left: 30%;
}

.steam-two {
  left: 48%;
  animation-delay: 600ms;
}

.steam-three {
  left: 64%;
  animation-delay: 1s;
}

.booking-panel {
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.96);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.booking-wizard {
  min-height: 0;
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px;
  border-radius: var(--radius);
  background: #edf4ef;
}

.booking-progress button {
  min-height: 46px;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  background: transparent;
  color: rgba(33, 68, 35, 0.62);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.booking-progress button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.booking-progress button span {
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  place-items: center;
  border-radius: 50%;
  background: rgba(33, 68, 35, 0.10);
  color: var(--ink);
}

.booking-progress button.is-active,
.booking-progress button.is-complete {
  background: var(--paper-strong);
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(33, 68, 35, 0.08);
}

.booking-progress button.is-active span,
.booking-progress button.is-complete span {
  background: var(--ink);
  color: var(--gold);
}

.booking-step + .booking-step {
  margin-top: 28px;
}

.step-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.step-heading span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.step-heading h3 {
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 22px;
}

.style-picker,
.duration-picker,
.date-strip,
.slot-grid {
  display: grid;
  gap: 10px;
}

.style-picker {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.style-option,
.duration-option,
.date-option,
.slot-option {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  cursor: pointer;
  color: var(--ink);
  text-align: left;
  transition: border 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.style-option {
  position: relative;
  min-height: 120px;
  padding: 16px 16px 14px 90px;
  overflow: hidden;
}

.service-picker {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
}

.service-option {
  display: grid;
  grid-template-columns: 86px 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 4px 14px;
  min-height: 138px;
  padding: 12px;
}

.service-featured-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  padding: 6px 8px;
  border-radius: 999px;
  font-size: 9px;
  pointer-events: none;
}

.service-featured-badge svg {
  width: 11px;
  height: 11px;
}

.service-more-toggle {
  display: none;
}

.service-option img {
  grid-row: 1 / 4;
  width: 86px;
  height: 112px;
  border-radius: calc(var(--radius) - 2px);
  object-fit: cover;
}

.service-option strong {
  font-size: 15px;
  line-height: 1.2;
}

.service-option small {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(33, 68, 35, 0.62);
  font-size: 12px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.style-option:hover,
.duration-option:hover,
.date-option:hover,
.slot-option:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(33, 68, 35, 0.10);
}

.style-option.is-active,
.duration-option.is-active,
.date-option.is-active,
.slot-option.is-active {
  border-color: var(--sage-dark);
  background: #edf4ef;
  box-shadow: inset 0 0 0 1px var(--sage-dark), 0 12px 30px rgba(33, 68, 35, 0.14);
}

.style-art {
  position: absolute;
  left: 16px;
  top: 20px;
  width: 56px;
  height: 56px;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(135deg, var(--mint), var(--gold));
}

.style-art::before,
.style-art::after {
  position: absolute;
  content: "";
}

.style-art::before {
  left: 14px;
  top: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.74);
}

.style-art::after {
  left: 8px;
  right: 8px;
  bottom: 10px;
  height: 4px;
  border-radius: 99px;
  background: rgba(33, 68, 35, 0.34);
  animation: glide 2.2s ease-in-out infinite;
}

.style-option strong,
.duration-option strong,
.date-option strong,
.slot-option strong {
  display: block;
}

.style-option span,
.duration-option span,
.date-option span,
.slot-option span {
  display: block;
  margin-top: 4px;
  color: rgba(33, 68, 35, 0.62);
  font-size: 13px;
}

.duration-option s {
  margin-right: 4px;
  color: rgba(33, 68, 35, 0.44);
  text-decoration-thickness: 2px;
}

.duration-picker {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.date-strip {
  grid-template-columns: repeat(auto-fill, minmax(88px, 104px));
  justify-content: start;
}

.slot-grid {
  grid-template-columns: repeat(auto-fill, minmax(86px, 104px));
  justify-content: start;
}

.duration-option {
  min-height: 76px;
  padding: 13px 14px;
}

.date-option,
.slot-option {
  min-height: 62px;
  padding: 10px 12px;
}

.date-option strong,
.slot-option strong {
  font-size: 14px;
}

.date-option span,
.slot-option span {
  font-size: 12px;
}

.slot-option.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  text-decoration: line-through;
}

.slot-option.is-disabled:hover {
  transform: none;
  box-shadow: none;
}

.slot-message {
  grid-column: 1 / -1;
  min-height: 76px;
  margin: 0;
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.72);
  color: rgba(33, 68, 35, 0.68);
  font-size: 14px;
}

.slot-message.is-error {
  border-color: rgba(167, 65, 62, 0.32);
  background: rgba(213, 139, 122, 0.16);
  color: #8a2d29;
}

.booking-customer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.booking-field {
  display: grid;
  gap: 7px;
}

.booking-field span,
.booking-consent span {
  color: rgba(33, 68, 35, 0.68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-field input,
.booking-field select,
.booking-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
}

.booking-field textarea {
  resize: vertical;
}

.booking-discount-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.booking-discount-control button {
  min-width: 108px;
  border: 1px solid var(--sage-dark);
  border-radius: var(--radius);
  background: var(--sage-dark);
  color: var(--paper-strong);
  padding: 11px 16px;
  font-weight: 800;
  cursor: pointer;
}

.booking-discount-control button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.booking-discount-message {
  color: rgba(33, 68, 35, 0.7);
  font-size: 13px;
  font-weight: 700;
}

.booking-discount-message.is-error {
  color: #8a2d29;
}

.booking-discount-message.is-success {
  color: var(--sage-dark);
}

.phone-input-group {
  display: grid;
  grid-template-columns: minmax(164px, 190px) minmax(0, 1fr);
  gap: 8px;
}

.country-code-picker {
  position: relative;
  min-width: 0;
}

.country-code-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  color: var(--ink);
  cursor: pointer;
  padding: 11px 12px;
  text-align: left;
  transition: border 180ms ease, box-shadow 180ms ease;
}

.country-code-trigger svg {
  width: 17px;
  height: 17px;
  margin-left: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.62;
}

.country-code-flag {
  font-size: 18px;
  line-height: 1;
}

.country-code-value {
  font-weight: 900;
}

.country-code-name {
  overflow: hidden;
  color: rgba(33, 68, 35, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country-code-popover {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  min-width: min(320px, calc(100vw - 48px));
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  background: var(--paper-strong);
  box-shadow: 0 20px 50px rgba(33, 68, 35, 0.18);
}

.country-code-search {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 4px);
  padding: 10px 11px;
  outline: none;
}

.country-code-list {
  display: grid;
  max-height: 240px;
  margin-top: 7px;
  gap: 3px;
  overflow: auto;
}

.country-code-option {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: calc(var(--radius) - 6px);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  padding: 9px 10px;
  text-align: left;
}

.country-code-option:hover,
.country-code-option[aria-selected="true"] {
  background: #edf4ef;
}

.country-code-option strong {
  font-size: 13px;
}

.country-code-option small {
  overflow: hidden;
  color: rgba(33, 68, 35, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country-code-empty {
  margin: 0;
  padding: 12px;
  color: rgba(33, 68, 35, 0.62);
  font-size: 13px;
}

.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus,
.country-code-trigger:focus,
.country-code-search:focus {
  border-color: var(--sage-dark);
  box-shadow: 0 0 0 3px rgba(33, 68, 35, 0.12);
}

.booking-field-wide {
  grid-column: 1 / -1;
}

.booking-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.booking-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--sage-dark);
}

.booking-consent span {
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.booking-error {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-left: 4px solid #8a2d29;
  border-radius: 0 var(--radius) var(--radius) 0;
  background: rgba(213, 139, 122, 0.16);
  color: #8a2d29;
  font-size: 14px;
  font-weight: 700;
}

.booking-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper-strong);
}

.booking-wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.booking-wizard-actions .secondary-action {
  border-color: rgba(33, 68, 35, 0.18);
  color: var(--ink);
}

.booking-summary p {
  margin: 0 0 4px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-summary strong {
  display: block;
  font-size: 15px;
}

.booking-discount-summary {
  display: block;
  margin-top: 6px;
  color: rgba(255, 253, 248, 0.76);
  font-size: 13px;
  line-height: 1.45;
}

.booking-summary a.is-loading,
.booking-summary button.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.voucher-flow-nav {
  padding: 28px 0;
  background: var(--ink);
  color: var(--paper-strong);
}

.voucher-flow-nav .section-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.voucher-flow-nav .section-kicker {
  margin-bottom: 5px;
  color: var(--gold);
}

.voucher-flow-nav .section-shell > div > strong {
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 20px;
}

.voucher-flow-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  gap: 10px;
}

.voucher-flow-links a {
  display: grid;
  gap: 4px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.06);
  transition: border 180ms ease, background 180ms ease, transform 180ms ease;
}

.voucher-flow-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(207, 176, 104, 0.7);
}

.voucher-flow-links a.is-active {
  border-color: var(--gold);
  background: var(--paper-strong);
  color: var(--ink);
}

.voucher-flow-links span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.voucher-flow-links a.is-active span {
  color: var(--sage-dark);
}

.voucher-flow-links strong {
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 16px;
}

.voucher-section {
  padding: 92px 0;
  background: var(--paper);
}

.voucher-conditions {
  max-width: 900px;
}

.voucher-conditions h2 {
  max-width: 760px;
}

.voucher-conditions .feature-list {
  margin-top: 26px;
}

.voucher-conditions a {
  color: var(--sage-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.voucher-section .section-heading {
  margin-bottom: 24px;
}

.voucher-purchase-panel {
  display: grid;
  gap: 22px;
}

.voucher-step {
  display: grid;
  gap: 16px;
}

.voucher-step + .voucher-step {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.voucher-step h3 {
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 20px;
}

.voucher-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.voucher-product-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 8px;
  min-height: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.voucher-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(33, 68, 35, 0.10);
}

.voucher-product-card.is-active {
  border-color: var(--sage-dark);
  background: #edf4ef;
  box-shadow: inset 0 0 0 1px var(--sage-dark), 0 12px 30px rgba(33, 68, 35, 0.14);
}

.voucher-product-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: calc(var(--radius) - 3px);
  object-fit: cover;
}

.voucher-product-card span {
  color: rgba(33, 68, 35, 0.58);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.voucher-product-card strong {
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 20px;
  line-height: 1.15;
}

.voucher-product-card small {
  color: rgba(33, 68, 35, 0.64);
  font-size: 13px;
  line-height: 1.42;
}

.voucher-product-card b {
  color: var(--ink);
  font-size: 19px;
}

.voucher-catalogue-card {
  grid-template-rows: auto auto auto 1fr auto auto auto;
  padding: 16px;
  cursor: default;
}

.voucher-pack-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: 8px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.voucher-pack-action:hover {
  background: #d8ae58;
  box-shadow: 0 10px 22px rgba(33, 68, 35, 0.14);
  transform: translateY(-1px);
}

.voucher-catalogue-card:hover {
  border-color: rgba(33, 68, 35, 0.22);
}

.voucher-catalogue-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.voucher-call-action,
.voucher-whatsapp-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.voucher-call-action {
  background: var(--gold);
  color: var(--ink);
}

.voucher-whatsapp-action {
  background: #25d366;
  color: #102f18;
}

.voucher-call-action:hover,
.voucher-whatsapp-action:hover {
  box-shadow: 0 10px 22px rgba(33, 68, 35, 0.14);
  transform: translateY(-1px);
}

.voucher-catalogue-empty {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 14px 36px rgba(33, 68, 35, 0.08);
}

.voucher-catalogue-empty p {
  margin: 0;
  color: rgba(33, 68, 35, 0.7);
}

.voucher-catalogue-empty .voucher-catalogue-actions {
  width: min(360px, 100%);
  margin-top: 18px;
}

.voucher-mode-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-self: start;
  gap: 6px;
  padding: 6px;
  border-radius: var(--radius);
  background: #edf4ef;
}

.voucher-mode-toggle button {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: calc(var(--radius) - 3px);
  background: transparent;
  color: rgba(33, 68, 35, 0.62);
  cursor: pointer;
  font-weight: 900;
}

.voucher-mode-toggle button.is-active {
  background: var(--paper-strong);
  color: var(--ink);
  box-shadow: 0 8px 18px rgba(33, 68, 35, 0.10);
}

.voucher-customer-grid {
  align-items: start;
}

.voucher-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.65fr);
  gap: 14px;
}

.voucher-self-note {
  margin: 0;
  padding: 15px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: #edf4ef;
  color: rgba(33, 68, 35, 0.68);
}

.voucher-summary {
  margin-top: 0;
}

.voucher-summary strong {
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 24px;
}

.voucher-payment-note {
  margin: -10px 0 0;
  color: rgba(33, 68, 35, 0.56);
  font-size: 12px;
  text-align: right;
}

.location-section {
  background: var(--paper-strong);
}

.location-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.location-heading h2 {
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: clamp(38px, 5.4vw, 76px);
  font-weight: 700;
  line-height: 1.02;
  color: var(--sage-dark);
}

.location-heading p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(33, 68, 35, 0.7);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.55;
}

.location-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper-strong);
  box-shadow: var(--shadow);
}

.static-map-preview {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  background: #eef1e8;
}

.static-map-preview img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.static-map-preview > span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid rgba(255, 253, 248, 0.72);
  border-radius: 999px;
  background: rgba(33, 68, 35, 0.94);
  box-shadow: 0 10px 30px rgba(23, 53, 30, 0.2);
  color: var(--paper-strong);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.static-map-preview:hover img,
.static-map-preview:focus-visible img {
  transform: scale(1.018);
}

.static-map-preview:hover > span,
.static-map-preview:focus-visible > span {
  background: var(--gold);
  color: var(--ink);
}

.location-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 60px);
}

.hours-label {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.location-content h3 {
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: clamp(28px, 4vw, 48px);
}

.location-content p {
  color: rgba(255, 253, 248, 0.72);
}

.location-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.location-actions a {
  min-height: 42px;
  padding: 0 18px;
  background: var(--gold);
  color: var(--ink);
  font-size: 12px;
}

.location-actions a + a {
  border-color: rgba(255, 255, 255, 0.4);
  background: transparent;
  color: var(--paper-strong);
}

.services-ribbon {
  background: var(--sage-dark);
  color: var(--paper-strong);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.service-grid a,
.service-grid .service-grid-booking {
  min-height: 166px;
  padding: 28px;
  background: var(--sage-dark);
  transition: background 180ms ease;
}

.service-grid a:hover,
.service-grid .service-grid-booking:hover {
  background: var(--ink);
}

.service-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-grid strong {
  display: block;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 26px;
  line-height: 1.08;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.promo-card {
  overflow: hidden;
  border: 1px solid rgba(33, 68, 35, 0.09);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 18px 40px rgba(33, 68, 35, 0.08);
}

.promo-card > a {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.14;
}

.promo-card img {
  --promo-image-scale: 1;
  --promo-image-hover-scale: 1.035;
  display: block;
  width: 100%;
  aspect-ratio: 1.14;
  object-fit: cover;
  transform: scale(var(--promo-image-scale));
  transition: transform 360ms ease;
}

.service-price-card p {
  margin: 8px 0 12px;
  color: rgba(33, 68, 35, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

.promo-card img[src*="sangpanya-4-manos"],
.promo-card img[src*="sangpanya-anti-estres"],
.promo-card img[src*="sangpanya-express-beauty-cara-espalda"],
.promo-card img[src*="sangpanya-pareja"],
.promo-card img[src*="sangpanya-thai-balines"],
.promo-card img[src*="sangpanya-thai-con-aceite"],
.promo-card img[src*="sangpanya-thai-express-cabeza"] {
  --promo-image-scale: 1.105;
  --promo-image-hover-scale: 1.125;
}

.promo-card:hover img {
  transform: scale(var(--promo-image-hover-scale));
}

.promo-card div {
  display: flex;
  min-height: 268px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.promo-card p {
  margin: 0 0 8px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.promo-card h3 {
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 25px;
  line-height: 1.14;
}

.promo-card span {
  display: block;
  min-height: 48px;
  margin: 12px 0;
  color: rgba(33, 68, 35, 0.64);
}

.promo-card strong {
  display: block;
  margin-top: auto;
  color: var(--sage-dark);
  font-size: 18px;
}

.promo-reserve-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.promo-reserve-link:hover {
  background: var(--sage-dark);
  transform: translateY(-2px);
}

.franchise-section {
  padding: 96px 0;
}

.franchise-intro-section,
.franchise-includes-section,
.franchise-differentials-section {
  background: var(--paper-strong);
}

.franchise-intro-grid,
.franchise-two-column,
.franchise-opportunity-grid,
.franchise-treatments-grid,
.franchise-process-grid,
.franchise-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.franchise-media {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.franchise-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.franchise-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.franchise-opportunity-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(202, 157, 76, 0.16), transparent 28%),
    linear-gradient(135deg, #172f1b, #071109);
  color: var(--paper-strong);
}

.franchise-opportunity-card {
  max-width: 680px;
}

.franchise-opportunity-card h2,
.franchise-final-cta h2 {
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: clamp(38px, 5.4vw, 66px);
  line-height: 1.02;
}

.franchise-opportunity-card p,
.franchise-final-cta p {
  color: rgba(255, 253, 248, 0.74);
}

.franchise-hook-list {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(202, 157, 76, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.06);
}

.franchise-hook-list strong {
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.08;
}

.franchise-hook-list span {
  color: rgba(255, 253, 248, 0.76);
}

.franchise-card-grid,
.franchise-differential-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.franchise-info-card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 16px 42px rgba(33, 68, 35, 0.08);
}

.franchise-info-card h3 {
  margin: 0 0 16px;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 26px;
  line-height: 1.1;
}

.franchise-info-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.franchise-info-card li {
  position: relative;
  padding-left: 24px;
  color: rgba(33, 68, 35, 0.72);
}

.franchise-info-card li::before {
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.franchise-treatments-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(202, 157, 76, 0.12), transparent 26%),
    linear-gradient(135deg, #f7f5ef, #eef4ed);
}

.franchise-treatment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.franchise-treatment-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(33, 68, 35, 0.12);
  border-radius: 999px;
  background: var(--paper-strong);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.franchise-process-visual {
  justify-self: center;
  width: min(100%, 520px);
}

.franchise-process-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(202, 157, 76, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 22px 60px rgba(33, 68, 35, 0.16);
}

.franchise-process-steps {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 1px;
  border: 1px solid rgba(202, 157, 76, 0.2);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(202, 157, 76, 0.25);
  box-shadow: 0 22px 60px rgba(33, 68, 35, 0.16);
  list-style: none;
}

.franchise-process-steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 78px;
  padding: 14px 20px;
  background: var(--paper-strong);
}

.franchise-process-steps span {
  color: var(--gold);
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 26px;
}

.franchise-process-steps strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}

.franchise-final-cta {
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 9, 0.88), rgba(7, 17, 9, 0.58)),
    url("/assets/ai/franchises/hero-franchise-center.png") center / cover;
  color: var(--paper-strong);
}

.franchise-contact-card {
  display: grid;
  gap: 10px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(202, 157, 76, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.08);
  backdrop-filter: blur(14px);
}

.franchise-contact-card span {
  color: rgba(255, 253, 248, 0.72);
}

.franchise-contact-card strong {
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 32px;
}

.franchise-contact-card a:not(.primary-action):not(.secondary-action) {
  color: var(--paper-strong);
  font-weight: 800;
}

.franchise-contact-card .primary-action,
.franchise-contact-card .secondary-action {
  width: 100%;
  margin-top: 10px;
}

.reviews-section {
  overflow: hidden;
  padding: 70px 0 82px;
  background: transparent;
}

.reviews-layout {
  display: grid;
  gap: 28px;
  min-width: 0;
}

.reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}

.reviews-header > div {
  min-width: 0;
}

.reviews-header h2 {
  max-width: 680px;
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.03;
}

.reviews-score {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 4px 12px;
  min-width: 300px;
  padding: 18px 20px;
  border: 1px solid rgba(33, 68, 35, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(33, 68, 35, 0.07);
}

.reviews-score .google-logo {
  grid-row: span 2;
  width: 42px;
  height: 42px;
}

.reviews-score strong {
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 34px;
  line-height: 0.92;
}

.reviews-score small {
  grid-column: 2;
  color: rgba(33, 68, 35, 0.56);
  font-size: 12px;
  font-weight: 800;
}

.stars {
  color: var(--gold);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.google-review-grid-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.google-review-marquee {
  width: 100vw;
  min-width: 0;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 8px 0 16px;
}

.google-review-track {
  display: flex;
  width: max-content;
  animation: google-review-marquee var(--review-marquee-duration, 70s) linear infinite;
  will-change: transform;
}

.google-review-marquee:hover .google-review-track,
.google-review-marquee:focus-within .google-review-track {
  animation-play-state: paused;
}

.google-review-group {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
  padding-right: 14px;
}

@keyframes google-review-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.google-review-card {
  display: flex;
  width: 318px;
  min-width: 318px;
  min-height: 188px;
  flex-direction: column;
  padding: 16px;
  border: 1px solid rgba(33, 68, 35, 0.05);
  border-radius: 16px;
  background: #f2f2f2;
  color: #111;
  box-shadow: 0 8px 20px rgba(33, 68, 35, 0.035);
}

.review-card-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.review-card-header h3 {
  margin: 0;
  overflow: hidden;
  color: #111;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-card-header p {
  margin: 4px 0 0;
  color: rgba(17, 17, 17, 0.58);
  font-size: 12px;
  font-weight: 500;
}

.review-card-header .google-logo {
  width: 22px;
  height: 22px;
  margin-left: 6px;
}

.review-platform {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}

.review-platform .stars {
  font-size: 16px;
  line-height: 1;
}

.google-logo {
  width: 31px;
  height: 31px;
  margin-left: auto;
  flex: 0 0 auto;
}

.verified-badge {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.review-text {
  display: -webkit-box;
  margin: 12px 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #111;
  font-size: 13px;
  font-weight: 450;
  line-height: 1.34;
}

.google-review-card a {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 12px;
  color: rgba(17, 17, 17, 0.54);
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reviews-more-link {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(33, 68, 35, 0.16);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper-strong);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 36px rgba(33, 68, 35, 0.14);
}

.avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #8a1cb5, #be3bc8);
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-transform: lowercase;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.review-source {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 0 16px;
}

.review-source h3 {
  margin: 0;
  color: #111;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.review-source p {
  margin: 4px 0 0;
  color: rgba(17, 17, 17, 0.58);
  font-size: 16px;
  font-weight: 600;
}

.reservation-info {
  background: var(--ink);
  color: var(--paper-strong);
}

.info-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
}

.info-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 253, 248, 0.78);
}

.info-list li::before {
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.important-box {
  grid-column: 2;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.important-box h3 {
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: 26px;
}

.important-box p {
  color: rgba(255, 253, 248, 0.76);
}

.important-box strong {
  color: var(--gold);
}

.reservation-conditions {
  background: var(--paper-strong);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.legal-document {
  display: grid;
  gap: 18px;
}

.legal-block {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 14px 36px rgba(33, 68, 35, 0.06);
}

.legal-block h2,
.legal-block h3 {
  margin: 0;
  font-family: var(--font-cinzel), Georgia, serif;
}

.legal-block h2 {
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.08;
}

.legal-block h3 {
  margin-top: 24px;
  font-size: 22px;
}

.legal-block p {
  color: rgba(33, 68, 35, 0.70);
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.legal-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.site-footer {
  background: #214423;
  color: var(--paper-strong);
}

.footer-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 26px;
  padding: 64px 0 48px;
}

.footer-brand img {
  display: block;
  width: 206px;
  height: auto;
  padding: 14px 16px;
  border: 1px solid rgba(203, 158, 65, 0.28);
  border-radius: 14px;
  background: #fffaf1;
  box-shadow: 0 12px 32px rgba(7, 29, 12, 0.22);
}

.footer-brand p,
.footer-shell span {
  color: rgba(255, 253, 248, 0.62);
}

.footer-shell h3 {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-shell a,
.footer-shell span {
  display: block;
  margin: 9px 0;
  font-size: 14px;
}

.footer-booking-trigger {
  display: block;
  margin: 9px 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 14px;
  text-align: left;
}

.service-grid-booking {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.newsletter label span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 253, 248, 0.6);
  font-size: 12px;
}

.newsletter input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper-strong);
}

.newsletter button {
  width: 100%;
  margin-top: 10px;
  background: var(--gold);
  color: var(--ink);
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 253, 248, 0.56);
  font-size: 12px;
}

.powered-by {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 253, 248, 0.72);
}

.powered-by span {
  margin: 0;
}

.powered-by strong {
  color: rgba(255, 253, 248, 0.86);
  font-size: 12px;
  font-weight: 500;
}

.powered-by img {
  width: 42px;
  height: 24px;
  object-fit: contain;
}

.whatsapp-float {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  box-sizing: border-box;
  width: 54px;
  height: 54px;
  padding: 9px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 12px 26px rgba(33, 68, 35, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
  box-shadow: 0 16px 34px rgba(33, 68, 35, 0.28);
  transform: translateY(-2px);
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.booking-nudge {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  width: min(286px, calc(100vw - 104px));
  min-height: 56px;
  padding: 8px 11px 8px 8px;
  overflow: hidden;
  border: 1px solid rgba(33, 68, 35, 0.28);
  border-radius: 17px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--sage-dark);
  box-shadow: 0 14px 34px rgba(33, 68, 35, 0.16);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.booking-nudge:hover {
  border-color: rgba(202, 157, 76, 0.72);
  box-shadow: 0 18px 42px rgba(33, 68, 35, 0.2);
  transform: translateY(-2px);
}

.booking-nudge-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 26%, rgba(202, 157, 76, 0.22), transparent 38%),
    var(--sage-dark);
  color: var(--paper-strong);
}

.booking-nudge-icon svg {
  width: 21px;
  height: 21px;
}

.booking-nudge-icon rect,
.booking-nudge-icon path,
.booking-nudge-leaf path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.booking-nudge-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.booking-nudge-copy strong {
  font-family: var(--font-cinzel), Georgia, serif;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.02;
  white-space: nowrap;
}

.booking-nudge-copy span {
  color: rgba(33, 68, 35, 0.72);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.18;
}

.booking-nudge-leaf {
  align-self: end;
  width: 24px;
  height: 24px;
  color: rgba(33, 68, 35, 0.48);
}

.booking-nudge-leaf svg {
  width: 100%;
  height: 100%;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@keyframes breathe {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.18);
  }
}

@keyframes steam {
  0%,
  100% {
    opacity: 0.2;
    transform: translateY(12px);
  }
  50% {
    opacity: 0.72;
    transform: translateY(-10px);
  }
}

@keyframes glide {
  0%,
  100% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
}

@media (max-width: 1060px) {
  .top-strip {
    display: block;
  }

  .top-strip-inner {
    justify-content: flex-end;
    min-height: 38px;
    padding: 4px 18px;
  }

  .top-strip-contact {
    display: none;
  }

  .main-nav {
    grid-template-columns: auto 1fr auto;
    min-height: 116px;
    padding: 12px 18px;
  }

  .menu-toggle {
    display: block;
  }

  .brand {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 124px;
    padding: 0;
    border-radius: 0;
    transform: translateX(-50%);
  }

  .book-pill {
    grid-column: 3;
  }

  .nav-group {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 8px);
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px;
    border-radius: var(--radius);
    background: rgba(33, 68, 35, 0.96);
  }

  .nav-group.is-open {
    display: grid;
  }

  .nav-right {
    top: calc(100% + 188px);
  }

  .nav-group a {
    padding: 14px 10px;
  }

  .intro-grid,
  .booking-layout,
  .location-card,
  .info-layout,
  .reviews-layout,
  .content-grid,
  .detail-layout,
  .contact-layout,
  .franchise-intro-grid,
  .franchise-two-column,
  .franchise-opportunity-grid,
  .franchise-treatments-grid,
  .franchise-process-grid,
  .franchise-final-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .booking-copy {
    position: static;
  }

  .reviews-summary {
    position: static;
  }

  .detail-panel {
    position: static;
  }

  .important-box {
    grid-column: auto;
  }

  .treatment-grid,
  .promo-grid,
  .certificate-grid,
  .trust-grid,
  .franchise-card-grid,
  .franchise-differential-grid,
  .seo-card-grid,
  .faq-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-shell {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .service-picker,
  .voucher-product-grid,
  .voucher-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  section[id] {
    scroll-margin-top: 28px;
  }

  .book-pill {
    min-width: 94px;
  }

  .hero {
    height: min(820px, 100svh);
    min-height: 0;
  }

  .hero-slide img,
  .hero-slide video {
    inset: 0 -40vw 0 auto;
    width: 136vw;
    height: 100%;
    object-position: 60% center;
  }

  .hero-video-play {
    top: 48%;
    right: 19vw;
    width: 68px;
    height: 68px;
  }

  .hero-content {
    min-height: 100%;
    margin-left: 0;
    padding: 142px 22px 42px;
  }

  .hero h1 {
    font-size: clamp(45px, 16vw, 68px);
  }

  .hero-actions,
  .booking-summary,
  .reviews-header,
  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .reviews-score {
    display: flex;
    min-width: 0;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }

  .reviews-header h2 {
    max-width: 100%;
    font-size: clamp(30px, 8.4vw, 34px);
    text-wrap: balance;
  }

  .reviews-header h2 span {
    display: block;
  }

  .reviews-score .google-logo {
    margin-left: 0;
  }

  .reviews-score small {
    width: 100%;
  }

  .primary-action,
  .secondary-action,
  .booking-summary a,
  .booking-summary button {
    width: 100%;
  }

  .booking-discount-control {
    grid-template-columns: 1fr;
  }

  .booking-discount-control button {
    width: 100%;
  }

  .hero-pagination {
    right: 22px;
    bottom: 22px;
  }

  .section-shell,
  .footer-shell,
  .footer-bottom {
    width: min(100% - 28px, 1160px);
  }

  .intro-section,
  .treatments-section,
  .booking-section,
  .location-section,
  .promotions-section,
  .reviews-section,
  .voucher-section,
  .franchise-section,
  .franchise-final-cta,
  .reservation-info {
    padding: 68px 0;
  }

  .intro-stats,
  .service-grid,
  .style-picker,
  .service-picker,
  .voucher-product-grid,
  .voucher-service-grid,
  .booking-customer-grid,
  .duration-picker,
  .date-strip,
  .slot-grid,
  .treatment-grid,
  .promo-grid,
  .certificate-grid,
  .trust-grid,
  .franchise-card-grid,
  .franchise-differential-grid,
  .seo-card-grid,
  .faq-grid,
  .related-grid,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .voucher-mode-toggle {
    width: 100%;
  }

  .voucher-flow-nav .section-shell {
    align-items: stretch;
    flex-direction: column;
  }

  .voucher-flow-links {
    grid-template-columns: 1fr;
  }

  .voucher-payment-note {
    text-align: left;
  }

  .google-review-card {
    width: 288px;
    min-width: 288px;
    min-height: 172px;
    padding: 15px;
  }

  .page-hero {
    min-height: 76vh;
  }

  .page-hero-content {
    min-height: 76vh;
    padding: 142px 0 66px;
  }

  .page-cta .section-shell {
    display: block;
  }

  .page-cta .primary-action {
    width: 100%;
    margin-top: 18px;
  }

  .booking-contact-actions,
  .booking-contact-modal-actions {
    display: grid;
  }

  .booking-contact-actions {
    margin-top: 24px;
  }

  .booking-contact-modal {
    padding: 38px 24px 26px;
  }

  .review-source {
    grid-template-columns: auto 1fr;
  }

  .google-badge {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .intro-stats div {
    min-height: 112px;
  }

  .service-grid a,
  .service-grid .service-grid-booking {
    min-height: 96px;
  }

  .section-heading {
    display: block;
  }

  .certificate-section {
    padding: 68px 0;
  }

  .certificate-thumb {
    height: 190px;
  }

  .certificate-lightbox {
    padding: 14px;
  }

  .certificate-lightbox-panel {
    max-height: calc(100vh - 28px);
    padding: 10px;
  }

  .certificate-lightbox-panel img {
    max-height: calc(100vh - 132px);
  }

  .treatment-card,
  .treatment-content {
    min-height: 0;
  }

  .style-option {
    min-height: 104px;
  }

  .booking-progress {
    grid-template-columns: 1fr;
  }

  .service-option {
    grid-template-columns: 74px 1fr;
  }

  .service-picker.is-mobile-collapsed .service-option.is-secondary-service {
    display: none;
  }

  .service-more-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin-top: 10px;
    border: 1px solid rgba(33, 68, 35, 0.18);
    border-radius: 999px;
    background: var(--paper-strong);
    color: var(--ink);
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .service-option img {
    width: 74px;
    height: 96px;
  }

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

  .date-strip,
  .slot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .phone-input-group {
    grid-template-columns: minmax(122px, 0.45fr) minmax(0, 1fr);
  }

  .country-code-trigger {
    min-height: 46px;
    padding: 10px;
  }

  .country-code-name {
    display: none;
  }

  .country-code-popover {
    width: min(320px, calc(100vw - 56px));
    min-width: 100%;
  }

  .static-map-preview,
  .static-map-preview img {
    min-height: 280px;
  }

  .whatsapp-float {
    left: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
    padding: 8px;
  }

  .booking-nudge {
    right: 14px;
    bottom: 14px;
    width: min(238px, calc(100vw - 86px));
    min-height: 50px;
    gap: 8px;
    padding: 7px 9px 7px 7px;
    border-radius: 14px;
  }

  .booking-nudge-icon {
    width: 32px;
    height: 32px;
  }

  .booking-nudge-icon svg {
    width: 19px;
    height: 19px;
  }

  .booking-nudge-copy strong {
    font-size: 14px;
  }

  .booking-nudge-copy span {
    font-size: 9.5px;
  }

  .booking-nudge-leaf {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .google-review-marquee {
    overflow-x: auto;
  }

  .google-review-track {
    animation: none;
  }

  .google-review-group[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 430px) {
  .main-nav {
    gap: 10px;
  }

  .brand {
    width: 112px;
    padding: 0;
    border-radius: 0;
  }

  .book-pill {
    min-width: 84px;
    padding: 0 12px;
    font-size: 10px;
  }

  .language-selector {
    padding: 2px;
  }

  .language-selector a {
    min-width: 27px;
    min-height: 25px;
    font-size: 15px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero {
    height: min(780px, 100svh);
  }

  .intro-copy h2,
  .booking-copy h2,
  .info-layout h2,
  .section-heading h2,
  .content-copy h2,
  .detail-copy h2,
  .franchise-opportunity-card h2,
  .franchise-final-cta h2,
  .seo-audit h2 {
    font-size: 34px;
  }

  .booking-nudge-copy strong {
    font-size: 18px;
  }

  .booking-nudge-copy span {
    font-size: 12px;
  }
}
