/* ============================================
   Healing & Pain Relief Centre — Site Styles
   ============================================ */

:root {
  --green-dark: #12301e;
  --green: #1e4d2b;
  --green-light: #2f6b40;
  --gold: #c9a227;
  --gold-light: #e2c667;
  --navy: #16233f;
  --cream: #faf6ec;
  --cream-dark: #f0e8d4;
  --text: #2a2a22;
  --text-light: #5c6157;
  --white: #ffffff;
  --shadow: 0 10px 30px rgba(18, 48, 30, 0.12);
  --radius: 14px;
  --font-head: 'Playfair Display', serif;
  --font-body: 'Poppins', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--navy); line-height: 1.2; }

.section { padding: 80px 0; }
.section-alt { background: var(--white); }
.section-dark { background: var(--green-dark); color: #e7ecdf; }
.section-dark h2, .section-dark h3 { color: var(--white); }

.section-head { text-align: center; max-width: 680px; margin: 0 auto 50px; }
.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201, 162, 39, 0.12);
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 14px;
}
.section-head h2 { font-size: 2.3rem; margin-bottom: 12px; }
.section-head p { color: var(--text-light); font-size: 1.02rem; }
.section-dark .section-head p { color: #cfd8c4; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.25s ease;
}
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-outline { border-color: var(--white); color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--green-dark); }
.btn-green { background: var(--green); color: var(--white); }
.btn-green:hover { background: var(--green-light); transform: translateY(-2px); }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Top bar ---------- */
.topbar { background: var(--navy); color: #d8dfd0; font-size: 0.84rem; }
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  gap: 16px;
  flex-wrap: wrap;
}
.topbar-item { display: flex; align-items: center; gap: 6px; }
.topbar-item a { color: #d8dfd0; }
.topbar-item a:hover { color: var(--gold-light); }
.topbar-social a { font-size: 1rem; }
.topbar-hours { color: #a9b39c; }
.topbar-badge { color: var(--gold-light); font-weight: 600; }
.topbar-badge i { color: var(--gold-light); }

/* ---------- Header / Nav ---------- */
.site-header {
  background: var(--cream);
  position: sticky;
  top: 0;
  z-index: 500;
  box-shadow: 0 2px 14px rgba(0,0,0,0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; color: var(--navy); }
.brand-name .amp { color: var(--gold); }
.brand-sub { font-family: var(--font-head); font-weight: 700; font-size: 0.95rem; color: var(--green); letter-spacing: 0.5px; }

.main-nav ul { display: flex; gap: 6px; align-items: center; }
.main-nav a {
  display: inline-block;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--text);
  border-radius: 30px;
  transition: all 0.2s ease;
}
.main-nav a:hover, .main-nav a.active { background: var(--green); color: var(--white); }
.main-nav a.nav-cta { background: var(--gold); color: var(--navy); font-weight: 600; }
.main-nav a.nav-cta:hover { background: var(--gold-light); color: var(--navy); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span { width: 26px; height: 3px; background: var(--green-dark); border-radius: 3px; transition: 0.3s; }

/* ---------- Floating action buttons ---------- */
.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 600;
}
.fab {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transition: transform 0.2s ease;
}
.fab:hover { transform: scale(1.08); }
.fab-whatsapp { background: #25d366; }
.fab-call { background: var(--gold); color: var(--navy); animation: pulse-call 2.4s infinite; }

@keyframes pulse-call {
  0% { box-shadow: 0 0 0 0 rgba(201,162,39,0.5), 0 8px 20px rgba(0,0,0,0.25); }
  70% { box-shadow: 0 0 0 12px rgba(201,162,39,0), 0 8px 20px rgba(0,0,0,0.25); }
  100% { box-shadow: 0 0 0 0 rgba(201,162,39,0), 0 8px 20px rgba(0,0,0,0.25); }
}

/* ---------- Hero Slider ---------- */
.hero-slider {
  position: relative;
  height: 88vh;
  min-height: 560px;
  overflow: hidden;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  display: flex;
  align-items: center;
}
.slide.active { opacity: 1; visibility: visible; }
.slide::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(18,48,30,0.88) 0%, rgba(18,48,30,0.55) 55%, rgba(18,48,30,0.35) 100%);
  z-index: 1;
}
.slide-bg1 { background: radial-gradient(circle at 30% 30%, #2f6b40, #12301e 70%); }
.slide-bg2 { background: radial-gradient(circle at 70% 40%, #16233f, #0c1526 70%); }
.slide-bg3 { background: radial-gradient(circle at 40% 60%, #7a5a10, #12301e 70%); }
.slide-bg4 { background: radial-gradient(circle at 60% 30%, #1e4d2b, #16233f 75%); }
.slide-bg5 { background: radial-gradient(circle at 50% 50%, #2f6b40, #16233f 75%); }

.slide-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  max-width: 620px;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%;
}
.slide-content .eyebrow { background: rgba(255,255,255,0.14); color: var(--gold-light); }
.slide-content h1 {
  font-size: 3.2rem;
  color: var(--white);
  margin-bottom: 18px;
}
.slide-content h1 span { color: var(--gold-light); }
.slide-content p { font-size: 1.08rem; color: #dfe6d5; margin-bottom: 30px; max-width: 520px; }
.slide-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.slider-nav {
  position: absolute;
  bottom: 28px;
  left: 0; right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.slider-dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  border: none;
  transition: all 0.25s;
}
.slider-dot.active { background: var(--gold); width: 30px; border-radius: 8px; }

.slider-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 3;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.4);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.slider-arrow:hover { background: rgba(255,255,255,0.3); }
.slider-arrow.prev { left: 24px; }
.slider-arrow.next { right: 24px; }

/* ---------- Highlight strip ---------- */
.highlight-strip {
  background: var(--white);
  margin-top: -60px;
  position: relative;
  z-index: 5;
  border-radius: var(--radius);
  max-width: 1100px;
  margin-left: auto; margin-right: auto;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.highlight-item {
  padding: 26px 18px;
  text-align: center;
  border-right: 1px solid #eee2c4;
}
.highlight-item:last-child { border-right: none; }
.highlight-item i { font-size: 1.6rem; color: var(--gold); margin-bottom: 10px; }
.highlight-item h4 { font-size: 1rem; color: var(--navy); margin-bottom: 4px; }
.highlight-item p { font-size: 0.82rem; color: var(--text-light); }

/* ---------- Home service promo band ---------- */
.home-service-band {
  background: linear-gradient(120deg, var(--cream-dark), var(--cream));
  border: 1.5px dashed var(--gold);
  border-radius: var(--radius);
  padding: 34px 40px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.home-service-icon {
  width: 74px; height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
}
.home-service-text { flex: 1; min-width: 240px; }
.home-service-text h3 { font-size: 1.4rem; margin-bottom: 6px; }
.home-service-text p { color: var(--text-light); font-size: 0.94rem; }
.home-service-cta { flex-shrink: 0; }

/* ---------- About / Intro ---------- */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.intro-media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  min-height: 380px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.25);
  font-size: 5rem;
}
.intro-media .badge {
  position: absolute;
  bottom: -1px; right: -1px;
  background: var(--gold);
  color: var(--navy);
  padding: 20px 26px;
  border-top-left-radius: var(--radius);
  text-align: center;
  font-family: var(--font-head);
}
.intro-media .badge .num { font-size: 1.8rem; font-weight: 800; display: block; }
.intro-media .badge .lbl { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }

.intro-text .eyebrow { margin-bottom: 14px; }
.intro-text h2 { font-size: 2.1rem; margin-bottom: 18px; }
.intro-text p { color: var(--text-light); margin-bottom: 16px; }
.check-list { margin-top: 20px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.check-list i { color: var(--green); margin-top: 4px; }

/* ---------- Services grid ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}
.service-card:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(18,48,30,0.18); }
.service-media {
  height: 170px;
  background: linear-gradient(135deg, var(--green-light), var(--green-dark));
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-light);
  font-size: 2.6rem;
  position: relative;
}
.service-media .num { position: absolute; top: 12px; left: 14px; font-family: var(--font-head); font-weight: 800; color: rgba(255,255,255,0.35); font-size: 1.4rem; }
.service-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.service-body h3 { font-size: 1.2rem; margin-bottom: 10px; }
.service-body p { color: var(--text-light); font-size: 0.92rem; flex: 1; margin-bottom: 16px; }
.service-link { color: var(--green); font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 6px; }
.service-link i { transition: transform 0.2s; }
.service-card:hover .service-link i { transform: translateX(4px); }

/* ---------- Detailed service block (services page) ---------- */
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #eee2c4;
}
.service-detail:last-child { border-bottom: none; }
.service-detail.reverse .service-detail-media { order: 2; }
.service-detail.reverse .service-detail-text { order: 1; }
.service-detail-media {
  border-radius: var(--radius);
  min-height: 280px;
  background: linear-gradient(135deg, var(--green-light), var(--green-dark));
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.3);
  font-size: 4.5rem;
}
.service-detail-text .tag {
  display: inline-block;
  color: var(--gold);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.service-detail-text h3 { font-size: 1.7rem; margin-bottom: 14px; }
.service-detail-text p { color: var(--text-light); margin-bottom: 18px; }
.benefit-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.benefit-tags span {
  background: var(--cream-dark);
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 30px;
}

/* ---------- Reflexology / wellness tips section ---------- */
.wellness-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.wellness-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}
.wellness-card h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; font-size: 1.3rem; }
.wellness-card h3 i { color: var(--gold); }
.food-list li, .reflex-benefits li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 0.94rem; }
.food-list i, .reflex-benefits i { color: var(--green); margin-top: 3px; }
.food-list b, .reflex-benefits b { color: var(--navy); }

/* ---------- Why choose us / stats ---------- */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item .stat-num { font-family: var(--font-head); font-size: 2.6rem; font-weight: 800; color: var(--gold-light); }
.stat-item p { color: #cfd8c4; margin-top: 6px; }

/* ---------- Testimonials ---------- */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.testimonial-card .stars { color: var(--gold); margin-bottom: 14px; }
.testimonial-card p { color: var(--text-light); font-style: italic; margin-bottom: 18px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--gold));
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-weight: 700;
}
.testimonial-author h5 { font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; color: var(--navy); }
.testimonial-author span { font-size: 0.8rem; color: var(--text-light); }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--green-dark), var(--green));
  border-radius: var(--radius);
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  color: var(--white);
}
.cta-band h3 { color: var(--white); font-size: 1.6rem; margin-bottom: 8px; }
.cta-band p { color: #d7e0cb; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 36px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.88rem; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #e3dcc4;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: var(--cream);
  color: var(--text);
  transition: border-color 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 0.8rem; color: var(--text-light); margin-top: -8px; margin-bottom: 18px; }

.location-choice { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
.location-option {
  flex: 1;
  min-width: 160px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  border: 1.5px solid #e3dcc4;
  border-radius: 10px;
  background: var(--cream);
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 500;
  transition: border-color 0.2s, background 0.2s;
}
.location-option input { accent-color: var(--green); }
.location-option i { color: var(--green); }
.location-option:has(input:checked) { border-color: var(--gold); background: var(--cream-dark); }

.form-msg {
  padding: 14px 18px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-msg.success { background: #e5f4e6; color: #1e6b2a; }
.form-msg.error { background: #fbe6e4; color: #a3302a; }

/* ---------- Contact info cards ---------- */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}
.contact-info-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  text-align: center;
  box-shadow: var(--shadow);
}
.contact-info-card .icon {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--cream-dark);
  color: var(--green);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 16px;
}
.contact-info-card h4 { margin-bottom: 8px; font-size: 1.05rem; }
.contact-info-card p, .contact-info-card a { color: var(--text-light); font-size: 0.92rem; }
.contact-info-card a:hover { color: var(--green); }

.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 400px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 400px; border: 0; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  background: linear-gradient(120deg, var(--green-dark), var(--navy));
  color: var(--white);
  padding: 70px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(201,162,39,0.18), transparent 60%);
}
.page-hero .eyebrow { position: relative; z-index: 1; }
.page-hero h1 { color: var(--white); font-size: 2.6rem; position: relative; z-index: 1; }
.breadcrumb { margin-top: 12px; color: #b9c2ab; font-size: 0.9rem; position: relative; z-index: 1; }
.breadcrumb a { color: var(--gold-light); }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); text-align: center; }
.team-photo { height: 200px; background: linear-gradient(135deg, var(--green-light), var(--navy)); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); font-size: 3rem; }
.team-info { padding: 20px; }
.team-info h4 { font-size: 1.05rem; margin-bottom: 4px; }
.team-info span { color: var(--gold); font-size: 0.85rem; font-weight: 600; }

