    :root {
      --ivory: #FAF5EF;
      --blush: #EFD9CE;
      --burgundy: #6B1F2A;
      --burgundy-deep: #521722;
      --gold: #B08D3E;
      --espresso: #3A2E28;
      --espresso-soft: #54463c;
      --line: rgba(107, 31, 42, .16);
      --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
      --sans: "Jost", "Montserrat", system-ui, sans-serif;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background: var(--ivory);
      color: var(--espresso);
      font-family: var(--sans);
      font-weight: 400;
      font-size: 17px;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
    }
    section { scroll-margin-top: 92px; }
    .wrap { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
    img { max-width: 100%; height: auto; }

    /* ---------- header ---------- */
    .site-header {
      position: sticky; top: 0; z-index: 40;
      background: rgba(250, 245, 239, .94);
      backdrop-filter: blur(8px);
      border-bottom: 1px solid var(--line);
    }
    .nav {
      display: flex; align-items: center; justify-content: space-between;
      gap: 24px; min-height: 84px;
    }
    .brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
    .brand img { width: 44px; height: 44px; object-fit: contain; }
    .brand-type { display: grid; line-height: 1.05; }
    .brand-type strong {
      font-family: var(--serif); font-weight: 600; font-size: 24px;
      letter-spacing: .01em; color: var(--burgundy);
    }
    .brand-type span {
      font-size: 10px; font-weight: 500; letter-spacing: .34em;
      text-transform: uppercase; color: var(--espresso-soft);
    }
    .nav-links { display: flex; align-items: center; gap: 30px; }
    .nav-links a {
      text-decoration: none; font-size: 13.5px; font-weight: 500;
      letter-spacing: .12em; text-transform: uppercase; color: var(--espresso-soft);
    }
    .nav-links a:hover { color: var(--burgundy); }
    .menu-button {
      display: none; background: none; border: 1px solid var(--line);
      border-radius: 999px; width: 46px; height: 46px; cursor: pointer;
      color: var(--burgundy); font-size: 20px; line-height: 1;
    }

    /* ---------- buttons ---------- */
    .btn {
      display: inline-block; text-decoration: none; cursor: pointer;
      background: var(--burgundy); color: var(--ivory);
      font-family: var(--sans); font-size: 14px; font-weight: 500;
      letter-spacing: .14em; text-transform: uppercase;
      padding: 16px 34px; border-radius: 999px; border: 1px solid var(--burgundy);
      transition: background .25s ease, transform .25s ease;
    }
    .btn:hover { background: var(--burgundy-deep); transform: translateY(-1px); }
    .btn.small { padding: 12px 24px; font-size: 12.5px; }
    .btn.light { background: var(--ivory); color: var(--burgundy); border-color: var(--ivory); }
    .btn.light:hover { background: #fff; }

    /* ---------- hero ---------- */
    .hero { text-align: center; padding: 88px 0 96px; }
    .hero-seal { width: min(300px, 62vw); margin: 0 auto 30px; display: block; }
    .hero h1 {
      font-family: var(--serif); font-weight: 500;
      font-size: clamp(44px, 7vw, 84px);
      line-height: 1.08; letter-spacing: .005em;
      color: var(--burgundy); margin: 0 0 10px;
    }
    .hero .subhead {
      font-family: var(--serif); font-style: italic; font-weight: 500;
      font-size: clamp(21px, 3vw, 28px); color: var(--espresso-soft);
      margin: 0 0 22px;
    }
    .hero .lede {
      max-width: 640px; margin: 0 auto 36px;
      font-size: 18px; font-weight: 400; color: var(--espresso);
    }
    .gold-rule {
      display: flex; align-items: center; justify-content: center;
      gap: 14px; margin: 44px auto 0; max-width: 420px;
    }
    .gold-rule::before, .gold-rule::after {
      content: ""; height: 1px; flex: 1; background: var(--gold); opacity: .7;
    }
    .gold-rule i {
      width: 8px; height: 8px; background: var(--gold);
      transform: rotate(45deg); display: block;
    }

    /* ---------- trust strip ---------- */
    .trust-strip { background: var(--burgundy); color: var(--ivory); }
    .trust-inner {
      display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
      gap: 14px 34px; padding: 26px 0; text-align: center;
    }
    .trust-label {
      font-family: var(--serif); font-style: italic;
      font-size: 21px; letter-spacing: .02em;
    }
    .trust-dot { color: var(--gold); }
    .trust-item {
      font-size: 13px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
      opacity: .92;
    }

    /* ---------- sections ---------- */
    .section { padding: 96px 0; }
    .section.blush { background: var(--blush); }
    /* blush backgrounds need darker ink for comfortable reading */
    .section.blush .section-no { color: var(--burgundy); }
    .section.blush .section-head h2 { color: var(--burgundy-deep); }
    .section.blush .section-head p,
    .section.blush .pain p { color: var(--espresso); }
    .section.blush .pivot { color: var(--burgundy-deep); }
    .section-head { max-width: 720px; margin: 0 0 56px; }
    .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
    .section-no {
      font-size: 12px; font-weight: 500; letter-spacing: .3em;
      text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
    }
    .section-head h2, .closing h2 {
      font-family: var(--serif); font-weight: 500;
      font-size: clamp(34px, 4.6vw, 54px); line-height: 1.12;
      color: var(--burgundy); margin: 0 0 18px;
    }
    .section-head p { color: var(--espresso); font-weight: 400; font-size: 18px; margin: 0; }

    .services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
    .service {
      background: rgba(255,255,255,.55);
      border: 1px solid var(--line); border-radius: 4px;
    }
    .service-index {
      font-family: var(--serif); font-style: italic;
      color: var(--gold); font-size: 20px; margin-bottom: 8px;
    }
    .service h3 {
      font-family: var(--serif); font-weight: 600; font-size: 27px;
      color: var(--burgundy); margin: 0 0 12px; line-height: 1.2;
    }
    .service p { margin: 0; color: var(--espresso); font-weight: 400; font-size: 17px; }

    /* ---------- approach ---------- */
    .quote {
      font-family: var(--serif); font-style: italic; font-weight: 500;
      font-size: clamp(28px, 4vw, 42px); line-height: 1.3;
      color: var(--burgundy); text-align: center;
      max-width: 760px; margin: 0 auto 40px;
    }
    .quote small {
      display: block; font-family: var(--sans); font-style: normal;
      font-size: 12px; font-weight: 500; letter-spacing: .3em;
      text-transform: uppercase; color: var(--espresso-soft); margin-top: 18px;
    }
    .approach-body { max-width: 680px; margin: 0 auto; text-align: center; }
    .approach-body p { color: var(--espresso-soft); font-weight: 400; font-size: 18px; }
    .signoff {
      font-family: var(--serif); font-style: italic; font-size: 22px;
      color: var(--burgundy); margin-top: 30px;
    }

    /* ---------- process ---------- */
    .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; }
    .step { border-top: 1px solid var(--gold); padding-top: 26px; }
    .step-num {
      font-family: var(--serif); font-size: 44px; font-weight: 500;
      color: var(--gold); line-height: 1; margin-bottom: 12px;
    }
    .step h3 {
      font-family: var(--serif); font-weight: 600; font-size: 25px;
      color: var(--burgundy); margin: 0 0 10px;
    }
    .step p { margin: 0; color: var(--espresso); font-weight: 400; font-size: 17px; }

    /* ---------- closing ---------- */
    .closing {
      background: var(--burgundy); color: var(--ivory);
      text-align: center; padding: 110px 0;
    }
    .closing h2 { color: var(--ivory); }
    .closing .gold-rule::before, .closing .gold-rule::after { background: var(--gold); }
    .closing p {
      max-width: 620px; margin: 0 auto 40px;
      font-weight: 400; font-size: 19px; color: rgba(250,245,239,.88);
      font-family: var(--serif); font-style: italic; font-size: 22px;
    }
    .closing .emblem-mark { width: 72px; margin: 0 auto 26px; display: block; opacity: .95; }

    /* ---------- footer ---------- */
    footer { padding: 64px 0 48px; text-align: center; }
    footer img { width: 120px; margin: 0 auto 18px; display: block; }
    .footer-name {
      font-family: var(--serif); font-weight: 600; font-size: 26px;
      color: var(--burgundy); margin-bottom: 6px;
    }
    .footer-tag {
      font-family: var(--serif); font-style: italic; font-size: 18px;
      color: var(--espresso-soft); margin: 0 0 26px;
    }
    .footer-fine { font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--espresso-soft); opacity: .7; }

    /* ---------- responsive ---------- */
    @media (max-width: 900px) {
      .services, .steps { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
      .section-head { margin-bottom: 40px; }
    }
    @media (max-width: 760px) {
      .nav-links {
        display: none; position: absolute; top: 84px; left: 0; right: 0;
        background: var(--ivory); border-bottom: 1px solid var(--line);
        flex-direction: column; align-items: stretch; gap: 0; padding: 8px 24px 20px;
      }
      .nav-links.open { display: flex; }
      .nav-links a { padding: 12px 0; border-top: 1px solid var(--line); }
      .menu-button { display: block; }
      .nav .btn.small { display: none; }
      .hero { padding: 60px 0 72px; }
      .section { padding: 68px 0; }
      .closing { padding: 80px 0; }
      .trust-label { width: 100%; }
    }

/* ---------- inner pages ---------- */
.page-hero { text-align: center; padding: 72px 0 64px; }
.page-hero h1 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(40px, 6vw, 68px); line-height: 1.08;
  color: var(--burgundy); margin: 0 0 14px;
}
.page-hero .subhead {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(20px, 2.8vw, 26px); color: var(--espresso);
  margin: 0 0 20px;
}
.page-hero .lede {
  max-width: 640px; margin: 0 auto;
  font-size: 18px; font-weight: 400; color: var(--espresso);
}
.prose { max-width: 720px; margin: 0 auto; }
.prose p { color: var(--espresso); font-weight: 400; font-size: 18px; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pain { border-top: 1px solid var(--gold); padding-top: 24px; }
.pain h3 {
  font-family: var(--serif); font-weight: 600; font-size: 24px;
  color: var(--burgundy); margin: 0 0 10px; line-height: 1.25;
}
.pain p { margin: 0; color: var(--espresso); font-weight: 400; font-size: 17px; }
.check-list { list-style: none; padding: 0; margin: 0 auto; max-width: 660px; }
.check-list li {
  position: relative; padding: 15px 0 15px 36px;
  border-bottom: 1px solid var(--line);
  color: var(--espresso); font-weight: 400; font-size: 17px;
}
.check-list li::before {
  content: ""; position: absolute; left: 2px; top: 23px;
  width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg);
}
.check-list li strong { font-weight: 500; color: var(--espresso); }
.text-link {
  display: inline-block; margin-top: 18px;
  font-size: 13px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  color: var(--burgundy); text-decoration: none; border-bottom: 1px solid var(--gold);
  padding-bottom: 3px;
}
.text-link:hover { color: var(--burgundy-deep); }
.back-link {
  display: inline-block; margin-bottom: 26px;
  font-size: 12.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: var(--espresso-soft); text-decoration: none;
}
.back-link:hover { color: var(--burgundy); }
/* ---------- form ---------- */
.form-wrap { max-width: 600px; margin: 0 auto; }
.field { margin-bottom: 22px; text-align: left; }
.field label {
  display: block; font-size: 12px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--espresso-soft); margin-bottom: 8px;
}
.field input, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 16px; font-weight: 400;
  color: var(--espresso); background: rgba(255,255,255,.65);
  border: 1px solid var(--line); border-radius: 4px; padding: 14px 16px;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.form-note {
  margin-top: 26px; font-family: var(--serif); font-style: italic;
  font-size: 18px; color: var(--espresso); text-align: center;
}
@media (max-width: 900px) {
  .pain-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .page-hero { padding: 56px 0 48px; }
}

