/*
 * Human Field visual harmonization
 * Layout-only overrides loaded after each page's original styles.
 */

:root {
  --hf-content: 1180px;
  --hf-page-gutter: clamp(18px, 3.2vw, 46px);
  --hf-section-space: clamp(42px, 6vw, 78px);
  --hf-card-gap: clamp(16px, 2vw, 26px);
  --hf-card-padding: clamp(24px, 3.2vw, 42px);
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-padding-top: 24px;
}

body,
main,
section,
article,
header,
footer,
nav,
div {
  min-width: 0;
}

body {
  overflow-wrap: normal;
}

h1,
h2,
h3 {
  max-width: 100%;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

p,
li {
  text-wrap: pretty;
}

img,
svg,
iframe {
  max-width: 100%;
}

.header-cta,
.button-primary,
.button-secondary,
.button-outline,
.cta-button,
.whatsapp-button,
.gallery-cta-button,
.gift-banner-button,
.hero-action,
.menu-button {
  max-width: 100%;
  min-height: 44px;
  height: auto;
  text-align: center;
  line-height: 1.25;
  white-space: normal;
}

.site-header .header-inner {
  grid-template-columns: minmax(260px, 1fr) minmax(270px, 330px) minmax(380px, 1fr);
  gap: clamp(14px, 1.5vw, 26px);
}

.site-header {
  padding-inline: clamp(24px, 4vw, 72px);
}

.site-header .nav-left,
.site-header .nav-right {
  gap: clamp(14px, 1.55vw, 26px);
}

.site-header .brand-text {
  width: 100%;
  min-width: 0;
}

.site-header .brand-name {
  font-size: clamp(40px, 3.45vw, 56px);
}

.site-header .brand-subtitle {
  width: min(100%, 300px);
  grid-template-columns: minmax(52px, 1fr) auto minmax(52px, 1fr);
  column-gap: 10px;
  font-size: clamp(12px, 0.95vw, 15px);
  letter-spacing: 0.28em;
}

.site-header .header-cta {
  min-width: 0;
  padding-inline: clamp(18px, 1.8vw, 30px);
}

@media (max-width: 1180px) {
  .site-header {
    min-height: auto;
    padding: 12px clamp(16px, 3vw, 30px);
  }

  .site-header .header-inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "nav-left"
      "nav-right";
    gap: 10px;
  }

  .site-header .brand-text {
    grid-area: brand;
  }

  .site-header .nav-left {
    grid-area: nav-left;
  }

  .site-header .nav-right {
    grid-area: nav-right;
  }

  .site-header .nav-left,
  .site-header .nav-right {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px clamp(16px, 3vw, 28px);
  }

  .site-header a {
    font-size: clamp(12.5px, 1.55vw, 15px);
  }

  .site-header .brand-name {
    font-size: clamp(36px, 5vw, 50px);
  }

  .site-header .brand-subtitle {
    width: min(100%, 300px);
    grid-template-columns: minmax(52px, 1fr) auto minmax(52px, 1fr);
    row-gap: 7px;
    font-size: clamp(11px, 1.25vw, 13px);
    letter-spacing: 0.22em;
  }

  .site-header .header-cta {
    flex: 0 1 auto;
    min-height: 42px;
    padding: 9px 18px;
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 12px;
  }

  .site-header .header-inner {
    gap: 12px;
  }

  .site-header .nav-left,
  .site-header .nav-right {
    gap: 10px 16px;
  }

  .site-header .nav-right .header-cta {
    width: min(100%, 300px);
    flex-basis: min(100%, 300px);
    justify-self: center;
  }
}

.site-footer {
  width: min(100%, 1320px);
  grid-template-columns: minmax(200px, 260px) 1px minmax(260px, 1fr) 1px minmax(300px, 420px);
}

.footer-message p {
  max-width: 580px;
  margin-inline: auto;
}

/* Home */

.page-home .hero-content {
  width: min(calc(100% - 36px), 880px);
  padding-inline: clamp(18px, 3vw, 42px);
}

.page-home .hero-content h1 {
  max-width: 780px;
  margin-inline: auto;
  font-size: clamp(46px, 5.1vw, 78px);
  line-height: 0.98;
}

.page-home .hero-description {
  width: min(100%, 700px);
  line-height: 1.45;
}

.page-home .hero-proof {
  max-width: 680px;
  margin-inline: auto;
  line-height: 1.45;
}

.page-home .hero-actions {
  align-items: stretch;
  justify-content: center;
  gap: clamp(14px, 1.7vw, 22px);
  margin-top: clamp(26px, 3vw, 34px);
}

.page-home .hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 286px);
  padding-block: 15px;
}

.page-home .home-hero .hero-action {
  min-height: 54px;
  padding: 15px clamp(24px, 2.4vw, 34px);
  border-radius: 18px;
  font-size: clamp(12.5px, 0.92vw, 14px);
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateY(0);
}

.page-home .home-hero .hero-action::before {
  content: "";
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  background: currentColor;
  transition: transform 210ms ease, opacity 210ms ease;
}

