/*
Theme Name:  Soma Integrated Wellness
Theme URI:   https://somawellness.com
Author:      Configify
Author URI:  https://configify.com
Description: Soma Integrated Wellness Clinic — dark luxury wellness theme. Deep charcoal base (#1e2028), champagne gold accents (#c9a96e), slate blue-grey (#8a8fa8). Built for massage therapy, physiotherapy and Ayurveda clinics.
Version:     1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soma-wellness
Tags:        dark, wellness, spa, luxury, one-page, custom-colors, custom-menu, featured-images, full-width-template, theme-options

/* ============================================================
   SOMA V2 — DARK EDITION
   Base:    Deep slate-charcoal  #1e2028
   Accent:  Slate blue-grey      #8a8fa8
   Gold:    Champagne            #c9a96e
   Fonts:   Cormorant Garamond + Jost (Google Fonts)
   ============================================================ */

/* ---- CSS VARIABLES ---- */
:root {
  --bg:        #1e2028;
  --bg2:       #23262f;
  --bg3:       #282c36;
  --bg4:       #2d3040;
  --slate:     #8a8fa8;
  --slate-lt:  #c2c6d8;
  --champ:     #c9a96e;
  --champ2:    #d4b896;
  --champ-lt:  #e8d5b5;
  --text:      #d8dae6;
  --muted:     #7a7f96;
  --div:       rgba(138,143,168,0.14);
  --div2:      rgba(138,143,168,0.07);
  --band:      #c9a96e;
}

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Jost', sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }
ul { list-style: none; }

/* ---- LOGO (image or text) ---- */
.logo-wrap { text-align: center; display: block; }
.logo-wrap img { margin: 0 auto; }

.serif { font-family: 'Cormorant Garamond', serif; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  line-height: 1.15;
  color: var(--slate-lt);
}
p { color: var(--muted); font-weight: 300; line-height: 1.85; }

/* ---- UTILITY ---- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 2.5rem; }
.sp { padding: 3.5rem 2.5rem; }
.text-center { text-align: center; }

.eyebrow {
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--champ);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}
.eyebrow.centered { justify-content: center; }
.eline {
  width: 28px;
  height: 0.5px;
  background: var(--champ);
  display: inline-block;
  flex-shrink: 0;
}

.sec-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.15;
  color: var(--slate-lt);
}
.sec-title em { font-style: italic; color: var(--champ); }
.sec-body { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.95; }

/* ---- BUTTONS ---- */
.btn-champ {
  display: inline-block;
  background: var(--champ);
  color: white;
  padding: 12px 30px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  border: none;
  transition: background 0.2s;
}
.btn-champ:hover { background: var(--champ2); color: white; }
.btn-outline {
  display: inline-block;
  background: transparent;
  border: 0.5px solid var(--slate);
  color: var(--slate-lt);
  padding: 12px 28px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  transition: all 0.2s;
}
.btn-outline:hover { background: var(--div); color: var(--slate-lt); }
.btn-outline-w {
  display: inline-block;
  background: transparent;
  border: 0.5px solid rgba(255,255,255,0.35);
  color: white;
  padding: 12px 28px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
}
.btn-outline-w:hover { background: rgba(255,255,255,0.07); }
.btn-white {
  display: inline-block;
  background: white;
  color: var(--champ);
  padding: 12px 28px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  border: none;
}

/* ---- BAND (champagne background sections) ---- */
.band { background: var(--band); }
.band .sec-title { color: white; }
.band .sec-title em { color: rgba(255,255,255,0.75); }
.band .sec-body { color: rgba(255,255,255,0.72); }
.band .eyebrow { color: rgba(255,255,255,0.6); }
.band .eline { background: rgba(255,255,255,0.4); }

/* ---- DARK SECONDARY SECTIONS ---- */
.bg2-sec { background: var(--bg2); }
.bg3-sec { background: var(--bg3); }

