.glass-card,
.mobile-menu,
.site-header.scrolled {
  /*backdrop-filter: blur(14px);*/
}
.hero .card-float,
.scroll-indicator {
  animation: 6s ease-in-out infinite float;
}
.about-img,
.card-treatment,
.hero,
.img-zoom,
.section-dark {
  overflow: hidden;
}
.about-img img,
.cta-wrap > img,
.featured-post img,
.hero > img.bg,
.img-zoom img {
  width: 100%;
  object-fit: cover;
}
.article-content blockquote,
.brand-gold,
.gold-text,
.preloader-brand em,
em {
  font-style: italic;
}
.caption-below,
.center-btn,
.faq-cta,
.faq-section-title,
.footer-top-accent,
.page-header,
.preloader-inner,
.related-posts h3,
.section-header,
.stats-grid,
.testi-box,
.text-center {
  text-align: center;
}
:root {
  --sage: #7c9a6d;
  --sage-deep: #5f7d52;
  --walnut: #8b6b4a;
  --gold: #d4b996;
  --cream: #faf7f2;
  --sand: #f8f6f1;
  --bg: #fbf9f4;
  --fg: #2e2a24;
  --muted: #f0ece4;
  --muted-fg: #6b6357;
  --border: #e5dfd3;
  --card: #ffffff;
  --dark: #3a332b;
  --shadow-soft: 0 10px 30px -12px rgba(70, 55, 40, 0.18);
  --shadow-organic: 0 30px 60px -30px rgba(70, 55, 40, 0.28),
    0 18px 36px -28px rgba(70, 55, 40, 0.22);
  --grad-wellness: linear-gradient(135deg, #eef2e8 0%, #f6f1e7 100%);
  --grad-hero: linear-gradient(
    180deg,
    rgba(46, 42, 36, 0.15) 0%,
    rgba(46, 42, 36, 0.6) 100%
  );
  --grad-gold: linear-gradient(135deg, #e4c79f, #b89066);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html,
body {
    overflow-x: hidden;
}
body {
  font-family: Inter, system-ui, sans-serif;
  color: var(--fg);
  background: var(--bg);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
.font-display,
h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: -0.01em;
  font-weight: 500;
  line-height: 1.1;
}
.about-img .stat-card .num,
.brand,
.contact-item .d,
.gallery-full .cell .cap,
.pkg .price,
.stats-grid .num,
.testi-quote {
  font-family: "Cormorant Garamond", serif;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
img {
  max-width: 100%;
  display: block;
  /*/box-shadow: 0 5px 0 #444, 0 10px 0 #333, 0 15px 25px rgba(0, 0, 0, 0.35);*/
  transition: 0.25s;
}
.container-wellness {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1rem;
}
.head-content {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 25px !important;
  border-radius: 40px;
}
@media (min-width: 640px) {
  .container-wellness {
    padding-inline: 1.5rem;
  }
}
.section-padding {
  padding: 5rem 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.7rem;
  color: var(--sage-deep);
  font-weight: 500;
}
.eyebrow.center,
.pkg .reserve {
  justify-content: center;
}
.btn-outline-wellness,
.btn-wellness {
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 0.8rem;
  transition: 0.4s;
  text-transform: uppercase;
  display: inline-flex;
  gap: 0.5rem;
  cursor: pointer;
}
.eyebrow.on-dark,
.footer-grid a:hover,
.pkg.featured .tick {
  color: var(--gold);
}
.gold-text {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.btn-wellness {
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.75rem;
  border-radius: 9999px;
  background: var(--sage);
  color: #fff;
  border: none;
  box-shadow: var(--shadow-soft);
}
.btn-wellness:hover,
.card-treatment:hover,
.organic-shadow {
  box-shadow: var(--shadow-organic);
}
.btn-wellness:hover {
  transform: translateY(-2px);
  background: var(--sage-deep);
  color: #fff;
}
.btn-outline-wellness {
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.7rem;
  border-radius: 9999px;
  border: 1px solid currentColor;
  color: var(--fg);
  background: 0 0;
}
.btn-outline-wellness:hover {
  background: var(--fg);
  color: var(--bg);
}
.btn-outline-wellness.light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-outline-wellness.light:hover,
.pkg .reserve:hover {
  background: #fff;
  color: var(--fg);
}
.card-treatment {
  position: relative;
  border-radius: 1.25rem;
  background: var(--card);
  border: 1px solid var(--border);
  transition: 0.5s;
  height: 100%;
}
.card-treatment:hover {
  transform: translateY(-6px);
}
.glass-card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(46, 42, 36, 0.08);
}
.wellness-gradient {
  background-image: var(--grad-wellness);
}
.hero-overlay {
  background-image: var(--grad-hero);
}
.lift-on-hover {
  transition: transform 0.5s;
}
.lift-on-hover:hover,
.offer:hover,
.why-item:hover {
  transform: translateY(-4px) scale(1.01);
}
.img-zoom img {
  transition: transform 1.2s;
  height: 100%;
}
.blog-card:hover .img-wrap img,
.gallery-full .cell:hover img,
.gallery-mini .cell:hover img,
.img-zoom:hover img,
.space-card:hover img,
.therapist-detailed:hover .img-wrap img {
  transform: scale(1.06);
}
.rounded-2 {
  border-radius: 1rem;
}
.rounded-3,
.therapist .img-zoom {
  border-radius: 1.5rem;
}
.rounded-4 {
  border-radius: 2rem;
}
.rounded-5 {
  border-radius: 2.5rem;
}
.brand .badge,
.menu-toggle {
  place-items: center;
  border-radius: 9999px;
}
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  transition: 0.5s;
  background: white;
}
.site-header.scrolled {
  background: white;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 6px 30px -12px rgba(0, 0, 0, 0.1);
}
.about-img .stat-card,
.booking-form,
.booking-main,
.contact-form,
.cta-wrap,
.faq-item.open,
.icon-circle,
.pkg.featured,
.scroll-top {
  box-shadow: var(--shadow-organic);
}
.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.brand,
.nav-main {
  align-items: center;
}
.brand {
  display: flex;
  gap: 0.5rem;
  font-size: 1.6rem;
}
.brand .badge {
  display: grid;
  height: 40px;
  width: 40px;
  background: rgba(124, 154, 109, 0.12);
  color: var(--sage);
  transition: transform 0.3s;
}
.brand:hover .badge {
  transform: rotate(12deg);
}
.brand-gold {
  color: var(--walnut);
}
.nav-main {
  display: none;
  gap: 2.2rem;
}
.nav-main a {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(46, 42, 36, 0.75);
  font-weight: 700;
}
.nav-main a.active,
.nav-main a:hover {
  color: var(--sage);
  border-bottom: 2px solid;
}
.hero .badges,
.hero p.lead {
  color: rgba(255, 255, 255, 0.85);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.menu-toggle {
  display: grid;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border);
  cursor: pointer;
}
.hero-btn-mobile,
.mobile-menu {
  display: none;
}
.mobile-menu {
  background: rgba(251, 249, 244, 0.98);
  border-top: 1px solid var(--border);
}
.faq-item.open .faq-a,
.mobile-menu.open {
  display: block;
}
.mobile-menu .container-wellness {
  padding-block: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.mobile-menu a {
  padding: 0.8rem 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(46, 42, 36, 0.8);
  border-bottom: 1px solid rgba(229, 223, 211, 0.6);
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.hero > img.bg {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 0;
}
.hero .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero .overlay.o1 {
  background: var(--grad-hero);
}
.hero .overlay.o2 {
  background: linear-gradient(
    90deg,
    rgba(251, 249, 244, 0.35),
    rgba(251, 249, 244, 0.05) 40%,
    transparent
  );
}
.hero .content {
  position: relative;
  z-index: 2;
  padding: 8rem 0 5rem;
}
.hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.02;
  margin: 1rem 0 0;
}
.hero p.lead {
  margin-top: 1.5rem;
  max-width: 34rem;
  font-size: 1.1rem;
  line-height: 1.6;
}
.hero .badges {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  font-size: 0.85rem;
}
.hero .badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.hero .card-float {
  padding: 2rem;
  border-radius: 1.5rem;
  color: var(--fg);
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.scroll-indicator {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  z-index: 2;
}
.about-img,
.booking-strip,
.page-header,
.section-dark {
  position: relative;
}
.field > span,
.page-header p,
.section-sub {
  color: var(--muted-fg);
}
.field > span,
.link-arrow,
.pkg .dur {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.page-header {
  padding: 9rem 0 4rem;
  background: var(--grad-wellness);
}
.page-header h1 {
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  margin: 1rem 0 0;
}
.page-header p {
  margin-top: 1.25rem;
  font-size: 1.1rem;
  max-width: 44rem;
  margin-inline: auto;
}
.booking-strip {
  margin-top: -3rem;
  z-index: 5;
}
.booking-form {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: end;
}
@media (min-width: 768px) {
  .section-padding {
    padding: 4rem 0;
  }
  .page-header {
    padding: 11rem 0 6rem;
  }
  .booking-form {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem;
  }
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}
.field > span {
  font-size: 0.68rem;
}
.field input,
.field select,
.field textarea {
  height: 48px;
  border-radius: 9999px;
  border: 1px solid var(--border);
  background: var(--bg);
  padding: 0 1rem;
  font-size: 0.9rem;
  font-family: inherit;
  color: inherit;
  outline: 0;
  transition: border-color 0.3s;
}
.field textarea {
  height: auto;
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  resize: vertical;
}
.footer-grid ul,
.pkg ul {
  list-style: none;
  padding: 0;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--sage);
}
.section-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1.15;
}
.section-sub {
  margin-top: 1rem;
  max-width: 40rem;
}
.section-header {
  max-width: 42rem;
  margin: 0 auto;
}
.section-header.left {
  text-align: left;
  margin: 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  align-items: center;
}
.about-img {
  border-radius: 2rem;
}
.about-img img {
  height: 560px;
  border-radius: 2rem;
}
.about-img .stat-card {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 1.25rem;
  border-radius: 1rem;
  width: 14rem;
}
.feature .icon-badge,
.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  place-items: center;
}
.about-img .stat-card .num {
  font-size: 2.5rem;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
.feature,
.link-arrow:hover {
  gap: 0.75rem;
}
.feature {
  display: flex;
}
.feature .icon-badge {
  display: grid;
  background: rgba(124, 154, 109, 0.12);
  color: var(--sage);
  flex-shrink: 0;
}
.feature p.t {
  font-weight: 500;
  margin: 0;
}
.feature p.d {
  font-size: 0.85rem;
  color: var(--muted-fg);
  margin: 0.2rem 0 0;
}
.treatments-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  margin-top: 3.5rem;
}
@media (min-width: 640px) {
  .features-grid,
  .treatments-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.card-treatment .img-wrap {
  height: 224px;
}
.card-treatment .body {
  padding: 1.75rem;
}
.icon-circle {
  display: grid;
  background: var(--sage);
  color: #fff;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.card-treatment h3,
.pkg h3 {
  font-size: 1.5rem;
  margin: 0;
}
.card-treatment .desc {
  font-size: 0.9rem;
  color: var(--muted-fg);
  margin-top: 0.5rem;
}
.link-arrow {
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--sage);
  transition: gap 0.3s;
}
.pkg,
.why-item {
  padding: 1.75rem;
  transition: transform 0.5s;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
.booking-row,
.why-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.why-item {
  border-radius: 1rem;
}
.faq-item,
.why-item.a {
  background: var(--card);
  border: 1px solid var(--border);
}
.why-item.b {
  background: var(--grad-wellness);
}
.why-item .icon-lg {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 1rem;
  background: var(--sage);
  color: #fff;
}
.why-item h3 {
  font-size: 1.35rem;
  margin: 1.25rem 0 0.5rem;
}
.section-dark {
  background: #3a332b;
  color: #fff;
}
.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background: radial-gradient(circle at 20% 30%, #fff, transparent 50%);
}
.cta-wrap,
.gallery-full .cell,
.offer {
  position: relative;
}
.pkg-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .pkg-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.pkg {
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}
.pkg-light,
.therapist {
  background: var(--card);
}
.pkg:hover {
  transform: translateY(-8px);
}
.pkg.featured {
  background: var(--sage);
  border-color: var(--sage);
}
.pkg .badge-loved,
.pkg.featured .reserve:hover {
  background: var(--gold);
}
.pkg .price {
  font-size: 2.5rem;
}
.pkg .dur {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.55);
}
.pkg-light.featured .dur,
.pkg.featured .dur {
  color: rgba(255, 255, 255, 0.8);
}
.pkg ul {
  margin: 1.5rem 0;
  font-size: 0.9rem;
  flex: 1;
}
.pkg ul li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.75);
}
.pkg-light.featured ul li,
.pkg.featured ul li {
  color: rgba(255, 255, 255, 0.95);
}
.pkg .tick {
  color: var(--sage);
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.pkg .badge-loved {
  align-self: flex-start;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--fg);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  margin-bottom: 0.75rem;
}
.pkg .reserve,
.stats-grid .lbl,
.therapist .role {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.pkg .reserve {
  margin-top: 1.75rem;
  display: inline-flex;
  padding: 0.8rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s;
  color: #fff;
  background-color: #7b9a6d;
}
.pkg.featured .reserve {
  background: #fff;
  color: var(--fg);
  border: none;
}
.pkg-light {
  border: 1px solid var(--border);
  color: var(--fg);
}
.pkg-light.featured {
  background: var(--sage);
  color: #fff;
}
.faq-a,
.faq-plus,
.pkg-light .dur,
.pkg-light ul li {
  color: var(--muted-fg);
}
.therapist-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}
@media (min-width: 640px) {
  .booking-row,
  .therapist-grid,
  .why-items {
    grid-template-columns: 1fr 1fr;
  }
}
.therapist {
  border-radius: 2.25rem;
  border: 1px solid var(--border);
  transition: 0.5s;
  height: 100%;
}
.gallery-full .cell,
.gallery-mini .cell {
  border-radius: 1rem;
  overflow: hidden;
}
.therapist img {
  height: 420px;
  border-radius: 1.5rem;
}
.therapist h3 {
  font-size: 1.5rem;
  margin: 1.25rem 0 0.25rem;
}
.therapist .role {
  font-size: 0.75rem;
  color: var(--sage);
}
.therapist .bio {
  font-size: 0.9rem;
  color: var(--muted-fg);
  margin-top: 0.75rem;
}
.stats-band {
  padding: 4rem 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.stats-grid .num {
  font-size: 3.5rem;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stats-grid .lbl {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: var(--muted-fg);
}
.contact-item .t,
.offer .off,
.offer .tag {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.gallery-mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 180px;
  gap: 1rem;
  margin-top: 3rem;
}
.blog-card .img-wrap img,
.gallery-full .cell img,
.gallery-mini .cell img,
.therapist-detailed .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s;
}
.gallery-full .cell.wide,
.gallery-mini .cell.wide {
  grid-column: span 2;
}
.gallery-full .cell.tall,
.gallery-mini .cell.tall {
  grid-row: span 2;
}
.gallery-full {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 200px;
  gap: 1rem;
}
.gallery-full .cell .cap {
  inset: auto 0 0 0;
}
.gallery-full .cell.wide2 {
  grid-column: span 2;
  grid-row: span 2;
}
.testi {
  background: rgba(240, 236, 228, 0.5);
}
.testi-box {
  max-width: 56rem;
  margin: 0 auto;
}
.testi-quote {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.35;
  margin-top: 1.5rem;
}
.footer-grid h4,
.preloader-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
}
.testi-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
}
.testi-dot {
  height: 6px;
  border-radius: 9999px;
  background: var(--border);
  border: none;
  cursor: pointer;
  transition: 0.3s;
  width: 12px;
}
.testi-dot.active {
  width: 40px;
  background: var(--sage);
}
.offers,
.related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.offer {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  padding: 2rem;
  transition: transform 0.5s;
}
.offer .off {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 0.65rem;
  background: var(--gold);
  color: var(--fg);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}
.offer .tag {
  font-size: 0.7rem;
  color: var(--sage);
}
.offer h3 {
  font-size: 1.5rem;
  margin: 0.75rem 0 0.5rem;
}
.offer p {
  font-size: 0.9rem;
  color: var(--muted-fg);
  margin: 0;
}
.contact-grid,
.faq,
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-item.open {
  border-color: var(--sage);
}
.faq-item.open .faq-plus {
  color: var(--sage);
  transform: rotate(45deg);
  color: #7c9a6d;
}
.cta-wrap {
  overflow: hidden;
  border-radius: 2.5rem;
}
.cta-wrap > img,
.featured-post img {
  position: absolute;
  inset: 0;
  height: 100%;
}
.cta-wrap .over {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(58, 51, 43, 0.85),
    rgba(58, 51, 43, 0.65) 60%,
    transparent
  );
}
.cta-wrap .body {
  position: relative;
  padding: 3rem 2rem;
  color: #fff;
  max-width: 64rem;
}
.cta-wrap h2 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  margin: 1rem 0 0;
}
.cta-wrap p {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 1.25rem;
}
.contact-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-item .ic {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 1rem;
  background: rgba(124, 154, 109, 0.12);
  color: var(--sage);
  flex-shrink: 0;
}
.contact-item .t {
  font-size: 0.68rem;
  color: var(--muted-fg);
}
.contact-item .d {
  font-size: 1.5rem;
  margin-top: 0.15rem;
}
.contact-info-box {
  margin-top: 2.5rem;
  padding: 1.75rem;
  border-radius: 1.5rem;
  background: var(--grad-wellness);
}
.booking-main,
.contact-form {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  padding: 2rem;
  display: grid;
  gap: 1.25rem;
}
.booking-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .nav-main {
    display: flex;
  }
  .menu-toggle {
    display: none;
  }
  .about-grid,
  .contact-grid,
  .faq,
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .booking-grid {
    grid-template-columns: 2fr 1fr;
  }
}
.booking-aside {
  border-radius: 1.5rem;
  padding: 2rem;
  background: var(--grad-wellness);
  position: sticky;
  top: 7rem;
}
@media (min-width: 768px) {
  .gallery-full,
  .gallery-mini {
    grid-template-columns: repeat(4, 1fr);
  }
  .offers {
    grid-template-columns: repeat(3, 1fr);
  }
  .cta-wrap .body {
    padding: 5rem;
  }
  .booking-main {
    padding: 2.5rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .container-wellness {
    padding-inline: 2rem;
  }
  .booking-form {
    grid-template-columns: repeat(5, 1fr);
  }
  .therapist-grid,
  .treatments-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-grid,
  .pkg-grid,
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer-grid ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.socials a {
  display: grid;
  place-items: center;
}
.socials a:hover {
  background: var(--sage);
  border-color: var(--sage);
}
.newsletter input {
  flex: 1;
}
.newsletter button {
  background: var(--sage);
  text-transform: uppercase;
}
.newsletter button:hover,
.scroll-top:hover {
  background: var(--sage-deep);
}
.footer-address {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer-address li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  list-style: none;
}
.footer-address li .ic {
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.footer-bottom .row2 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
}
.brand-desc {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 20rem;
  line-height: 1.6;
}
.scroll-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: var(--sage);
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 900;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.newsletter .box,
.preloader,
.scroll-top.show {
  display: flex;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.center-btn {
  margin-top: 3.5rem;
}
svg {
  display: inline-block;
  vertical-align: middle;
}
.preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #fbf9f4;
  align-items: center;
  justify-content: center;
  transition: opacity 0.7s, visibility 0.7s;
  pointer-events: all;
}
.featured-post,
.footer-bottom,
.footer-grid,
.preloader-icon,
.site-footer {
  position: relative;
}
.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.preloader-icon {
  width: 72px;
  height: 72px;
}
.preloader-icon .ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(124, 154, 109, 0.25);
  animation: 2s cubic-bezier(0.4, 0, 0.2, 1) infinite preloader-ring;
}
.preloader-icon .ring:nth-child(2) {
  inset: 10px;
  animation-delay: 0.3s;
  border-color: rgba(124, 154, 109, 0.45);
}
.preloader-icon .ring:nth-child(3) {
  inset: 20px;
  animation-delay: 0.6s;
  border-color: rgba(124, 154, 109, 0.7);
}
.preloader-icon .center-dot {
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  background: #7c9a6d;
  animation: 1.8s ease-in-out infinite preloader-dot;
}
@keyframes preloader-ring {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}
@keyframes preloader-dot {
  0%,
  100% {
    transform: scale(0.85);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.preloader-brand {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #5f7d52;
  animation: 2s ease-in-out infinite preloader-fade-text;
}
.preloader-brand em {
  color: #d4b996;
}
@keyframes preloader-fade-text {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}
[data-aos].aos-animate {
  pointer-events: auto;
}
.site-footer {
  margin-top: 5rem;
  background: #2e2923;
  color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  padding: 20px;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(124, 154, 109, 0.25) 0,
    transparent 70%
  );
  pointer-events: none;
}
.footer-top-accent {
  position: relative;
  padding: 2.5rem 0 0;
  color: var(--gold, #d4b996);
}
.footer-top-accent .divider-ornament {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
}
.footer-top-accent .divider-ornament::after,
.footer-top-accent .divider-ornament::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: rgba(212, 185, 150, 0.4);
}
.footer-top-accent .divider-ornament svg {
  color: var(--gold, #d4b996);
  opacity: 0.8;
}
.footer-grid {
  padding: 3rem 0 4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  z-index: 1;
}
@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .related-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .site-footer{    padding: 20px !important;}
}
.footer-grid h4 {
  color: #fff;
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
  letter-spacing: 0.02em;
}
.footer-grid ul,
.footer-hours {
  font-size: 0.88rem;
  display: flex;
}
.footer-grid a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s, padding-left 0.3s;
}
.footer-grid a:hover {
  color: #d4b996;
  padding-left: 4px;
}
.footer-grid ul {
  margin: 0;
  flex-direction: column;
  gap: 0.7rem;
}
.newsletter label,
.policy-container ul li,
.terms-container ul li {
  margin-bottom: 0.5rem;
}
.footer-grid ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer-grid ul li .ficon {
  color: #7c9a6d;
  flex-shrink: 0;
}
.brand-col .brand-desc {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  /*max-width: 22rem;*/
  line-height: 1.7;
}
.socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.socials a {
  display: grid;
  place-items: center;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  transition: 0.35s;
}
.article-hero img,
.footer-mini-gallery .fmg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.socials a:hover {
  background: #7c9a6d;
  border-color: #7c9a6d;
  color: #fff;
  transform: translateY(-3px);
}
.footer-hours {
  flex-direction: column;
  gap: 0.5rem;
}
.footer-hours .hour-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
}
.footer-hours .hour-row span:last-child {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}
.footer-mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.footer-badge-row,
.newsletter {
  margin-top: 1.25rem;
}
.footer-mini-gallery .fmg-img {
  aspect-ratio: 1/1;
  border-radius: 0.6rem;
  overflow: hidden;
  transition: transform 0.4s;
}
.footer-mini-gallery .fmg-img img {
  transition: transform 0.7s;
}
.footer-mini-gallery .fmg-img:hover img {
  transform: scale(1.12);
}
.footer-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-badge-row .fbadge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.85);
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.footer-badge-row .fbadge svg {
  opacity: 0.7;
}
.newsletter label {
  text-transform: uppercase;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
.newsletter input {
  flex: 1;
  min-width: 0;
  border-radius: 9999px 0 0 9999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.7rem 1rem;
  color: #fff;
  font-size: 0.85rem;
  outline: 0;
  transition: border-color 0.3s;
}
.newsletter input:focus,
.newsletter-cta-blog input:focus,
.promo-code-box input:focus,
.search-box input:focus {
  border-color: #7c9a6d;
}
.newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.newsletter button {
  border-radius: 0 9999px 9999px 0;
  background: #7c9a6d;
  color: #fff;
  border: none;
  padding: 0 1.25rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: background 0.3s;
}
.faq-cta h3,
.faq-section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
}
.newsletter button:hover,
.newsletter-cta-blog button:hover,
.search-box button:hover {
  background: #5f7d52;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 1;
}
.footer-bottom .row2 {
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 576px) {
  .hero-btn-mobile {
    display: inline-flex;
  }
  .footer-bottom .row2 {
    flex-direction: row;
  }
   .site-footer{    padding: 20px !important;}
}
.footer-bottom .row2 .footer-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-bottom .row2 .footer-links a {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s;
}
.footer-bottom .row2 .footer-links a:hover {
  color: #d4b996;
}
.faq-container {
  max-width: 78rem;
  margin-inline: auto;
  padding: 0 1rem;
}
.faq-section-title {
  margin: 3rem 0 1.5rem;
  color: #2e2a24;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.faq-item {
  background: #fff;
  border: 1px solid #e5dfd3;
  border-radius: 1rem;
  padding: 1.5rem;
  cursor: pointer;
  transition: 0.3s;
}
.faq-item:hover {
  border-color: rgba(124, 154, 109, 0.4);
}
.faq-item.open {
  border-color: #7c9a6d;
  box-shadow: 0 10px 30px -12px rgba(70, 55, 40, 0.18);
}
.faq-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.faq-q {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  color: #2e2a24;
}
.article-meta,
.faq-a,
.faq-cta p,
.faq-plus {
  color: #6b6357;
}
.faq-plus {
  font-size: 1.5rem;
  transition: transform 0.3s;
}
.faq-a {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
  display: none;
}
.faq-cta {
  margin-top: 4rem;
  padding: 3rem 2rem;
  background: rgba(240, 236, 228, 0.4);
  border-radius: 2rem;
}
.faq-cta h3 {
  margin: 0 0 0.75rem;
}
.faq-cta p {
  margin: 0 auto 1.5rem;
  max-width: 24rem;
  font-size: 0.95rem;
}
.search-box {
  max-width: 28rem;
  margin: 0 auto 2rem;
  display: flex;
}
.search-box input {
  flex: 1;
  min-width: 0;
  border-radius: 9999px 0 0 9999px;
  border: 1px solid #e5dfd3;
  background: #fff;
  padding: 0.85rem 1.5rem;
  font-size: 0.95rem;
  font-family: inherit;
  color: #2e2a24;
  outline: 0;
  transition: border-color 0.3s;
}
.article-content blockquote,
.policy-container h3,
.related-posts h3,
.terms-container h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
}
.search-box input::placeholder {
  color: #aaa;
}
.search-box button {
  border-radius: 0 9999px 9999px 0;
  background: #7c9a6d;
  color: #fff;
  border: none;
  padding: 0 1.8rem;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
  letter-spacing: 0.04em;
}
.policy-container,
.terms-container {
  max-width: 78rem;
  margin-inline: auto;
  padding: 2rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  transition: transform 0.5s;
}
.article-content h2,
.policy-container h2,
.terms-container h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  margin: 2.5rem 0 1rem;
  color: #2e2a24;
}
.policy-container h3,
.terms-container h3 {
  font-size: 1.5rem;
  margin: 2rem 0 0.75rem;
  color: #2e2a24;
}
.policy-container li,
.policy-container p,
.terms-container li,
.terms-container p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.policy-container ul,
.terms-container ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.policy-container .last-updated,
.terms-container .last-updated {
  font-size: 0.85rem;
  color: #6b6357;
  font-style: italic;
  margin-bottom: 2rem;
}
.policy-container .intro-text,
.terms-container .intro-text {
  font-size: 1.1rem;
  color: #2e2a24;
}
.article-hero {
  border-radius: 2rem;
  overflow: hidden;
  height: 380px;
  margin-bottom: 2.5rem;
}
.article-container {
  max-width: 70rem;
  margin-inline: auto;
  padding: 0 1rem;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.article-meta .category-tag {
  background: #7c9a6d;
  color: #fff;
  padding: 0.3rem 0.9rem;
  border-radius: 9999px;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}
.article-content p {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.article-content blockquote {
  border-left: 3px solid #7c9a6d;
  padding: 0.5rem 0 0.5rem 2rem;
  margin: 2.5rem 0;
  font-size: 1.5rem;
  color: #7c9a6d;
  line-height: 1.3;
}
.article-content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.article-content ul li {
  margin-bottom: 0.5rem;
  color: #444;
}
.share-bar {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e5dfd3;
  flex-wrap: wrap;
}
.share-bar span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #6b6357;
}
.share-bar a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e5dfd3;
  color: #6b6357;
  transition: 0.3s;
}
.share-bar a:hover {
  background: #7c9a6d;
  border-color: #7c9a6d;
  color: #fff;
}
.related-posts h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.related-card {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid #e5dfd3;
  transition: transform 0.4s;
}
.related-card:hover {
  transform: translateY(-5px);
}
.related-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.related-card .body {
  padding: 1.25rem;
}
.related-card h4 {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}
.related-card .read-link {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #7c9a6d;
}
.featured-post {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 3.5rem;
  height: 440px;
  display: flex;
  align-items: flex-end;
}
.featured-post .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(46, 42, 36, 0.7) 0,
    rgba(46, 42, 36, 0.15) 60%
  );
  z-index: 1;
}
.featured-post .content {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
  color: #fff;
  max-width: 36rem;
}
.featured-post .content .category {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  background: #7c9a6d;
  padding: 0.35rem 0.9rem;
  border-radius: 9999px;
  display: inline-block;
  margin-bottom: 1rem;
}
.featured-post .content h2 {
  font-size: 2.2rem;
  margin: 0 0 0.75rem;
  line-height: 1.15;
}
.featured-post .content p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 1.25rem;
}
.featured-post .content .read-more {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 0.15rem;
  transition: border-color 0.3s;
}
.featured-post .content .read-more:hover {
  border-color: #fff;
}
.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 1rem;
}
@media (min-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1.3fr;
  }
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-card {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid #e5dfd3;
  transition: transform 0.4s, box-shadow 0.4s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 45px -20px rgba(70, 55, 40, 0.25);
}
.blog-card .img-wrap {
  height: 220px;
  overflow: hidden;
}
.blog-card .body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card .body .meta {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #7c9a6d;
  margin-bottom: 0.75rem;
}
.blog-card .body h3 {
  font-size: 1.35rem;
  margin: 0 0 0.6rem;
  line-height: 1.25;
}
.blog-card .body p {
  font-size: 0.88rem;
  color: #6b6357;
  margin: 0 0 1.25rem;
  flex: 1;
}
.blog-card .body .read-link {
  align-self: flex-start;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #7c9a6d;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: gap 0.3s;
}
.blog-card .body .read-link:hover {
  gap: 0.6rem;
}
.categories-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin: 2.5rem 0 1.5rem;
}
.categories-bar .cat-tag {
  padding: 0.55rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid #e5dfd3;
  background: #fff;
  color: #6b6357;
  cursor: pointer;
  transition: 0.3s;
}
.newsletter-cta-blog button,
.promo-code-box button,
.therapist-detailed .role {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.categories-bar .cat-tag.active,
.categories-bar .cat-tag:hover {
  background: #7c9a6d;
  color: #fff;
  border-color: #7c9a6d;
}
.newsletter-cta-blog {
  background: linear-gradient(135deg, #eef2e8 0, #f6f1e7 100%);
  border-radius: 2rem;
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 4rem;
}
.gift-voucher-card h3,
.newsletter-cta-blog h3 {
  font-size: 2rem;
  margin: 0 0 0.5rem;
}
.newsletter-cta-blog p {
  color: #6b6357;
  margin: 0 auto 1.5rem;
  max-width: 28rem;
}
.newsletter-cta-blog .box {
  display: flex;
  max-width: 22rem;
  margin: 0 auto;
}
.newsletter-cta-blog input {
  flex: 1;
  min-width: 0;
  border-radius: 9999px 0 0 9999px;
  background: #fff;
  border: 1px solid #e5dfd3;
  padding: 0.75rem 1.25rem;
  font-size: 0.85rem;
  outline: 0;
  font-family: inherit;
}
.newsletter-cta-blog button {
  border-radius: 0 9999px 9999px 0;
  background: #7c9a6d;
  color: #fff;
  border: none;
  padding: 0 1.5rem;
  font-size: 0.7rem;
  cursor: pointer;
  transition: background 0.3s;
}
.treatment-detail-block {
  background: rgba(240, 236, 228, 0.5);
  border-radius: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 3rem;
}
.benefit-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
.benefit-item,
.direction-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.benefit-item .b-icon {
  color: #7c9a6d;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.benefit-item .b-text {
  font-size: 0.9rem;
  color: #6b6357;
  line-height: 1.5;
}
.therapist-detailed {
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid rgba(229, 223, 211, 0.7);
  transition: transform 0.5s, box-shadow 0.5s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.therapist-detailed:hover,
.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -30px rgba(70, 55, 40, 0.28);
}
.therapist-detailed .img-wrap {
  height: 420px;
  overflow: hidden;
}
.therapist-detailed .body {
  padding: 1.75rem 2rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.therapist-detailed h3 {
  font-size: 1.7rem;
  margin: 0 0 0.25rem;
}
.therapist-detailed .role {
  font-size: 0.75rem;
  color: #7c9a6d;
  margin-bottom: 0.75rem;
}
.therapist-detailed .bio {
  font-size: 0.9rem;
  color: #6b6357;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex: 1;
}
.therapist-detailed .specialties {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}
.therapist-detailed .specialties span {
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  background: rgba(124, 154, 109, 0.08);
  color: #5f7d52;
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid rgba(124, 154, 109, 0.15);
}
.promo-code-box button:hover,
.social-connect a:hover {
  background: #7c9a6d;
  color: #fff;
}
.philosophy-block {
  background: linear-gradient(135deg, #eef2e8 0, #f6f1e7 100%);
  border-radius: 2rem;
  padding: 3rem 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
.philosophy-block .phil-text h3 {
  font-size: 2rem;
  margin: 0 0 1rem;
}
.philosophy-block .phil-text p {
  color: #6b6357;
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.training-highlight {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid rgba(229, 223, 211, 0.6);
  margin-bottom: 1rem;
  transition: transform 0.4s;
}
.gallery-full .cell,
.reason-card {
  transition: transform 0.4s, box-shadow 0.4s;
}
.training-highlight:hover {
  transform: translateX(6px);
}
.training-highlight .th-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(124, 154, 109, 0.1);
  color: #7c9a6d;
  flex-shrink: 0;
}
.training-highlight .th-text {
  font-size: 0.9rem;
  color: #2e2a24;
}
.training-highlight .th-text strong {
  display: block;
  margin-bottom: 0.2rem;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid #e5dfd3;
}
.compare-table td,
.compare-table th {
  padding: 1rem 1.25rem;
  text-align: left;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(229, 223, 211, 0.5);
}
.compare-table th {
  background: rgba(124, 154, 109, 0.08);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #2e2a24;
}
.compare-table td,
.treatment-summary-item .ts-name {
  color: #6b6357;
}
.compare-table .check {
  color: #7c9a6d;
  font-weight: 700;
}
.compare-table .dash {
  color: #ccc;
}
.gift-voucher-card {
  background: linear-gradient(135deg, #f6f1e7 0, #eef2e8 100%);
  border-radius: 2rem;
  padding: 3rem 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
.gift-voucher-card .gv-text {
  max-width: 28rem;
}
.gift-voucher-card p {
  color: var(--muted-fg);
  font-size: 1rem;
  margin: 0;
}
.aside-card h3,
.booking-form-enhanced .section-label,
.direction-box h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  margin: 0 0 0.75rem;
}
.gallery-full .cell {
  cursor: pointer;
}
.gallery-full .cell:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -20px rgba(70, 55, 40, 0.25);
}
.caption-below {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  margin-top: 0.6rem;
  color: var(--muted-fg);
  letter-spacing: 0.03em;
}
.gallery-full .cell .cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.25rem;
  color: #fff;
  font-size: 1.25rem;
  background: linear-gradient(to top, #000, transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.gallery-full .cell:hover .cap {
  opacity: 1;
}
.map-placeholder {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  height: 340px;
  background: #e9e4da;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6357;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  border: 1px solid #e5dfd3;
  margin-top: 2rem;
}
.map-placeholder .map-overlay {
  position: absolute;
  inset: 0;
  background: rgba(251, 249, 244, 0.2);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.direction-box {
  background: #fff;
  border: 1px solid #e5dfd3;
  border-radius: 1.25rem;
  padding: 1.75rem;
  margin-top: 1.5rem;
}
.direction-box h3 {
  font-size: 1.5rem;
}
.direction-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
.direction-item .dir-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(124, 154, 109, 0.1);
  color: #7c9a6d;
  flex-shrink: 0;
}
.direction-item .dir-text {
  font-size: 0.88rem;
  color: #6b6357;
}
.social-connect {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.social-connect a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.2rem;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid #e5dfd3;
  font-size: 0.8rem;
  color: #2e2a24;
  transition: 0.3s;
}
.social-connect a:hover {
  border-color: #7c9a6d;
  transform: translateY(-2px);
}
.booking-form-enhanced {
  background: #fff;
  border: 1px solid #e5dfd3;
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 30px 60px -30px rgba(70, 55, 40, 0.28);
  display: grid;
  gap: 1.5rem;
}
.booking-form-enhanced .section-label {
  font-size: 1.3rem;
  color: #2e2a24;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(229, 223, 211, 0.6);
}
.field-full {
  grid-column: 1/-1;
}
.booking-aside-enhanced {
  border-radius: 1.5rem;
  padding: 2rem;
  background: linear-gradient(135deg, #eef2e8 0, #f6f1e7 100%);
  position: sticky;
  top: 7rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.aside-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(229, 223, 211, 0.5);
}
.aside-card h3 {
  font-size: 1.2rem;
}
.treatment-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(229, 223, 211, 0.4);
  font-size: 0.88rem;
}
.treatment-summary-item:last-child {
  border-bottom: none;
}
.treatment-summary-item .ts-price {
  font-weight: 500;
  color: #2e2a24;
}
.guarantee-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(124, 154, 109, 0.08);
  border-radius: 1rem;
  font-size: 0.82rem;
  color: #5f7d52;
}
.reason-card,
.value-card {
  background: #fff;
  text-align: center;
}
.guarantee-badge svg {
  flex-shrink: 0;
}
.promo-code-box {
  display: flex;
  gap: 0.5rem;
}
.promo-code-box input {
  flex: 1;
  min-width: 0;
  border-radius: 9999px;
  border: 1px solid #e5dfd3;
  background: #fbf9f4;
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
  font-family: inherit;
  outline: 0;
  transition: border-color 0.3s;
}
.ingredient-item h4,
.reason-card h3,
.space-card .space-label,
.timeline-item h3,
.value-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
}
.promo-code-box button {
  border-radius: 9999px;
  background: 0 0;
  border: 1px solid #7c9a6d;
  color: #7c9a6d;
  padding: 0 1.25rem;
  font-size: 0.7rem;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}
.payment-icons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}
.payment-icons .pi {
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: #6b6357;
  border: 1px solid rgba(229, 223, 211, 0.5);
}
.reason-card .ricon,
.value-card .value-icon {
  place-items: center;
  background: rgba(124, 154, 109, 0.1);
  display: grid;
}
.reasons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}
.reason-card {
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(229, 223, 211, 0.5);
}
.reason-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px -20px rgba(70, 55, 40, 0.2);
}
.reason-card .ricon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #7c9a6d;
  margin: 0 auto 1rem;
}
.reason-card h3 {
  font-size: 1.25rem;
  margin: 0 0 0.4rem;
}
.reason-card p {
  font-size: 0.85rem;
  color: #6b6357;
  margin: 0;
  line-height: 1.5;
}
.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 640px) {
  .benefit-list,
  .direction-grid {
    grid-template-columns: 1fr 1fr;
  }
  .reasons-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.value-card {
  border: 1px solid #e5dfd3;
  border-radius: 1.5rem;
  padding: 2rem 1.75rem;
  transition: transform 0.5s, box-shadow 0.5s;
}
.value-card .value-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #7c9a6d;
  margin: 0 auto 1.25rem;
}
.value-card h3 {
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}
.value-card p {
  font-size: 0.9rem;
  color: #6b6357;
  margin: 0;
  line-height: 1.6;
}
.timeline {
  position: relative;
  padding-left: 2rem;
  border-left: 2px solid rgba(124, 154, 109, 0.3);
}
.timeline-item {
  position: relative;
  margin-bottom: 2.5rem;
  padding-left: 1.5rem;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -2.55rem;
  top: 0.4rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #7c9a6d;
  border: 3px solid #fbf9f4;
  box-shadow: 0 0 0 3px rgba(124, 154, 109, 0.25);
}
.timeline-item .year {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #7c9a6d;
  font-weight: 600;
}
.timeline-item h3 {
  font-size: 1.35rem;
  margin: 0.3rem 0 0.4rem;
}
.timeline-item p {
  font-size: 0.9rem;
  color: #6b6357;
  margin: 0;
}
.ingredient-highlight {
  background: rgba(240, 236, 228, 0.5);
  border-radius: 2rem;
  padding: 3rem 2rem;
}
.ingredient-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
.ingredient-item {
  text-align: center;
  padding: 1.25rem;
  background: #fff;
  border-radius: 1rem;
  transition: transform 0.4s;
}
.ingredient-item:hover {
  transform: translateY(-4px);
}
.ingredient-item .ing-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.ingredient-item h4 {
  font-size: 1.1rem;
  margin: 0 0 0.25rem;
}
.ingredient-item p {
  font-size: 0.8rem;
  color: #6b6357;
  margin: 0;
}
.space-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .article-hero {
    height: 500px;
  }
  .philosophy-block {
    grid-template-columns: 1fr 1fr;
    padding: 4rem 3rem;
  }
  .booking-form-enhanced {
    padding: 3rem;
  }
  .ingredient-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .space-showcase {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.space-card {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}
.space-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 1.2s;
}
.space-card .space-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, #000, transparent);
  color: #fff;
  font-size: 1.25rem;
}
.cert-banner {
  background: #3a332b;
  border-radius: 2rem;
  padding: 2.5rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cert-banner .cert-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
.cert-banner .cert-item svg {
  color: #d4b996;
  flex-shrink: 0;
}








.brand img {
  width: auto;
  max-height: 75px;
  mix-blend-mode: multiply;
}

.btn-whatsapp-header img {
  width: 30px;
  height: auto;
}

.btn-whatsapp-inicio img {
  width: 30px;
  height: auto;
}

.btn-whatsapp-reservar img {
  width: 30px;
  height: auto;
}

.btn-whatsapp-formulario img {
  width: 30px;
  height: auto;
}

.btn-whatsapp-frecuentes img {
  width: 30px;
  height: auto;
}


.testi {
  background: #7c9a6d;
}


.testi span{
  color: white;
}

.testi-quote, .testi-name, .testi-role {
    color: white;
}


.brand-col {
  width: 100% !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}


.footer-tratamientos {
  width: 100% !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}


.footer-visitanos {
    width: 100% !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}


.whatsapp-bt {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    z-index: 200;
}

   
.whatsapp-bt a {
  width: 70px;
  height: 70px;
  background: #7c9a6d;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;    
  text-decoration: none;
}

.whatsapp-bt a img {
  width: 40px;
  height: auto;
}




@media (max-width: 600px) {
  .brand {
    width: 100%;
  }


  .brand img {
    margin: 0 auto;
  }
}