/* ============================================================
   ZipHealthy Executive Consulting Sub-Brand  (zh-exec.css v1)
   Scoped to body.zh-exec — zero effect on therapy pages.
   Typography: Playfair Display (headlines) / Plus Jakarta Sans (body)
   Palette: deep green + charcoal + ivory + muted brass
   ============================================================ */

body.zh-exec {
  --x-green: #2E5A4C;
  --x-green-deep: #1E3D33;
  --x-charcoal: #1A1A1A;
  --x-ink: #232825;
  --x-ivory: #F7F5F0;
  --x-paper: #FCFBF8;
  --x-brass: #A88654;
  --x-brass-soft: #C4A86B;
  --x-line: rgba(35, 40, 37, 0.12);
  --x-line-light: rgba(255, 255, 255, 0.18);
  --x-text: #3A403C;
  --x-text-soft: #5C645F;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--x-text);
  background: var(--x-paper);
}

/* ---------- Typography ---------- */
body.zh-exec .x-h,
body.zh-exec .x-hero h1,
body.zh-exec .x-section-head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--x-ink);
}
body.zh-exec .x-eyebrow {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--x-brass);
  margin-bottom: 1.1rem;
}
body.zh-exec .x-eyebrow::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 1px;
  background: var(--x-brass);
  vertical-align: middle;
  margin-right: 10px;
}
body.zh-exec .x-lede {
  font-size: 1.16rem;
  line-height: 1.75;
  color: var(--x-text-soft);
  max-width: 46em;
}
body.zh-exec .x-serif-i {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  color: var(--x-green);
}

/* ---------- Hero ---------- */
body.zh-exec .x-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--x-charcoal);
}
body.zh-exec .x-hero .x-hero-media,
body.zh-exec .x-hero .x-hero-media video,
body.zh-exec .x-hero .x-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
body.zh-exec .x-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 24, 22, 0.30) 0%, rgba(20, 24, 22, 0.55) 55%, rgba(15, 18, 16, 0.88) 100%);
  z-index: 1;
}
body.zh-exec .x-hero .x-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 11rem 0 5.5rem;
}
body.zh-exec .x-hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 3.9rem);
  max-width: 17em;
  margin: 0 0 1.4rem;
}
body.zh-exec .x-hero h1 em {
  font-style: italic;
  color: var(--x-brass-soft);
}
body.zh-exec .x-hero .x-eyebrow { color: var(--x-brass-soft); }
body.zh-exec .x-hero .x-eyebrow::before { background: var(--x-brass-soft); }
body.zh-exec .x-hero .x-hero-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.18rem;
  line-height: 1.7;
  max-width: 38em;
  margin-bottom: 2.4rem;
}
body.zh-exec .x-hero .x-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--x-line-light);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}
body.zh-exec .x-hero .x-hero-meta strong {
  color: #fff;
  font-weight: 600;
}
body.zh-exec .x-breadcrumb {
  position: absolute;
  top: 7.2rem;
  left: 0;
  right: 0;
  z-index: 3;
  font-size: 0.84rem;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.62);
}
body.zh-exec .x-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}
body.zh-exec .x-breadcrumb a:hover { color: var(--x-brass-soft); }
body.zh-exec .x-breadcrumb .x-bc-sep { margin: 0 0.55rem; opacity: 0.45; }
body.zh-exec .x-breadcrumb .x-bc-here { color: var(--x-brass-soft); }

/* ---------- Sections ---------- */
body.zh-exec .x-section { padding: 6.5rem 0; }
body.zh-exec .x-section--ivory { background: var(--x-ivory); }
body.zh-exec .x-section--dark {
  background: linear-gradient(165deg, var(--x-green-deep) 0%, var(--x-charcoal) 100%);
  color: rgba(255, 255, 255, 0.82);
}
body.zh-exec .x-section--dark .x-section-head h2,
body.zh-exec .x-section--dark .x-h { color: #fff; }
body.zh-exec .x-section--dark .x-lede { color: rgba(255, 255, 255, 0.72); }
body.zh-exec .x-section-head { max-width: 720px; margin-bottom: 3.6rem; }
body.zh-exec .x-section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
body.zh-exec .x-section-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin: 0 0 1.1rem; }
body.zh-exec .x-num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.95rem;
  color: var(--x-brass);
  letter-spacing: 0.14em;
  display: block;
  margin-bottom: 0.8rem;
}