/* ---- DIVIDER LINE ---- */
.grule {
  display: inline-block;
  width: 24px;
  height: 0.5px;
  background: var(--champ);
  vertical-align: middle;
  margin: 0 8px;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--bg);
  border-bottom: 0.5px solid var(--div);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
}
.site-branding { text-align: center; }
.site-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 7px;
  color: var(--slate-lt);
  text-transform: uppercase;
  display: block;
}
.site-title:hover { color: var(--champ); }
.site-tagline {
  font-size: 7px;
  letter-spacing: 4px;
  color: var(--champ);
  text-transform: uppercase;
  margin-top: 1px;
  display: block;
}

/* Primary nav */
.primary-navigation ul {
  display: flex;
  gap: 1.75rem;
  align-items: center;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 300;
}
.primary-navigation a { color: var(--muted); transition: color 0.2s; }
.primary-navigation a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a { color: var(--slate-lt); }
.primary-navigation .menu-book-now > a {
  border: 0.5px solid var(--champ);
  color: var(--champ);
  padding: 7px 16px;
}
.primary-navigation .menu-book-now > a:hover {
  background: var(--champ);
  color: white;
}

/* Mobile burger */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.menu-toggle span {
  width: 22px;
  height: 1.5px;
  background: var(--slate);
  display: block;
  transition: 0.3s;
}
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0;
  background: var(--bg2);
  border-bottom: 0.5px solid var(--div);
  padding: 1.25rem 1.5rem;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.4rem 0;
  border-bottom: 0.5px solid var(--div2);
  display: block;
}
.mobile-nav a:hover { color: var(--slate-lt); }

/* ============================================================
   PAGE HERO (used on inner pages)
   ============================================================ */
.page-hero {
  background: var(--bg2);
  padding: 3.5rem 2.5rem;
  text-align: center;
  border-bottom: 0.5px solid var(--div);
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  font-weight: 300;
  color: var(--slate-lt);
  line-height: 1.1;
  margin-bottom: 0.6rem;
}
.page-hero h1 em { font-style: italic; color: var(--champ); }
.page-hero .intro-text {
  font-size: 13px;
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.8;
}
.breadcrumb-nav {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(138,143,168,0.5);
  margin-bottom: 1.25rem;
}
.breadcrumb-nav a { color: rgba(138,143,168,0.5); }
.breadcrumb-nav a:hover { color: var(--muted); }
.breadcrumb-nav span { color: var(--champ); }

/* ============================================================
   HOME: HERO SECTION
   ============================================================ */
.hero-section {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  min-height: 540px;
  border-bottom: 0.5px solid var(--div);
}
.hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.5px solid var(--div);
  overflow: hidden;
}
.hero-image.right { border-right: none; border-left: 0.5px solid var(--div); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  text-align: center;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1;
  color: var(--slate-lt);
  margin-bottom: 0.4rem;
}
.hero-title em { font-style: italic; color: var(--champ); }
.hero-sub {
  font-size: 12px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.9;
  margin: 1.1rem 0 1.75rem;
  max-width: 270px;
}
.hero-btns { display: flex; flex-direction: column; gap: 0.6rem; align-items: center; }

/* ============================================================
   QUICK BAR
   ============================================================ */
.quick-bar { display: grid; grid-template-columns: repeat(4, 1fr); }
.qb-item {
  padding: 1.3rem 1.2rem;
  border-right: 0.5px solid var(--div);
  border-bottom: 0.5px solid var(--div);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  transition: background 0.2s;
  text-decoration: none;
}
.qb-item:last-child { border-right: none; }
.qb-item:hover { background: var(--bg3); }
.qb-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 300;
  color: rgba(201,169,110,0.3);
  line-height: 1;
  flex-shrink: 0;
}
.qb-name { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--slate-lt); margin-bottom: 2px; }
.qb-desc { font-size: 9px; color: var(--muted); font-weight: 300; }

