:root {
  color-scheme: light;
  --paper: #f9f7f1;
  --white: #fffefa;
  --ink: #12383b;
  --muted: #4d6160;
  --green: #40766f;
  --deep: #0b2929;
  --line: #d5ded7;
  --therapy: #eef3ef;
  --coaching: #f7f2e8;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.7 'Outfit', Arial, sans-serif; font-variant-ligatures: none; font-feature-settings: 'liga' 0, 'clig' 0; -webkit-font-smoothing: antialiased; overflow-wrap: break-word; }
h1, h2, p, ul { margin: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
a { color: inherit; }
button { font: inherit; }
button, summary { cursor: pointer; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
.wrap { width: min(1180px, calc(100% - clamp(2.5rem, 10vw, 9rem))); margin-inline: auto; }
.skip-link { position: fixed; top: -6rem; left: 1rem; z-index: 200; padding: .8rem 1.25rem; background: var(--deep); color: var(--white); }
.skip-link:focus { top: .5rem; }
.site-header { position: sticky; top: 0; z-index: 100; border-top: 3px solid var(--green); border-bottom: 1px solid var(--line); background: var(--white); }
.site-nav { display: flex; min-height: 4.75rem; align-items: center; justify-content: space-between; gap: 1.5rem; width: min(1320px, calc(100% - clamp(2.5rem, 8vw, 7.5rem))); margin: auto; padding-block: .8rem; }
.brand { display: inline-flex; gap: .65rem; align-items: center; font: 400 1.375rem/1.2 Georgia, 'Times New Roman', serif; text-decoration: none; }
.brand .brand-mark { display: block; flex: none; width: 36px; height: 36px; }
.site-footer .brand-mark { width: 30px; height: 30px; }
.nav-links { display: flex; align-items: center; gap: 1.65rem; list-style: none; padding: 0; font-size: .875rem; }
.nav-links a { display: inline-flex; align-items: center; min-height: 2.75rem; text-decoration: none; }
.nav-links > li > a:not(.nav-cta):hover { text-decoration: underline; text-underline-offset: .3em; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { display: flex; align-items: center; gap: .4rem; min-height: 2.75rem; list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary svg { width: .85rem; height: .85rem; }
.nav-dropdown[open] summary svg { transform: rotate(180deg); }
.approach-menu > summary { color: var(--green); }
.nav-panel { position: absolute; top: calc(100% + .6rem); right: -.75rem; min-width: 13rem; padding: .4rem; list-style: none; border: 1px solid var(--line); border-radius: 3px; background: var(--white); box-shadow: 0 15px 28px #12383b17; }
.nav-panel a { width: 100%; padding: .6rem .85rem; }
.nav-panel a:hover, .nav-panel a[aria-current] { background: var(--therapy); }
.nav-cta { border: 1px solid #73908b; border-radius: 3px; padding: .5rem 1rem; transition: background-color .2s ease, box-shadow .2s ease; }
.nav-cta:hover, .nav-cta:focus-visible { background: #173e350a; box-shadow: 0 0 0 3px #173e3514; }
.nav-cta:active { background: #173e3512; box-shadow: 0 0 0 3px #173e351f; }
.menu-toggle { display: none; gap: .4rem; align-items: center; min-height: 2.75rem; padding: .25rem; border: 0; background: none; color: var(--ink); font-size: .875rem; }
.menu-toggle svg { width: 1rem; height: 1rem; }
.eyebrow { display: block; color: var(--green); font-size: .75rem; font-weight: 500; line-height: 1.5; letter-spacing: .17em; text-transform: uppercase; }
.comparison-hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 8%; padding-block: 3.5rem 2.75rem; }
h1 { margin-top: 1.1rem; font-size: clamp(2.4rem, 5vw, 3.875rem); line-height: 1.08; letter-spacing: -.035em; }
h1 em { display: block; color: var(--green); }
.hero-copy { max-width: 39ch; padding-top: 1.5rem; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: .8rem; min-height: 2.75rem; padding-block: .5rem; color: var(--ink); font-size: .9375rem; font-weight: 500; text-decoration: none; }
.link-label { text-decoration: underline; text-underline-offset: .3em; }
.text-link > [aria-hidden] { flex: none; }
.hero-copy .text-link { margin-top: 1rem; }
.comparison-section { padding-bottom: 2.8rem; }
.comparison-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.row-column { width: 18%; }
.main-column { width: 41%; }
.comparison-table th, .comparison-table td { text-align: left; vertical-align: top; border-top: 1px solid var(--line); }
.comparison-table thead th { padding: 1.4rem 1.5rem 1.65rem; font-weight: 400; }
.comparison-table thead th:first-child { padding-left: 0; }
.comparison-table :is(th, td):nth-child(2) { background: var(--therapy); }
.comparison-table :is(th, td):nth-child(3) { background: var(--coaching); border-left: .5rem solid var(--paper); }
.column-title { display: block; font: 400 clamp(1.5rem, 2.8vw, 2.2rem)/1.2 Georgia, 'Times New Roman', serif; letter-spacing: -.02em; }
.column-intro { display: block; max-width: 29ch; margin-top: .75rem; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.comparison-table tbody th { padding: 1.4rem 1.1rem 1.4rem 0; color: var(--green); font-size: 1.125rem; font-weight: 500; line-height: 1.45; }
.comparison-table td { padding: 1.4rem 1.5rem; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.comparison-table tbody tr:last-child :is(th, td) { border-bottom: 1px solid var(--line); }
.mobile-label { display: none; }
.overlap-note { max-width: 86ch; margin-top: 1.5rem; padding-left: 18%; color: var(--muted); font-size: 1rem; }
.overlap-note strong { color: var(--ink); font-weight: 500; }
.personal-section { padding-block: 3.4rem; border-top: 1px solid var(--line); background: var(--white); }
.editorial-grid { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 9%; }
h2 { margin-top: 1rem; font-size: clamp(2rem, 3.4vw, 2.75rem); line-height: 1.15; letter-spacing: -.025em; }
h2 em { color: var(--green); }
.section-copy { max-width: 49ch; color: var(--muted); }
.section-copy p + p { margin-top: 1rem; }
.next-section { padding-block: 3.4rem; background: var(--deep); color: var(--white); }
.next-section .eyebrow { color: #c3d5ce; }
.next-section .section-copy { color: #d3dfd9; }
.next-section :focus-visible { outline-color: var(--white); }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 1.5rem; max-width: 100%; min-height: 3.25rem; margin-top: 1.5rem; padding: .85rem 1.25rem; border-radius: 3px; background: #d3a449; color: #163535; font-size: 1rem; font-weight: 500; line-height: 1.5; text-decoration: none; }
.button:hover { background: #deb55e; }
.button > span { flex: none; font-size: 1.25rem; }
.site-footer { padding-block: 1.5rem; border-top: 1px solid var(--line); background: var(--white); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; padding: 0; list-style: none; font-size: .875rem; }
.footer-links a { display: inline-flex; align-items: center; min-height: 2.75rem; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: .3em; }
.footer-note { margin-top: .75rem; color: var(--muted); font-size: .75rem; }
@media (max-width: 860px) {
  .site-nav .brand-mark { width: 29px; height: 29px; }
  .menu-toggle { display: inline-flex; }
  .nav-links { display: none; position: absolute; top: 100%; inset-inline: 1.25rem; max-height: calc(100dvh - 7rem); overflow-y: auto; padding: 1rem 1.25rem; border: 1px solid var(--line); background: var(--white); box-shadow: 0 15px 28px #12383b17; }
  .nav-links.is-open { display: block; }
  .nav-links > li > a, .nav-dropdown > summary { width: 100%; }
  .nav-panel { position: static; box-shadow: none; border: 0; padding: 0 0 .5rem 1rem; background: transparent; }
  .nav-cta { margin-top: .75rem; justify-content: center; }
  .comparison-hero { gap: 6%; }
  .comparison-table td, .comparison-table thead th { padding-inline: 1rem; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: .65rem; }
}
@media (max-width: 600px) {
  .site-nav { min-height: 4.4rem; }
  .brand { font-size: 1.2rem; }
  .comparison-hero { grid-template-columns: minmax(0, 1fr); gap: 1.4rem; padding-block: 2.25rem 1.9rem; }
  h1 { font-size: clamp(2.2rem, 8vw, 2.7rem); }
  .hero-copy { padding-top: 0; max-width: 46ch; }
  .hero-copy .text-link { margin-top: .65rem; }
  .comparison-table { display: block; }
  .comparison-table colgroup { display: none; }
  .comparison-table thead { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); }
  .comparison-table tbody { display: block; }
  .comparison-table tbody tr { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .comparison-table tbody th { grid-column: 1 / -1; padding: 1.1rem 0 .75rem; border: 0; }
  .comparison-table td { padding: 1rem .8rem; line-height: 1.7; }
  .comparison-table tbody tr:last-child th { border: 0; }
  .mobile-label { display: block; margin-bottom: .6rem; color: var(--ink); font-size: .875rem; font-weight: 500; line-height: 1.5; }
  .overlap-note { padding-left: 0; }
  .editorial-grid { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .personal-section, .next-section { padding-block: 2.4rem; }
  .comparison-section { padding-bottom: 2.4rem; }
}
@media (max-width: 380px) {
  .comparison-table td { padding-inline: .6rem; }
  .mobile-label { font-size: .8125rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