/* ---------- Cards / grids ---------- */
body.zh-exec .x-card {
  background: #fff;
  border: 1px solid var(--x-line);
  border-radius: 4px;
  padding: 2.4rem 2.2rem;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
body.zh-exec .x-card:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 134, 84, 0.45);
  box-shadow: 0 22px 44px -18px rgba(26, 26, 26, 0.18);
}
body.zh-exec .x-card h3,
body.zh-exec .x-card h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  color: var(--x-ink);
  font-size: 1.28rem;
  margin: 0 0 0.85rem;
  line-height: 1.3;
}
body.zh-exec .x-card p { color: var(--x-text-soft); line-height: 1.72; font-size: 0.98rem; margin: 0; }
body.zh-exec .x-card .x-card-kicker {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--x-brass);
  display: block;
  margin-bottom: 0.9rem;
}
body.zh-exec .x-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--x-green);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease, gap 0.25s ease;
}
body.zh-exec .x-card-link:hover { color: var(--x-brass); border-color: var(--x-brass); gap: 0.8rem; }
body.zh-exec .x-media-card { overflow: hidden; padding: 0; }
body.zh-exec .x-media-card .x-media { height: 215px; overflow: hidden; }
body.zh-exec .x-media-card .x-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88);
  transition: transform 0.6s ease;
}
body.zh-exec .x-media-card:hover .x-media img { transform: scale(1.05); }
body.zh-exec .x-media-card .x-media-body { padding: 1.9rem 2rem 2.1rem; }

/* ---------- Engagement model (numbered steps) ---------- */
body.zh-exec .x-steps { counter-reset: xstep; display: grid; gap: 0; border-top: 1px solid var(--x-line); }
body.zh-exec .x-step {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 2rem;
  padding: 2.2rem 0;
  border-bottom: 1px solid var(--x-line);
}
body.zh-exec .x-section--dark .x-steps,
body.zh-exec .x-section--dark .x-step { border-color: var(--x-line-light); }
body.zh-exec .x-step .x-step-no {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  color: var(--x-brass);
  letter-spacing: 0.1em;
}
body.zh-exec .x-step h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 0.6rem;
  color: inherit;
}
body.zh-exec .x-step p { margin: 0; line-height: 1.7; font-size: 0.99rem; opacity: 0.86; }

/* ---------- Results list (typical client results) ---------- */
body.zh-exec .x-results { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 3.5rem; }
body.zh-exec .x-results li {
  list-style: none;
  position: relative;
  padding: 1.05rem 0 1.05rem 2.1rem;
  border-bottom: 1px solid var(--x-line-light);
  line-height: 1.55;
  font-size: 1.01rem;
  color: rgba(255, 255, 255, 0.88);
}
body.zh-exec .x-results li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.65rem;
  width: 11px;
  height: 1px;
  background: var(--x-brass-soft);
}
body.zh-exec .x-results-note {
  margin-top: 2rem;
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}

/* ---------- Principal & team ---------- */
body.zh-exec .x-principal {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 4rem;
  align-items: center;
}
body.zh-exec .x-principal .x-portrait {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
body.zh-exec .x-principal .x-portrait img { display: block; width: 100%; height: auto; filter: saturate(0.92); }
body.zh-exec .x-principal .x-portrait::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 2px;
  pointer-events: none;
}
body.zh-exec .x-principal h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 0 0.3rem;
  color: var(--x-ink);
}
body.zh-exec .x-principal .x-cred {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--x-brass);
  margin-bottom: 1.4rem;
}
body.zh-exec .x-principal blockquote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.22rem;
  line-height: 1.6;
  color: var(--x-green-deep);
  border-left: 2px solid var(--x-brass);
  margin: 1.6rem 0;
  padding-left: 1.4rem;
}
body.zh-exec .x-contact-line { display: flex; flex-wrap: wrap; gap: 1.8rem; margin-top: 1.6rem; font-size: 0.95rem; }
body.zh-exec .x-contact-line a {
  color: var(--x-green);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(46, 90, 76, 0.3);
  transition: color 0.25s, border-color 0.25s;
}
body.zh-exec .x-contact-line a:hover { color: var(--x-brass); border-color: var(--x-brass); }
body.zh-exec .x-team-strip {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 1.8rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--x-line);
  border-radius: 4px;
  padding: 1.8rem 2rem;
  margin-top: 2.6rem;
}
body.zh-exec .x-team-strip img { width: 96px; height: 96px; object-fit: cover; border-radius: 50%; filter: saturate(0.92); }
body.zh-exec .x-team-strip h4 { font-family: "Playfair Display", Georgia, serif; font-size: 1.12rem; margin: 0 0 0.15rem; color: var(--x-ink); }
body.zh-exec .x-team-strip .x-cred { font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--x-brass); font-weight: 600; margin-bottom: 0.5rem; }
body.zh-exec .x-team-strip p { font-size: 0.92rem; line-height: 1.6; color: var(--x-text-soft); margin: 0; }