.page-home .home-hero .hero-action-primary {
  min-width: min(100%, 318px);
  border-color: rgba(226, 184, 99, 0.74);
  color: #fff4d6;
  background:
    linear-gradient(180deg, rgba(255, 248, 212, 0.22), rgba(255, 248, 212, 0) 42%),
    linear-gradient(180deg, #476638 0%, #29451f 58%, #1d3518 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 246, 209, 0.48),
    inset 0 -1px 0 rgba(9, 26, 8, 0.42),
    0 13px 28px rgba(49, 38, 18, 0.23),
    0 3px 9px rgba(207, 153, 55, 0.16);
  text-shadow: 0 1px 0 rgba(11, 25, 9, 0.34);
}

.page-home .home-hero .hero-action-primary::before {
  background: #dfbd70;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20c-2.8-4.8-7-5.8-9-5.8 2.6-2.8 6.4-3.2 9 .9 2.6-4.1 6.4-3.7 9-.9-2 0-6.2 1-9 5.8Z'/%3E%3Cpath d='M12 15.1V5'/%3E%3Cpath d='M8.1 8.5c1.4 0 2.9.8 3.9 2 1-1.2 2.5-2 3.9-2'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20c-2.8-4.8-7-5.8-9-5.8 2.6-2.8 6.4-3.2 9 .9 2.6-4.1 6.4-3.7 9-.9-2 0-6.2 1-9 5.8Z'/%3E%3Cpath d='M12 15.1V5'/%3E%3Cpath d='M8.1 8.5c1.4 0 2.9.8 3.9 2 1-1.2 2.5-2 3.9-2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.page-home .home-hero .hero-action-secondary {
  min-width: min(100%, 284px);
  border-color: rgba(217, 169, 86, 0.58);
  color: #5f3d12;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.18) 46%),
    linear-gradient(180deg, rgba(255, 248, 230, 0.92), rgba(242, 224, 190, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 8px 18px rgba(72, 48, 19, 0.13);
  text-shadow: 0 1px 0 rgba(255, 250, 235, 0.7);
}

.page-home .home-hero .hero-action-secondary::before {
  width: 15px;
  height: 15px;
  background: #a66f22;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.2 6-10a6 6 0 1 0-12 0c0 4.8 6 10 6 10Z'/%3E%3Ccircle cx='12' cy='11' r='2.2'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.2 6-10a6 6 0 1 0-12 0c0 4.8 6 10 6 10Z'/%3E%3Ccircle cx='12' cy='11' r='2.2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.page-home .cards-grid {
  align-items: stretch;
}

.page-home .spa-card {
  height: 100%;
}

.page-home .spa-card h3 {
  min-height: 2.3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .spa-card p {
  width: 100%;
  min-height: 0;
  line-height: 1.45;
}

.page-home .card-photo-link {
  display: block;
  width: 100%;
  margin-top: auto;
  border-radius: 8px;
  overflow: hidden;
}

.page-home .card-photo-link:focus-visible {
  outline: 3px solid rgba(184, 134, 47, 0.72);
  outline-offset: 3px;
}

.page-home .card-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  margin-top: 0;
  object-fit: cover;
  object-position: center center;
}

.page-home .card-photo-products {
  object-fit: contain;
}

.page-home .spa-card-toggle {
  display: none;
}

.page-home .spa-card-panel {
  display: contents;
}

.page-home .home-guidance {
  width: min(calc(100% - 36px), var(--hf-content));
  margin-block: var(--hf-section-space);
  padding: clamp(34px, 4.8vw, 58px);
}

.page-home .home-guidance > p {
  max-width: 740px;
  margin-inline: auto;
  line-height: 1.72;
}

.page-home .guidance-links {
  align-items: stretch;
  gap: clamp(12px, 1.4vw, 18px);
}

.page-home .guidance-links a {
  height: 100%;
  padding: 17px 18px;
  line-height: 1.32;
}

.page-home .menu-button-wrap {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: min(calc(100% - 36px), var(--hf-content));
  margin-top: 0;
  padding: clamp(30px, 4vw, 52px) clamp(18px, 3vw, 36px);
  text-align: center;
}

.page-home .menu-button-wrap h2 {
  max-width: 720px;
  margin: 0;
  color: #805416;
  font-family: Cinzel, "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.12;
}

.page-home .guide-intro {
  margin: 0 auto 8px;
}

.page-home .menu-button {
  min-width: min(100%, 720px);
  padding-block: 12px;
}

.page-home .secao2-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.page-home .secao2-item {
  height: 100%;
  grid-template-columns: 62px minmax(0, 1fr);
}

.page-home .home-gift-banner {
  width: min(calc(100% - 36px), 1320px);
  grid-template-columns: minmax(170px, 230px) minmax(260px, 1fr) minmax(280px, auto) minmax(90px, 130px);
  gap: clamp(22px, 3vw, 42px);
  padding: clamp(22px, 2.6vw, 34px) clamp(28px, 3.8vw, 52px);
}

.page-home .gift-banner-copy p {
  max-width: 620px;
  line-height: 1.6;
}

.page-home .gift-banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 286px);
  min-height: 58px;
  padding-block: 14px;
  border-radius: 15px;
}

.page-home .home-testimonials,
.page-home .home-info-bar,
.page-home .home-final-cta {
  width: min(calc(100% - 36px), 1320px);
}

.page-home .testimonials-grid {
  gap: clamp(18px, 3vw, 40px);
}

.page-home .testimonial-card {
  display: flex;
  flex-direction: column;
}

.page-home .testimonial-card p {
  max-width: 34ch;
  line-height: 1.55;
}

.page-home .testimonial-card strong {
  margin-top: auto;
}

.page-home .home-info-bar {
  grid-template-columns: minmax(280px, 1.2fr) repeat(2, minmax(230px, 1fr));
}

.page-home .home-final-cta {
  position: relative;
  isolation: isolate;
  max-width: clamp(430px, 56vw, 820px);
  margin-block: var(--hf-section-space);
  padding: clamp(32px, 4vw, 44px) clamp(18px, 2.5vw, 28px) clamp(24px, 3vw, 30px);
  border: 1px solid rgba(226, 190, 100, 0.42);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 100%, rgba(233, 184, 80, 0.22), transparent 18%),
    radial-gradient(circle at 20% 12%, rgba(255, 244, 198, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.16)),
    linear-gradient(135deg, #344321 0%, #10270f 58%, #1b3416 100%);
  color: #f3d990;
  box-shadow:
    inset 0 0 0 4px rgba(255, 247, 210, 0.04),
    inset 0 0 0 1px rgba(230, 193, 100, 0.22),
    inset 0 -24px 42px rgba(4, 18, 6, 0.28),
    0 16px 34px rgba(36, 55, 22, 0.24);
}

.page-home .home-final-cta::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: -1;
  border: 1px solid rgba(231, 194, 111, 0.18);
  border-radius: 14px;
  pointer-events: none;
}

.page-home .home-final-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: -1;
  width: min(230px, 70%);
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(236, 177, 73, 0.38), transparent 68%);
  transform: translateX(-50%);
  filter: blur(8px);
  pointer-events: none;
}

.page-home .home-final-cta h2 {
  max-width: 650px;
  margin-inline: auto;
  color: #f0d98e;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.12;
  text-shadow: 0 1px 0 rgba(255, 247, 197, 0.2), 0 2px 8px rgba(0, 0, 0, 0.24);
}

.page-home .home-final-cta p {
  max-width: 540px;
  margin: 12px auto clamp(22px, 2.4vw, 28px);
  color: rgba(255, 241, 196, 0.86);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.45;
}

.page-home .home-final-ornament,
.page-home .home-final-divider {
  display: block;
  width: min(280px, 72%);
  max-width: 82%;
  margin: 0 auto 16px;
  color: rgba(231, 194, 111, 0.76);
}

.page-home .home-final-ornament {
  height: 34px;
  background:
    var(--lotus-url) center calc(50% + 1px) / 32px 26px no-repeat,
    linear-gradient(90deg, rgba(231, 194, 111, 0.48), rgba(231, 194, 111, 0.48)) left 50% / calc(50% - 24px) 1px no-repeat,
    linear-gradient(90deg, rgba(231, 194, 111, 0.48), rgba(231, 194, 111, 0.48)) right 50% / calc(50% - 24px) 1px no-repeat;
}

.page-home .home-final-ornament::before,
.page-home .home-final-ornament::after,
.page-home .home-final-divider::before,
.page-home .home-final-divider::after {
  content: none;
}

.page-home .home-final-ornament::after,
.page-home .home-final-divider::after {
  background: linear-gradient(90deg, rgba(231, 194, 111, 0.55), transparent);
}

.page-home .home-final-ornament {
  margin-bottom: 12px;
}

.page-home .home-final-ornament::before,
.page-home .home-final-ornament::after {
  transform: translateY(1px);
}

.page-home .home-final-ornament {
  font-size: 0;
}

.page-home .home-final-ornament::selection {
  background: transparent;
}