/* ---------- Values ---------- */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.value-card { text-align: center; padding: 20px; }
.value-card .icon { width: 66px; height: 66px; border-radius: 50%; background: var(--cream-dark); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 16px; }
.value-card h4 { font-size: 1.05rem; margin-bottom: 8px; }
.value-card p { color: var(--text-light); font-size: 0.88rem; }

/* ---------- Appointment steps ---------- */
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 50px; }
.step-item { text-align: center; padding: 24px; position: relative; }
.step-num {
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--font-head); font-weight: 800; font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.step-item h4 { font-size: 1rem; margin-bottom: 8px; }
.step-item p { font-size: 0.85rem; color: var(--text-light); }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-dark); color: #c7d0ba; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; }
.footer-brand { margin-bottom: 14px; }
.footer-brand .brand-name, .footer-brand .brand-sub { color: var(--white); }
.footer-tagline { font-size: 0.9rem; color: #a9b39c; margin-bottom: 18px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.footer-social a:hover { background: var(--gold); color: var(--navy); }
.site-footer h4 { color: var(--white); font-size: 1rem; margin-bottom: 18px; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 0.9rem; color: #b9c2ab; }
.footer-links a:hover { color: var(--gold-light); }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; font-size: 0.88rem; }
.footer-contact i { color: var(--gold); margin-top: 3px; }
.footer-contact a { color: #b9c2ab; }
.footer-contact a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 18px 0; text-align: center; font-size: 0.82rem; color: #8b9480; }

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 992px) {
  .intro-grid, .contact-split, .service-detail { grid-template-columns: 1fr; }
  .service-detail.reverse .service-detail-media,
  .service-detail.reverse .service-detail-text { order: 0; }
  .services-grid, .team-grid, .values-grid, .stats-row, .testimonial-grid, .contact-info-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .wellness-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .main-nav {
    position: fixed;
    top: 0; right: -100%;
    width: 78%; max-width: 320px; height: 100vh;
    background: var(--white);
    box-shadow: -8px 0 30px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
    padding: 90px 24px 24px;
    z-index: 700;
  }
  .main-nav.open { right: 0; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 4px; }
  .main-nav a { display: block; padding: 14px 16px; }
  .nav-toggle { display: flex; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .topbar-hours { display: none; }
  .highlight-strip { grid-template-columns: repeat(2, 1fr); }
  .home-service-band { text-align: center; justify-content: center; }
  .highlight-item:nth-child(2) { border-right: none; }
  .slide-content h1 { font-size: 2.2rem; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .topbar-badge { display: none; }
  .home-service-band { flex-direction: column; text-align: center; padding: 28px 24px; }
  .home-service-cta { width: 100%; }
  .home-service-cta .btn { width: 100%; justify-content: center; }
  .services-grid, .team-grid, .values-grid, .stats-row, .testimonial-grid, .contact-info-grid, .footer-grid, .steps-row { grid-template-columns: 1fr; }
  .highlight-strip { grid-template-columns: 1fr 1fr; margin-top: -30px; }
  .hero-slider { height: 78vh; }
  .slide-content h1 { font-size: 1.8rem; }
  .section { padding: 56px 0; }
  .cta-band { flex-direction: column; text-align: center; }
  .slider-arrow { width: 38px; height: 38px; }
}