/* ---------- dropdown nav ---------- */
.nav-drop { position: relative; }
/* invisible bridge so the menu doesn't vanish while the mouse travels down to it */
.nav-drop::after {
  content: ""; position: absolute; top: 100%; left: -12px; right: -12px; height: 26px;
}
.nav-drop > a {
  text-decoration: none; font-size: 13.5px; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--espresso-soft);
}
.nav-drop > a:hover { color: var(--burgundy); }
.nav-menu {
  display: none; position: absolute; top: calc(100% + 12px); left: -18px; min-width: 260px;
  background: var(--ivory); border: 1px solid var(--line); border-radius: 6px;
  padding: 8px; box-shadow: 0 18px 44px rgba(58, 46, 40, .14); z-index: 60;
}
.nav-drop:hover .nav-menu, .nav-drop:focus-within .nav-menu, .nav-drop.touched .nav-menu { display: block; }
.nav-menu a {
  display: block; padding: 11px 14px; border-radius: 4px; text-decoration: none;
  font-size: 15px; letter-spacing: .02em; text-transform: none; font-weight: 400;
  color: var(--espresso); white-space: nowrap;
}
.nav-menu a:hover { background: var(--blush); color: var(--burgundy); }

/* ---------- hero with form ---------- */
.hero-split { padding: 76px 0 92px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; }
.eyebrow {
  font-size: 12px; font-weight: 500; letter-spacing: .3em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 18px;
}
.hero-copy h1 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(42px, 5.4vw, 68px); line-height: 1.08;
  color: var(--burgundy); margin: 0 0 14px;
}
.hero-copy h1 em { font-style: italic; }
.hero-copy .subhead {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(21px, 2.8vw, 27px); color: var(--espresso); margin: 0 0 18px;
}
.hero-copy .lede { font-size: 18px; font-weight: 400; color: var(--espresso); margin: 0; max-width: 520px; }
.hero-points { list-style: none; padding: 0; margin: 28px 0 0; }
.hero-points li {
  position: relative; padding-left: 30px; margin-bottom: 12px;
  color: var(--espresso); font-weight: 400; font-size: 18px;
}
.hero-points li::before {
  content: ""; position: absolute; left: 2px; top: 9px;
  width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg);
}
.hero-points li strong { font-weight: 500; color: var(--espresso); }
.form-card {
  background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 8px;
  padding: 38px 34px; box-shadow: 0 24px 60px rgba(107,31,42,.10);
}
.form-card h2 {
  font-family: var(--serif); font-weight: 600; font-size: 30px;
  color: var(--burgundy); margin: 0 0 6px;
}
.form-card > p { color: var(--espresso); font-weight: 400; font-size: 15.5px; margin: 0 0 24px; }
.form-card .btn { width: 100%; }
.form-card .form-note { margin-top: 18px; }