/* ============================================================
   SPLIT SECTIONS
   ============================================================ */
.split2 {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  border-bottom: 0.5px solid var(--div);
}
.split2.rev { grid-template-columns: 1fr 1.1fr; }
.split-img {
  min-height: 400px;
  border-right: 0.5px solid var(--div);
  overflow: hidden;
}
.split-img img { width: 100%; height: 100%; object-fit: cover; }
.split-img.nb { border-right: none; border-left: 0.5px solid var(--div); }
.split-txt {
  padding: 3.5rem 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stat-row {
  display: flex;
  gap: 2.25rem;
  padding-top: 1.5rem;
  border-top: 0.5px solid var(--div);
  margin-top: 0.5rem;
}
.stat .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 300;
  color: var(--champ);
  line-height: 1;
}
.stat .lbl { font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

/* ============================================================
   SERVICE CARDS (3-col)
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--div); }
.svc-card { background: var(--bg); overflow: hidden; transition: background 0.2s; display: block; }
.svc-card:hover { background: var(--bg3); }
.svc-img { height: 230px; overflow: hidden; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.svc-card:hover .svc-img img { transform: scale(1.04); }
.svc-body { padding: 1.4rem 1.2rem 1.6rem; }
.svc-num { font-family: 'Cormorant Garamond', serif; font-size: 11px; color: var(--champ); letter-spacing: 2px; margin-bottom: 0.3rem; }
.svc-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--slate-lt); margin-bottom: 0.2rem; }
.svc-count { font-size: 8px; letter-spacing: 3px; text-transform: uppercase; color: var(--champ); margin-bottom: 0.6rem; }
.svc-desc { font-size: 11px; color: var(--muted); font-weight: 300; line-height: 1.78; margin-bottom: 0.7rem; }
.svc-lnk { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--champ); }

/* ============================================================
   FEATURE SPLIT
   ============================================================ */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 0.5px solid var(--div);
  border-bottom: 0.5px solid var(--div);
}
.feature-img { min-height: 440px; overflow: hidden; }
.feature-img img { width: 100%; height: 100%; object-fit: cover; }
.feature-txt {
  padding: 3.75rem 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 0.5px solid var(--div);
}
.pull-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-style: italic;
  color: var(--champ);
  line-height: 1.65;
  padding-left: 1.1rem;
  border-left: 1.5px solid var(--champ);
  margin-bottom: 1.5rem;
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 210px 210px;
  gap: 1px;
  background: var(--div);
}
.gal-item { overflow: hidden; position: relative; }
.gal-item.tall { grid-row: span 2; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gal-item:hover img { transform: scale(1.04); }
.gal-label {
  position: absolute;
  bottom: 0.6rem;
  left: 0.6rem;
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--champ);
  background: rgba(30,32,40,0.88);
  padding: 2px 7px;
}

/* ============================================================
   INSTAGRAM FEED
   ============================================================ */
.insta-section { padding: 3.5rem 2.5rem; background: var(--bg2); }
.insta-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 3px; margin-top: 1.5rem; }
.insta-cell { aspect-ratio: 1; background: var(--bg3); overflow: hidden; position: relative; cursor: pointer; }
.insta-cell img { width: 100%; height: 100%; object-fit: cover; }
.insta-cell:hover .insta-hover { opacity: 1; }
.insta-hover {
  position: absolute;
  inset: 0;
  background: rgba(201,169,110,0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
  gap: 4px;
}
.insta-hover i { font-size: 18px; color: white; }
.insta-hover span { font-size: 8px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.9); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-single { padding: 3.5rem 2.5rem; text-align: center; }
.testi-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: var(--slate-lt);
  line-height: 1.55;
  max-width: 580px;
  margin: 1.25rem auto 1rem;
}
.testi-name { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--champ); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.05); }
.testi-card { background: rgba(255,255,255,0.04); padding: 2rem; }
.testi-stars { font-size: 11px; color: var(--champ-lt); margin-bottom: 0.65rem; }
.testi-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-style: italic;
  color: var(--slate-lt);
  line-height: 1.6;
  margin-bottom: 0.9rem;
}
.testi-by { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--muted); }