.page-home .home-final-ornament {
  --lotus-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='30' viewBox='0 0 38 30' fill='none'%3E%3Cpath d='M19 4c3.7 3.3 5.5 7 5.5 11.1 0 3.5-2 6.4-5.5 8.7-3.5-2.3-5.5-5.2-5.5-8.7C13.5 11 15.3 7.3 19 4Z' stroke='%23e7c26f' stroke-width='1.4'/%3E%3Cpath d='M12.6 11.3c-4.2.2-7.5 1.8-10.1 4.8 2.5 3.5 5.9 5.2 10.1 5.2 2.7 0 4.9-.8 6.4-2.4-2.1-4.4-4.2-6.9-6.4-7.6Z' stroke='%23e7c26f' stroke-width='1.4'/%3E%3Cpath d='M25.4 11.3c4.2.2 7.5 1.8 10.1 4.8-2.5 3.5-5.9 5.2-10.1 5.2-2.7 0-4.9-.8-6.4-2.4 2.1-4.4 4.2-6.9 6.4-7.6Z' stroke='%23e7c26f' stroke-width='1.4'/%3E%3Cpath d='M8 25h22' stroke='%23e7c26f' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.page-home .home-final-ornament::before {
  content: "";
}

.page-home .home-final-ornament::after {
  content: "";
}

.page-home .home-final-divider {
  width: min(100%, 92px);
  min-height: 10px;
  margin: 12px auto 8px;
  background:
    radial-gradient(circle, rgba(231, 194, 111, 0.76) 0 2px, transparent 2.5px) center / 6px 6px no-repeat,
    linear-gradient(90deg, transparent, rgba(231, 194, 111, 0.5)) left 50% / calc(50% - 9px) 1px no-repeat,
    linear-gradient(90deg, rgba(231, 194, 111, 0.5), transparent) right 50% / calc(50% - 9px) 1px no-repeat;
}

.page-home .home-final-divider::before,
.page-home .home-final-divider::after {
  background: linear-gradient(90deg, transparent, rgba(231, 194, 111, 0.5));
}

.page-home .home-final-divider::after {
  background: linear-gradient(90deg, rgba(231, 194, 111, 0.5), transparent);
}

.page-home .home-final-divider {
  color: rgba(231, 194, 111, 0.8);
}

.page-home .home-final-divider::selection {
  background: transparent;
}

/* Therapies */

.page-therapies .hero-content {
  width: min(calc(100% - 36px), 980px);
  padding-inline: var(--hf-page-gutter);
}

.page-therapies .page-title {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(46px, 5vw, 78px);
  line-height: 1;
  letter-spacing: 0.02em;
}

.page-therapies .therapy-hero p {
  max-width: 760px;
  line-height: 1.58;
}

.page-therapies .therapy-menu {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1120px;
  gap: clamp(20px, 2.2vw, 30px);
  padding-inline: var(--hf-page-gutter);
}

.page-therapies .menu-panel {
  min-width: 0;
  padding: clamp(56px, 5vw, 64px) clamp(22px, 2.4vw, 32px) clamp(24px, 2.6vw, 30px);
}

.page-therapies .panel-title {
  max-width: calc(100% - 36px);
  min-width: min(210px, calc(100% - 36px));
  height: auto;
  min-height: 50px;
  padding: 8px 28px;
  line-height: 1.2;
  font-size: clamp(18px, 1.45vw, 22px);
}

.page-therapies .service-item-header {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.page-therapies .service-item {
  margin-bottom: clamp(16px, 1.8vw, 20px);
  padding-bottom: clamp(16px, 1.8vw, 20px);
}

.page-therapies .service-title {
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.14;
}

.page-therapies .service-description {
  max-width: 100%;
  font-size: clamp(13.5px, 1vw, 14.5px);
  line-height: 1.52;
}

.page-therapies .service-price {
  font-size: clamp(17px, 1.22vw, 20px);
}

.page-therapies .service-meta {
  align-items: center;
  gap: 6px;
  margin-top: 9px;
}

.page-therapies .service-chip,
.page-therapies .service-detail-link {
  min-height: 19px;
  padding: 3px 8px 2px;
  font-size: 9.5px;
}

.page-therapies .service-detail-link {
  line-height: 1.35;
}

.page-therapies .units-panel {
  width: min(calc(100% - 36px), var(--hf-content));
  margin-inline: auto;
  padding: var(--hf-card-padding);
}

.page-therapies .therapy-locations {
  align-items: stretch;
}

.page-therapies .therapy-location-card {
  height: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(118px, 0.36fr) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 24px);
  align-items: stretch;
  padding: clamp(22px, 2.4vw, 28px);
}

.page-therapies .location-content {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.page-therapies .location-content h3 {
  line-height: 1.18;
}

.page-therapies .location-content > a {
  width: min(100%, 250px);
  margin-top: auto;
  min-height: 48px;
  border-radius: 999px;
}

.page-therapies .floating-whatsapp {
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
}

/* Massage guide */

.page-massage-guide .seo-hero-content {
  width: min(calc(100% - 36px), 940px);
}

.page-massage-guide .seo-hero h1 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(44px, 5.6vw, 76px);
  line-height: 1;
}

.page-massage-guide .hero-text {
  max-width: 760px;
}

.page-massage-guide .page-section {
  padding-block: clamp(30px, 4.5vw, 60px);
}

.page-massage-guide .intro-panel,
.page-massage-guide .faq-panel,
.page-massage-guide .final-cta {
  padding: var(--hf-card-padding);
}

.page-massage-guide .anchor-nav {
  justify-content: center;
}

.page-massage-guide .anchor-nav a {
  padding-block: 8px;
  text-align: center;
}

.page-massage-guide .therapy-grid {
  align-items: stretch;
  gap: var(--hf-card-gap);
}

.page-massage-guide .therapy-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-massage-guide .therapy-card > p {
  max-width: 65ch;
}

.page-massage-guide .detail-list {
  align-items: start;
}

.page-massage-guide .card-actions {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(184, 134, 47, 0.16);
}

.page-massage-guide .card-actions > a {
  flex: 1 1 220px;
}

.page-massage-guide .faq-item:last-child {
  padding-bottom: 0;
}

/* Six detailed pages */

.page-therapy-detail .service-hero {
  padding-block: clamp(52px, 7vw, 92px);
}

.page-therapy-detail .hero-inner {
  width: min(calc(100% - 24px), 900px);
}

.page-therapy-detail h1 {
  max-width: 850px;
  margin-inline: auto;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1;
}

.page-therapy-detail .hero-text {
  max-width: 740px;
  line-height: 1.68;
}

.page-therapy-detail .page-section {
  width: min(calc(100% - 36px), 980px);
  padding-block: clamp(34px, 5vw, 64px);
}

.page-therapy-detail .section-card {
  width: 100%;
  max-width: 100%;
  margin: 0 0 var(--hf-card-gap);
  padding: var(--hf-card-padding);
  display: flex;
  flex-direction: column;
}

.page-therapy-detail .editorial-card {
  margin-inline: 0;
}

.page-therapy-detail .section-card h2 {
  max-width: 760px;
  line-height: 1.15;
}

.page-therapy-detail .section-card p {
  max-width: 72ch;
}

.page-therapy-detail .benefit-highlights {
  gap: 10px;
}

.page-therapy-detail .benefit-pill {
  min-height: 40px;
  line-height: 1.35;
  text-align: center;
}

.page-therapy-detail .actions,
.page-therapy-detail .related {
  gap: 12px;
  align-items: stretch;
  margin-top: 10px;
}

.page-therapy-detail .actions a,
.page-therapy-detail .related a {
  flex: 1 1 240px;
  padding-block: 12px;
}

.page-therapy-detail .faq-item {
  padding-block: 20px;
}

/* About */

.page-about .about-hero {
  align-items: stretch;
}

.page-about .about-hero-copy {
  padding-inline: clamp(30px, 4.5vw, 68px);
}

.page-about .about-title {
  max-width: 760px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
}

.page-about .about-hero-copy p {
  max-width: 58ch;
}

.page-about .about-card-copy {
  padding: clamp(38px, 4.5vw, 66px);
}

.page-about .about-values {
  padding-inline: clamp(28px, 4vw, 58px);
}

.page-about .about-values-grid {
  align-items: stretch;
  gap: clamp(18px, 2.5vw, 34px);
}

.page-about .about-value {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px;
}

.page-about .about-value h3 {
  min-height: 1.4em;
}

.page-about .about-value p {
  max-width: 30ch;
  margin-inline: auto;
}

.page-about .about-cta {
  width: min(calc(100% - 36px), 1320px);
  gap: clamp(18px, 3vw, 42px);
}

.page-about .about-cta > div {
  min-width: 0;
}

.page-about .about-cta a {
  min-width: min(100%, 340px);
  max-width: 460px;
  padding-block: 15px;
  border-radius: 15px;
}

/* Gallery */

.page-gallery .gallery-hero-content {
  padding-inline: var(--hf-page-gutter);
}

.page-gallery .gallery-hero-content p {
  max-width: 620px;
  line-height: 1.65;
}

.page-gallery .gallery-content {
  width: min(calc(100% - 36px), var(--hf-content));
}

.page-gallery .gallery-content > p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: #4f4339;
  font-size: 16px;
  line-height: 1.68;
  text-align: center;
}