/* ---------- image band ---------- */
.image-band { position: relative; }
.image-band > img { width: 100%; height: clamp(320px, 44vw, 500px); object-fit: cover; display: block; }
.band-quote {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  text-align: center; background: rgba(58, 23, 34, .42); padding: 0 24px;
}
.band-quote blockquote {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(28px, 4.4vw, 52px); line-height: 1.25;
  color: var(--ivory); max-width: 820px; margin: 0;
}
.band-quote small {
  display: block; margin-top: 18px; font-family: var(--sans); font-style: normal;
  font-size: 12px; font-weight: 500; letter-spacing: .3em;
  text-transform: uppercase; color: var(--gold);
}

/* ---------- split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split img.frame { border-radius: 6px; box-shadow: 0 24px 60px rgba(58,46,40,.14); }
.split h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(32px, 4vw, 48px); line-height: 1.12;
  color: var(--burgundy); margin: 0 0 18px;
}
.split p { color: var(--espresso); font-weight: 400; font-size: 18px; }

/* ---------- misc ---------- */
.service { position: relative; }
.service-tag {
  position: absolute; top: -14px; left: 28px;
  background: var(--burgundy); color: var(--ivory);
  font-size: 10.5px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  padding: 7px 15px; border-radius: 999px;
}
.pivot {
  text-align: center; max-width: 640px; margin: 48px auto 0;
  font-family: var(--serif); font-style: italic; font-size: clamp(22px, 3vw, 30px);
  color: var(--burgundy);
}

