/* ============================================================
   NDWellness — Mountain Spa theme
   Palette: SPA-CREAM #F8F6F0 / LEAF-FRESH #5D9450 / CLAY-CALM #C08552
   Deep forest #23301F · Pine-ink #3A4A33 · Fern-grey #7C8570
   Meadow tint #E9EEDF · White surfaces #FFFFFF
   All colors are solid hex values. No rgba, no alpha channel, no
   semi-transparent text anywhere.
   ============================================================ */

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

body {
  background-color: #F8F6F0;
  color: #23301F;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

::selection { background: #5D9450; color: #FFFFFF; }

img { max-width: 100%; display: block; }
a { color: #4A7A40; }
h1, h2, h3, h4 { font-family: Georgia, "Palatino Linotype", Palatino, serif; color: #3A4A33; }

/* ---------------- TWO-ROW TOP NAV ---------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #FFFFFF;
  border-bottom: 1px solid #D8E2C8;
}
.site-header.scrolled { box-shadow: 0 6px 22px #E3DFCE; }

.brand-row {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 5vw;
  border-bottom: 1px solid #E9EEDF;
}

.brand-block {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-word {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 3px;
  color: #3A4A33;
}

/* Mountain-range glyph: three triangles + clay sun */
.brand-glyph { position: relative; width: 46px; height: 32px; flex: 0 0 auto; }
.bg-sun {
  position: absolute; top: 0; right: 7px;
  width: 10px; height: 10px; border-radius: 50%;
  background: #C08552;
}
.bg-peak { position: absolute; bottom: 0; width: 0; height: 0; border-style: solid; }
.bg-peak.one { left: 0; border-width: 0 12px 20px 12px; border-color: transparent transparent #B9C7AC transparent; }
.bg-peak.two { left: 11px; border-width: 0 13px 26px 13px; border-color: transparent transparent #5D9450 transparent; z-index: 1; }
.bg-peak.three { left: 25px; border-width: 0 11px 16px 11px; border-color: transparent transparent #3A4A33 transparent; }
.brand-glyph.light .bg-peak.one { border-bottom-color: #7C8570; }
.brand-glyph.light .bg-peak.two { border-bottom-color: #FFFFFF; }
.brand-glyph.light .bg-peak.three { border-bottom-color: #B9C7AC; }

.brand-actions { display: inline-flex; align-items: center; gap: 14px; }

.cta-btn {
  display: inline-block;
  background: #5D9450;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 4px;
  border: 2px solid #5D9450;
}
.cta-btn:hover { background: #4A7A40; border-color: #4A7A40; }

.link-row {
  background: #E9EEDF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 4vw;
}
.link-row a {
  color: #23301F;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 16px;
  border-bottom: 3px solid transparent;
}
.link-row a:hover { color: #4A7A40; border-bottom-color: #5D9450; }
.seed-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #C08552; display: inline-block; flex: 0 0 auto;
}

.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px; height: 42px;
  background: #E9EEDF;
  border: 1px solid #D8E2C8;
  border-radius: 4px;
  cursor: pointer;
  padding: 9px 10px;
}
.mobile-toggle span { display: block; height: 3px; width: 100%; background: #3A4A33; border-radius: 2px; }

/* ---------------- MIRROR HERO: MOUNTAIN PANEL LEFT / TEXT RIGHT ---------------- */

.mirror-hero {
  display: flex;
  align-items: stretch;
  background: #F8F6F0;
  min-height: 580px;
}
.mountain-panel {
  width: 42%;
  flex: 0 0 42%;
  background: #FFFFFF;
  border-right: 1px solid #E9EEDF;
  position: relative;
  overflow: hidden;
  min-height: 580px;
}

/* CSS mountain scene — pure shapes, no images */
.sun-disk {
  position: absolute; top: 58px; left: 68px;
  width: 54px; height: 54px; border-radius: 50%;
  background: #C08552;
}
.peak { position: absolute; width: 0; height: 0; border-style: solid; }
.peak-back { left: -30px; bottom: 118px; border-width: 0 200px 250px 200px; border-color: transparent transparent #B9C7AC transparent; }
.peak-mid { left: 110px; bottom: 118px; border-width: 0 170px 310px 170px; border-color: transparent transparent #5D9450 transparent; }
.peak-front { left: -60px; bottom: 116px; border-width: 0 230px 205px 230px; border-color: transparent transparent #3A4A33 transparent; }
.foot-line { position: absolute; left: 0; right: 0; bottom: 116px; height: 2px; background: #E9EEDF; }

.ripple-arc {
  position: absolute; bottom: 128px; left: 46%;
  width: 120px; height: 46px;
  border: 2px solid #B9C7AC; border-bottom: none;
  border-radius: 120px 120px 0 0;
  background: #FFFFFF;
}
.drip-drop {
  position: absolute; bottom: 186px; left: 50%;
  width: 16px; height: 16px;
  background: #4A7A40;
  border-radius: 0 50% 50% 50%;
  transform: rotate(45deg);
}

.cairn { position: absolute; right: 34px; bottom: 48px; width: 74px; height: 92px; }
.pebble { position: absolute; left: 50%; transform: translateX(-50%); border-radius: 50%; }
.pebble.p1 { bottom: 0; width: 58px; height: 22px; background: #7C8570; }
.pebble.p2 { bottom: 20px; width: 44px; height: 19px; background: #3A4A33; }
.pebble.p3 { bottom: 38px; width: 30px; height: 16px; background: #B9C7AC; }

.hero-copy {
  width: 58%;
  flex: 0 0 58%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 6vw 72px 54px;
}
.eyebrow {
  display: flex; align-items: center; gap: 10px;
  color: #4A7A40;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 800;
}
.clay-dot { width: 9px; height: 9px; border-radius: 50%; background: #C08552; display: inline-block; flex: 0 0 auto; }

.hero-title {
  font-size: 54px;
  line-height: 1.1;
  margin: 20px 0 24px;
  color: #3A4A33;
}
.hero-title .accent { color: #5D9450; }

.hero-text {
  color: #7C8570;
  font-size: 17px;
  line-height: 1.8;
  max-width: 580px;
}

.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 18px; }
.btn-primary {
  display: inline-block;
  background: #5D9450; color: #FFFFFF;
  text-decoration: none; font-weight: 700; letter-spacing: 1px;
  padding: 15px 32px; border-radius: 4px; font-size: 15px;
  border: 2px solid #5D9450;
}
.btn-primary:hover { background: #4A7A40; border-color: #4A7A40; }
.btn-outline {
  display: inline-block;
  background: #F8F6F0; color: #3A4A33;
  text-decoration: none; font-weight: 700; letter-spacing: 1px;
  padding: 15px 32px; border-radius: 4px; font-size: 15px;
  border: 2px solid #3A4A33;
}
.btn-outline:hover { background: #3A4A33; color: #FFFFFF; }
.btn-lg { padding: 17px 40px; font-size: 16px; }

.hero-note { color: #7C8570; font-size: 14px; margin-bottom: 20px; }

.hero-stats { list-style: none; display: flex; flex-wrap: wrap; gap: 30px; }
.hero-stats li { display: flex; align-items: center; gap: 10px; color: #23301F; font-weight: 700; font-size: 15px; }
.stat-tick { width: 10px; height: 10px; background: #C08552; transform: rotate(45deg); display: inline-block; flex: 0 0 auto; }

/* ---------------- SHARED SECTION SCAFFOLD ---------------- */

.section { padding: 88px 5vw; }
.section-head { max-width: 980px; margin: 0 auto 20px; }
.section-head.centered { text-align: center; }
.kicker {
  display: flex; align-items: center; gap: 8px;
  color: #4A7A40; text-transform: uppercase;
  letter-spacing: 3px; font-size: 13px; font-weight: 800;
  margin-bottom: 12px;
}
.section-head.centered .kicker { justify-content: center; }

/* CSS leaf with center vein */
.leaf-glyph {
  display: inline-block; width: 16px; height: 16px;
  background: #5D9450;
  border-radius: 0 70% 0 70%;
  position: relative; flex: 0 0 auto;
}
.leaf-glyph::after {
  content: ""; position: absolute;
  left: 50%; top: 18%; bottom: 18%; width: 2px;
  background: #F8F6F0;
  transform: translateX(-50%) rotate(45deg);
}

.section-title { font-size: 36px; line-height: 1.2; color: #3A4A33; margin-bottom: 16px; }
.section-intro { color: #7C8570; font-size: 16.5px; line-height: 1.8; max-width: 860px; }

.fade-up { transform: translateY(30px); transition: transform 0.8s ease; }
.fade-up.visible { transform: translateY(0); }

/* ---------------- (1) CARE PATH RAIL ---------------- */

.care-rail { background: #FFFFFF; }
.rail-track {
  position: relative;
  display: flex;
  gap: 34px;
  max-width: 1180px;
  margin: 48px auto 26px;
}
.rail-track::before {
  content: "";
  position: absolute; top: 9px; left: 1%; right: 1%;
  height: 2px; background: #5D9450;
}
.rail-node { flex: 1; position: relative; padding-top: 42px; }
.node-dot {
  position: absolute; top: 0; left: 0;
  width: 20px; height: 20px; border-radius: 50%;
  background: #C08552;
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 0 2px #5D9450;
}
.node-label {
  text-transform: uppercase; letter-spacing: 2.5px;
  color: #3A4A33; font-weight: 800; font-size: 15px;
  margin-bottom: 10px;
}
.node-copy { color: #23301F; line-height: 1.75; font-size: 15.5px; }
.rail-closing { max-width: 1180px; margin: 10px auto 0; color: #7C8570; line-height: 1.8; font-size: 16px; border-top: 1px solid #E9EEDF; padding-top: 26px; }

/* ---------------- (2) RITUAL STRIP ---------------- */

.ritual-strip { background: #E9EEDF; text-align: center; }
.ritual-strip .section-title { margin-bottom: 14px; }
.ritual-intro { margin: 0 auto; }
.ritual-row {
  display: flex; justify-content: center; align-items: flex-start;
  gap: 5.5vw; flex-wrap: wrap;
  margin-top: 48px;
}
.ritual { display: flex; flex-direction: column; align-items: center; gap: 14px; width: 132px; }
.steam-cup { position: relative; width: 44px; height: 66px; }
.steam-curl {
  position: absolute; top: 0; left: 8px;
  width: 20px; height: 38px;
  border: 3px solid transparent;
  border-left-color: #5D9450; border-top-color: #5D9450;
  border-radius: 50%;
  transform: rotate(18deg);
}
.steam-curl::after {
  content: ""; position: absolute; right: -10px; top: 5px;
  width: 13px; height: 25px;
  border: 3px solid transparent;
  border-right-color: #B9C7AC; border-top-color: #B9C7AC;
  border-radius: 50%;
  transform: rotate(-16deg);
}
.cup-base {
  position: absolute; bottom: 0; left: 4px;
  width: 34px; height: 15px;
  background: #3A4A33;
  border-radius: 0 0 12px 12px;
}
.ritual-label {
  text-transform: uppercase;
  font-size: 12.5px; letter-spacing: 1.8px;
  color: #3A4A33; font-weight: 800; line-height: 1.5;
}

/* ---------------- (3) METRIC BAND ---------------- */

.metric-band { background: #5D9450; display: flex; flex-wrap: wrap; }
.metric {
  flex: 1 1 25%;
  text-align: center;
  padding: 58px 20px;
  border-left: 1px solid #FFFFFF;
}
.metric:first-child { border-left: none; }
.metric-num {
  font-family: Georgia, "Palatino Linotype", serif;
  font-size: 54px; font-weight: 800; color: #FFFFFF; line-height: 1;
}
.metric-label {
  color: #E4EEDC; text-transform: uppercase;
  letter-spacing: 2.5px; font-size: 13px; font-weight: 800;
  margin-top: 12px;
}

/* ---------------- (4) STATEMENT BAND ---------------- */

.statement-band { background: #F8F6F0; }
.statement-inner {
  max-width: 940px; margin: 0 auto;
  border-left: 8px solid #5D9450;
  padding: 12px 0 12px 36px;
  position: relative;
}
.statement-text {
  font-family: Georgia, "Palatino Linotype", serif;
  font-size: 28px; line-height: 1.55; color: #3A4A33;
}
.statement-dot {
  display: inline-block; width: 12px; height: 12px;
  border-radius: 50%; background: #C08552;
  margin-top: 18px;
}

/* ---------------- (5) CTA BAND ---------------- */

.cta-band { background: #FFFFFF; text-align: center; }
.cta-band .section-title { margin-bottom: 12px; }
.cta-band .section-intro { margin: 0 auto 32px; }

/* ---------------- FOUR-COLUMN FOOTER ---------------- */

.four-col-footer { background: #3A4A33; color: #FFFFFF; padding: 66px 5vw 34px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; }
.footer-col { padding: 0 30px; border-left: 1px solid #4C5C44; }
.footer-col:first-child { border-left: none; padding-left: 0; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-bottom: 6px; }
.footer-brand .brand-word { color: #FFFFFF; font-size: 22px; }
.footer-title {
  color: #FFFFFF; text-transform: uppercase;
  letter-spacing: 2.5px; font-size: 13px; font-weight: 800;
  margin-bottom: 18px;
}
.footer-col a { color: #FFFFFF; text-decoration: none; display: block; padding: 6px 0; font-size: 15px; }
.footer-col a:hover { color: #9CCB8D; text-decoration: underline; }
.footer-blurb { color: #D5DECB; line-height: 1.75; margin-top: 16px; font-size: 15px; }
.footer-contact { color: #D5DECB; line-height: 1.85; font-size: 15px; }
.footer-contact a { display: inline; padding: 0; }
.footer-contact a:hover { color: #9CCB8D; }
.legal-line {
  text-align: center; color: #B7C2AC;
  border-top: 1px solid #4C5C44;
  margin-top: 50px; padding-top: 24px; font-size: 14px;
}
.legal-line a { color: #B7C2AC; text-decoration: none; }
.legal-line a:hover { color: #FFFFFF; text-decoration: underline; }

/* ---------------- INNER PAGES: PAGE HERO ---------------- */

.page-hero { background: #E9EEDF; border-bottom: 1px solid #D8E2C8; padding: 72px 5vw; }
.page-hero .kicker { margin-bottom: 14px; }
.page-title { font-size: 46px; line-height: 1.15; color: #3A4A33; margin-bottom: 16px; }
.page-lead { color: #7C8570; font-size: 17px; line-height: 1.8; max-width: 840px; }

.prose { max-width: 880px; margin: 0 auto; }
.prose p { color: #23301F; line-height: 1.8; margin-bottom: 18px; }

/* ---------------- SERVICES PAGE ---------------- */

.service-block {
  background: #FFFFFF;
  border: 1px solid #E9EEDF;
  border-left: 6px solid #5D9450;
  border-radius: 6px;
  padding: 38px 42px;
  max-width: 980px;
  margin: 0 auto 28px;
}
.service-block h2 { font-size: 27px; margin-bottom: 8px; color: #3A4A33; }
.service-tag {
  display: inline-block;
  background: #E9EEDF; color: #4A7A40;
  text-transform: uppercase; letter-spacing: 2px;
  font-size: 11.5px; font-weight: 800;
  padding: 5px 12px; border-radius: 3px;
  margin-bottom: 14px;
}
.service-block p { color: #23301F; line-height: 1.8; margin-bottom: 12px; }

.process-overview { background: #E9EEDF; }
.steps-wrap { max-width: 980px; margin: 30px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 44px; }
.step { display: flex; gap: 18px; align-items: flex-start; }
.step-num {
  flex: 0 0 auto;
  width: 44px; height: 44px; border-radius: 50%;
  background: #C08552; color: #FFFFFF;
  font-weight: 800; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
}
.step h3 { font-size: 19px; color: #3A4A33; margin-bottom: 6px; }
.step p { color: #23301F; line-height: 1.7; font-size: 15.5px; }

/* ---------------- CONTACT PAGE ---------------- */

.contact-wrap { background: #FFFFFF; }
.contact-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 44px;
}
.contact-form-card {
  background: #F8F6F0;
  border: 1px solid #E9EEDF;
  border-radius: 6px;
  padding: 36px;
}
.contact-form-card h2 { font-size: 26px; margin-bottom: 20px; color: #3A4A33; }
.field { margin-bottom: 18px; }
.field label {
  display: block;
  color: #3A4A33; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  font-size: 12.5px; margin-bottom: 7px;
}
.field input, .field textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D8E2C8;
  border-radius: 4px;
  color: #23301F;
  font-size: 16px;
  font-family: inherit;
  padding: 13px 14px;
}
.field input:focus, .field textarea:focus { outline: 3px solid #C08552; border-color: #5D9450; }
.field textarea { min-height: 150px; resize: vertical; }
.form-status { margin-top: 16px; color: #4A7A40; font-weight: 700; line-height: 1.6; display: none; }
.form-status.show { display: block; }

.info-card {
  background: #E9EEDF;
  border: 1px solid #D8E2C8;
  border-radius: 6px;
  padding: 36px;
  align-self: start;
}
.info-card h2 { font-size: 24px; margin-bottom: 18px; color: #3A4A33; }
.info-row { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 18px; }
.info-tick { flex: 0 0 auto; width: 10px; height: 10px; background: #C08552; transform: rotate(45deg); margin-top: 7px; }
.info-row h3 { font-size: 16px; color: #3A4A33; margin-bottom: 4px; }
.info-row p { color: #23301F; line-height: 1.7; font-size: 15px; }
.info-row a { color: #4A7A40; text-decoration: none; font-weight: 700; }
.info-row a:hover { text-decoration: underline; }

.hours-section { background: #FFFFFF; padding-top: 0; }
.hours-list {
  list-style: none;
  max-width: 560px; margin: 26px auto 0;
  background: #F8F6F0;
  border: 1px solid #E9EEDF;
  border-radius: 6px;
  padding: 10px 26px;
}
.hours-list li {
  display: flex; justify-content: space-between; gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #E9EEDF;
  color: #23301F; font-size: 15.5px;
}
.hours-list li:last-child { border-bottom: none; }
.hours-list .day { font-weight: 700; color: #3A4A33; }

.faq-section { background: #F8F6F0; }
.faq-list { max-width: 860px; margin: 34px auto 0; }
.faq-item { background: #FFFFFF; border: 1px solid #D8E2C8; border-radius: 6px; margin-bottom: 14px; overflow: hidden; }
.faq-q {
  width: 100%;
  text-align: left;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  font-family: Georgia, "Palatino Linotype", serif;
  font-size: 19px;
  color: #3A4A33;
  padding: 20px 52px 20px 24px;
  position: relative;
}
.faq-q::after {
  content: "+";
  position: absolute; right: 22px; top: 50%;
  transform: translateY(-50%);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 24px; font-weight: 800;
  color: #C08552;
}
.faq-item.open .faq-q::after { content: "–"; }
.faq-a { display: none; padding: 0 24px 22px; color: #23301F; line-height: 1.75; }
.faq-item.open .faq-a { display: block; }

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 1060px) {
  .hero-title { font-size: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col { border-left: none; padding: 22px 0 0; }
  .footer-col:first-child { padding-top: 0; }
  .footer-col { border-top: 1px solid #4C5C44; margin-top: 22px; }
  .footer-col:first-child { border-top: none; margin-top: 0; }
}

@media (max-width: 980px) {
  .brand-row { padding: 12px 4vw; }
  .mobile-toggle { display: flex; }
  .link-row { display: none; flex-direction: column; align-items: stretch; padding: 8px 4vw 14px; }
  .link-row a { border-bottom: none; border-left: 3px solid transparent; padding: 12px 10px; }
  .link-row a:hover { border-left-color: #5D9450; }
  .seed-dot { display: none; }
  .site-header.nav-open .link-row { display: flex; }

  .mirror-hero { flex-direction: column; min-height: 0; }
  .mountain-panel { width: 100%; flex: 0 0 auto; min-height: 320px; border-right: none; border-bottom: 1px solid #E9EEDF; }
  .peak-back { border-width: 0 140px 170px 140px; }
  .peak-mid { left: 90px; border-width: 0 120px 210px 120px; }
  .peak-front { border-width: 0 160px 140px 160px; }
  .hero-copy { width: 100%; padding: 52px 5vw; }
  .hero-title { font-size: 38px; }

  .section { padding: 64px 5vw; }
  .section-title { font-size: 29px; }
  .page-title { font-size: 34px; }

  .rail-track { flex-direction: column; gap: 30px; }
  .rail-track::before { top: 2%; bottom: 2%; left: 9px; right: auto; width: 2px; height: auto; }
  .rail-node { padding-top: 0; padding-left: 44px; }
  .node-dot { top: 4px; }

  .metric-band { display: grid; grid-template-columns: 1fr 1fr; }
  .metric { border-left: none; }
  .metric:nth-child(even) { border-left: 1px solid #FFFFFF; }
  .metric:nth-child(n+3) { border-top: 1px solid #FFFFFF; }

  .steps-wrap { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .statement-text { font-size: 23px; }
}

@media (max-width: 640px) {
  .brand-word { font-size: 19px; letter-spacing: 2px; }
  .cta-btn { padding: 10px 14px; font-size: 12.5px; }
  .hero-title { font-size: 31px; }
  .hero-ctas .btn-primary, .hero-ctas .btn-outline { width: 100%; text-align: center; }
  .hero-stats { flex-direction: column; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .metric-band { grid-template-columns: 1fr; }
  .metric:nth-child(even) { border-left: none; }
  .metric:nth-child(n+2) { border-top: 1px solid #FFFFFF; }
  .metric-num { font-size: 42px; }
  .service-block { padding: 28px 22px; }
  .contact-form-card, .info-card { padding: 26px 20px; }
  .statement-inner { padding-left: 22px; border-left-width: 6px; }
  .statement-text { font-size: 20px; }
}
