:root {
  --sage: #7f987a;
  --sage-deep: #50634e;
  --cream: #fbf6ed;
  --gold: #c7a75a;
  --ink: #263126;
  --muted: #6f786d;
  --line: rgba(80, 99, 78, .15);
  --shadow: 0 18px 45px rgba(38, 49, 38, .10);
  --radius: 12px;
  --radius-sm: 8px;
}
[data-theme="dark"] {
  --cream: #151b16;
  --ink: #f8f4ec;
  --muted: #c4cbbf;
  --line: rgba(248, 244, 236, .12);
  --shadow: 0 18px 45px rgba(0, 0, 0, .25);
}
* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}
h1, h2, h3, h4, .brand-serif {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; height: auto; }
.text-muted-soft { color: var(--muted); }
.section-pad { padding: 100px 0; }
.section-title { font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1.05; margin-bottom: .5rem; }
.eyebrow {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .16em;
  font-size: .74rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

/* Navbar */
.navbar {
  background: rgba(251, 246, 237, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
[data-theme="dark"] .navbar { background: rgba(21, 27, 22, .86); }
.navbar-brand { color: var(--sage-deep); font-size: 1.45rem; }
.navbar-brand img { height: 42px; width: auto; }
[data-theme="dark"] .navbar-brand { color: var(--cream); }
.nav-link { color: var(--ink); font-weight: 600; font-size: .9rem; }
.nav-link:hover, .nav-link.active { color: var(--sage); }

/* Buttons */
.btn-heal, .btn-outline-heal {
  border-radius: 999px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  font-size: .9rem;
  border: 1px solid var(--sage);
  transition: all .25s ease;
}
.btn-heal { background: var(--sage); color: #fff; box-shadow: 0 12px 24px rgba(127, 152, 122, .22); }
.btn-outline-heal { color: var(--sage-deep); background: transparent; }
.btn-heal:hover, .btn-outline-heal:hover { background: var(--sage-deep); color: #fff; border-color: var(--sage-deep); transform: translateY(-2px); }

/* Hero */
.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 96px;
  background:
    radial-gradient(circle at 10% 20%, rgba(199, 167, 90, .15), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(127, 152, 122, .22), transparent 32%),
    linear-gradient(135deg, var(--cream), #fff 50%, #e9f0e7);
}
[data-theme="dark"] .hero { background: linear-gradient(135deg, #151b16, #20291f); }
.hero h1 { font-size: clamp(3.2rem, 7vw, 7rem); line-height: .88; }
.hero .lead { font-size: 1.15rem; }
.hero-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-image {
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* Soft Card */
.soft-card {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
[data-theme="dark"] .soft-card { background: rgba(255,255,255,.06); }
.icon-box {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(127, 152, 122, .14);
  color: var(--sage-deep);
}

/* About Section */
.about-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-image {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 4px solid rgba(199, 167, 90, .25);
}

/* Service / Blog Cards */
.service-card, .blog-card { transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover, .blog-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(38, 49, 38, .14); }
.service-card .img-wrap, .blog-card .img-wrap {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(127, 152, 122, .05);
  overflow: hidden;
}
.service-card .img-wrap img, .blog-card .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .5s ease;
}
.service-card:hover .img-wrap img, .blog-card:hover .img-wrap img { transform: scale(1.05); }
.service-card .p-4 { padding: 1.25rem; }

/* Gallery */
.gallery-item { transition: transform .3s ease; }
.gallery-item:hover { transform: translateY(-4px); }
.gallery-item .img-wrap {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(127, 152, 122, .05);
  border-radius: var(--radius);
  overflow: hidden;
}
.gallery-item .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius);
  transition: transform .5s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.filter-btn.active { background: var(--sage); color: #fff; }

/* Testimonials */
.testimonial-photo { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); }
.rating { color: var(--gold); font-size: 1.1rem; letter-spacing: 2px; }

/* Counter */
.counter { font-size: 2.6rem; color: var(--sage-deep); font-family: "Cormorant Garamond", serif; line-height: 1; }
[data-theme="dark"] .counter { color: var(--gold); }

/* Wellness Band */
.wellness-band { background: #fff; border-block: 1px solid var(--line); }
[data-theme="dark"] .wellness-band { background: #1b231c; }

/* Forms */
.form-control, .form-select {
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  padding: .8rem 1rem;
  background: rgba(255,255,255,.72);
  font-size: .95rem;
}
[data-theme="dark"] .form-control, [data-theme="dark"] .form-select {
  background: rgba(255,255,255,.08);
  color: var(--cream);
}
.form-control:focus, .form-select:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(127, 152, 122, .2);
}

/* Floating Elements */
.floating-whatsapp, .back-to-top {
  position: fixed;
  z-index: 50;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: var(--shadow);
  transition: all .3s ease;
}
.floating-whatsapp { right: 20px; bottom: 82px; background: #25d366; font-size: 1.4rem; }
.floating-whatsapp:hover { transform: scale(1.1); }
.back-to-top { right: 20px; bottom: 24px; background: var(--sage-deep); border: 0; opacity: 0; pointer-events: none; cursor: pointer; }
.back-to-top.show { opacity: 1; pointer-events: auto; }

/* Loader */
.loader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: var(--cream);
  display: grid;
  place-items: center;
  transition: opacity .35s ease;
}
.loader.hidden { opacity: 0; pointer-events: none; }
.loader span {
  width: 44px;
  height: 44px;
  border: 3px solid var(--line);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Footer */
footer { background: var(--sage-deep); color: #fff; }
footer a { color: rgba(255,255,255,.78); }
footer a:hover { color: var(--gold); }

@media (max-width: 767px) {
  html, body { overflow-x: hidden; }
  .container { padding-left: 16px; padding-right: 16px; max-width: 100%; }
  .navbar .container { position: relative; justify-content: center; }
  .navbar-brand { margin: 0 auto; text-align: center; }
  .navbar-brand img { height: 36px; }
  .navbar-toggler { position: absolute; right: 12px; }
  .section-pad { padding: 48px 0; }
  .hero { min-height: auto; padding: 100px 16px 48px; }
  .hero h1 { font-size: 2.4rem; }
  .hero-image { max-width: 240px; }
  .hero .row { margin-left: 0 !important; margin-right: 0 !important; }
  .about-image { max-width: 220px; }
  .service-card .img-wrap, .blog-card .img-wrap { height: 160px; }
  .gallery-item .img-wrap { height: 200px; }
  .row { margin-left: -12px !important; margin-right: -12px !important; }
  .row > * { padding-left: 12px; padding-right: 12px; }
}