/* ---------- Case studies ---------- */
body.zh-exec .x-case {
  background: #fff;
  border: 1px solid var(--x-line);
  border-left: 3px solid var(--x-brass);
  border-radius: 4px;
  padding: 2.3rem 2.4rem;
  height: 100%;
}
body.zh-exec .x-case .x-case-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--x-text-soft);
  display: block;
  margin-bottom: 1.2rem;
}
body.zh-exec .x-case dl { margin: 0; display: grid; gap: 1.05rem; }
body.zh-exec .x-case dt {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--x-green);
  margin-bottom: 0.2rem;
}
body.zh-exec .x-case dd { margin: 0; font-size: 0.96rem; line-height: 1.65; color: var(--x-text-soft); }

/* ---------- Fees ---------- */
body.zh-exec .x-fees-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 3rem; }
body.zh-exec .x-fee-option {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--x-line-light);
  border-radius: 4px;
  padding: 2.2rem 2rem;
}
body.zh-exec .x-fee-option .x-num { margin-bottom: 1.1rem; }
body.zh-exec .x-fee-option h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.8rem;
}
body.zh-exec .x-fee-option p { font-size: 0.95rem; line-height: 1.7; color: rgba(255, 255, 255, 0.72); margin: 0; }

/* ---------- Differentiation table ---------- */
body.zh-exec .x-diff { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
body.zh-exec .x-diff-item { border-top: 2px solid var(--x-brass); padding-top: 1.4rem; }
body.zh-exec .x-diff-item h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--x-ink);
  margin: 0 0 0.55rem;
}
body.zh-exec .x-diff-item p { font-size: 0.96rem; line-height: 1.68; color: var(--x-text-soft); margin: 0; }

/* ---------- FAQ ---------- */
body.zh-exec .x-faq { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--x-line); }
body.zh-exec .x-faq-item { border-bottom: 1px solid var(--x-line); }
body.zh-exec .x-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  background: none;
  border: none;
  text-align: left;
  padding: 1.55rem 0.2rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.13rem;
  font-weight: 600;
  color: var(--x-ink);
  cursor: pointer;
}
body.zh-exec .x-faq-q .x-faq-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid var(--x-line);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--x-brass);
  transition: transform 0.3s ease, background 0.3s ease;
}
body.zh-exec .x-faq-item.open .x-faq-icon { transform: rotate(45deg); background: var(--x-ivory); }
body.zh-exec .x-faq-a { display: none; padding: 0 3rem 1.7rem 0.2rem; color: var(--x-text-soft); line-height: 1.75; font-size: 0.99rem; }
body.zh-exec .x-faq-item.open .x-faq-a { display: block; }

/* ---------- CTA band ---------- */
body.zh-exec .x-cta {
  position: relative;
  background: linear-gradient(150deg, var(--x-green-deep) 0%, var(--x-charcoal) 90%);
  padding: 6.5rem 0;
  text-align: center;
  overflow: hidden;
}
body.zh-exec .x-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 2px;
  background: var(--x-brass);
}
body.zh-exec .x-cta h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 600;
  margin: 0 0 1.2rem;
}
body.zh-exec .x-cta h2 em { font-style: italic; color: var(--x-brass-soft); }
body.zh-exec .x-cta .x-cta-sub {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 36em;
  margin: 0 auto 2.8rem;
}
body.zh-exec .x-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1.02rem 2.5rem;
  border-radius: 2px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}
