  :root {
    --paper: oklch(0.975 0.006 90);
    --ink: oklch(0.27 0.02 265);
    --ink-soft: oklch(0.45 0.02 265);
    --indigo: oklch(0.38 0.08 265);
    --indigo-deep: oklch(0.30 0.07 265);
    --wash: oklch(0.945 0.012 265);
    --brass: oklch(0.53 0.10 80); /* text-safe: 5.0:1 on --paper (WCAG AA) */
    --rule: oklch(0.27 0.02 265 / 0.18);
    --rule-soft: oklch(0.27 0.02 265 / 0.10);
    --serif: 'Besley', Georgia, serif;
    --sans: 'Karla', 'Segoe UI', sans-serif;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { background: var(--paper); color: var(--ink); font-family: var(--serif); font-size: 19px; line-height: 1.62; }
  a { color: var(--indigo); text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
  a:hover { color: var(--indigo-deep); }
  a:focus-visible, button:focus-visible { outline: 3px solid var(--indigo); outline-offset: 3px; }
  .wrap { max-width: 1080px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
  .secure-form { margin-top: 1.75rem; }
  .contact .secure-form { margin-top: clamp(2rem, 4vw, 3rem); background: #fff; color: var(--ink); padding: clamp(1rem, 2.5vw, 1.75rem) clamp(1rem, 3vw, 2rem); }
  .contact .secure-form a { color: var(--indigo); }
  .secure-form input, .secure-form textarea, .secure-form select {
    width: 100%; font-family: var(--sans); font-size: 16px; padding: 0.7rem 0.8rem;
    border: 1px solid var(--rule); background: var(--paper); color: var(--ink); border-radius: 0; }
  .secure-form textarea { min-height: 8rem; }
  .secure-form label { font-family: var(--sans); font-size: 14px; font-weight: 700; color: var(--ink-soft);
    display: block; margin-top: 1rem; margin-bottom: 0.35rem; }
  .secure-form button, .secure-form input[type="submit"] {
    width: auto; min-height: 44px; margin-top: 1.1rem; padding: 0.75rem 1.5rem; cursor: pointer;
    font-family: var(--sans); font-weight: 700; font-size: 16px;
    background: var(--indigo); color: var(--paper); border: 1px solid var(--indigo); }
  .secure-form button:hover, .secure-form input[type="submit"]:hover { background: var(--indigo-deep); }
  .label { font-family: var(--sans); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }


  header.site { border-bottom: 2px solid var(--ink); }
  .nav { display: flex; align-items: baseline; justify-content: space-between; gap: clamp(1rem, 2vw, 1.5rem); padding-block: 1.3rem; flex-wrap: wrap; }
  .wordmark { font-family: var(--serif); font-weight: 600; font-size: 21px; color: var(--ink); text-decoration: none; }
  nav.links { display: flex; gap: clamp(0.8rem, 1.3vw, 1.3rem); font-family: var(--sans); font-size: 16px; font-weight: 500; flex-wrap: wrap; }
  nav.links a { text-decoration: none; color: var(--ink); }
  nav.links a:hover { color: var(--indigo); }
  .nav .phone { font-family: var(--sans); font-weight: 700; text-decoration: none; color: var(--indigo); }
  .menu-btn { display: none; align-items: center; justify-content: center; gap: 10px; min-width: 44px; min-height: 44px; background: none; border: 1.5px solid var(--rule); border-radius: 0; color: var(--indigo); font-family: var(--sans); font-weight: 700; font-size: 15px; padding: 0 14px; cursor: pointer; }

  /* hero: type-led, ruled */
  .hero { padding: clamp(3.5rem, 8vw, 6rem) 0 0; }
  .hero .kicker { display: flex; gap: 1.25rem; align-items: center; }
  .hero .kicker::after { content: ''; flex: 1; height: 1px; background: var(--rule); }
  h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2.4rem, 5.6vw, 3.9rem); line-height: 1.12; letter-spacing: -0.005em; margin-top: 1.5rem; max-width: 15em; text-wrap: balance; }
  h1 em { font-style: italic; color: var(--indigo); }
  .hero-cols { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 4rem); margin-top: 2.25rem; padding-bottom: clamp(3rem, 7vw, 5rem); }
  .hero-cols .lede { font-size: 1.22rem; max-width: 32em; }
  .hero-facts { font-family: var(--sans); font-size: 16px; border-left: 1px solid var(--rule); padding-left: 1.75rem; align-self: start; }
  .hero-side { align-self: start; }
  .hero-side figure { border: 1px solid var(--rule); padding: 10px; background: oklch(1 0 0 / 0.4); }
  .hero-side img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; filter: saturate(0.85); }
  .hero-side figcaption { font-family: var(--sans); font-size: 14px; color: var(--ink-soft); padding-top: 8px; }
  .hero-side .hero-facts { border-left: 0; padding-left: 0; margin-top: 1.5rem; }
  .hero-facts dt { font-weight: 700; font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); margin-top: 1.1rem; }
  .hero-facts dt:first-child { margin-top: 0; }
  .hero-facts dd { margin-top: 2px; }
  .cta-row { margin-top: 2rem; display: flex; gap: 0.9rem; flex-wrap: wrap; }
  .btn { display: inline-block; font-family: var(--sans); font-weight: 700; font-size: 16.5px; padding: 13px 26px; text-decoration: none; background: var(--indigo); color: var(--paper); border-radius: 0; }
  .btn:hover { background: var(--indigo-deep); color: var(--paper); }
  .btn.ghost { background: transparent; color: var(--indigo); box-shadow: inset 0 0 0 1.5px var(--indigo); }
  .btn.ghost:hover { background: var(--wash); }

  /* numbered ruled sections */
  .sect { border-top: 1px solid var(--rule); padding: clamp(3rem, 7vw, 5rem) 0; }
  .sect-grid { display: grid; grid-template-columns: minmax(0, 3.5fr) minmax(0, 8.5fr); gap: clamp(1.5rem, 4vw, 3.5rem); }
  .sect-head .num { font-family: var(--sans); font-weight: 700; font-size: 14px; color: var(--brass); letter-spacing: 0.1em; }
  .sect-head h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.6rem, 2.8vw, 2.15rem); line-height: 1.18; margin-top: 0.6rem; text-wrap: balance; }
  .prose { max-width: 66ch; }
  .prose p + p, .prose ul + p, .prose p + ul, .prose ul + ul { margin-top: 1.05em; }
  .prose .fine { font-family: var(--sans); font-size: 15.5px; color: var(--ink-soft); }
  .sig { margin-top: 1.4rem; font-style: italic; color: var(--indigo); }

  /* epigraph */
  .epigraph { background: var(--wash); border-top: 1px solid var(--rule); }
  .epigraph .wrap { padding-top: clamp(3rem, 6vw, 4.5rem); padding-bottom: clamp(3rem, 6vw, 4.5rem); }
  .epigraph blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(1.4rem, 2.8vw, 1.95rem); line-height: 1.4; color: var(--indigo-deep); max-width: 30em; }
  .epigraph cite { display: block; margin-top: 1rem; font-family: var(--sans); font-style: normal; font-size: 15px; color: var(--ink-soft); }

  /* services table */
  .svc { width: 100%; border-collapse: collapse; font-size: 18px; }
  .svc th { text-align: left; font-family: var(--sans); font-weight: 700; font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); padding: 0 1rem 0.75rem 0; border-bottom: 2px solid var(--ink); }
  .svc td { vertical-align: top; padding: 1.1rem 1.5rem 1.1rem 0; border-bottom: 1px solid var(--rule-soft); }
  .svc td.name { font-family: var(--serif); font-weight: 600; white-space: nowrap; }
  .svc td.desc { color: var(--ink-soft); font-size: 17px; }

  /* credentials ledger */
  .creds dl { display: grid; grid-template-columns: max-content 1fr; gap: 0.7rem 2rem; font-size: 17.5px; }
  .creds dt { font-family: var(--sans); font-weight: 700; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass); padding-top: 3px; }
  .creds dd { }
  .creds .verify { margin-top: 1.75rem; font-family: var(--sans); font-size: 15.5px; color: var(--ink-soft); }
  .creds .marks { margin-top: 1.6rem; padding-top: 1.5rem; border-top: 1px solid var(--rule-soft); display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 0.9rem; }
  .creds .marks a { display: flex; align-items: center; justify-content: center; text-decoration: none; border: 1px solid var(--rule); background: oklch(1 0 0 / 0.4); padding: 14px 16px; min-height: 44px; }
  .creds .marks a:hover { border-color: var(--indigo); }
  .creds .marks img { height: 52px; width: auto; max-width: 100%; object-fit: contain; display: block; }
  .creds .marks img.seal { height: 68px; }

  /* gottman feature band */
  .gottman { background: var(--wash); border-top: 1px solid var(--rule); }
  .gottman .wrap { padding-top: clamp(3rem, 6vw, 4.5rem); padding-bottom: clamp(3rem, 6vw, 4.5rem); }
  .gottman h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.6rem, 2.8vw, 2.15rem); line-height: 1.18; max-width: 20em; text-wrap: balance; }
  .gottman .cols { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 4rem); margin-top: 1.5rem; }
  .gottman .checkup { border: 1px solid var(--rule); background: oklch(1 0 0 / 0.45); padding: 1.5rem 1.6rem; align-self: start; }
  .gottman .checkup h3 { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; }
  .gottman .checkup p { margin-top: 0.6rem; font-size: 17.5px; }
  .gottman .fine { margin-top: 1.4rem; font-family: var(--sans); font-size: 14.5px; color: var(--ink-soft); max-width: 62ch; }

  /* quotes */
  .q-grid { display: grid; gap: 2.25rem; }
  .q-grid blockquote { border-top: 1px solid var(--rule-soft); padding-top: 1.4rem; font-size: 1.12rem; max-width: 62ch; }
  .q-grid blockquote:first-child { border-top: 0; padding-top: 0; }
  .q-grid cite { display: block; margin-top: 0.8rem; font-family: var(--sans); font-style: normal; font-size: 15px; color: var(--ink-soft); }
  .q-grid .fine { border-top: 1px solid var(--rule-soft); padding-top: 1.4rem; font-family: var(--sans); font-size: 15px; color: var(--ink-soft); max-width: 62ch; }

  /* contact */
  .contact { background: var(--indigo); color: var(--paper); }
  .contact .wrap { padding-top: clamp(3.5rem, 7vw, 5.5rem); padding-bottom: clamp(3.5rem, 7vw, 5.5rem); }
  .contact h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.9rem, 3.6vw, 2.7rem); max-width: 22em; text-wrap: balance; }
  .contact-cols { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 4rem); margin-top: 1.75rem; }
  .contact p { max-width: 36em; }
  .contact a { color: var(--paper); }
  .contact .btn { background: var(--paper); color: var(--indigo); }
  .contact .btn:hover { background: oklch(0.93 0.01 90); }
  .contact .btn.ghost { background: transparent; color: var(--paper); box-shadow: inset 0 0 0 1.5px oklch(0.975 0.006 90 / 0.7); }
  .contact .details { font-family: var(--sans); font-size: 16.5px; line-height: 1.7; }
  .contact .crisis { margin-top: 2rem; padding-top: 1.1rem; border-top: 1px solid oklch(0.975 0.006 90 / 0.25); font-family: var(--sans); font-size: 15px; color: oklch(0.975 0.006 90 / 0.8); max-width: 58ch; }

  /* figures */
  .portrait { margin-top: 1.5rem; border: 1px solid var(--rule); padding: 10px; background: oklch(1 0 0 / 0.4); max-width: 300px; }
  .portrait img { width: 100%; height: auto; display: block; filter: saturate(0.9); }
  .portrait figcaption { font-family: var(--sans); font-size: 14px; color: var(--ink-soft); padding-top: 8px; }
  .prose-fig { margin: 1.4rem 0; border: 1px solid var(--rule); padding: 10px; background: oklch(1 0 0 / 0.4); max-width: 30em; }
  .prose-fig img { width: 100%; height: auto; display: block; }
  .prose-fig figcaption { font-family: var(--sans); font-size: 14px; color: var(--ink-soft); padding-top: 8px; }

  /* client notices */
  .notices .notice-list { font-family: var(--sans); font-size: 15.5px; color: var(--ink-soft); max-width: 66ch; }
  .notices h3 { font-family: var(--sans); font-weight: 700; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); margin-top: 1.6rem; }
  .notices h3:first-child { margin-top: 0; }
  .notices .notice-list p { margin-top: 0.5rem; }
  .notices a { color: var(--indigo); }

  footer.site { font-family: var(--sans); font-size: 15px; color: var(--ink-soft); padding: 2.25rem 0; }
  .foot { display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
  footer.site a { color: var(--ink-soft); }

  @media (max-width: 820px) {
    .hero-cols, .sect-grid, .contact-cols, .gottman .cols { grid-template-columns: 1fr; }
    .hero-facts { border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 1.5rem; }
    .svc td.name { white-space: normal; }
  }
  @media (max-width: 640px) {
    .nav { align-items: center; padding-block: 0.85rem; gap: 1rem; }
    /* Collapse only when init.js has run; without it the links stay reachable. */
    .js .menu-btn { display: flex; }
    .js nav.links, .js .nav .phone { display: none; }
    .nav.open nav.links { display: flex; flex-direction: column; width: 100%; gap: 0; order: 3; }
    .nav.open nav.links a { width: 100%; padding: 0.85rem 0; border-top: 1px solid var(--rule-soft); font-size: 17px; }
    .nav.open .phone { display: block; width: 100%; padding: 0.85rem 0; border-top: 1px solid var(--rule-soft); font-size: 17px; order: 4; }
    .cta-row .btn { width: 100%; text-align: center; box-sizing: border-box; }
    .svc thead { display: none; }
    .svc, .svc tbody, .svc tr, .svc td { display: block; width: 100%; }
    .svc tr { border-bottom: 1px solid var(--rule-soft); padding: 1rem 0; }
    .svc td { border-bottom: 0; padding: 0; }
    .svc td.desc { margin-top: 0.35rem; }
    .creds dl { grid-template-columns: 1fr; gap: 0.2rem 0; }
    .creds dt { margin-top: 0.9rem; }
  }

  /* ---- lists in prose ---- */
  .prose ul, .fit ul, .plan ul { list-style: none; }
  .prose li, .fit li { position: relative; padding-left: 1.4rem; margin-top: 0.55rem; }
  .prose li::before, .fit li::before { content: ''; position: absolute; left: 0; top: 0.72em;
    width: 7px; height: 1px; background: var(--brass); }

  /* ---- interior page hero ---- */
  .page-hero { padding: clamp(2.75rem, 6vw, 4.5rem) 0 0; }
  .page-hero .kicker { display: flex; gap: 1.25rem; align-items: center; }
  .page-hero .kicker::after { content: ''; flex: 1; height: 1px; background: var(--rule); }
  .page-hero h1 { margin-top: 1.4rem; max-width: 16em; }
  .page-hero .lede { font-size: 1.22rem; max-width: 34em; margin-top: 1.6rem; }
  .page-hero .cta-row { padding-bottom: clamp(2.5rem, 6vw, 4rem); }
  .crumb { font-family: var(--sans); font-size: 15px; color: var(--ink-soft); padding-top: 1.5rem; }
  .crumb a { color: var(--ink-soft); }

  /* ---- fit / not-fit pair ---- */
  .fit { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); }
  .fit h3 { font-family: var(--sans); font-weight: 700; font-size: 13px; letter-spacing: 0.12em;
    text-transform: uppercase; padding-bottom: 0.75rem; border-bottom: 2px solid var(--ink); }
  .fit .not h3 { color: var(--ink-soft); border-bottom-color: var(--rule); }
  .fit ul { margin-top: 0.4rem; font-size: 17.5px; }
  .fit .not li { color: var(--ink-soft); }
  .fit .not li::before { background: var(--rule); }

  /* ---- the two-day plan ---- */
  .plan { border-top: 2px solid var(--ink); margin-top: 0.4rem; }
  /* fixed label column: each .step is its own grid, so max-content would let
     every row start its text at a different x. */
  .plan .step { display: grid; grid-template-columns: 7.5rem 1fr; gap: 0 1.5rem;
    padding: 1.25rem 0; border-bottom: 1px solid var(--rule-soft); }
  .plan .when { font-family: var(--sans); font-weight: 700; font-size: 12.5px; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--brass); padding-top: 0.35em; white-space: nowrap; }
  .plan .what { font-size: 17.5px; }
  .plan .what strong { font-family: var(--serif); font-weight: 600; }
  .plan .what .fine { display: block; margin-top: 0.3rem; font-family: var(--sans); font-size: 15px; color: var(--ink-soft); }

  /* ---- where it happens ---- */
  .where { border: 1px solid var(--rule); background: oklch(1 0 0 / 0.4); padding: 1.5rem 1.6rem; margin-top: 1.6rem; }
  .where h3 { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; }
  .where p { margin-top: 0.6rem; font-size: 17.5px; }

  @media (max-width: 640px) {
    .plan .step { grid-template-columns: 1fr; gap: 0.4rem; }
    .plan .when { padding-top: 0; }
  }