.page-gallery .gallery-filters {
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 22px;
}

.page-gallery .gallery-filters button {
  min-width: 0;
  flex: 1 1 150px;
}

.page-gallery .gallery-grid {
  align-items: stretch;
}

.page-gallery .gallery-item {
  height: 100%;
  min-height: 0;
  aspect-ratio: 1.42 / 1;
}

.page-gallery .gallery-item img {
  display: block;
}

.page-gallery .gallery-cta {
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
}

.page-gallery .gallery-cta-button {
  min-width: min(320px, 100%);
  padding-block: 15px;
  border-radius: 15px;
}

.page-gallery .instagram-card {
  grid-template-columns: 72px minmax(0, 1fr) minmax(210px, auto);
}

/* Contact */

.page-contact .contact-hero-content {
  min-height: clamp(380px, 34vw, 460px);
  padding-inline: var(--hf-page-gutter);
}

.page-contact .contact-title {
  max-width: 980px;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.08;
}

.page-contact .contact-hero p {
  max-width: 720px;
}

.page-contact .contact-main {
  width: min(calc(100% - 36px), var(--hf-content));
}

.page-contact .unit-grid {
  align-items: stretch;
}

.page-contact .unit-card {
  height: 100%;
  min-height: 0;
  grid-template-columns: 68px minmax(0, 1fr);
  padding: clamp(32px, 3.2vw, 44px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 16px 34px rgba(88, 54, 16, 0.08);
}

.page-contact .unit-address {
  min-height: 4.5em;
}

.page-contact .unit-phone {
  max-width: 100%;
  line-height: 1.25;
  text-align: center;
}

.page-contact .unit-actions {
  align-self: stretch;
  gap: 13px;
  padding-top: 6px;
}

.page-contact .unit-actions > a {
  min-height: 54px;
  border-radius: 15px;
}

.page-contact .unit-actions .button-outline {
  min-height: 50px;
}

.page-contact .contact-channels {
  align-items: stretch;
}

.page-contact .channel-card {
  height: 100%;
  min-width: 0;
  grid-template-columns: minmax(48px, 78px) minmax(0, 1fr);
  gap: 14px;
  padding: 24px 20px;
}

.page-contact .channel-card strong {
  overflow-wrap: anywhere;
}

.page-contact .contact-cta {
  padding-inline: var(--hf-page-gutter);
}

.page-contact .contact-cta p {
  max-width: 760px;
  margin-inline: auto;
}

/* Products */

.page-products .products-hero {
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: clamp(28px, 4vw, 58px);
}

.page-products .hero-copy h1 {
  max-width: 650px;
  font-size: clamp(38px, 4.8vw, 66px);
  line-height: 1.04;
}

.page-products .hero-copy p {
  max-width: 62ch;
}

.page-products .hero-badges {
  align-items: stretch;
}

.page-products .hero-badges span {
  line-height: 1.35;
  text-align: center;
}

.page-products .product-card {
  align-items: stretch;
}

.page-products .product-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-products .benefit-list span {
  line-height: 1.35;
}

.page-products .info-grid {
  align-items: stretch;
}

.page-products .info-card,
.page-products .location-card {
  height: 100%;
}

.page-products .final-cta .actions {
  align-items: stretch;
  gap: 14px;
  margin-top: 4px;
}

.page-products .final-cta .button-primary {
  min-width: min(100%, 280px);
  min-height: 56px;
}

.page-products .final-cta .button-secondary {
  min-width: min(100%, 210px);
  min-height: 54px;
  border-radius: 15px;
}

.page-products .product-card .actions {
  margin-top: auto;
  padding-top: 16px;
}

.page-products .product-card .actions > a {
  flex: 1 1 230px;
}

/* Tablet and compact desktop */

@media (max-width: 1100px) {
  .site-footer {
    grid-template-columns: 1fr;
    width: min(calc(100% - 24px), 960px);
    gap: 18px;
  }

  .page-home .cards-grid {
    width: min(calc(100% - 36px), 900px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .secao2-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 760px;
  }

  .page-home .secao2-item {
    padding: 0;
    border-right: 0;
  }

  .page-home .home-gift-banner {
    grid-template-columns: 190px minmax(0, 1fr) auto;
  }

  .page-home .gift-banner-icon-wrap {
    display: none;
  }

  .page-home .home-info-bar {
    grid-template-columns: 1fr;
  }

  .page-therapies .therapy-menu {
    grid-template-columns: 1fr;
    max-width: 820px;
    gap: 72px;
  }

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

  .page-contact .channel-card:nth-child(2) {
    border-right: 0;
  }

  .page-contact .channel-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(190, 135, 48, 0.28);
  }

  .page-products .products-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .page-home .home-gift-banner {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .page-home .gift-banner-action {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .page-home .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-inline: auto;
  }

  .page-home .testimonial-card p {
    max-width: 52ch;
  }

  .page-massage-guide .therapy-grid {
    grid-template-columns: 1fr;
  }

  .page-about .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .page-gallery .gallery-cta,
  .page-gallery .instagram-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .page-gallery .gallery-cta-button {
    justify-self: center;
  }

  .page-contact .unit-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-inline: auto;
  }

  .page-contact .unit-address {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  :root {
    --hf-card-padding: clamp(22px, 5vw, 32px);
    --hf-section-space: clamp(36px, 8vw, 58px);
  }

  .page-home .hero-content h1,
  .page-therapies .page-title,
  .page-massage-guide .seo-hero h1,
  .page-therapy-detail h1,
  .page-contact .contact-title {
    font-size: clamp(36px, 8vw, 52px);
    line-height: 1.04;
  }

  .page-home .hero-description {
    font-size: clamp(17px, 3.8vw, 21px);
  }

  .page-home .guidance-links {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-testimonials {
    padding-inline: 34px;
  }

  .page-therapies .therapy-menu {
    padding-inline: 16px;
  }

  .page-therapies .menu-panel {
    padding: 64px 24px 30px;
  }

  .page-therapies .service-item-header {
    gap: 14px;
  }

  .page-massage-guide .detail-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-about .about-history,
  .page-about .about-promise {
    grid-template-columns: 1fr;
  }

  .page-about .about-card-image {
    min-height: clamp(280px, 58vw, 420px);
  }

  .page-about .about-promise .about-card-image {
    order: -1;
  }

  .page-about .about-cta {
    text-align: center;
  }

  .page-products .product-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  :root {
    --hf-page-gutter: 18px;
    --hf-card-padding: 22px;
  }

  .site-header .header-cta {
    width: 100%;
    max-width: 320px;
    padding: 10px 14px;
    font-size: 11px;
  }

  .page-home .cards-grid,
  .page-home .guidance-links,
  .page-about .about-values-grid,
  .page-gallery .gallery-grid,
  .page-contact .contact-channels {
    grid-template-columns: 1fr;
  }

  .page-home .cards-grid {
    width: min(calc(100% - 24px), 520px);
    gap: 14px;
  }

  .page-home .spa-card {
    position: relative;
    z-index: 0;
    min-height: 0;
    padding: 0;
    border: 1px solid rgba(173, 119, 38, 0.42);
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(255, 252, 246, 0.94), rgba(248, 236, 217, 0.9)),
      #fffaf1;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.78),
      0 10px 22px rgba(72, 45, 18, 0.12);
    overflow: hidden;
    transition: border-color 260ms ease, box-shadow 260ms ease, background-color 260ms ease;
  }

  .page-home .spa-card::after {
    content: "";
    position: absolute;
    inset: 7px;
    z-index: -1;
    border-radius: 16px;
    opacity: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at 14% 18%, rgba(218, 173, 82, 0.18) 0 1px, transparent 2px),
      radial-gradient(circle at 86% 24%, rgba(218, 173, 82, 0.14) 0 1px, transparent 2px),
      radial-gradient(circle at 74% 82%, rgba(218, 173, 82, 0.12) 0 1px, transparent 2px);
    transition: opacity 260ms ease;
  }

  .page-home .spa-card.is-open {
    border-color: rgba(195, 139, 45, 0.62);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      0 14px 28px rgba(72, 45, 18, 0.16);
  }

  .page-home .spa-card.is-open::after {
    opacity: 1;
  }

  .page-home .spa-card > .card-icon,
  .page-home .spa-card > h3 {
    display: none;
  }

  .page-home .spa-card-toggle {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 96px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 12px;
    padding: 13px 18px;
    border: 0;
    color: #2f431d;
    background: transparent;
    font-family: Cinzel, "Playfair Display", Georgia, serif;
    font-size: clamp(17px, 5vw, 20px);
    font-weight: 500;
    line-height: 1.12;
    text-align: left;
    cursor: pointer;
  }

  .page-home .spa-card-toggle:focus-visible {
    outline: 2px solid rgba(184, 134, 47, 0.68);
    outline-offset: -5px;
    border-radius: 18px;
  }

  .page-home .card-icon-toggle {
    width: 54px;
    height: 54px;
    margin: 0;
    object-fit: contain;
    filter: sepia(0.15) saturate(1.08);
  }

  .page-home .spa-card-chevron {
    width: 9px;
    height: 9px;
    justify-self: end;
    border-top: 1.6px solid #a87324;
    border-right: 1.6px solid #a87324;
    transform: rotate(45deg);
    transition: transform 260ms ease;
  }

  .page-home .spa-card.is-open .spa-card-chevron {
    transform: rotate(135deg);
  }

  .page-home .spa-card-panel {
    display: grid;
    gap: 14px;
    max-height: 0;
    padding: 0 20px;
    opacity: 0;
    overflow: hidden;
    transition: max-height 280ms ease, opacity 230ms ease, padding 280ms ease;
  }

  .page-home .spa-card-panel:not([hidden]) {
    padding-bottom: 20px;
    opacity: 1;
  }

  .page-home .spa-card-panel .card-photo-link {
    order: 1;
    margin-top: 0;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(65, 42, 17, 0.12);
  }

  .page-home .spa-card-panel p {
    order: 2;
    width: 100%;
    margin: 0;
    color: #443522;
    font-size: 15.5px;
    line-height: 1.52;
    text-align: left;
  }

  .page-home .spa-card-panel .card-photo {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
  }

  .page-home .spa-card-panel .card-photo-products {
    object-fit: cover;
    background: linear-gradient(180deg, #f7ead8, #f3dfc4);
  }

  .page-home .home-guidance,
  .page-home .menu-button-wrap {
    width: min(calc(100% - 24px), 520px);
  }

  .page-home .home-gift-banner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 24px 18px;
    text-align: center;
  }

  .page-home .gift-banner-card-wrap img {
    width: min(210px, 72vw);
  }

  .page-home .gift-banner-action {
    grid-column: auto;
  }

  .page-home .home-testimonials {
    width: min(calc(100% - 24px), 520px);
    padding-inline: 20px;
  }

  .page-home .testimonial-arrow {
    display: none;
  }

  .page-home .home-info-bar,
  .page-home .home-final-cta {
    width: min(calc(100% - 24px), 520px);
  }

  .page-home .home-final-cta {
    padding-inline: 22px;
  }

  .page-therapies .service-item-header {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .page-therapies .service-price {
    text-align: left;
  }

  .page-therapies .floating-whatsapp {
    width: 52px;
    height: 52px;
  }

  .page-massage-guide .anchor-nav a,
  .page-massage-guide .card-actions a,
  .page-therapy-detail .actions a,
  .page-therapy-detail .related a {
    width: 100%;
  }

  .page-therapy-detail .benefit-highlights {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-about .about-content,
  .page-gallery .gallery-content,
  .page-contact .contact-main {
    width: min(calc(100% - 24px), 520px);
  }

  .page-about .about-title {
    font-size: clamp(31px, 8.5vw, 42px);
  }

  .page-about .about-values {
    padding: 28px 20px;
  }

  .page-about .about-value p {
    max-width: 36ch;
  }

  .page-about .about-cta {
    width: min(calc(100% - 24px), 520px);
    padding-inline: 22px;
  }

  .page-about .about-cta a {
    width: 100%;
  }

  .page-gallery .gallery-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px;
  }

  .page-gallery .gallery-filters button {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
  }

  .page-gallery .gallery-item {
    aspect-ratio: 4 / 3;
  }

  .page-gallery .instagram-card {
    padding-inline: 22px;
  }

  .page-contact .contact-hero-content {
    min-height: 360px;
  }

  .page-contact .unit-card {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 28px 20px;
  }

  .page-contact .unit-pin {
    justify-self: center;
  }

  .page-contact .channel-card,
  .page-contact .channel-card:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(190, 135, 48, 0.28);
  }

  .page-contact .channel-card:last-child {
    border-bottom: 0;
  }

  .page-contact .channel-card {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .page-contact .unit-phone {
    font-size: clamp(20px, 6vw, 25px);
  }

  .page-products .products-hero,
  .page-products .page-section {
    width: min(calc(100% - 24px), 520px);
  }

  .page-products .hero-copy h1 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .page-products .hero-badges,
  .page-products .benefit-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-products .hero-badges span,
  .page-products .benefit-list span {
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .page-home .hero-content h1,
  .page-therapies .page-title,
  .page-massage-guide .seo-hero h1,
  .page-therapy-detail h1,
  .page-contact .contact-title {
    font-size: clamp(32px, 9.2vw, 42px);
  }

  .page-home .hero-actions,
  .page-home .hero-action,
  .page-home .menu-button,
  .page-home .gift-banner-button {
    width: 100%;
  }

  .page-home .guidance-links,
  .page-gallery .gallery-filters {
    grid-template-columns: 1fr;
  }

  .page-home .secao2-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .page-home .secao2-item img {
    width: 48px;
    height: 48px;
  }

  .page-home .menu-button {
    font-size: 14px;
  }

  .page-therapies .panel-title {
    padding-inline: 18px;
    font-size: 19px;
  }

  .page-therapy-detail .section-card,
  .page-massage-guide .therapy-card,
  .page-massage-guide .intro-panel,
  .page-massage-guide .faq-panel,
  .page-massage-guide .final-cta {
    border-radius: 15px;
  }

  .page-contact .channel-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

/*
 * Premium CTA system
 * Unified interaction layer; copy, destinations and document structure remain unchanged.
 */

:root {
  --cta-height: 56px;
  --cta-height-compact: 50px;
  --cta-radius: 15px;
  --cta-radius-compact: 13px;
  --cta-padding-inline: clamp(28px, 3vw, 46px);
  --cta-green-top: #3c612b;
  --cta-green-bottom: #203b17;
  --cta-cream: #fff8e8;
  --cta-gold: #bd842f;
  --cta-gold-light: #f0cf80;
  --cta-brown: #6f4816;
  --cta-focus: rgba(244, 199, 91, 0.92);
  --cta-ease: 190ms ease;
}

:is(
  .site-header .header-cta,
  .hero-action,
  .menu-button,
  .gift-banner-button,
  .whatsapp-button,
  .service-detail-link,
  .button-primary,
  .button-secondary,
  .button-outline,
  .cta-button,
  .gallery-cta-button,
  .about-cta a,
  .instagram-card > a,
  .location-content > a
) {
  min-height: var(--cta-height);
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px var(--cta-padding-inline);
  border: 1px solid transparent;
  border-radius: var(--cta-radius);
  font-family: Montserrat, Lato, Arial, sans-serif;
  font-size: clamp(14px, 0.98vw, 15.5px);
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  white-space: normal;
  cursor: pointer;
  transition:
    color var(--cta-ease),
    background-color var(--cta-ease),
    border-color var(--cta-ease),
    box-shadow var(--cta-ease),
    transform var(--cta-ease);
}

:is(
  .hero-action-primary,
  .menu-button,
  .gift-banner-button,
  .whatsapp-button,
  .button-primary,
  .cta-button,
  .gallery-cta-button,
  .about-cta a,
  .location-content > a
) {
  border-color: rgba(219, 179, 91, 0.72);
  color: var(--cta-cream);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) 44%),
    linear-gradient(180deg, var(--cta-green-top), var(--cta-green-bottom));
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 218, 0.32),
    inset 0 -1px 0 rgba(10, 28, 8, 0.34),
    0 10px 20px rgba(37, 54, 24, 0.22);
}

:is(
  .hero-action-secondary,
  .button-secondary,
  .button-outline,
  .service-detail-link,
  .instagram-card > a
) {
  border-color: rgba(173, 119, 38, 0.58);
  color: var(--cta-brown);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.12)),
    rgba(255, 248, 232, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 5px 12px rgba(93, 61, 25, 0.09);
}