@media (max-width: 900px) {
  .hero-grid, .split { grid-template-columns: 1fr; gap: 44px; }
  .hero-split { padding: 56px 0 68px; }
}
@media (max-width: 760px) {
  .nav-drop > a { display: block; padding: 12px 0; border-top: 1px solid var(--line); }
  .nav-menu {
    position: static; display: block; box-shadow: none; border: none;
    border-left: 1px solid var(--line); border-radius: 0;
    padding: 0 0 0 10px; margin: 2px 0 10px; min-width: 0;
  }
  .nav-menu a { white-space: normal; padding: 10px 12px; }
  .form-card { padding: 30px 24px; }
}

/* ---------- character elements (added 2026-09-26) ---------- */

/* checkmark list — Mariah-style checks, Countess dressed */
.checkmarks { list-style: none; padding: 0; margin: 0 auto; max-width: 680px; }
.checkmarks li {
  position: relative; padding: 14px 0 14px 44px;
  border-bottom: 1px solid var(--line);
  color: var(--espresso); font-weight: 400; font-size: 19px;
}
.checkmarks li::before {
  content: "\2713"; position: absolute; left: 0; top: 12px;
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--gold); color: var(--burgundy);
  font-size: 15px; font-weight: 600; line-height: 26px; text-align: center;
  background: rgba(176, 141, 62, .10);
}
.checkmarks li strong { font-weight: 500; }