body.zh-exec .x-btn--primary { background: var(--x-brass); color: #fff; }
body.zh-exec .x-btn--primary:hover {
  background: var(--x-brass-soft);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -12px rgba(168, 134, 84, 0.55);
}
body.zh-exec .x-btn--ghost { border: 1px solid rgba(255, 255, 255, 0.4); color: #fff; }
body.zh-exec .x-btn--ghost:hover { border-color: var(--x-brass-soft); color: var(--x-brass-soft); transform: translateY(-2px); }
body.zh-exec .x-cta .x-cta-actions { display: flex; flex-wrap: wrap; gap: 1.1rem; justify-content: center; margin-bottom: 2.2rem; }
body.zh-exec .x-cta .x-cta-tertiary { color: rgba(255, 255, 255, 0.66); font-size: 0.95rem; }
body.zh-exec .x-cta .x-cta-tertiary a { color: #fff; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--x-brass); }
body.zh-exec .x-cta .x-cta-tertiary a:hover { color: var(--x-brass-soft); }
body.zh-exec .x-cta .x-referral-line {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--x-line-light);
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ---------- Quiet inline link CTA (mid-page) ---------- */
body.zh-exec .x-quiet-cta {
  margin: 0;
  padding: 2.6rem 0;
  border-top: 1px solid var(--x-line);
  border-bottom: 1px solid var(--x-line);
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.18rem;
  font-style: italic;
  color: var(--x-text-soft);
}
body.zh-exec .x-quiet-cta a {
  color: var(--x-green);
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--x-brass);
  transition: color 0.25s;
}
body.zh-exec .x-quiet-cta a:hover { color: var(--x-brass); }

/* ---------- Insights ---------- */
body.zh-exec .x-insight { border-top: 2px solid var(--x-charcoal); padding-top: 1.5rem; height: 100%; display: flex; flex-direction: column; }
body.zh-exec .x-insight .x-insight-kicker { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--x-brass); margin-bottom: 0.85rem; }
body.zh-exec .x-insight h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.32rem; font-weight: 600; line-height: 1.35; margin: 0 0 0.8rem; }
body.zh-exec .x-insight h3 a { color: var(--x-ink); text-decoration: none; transition: color 0.25s; }
body.zh-exec .x-insight h3 a:hover { color: var(--x-green); }
body.zh-exec .x-insight p { font-size: 0.95rem; line-height: 1.7; color: var(--x-text-soft); margin: 0 0 1.2rem; flex-grow: 1; }

/* ---------- Article pages ---------- */
body.zh-exec .x-article { max-width: 760px; margin: 0 auto; }
body.zh-exec .x-article h2 { font-family: "Playfair Display", Georgia, serif; font-size: 1.75rem; font-weight: 600; color: var(--x-ink); margin: 2.8rem 0 1.1rem; }
body.zh-exec .x-article p { font-size: 1.06rem; line-height: 1.85; color: var(--x-text); margin: 0 0 1.5rem; }
body.zh-exec .x-article .x-drop::first-letter {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.4em;
  float: left;
  line-height: 0.85;
  padding: 0.08em 0.12em 0 0;
  color: var(--x-green);
}
body.zh-exec .x-article .x-pull {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.45rem;
  line-height: 1.5;
  color: var(--x-green-deep);
  border-left: 2px solid var(--x-brass);
  padding: 0.4rem 0 0.4rem 1.6rem;
  margin: 2.4rem 0;
}
body.zh-exec .x-article ul { padding-left: 1.3rem; margin: 0 0 1.5rem; }
body.zh-exec .x-article li { font-size: 1.02rem; line-height: 1.8; color: var(--x-text); margin-bottom: 0.5rem; }