.site-header .header-cta {
  min-width: clamp(226px, 17vw, 292px);
  min-height: 52px;
  padding: 12px clamp(26px, 2.6vw, 42px);
  border: 1px solid rgba(124, 78, 20, 0.72);
  border-radius: 16px;
  color: #42280d;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, #f3d58d, #c9953e);
  box-shadow:
    inset 0 1px 0 rgba(255, 249, 220, 0.78),
    inset 0 -1px 0 rgba(99, 58, 13, 0.26),
    0 5px 12px rgba(69, 37, 11, 0.2);
  font-size: clamp(13px, 0.9vw, 14.5px);
  font-weight: 800 !important;
  letter-spacing: 0.012em;
  line-height: 1.18;
  text-shadow: 0 1px 0 rgba(255, 241, 195, 0.46);
  white-space: nowrap;
}

.page-home .menu-button {
  min-height: 62px;
  min-width: min(100%, 760px);
  border-radius: 18px;
  padding-inline: clamp(34px, 5.4vw, 88px);
  font-size: clamp(15px, 1.18vw, 18px);
  letter-spacing: 0.006em;
}

.page-home .menu-button::before,
.page-home .menu-button::after {
  content: none;
  display: none;
}

.page-home .home-final-cta .hero-action-secondary {
  width: min(100%, 620px);
  margin-inline: auto;
  min-width: 0;
  min-height: 58px;
  margin-top: 4px;
  padding: 14px clamp(18px, 3vw, 24px);
  border: 2px solid rgba(231, 194, 111, 0.86);
  border-radius: 10px;
  color: #f1d98d;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    rgba(13, 43, 18, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 203, 0.16),
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 8px 18px rgba(4, 16, 5, 0.2);
  font-size: clamp(13.5px, 1vw, 15px);
  letter-spacing: 0.018em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}