/* service cards with image tops */
.service { overflow: hidden; padding: 0; }
.service .thumb { display: block; width: 100%; height: 190px; object-fit: cover; }
.service .service-body { padding: 30px 30px 34px; }
.service .service-body::before {
  content: ""; display: block; width: 44px; height: 2px;
  background: var(--gold); margin-bottom: 20px;
}
.service-tag { z-index: 2; }

/* report pages — three annotated columns */
.report-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.report-card {
  background: rgba(255,255,255,.6); border: 1px solid var(--line);
  border-radius: 6px; padding: 34px 30px; position: relative;
}
.report-card .rc-no {
  font-family: var(--serif); font-style: italic; font-size: 19px;
  color: var(--gold); margin-bottom: 10px;
}
.report-card h3 {
  font-family: var(--serif); font-weight: 600; font-size: 25px;
  color: var(--burgundy); margin: 0 0 12px; line-height: 1.25;
}
.report-card p { margin: 0 0 14px; color: var(--espresso); font-weight: 400; font-size: 17px; }
.report-card .rc-sample {
  border-top: 1px dashed var(--line); padding-top: 14px; margin-top: 4px;
  font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--burgundy);
}

/* before / after strip */
.before-after {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
  max-width: 920px; margin: 0 auto;
}
.ba-col { padding: 40px 38px; }
.ba-col.before { background: rgba(58, 46, 40, .045); }
.ba-col.after { background: var(--burgundy); color: var(--ivory); }
.ba-label {
  font-size: 11.5px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase;
  margin-bottom: 16px; color: var(--espresso-soft);
}
.ba-col.after .ba-label { color: var(--gold); }
.ba-col h3 {
  font-family: var(--serif); font-weight: 600; font-size: 26px;
  margin: 0 0 14px; color: var(--burgundy);
}
.ba-col.after h3 { color: var(--ivory); }
.ba-col ul { list-style: none; padding: 0; margin: 0; }
.ba-col li { padding: 8px 0; font-weight: 400; font-size: 18px; }
.ba-col.before li { color: var(--espresso); }
.ba-col.before li::before { content: "\2715  "; color: #a4553f; }
.ba-col.after li::before { content: "\2713  "; color: var(--gold); }

/* rescue timeline — books cleanup */
.phases { max-width: 760px; margin: 0 auto; }
.phase {
  display: grid; grid-template-columns: 86px 1fr; gap: 26px;
  padding: 30px 0; border-bottom: 1px solid var(--line);
}
.phase:last-child { border-bottom: none; }
.phase-num {
  font-family: var(--serif); font-size: 40px; font-weight: 500;
  color: var(--gold); line-height: 1.1;
}
.phase h3 {
  font-family: var(--serif); font-weight: 600; font-size: 26px;
  color: var(--burgundy); margin: 0 0 8px;
}
.phase p { margin: 0; color: var(--espresso); font-weight: 400; font-size: 17px; }
.phase .phase-time {
  display: inline-block; margin-top: 10px;
  font-size: 11.5px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold);
}