/* ============================================================
   BOOKING BANNER
   ============================================================ */
.book-banner { display: grid; grid-template-columns: 1fr 1fr; }
.book-img { min-height: 260px; border-right: 0.5px solid var(--div); overflow: hidden; }
.book-img img { width: 100%; height: 100%; object-fit: cover; }
.book-text { background: var(--champ); padding: 3.25rem; display: flex; flex-direction: column; justify-content: center; }
.book-text h2 { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 300; color: white; line-height: 1.2; margin-bottom: 0.5rem; }
.book-text h2 em { font-style: italic; }
.book-text p { font-size: 12px; color: rgba(255,255,255,0.75); line-height: 1.85; margin-bottom: 1.6rem; font-weight: 300; }
.book-btns { display: flex; gap: 0.65rem; flex-wrap: wrap; }

/* ============================================================
   SERVICES OVERVIEW PAGE
   ============================================================ */
.shg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--div); }
.shg-card { background: var(--bg); overflow: hidden; transition: background 0.2s; display: block; }
.shg-card:hover { background: var(--bg3); }
.shg-img { height: 270px; overflow: hidden; }
.shg-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.shg-card:hover .shg-img img { transform: scale(1.04); }
.shg-body { padding: 2rem 1.75rem; }
.shg-num { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; color: rgba(201,169,110,0.18); line-height: 1; margin-bottom: 0.4rem; }
.shg-name { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--slate-lt); margin-bottom: 0.4rem; }
.shg-count { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--champ); margin-bottom: 0.7rem; }
.shg-desc { font-size: 12px; color: var(--muted); font-weight: 300; line-height: 1.8; }

/* ============================================================
   MASSAGE PAGE
   ============================================================ */
.mass-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--div); }
.mass-card { background: var(--bg); display: grid; grid-template-columns: 190px 1fr; transition: background 0.2s; }
.mass-card:hover { background: var(--bg3); }
.mass-card-img { overflow: hidden; min-height: 155px; }
.mass-card-img img { width: 100%; height: 100%; object-fit: cover; }
.mass-card-body { padding: 1.4rem; }
.mass-tag { font-size: 8px; letter-spacing: 3px; text-transform: uppercase; color: var(--champ); margin-bottom: 0.3rem; }
.mass-name { font-family: 'Cormorant Garamond', serif; font-size: 19px; color: var(--slate-lt); margin-bottom: 0.4rem; }
.mass-desc { font-size: 11px; color: var(--muted); font-weight: 300; line-height: 1.72; margin-bottom: 0.6rem; }
.mass-lnk { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--champ); }
.lymph-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--div); }
.lymph-card { background: var(--bg); padding: 1.5rem; }
.refl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--div); }
.treat-cat { font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: var(--champ); }

/* ============================================================
   AYURVEDA PAGE
   ============================================================ */
.ayur-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; }
.ayur-split-img { overflow: hidden; }
.ayur-split-img img { width: 100%; height: 100%; object-fit: cover; }
.ayur-intro-txt { background: var(--bg2); padding: 4rem 3rem; display: flex; flex-direction: column; justify-content: center; border-left: 0.5px solid var(--div); }
.ayur-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--div); }
.ayur-card { background: var(--bg); overflow: hidden; transition: background 0.2s; }
.ayur-card:hover { background: var(--bg3); }
.ayur-img { height: 195px; overflow: hidden; }
.ayur-img img { width: 100%; height: 100%; object-fit: cover; }
.ayur-body { padding: 1.3rem; }
.ayur-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--slate-lt); margin-bottom: 0.2rem; }
.ayur-sub { font-size: 8px; letter-spacing: 3px; text-transform: uppercase; color: var(--champ); margin-bottom: 0.5rem; }
.ayur-desc { font-size: 11px; color: var(--muted); font-weight: 300; line-height: 1.72; }