/* ---------- Misc ---------- */
body.zh-exec .x-note {
  font-size: 0.84rem;
  font-style: italic;
  color: var(--x-text-soft);
  opacity: 0.85;
}
body.zh-exec .x-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem; }
body.zh-exec .x-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
body.zh-exec .x-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; }
body.zh-exec .x-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; }
body.zh-exec .x-split .x-split-media { border-radius: 4px; overflow: hidden; }
body.zh-exec .x-split .x-split-media img { display: block; width: 100%; height: auto; filter: saturate(0.9); }
body.zh-exec .x-exclusion-note {
  background: var(--x-ivory);
  border-left: 2px solid var(--x-brass);
  padding: 1.1rem 1.5rem;
  font-size: 0.92rem;
  color: var(--x-text-soft);
  margin-top: 2rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  body.zh-exec .x-grid-3, body.zh-exec .x-grid-4, body.zh-exec .x-fees-grid { grid-template-columns: repeat(2, 1fr); }
  body.zh-exec .x-principal { grid-template-columns: 1fr; gap: 2.5rem; }
  body.zh-exec .x-principal .x-portrait { max-width: 340px; }
  body.zh-exec .x-split { grid-template-columns: 1fr; gap: 2.5rem; }
  body.zh-exec .x-results { grid-template-columns: 1fr; }
  body.zh-exec .x-hero { min-height: 64vh; }
}
@media (max-width: 640px) {
  body.zh-exec .x-grid-2, body.zh-exec .x-grid-3, body.zh-exec .x-grid-4, body.zh-exec .x-fees-grid, body.zh-exec .x-diff { grid-template-columns: 1fr; }
  body.zh-exec .x-section { padding: 4.5rem 0; }
  body.zh-exec .x-step { grid-template-columns: 1fr; gap: 0.5rem; }
  body.zh-exec .x-hero .x-hero-inner { padding: 9rem 0 3.5rem; }
  body.zh-exec .x-team-strip { grid-template-columns: 1fr; text-align: center; }
  body.zh-exec .x-team-strip img { margin: 0 auto; }
}

/* Reveal on scroll (used with existing wow/appear infra gracefully absent) */
body.zh-exec .x-reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
body.zh-exec .x-reveal.x-in { opacity: 1; transform: none; }

/* ============================================================
   Coaching layer (body.zh-coach) — Red Velvet Rope + firewall
   ============================================================ */
body.zh-coach .x-rvr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}
body.zh-coach .x-rvr-col {
  padding: 2.6rem 2.4rem;
  border-radius: 4px;
  border: 1px solid var(--x-line);
  background: var(--x-paper);
}
body.zh-coach .x-rvr-col h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  margin: 0 0 1.4rem;
  color: var(--x-ink);
}
body.zh-coach .x-rvr-col ul { list-style: none; margin: 0; padding: 0; }
body.zh-coach .x-rvr-col li {
  position: relative;
  padding: 0 0 1.05rem 1.9rem;
  line-height: 1.65;
  color: var(--x-text-soft);
  font-size: 0.99rem;
}
body.zh-coach .x-rvr-col li:last-child { padding-bottom: 0; }
body.zh-coach .x-rvr-col li::before {
  position: absolute;
  left: 0;
  top: 0.05em;
  font-weight: 700;
}
body.zh-coach .x-rvr-col--for { border-top: 3px solid var(--x-green); }
body.zh-coach .x-rvr-col--for li::before { content: "\2713"; color: var(--x-green); }
body.zh-coach .x-rvr-col--not { border-top: 3px solid var(--x-brass); background: var(--x-ivory); }
body.zh-coach .x-rvr-col--not li::before { content: "\2014"; color: var(--x-brass); }

body.zh-coach .x-firewall { padding: 4.5rem 0; background: var(--x-ivory); }
body.zh-coach .x-firewall-inner {
  max-width: 860px;
  border-left: 3px solid var(--x-brass);
  padding: 0.4rem 0 0.4rem 2.2rem;
}
body.zh-coach .x-firewall-inner h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.7rem;
  line-height: 1.25;
  margin: 0.6rem 0 1.1rem;
  color: var(--x-ink);
}
body.zh-coach .x-firewall-inner p { line-height: 1.8; color: var(--x-text-soft); font-size: 0.99rem; }
body.zh-coach .x-firewall-inner a { color: var(--x-green); font-weight: 600; border-bottom: 1px solid var(--x-brass); }
body.zh-coach .x-firewall-crisis {
  margin-top: 1.2rem;
  padding: 1rem 1.3rem;
  background: rgba(168, 134, 84, 0.10);
  border-radius: 4px;
  color: var(--x-ink) !important;
}
@media (max-width: 767px) {
  body.zh-coach .x-rvr { grid-template-columns: 1fr; }
  body.zh-coach .x-firewall-inner { padding-left: 1.4rem; }
}