/* monthly rhythm strip */
.rhythm {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
  max-width: 1020px; margin: 0 auto; background: rgba(255,255,255,.5);
}
.rhythm-cell { padding: 30px 26px; border-left: 1px solid var(--line); }
.rhythm-cell:first-child { border-left: none; }
.rhythm-cell .r-week {
  font-size: 11px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}
.rhythm-cell h4 {
  font-family: var(--serif); font-weight: 600; font-size: 21px;
  color: var(--burgundy); margin: 0 0 8px;
}
.rhythm-cell p { margin: 0; font-size: 15px; font-weight: 400; color: var(--espresso-soft); }

/* framed figure with caption */
.figure { margin: 0; }
.figure img.frame {
  border-radius: 6px; box-shadow: 0 24px 60px rgba(58,46,40,.14);
  width: 100%; display: block;
}
.figure figcaption {
  margin-top: 14px; font-family: var(--serif); font-style: italic;
  font-size: 17px; color: var(--espresso); text-align: center;
}

/* sign-off card */
.sign-card {
  max-width: 680px; margin: 0 auto; text-align: center;
  border: 1px solid var(--line); border-radius: 8px;
  background: rgba(255,255,255,.55); padding: 44px 40px;
}
.sign-card p {
  font-family: var(--serif); font-style: italic; font-size: 22px;
  color: var(--burgundy); margin: 0 0 8px;
}
.sign-card small {
  font-size: 11.5px; font-weight: 500; letter-spacing: .28em;
  text-transform: uppercase; color: var(--espresso-soft);
}

@media (max-width: 900px) {
  .report-cols { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .before-after { grid-template-columns: 1fr; }
  .rhythm { grid-template-columns: 1fr 1fr; }
  .rhythm-cell { border-left: none; border-top: 1px solid var(--line); }
  .rhythm-cell:nth-child(-n+2) { border-top: none; }
  .rhythm-cell:nth-child(even) { border-left: 1px solid var(--line); }
  .phase { grid-template-columns: 64px 1fr; gap: 18px; }
}
@media (max-width: 600px) {
  .rhythm { grid-template-columns: 1fr; }
  .rhythm-cell { border-left: none !important; border-top: 1px solid var(--line) !important; }
  .rhythm-cell:first-child { border-top: none !important; }
  .ba-col { padding: 30px 26px; }
  .checkmarks li { font-size: 16.5px; }
}