/* ============================================================
   PHYSIOTHERAPY PAGE
   ============================================================ */
.physio-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--div); }
.physio-col { background: var(--bg); padding: 2.5rem 2rem; }
.physio-col h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--slate-lt); margin-bottom: 1rem; }
.p-list { list-style: none; }
.p-list li {
  padding: 0.55rem 0;
  border-bottom: 0.5px solid var(--div2);
  font-size: 12px;
  color: var(--muted);
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.p-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--champ); flex-shrink: 0; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.1); }
.jcard { background: rgba(255,255,255,0.08); padding: 2rem 1.5rem; }
.jnum { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 300; color: rgba(255,255,255,0.3); line-height: 1; margin-bottom: 0.65rem; }
.jtitle { font-size: 12px; letter-spacing: 1px; font-weight: 500; color: white; margin-bottom: 0.45rem; }
.jdesc { font-size: 11px; color: rgba(255,255,255,0.65); font-weight: 300; line-height: 1.72; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--div); }
.team-card { background: var(--bg); overflow: hidden; }
.team-img { height: 270px; overflow: hidden; }
.team-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.team-card:hover .team-img img { transform: scale(1.04); }
.team-body { padding: 1.2rem; }
.team-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--slate-lt); }
.team-role { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--champ); }
.team-bio { font-size: 11px; color: var(--muted); margin-top: 0.5rem; font-weight: 300; line-height: 1.68; }
.vals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--div); }
.val-card { background: var(--bg2); padding: 2.25rem 1.75rem; }
.val-ico { font-size: 22px; color: var(--champ); margin-bottom: 0.9rem; }
.val-title { font-family: 'Cormorant Garamond', serif; font-size: 19px; color: var(--slate-lt); margin-bottom: 0.4rem; }
.val-desc { font-size: 11px; color: var(--muted); font-weight: 300; line-height: 1.72; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-split { display: grid; grid-template-columns: 1fr 1fr; }
.contact-map { min-height: 380px; background: var(--bg3); border-right: 0.5px solid var(--div); }
.contact-map iframe { width: 100%; height: 100%; border: none; }
.contact-info { padding: 3rem; background: var(--champ); }
.contact-info h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: white; font-weight: 300; margin-bottom: 1.4rem; }
.info-row { display: flex; align-items: flex-start; gap: 0.9rem; margin-bottom: 1.1rem; }
.info-ico { font-size: 15px; color: rgba(255,255,255,0.7); margin-top: 2px; flex-shrink: 0; }
.info-lbl { font-size: 8px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 2px; }
.info-val { font-size: 12px; color: rgba(255,255,255,0.8); font-weight: 300; line-height: 1.6; }

/* ============================================================
   FORMS
   ============================================================ */
.frm-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; margin-bottom: 0.9rem; }
.frm-group { margin-bottom: 0.9rem; }
.frm-group label { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 0.35rem; }
.frm-group input,
.frm-group select,
.frm-group textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 0.5px solid var(--div);
  background: var(--bg3);
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  color: var(--text);
  outline: none;
  font-weight: 300;
  transition: border-color 0.2s;
}
.frm-group input:focus,
.frm-group select:focus,
.frm-group textarea:focus { border-color: var(--champ); }
.frm-group textarea { height: 95px; resize: vertical; }
.frm-group select option { background: var(--bg2); }
.wpcf7-submit {
  background: var(--champ);
  color: white;
  border: none;
  padding: 13px 32px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  width: 100%;
  margin-top: 0.5rem;
}
.wpcf7-submit:hover { background: var(--champ2); }

/* ============================================================
   BOOKING PAGE
   ============================================================ */