.page-home .home-final-cta .hero-action-secondary:hover {
  border-color: rgba(244, 207, 128, 0.96);
  color: #fff0b8;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    rgba(22, 57, 24, 0.44);
}

.page-home .home-final-whatsapp {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background: transparent;
  position: relative;
}

.page-home .home-final-whatsapp::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20.5 11.8a8.4 8.4 0 0 1-12.3 7.4L4 20.4l1.2-4.1A8.4 8.4 0 1 1 20.5 11.8Zm-8.4-6.7a6.7 6.7 0 0 0-5.7 10.2l.2.3-.7 2.3 2.4-.7.3.2a6.7 6.7 0 1 0 3.5-12.3Zm3.8 9.5c-.2.5-1.1 1-1.5 1.1-.4.1-.9.1-1.5-.1-.3-.1-.8-.3-1.4-.6-2.4-1-4-3.5-4.1-3.7-.1-.1-1-1.4-1-2.6s.6-1.8.9-2.1c.2-.2.5-.3.7-.3h.5c.2 0 .4 0 .6.5l.8 1.9c.1.2.1.4 0 .6l-.3.5c-.1.1-.2.3-.1.5.1.2.6 1.1 1.3 1.7.9.8 1.6 1.1 1.9 1.2.2.1.4.1.5-.1l.7-.8c.2-.2.4-.3.6-.2l1.8.9c.2.1.4.2.4.4.1.2.1.7-.1 1.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20.5 11.8a8.4 8.4 0 0 1-12.3 7.4L4 20.4l1.2-4.1A8.4 8.4 0 1 1 20.5 11.8Zm-8.4-6.7a6.7 6.7 0 0 0-5.7 10.2l.2.3-.7 2.3 2.4-.7.3.2a6.7 6.7 0 1 0 3.5-12.3Zm3.8 9.5c-.2.5-1.1 1-1.5 1.1-.4.1-.9.1-1.5-.1-.3-.1-.8-.3-1.4-.6-2.4-1-4-3.5-4.1-3.7-.1-.1-1-1.4-1-2.6s.6-1.8.9-2.1c.2-.2.5-.3.7-.3h.5c.2 0 .4 0 .6.5l.8 1.9c.1.2.1.4 0 .6l-.3.5c-.1.1-.2.3-.1.5.1.2.6 1.1 1.3 1.7.9.8 1.6 1.1 1.9 1.2.2.1.4.1.5-.1l.7-.8c.2-.2.4-.3.6-.2l1.8.9c.2.1.4.2.4.4.1.2.1.7-.1 1.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.page-home .guidance-links a {
  min-height: 76px;
  border: 1px solid rgba(168, 118, 38, 0.26);
  border-radius: 18px;
  color: #2f431d;
  background: rgba(255, 250, 241, 0.78);
  box-shadow:
    0 10px 22px rgba(82, 54, 24, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 600;
  transition:
    color var(--cta-ease),
    background-color var(--cta-ease),
    border-color var(--cta-ease),
    box-shadow var(--cta-ease),
    transform var(--cta-ease);
}

.page-therapies .service-detail-link {
  min-height: 48px;
  padding: 11px 20px;
  border-radius: var(--cta-radius-compact);
  font-size: 13.5px;
  letter-spacing: 0.025em;
  text-transform: none;
}

@media (max-width: 520px) {
  .page-home .guidance-links a {
    min-height: 92px;
    padding: 16px 18px;
    gap: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .spa-card,
  .page-home .spa-card::after,
  .page-home .spa-card-panel,
  .page-home .spa-card-chevron {
    transition: none;
  }

  .page-home .spa-card::after {
    display: none;
  }
}

.page-therapies .therapy-hero .whatsapp-button svg,
.page-therapies .final-cta .whatsapp-button svg {
  display: none;
}

.page-therapies .floating-whatsapp {
  width: auto;
  min-width: 58px;
  min-height: 58px;
  padding: 12px 20px;
  border: 1px solid rgba(173, 119, 38, 0.68);
  border-radius: var(--cta-radius);
  color: var(--cta-cream);
  background: linear-gradient(180deg, var(--cta-green-top), var(--cta-green-bottom));
  box-shadow: 0 8px 20px rgba(29, 48, 20, 0.25);
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.012em;
  line-height: 1.2;
  transition:
    border-color var(--cta-ease),
    box-shadow var(--cta-ease),
    transform var(--cta-ease);
}

.page-therapies .floating-whatsapp > span {
  display: none;
}

.page-massage-guide .card-actions,
.page-therapy-detail .actions,
.page-therapy-detail .related,
.page-contact .unit-actions,
.page-products .actions {
  gap: 12px;
  align-items: stretch;
}

.page-massage-guide .therapy-card .button-primary,
.page-therapy-detail .related .button-secondary {
  min-height: 50px;
  padding: 11px 22px;
  border-radius: var(--cta-radius-compact);
  font-size: 13.5px;
  letter-spacing: 0.012em;
}

.page-massage-guide .anchor-nav a {
  min-height: var(--cta-height-compact);
  padding: 9px 17px;
  border-color: rgba(173, 119, 38, 0.42);
  background: rgba(255, 251, 242, 0.72);
  font-size: 12.5px;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-align: center;
  transition:
    color var(--cta-ease),
    background-color var(--cta-ease),
    border-color var(--cta-ease),
    box-shadow var(--cta-ease),
    transform var(--cta-ease);
}

.page-massage-guide .anchor-nav a:hover {
  border-color: rgba(160, 103, 25, 0.72);
  background: rgba(255, 251, 242, 0.96);
  transform: translateY(-1px);
}

.page-massage-guide .anchor-nav a:focus-visible {
  outline: 3px solid var(--cta-focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 2px rgba(51, 65, 30, 0.68);
}

.page-massage-guide .anchor-nav a:active {
  transform: translateY(0) scale(0.99);
}

.page-gallery .gallery-filters button {
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: var(--cta-radius);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.2;
  cursor: pointer;
  transition:
    color var(--cta-ease),
    background-color var(--cta-ease),
    border-color var(--cta-ease),
    box-shadow var(--cta-ease),
    transform var(--cta-ease);
}

.page-home .testimonial-arrow {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-color: rgba(173, 119, 38, 0.52);
  transition:
    color var(--cta-ease),
    background-color var(--cta-ease),
    border-color var(--cta-ease),
    box-shadow var(--cta-ease),
    transform var(--cta-ease);
}

:is(
  .site-header .header-cta,
  .hero-action,
  .menu-button,
  .gift-banner-button,
  .whatsapp-button,
  .service-detail-link,
  .button-primary,
  .button-secondary,
  .button-outline,
  .cta-button,
  .gallery-cta-button,
  .about-cta a,
  .instagram-card > a,
  .location-content > a,
  .guidance-links a,
  .gallery-filters button,
  .testimonial-arrow,
  .floating-whatsapp
):hover {
  transform: translateY(-1px);
}

:is(
  .hero-action-primary,
  .menu-button,
  .gift-banner-button,
  .whatsapp-button,
  .button-primary,
  .cta-button,
  .gallery-cta-button,
  .about-cta a,
  .location-content > a
):hover {
  border-color: rgba(240, 207, 128, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #456d33, #27471d);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 218, 0.3),
    0 9px 19px rgba(37, 54, 24, 0.24);
}

:is(
  .hero-action-secondary,
  .button-secondary,
  .button-outline,
  .service-detail-link,
  .instagram-card > a,
  .guidance-links a
):hover {
  border-color: rgba(160, 103, 25, 0.78);
  color: #59370f;
  background-color: rgba(255, 251, 241, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 7px 15px rgba(93, 61, 25, 0.12);
}

.page-home .home-hero .hero-action-primary:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 205, 121, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 249, 219, 0.27), rgba(255, 249, 219, 0.02) 42%),
    linear-gradient(180deg, #4d7040 0%, #2f4d24 58%, #213b1b 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 218, 0.58),
    inset 0 -1px 0 rgba(9, 26, 8, 0.4),
    0 17px 32px rgba(42, 34, 15, 0.28),
    0 4px 12px rgba(216, 163, 63, 0.2);
}

.page-home .home-hero .hero-action-primary:hover::before {
  transform: translateY(-1px);
}

.page-home .home-hero .hero-action-secondary:hover {
  transform: translateY(-1px);
  border-color: rgba(204, 146, 55, 0.72);
  color: #54350f;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.22) 46%),
    linear-gradient(180deg, rgba(255, 250, 237, 0.96), rgba(241, 221, 184, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 10px 20px rgba(72, 48, 19, 0.15);
}

.page-home .home-hero .hero-action:focus-visible {
  outline: 2px solid rgba(244, 205, 121, 0.82);
  outline-offset: 4px;
  box-shadow:
    0 0 0 3px rgba(35, 55, 24, 0.34),
    0 12px 24px rgba(42, 34, 15, 0.22);
}

.site-header .header-cta:hover {
  border-color: #9f641d;
  color: #382108;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, #f6db98, #d0a04a);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 229, 0.86),
    0 7px 15px rgba(69, 37, 11, 0.24);
}

:is(
  .site-header .header-cta,
  .hero-action,
  .menu-button,
  .gift-banner-button,
  .whatsapp-button,
  .service-detail-link,
  .button-primary,
  .button-secondary,
  .button-outline,
  .cta-button,
  .gallery-cta-button,
  .about-cta a,
  .instagram-card > a,
  .location-content > a,
  .guidance-links a,
  .gallery-filters button,
  .testimonial-arrow,
  .floating-whatsapp
):focus-visible {
  outline: 3px solid var(--cta-focus);
  outline-offset: 3px;
  box-shadow:
    0 0 0 2px rgba(51, 65, 30, 0.68),
    0 8px 18px rgba(44, 48, 23, 0.18);
}

:is(
  .site-header .header-cta,
  .hero-action,
  .menu-button,
  .gift-banner-button,
  .whatsapp-button,
  .service-detail-link,
  .button-primary,
  .button-secondary,
  .button-outline,
  .cta-button,
  .gallery-cta-button,
  .about-cta a,
  .instagram-card > a,
  .location-content > a,
  .guidance-links a,
  .gallery-filters button,
  .testimonial-arrow,
  .floating-whatsapp
):active {
  transform: translateY(0) scale(0.99);
  box-shadow: inset 0 2px 5px rgba(42, 31, 13, 0.18);
}

:is(
  button:disabled,
  [aria-disabled="true"]
) {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

@media (max-width: 1100px) {
  .site-header .header-cta {
    min-width: clamp(210px, 34vw, 280px);
    min-height: 48px;
    padding: 11px 22px;
    font-size: 12.5px;
  }

  .page-home .menu-button {
    min-width: min(100%, 640px);
  }
}

@media (max-width: 620px) {
  :root {
    --cta-padding-inline: 22px;
  }

  .site-header .header-cta {
    width: auto;
    max-width: min(100%, 286px);
    min-height: 46px;
    padding-inline: 18px;
    white-space: nowrap;
  }

  .page-home .hero-actions,
  .page-massage-guide .card-actions,
  .page-therapy-detail .actions,
  .page-contact .unit-actions,
  .page-products .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-home .hero-actions > a,
  .page-massage-guide .card-actions > a,
  .page-therapy-detail .actions > a,
  .page-contact .unit-actions > a,
  .page-products .actions > a {
    width: 100%;
  }

  .page-home .home-final-cta {
    width: min(calc(100% - 22px), 1320px);
    padding: 38px 18px;
  }

  .page-home .home-final-cta .hero-action-secondary,
  .page-home .gift-banner-button,
  .page-home .menu-button,
  .page-gallery .gallery-cta-button,
  .page-about .about-cta a {
    width: 100%;
  }

  .page-home .home-gift-banner {
    width: min(calc(100% - 22px), 1320px);
  }

  .page-therapy-detail .related {
    align-items: center;
  }

  .page-therapy-detail .related a {
    width: auto;
    flex: 1 1 170px;
  }

  .page-therapies .floating-whatsapp {
    width: auto;
    height: auto;
    min-height: 48px;
    padding: 9px 16px;
    right: 12px;
    bottom: 12px;
  }

  .page-therapies main {
    padding-bottom: 74px;
  }

  .page-gallery .gallery-filters button {
    min-height: 46px;
  }

  .page-therapies .service-detail-link,
  .page-massage-guide .therapy-card .button-primary,
  .page-massage-guide .therapy-card .button-secondary,
  .page-massage-guide .anchor-nav a,
  .page-therapy-detail .related .button-secondary {
    min-height: 46px;
  }
}

@media (max-width: 430px) {
  .page-home .menu-button {
    min-height: 54px;
    padding-inline: 24px;
    font-size: 13.5px;
  }

  :is(
    .hero-action,
    .gift-banner-button,
    .whatsapp-button,
    .button-primary,
    .button-secondary,
    .button-outline,
    .cta-button,
    .gallery-cta-button,
    .about-cta a,
    .location-content > a
  ) {
    min-height: 52px;
    font-size: 13.5px;
  }

  .page-therapy-detail .related a {
    flex-basis: 100%;
  }
}

/* Therapies hero proportion refinement */
.page-therapies .therapy-hero {
  min-height: clamp(340px, 38vw, 430px);
  align-items: center;
  background-position: center 48%;
}

.page-therapies .therapy-hero::before {
  background:
    radial-gradient(ellipse at 50% 44%, rgba(255, 250, 239, 0.4), rgba(255, 250, 239, 0.1) 42%, rgba(255, 250, 239, 0) 68%),
    linear-gradient(180deg, rgba(255, 249, 238, 0.1), rgba(246, 232, 209, 0.08));
}

.page-therapies .therapy-hero::after {
  height: 92px;
  background: linear-gradient(
    to bottom,
    rgba(250, 244, 234, 0) 0%,
    rgba(250, 244, 234, 0.58) 62%,
    #faf4ea 100%
  );
}

.page-therapies .hero-content {
  width: min(calc(100% - 40px), 820px);
  padding: clamp(38px, 5vw, 56px) var(--hf-page-gutter) clamp(36px, 4.8vw, 52px);
}

.page-therapies .page-title {
  max-width: 780px;
  font-size: clamp(34px, 3.85vw, 56px);
  line-height: 1.04;
  letter-spacing: 0.035em;
}

.page-therapies .title-ornament {
  width: min(100%, 238px);
  margin: 12px auto 12px;
}

.page-therapies .title-ornament span {
  width: 23px;
  height: 18px;
}

.page-therapies .therapy-hero p {
  max-width: 620px;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.44;
}

.page-therapies .therapy-hero .whatsapp-button {
  margin-top: 18px;
  min-height: 46px;
  padding-inline: clamp(24px, 2.4vw, 32px);
  font-size: clamp(14px, 1.08vw, 16px);
  letter-spacing: 0.04em;
}

.page-therapies .therapy-menu {
  max-width: 1120px;
  margin: 36px auto 0;
  padding-top: 0;
  padding-bottom: clamp(46px, 5vw, 62px);
  gap: clamp(22px, 2.2vw, 30px);
}

.page-therapies .menu-panel {
  padding-top: clamp(66px, 4.8vw, 74px);
  border-radius: 22px;
}

.page-therapies .panel-title {
  top: -25px;
  min-width: min(245px, calc(100% - 38px));
  min-height: 50px;
  padding: 8px 30px;
  border-radius: 17px;
  font-size: clamp(18px, 1.32vw, 21px);
  line-height: 1.15;
}

@media (max-width: 1024px) {
  .page-therapies .therapy-hero {
    min-height: clamp(320px, 44vw, 390px);
  }

  .page-therapies .hero-content {
    width: min(calc(100% - 36px), 760px);
    padding-top: clamp(34px, 5vw, 48px);
    padding-bottom: clamp(34px, 5vw, 46px);
  }

  .page-therapies .page-title {
    max-width: 680px;
    font-size: clamp(32px, 5vw, 48px);
  }

  .page-therapies .therapy-menu {
    margin-top: 36px;
  }
}

@media (max-width: 768px) {
  .page-therapies .therapy-hero {
    min-height: auto;
  }

  .page-therapies .hero-content {
    width: min(calc(100% - 28px), 640px);
    padding: 34px 18px 32px;
  }

  .page-therapies .page-title {
    max-width: 560px;
    font-size: clamp(30px, 7.2vw, 42px);
    line-height: 1.06;
    letter-spacing: 0.025em;
  }

  .page-therapies .title-ornament {
    margin-block: 10px;
  }

  .page-therapies .therapy-hero p {
    max-width: 520px;
    font-size: 16px;
    line-height: 1.42;
  }

  .page-therapies .therapy-hero .whatsapp-button {
    margin-top: 16px;
    min-height: 46px;
    white-space: normal;
    text-align: center;
  }

  .page-therapies .therapy-menu {
    margin-top: 36px;
    gap: 64px;
  }
}

@media (max-width: 430px) {
  .page-therapies .hero-content {
    width: min(calc(100% - 22px), 390px);
    padding: 30px 14px 30px;
  }

  .page-therapies .page-title {
    max-width: 340px;
    font-size: clamp(27px, 7.5vw, 33px);
    line-height: 1.08;
  }

  .page-therapies .therapy-hero p {
    font-size: 15px;
    line-height: 1.4;
  }

  .page-therapies .therapy-hero .whatsapp-button {
    width: min(100%, 316px);
    padding-inline: 18px;
    font-size: 13px;
  }

  .page-therapies .therapy-menu {
    margin-top: 36px;
    padding-inline: 14px;
    gap: 58px;
  }

  .page-therapies .menu-panel {
    padding-top: 64px;
  }

  .page-therapies .panel-title {
    min-width: min(230px, calc(100% - 30px));
    min-height: 48px;
    padding-inline: 22px;
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :is(
    .site-header .header-cta,
    .hero-action,
    .menu-button,
    .gift-banner-button,
    .whatsapp-button,
    .service-detail-link,
    .button-primary,
    .button-secondary,
    .button-outline,
    .cta-button,
    .gallery-cta-button,
    .about-cta a,
    .instagram-card > a,
    .location-content > a,
    .guidance-links a,
    .gallery-filters button,
    .testimonial-arrow,
    .floating-whatsapp
  ) {
    transition: none;
  }

  :is(
    .site-header .header-cta,
    .hero-action,
    .menu-button,
    .gift-banner-button,
    .whatsapp-button,
    .service-detail-link,
    .button-primary,
    .button-secondary,
    .button-outline,
    .cta-button,
    .gallery-cta-button,
    .about-cta a,
    .instagram-card > a,
    .location-content > a,
    .guidance-links a,
    .gallery-filters button,
    .testimonial-arrow,
    .floating-whatsapp
  ):hover,
  :is(
    .site-header .header-cta,
    .hero-action,
    .menu-button,
    .gift-banner-button,
    .whatsapp-button,
    .service-detail-link,
    .button-primary,
    .button-secondary,
    .button-outline,
    .cta-button,
    .gallery-cta-button,
    .about-cta a,
    .instagram-card > a,
    .location-content > a,
    .guidance-links a,
    .gallery-filters button,
    .testimonial-arrow,
    .floating-whatsapp
  ):active {
    transform: none;
  }

  .page-massage-guide .anchor-nav a {
    transition: none;
  }

  .page-massage-guide .anchor-nav a:hover,
  .page-massage-guide .anchor-nav a:active {
    transform: none;
  }
}