.bk-wrap { display: grid; grid-template-columns: 1fr 1.3fr; }
.bk-aside { background: var(--bg2); padding: 3rem; border-right: 0.5px solid var(--div); }
.bk-aside h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--slate-lt); font-weight: 300; margin-bottom: 0.9rem; }
.bk-aside p { font-size: 12px; color: var(--muted); font-weight: 300; line-height: 1.8; margin-bottom: 1.25rem; }
.bk-perks { margin-top: 0.75rem; }
.bk-perks li { font-size: 11px; color: var(--muted); padding: 0.4rem 0; display: flex; align-items: center; gap: 0.55rem; border-bottom: 0.5px solid var(--div2); }
.bk-perks li i { color: var(--champ); font-size: 13px; }
.bk-form { padding: 3rem; }
.bk-form h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--slate-lt); font-weight: 300; margin-bottom: 1.6rem; }

/* ============================================================
   POPUP / NEWSLETTER
   ============================================================ */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,12,18,0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.popup-overlay.show { opacity: 1; pointer-events: all; }
.popup-box {
  background: var(--bg2);
  max-width: 760px;
  width: calc(100% - 2rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  position: relative;
  box-shadow: 0 32px 100px rgba(0,0,0,0.6);
  border: 0.5px solid var(--div);
}
.popup-left { background: var(--champ); padding: 2.5rem 2rem; display: flex; flex-direction: column; justify-content: center; }
.popup-logo { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; letter-spacing: 7px; color: white; margin-bottom: 0.25rem; }
.popup-logo-sub { font-size: 7px; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 2rem; }
.popup-offer { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; color: white; line-height: 1; margin-bottom: 0.5rem; }
.popup-offer-lbl { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 1.25rem; line-height: 1.7; }
.popup-divider { width: 28px; height: 0.5px; background: rgba(255,255,255,0.4); margin-bottom: 1.25rem; }
.popup-body-txt { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.65); line-height: 1.8; }
.popup-right { padding: 2.5rem 2rem; display: flex; flex-direction: column; justify-content: center; }
.popup-right h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 300; color: var(--slate-lt); margin-bottom: 0.4rem; }
.popup-right h3 em { font-style: italic; color: var(--champ); }
.popup-right p { font-size: 11px; color: var(--muted); font-weight: 300; line-height: 1.75; margin-bottom: 1.5rem; }
.popup-field { width: 100%; padding: 0.7rem 0.9rem; border: 0.5px solid var(--div); background: var(--bg3); font-family: 'Jost', sans-serif; font-size: 12px; color: var(--text); outline: none; margin-bottom: 0.75rem; }
.popup-field:focus { border-color: var(--champ); }
.popup-submit { width: 100%; background: var(--champ); color: white; border: none; padding: 12px; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; cursor: pointer; font-family: 'Jost', sans-serif; margin-bottom: 0.75rem; }
.popup-skip { font-size: 9px; color: var(--muted); text-align: center; cursor: pointer; letter-spacing: 1px; text-decoration: underline; text-underline-offset: 3px; }
.popup-close { position: absolute; top: 0.85rem; right: 1rem; background: none; border: none; font-size: 18px; color: var(--muted); cursor: pointer; line-height: 1; }
.popup-check-row { display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 1rem; }
.popup-check-row input { accent-color: var(--champ); margin-top: 2px; flex-shrink: 0; }
.popup-check-row label { font-size: 10px; color: var(--muted); font-weight: 300; line-height: 1.6; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--bg2); border-top: 0.5px solid var(--div); }
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 1.75rem;
  padding: 3rem 2.5rem;
  border-bottom: 0.5px solid var(--div);
}
.f-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; letter-spacing: 7px; color: var(--slate-lt); margin-bottom: 0.3rem; }
.f-logo-sub { font-size: 7px; letter-spacing: 4px; color: var(--champ); text-transform: uppercase; margin-bottom: 0.9rem; }
.f-tagline { font-size: 11px; color: var(--muted); font-weight: 300; line-height: 1.7; }
.f-col h4 { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--champ); margin-bottom: 0.9rem; }
.f-col a, .f-col p, .f-col span, .f-col address { display: block; font-size: 11px; color: var(--muted); margin-bottom: 0.4rem; font-weight: 300; font-style: normal; }
.f-col a:hover { color: var(--slate-lt); }
.footer-bottom { padding: 1.1rem 2.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.75rem; }
.f-copy { font-size: 10px; color: var(--muted); letter-spacing: 1px; }
.f-social { display: flex; gap: 0.9rem; }
.f-social a { font-size: 15px; color: var(--muted); }
.f-social a:hover { color: var(--champ); }
.f-ver { font-size: 8px; color: rgba(138,143,168,0.35); letter-spacing: 2px; }

/* ============================================================
   WORDPRESS CORE COMPATIBILITY
   ============================================================ */
.wp-block-image img { max-width: 100%; height: auto; }
.aligncenter { text-align: center; }
.alignright { float: right; margin-left: 1rem; }
.alignleft { float: left; margin-right: 1rem; }
.wp-caption { max-width: 100%; }
.sticky { /* WP sticky posts */ }
.screen-reader-text { clip: rect(1px,1px,1px,1px); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 0.5rem; top: 0.5rem; z-index: 9999; }

/* Comments */
.comment-content a { color: var(--champ); }
.comment-metadata { font-size: 11px; color: var(--muted); }
ol.comment-list { list-style: none; }

/* ============================================================
   RESPONSIVE  900px
   ============================================================ */
@media (max-width: 900px) {
  .primary-navigation { display: none; }
  .menu-toggle { display: flex; }
  .hero-section { grid-template-columns: 1fr; }
  .hero-image { display: none; }
  .hero-center { padding: 2.5rem 1.5rem; }
  .hero-title { font-size: 36px; }
  .quick-bar { grid-template-columns: 1fr 1fr; }
  .qb-item:nth-child(2) { border-right: none; }
  .split2, .split2.rev { grid-template-columns: 1fr; }
  .split-img { min-height: 240px; border-right: none !important; border-left: none !important; border-bottom: 0.5px solid var(--div); }
  .split-txt { padding: 2.25rem 1.5rem; }
  .svc-grid, .shg-grid, .ayur-grid, .mass-grid, .lymph-grid, .refl-grid,
  .vals-grid, .team-grid, .journey-grid, .physio-cols, .bk-wrap,
  .contact-split, .testi-grid { grid-template-columns: 1fr; }
  .feature { grid-template-columns: 1fr; }
  .feature-img { min-height: 240px; }
  .feature-txt { padding: 2.25rem 1.5rem; border-left: none !important; border-top: 0.5px solid var(--div); }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gal-item.tall { grid-row: span 1; }
  .book-banner { grid-template-columns: 1fr; }
  .book-img { min-height: 200px; border-right: none; border-bottom: 0.5px solid var(--div); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .frm-row { grid-template-columns: 1fr; }
  .mass-card { grid-template-columns: 1fr; }
  .mass-card-img { min-height: 180px; }
  .ayur-split { grid-template-columns: 1fr; }
  .ayur-intro-txt { padding: 2.5rem 1.5rem; border-left: none; }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
  .popup-box { grid-template-columns: 1fr; }
  .popup-left { display: none; }
  .sec-title { font-size: 28px; }
  .page-hero h1 { font-size: 34px; }
  .page-hero, .sp { padding: 2.5rem 1.5rem; }
}

/* ============================================================
   RESPONSIVE  500px
   ============================================================ */
@media (max-width: 500px) {
  .quick-bar { grid-template-columns: 1fr; }
  .lymph-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-mosaic { grid-template-columns: 1fr; }
  .hero-title { font-size: 30px; }
  .sec-title { font-size: 24px; }
}
