/* bookkeepingre.com · the site's own styles. The floor is scrollcraft.css; the brand is the kit
   (Growth/Brand/brand-kit/BRAND.md). Six colour roles and one family. Nothing here restyles the engine. */

:root {
  /* the kit's tokens (handoff/website/web/tokens.css), verbatim */
  --bkre-sky: #459EC4; --bkre-ledger: #1F556F; --bkre-white: #FFFFFF;
  --bkre-terracotta: #BA613B; --bkre-terracotta-deep: #A8552F;
  --bkre-ink: #1C2A33; --bkre-slate: #4A5B66; --bkre-mist: #8A97A0; --bkre-line: #D5DDE2;
  --bkre-tint: #EFEBE4; --bkre-paper: #F7F6F3;  /* Tint warmed to a shade under Paper, BRAND.md v1.3 (Jake, 2026-09-10) */
  --bkre-reconciled: #2E8B6A; --bkre-reconciled-text: #1F6B4E;

  /* the engine's six roles, mapped */
  --sc-canvas: var(--bkre-paper);
  --sc-surface: #FFFFFF;
  --sc-ink: var(--bkre-ink);
  --sc-ink-soft: var(--bkre-slate);
  --sc-accent: var(--bkre-terracotta);
  --sc-accent-ink: #FFFFFF;
  --sc-font-display: "Figtree", "Avenir Next", system-ui, sans-serif;
  --sc-font-text: "Figtree", "Avenir Next", system-ui, sans-serif;
  --sc-font-mono: "Figtree", system-ui, sans-serif;
  --sc-shadow-color: 205 40% 14%;
  --sc-maxw: 74rem;
  --sc-r-sm: 8px; --sc-r-md: 8px; --sc-r-lg: 8px;

  --folio-w: 17rem;
  --folio-gap: 2.5rem;
}

html { background: var(--bkre-paper); }
body { color: var(--sc-ink); }
h1, h2, h3 { color: var(--bkre-ledger); }
.sc-display { font-weight: 800; }
.sc-display--md { font-weight: 700; }
.sc-lede { font-weight: 500; color: var(--sc-ink); }
:where(a) { color: var(--sc-ink); text-decoration-color: var(--bkre-sky); text-decoration-thickness: 2px; }
a:hover { text-decoration-color: var(--bkre-ledger); }
::selection { background: var(--bkre-sky); color: #fff; }
strong { font-weight: 700; }

/* ------------------------------------------------------------- the folio -- */
.folio {
  position: fixed; top: 0; left: 0; bottom: 0; z-index: var(--sc-z-chrome);
  width: var(--folio-w);
  padding: var(--sc-6) var(--sc-5) var(--sc-5) var(--sc-6);
  display: flex; flex-direction: column; gap: var(--sc-6);
  border-right: 1px solid var(--bkre-line);
  background: var(--bkre-paper);
}
.folio__mark img { width: 9.5rem; height: auto; }
.folio__chapter { margin: 0; display: flex; align-items: baseline; gap: var(--sc-3); color: var(--sc-ink-soft); font-size: var(--sc-t-sm); }
.folio__num { font-weight: 800; color: var(--bkre-ledger); font-size: var(--sc-t-xl); line-height: 1; font-variant-numeric: tabular-nums; }
.folio__title { font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; font-size: var(--sc-t-xs); }
.folio__nav { margin-top: auto; display: flex; flex-direction: column; gap: var(--sc-2); font-size: var(--sc-t-sm); }
.folio__nav a { text-decoration: none; color: var(--sc-ink-soft); padding: 2px 0; transition: color var(--sc-d-fast) var(--sc-ease-out); }
.folio__nav a:hover { color: var(--bkre-ledger); }
.folio__cta, .btn {
  display: inline-block; margin-top: var(--sc-3);
  background: var(--bkre-terracotta); color: #fff !important; font-weight: 700;
  border-radius: var(--sc-r-sm); padding: 0.7rem 1.1rem; text-decoration: none !important; text-align: center;
  transition: background var(--sc-d-fast) var(--sc-ease-out), transform 120ms var(--sc-ease-out);
}
.folio__cta:hover, .btn:hover { background: var(--bkre-terracotta-deep); }
.folio__cta:active, .btn:active { transform: translateY(1px); }

/* the running ledger */
.ledger { font-size: var(--sc-t-sm); }
.ledger__head { margin: 0 0 var(--sc-2); display: flex; justify-content: space-between; font-size: var(--sc-t-xs); letter-spacing: 0.08em; text-transform: uppercase; color: var(--bkre-mist); border-bottom: 1px solid var(--bkre-line); padding-bottom: var(--sc-1); }
.ledger__lines { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.ledger__line { display: flex; justify-content: space-between; gap: var(--sc-3); align-items: baseline; padding: 0.35rem 0; border-bottom: 1px dotted var(--bkre-line); color: var(--sc-ink); opacity: 0; transform: translate3d(0, 6px, 0); transition: opacity 520ms var(--sc-ease-out), transform 520ms var(--sc-ease-out); }
.ledger__line.is-posted { opacity: 1; transform: none; }
.ledger__tick { color: var(--bkre-reconciled-text); font-weight: 700; font-variant-numeric: tabular-nums; }
.ledger__total { margin-top: var(--sc-3); }
.ledger__rule { margin: 0 0 var(--sc-2); height: 2px; background: var(--bkre-ledger); width: 0; transition: width 900ms var(--sc-ease-out); }
.ledger__total.is-settled .ledger__rule { width: 100%; }
.ledger__sum { margin: 0; display: flex; justify-content: space-between; font-weight: 700; color: var(--bkre-ledger); }
.ledger__sum .sc-nums { color: var(--bkre-reconciled-text); }
.ledger__cta { margin: var(--sc-3) 0 0; font-weight: 700; }
.ledger__cta a { color: var(--bkre-ledger); text-decoration-color: var(--bkre-terracotta); }

/* the page beside the folio */
.chapters { margin-left: 0; }
.chapter { position: relative; padding-block: var(--sc-section); isolation: isolate; }
.chapter--paper { background: var(--bkre-paper); }
.chapter--tint { background: var(--bkre-tint); }
.chapter--ledger { background: var(--bkre-ledger); --sc-ink: #FFFFFF; --sc-ink-soft: #CFE0EA; --sc-canvas: var(--bkre-ledger); color: var(--sc-ink); }
.chapter--ledger h1, .chapter--ledger h2, .chapter--ledger h3 { color: #fff; }
.chapter--ledger :where(a) { color: #fff; text-decoration-color: var(--bkre-sky); }
.chapter--ledger a:hover { text-decoration-color: #fff; }
.chapter--ledger ::selection { background: #fff; color: var(--bkre-ledger); }
.chapter__wipe { position: absolute; inset: 0; background: var(--bkre-ledger); z-index: -1; }
.chapter--ledger { background: var(--bkre-paper); } /* the wipe paints the ground */
.chapter--close { background: var(--bkre-ledger); padding-bottom: 0; }

/* 1 · the title page */
.chapter--title { min-height: 100svh; display: flex; align-items: center; padding-block: var(--sc-8); }
.title__stack > * + * { margin-top: var(--sc-5); }
.title__category { margin: 0; font-size: var(--sc-t-sm); font-weight: 600; letter-spacing: 0.04em; color: var(--sc-ink-soft); }
.title__h1 { max-width: 15ch; font-size: clamp(2.6rem, 1.6rem + 4.6vw, 5.6rem); }
.title__line { margin-top: var(--sc-7) !important; display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--sc-4); }
.title__aside { color: var(--sc-ink-soft); font-size: var(--sc-t-sm); }
.runline { font-weight: 800; font-size: var(--sc-t-lg); color: var(--bkre-ledger); text-decoration-color: var(--bkre-terracotta); text-decoration-thickness: 3px; text-underline-offset: 0.18em; }
.runline:hover { text-decoration-color: var(--bkre-ledger); }
.runline--light { color: #fff; text-decoration-color: var(--bkre-sky); }
.runline--light:hover { text-decoration-color: #fff; }

/* 2 · the pain */
.pain { max-width: 58rem; }
.pain__intro { margin: 0 0 var(--sc-7); font-size: var(--sc-t-sm); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--sc-ink-soft); }
.pain__lines > * + * { margin-top: var(--sc-4); }
.pain__line { margin: 0; font-family: var(--sc-font-display); font-weight: 700; font-size: var(--sc-t-2xl); line-height: 1.12; letter-spacing: var(--sc-track-snug); color: #fff; text-wrap: balance; }
.pain__turn { margin: var(--sc-9) 0 0; max-width: 34ch; font-size: var(--sc-t-lg); font-weight: 500; color: var(--sc-ink-soft); }

/* spreads */
.spread { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--sc-9) var(--sc-8); align-items: start; }
.spread__copy > * + * { margin-top: var(--sc-4); }
.spread__copy .sc-lede { margin-top: var(--sc-5); }
.media { margin: 0; }
.media__frame { overflow: clip; border-radius: var(--sc-r-sm); box-shadow: var(--sc-e2); background: var(--bkre-tint); }
.media__img { width: 100%; height: auto; }
.media__cap { margin: var(--sc-3) 0 0; font-size: var(--sc-t-sm); color: var(--sc-ink-soft); max-width: 40ch; }

/* 4 · the promises */
.promises__head { max-width: 46rem; }
.promises { margin: var(--sc-8) 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sc-7) var(--sc-8); }
.promise { border-top: 2px solid var(--bkre-ledger); padding-top: var(--sc-4); }
.promise dt { font-family: var(--sc-font-display); font-weight: 700; font-size: var(--sc-t-lg); line-height: 1.25; color: var(--bkre-ledger); text-wrap: balance; }
.promise__num { display: block; margin-bottom: var(--sc-3); font-size: var(--sc-t-xl); font-weight: 800; color: var(--bkre-ledger); letter-spacing: var(--sc-track-snug); }
.promise dd { margin: var(--sc-3) 0 0; color: var(--sc-ink-soft); max-width: 46ch; }
.month { margin: var(--sc-9) 0 0; }
.month__strip { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 7fr 7fr 3fr 10fr; gap: 4px; }
.month__seg { padding: var(--sc-3) var(--sc-3) var(--sc-2); border-radius: 4px; background: #fff; border: 1px solid var(--bkre-line); min-height: 4.2rem; display: flex; flex-direction: column; justify-content: space-between; }
.month__seg--q { background: var(--bkre-tint); }
.month__seg--s { background: #fff; }
.month__seg--p { background: var(--bkre-ledger); color: #fff; border-color: var(--bkre-ledger); }
.month__seg--c { background: #fff; }
.month__days { font-weight: 800; font-size: var(--sc-t-lg); line-height: 1; color: inherit; font-variant-numeric: tabular-nums; }
.month__seg--q .month__days, .month__seg--s .month__days, .month__seg--c .month__days { color: var(--bkre-ledger); }
.month__what { font-size: var(--sc-t-xs); color: inherit; opacity: 0.9; margin-top: var(--sc-2); }
.month__cap { margin: var(--sc-3) 0 0; font-size: var(--sc-t-sm); color: var(--sc-ink-soft); }

/* 5 · who and the stories */
.who { max-width: 52rem; }
.who__list { margin: 0; font-size: var(--sc-t-lg); line-height: 1.5; font-weight: 500; color: var(--sc-ink); text-wrap: pretty; }
.who__not { margin: var(--sc-4) 0 0; color: var(--sc-ink-soft); max-width: 48ch; }
.stories { margin-top: var(--sc-9); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--sc-8); align-items: start; }
.stories__media { position: sticky; top: var(--sc-6); }
.stories__list > * + * { margin-top: var(--sc-7); }
.story h3 { margin: 0 0 var(--sc-2); font-size: var(--sc-t-lg); font-weight: 700; }
.story p { margin: 0; color: var(--sc-ink-soft); max-width: 52ch; }

/* 6 · the quotes */
.proof__head { max-width: 42rem; }
.quotes { margin-top: var(--sc-8); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--sc-6) var(--sc-7); }
.quote { margin: 0; border-left: 1px solid var(--bkre-line); padding-left: var(--sc-5); }
.quote p { margin: 0; font-size: var(--sc-t-lg); line-height: 1.4; color: var(--sc-ink); text-wrap: pretty; }
.quote footer { margin-top: var(--sc-3); font-size: var(--sc-t-sm); color: var(--sc-ink-soft); font-weight: 600; }
.quote:nth-child(1) { grid-column: 1 / span 8; }
.quote:nth-child(2) { grid-column: 9 / span 4; }
.quote:nth-child(3) { grid-column: 1 / span 5; }
.quote:nth-child(4) { grid-column: 6 / span 3; }
.quote:nth-child(5) { grid-column: 9 / span 4; }

/* 7 · the close and the colophon */
.chapter--close { min-height: 100svh; display: flex; flex-direction: column; justify-content: space-between; }
.close { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: var(--sc-9) var(--sc-8); align-items: end; padding-bottom: var(--sc-9); }
.close__copy .sc-lede { color: #fff; }
.close__line { margin-top: var(--sc-7) !important; }
.close__alt { color: var(--sc-ink-soft); font-size: var(--sc-t-sm); }
.ledger--plate { color: #fff; background: color-mix(in oklab, #fff 6%, var(--bkre-ledger)); border: 1px solid color-mix(in oklab, #fff 18%, transparent); border-radius: var(--sc-r-sm); padding: var(--sc-5); box-shadow: var(--sc-edge); }
.ledger--plate .ledger__head { color: var(--sc-ink-soft); border-color: color-mix(in oklab, #fff 18%, transparent); }
.ledger--plate .ledger__line { color: #fff; border-color: color-mix(in oklab, #fff 18%, transparent); }
.ledger--plate .ledger__rule { background: #fff; }
.ledger--plate .ledger__sum { color: #fff; }
.ledger--plate .ledger__sum .sc-nums { color: #9FE0C4; }
.ledger--plate .ledger__tick { color: #9FE0C4; }
.colophon { border-top: 1px solid color-mix(in oklab, #fff 18%, transparent); padding-block: var(--sc-6); color: var(--sc-ink-soft); font-size: var(--sc-t-sm); }
.colophon__wrap { display: grid; gap: var(--sc-4); }
.colophon__mark { width: 11rem; height: auto; }
.colophon__line { margin: 0; }
.colophon__nav { display: flex; flex-wrap: wrap; gap: var(--sc-2) var(--sc-5); }
.colophon__nav a { color: #fff; text-decoration: none; }
.colophon__nav a:hover { text-decoration: underline; text-decoration-color: var(--bkre-sky); }
.colophon__small { margin: 0; max-width: 62ch; }

/* ------------------------------------------------------------- responsive -- */
@media (max-width: 1180px) {
  .folio { position: sticky; top: 0; bottom: auto; width: auto; height: auto; flex-direction: row; align-items: center; justify-content: space-between; gap: var(--sc-4); padding: var(--sc-3) var(--sc-gutter); border-right: 0; border-bottom: 1px solid var(--bkre-line); }
  .folio__chapter, .folio .ledger { display: none; }
  .folio__nav { margin: 0; flex-direction: row; align-items: center; gap: var(--sc-4); }
  .folio__nav a:not(.folio__cta) { display: none; }
  .folio__cta { margin: 0; padding: 0.55rem 0.9rem; }
  .chapters { margin-left: 0; }
  .spread, .stories, .close { grid-template-columns: 1fr; }
  .stories__media { position: static; max-width: 34rem; }
  .quotes { display: flex; flex-direction: column; }
  .close { align-items: start; }
}
@media (max-width: 700px) {
  .title__h1 { font-size: var(--sc-t-2xl); }
  .promises { grid-template-columns: 1fr; gap: var(--sc-6); }
  .month__strip { grid-template-columns: 1fr 1fr; }
  .pain__line { font-size: var(--sc-t-xl); }
  .folio__mark img { width: 7.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .ledger__line { transition: none; opacity: 1; transform: none; }
  .ledger__rule { transition: none; width: 100%; }
}

/* ------------------------------------------------------------ inner pages -- */
.folio--page .folio__chapter { margin-top: var(--sc-2); }
.chapter--lead { padding-top: clamp(4rem, 8vw, 8rem); }
.chapter--nopad { padding-top: 0; }
.chapter--painted { background: var(--bkre-ledger); }
.chapter--close-page { min-height: 0; padding-top: 0; }
.page__aside { color: var(--sc-ink-soft); font-size: var(--sc-t-sm); max-width: 52ch; }
.page__cta { margin-top: var(--sc-7) !important; display: flex; flex-wrap: wrap; align-items: center; gap: var(--sc-4); }
.plain { list-style: none; margin: var(--sc-4) 0 0; padding: 0; max-width: 58ch; color: var(--sc-ink-soft); }
.plain > li + li { margin-top: var(--sc-3); }
.plain strong { color: var(--sc-ink); }
.phases { display: grid; grid-template-columns: 1fr; gap: var(--sc-9); }
.phase { border-top: 2px solid var(--bkre-ledger); padding-top: var(--sc-5); display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: var(--sc-4) var(--sc-8); align-items: start; }
.phase__head { position: sticky; top: 13rem; }
.phase .plain { margin-top: 0; max-width: 62ch; }
.phase__num { margin: 0 0 var(--sc-3); font-size: var(--sc-t-xs); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sc-ink-soft); }
.phase .sc-body { margin-top: var(--sc-3); }
.values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sc-7); }
.value .sc-body { margin-top: var(--sc-3); }
.facts { max-width: 62ch; }
.quotes--page { margin-top: 0; }
.stories__list--page { margin-top: var(--sc-6); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sc-6) var(--sc-8); }
.stories__list--page > * + * { margin-top: 0; }
.legal { max-width: 62ch; }
.legal h2 { font-size: var(--sc-t-lg); margin-top: var(--sc-7); }
.legal p { color: var(--sc-ink-soft); }
.legal p strong { color: var(--sc-ink); }
.faq { max-width: 62ch; }
.faq__item { border-top: 1px solid var(--bkre-line); padding: var(--sc-4) 0; }
.faq__item:last-of-type { border-bottom: 1px solid var(--bkre-line); }
.faq__item summary { cursor: pointer; font-family: var(--sc-font-display); font-weight: 700; font-size: var(--sc-t-lg); color: var(--bkre-ledger); list-style: none; display: flex; justify-content: space-between; gap: var(--sc-4); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--bkre-sky); font-weight: 800; flex: none; }
.faq__item[open] summary::after { content: "–"; }
.faq__item p { margin: var(--sc-3) 0 0; color: var(--sc-ink-soft); }
.book__what { margin-top: var(--sc-5); }
.book__widget { border-radius: var(--sc-r-sm); overflow: clip; }
.book__fallback { margin: var(--sc-4) 0 0; font-size: var(--sc-t-sm); color: var(--sc-ink-soft); }
.spread--contact { grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); }
.lead-form { margin-top: var(--sc-6); max-width: 34rem; }
.field { display: flex; flex-direction: column; gap: var(--sc-1); margin-bottom: var(--sc-4); }
.field label { font-weight: 600; font-size: var(--sc-t-sm); color: var(--sc-ink); }
.field__opt { color: var(--sc-ink-soft); font-weight: 400; }
.field input, .field textarea { border: 1px solid var(--bkre-line); border-radius: var(--sc-r-sm); padding: 0.65rem 0.8rem; background: #fff; color: var(--bkre-ink); caret-color: var(--bkre-ink); transition: border-color var(--sc-d-fast) var(--sc-ease-out); }
.field input:focus-visible, .field textarea:focus-visible { border-color: var(--bkre-ledger); outline-offset: 2px; }
.field input::placeholder, .field textarea::placeholder { color: var(--bkre-mist); }
.field__consent { font-size: var(--sc-t-sm); color: var(--sc-ink-soft); }
.lead-form__note { margin-top: var(--sc-4); padding: var(--sc-3) var(--sc-4); background: var(--bkre-tint); border-radius: var(--sc-r-sm); color: var(--sc-ink); font-size: var(--sc-t-sm); }
.lead-form__note--ok { background: var(--bkre-reconciled); color: #fff; font-size: 1.05rem; font-weight: 600; text-align: center; padding: var(--sc-4) var(--sc-5); }
.lead-form__note--ok::before { content: "\2713\00a0\00a0"; }
.lead-form__note--fail { background: var(--bkre-terracotta-deep); color: #fff; font-weight: 600; text-align: center; padding: var(--sc-4) var(--sc-5); }
.contact__aside { padding-top: var(--sc-4); }
@media (max-width: 1180px) { .values { grid-template-columns: 1fr; } .spread--contact { grid-template-columns: 1fr; } .phase { grid-template-columns: 1fr; } .phase__head { position: static; } }
@media (max-width: 700px) { .stories__list--page { grid-template-columns: 1fr; } }


/* ------------------------------------------------------------- the masthead (v2: the menu across the top) -- */
.masthead { position: sticky; top: 0; z-index: var(--sc-z-chrome); background: var(--bkre-paper); border-bottom: 1px solid var(--bkre-line); }
.masthead__wrap { display: flex; align-items: center; gap: var(--sc-6); padding-block: var(--sc-3); }
.masthead__mark img { width: 10rem; height: auto; }
.masthead__nav { display: flex; align-items: center; gap: var(--sc-5); margin-left: auto; font-size: var(--sc-t-sm); font-weight: 600; }
.masthead__nav a { text-decoration: none; color: var(--sc-ink-soft); padding: 0.3rem 0; border-bottom: 2px solid transparent; transition: color var(--sc-d-fast) var(--sc-ease-out), border-color var(--sc-d-fast) var(--sc-ease-out); }
.masthead__nav a:hover { color: var(--bkre-ledger); }
.masthead__nav a[aria-current="page"] { color: var(--bkre-ledger); border-bottom-color: var(--bkre-sky); }
.masthead__cta { margin-top: 0; padding: 0.6rem 1rem; white-space: nowrap; }
.btn--lg { font-size: var(--sc-t-lg); padding: 0.85rem 1.4rem; }
.hero { padding-block: clamp(2rem, 6vw, 5rem) clamp(2rem, 5vw, 4rem); }
.hero__cta { margin-top: var(--sc-7) !important; display: flex; flex-wrap: wrap; align-items: center; gap: var(--sc-4); }
.chapter--hero { padding-block: var(--sc-7); }
.chapter--promises-thin, .chapter--close-thin { padding-block: clamp(3.5rem, 7vw, 7rem); }
.headlines { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--sc-7) var(--sc-6); }
.headline { border-top: 1px solid color-mix(in oklab, #fff 28%, transparent); padding-top: var(--sc-4); }
.headline__big { margin: 0; font-family: var(--sc-font-display); font-weight: 800; font-size: var(--sc-t-2xl); line-height: 1; letter-spacing: var(--sc-track-snug); color: #fff; }
.headline__line { margin: var(--sc-3) 0 0; color: var(--sc-ink-soft); text-wrap: pretty; }
.headlines__more { margin: var(--sc-7) 0 0; font-weight: 600; }
.spread--home { grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); align-items: center; }
.media--home { max-width: 26rem; justify-self: end; }
.quote--solo { max-width: 52rem; border-left-width: 2px; border-left-color: var(--bkre-sky); }
.quote--solo p { font-size: var(--sc-t-xl); line-height: 1.3; font-weight: 500; color: var(--bkre-ledger); }
.close__alt a { color: #fff; }

/* the calendar: a weekly tidy, the 15th circled */
.cal { margin: var(--sc-5) 0 0; max-width: 40rem; }
.cal__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 3px; }
.cal__dow { font-size: var(--sc-t-xs); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--bkre-mist); padding: 0 0 var(--sc-2) 0.35rem; }
.cal__day { position: relative; min-height: 3.6rem; background: #fff; border: 1px solid var(--bkre-line); border-radius: 4px; padding: 0.35rem 0.4rem; font-weight: 600; font-variant-numeric: tabular-nums; color: var(--sc-ink); font-size: var(--sc-t-sm); }
.cal__day--wk { background: var(--bkre-tint); color: var(--sc-ink-soft); font-weight: 500; }
.cal__day--pad { background: transparent; border-color: transparent; }
.cal__day--tidy { border-color: var(--bkre-ledger); }
.cal__tag { display: block; margin-top: 0.25rem; font-size: var(--sc-t-xs); font-weight: 600; color: var(--bkre-ledger); letter-spacing: 0.02em; }
.cal__day--15 { border-color: var(--bkre-terracotta); background: #fff; }
.cal__ring { display: inline-grid; place-items: center; width: 1.9rem; height: 1.9rem; border: 2.5px solid var(--bkre-terracotta); border-radius: 50%; color: var(--bkre-terracotta); font-weight: 800; margin: -0.15rem 0 0 -0.25rem; }
.cal__tag--15 { color: var(--bkre-terracotta); font-weight: 700; }
.cal__cap { margin: var(--sc-4) 0 0; font-size: var(--sc-t-sm); color: var(--sc-ink-soft); max-width: 48ch; }

/* the client journey: a line that fills as the reader moves through the three phases */
.journey { margin: 0; padding-block: var(--sc-4) var(--sc-6); }
.journey__track { position: relative; height: 4px; background: var(--bkre-line); border-radius: 2px; overflow: hidden; }
.journey__fill { position: absolute; inset: 0; width: 100%; background: var(--bkre-ledger); transform: scaleX(0); transform-origin: left center; transition: transform 160ms linear; }
.journey__stations { list-style: none; margin: var(--sc-3) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sc-4); }
.journey__station { position: relative; padding-top: var(--sc-4); }
.journey__dot { position: absolute; top: -12px; left: 0; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 3px solid var(--bkre-line); transition: border-color 200ms var(--sc-ease-out), transform 200ms var(--sc-ease-out); }
.journey__station.is-reached .journey__dot { border-color: var(--bkre-ledger); }
.journey__station.is-here .journey__dot { border-color: var(--bkre-terracotta); transform: scale(1.2); }
.journey__label { display: block; font-family: var(--sc-font-display); font-weight: 700; font-size: var(--sc-t-lg); color: var(--sc-ink-soft); transition: color 200ms var(--sc-ease-out); }
.journey__station.is-reached .journey__label { color: var(--bkre-ledger); }
.journey__when { display: block; font-size: var(--sc-t-sm); color: var(--sc-ink-soft); }
.journey__cap { margin: var(--sc-4) 0 0; font-size: var(--sc-t-xs); color: var(--bkre-mist); }
.journey.is-stuck { position: sticky; top: 4.4rem; z-index: 5; background: var(--bkre-tint); padding-top: var(--sc-4); padding-bottom: var(--sc-3); margin-bottom: var(--sc-6); box-shadow: 0 8px 12px -10px hsl(var(--sc-shadow-color) / 0.25); }
.chapter--phases { padding-top: var(--sc-5); }

@media (max-width: 1180px) {
  .spread--home { grid-template-columns: 1fr; }
  .media--home { justify-self: start; }
  .headlines { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .masthead__wrap { flex-wrap: wrap; gap: var(--sc-3) var(--sc-4); padding-block: var(--sc-3); }
  .masthead__mark { order: 1; }
  .masthead__mark img { width: 8.5rem; }
  .masthead__cta { order: 2; margin-left: auto; padding: 0.5rem 0.8rem; font-size: var(--sc-t-sm); }
  .masthead__nav { order: 3; width: 100%; margin-left: 0; gap: var(--sc-4); overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 2px; }
  .masthead__nav a { white-space: nowrap; }
  .journey.is-stuck { top: 6.4rem; }
}
@media (max-width: 700px) {
  .headlines { grid-template-columns: 1fr; gap: var(--sc-5); }
  .journey__stations { grid-template-columns: 1fr; gap: var(--sc-3); }
  .journey__dot { display: none; }
  .cal__day { min-height: 3rem; padding: 0.25rem 0.3rem; }
  .cal__tag { font-size: 0.62rem; }
  .btn--lg { font-size: var(--sc-t-base); padding: 0.75rem 1.1rem; }
}

/* ------------------------------------------------------------- v3 (Jake's second read) -- */
.ic { width: 1.25em; height: 1.25em; flex: none; color: var(--bkre-sky); vertical-align: -0.25em; }
.ic--lg { width: 2rem; height: 2rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.chapter--nopad-bottom { padding-bottom: var(--sc-6); }
.hero__question { margin: 0; font-family: var(--sc-font-display); font-weight: 600; font-size: var(--sc-t-xl); color: var(--sc-ink-soft); letter-spacing: var(--sc-track-snug); }
.title__h1 { max-width: 16ch; }

/* the three sourced statistics */
.chapter--stats { padding-block: clamp(3rem, 6vw, 6rem); }
.stats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sc-7); }
.stat .ic { display: block; margin-bottom: var(--sc-3); color: var(--bkre-ledger); }
.stat__big { margin: 0; font-family: var(--sc-font-display); font-weight: 800; font-size: var(--sc-t-2xl); line-height: 1.05; letter-spacing: var(--sc-track-snug); color: var(--bkre-ledger); text-wrap: balance; }
.stat__line { margin: var(--sc-3) 0 0; color: var(--sc-ink-soft); max-width: 34ch; }
.stats__source { margin: var(--sc-6) 0 0; font-size: var(--sc-t-xs); color: var(--bkre-mist); max-width: 62ch; }

/* the promises, smaller, with icons */
.promises__intro { margin-bottom: var(--sc-5); }
.pledges { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sc-4) var(--sc-7); }
.pledge { display: flex; gap: var(--sc-4); align-items: flex-start; padding: var(--sc-4) 0; border-top: 1px solid var(--bkre-line); }
.pledge .ic { width: 1.6rem; height: 1.6rem; margin-top: 0.15rem; color: var(--bkre-terracotta); }
.pledge__big { margin: 0; font-family: var(--sc-font-display); font-weight: 700; font-size: var(--sc-t-lg); color: var(--bkre-ledger); line-height: 1.2; }
.pledge__line { margin: var(--sc-1) 0 0; color: var(--sc-ink-soft); font-size: var(--sc-t-sm); max-width: 40ch; }

/* who we serve, an icon list */
.chapter--who { padding-top: 0; }
.serve { list-style: none; margin: var(--sc-4) 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sc-3) var(--sc-7); max-width: 62rem; }
.serve li { display: flex; gap: var(--sc-3); align-items: flex-start; color: var(--sc-ink); padding: var(--sc-2) 0; }
.serve .ic { width: 1.4rem; height: 1.4rem; margin-top: 0.1rem; color: var(--bkre-ledger); }

/* small quotes */
.quotes--small { margin-top: var(--sc-6); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sc-6) var(--sc-7); }
.quotes--small .quote p { font-size: var(--sc-t-base); }
.quotes--small .quote { border-left-color: var(--bkre-sky); }

/* the close with the bio */
.close-bio { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--sc-8); align-items: center; }
.bio { display: flex; gap: var(--sc-5); align-items: center; background: color-mix(in oklab, #fff 7%, var(--bkre-ledger)); border: 1px solid color-mix(in oklab, #fff 18%, transparent); border-radius: var(--sc-r-sm); padding: var(--sc-5); }
.bio__img { width: 7rem; height: 7rem; object-fit: cover; object-position: 50% 20%; border-radius: 50%; flex: none; box-shadow: var(--sc-e2); }
.bio__name { margin: 0; font-weight: 700; color: #fff; }
.bio__line { margin: var(--sc-2) 0 0; font-size: var(--sc-t-sm); color: var(--sc-ink-soft); }
.bio__more { margin: var(--sc-3) 0 0; font-size: var(--sc-t-sm); font-weight: 600; }
.bio__more a { color: #fff; text-decoration-color: var(--bkre-sky); }

/* the journey, calendar-style checkpoints */
.journey__stops { list-style: none; margin: var(--sc-4) 0 0; padding: 0; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: var(--sc-3); }
.journey__stop { display: flex; flex-direction: column; gap: var(--sc-2); align-items: flex-start; }
.journey__tile { display: flex; flex-direction: column; justify-content: space-between; min-width: 4.4rem; min-height: 3.6rem; padding: 0.35rem 0.5rem; background: #fff; border: 1px solid var(--bkre-line); border-radius: 4px; color: var(--sc-ink-soft); transition: border-color 200ms var(--sc-ease-out), color 200ms var(--sc-ease-out), background 200ms var(--sc-ease-out), transform 200ms var(--sc-ease-out); }
.journey__k { font-size: var(--sc-t-xs); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; }
.journey__n { font-family: var(--sc-font-display); font-weight: 800; font-size: var(--sc-t-lg); line-height: 1; }
.journey__label { font-size: var(--sc-t-xs); color: var(--bkre-mist); }
.journey__stop.is-reached .journey__tile { border-color: var(--bkre-ledger); color: var(--bkre-ledger); }
.journey__stop.is-here .journey__tile { background: var(--bkre-ledger); border-color: var(--bkre-ledger); color: #fff; transform: translateY(-2px); }
.journey__stop.is-reached .journey__label { color: var(--bkre-ledger); }
.journey__stop--more .journey__tile { border-style: dashed; }
.phase__num .ic { color: var(--bkre-ledger); width: 1.1rem; height: 1.1rem; }

/* the calendar, Sunday first, the ring drawn on arrival */
.cal__day--15 { background: #fff; border-color: var(--bkre-line); }
.cal__ring { position: relative; display: inline-grid; place-items: center; width: 2.1rem; height: 2.1rem; margin: -0.2rem 0 0 -0.3rem; }
.cal__ringsvg { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.cal__ringsvg circle { fill: none; stroke: var(--bkre-terracotta); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset 900ms var(--sc-ease-out) 200ms; }
.cal__ring.sc-in .cal__ringsvg circle { stroke-dashoffset: 0; }
.cal__ring[data-sc-in] { opacity: 1; transform: none; }
.cal__ringnum { position: relative; font-weight: 800; color: var(--bkre-terracotta); }
.cal__legend { list-style: none; margin: var(--sc-5) 0 0; padding: 0; display: grid; gap: var(--sc-3); max-width: 44rem; }
.cal__legend li { display: flex; gap: var(--sc-3); align-items: flex-start; color: var(--sc-ink-soft); font-size: var(--sc-t-sm); }
.cal__legend strong { color: var(--sc-ink); }
.cal__key { flex: none; display: inline-grid; place-items: center; width: 2rem; height: 2rem; border-radius: 4px; font-weight: 700; font-size: var(--sc-t-sm); background: #fff; border: 1px solid var(--bkre-ledger); color: var(--bkre-ledger); }
.cal__key--15 { border: 2.5px solid var(--bkre-terracotta); border-radius: 50%; color: var(--bkre-terracotta); }
.cal__cap { display: none; }

/* the X list */
.xlist { list-style: none; margin: var(--sc-4) 0 0; padding: 0; display: grid; gap: var(--sc-3); max-width: 62ch; }
.xlist li { display: flex; gap: var(--sc-3); align-items: flex-start; color: var(--sc-ink-soft); }
.xlist .ic { width: 1.4rem; height: 1.4rem; margin-top: 0.15rem; color: var(--bkre-terracotta); }
.xlist strong { color: var(--sc-ink); }

/* badges */
.badges { list-style: none; margin: var(--sc-4) 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sc-6) var(--sc-7); max-width: 56rem; }
.badge { display: flex; gap: var(--sc-4); align-items: center; color: var(--sc-ink-soft); font-size: var(--sc-t-sm); }
.badge img { width: auto; height: 5.5rem; flex: none; }

/* posts */
.posts__head { margin-bottom: var(--sc-5); }
.posts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sc-6) var(--sc-7); }
.post-card { border-top: 2px solid var(--bkre-line); padding-top: var(--sc-4); }
.post-card--feature { border-top-color: var(--bkre-ledger); }
.post-card__meta { margin: 0 0 var(--sc-2); font-size: var(--sc-t-xs); letter-spacing: 0.06em; text-transform: uppercase; color: var(--bkre-mist); font-weight: 600; }
.post-card h3 { margin: 0; font-size: var(--sc-t-lg); line-height: 1.25; }
.post-card h3 a { color: var(--bkre-ledger); text-decoration-color: transparent; }
.post-card h3 a:hover { text-decoration-color: var(--bkre-sky); }
.post-card p { margin: var(--sc-2) 0 0; color: var(--sc-ink-soft); max-width: 46ch; }
.post__wrap { max-width: 44rem; }
.post__meta { margin: 0 0 var(--sc-4); font-size: var(--sc-t-sm); color: var(--sc-ink-soft); }
.post__body { margin-top: var(--sc-6); }
.post__body p, .post__body li { color: var(--sc-ink); }
.post__body h2 { font-size: var(--sc-t-xl); margin: var(--sc-7) 0 var(--sc-3); }
.post__body h3 { font-size: var(--sc-t-lg); margin: var(--sc-5) 0 var(--sc-2); }
.post__body ul, .post__body ol { padding-left: 1.2rem; }
.post__body blockquote { margin: var(--sc-5) 0; padding-left: var(--sc-4); border-left: 2px solid var(--bkre-sky); color: var(--sc-ink-soft); }
.post__foot { margin-top: var(--sc-8); padding-top: var(--sc-4); border-top: 1px solid var(--bkre-line); color: var(--sc-ink-soft); font-size: var(--sc-t-sm); }
.lead-form--inline { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sc-3); margin-top: var(--sc-4); max-width: none; }
.lead-form--inline input { border: 1px solid var(--bkre-line); border-radius: var(--sc-r-sm); padding: 0.65rem 0.8rem; background: #fff; min-width: 18rem; }
.lead-form--inline .lead-form__note { width: 100%; }
.book__what li, .contact__list li { display: flex; gap: var(--sc-3); align-items: flex-start; }
.book__what .ic, .contact__list .ic { width: 1.3rem; height: 1.3rem; margin-top: 0.15rem; color: var(--bkre-ledger); }
.contact__aside .ic { color: var(--bkre-ledger); }

@media (max-width: 1180px) {
  .close-bio { grid-template-columns: 1fr; }
  .journey__stops { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .stats, .pledges, .serve, .quotes--small, .badges, .posts { grid-template-columns: 1fr; }
  .journey__stops { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--sc-2); }
  .journey__tile { min-width: 0; min-height: 3rem; padding: 0.3rem 0.4rem; }
  .journey__label { display: none; }
  .journey__n { font-size: var(--sc-t-base); }
  .bio { flex-direction: column; align-items: flex-start; }
  .hero__question { font-size: var(--sc-t-lg); }
  .lead-form--inline input { min-width: 0; width: 100%; }
}

.quotes--small .quote { grid-column: auto; }

/* ------------------------------------------------------------- v4 (Jake's third read) -- */
.masthead__mark img { width: 12.5rem; }
.masthead__cta { padding: 0.45rem 0.9rem; font-size: var(--sc-t-sm); }
.hero__journey { margin: 0; font-family: var(--sc-font-display); font-weight: 600; font-size: var(--sc-t-lg); color: var(--sc-ink); max-width: 30ch; }
.serve { grid-template-columns: 1fr; max-width: 40rem; gap: var(--sc-1); }
.who__not { display: none; }

/* two readers */
.readers { list-style: none; margin: var(--sc-6) 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sc-6) var(--sc-8); }
.reader { border-top: 2px solid color-mix(in oklab, #fff 40%, transparent); padding-top: var(--sc-5); }
.chapter--ledger .reader h3 { color: #fff; }
.chapter--ledger .reader p, .chapter--ledger .readers__and { color: var(--sc-ink-soft); }
.chapter--ledger .readers__and { color: #fff; }
.reader .ic { width: 2.4rem; height: 2.4rem; color: var(--bkre-sky); margin-bottom: var(--sc-3); display: block; }
.reader h3 { margin: 0; font-size: var(--sc-t-xl); }
.reader p { margin: var(--sc-3) 0 0; color: var(--sc-ink-soft); max-width: 40ch; }
.readers__and { margin: var(--sc-6) 0 0; font-size: var(--sc-t-lg); font-weight: 500; color: var(--sc-ink); max-width: 46ch; }

/* the close, centred, two calls to action, no box */
.close-center { text-align: center; display: flex; flex-direction: column; align-items: center; gap: var(--sc-5); }
.close-center .sc-lede, .close-center .sc-display { margin-left: auto; margin-right: auto; text-wrap: balance; }
.close-center .sc-lede { max-width: 40ch; }
.ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--sc-4); margin: 0; }
.btn--ghost { background: transparent; color: #fff !important; border: 2px solid color-mix(in oklab, #fff 55%, transparent); }
.btn--ghost:hover { background: color-mix(in oklab, #fff 12%, transparent); border-color: #fff; }
.chapter--paper .btn--ghost, .chapter--tint .btn--ghost { color: var(--bkre-ledger) !important; border-color: var(--bkre-ledger); }
.chapter--paper .btn--ghost:hover, .chapter--tint .btn--ghost:hover { background: var(--bkre-tint); }
.bio-center { display: flex; flex-direction: column; align-items: center; gap: var(--sc-3); max-width: 34rem; margin-top: var(--sc-4); }
.bio-center .bio__img { width: 6.5rem; height: 6.5rem; }
.bio-center .bio__name { color: #fff; }
.bio-center .bio__line { text-align: center; }

/* the journey, v4: one line, the mark travels it as an arrow and leaves a trail, one centrepiece label */
.journey__stops { display: none; }
.journey__line { position: relative; height: 4px; background: var(--bkre-line); border-radius: 2px; margin: var(--sc-6) 0 var(--sc-4); overflow: visible; }
.journey__trail { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: var(--bkre-ledger); border-radius: 2px; transform: scaleX(0); transform-origin: left center; }
.journey__ticks { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }
.journey__tick { position: absolute; top: 50%; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: var(--bkre-paper); border: 2px solid var(--bkre-line); transition: border-color 200ms var(--sc-ease-out), background 200ms var(--sc-ease-out); }
.journey__tick.is-reached { border-color: var(--bkre-ledger); background: var(--bkre-ledger); }
.journey__marker { position: absolute; top: 50%; left: 0; width: 2.6rem; height: 2.6rem; margin: -1.3rem 0 0 -1.3rem; display: grid; place-items: center; background: #fff; border: 2px solid var(--bkre-ledger); border-radius: 50%; box-shadow: var(--sc-e2); will-change: transform; }
.journey__marker svg { width: 1.5rem; height: 1.5rem; transform: rotate(90deg); }
.journey__piece { text-align: center; }
.journey__piece-k { display: block; font-size: var(--sc-t-xs); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; color: var(--sc-ink-soft); }
.journey__piece-n { display: block; font-family: var(--sc-font-display); font-weight: 800; font-size: var(--sc-t-2xl); line-height: 1; color: var(--bkre-ledger); letter-spacing: var(--sc-track-snug); }
.journey__piece-what { display: block; margin-top: var(--sc-1); font-size: var(--sc-t-sm); color: var(--sc-ink-soft); }
.journey__piece.is-swap .journey__piece-n { animation: piece-in 320ms var(--sc-ease-out); }
@keyframes piece-in { from { opacity: 0; transform: translate3d(0, 8px, 0); } to { opacity: 1; transform: none; } }
.journey.is-stuck { background: var(--bkre-tint); padding-bottom: var(--sc-4); }

/* badges, images only, stacked */
.badges { grid-template-columns: 1fr; gap: var(--sc-5); max-width: 22rem; margin-top: 0; }
.badge img { height: 6rem; }
.badge span { display: none; }
.chapter--badges { padding-block: var(--sc-7); }

@media (max-width: 700px) {
  .readers { grid-template-columns: 1fr; }
  .masthead__mark img { width: 9.5rem; }
  .journey__marker { width: 2.1rem; height: 2.1rem; margin: -1.05rem 0 0 -1.05rem; }
  .journey__marker svg { width: 1.2rem; height: 1.2rem; }
  .journey__piece-n { font-size: var(--sc-t-xl); }
}

/* ------------------------------------------------------------- v5 (Jake's fourth read) -- */
.hero__cta--stacked { flex-direction: column; align-items: flex-start; gap: var(--sc-3); }
.serve--brown .ic { color: var(--bkre-terracotta); }
.phases-strip { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sc-3) var(--sc-4); margin-top: var(--sc-7); padding: var(--sc-4) var(--sc-5); border: 1px solid var(--bkre-line); border-radius: var(--sc-r-sm); background: #fff; text-decoration: none; color: var(--sc-ink); transition: border-color var(--sc-d-fast) var(--sc-ease-out), box-shadow var(--sc-d-fast) var(--sc-ease-out); }
.phases-strip:hover { border-color: var(--bkre-ledger); box-shadow: var(--sc-e1); }
.phases-strip__step { display: inline-flex; align-items: center; gap: var(--sc-2); font-weight: 700; color: var(--bkre-ledger); }
.phases-strip__step .ic { color: var(--bkre-terracotta); width: 1.4rem; height: 1.4rem; }
.phases-strip__arrow .ic { color: var(--bkre-mist); width: 1.2rem; height: 1.2rem; }
.phases-strip__link { margin-left: auto; display: inline-flex; align-items: center; gap: var(--sc-1); font-size: var(--sc-t-sm); font-weight: 600; color: var(--sc-ink-soft); text-decoration: underline; text-decoration-color: var(--bkre-sky); text-underline-offset: 0.22em; }
.phases-strip__link .ic { width: 1rem; height: 1rem; color: var(--bkre-sky); }

/* the drawn icons */
.ic--draw * { stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset 900ms var(--sc-ease-out); }
.sc-in .ic--draw *, .sc-in.ic--draw * { stroke-dashoffset: 0; }
.sc-in .ic--draw *:nth-child(2) { transition-delay: 220ms; }
.sc-in .ic--draw *:nth-child(3) { transition-delay: 380ms; }
.sc-in .ic--draw *:nth-child(4) { transition-delay: 500ms; }
.ic--white { color: #fff; }
@media (prefers-reduced-motion: reduce) { .ic--draw * { stroke-dashoffset: 0; transition: none; } }

/* the journey marker as an arrow; the trail as the two bars of the mark */
.journey__marker { background: transparent; border: 0; box-shadow: none; width: 2.2rem; height: 2.2rem; margin: -1.1rem 0 0 -0.5rem; }
.journey__marker svg { width: 2.2rem; height: 2.2rem; transform: none; }
.journey__line { height: 14px; background: transparent; border-radius: 0; }
.journey__line::before { content: ""; position: absolute; left: 0; right: 0; top: 2px; height: 3px; background: var(--bkre-line); border-radius: 2px; }
.journey__line::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 3px; background: var(--bkre-line); border-radius: 2px; }
.journey__trail { height: 3px; top: 2px; bottom: auto; background: var(--bkre-ledger); border-radius: 2px; z-index: 1; }
.journey__trail--b { top: auto; bottom: 2px; }
.journey__ticks { z-index: 2; }
.journey__tick { top: 50%; width: 8px; height: 8px; margin: -4px 0 0 -4px; }
.journey__marker { z-index: 3; }

/* the calendar's arrivals */
.cal__day--tidy[data-sc-in] { opacity: 1; transform: none; border-color: var(--bkre-line); transition: border-color 500ms var(--sc-ease-out), background 500ms var(--sc-ease-out), box-shadow 500ms var(--sc-ease-out); }
.cal__day--tidy[data-sc-in] .cal__tag { opacity: 0; transition: opacity 400ms var(--sc-ease-out) 300ms; }
.cal__day--tidy.sc-in { border-color: var(--bkre-ledger); box-shadow: inset 0 0 0 1px var(--bkre-ledger); }
.cal__day--tidy.sc-in .cal__tag { opacity: 1; }
.cal__tag--15[data-sc-in] { opacity: 0; transform: none; transition: opacity 400ms var(--sc-ease-out) 900ms; }
.cal__tag--15.sc-in { opacity: 1; }
.cal__callout { margin: var(--sc-5) 0 0; display: inline-flex; align-items: center; gap: var(--sc-2); padding: 0.55rem 0.9rem; border-radius: var(--sc-r-sm); background: var(--bkre-terracotta); color: #fff; font-weight: 700; }
.cal__callout .ic { color: #fff; }

/* pricing bullets, badges in a row, the story strip */
.pricing li { display: flex; gap: var(--sc-3); align-items: flex-start; }
.pricing .ic { width: 1.4rem; height: 1.4rem; margin-top: 0.15rem; color: var(--bkre-terracotta); }
.badges--row { display: flex; justify-content: center; align-items: center; gap: var(--sc-9); max-width: none; margin: 0 auto; }
.badges--row .badge img { height: 7rem; }
.story-strip { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: var(--sc-4) var(--sc-5); }
.story-strip__step { display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--sc-1); min-width: 12rem; }
.story-strip__step .ic { width: 2.2rem; height: 2.2rem; color: var(--bkre-terracotta); margin-bottom: var(--sc-2); }
.story-strip__k { font-size: var(--sc-t-xs); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; color: var(--sc-ink-soft); }
.story-strip__n { font-family: var(--sc-font-display); font-weight: 700; font-size: var(--sc-t-lg); color: var(--bkre-ledger); }
.story-strip__arrow .ic { color: var(--bkre-mist); width: 1.4rem; height: 1.4rem; }
.value .ic--lg { color: var(--bkre-terracotta); display: block; margin-bottom: var(--sc-3); }
@media (max-width: 700px) {
  .phases-strip__link { margin-left: 0; width: 100%; }
  .badges--row { flex-direction: column; gap: var(--sc-5); }
  .story-strip__arrow { display: none; }
  .story-strip__step { min-width: 0; width: 100%; }
}

/* ------------------------------------------------------------- v6 (Jake's fifth read) -- */
/* one icon colour: Terracotta on light grounds, white on Ledger grounds; the brand mark is the one exception */
.ic, .stat .ic, .serve .ic, .pledge .ic, .value .ic--lg, .xlist .ic, .pricing .ic, .book__what .ic, .contact__list .ic, .contact__aside .ic, .phase__num .ic, .phases-strip__step .ic, .phases-strip__link .ic, .phases-strip__arrow .ic, .story-strip__step .ic, .reader .ic { color: var(--bkre-terracotta); }
.chapter--ledger .ic, .chapter--ledger .reader .ic, .ic--white { color: #fff; }
.phases-home__arrow .ic, .story-strip__arrow .ic { color: var(--bkre-mist); }

/* centring: section heads and the home page's blocks */
.section-head { text-align: center; align-items: center; margin-bottom: var(--sc-6); }
.section-head > * { margin-left: auto; margin-right: auto; }
.section-head .sc-body { max-width: 52ch; }
.page--home .hero { text-align: center; }
.page--home .hero__stack { align-items: center; margin-inline: auto; }
.page--home .hero__stack > * { margin-left: auto; margin-right: auto; }
.page--home .title__h1 { max-width: 18ch; }
.page--home .hero__cta--stacked { align-items: center; }
.page--home .stats { text-align: center; max-width: 66rem; margin-inline: auto; }
.page--home .stat .ic { margin-inline: auto; }
.page--home .stat__line { margin-inline: auto; }
.page--home .stats__source { text-align: center; margin-inline: auto; }
.page--home .pledges { max-width: 60rem; margin-inline: auto; }
.page--home .chapter--who .sc-stack { align-items: center; }
.page--home .serve { margin-inline: auto; text-align: left; }
.page--home .readers { max-width: 56rem; margin-inline: auto; text-align: center; }
.page--home .reader .ic { margin-inline: auto; }
.page--home .reader p { margin-inline: auto; }
.page--home .readers__and { text-align: center; margin-inline: auto; }
.page--home .chapter--ledger .sc-stack { align-items: center; text-align: center; }
.page--home .quotes--small { max-width: 60rem; margin-inline: auto; }
.page--home .headlines__more { text-align: center; }

/* the three phases on the home page */
.phases-home { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); gap: var(--sc-5); align-items: start; max-width: 66rem; margin-inline: auto; text-align: center; }
.phases-home__step { display: flex; flex-direction: column; align-items: center; gap: var(--sc-2); padding: var(--sc-5) var(--sc-4); border-top: 2px solid var(--bkre-ledger); }
.phases-home__step .ic--lg { width: 2.4rem; height: 2.4rem; margin-bottom: var(--sc-2); }
.phases-home__k { font-size: var(--sc-t-xs); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; color: var(--sc-ink-soft); }
.phases-home__step h3 { margin: 0; font-size: var(--sc-t-xl); }
.phases-home__step p { margin: 0; color: var(--sc-ink-soft); max-width: 30ch; }
.phases-home__arrow { align-self: center; padding-top: var(--sc-6); }
.phases-home__arrow .ic { width: 1.6rem; height: 1.6rem; }

/* the journey: a solid trail as thick as the bar, checkpoints as short vertical bars */
.journey__line { height: 4px; background: var(--bkre-line); border-radius: 2px; }
.journey__line::before, .journey__line::after { display: none; }
.journey__trail { top: 0; bottom: 0; height: 4px; }
.journey__tick { width: 4px; height: 16px; margin: -8px 0 0 -2px; border-radius: 2px; border: 0; background: var(--bkre-line); }
.journey__tick.is-reached { background: var(--bkre-ledger); }
.journey__marker { margin: -1.1rem 0 0 -0.6rem; }

/* the mission and the values */
.chapter--mission { padding-block: clamp(3.5rem, 7vw, 7rem); }
.mission__lead { margin: 0; font-size: var(--sc-t-sm); color: var(--sc-ink-soft); max-width: 46ch; }
.mission__line { max-width: 22ch; }
.checks { list-style: none; margin: var(--sc-4) 0 0; padding: 0; display: grid; gap: var(--sc-3); text-align: left; max-width: 34rem; }
.checks li { display: flex; gap: var(--sc-3); align-items: flex-start; color: #fff; font-size: var(--sc-t-lg); font-weight: 500; }
.checks .ic { width: 1.5rem; height: 1.5rem; margin-top: 0.2rem; flex: none; }
.values { text-align: center; }
.value .ic--lg { margin-inline: auto; }
.value .sc-body { margin-inline: auto; }

/* the shared call to action */
.chapter--cta { padding-block: clamp(3.5rem, 7vw, 7rem); }
.bio-center .bio__name { margin-top: var(--sc-2); }
.bio-center .bio__more { margin-top: 0; }
.cal__callout { display: none; }

@media (max-width: 1180px) {
  .phases-home { grid-template-columns: 1fr; }
  .phases-home__arrow { padding: 0; transform: rotate(90deg); justify-self: center; }
}
@media (max-width: 700px) {
  .page--home .serve { padding-inline: var(--sc-2); }
  .checks li { font-size: var(--sc-t-base); }
  .journey__tick { height: 12px; margin-top: -6px; }
}

.page--about .bio__more { display: none; }

/* ------------------------------------------------------------- v7 (Jake's sixth read) -- */
.ledger-head { display: flex; align-items: center; gap: var(--sc-5); }
.ledger-head__img { width: 5.5rem; height: 5.5rem; border-radius: 50%; object-fit: cover; object-position: 50% 20%; flex: none; box-shadow: var(--sc-e2); }
.ledger-head__by { margin: var(--sc-2) 0 0; color: var(--sc-ink-soft); font-weight: 500; }
.topics { list-style: none; margin: var(--sc-5) 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--sc-3) var(--sc-6); }
.topics li { display: inline-flex; align-items: center; gap: var(--sc-2); font-weight: 600; color: var(--bkre-ledger); }
.topics .ic { width: 1.3rem; height: 1.3rem; }
.phases-home__step h3 { font-size: var(--sc-t-lg); white-space: nowrap; }
.phases-home__step p { font-size: var(--sc-t-sm); max-width: 28ch; }
.phases-home__step .ic--lg { width: 2rem; height: 2rem; }
.readers-table { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--sc-6) var(--sc-8); max-width: 62rem; margin: var(--sc-2) auto 0; text-align: left; position: relative; }
.readers-table::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: color-mix(in oklab, #fff 28%, transparent); }
.readers-table__who { margin: 0 0 var(--sc-4); display: flex; align-items: center; gap: var(--sc-2); font-family: var(--sc-font-display); font-weight: 700; font-size: var(--sc-t-xl); color: #fff; border-bottom: 2px solid color-mix(in oklab, #fff 40%, transparent); padding-bottom: var(--sc-3); }
.readers-table__who .ic { width: 1.6rem; height: 1.6rem; }
.checks--table { max-width: none; margin-top: 0; }
.checks--table li { font-size: var(--sc-t-base); font-weight: 400; color: var(--sc-ink-soft); }
.checks--table .ic { width: 1.3rem; height: 1.3rem; margin-top: 0.15rem; }
.page--home .readers__and { margin-top: var(--sc-7); }
.ctas--stacked { flex-direction: column; align-items: center; gap: var(--sc-3); }
.ctas__or { font-size: var(--sc-t-sm); color: var(--sc-ink-soft); }
.ctas__or a { color: #fff; text-decoration-color: var(--bkre-sky); }
.stars { margin: 0 0 var(--sc-2); display: flex; gap: 2px; }
.stars .ic, .section-head__stars .ic { width: 1rem; height: 1rem; color: var(--bkre-terracotta); }
.section-head__stars { margin: var(--sc-2) 0 0 !important; display: inline-flex; align-items: center; gap: 2px; font-size: var(--sc-t-sm); color: var(--sc-ink-soft); }
.section-head__stars span { margin-left: var(--sc-2); }
@media (max-width: 860px) {
  .readers-table { grid-template-columns: 1fr; }
  .readers-table::before { display: none; }
  .phases-home__step h3 { white-space: normal; }
}
@media (max-width: 700px) { .ledger-head { flex-direction: column; align-items: flex-start; } }

/* ------------------------------------------------------------- v8 (Jake's seventh read) -- */
.ctas--stacked { width: min(100%, 22rem); }
.or-line { display: flex; align-items: center; gap: var(--sc-3); width: 100%; margin: 0; color: var(--sc-ink-soft); font-size: var(--sc-t-sm); }
.or-line::before, .or-line::after { content: ""; flex: 1; height: 1px; background: color-mix(in oklab, #fff 30%, transparent); }
.ctas__alt { color: #fff; font-weight: 600; text-decoration-color: var(--bkre-sky); text-underline-offset: 0.22em; }
.section-head__stars { display: none; }

/* the FAQ, wider, with pointed answers */
.faq--wide { max-width: 56rem; margin-inline: auto; }
.faq__item summary { font-size: var(--sc-t-xl); }
.faq__points { list-style: none; margin: var(--sc-4) 0 var(--sc-2); padding: 0; display: grid; gap: var(--sc-3); }
.faq__points li { display: flex; gap: var(--sc-3); align-items: flex-start; color: var(--sc-ink-soft); }
.faq__points .ic { width: 1.35rem; height: 1.35rem; margin-top: 0.15rem; flex: none; }

/* The Ledger's subscribe row */
.subscribe { margin-top: var(--sc-5); max-width: 36rem; }
.subscribe__row { display: flex; gap: var(--sc-3); align-items: stretch; }
.subscribe__row input { flex: 1; min-width: 0; border: 1px solid var(--bkre-line); border-radius: var(--sc-r-sm); padding: 0.7rem 0.9rem; background: var(--bkre-tint); color: var(--bkre-ink); caret-color: var(--bkre-ink); }
.subscribe__row input:focus-visible { border-color: var(--bkre-ledger); background: #fff; }
.subscribe__row .btn { margin: 0; padding-block: 0; display: inline-flex; align-items: center; }
.subscribe__note { margin: var(--sc-2) 0 0; font-size: var(--sc-t-sm); color: var(--sc-ink-soft); }

/* the write-first form, centred */
.write { display: flex; flex-direction: column; align-items: center; }
.lead-form--center { width: min(100%, 34rem); margin-top: 0; }
.lead-form__send { text-align: center; }
.contact-lines { list-style: none; margin: var(--sc-7) 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: var(--sc-4) var(--sc-7); }
.contact-lines li { display: inline-flex; align-items: center; gap: var(--sc-2); font-weight: 600; }
.contact-lines .ic { width: 1.3rem; height: 1.3rem; }

/* the footer in five lines */
.colophon__wrap { gap: var(--sc-3); }
.colophon__slogan { color: #fff; font-weight: 600; }
.colophon__client { display: flex; flex-wrap: wrap; gap: var(--sc-2) var(--sc-6); margin-top: var(--sc-2); padding-top: var(--sc-4); border-top: 1px solid color-mix(in oklab, #fff 18%, transparent); }
.colophon__client a { display: inline-flex; align-items: center; gap: var(--sc-2); color: #fff; text-decoration: none; font-weight: 600; }
.colophon__client a:hover { text-decoration: underline; text-decoration-color: var(--bkre-sky); }
.colophon__client .ic { width: 1.2rem; height: 1.2rem; color: var(--bkre-sky); }
.colophon__small { display: none; }
@media (max-width: 700px) { .subscribe__row { flex-direction: column; } .faq__item summary { font-size: var(--sc-t-lg); } }

.page--faq .chapter--lead, .page--newsletter .chapter--lead { padding-bottom: var(--sc-6); }

/* ------------------------------------------------------------- v9 (Jake's eighth read) -- */
/* every page opens on Ledger blue, then paper all the way down; the call to action sits in a tint panel; the footer stays blue */
.chapter--lead { padding-bottom: clamp(3.5rem, 6vw, 6rem); }
.chapter--lead-slim { padding-top: clamp(3rem, 5vw, 4.5rem); padding-bottom: clamp(2.5rem, 4vw, 3.5rem); }
.page--faq .chapter--lead, .page--newsletter .chapter--lead { padding-bottom: clamp(3.5rem, 6vw, 6rem); }
.chapter--ledger .topics li, .chapter--ledger .lead-phases strong { color: #fff; }
.chapter--ledger .media__frame { background: color-mix(in oklab, #fff 10%, var(--bkre-ledger)); }
.chapter--legal, .chapter--book-cal { padding-top: clamp(2.5rem, 5vw, 4.5rem); }
.post { padding-top: clamp(2.5rem, 5vw, 4.5rem); }
.post__head .post__meta { margin-bottom: var(--sc-3); }

/* the sections that were tint or blue, now on paper */
.journey.is-stuck { background: var(--bkre-paper); }
.readers-table::before { background: var(--bkre-line); }
.readers-table__who { color: var(--bkre-ledger); border-bottom-color: var(--bkre-ledger); }
.chapter--paper .checks li { color: var(--sc-ink); }
.chapter--paper .checks--table li { color: var(--sc-ink-soft); }
.chapter--mission { padding-block: clamp(2.5rem, 5vw, 5rem); }
.chapter--mission .close-center { padding-block: clamp(2.5rem, 5vw, 4.5rem); border-top: 1px solid var(--bkre-line); border-bottom: 1px solid var(--bkre-line); }
.chapter--examples { padding-top: 0; }

/* the call to action: a tint panel on paper, the portrait ringed on arrival */
.chapter--cta { padding-block: clamp(2rem, 5vw, 4.5rem) clamp(3.5rem, 7vw, 7rem); }
.cta-panel { width: min(100%, 58rem); margin-inline: auto; padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.25rem, 4vw, 3.5rem); background: var(--bkre-tint); border: 1px solid var(--bkre-line); border-radius: var(--sc-r-lg); }
.cta-panel .or-line::before, .cta-panel .or-line::after { background: var(--bkre-line); }
.cta-panel .ctas__alt { color: var(--bkre-ledger); }
.cta-panel .bio__name { color: var(--sc-ink); }
.cta-panel .bio__more a { color: var(--bkre-ledger); }
.bio__ring { position: relative; display: inline-grid; place-items: center; width: 7.6rem; height: 7.6rem; }
.bio__ringsvg { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.bio__ringsvg circle { fill: none; stroke: var(--bkre-sky); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset 1100ms var(--sc-ease-out) 400ms; }
.sc-in .bio__ringsvg circle { stroke-dashoffset: 0; }
.bio-center .bio__img { width: 6.4rem; height: 6.4rem; }
@media (prefers-reduced-motion: reduce) { .bio__ringsvg circle { stroke-dashoffset: 0; transition: none; } }

/* the badges, stacked and centred, BiggerPockets first */
.badges--stack { display: flex; flex-direction: column; align-items: center; gap: var(--sc-5); max-width: none; margin: 0 auto; }
.badges--stack .badge { justify-content: center; }
.badges--stack .badge img { height: auto; }
.badge--bp img { width: 18rem; }
.badge--qb img { width: 7rem; }
.page--home .chapter--badges { padding-top: 0; }

/* the services lead: the three phases numbered, the three pricing lines in a plate */
.lead-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--sc-6) var(--sc-8); align-items: start; }
.lead-grid__copy > * + * { margin-top: var(--sc-4); }
.lead-phases { list-style: none; margin: var(--sc-4) 0 0; padding: 0; display: grid; gap: var(--sc-3); }
.lead-phases li { display: flex; align-items: center; gap: var(--sc-3); color: #fff; font-size: var(--sc-t-lg); font-weight: 500; }
.lead-phases__n { flex: none; display: inline-grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: 50%; border: 2px solid color-mix(in oklab, #fff 60%, transparent); font-weight: 800; font-size: var(--sc-t-sm); color: #fff; }
.lead-phases .ic { width: 1.6rem; height: 1.6rem; color: #fff; }
.lead-rhythm { max-width: none; }
.lead-pricing { list-style: none; margin: 0; padding: var(--sc-5); display: grid; gap: var(--sc-3); background: color-mix(in oklab, #fff 8%, var(--bkre-ledger)); border: 1px solid color-mix(in oklab, #fff 18%, transparent); border-radius: var(--sc-r-sm); }
.lead-pricing li { display: flex; gap: var(--sc-3); align-items: flex-start; color: #fff; }
.lead-pricing .ic { width: 1.4rem; height: 1.4rem; margin-top: 0.15rem; color: #fff; }
.lead-pricing__k { margin: 0 0 var(--sc-1); font-size: var(--sc-t-xs); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; color: var(--sc-ink-soft); }

/* the phase heads: a bigger icon with the phase beside it */
.phase__num { display: flex; align-items: center; gap: var(--sc-3); margin: 0 0 var(--sc-3); font-size: var(--sc-t-base); letter-spacing: 0.08em; color: var(--bkre-ledger); }
.phase__num .ic { width: 3rem; height: 3rem; color: var(--bkre-terracotta); }
.phases-home__top { display: flex; align-items: center; justify-content: center; gap: var(--sc-3); margin-bottom: var(--sc-2); }
.phases-home__step .ic--lg { width: 2.75rem; height: 2.75rem; margin-bottom: 0; }
.phases-home__k { font-size: var(--sc-t-sm); color: var(--bkre-ledger); font-weight: 700; }

@media (max-width: 860px) { .lead-grid { grid-template-columns: 1fr; } }
@media (max-width: 700px) {
  .lead-phases li { font-size: var(--sc-t-base); }
  .badge--bp img { width: 15rem; }
  .cta-panel { padding-inline: var(--sc-4); }
}
.chapter--lead + .chapter--nopad { padding-top: clamp(2.5rem, 5vw, 4.5rem); }

/* ------------------------------------------------------------- v10 (Jake's ninth read) -- */
/* the call to action's box in the plate blue (Ledger lifted 8%), white text, the Sky ring kept */
.cta-panel { background: color-mix(in oklab, #fff 8%, var(--bkre-ledger)); border-color: color-mix(in oklab, #fff 18%, transparent); --sc-ink: #fff; --sc-ink-soft: #CFE0EA; color: #fff; }
.cta-panel h2, .cta-panel .sc-lede, .cta-panel .bio__name, .cta-panel .ctas__alt, .cta-panel .bio__more a { color: #fff; }
.cta-panel .or-line { color: var(--sc-ink-soft); }
.cta-panel .or-line::before, .cta-panel .or-line::after { background: color-mix(in oklab, #fff 30%, transparent); }
.cta-panel .ctas__alt, .cta-panel .bio__more a { text-decoration-color: var(--bkre-sky); }
.cta-panel .ctas__alt:hover, .cta-panel .bio__more a:hover { text-decoration-color: #fff; }
.cta-panel ::selection { background: #fff; color: var(--bkre-ledger); }

/* the services lead: one column, an icon per phase, the name over its Anchor line */
.lead-phases--stack { gap: var(--sc-4); max-width: 40rem; }
.lead-phases--stack li { align-items: flex-start; gap: var(--sc-4); }
.lead-phases--stack .ic { width: 2rem; height: 2rem; margin-top: 0.2rem; }
.lead-phases__t { display: block; font-family: var(--sc-font-display); font-weight: 700; font-size: var(--sc-t-xl); line-height: 1.2; color: #fff; }
.lead-phases__d { display: block; margin-top: var(--sc-1); color: var(--sc-ink-soft); font-size: var(--sc-t-base); font-weight: 400; }

/* the footer's client links carry the marks */
.colophon__brandic { width: 1.3rem; height: 1.3rem; flex: none; }
.colophon__client .ic { color: #fff; }

/* ------------------------------------------------------------- v11 (Jake's tenth read) -- */
/* the mark's roof, drawn on arrival (the call to action, The Ledger) */
.roof { display: block; width: clamp(2.6rem, 4vw, 3.6rem); height: auto; overflow: visible; }
.roof path, .ledger-mark path { fill: none; stroke: var(--bkre-sky); stroke-width: 8.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset 900ms var(--sc-ease-out) 150ms; }
.sc-in .roof path, .sc-in .ledger-mark path { stroke-dashoffset: 0; }
.cta-panel .roof { margin-bottom: calc(-1 * var(--sc-2)); }

/* the home hero: the roof draws, the two lines wipe in, the question, then the answer led by the mark's arrow, then the button */
.hero__roof { display: block; width: clamp(3.2rem, 6vw, 5.5rem); height: auto; overflow: visible; margin-bottom: 0 !important; }
.hero__roof path { fill: none; stroke: var(--bkre-sky); stroke-width: 8.5; stroke-linecap: round; stroke-linejoin: round; }
.hero__h1 { max-width: none; font-size: clamp(2.1rem, 1rem + 3.9vw, 4.4rem); line-height: 1.05; }
.hero__line { display: block; text-wrap: balance; }
.hero__a { display: inline-flex; align-items: center; gap: var(--sc-2); max-width: 34ch; text-wrap: balance; }
.hero__a span { text-align: left; }
.hero__chev { flex: none; width: 1.5rem; height: 1.5rem; color: var(--bkre-sky); }
.js .hero__roof path { stroke-dasharray: 100; stroke-dashoffset: 100; animation: roof-draw 700ms var(--sc-ease-out) 3s forwards; }
.js .hero__line { clip-path: inset(0 100% 0 0); animation: line-wipe 700ms var(--sc-ease-out) 3s forwards; }
.js .hero__q, .js .hero__a, .js .hero__go { opacity: 0; transform: translate3d(0, 10px, 0); animation: rise-in 600ms var(--sc-ease-out) 3s forwards; }
.js .hero__chev { opacity: 0; transform: translate3d(-14px, 0, 0); animation: chev-in 600ms var(--sc-ease-out) 3s forwards; }
.fonts-in .hero__roof path { animation-name: roof-draw-now; animation-delay: 100ms; }
.fonts-in .hero__line--1 { animation-name: line-wipe-now; animation-delay: 450ms; }
.fonts-in .hero__line--2 { animation-name: line-wipe-now; animation-delay: 900ms; }
.fonts-in .hero__q { animation-name: rise-in-now; animation-delay: 1550ms; }
.fonts-in .hero__a { animation-name: rise-in-now; animation-delay: 2250ms; }
.fonts-in .hero__chev { animation-name: chev-in-now; animation-delay: 2250ms; }
.fonts-in .hero__go { animation-name: rise-in-now; animation-delay: 2750ms; }
@keyframes roof-draw { to { stroke-dashoffset: 0; } }
@keyframes roof-draw-now { to { stroke-dashoffset: 0; } }
@keyframes line-wipe { to { clip-path: inset(0 0 0 0); } }
@keyframes line-wipe-now { to { clip-path: inset(0 0 0 0); } }
@keyframes rise-in { to { opacity: 1; transform: none; } }
@keyframes rise-in-now { to { opacity: 1; transform: none; } }
@keyframes chev-in { to { opacity: 1; transform: none; } }
@keyframes chev-in-now { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .js .hero__roof path, .roof path, .ledger-mark path { stroke-dashoffset: 0; animation: none; transition: none; }
  .js .hero__line { clip-path: none; animation: none; }
  .js .hero__q, .js .hero__a, .js .hero__go, .js .hero__chev { opacity: 1; transform: none; animation: none; }
}

/* the About opener: headers with icons over the three paragraphs */
.about-bits { display: grid; gap: var(--sc-5); }
.about-bit__h { margin: 0 0 var(--sc-2); display: flex; align-items: center; gap: var(--sc-3); font-family: var(--sc-font-display); font-weight: 700; font-size: var(--sc-t-xl); line-height: 1.2; color: #fff; }
.about-bit__h .ic { width: 1.8rem; height: 1.8rem; color: var(--bkre-sky); }
.about-bit .sc-body { margin: 0; }

/* The Ledger's head: the full mark drawn at the right */
.ledger-mark { flex: none; margin-left: auto; width: clamp(5rem, 9vw, 8rem); height: auto; overflow: visible; }
.ledger-mark .ledger-mark__bar { stroke: #fff; transition-delay: 500ms; }
.ledger-mark .ledger-mark__bar--2 { transition-delay: 750ms; }

/* the footer's Anchor mark */
.colophon__brandic--anchor { width: 1.5rem; height: 1.5rem; }
@media (max-width: 700px) {
  .ledger-mark { margin-left: 0; width: 4.5rem; }
  .hero__a { max-width: none; }
}
.page--home .hero__h1 { max-width: none; }
.hero__a { max-width: none; }

/* ------------------------------------------------------------- v12 (Jake's eleventh read) -- */
/* one rhythm between sections, on every page */
.chapter, .chapter--stats, .chapter--promises-thin, .chapter--close-thin, .chapter--who, .chapter--phases-home, .chapter--readers, .chapter--badges, .chapter--examples, .chapter--mission, .chapter--cta, .chapter--legal, .chapter--book-cal, .post, .page--home .chapter--badges { padding-block: clamp(3.5rem, 6vw, 6.5rem); }
.chapter--lead { padding-top: clamp(3.5rem, 7vw, 7rem); padding-bottom: clamp(3.5rem, 6vw, 6rem); }
.page--faq .chapter--lead, .page--newsletter .chapter--lead { padding-bottom: clamp(3.5rem, 6vw, 6rem); }
.chapter--lead-slim { padding-top: clamp(3rem, 5vw, 4.5rem); padding-bottom: clamp(2.5rem, 4vw, 3.5rem); }
.chapter--hero { padding-block: clamp(1.5rem, 3vw, 2.5rem); }
.chapter--nopad, .chapter--lead + .chapter--nopad { padding-top: clamp(2.5rem, 5vw, 4.5rem); }
.chapter--phases { padding-top: var(--sc-5); }
.chapter--mission .close-center { padding-block: clamp(2rem, 4vw, 3.5rem); }
.chapter--close, .chapter--close-page { padding: 0; }

/* slower arrivals: the counts, the three phases one at a time, the promise, the two readers */
.stats > *, .phases-home > *, .pledges > *, .readers-table > *, .checks--table > * { transition-duration: 950ms; }
.phases-home__arrow .chev { width: 1.9rem; height: 1.9rem; color: var(--bkre-sky); display: block; }

/* the marks come out: no roof over the hero or the call to action, no mark beside The Ledger (the arrow stays) */
.hero__roof, .roof, .ledger-mark { display: none; }

/* centred openers on the inner pages, centred heads and blocks below them */
.page--services .chapter--lead .sc-stack, .page--reviews .chapter--lead .sc-stack, .page--book .chapter--lead .sc-stack, .page--contact .chapter--lead .sc-stack, .page--privacy .chapter--lead .legal, .page--terms .chapter--lead .legal, .post__head .post__wrap { text-align: center; }
.page--services .chapter--lead .sc-lede, .page--reviews .chapter--lead .sc-lede, .page--book .chapter--lead .sc-lede, .page--contact .chapter--lead .sc-lede { margin-inline: auto; max-width: 56ch; }
.page--book .chapter--lead .sc-lede, .page--contact .chapter--lead .sc-lede { max-width: 44ch; }
.lead-phases--stack { margin-inline: auto; text-align: left; }
.page--services .chapter--paper .sc-stack > h2 { text-align: center; }
.page--services .cal, .page--services .xlist, .page--services .pricing { margin-inline: auto; }
.posts__head { text-align: center; }

/* wider reading columns: the posts, the FAQ, the legal pages */
.post__wrap { max-width: 56rem; margin-inline: auto; }
.post__head h1 { font-size: var(--sc-t-2xl); max-width: 26ch; margin-inline: auto; }
.post__head .post__meta { margin-bottom: var(--sc-3); }
.post__body p, .post__body li { max-width: 70ch; }
.faq--wide { max-width: 64rem; }
.legal { max-width: 68ch; margin-inline: auto; }
.chapter--legal .legal { text-align: left; }

/* the co-branded lockup: BookkeepingRE beside BiggerPockets Featured Tax Pro, QuickBooks Elite under */
.cobrand { display: flex; flex-direction: column; align-items: center; gap: 3.5rem; }
.cobrand__row { display: flex; align-items: center; justify-content: center; gap: var(--sc-6); flex-wrap: wrap; }
.cobrand__us { width: 21rem; height: auto; }
.cobrand__x { width: 1px; height: 4.5rem; background: var(--bkre-line); }
.cobrand__bp { width: 16rem; height: auto; }
.cobrand__qb { width: 6.5rem; height: auto; padding-top: 2.5rem; border-top: 1px solid var(--bkre-line); box-sizing: content-box; }
@media (max-width: 700px) {
  .cobrand__row { flex-direction: column; gap: var(--sc-4); }
  .cobrand__x { width: 3rem; height: 1px; }
  .cobrand__us { width: 15rem; }
  .cobrand__bp { width: 14rem; }
}

/* the posts' pictures, back from the old site */
.post__cover { margin: 0 0 var(--sc-6); }
.post__cover img { width: 100%; height: auto; border-radius: var(--sc-r-sm); }
.post__fig { margin: var(--sc-5) 0; display: flex; flex-wrap: wrap; gap: var(--sc-5); align-items: center; }
.post__fig img { height: auto; border-radius: var(--sc-r-sm); }
.post__fig--photo img, .post__fig--shot img { max-width: min(100%, 36rem); }
.post__fig--logo img { max-width: min(100%, 18rem); border-radius: 0; }
.post__fig--icon img { max-width: 6.5rem; }
.post__fig--icons img { max-width: 6.5rem; }
.post__figs--pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sc-4); margin: var(--sc-5) 0; }
.post__figs--pair figure { margin: 0; }
.post__figs--pair img { width: 100%; height: auto; border-radius: var(--sc-r-sm); }
.post__figs--pair figcaption { margin-top: var(--sc-2); font-size: var(--sc-t-sm); color: var(--sc-ink-soft); font-weight: 600; }
.post-card__pic { display: block; margin-bottom: var(--sc-3); border-radius: var(--sc-r-sm); overflow: clip; background: var(--bkre-tint); }
.post-card__pic img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
@media (max-width: 700px) { .post__figs--pair { grid-template-columns: 1fr; } }

/* the horror story: a featured card on The Ledger, a tall picture, captions, the link on About */
.post-card--hero { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: var(--sc-6); align-items: center; border-top-color: var(--bkre-ledger); }
.post-card--hero .post-card__pic { margin: 0; }
.post-card--hero h3 { font-size: var(--sc-t-2xl); }
.post-card--hero .post-card__text > p:last-child { max-width: 42ch; }
.post__fig--tall img { max-height: 34rem; width: auto; max-width: 100%; }
.post__fig figcaption { flex-basis: 100%; font-size: var(--sc-t-sm); color: var(--sc-ink-soft); font-weight: 600; }
.about-bit__link { display: inline-flex; align-items: flex-start; gap: var(--sc-3); margin-top: var(--sc-3); color: #fff; text-decoration-color: var(--bkre-sky); text-underline-offset: 0.22em; max-width: 52ch; }
.about-bit__link .ic { width: 1.3rem; height: 1.3rem; margin-top: 0.15rem; color: var(--bkre-sky); }
.about-bit__link strong { color: #fff; }
@media (max-width: 860px) { .post-card--hero { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------- v13 (Jake's twelfth read) -- */
/* the masthead: the line under it as thick as the logo's bar, in the bar's colour; the mark before Client Dashboard; a slimmer button */
.masthead { border-bottom: 0.29rem solid var(--bkre-ledger); }
.masthead__client { display: inline-flex; align-items: center; gap: 0.4rem; }
.masthead__brandic { width: 1.05rem; height: 1.05rem; flex: none; }
.masthead__cta { padding: 0.35rem 0.85rem; }
@media (max-width: 860px) { .masthead { border-bottom-width: 0.22rem; } .masthead__cta { padding: 0.35rem 0.75rem; } }

/* the lockup: the divider dead centre, no hairline under it, the ProAdvisor badge only on About with the other credentials */
.cobrand { gap: 3rem; }
.cobrand__row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; justify-items: center; gap: var(--sc-6); width: min(100%, 46rem); flex-wrap: nowrap; }
.cobrand__us { width: 19rem; }
.cobrand__bp { display: block; width: 17rem; }
.cobrand__bp img { width: 100%; height: auto; }
.cobrand__x { height: 4.5rem; }
.cobrand__qb { display: none; }
.creds { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: var(--sc-5) var(--sc-6); max-width: 62rem; }
.creds li { display: flex; }
.creds img { height: 6.25rem; width: auto; }
@media (max-width: 700px) {
  .cobrand__row { grid-template-columns: 1fr; gap: var(--sc-4); }
  .cobrand__x { width: 3rem; height: 1px; }
  .cobrand__us { width: 15rem; }
  .cobrand__bp { width: 14rem; }
  .creds { gap: var(--sc-4) var(--sc-5); }
  .creds img { height: 5rem; }
}

/* the About opener as three groups; the mission on two lines, word by word; the two values */
.about-bit .sc-body + .sc-body { margin-top: var(--sc-3); }
.about-bit .sc-body a { color: #fff; text-decoration-color: var(--bkre-sky); }
.mission__k { margin: 0; font-family: var(--sc-font-display); font-weight: 600; font-size: var(--sc-t-xl); color: var(--sc-ink-soft); letter-spacing: var(--sc-track-snug); }
.mission__words { max-width: 24ch; }
.mission__words > span { display: inline-block; }
.chapter--mission .close-center > .mission__k + .mission__line { margin-top: var(--sc-2); }
.values--two { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 58rem; margin-inline: auto; gap: var(--sc-8); }
@media (max-width: 860px) { .values--two { grid-template-columns: 1fr; gap: var(--sc-7); } }
/* the current page's underline as thick as the mark's bar; the credentials on one row at desktop */
.masthead__nav a { border-bottom-width: 0.29rem; padding-bottom: 0.2rem; }
.masthead__nav a[aria-current="page"] { border-bottom-color: var(--bkre-sky); }
.creds { max-width: 72rem; gap: var(--sc-5); }
.creds img { height: 5.6rem; }
@media (max-width: 860px) { .masthead__nav a { border-bottom-width: 0.22rem; } }

/* ------------------------------------------------------------- v14 (Jake's thirteenth read) -- */
/* one pace across the site: every reveal 950ms; a drawn icon draws when ITS OWN item arrives, not when the group does */
[data-sc-in], [data-sc-stagger] > * { transition-duration: 950ms; }
[data-sc-stagger] > * .ic--draw *, [data-sc-stagger] > .ic--draw * { stroke-dashoffset: 100; }
[data-sc-stagger] > .sc-in .ic--draw *, [data-sc-stagger] > .sc-in.ic--draw * { stroke-dashoffset: 0; }

/* the mark's arrow starts upright and turns right as it arrives: the hero, the phase arrows, the journey marker */
.hero__chev { transform: rotate(90deg); }
.js .hero__chev { opacity: 0; transform: rotate(0deg); }
@keyframes chev-in { to { opacity: 1; transform: rotate(90deg); } }
@keyframes chev-in-now { to { opacity: 1; transform: rotate(90deg); } }
.phases-home__arrow .chev { transform: rotate(0deg); transition: transform 800ms var(--sc-ease-out) 400ms; }
.phases-home__arrow.sc-in .chev { transform: rotate(90deg); }
.journey__marker svg { transform: rotate(0deg); transition: transform 800ms var(--sc-ease-out) 450ms; }
.journey.sc-in .journey__marker svg { transform: rotate(90deg); }
.journey[data-sc-in] { transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .hero__chev, .phases-home__arrow .chev, .journey__marker svg { transform: rotate(90deg); transition: none; opacity: 1; }
  [data-sc-stagger] > * .ic--draw * { stroke-dashoffset: 0; }
}

/* the hero: room between the headline and the question */
.hero__q { margin-top: var(--sc-5); }

/* the banner and the footer: The Ledger. */
.masthead__sub { font-weight: 500; color: var(--bkre-mist); }
.masthead__nav a[aria-current="page"] .masthead__sub { color: var(--sc-ink-soft); }

/* the FAQ lead on one line */
.page--faq .chapter--lead .sc-body { max-width: none; }

/* the services lead: nodes, kickers, a connector that grows as each phase arrives */
.lead-phases--stack { gap: var(--sc-4); max-width: 42rem; }
.lead-phases--stack li { align-items: flex-start; gap: var(--sc-4); position: relative; }
.lead-phases__node { flex: none; width: 3.25rem; height: 3.25rem; border-radius: 50%; display: grid; place-items: center; background: color-mix(in oklab, #fff 9%, var(--bkre-ledger)); border: 2px solid color-mix(in oklab, var(--bkre-sky) 60%, transparent); position: relative; z-index: 1; transform: scale(0.6); transition: transform 700ms var(--sc-ease-out) 120ms, border-color 700ms var(--sc-ease-out) 120ms; }
.lead-phases--stack li.sc-in .lead-phases__node { transform: scale(1); border-color: var(--bkre-sky); }
.lead-phases__node .ic { width: 1.5rem; height: 1.5rem; margin: 0; color: #fff; }
.lead-phases__body { display: block; padding-top: 0.1rem; }
.lead-phases__k { display: block; font-size: var(--sc-t-xs); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: var(--bkre-sky); margin-bottom: 0.15rem; }
.lead-phases--stack li:not(:last-child)::before { content: ""; position: absolute; left: calc(1.625rem - 1px); top: 3.25rem; bottom: calc(-1 * var(--sc-4)); width: 2px; background: color-mix(in oklab, var(--bkre-sky) 45%, transparent); transform: scaleY(0); transform-origin: top; transition: transform 800ms var(--sc-ease-out) 450ms; }
.lead-phases--stack li.sc-in::before { transform: scaleY(1); }
@media (prefers-reduced-motion: reduce) { .lead-phases__node, .lead-phases--stack li::before { transform: none; transition: none; } }

/* About: one centred column, the photo after the name, the three values, the badges in two rows */
.about-lead { max-width: 46rem; margin-inline: auto; text-align: center; }
.about-lead > * { margin-left: auto; margin-right: auto; }
.about-photo { width: min(100%, 19rem); margin-top: var(--sc-6); }
.about-photo .media__cap { text-align: center; max-width: none; }
.about-bits { margin-top: var(--sc-7); }
.about-bit__h { justify-content: center; }
.about-bit .sc-body { margin-inline: auto; max-width: 58ch; }
.creds--qb, .creds--rest { gap: var(--sc-5); }
.cobrand { gap: var(--sc-5); }
.cobrand__row { margin-bottom: var(--sc-6); }

/* The Ledger: the posts' answer box and update note; the index as a featured story over dated ledger lines */
.post__short { margin: 0 0 var(--sc-6); padding: var(--sc-4) var(--sc-5); background: var(--bkre-tint); border-left: 4px solid var(--bkre-sky); border-radius: 0 var(--sc-r-sm) var(--sc-r-sm) 0; }
.post__short-k { margin: 0 0 var(--sc-1); font-size: var(--sc-t-xs); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: var(--bkre-ledger); }
.post__short p:last-child { margin: 0; color: var(--sc-ink); font-size: var(--sc-t-lg); line-height: 1.45; }
.post__update { margin: 0 0 var(--sc-6); padding: var(--sc-4) var(--sc-5); border: 1px solid var(--bkre-terracotta); border-radius: var(--sc-r-sm); }
.post__update p { margin: 0; color: var(--sc-ink); }
.post__quote { font-style: italic; color: var(--sc-ink-soft); }
.post__list--takeaways li { margin-bottom: var(--sc-2); }
.ledger-feature { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--sc-6) var(--sc-7); align-items: center; padding: var(--sc-5); background: var(--bkre-tint); border-radius: var(--sc-r-lg); margin-bottom: var(--sc-7); }
.ledger-feature__pic { display: block; border-radius: var(--sc-r-sm); overflow: clip; }
.ledger-feature__pic img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.ledger-feature__k { margin: 0 0 var(--sc-2); font-size: var(--sc-t-xs); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; color: var(--bkre-terracotta); }
.ledger-feature h3 { margin: 0; font-size: var(--sc-t-2xl); line-height: 1.1; }
.ledger-feature h3 a { color: var(--bkre-ledger); text-decoration-color: transparent; }
.ledger-feature h3 a:hover { text-decoration-color: var(--bkre-sky); }
.ledger-feature__body > p { margin: var(--sc-3) 0 0; color: var(--sc-ink-soft); max-width: 44ch; }
.ledger-feature__more { font-weight: 600; }
.ledger-feature__more a { color: var(--bkre-ledger); text-decoration-color: var(--bkre-sky); }
.ledger-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--bkre-line); }
.ledger-row { display: grid; grid-template-columns: 8.5rem 8rem minmax(0, 1fr) auto; gap: var(--sc-5); align-items: center; padding: var(--sc-5) 0; border-bottom: 1px solid var(--bkre-line); }
.ledger-row__date { font-size: var(--sc-t-sm); font-weight: 600; color: var(--sc-ink-soft); font-variant-numeric: tabular-nums; }
.ledger-row__pic { display: block; border-radius: var(--sc-r-sm); overflow: clip; background: var(--bkre-tint); }
.ledger-row__pic img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.ledger-row__meta { margin: 0 0 var(--sc-1); font-size: var(--sc-t-xs); letter-spacing: 0.06em; text-transform: uppercase; color: var(--bkre-mist); font-weight: 600; }
.ledger-row h3 { margin: 0; font-size: var(--sc-t-lg); line-height: 1.25; }
.ledger-row h3 a { color: var(--bkre-ledger); text-decoration-color: transparent; }
.ledger-row:hover h3 a { text-decoration-color: var(--bkre-sky); }
.ledger-row__body > p:last-child { margin: var(--sc-1) 0 0; color: var(--sc-ink-soft); font-size: var(--sc-t-sm); max-width: 60ch; }
.ledger-row__go .chev { width: 1.4rem; height: 1.4rem; color: var(--bkre-sky); transform: rotate(0deg); transition: transform 800ms var(--sc-ease-out) 300ms; display: block; }
.ledger-row.sc-in .ledger-row__go .chev { transform: rotate(90deg); }
.posts { display: none; }
@media (max-width: 860px) {
  .ledger-feature { grid-template-columns: 1fr; }
  .ledger-row { grid-template-columns: 6rem minmax(0, 1fr); }
  .ledger-row__date { grid-column: 1 / -1; }
  .ledger-row__go { display: none; }
}
@media (max-width: 700px) { .ledger-row { grid-template-columns: 1fr; gap: var(--sc-3); } .ledger-row__pic { max-width: 14rem; } }
@media (prefers-reduced-motion: reduce) { .ledger-row__go .chev { transform: rotate(90deg); transition: none; } }

/* ------------------------------------------------------------- v15 (Jake's fourteenth read) -- */
/* About: a wider column, the name on one line, the photo a fifth smaller; more air under the lockup */
.about-lead { max-width: 60rem; }
.about-lead h1 { white-space: nowrap; }
.about-photo { width: min(100%, 15rem); }
.cobrand__row { margin-bottom: 4.5rem; }
@media (max-width: 700px) { .about-lead h1 { white-space: normal; } }

/* the booking page: the calendar's fallback line centred */
.book__fallback { text-align: center; }

/* the services lead: the Sky rings and lines stay; the ring settles and the line drops more slowly */
.lead-phases__node { transition: transform 1000ms var(--sc-ease-out) 150ms, border-color 1000ms var(--sc-ease-out) 150ms; }
.lead-phases--stack li:not(:last-child)::before { transition: transform 1700ms var(--sc-ease-out) 600ms; }

/* the phase bullets carry icons, in the site's Terracotta */
.phase .plain li { display: flex; gap: var(--sc-3); align-items: flex-start; }
.phase .plain .ic { width: 1.4rem; height: 1.4rem; margin-top: 0.15rem; flex: none; }
.about-photo { width: auto; }
.about-photo .media__frame { width: min(100%, 15rem); margin-inline: auto; }

/* ------------------------------------------------------------- v16 (the phone) -- */
/* the banner on the phone: the logo and the button on the first row, five links centred on one row, no scrolling strip */
@media (max-width: 860px) {
  .masthead__nav { overflow: visible; justify-content: center; gap: 0.9rem; font-size: 0.86rem; padding-bottom: 0; }
  .masthead__nav a { padding: 0.25rem 0 0.15rem; border-bottom-width: 0.18rem; }
  .masthead__brandic { display: none; }
  .masthead__wrap { padding-block: 0.7rem 0.55rem; row-gap: 0.4rem; }
}
@media (max-width: 380px) { .masthead__nav { gap: 0.65rem; font-size: 0.8rem; } }

/* the hero on the phone: the answer line centred, the arrow hidden; the phase arrows hidden when the phases stack */
@media (max-width: 700px) {
  .hero__chev { display: none; }
  .hero__a { display: block; text-align: center; }
  .hero__a span { text-align: center; display: inline; }
}
@media (max-width: 1180px) { .phases-home__arrow { display: none; } }

/* The Ledger on the phone: the head centred, the four topics one per line, the form centred */
@media (max-width: 700px) {
  .ledger-head { align-items: center; text-align: center; }
  .ledger-head__by { margin-inline: auto; }
  .topics { flex-direction: column; align-items: center; gap: var(--sc-2); }
  .subscribe { margin-inline: auto; }
  .subscribe__note { text-align: center; }
}
/* the phone: sections a touch closer; the services phase heads centred when the columns stack */
@media (max-width: 700px) { .chapter { padding-block: 3rem; } .chapter--lead { padding-top: 3.25rem; padding-bottom: 3rem; } .chapter--close, .chapter--close-page { padding: 0; } .chapter--phases { padding-top: var(--sc-4); } }
@media (max-width: 1180px) {
  .phase__head { text-align: center; }
  .phase__num { justify-content: center; }
  .phase__head .sc-body { margin-inline: auto; }
}
/* the phone: a subscribe button with a real height; The Ledger's lines as two columns, the picture, date and category left, the title and line right */
@media (max-width: 700px) {
  .subscribe__row .btn { padding: 0.85rem 1.2rem; min-height: 3.1rem; justify-content: center; width: 100%; }
  .ledger-row { grid-template-columns: 7.5rem minmax(0, 1fr); grid-template-areas: "pic title" "date desc" "meta desc"; gap: 0.35rem var(--sc-4); align-items: start; }
  .ledger-row__body { display: contents; }
  .ledger-row__pic { grid-area: pic; max-width: none; }
  .ledger-row__date { grid-area: date; grid-column: auto; margin: 0; }
  .ledger-row__meta { grid-area: meta; margin: 0; line-height: 1.35; }
  .ledger-row h3 { grid-area: title; }
  .ledger-row__body > p:last-child { grid-area: desc; margin: 0; }
  .ledger-row__go { display: none; }
}
@media (max-width: 700px) { .ledger-row { grid-template-rows: auto auto 1fr; } }

/* ------------------------------------------------------------- v17 (Jake's sixteenth read) -- */
/* the whole site a step wider, and the lines that were squeezed let out */
:root { --sc-maxw: 80rem; --rule: 2px solid var(--bkre-ledger); }
.stats__source { max-width: none; }
.close-center .sc-lede { max-width: 62ch; }
.about-lead { max-width: 66rem; }
.about-bit .sc-body { max-width: 74ch; }
.mission__lead { max-width: 76ch; }
.chapter--mission .checks { max-width: 48rem; }
.chapter--mission .checks li { white-space: nowrap; }
.faq--wide { max-width: 74rem; }
.section-head .sc-body { max-width: 64ch; }
.page--home .stats, .phases-home { max-width: 72rem; }
.page--home .pledges { max-width: 70rem; }
.readers-table { max-width: 70rem; }
.page--home .quotes--small { max-width: 72rem; }
.page--home .serve { max-width: 46rem; }
.cta-panel { width: min(100%, 64rem); }
.lead-phases--stack { max-width: 48rem; }
.post__wrap { max-width: 60rem; }
.post__body p, .post__body li { max-width: 78ch; }
.legal { max-width: 74ch; }
.ledger-row__body > p:last-child { max-width: 76ch; }
.ledger-feature__body > p { max-width: 54ch; }
.page--services .cal { max-width: 44rem; }
.page--services .xlist, .page--services .pricing, .phase .plain { max-width: 74ch; }
.write .section-head .sc-body { max-width: 60ch; }
@media (max-width: 860px) { .chapter--mission .checks li { white-space: normal; } }

/* one rule everywhere a line stays: Ledger blue, two pixels; no breaks between sections */
.phases-home__step, .pledge, .phase { border-top: var(--rule); }
.readers-table::before { width: 2px; background: var(--bkre-ledger); }
.readers-table__who { border-bottom: var(--rule); }
.quote, .quotes--small .quote { border-left: var(--rule); }
.cobrand__x { width: 2px; background: var(--bkre-ledger); }
.faq__item { border-top: var(--rule); }
.faq__item:last-of-type { border-bottom: var(--rule); }
.ledger-list { border-top: var(--rule); }
.ledger-row { border-bottom: var(--rule); }
.post__foot { border-top: var(--rule); }
.post__short { border-left: 4px solid var(--bkre-ledger); }
.post__body blockquote { border-left: var(--rule); }
.chapter--mission .close-center { border-top: 0; border-bottom: 0; }
@media (max-width: 700px) { .cobrand__x { width: 3rem; height: 2px; } }

/* the booking page: three checks under the name; the calendar and the form each in a panel whose bar draws in */
.checks--book { margin-inline: auto; max-width: none; width: max-content; }
.checks--book li { color: #fff; }
@media (max-width: 700px) { .checks--book { width: auto; } }
.panel { position: relative; width: min(100%, 68rem); margin-inline: auto; padding: clamp(1.5rem, 3vw, 2.75rem); background: var(--bkre-tint); border-radius: var(--sc-r-lg); overflow: clip; }
.panel__bar { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--bkre-ledger); transform: scaleX(0); transform-origin: left center; transition: transform 1200ms var(--sc-ease-out) 250ms; }
.panel.sc-in .panel__bar { transform: scaleX(1); }
.panel--cal .book__widget { border-radius: var(--sc-r-sm); }
.panel--write { display: flex; flex-direction: column; align-items: center; }
.panel--write .section-head { margin-bottom: var(--sc-5); }
.panel--write .contact-lines { margin-top: var(--sc-6); }
.lead-form--center { width: min(100%, 40rem); }
@media (prefers-reduced-motion: reduce) { .panel__bar { transform: none; transition: none; } }

/* ------------------------------------------------------------- v18: every rule in Sky -- */
:root { --rule: 2px solid var(--bkre-sky); }
.readers-table::before, .cobrand__x { background: var(--bkre-sky); }
.post__short { border-left-color: var(--bkre-sky); }
.panel__bar { background: var(--bkre-sky); }
/* v18b: no vertical line between the two readers */
.readers-table::before { display: none; }
/* v18c: the three phases without their top lines; on the phone the arrows return, the roof turning to point down */
.phases-home__step { border-top: 0; }
@media (max-width: 1180px) {
  .phases-home__arrow { display: block; padding: 0; transform: none; justify-self: center; }
  .phases-home__arrow .chev { transform: rotate(0deg); }
  .phases-home__arrow.sc-in .chev { transform: rotate(180deg); }
}
@media (prefers-reduced-motion: reduce) and (max-width: 1180px) { .phases-home__arrow .chev { transform: rotate(180deg); } }
/* v18d: the promise items and the two readers' headings without their lines */
.pledge { border-top: 0; }
.readers-table__who { border-bottom: 0; padding-bottom: 0; }
/* v18e: the quotes without their left rules, on the home page and the reviews page */
.quote, .quotes--small .quote { border-left: 0; padding-left: 0; }
/* v18f: the tint warmed (Jake); the token itself now carries it, and BRAND.md v1.3 makes it law */

/* v18g: the call to action on the same warm tint, Ledger and ink text, the Terracotta button, the Sky ring */
.cta-panel { background: var(--bkre-tint); border-color: var(--bkre-line); --sc-ink: var(--bkre-ink); --sc-ink-soft: var(--bkre-slate); color: var(--bkre-ink); }
.cta-panel h2 { color: var(--bkre-ledger); }
.cta-panel .sc-lede, .cta-panel .bio__name { color: var(--bkre-ink); }
.cta-panel .ctas__alt, .cta-panel .bio__more a { color: var(--bkre-ledger); text-decoration-color: var(--bkre-sky); }
.cta-panel .ctas__alt:hover, .cta-panel .bio__more a:hover { text-decoration-color: var(--bkre-ledger); }
.cta-panel .or-line { color: var(--bkre-slate); }
.cta-panel .or-line::before, .cta-panel .or-line::after { background: var(--bkre-line); }
.cta-panel .btn { background: var(--bkre-terracotta); }
.cta-panel .btn:hover { background: var(--bkre-terracotta-deep); }
.cta-panel .bio__ringsvg circle { stroke: var(--bkre-sky); }
.cta-panel ::selection { background: var(--bkre-sky); color: #fff; }

/* v18h: every rule in Mist */
:root { --rule: 2px solid var(--bkre-mist); }
.readers-table::before, .cobrand__x { background: var(--bkre-mist); }
.post__short { border-left-color: var(--bkre-mist); }
.panel__bar { background: var(--bkre-mist); }
/* v18i: the write areas on Paper */
.field input, .field textarea, .subscribe__row input { background: var(--bkre-paper); }
.field input:focus-visible, .field textarea:focus-visible, .subscribe__row input:focus-visible { background: var(--bkre-paper); }
/* v18j: the panels' top bars in Ledger */
.panel__bar { background: var(--bkre-ledger); }
/* the booking page: the note under the calendar */
.book__note { margin: var(--sc-4) 0 0; text-align: center; color: var(--sc-ink); font-weight: 500; }
.book__fallback { margin-top: var(--sc-2); }
/* the forms' honeypot field, off screen */
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; }

/* v18k: the services page's sticky strip, one horizontal line and shorter (Jake) */
.journey__piece { display: flex; justify-content: center; align-items: baseline; gap: 0.45rem; flex-wrap: wrap; }
.journey__piece-k, .journey__piece-what { display: inline; margin: 0; }
.journey__piece-n { display: inline; font-size: var(--sc-t-xl); line-height: 1; }
.journey__piece-what::before { content: "\00b7\00a0"; color: var(--bkre-mist); }
.journey.is-stuck { padding-top: var(--sc-2); padding-bottom: var(--sc-2); }
.journey__line { margin: var(--sc-3) 0 var(--sc-1); }

/* ------------------------------------------------------------- v19 (Jake's read, 2026-09-11) -- */
/* the banner: the current page's underline in the logo bar's colour, at the bar's thickness it already had (8.5 x 1.18 over 431 units at 12.5rem = 0.29rem) */
.masthead__nav a[aria-current="page"] { border-bottom-color: var(--bkre-ledger); }
/* every break rule, horizontal or vertical, in the kit's Line (#D5DDE2); the booking panels' bars stay Ledger and the banner's bar is the logo's own */
:root { --rule: 2px solid var(--bkre-line); }
.readers-table::before, .cobrand__x { background: var(--bkre-line); }
.post__short { border-left-color: var(--bkre-line); }
/* the services strip: the numeral centred and a step smaller, WEEK on its left and the phrase on its right, all three centred on one line;
   more room under the line; every checkpoint is the mark's two bars turned on their side */
.journey__piece { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; column-gap: 0.55rem; }
.journey__piece-k { text-align: right; }
.journey__piece-what { text-align: left; margin: 0; }
.journey__piece-what::before { content: none; }
.journey__piece-n { font-size: clamp(1.4rem, 1.2rem + 0.8vw, 1.9rem); line-height: 1; }
.journey__line { margin: var(--sc-4) 0 var(--sc-4); }
.journey.is-stuck { padding-bottom: var(--sc-3); }
.journey__tick { width: 12px; margin-left: -6px; background: transparent; color: var(--bkre-line); transition: color 200ms var(--sc-ease-out); }
.journey__tick::before, .journey__tick::after { content: ""; position: absolute; top: 0; bottom: 0; width: 4px; border-radius: 2px; background: currentColor; }
.journey__tick::before { left: 0; }
.journey__tick::after { right: 0; }
.journey__tick.is-reached { background: transparent; color: var(--bkre-ledger); }


/* ------------------------------------------------------------- v20 (Jake's read, 2026-09-11) -- */
/* the journey line starts at the first bar of the first checkpoint and ends at the first bar of the last; the arrow rides past the last pair as the mark's roof, so the end reads as the mark on its side */
.journey__tick:first-child { margin-left: 0; }
.journey__tick:last-child { margin-left: -4px; }
.journey__marker { margin-left: 0; }
/* the banner's button: the nav's weight, and on the phone the nav's size, so the logo sets the banner's height */
.masthead__cta { font-weight: 600; }
@media (max-width: 860px) { .masthead__cta { font-size: 0.86rem; padding: 0.3rem 0.7rem; line-height: 1.45; } }
@media (max-width: 380px) { .masthead__cta { font-size: 0.8rem; } }
/* the calendar's legend: each key is a small version of the cell it explains, and arrives the same way */
.cal__legend li { align-items: center; }
.cal__key { display: block; width: 3.5rem; height: auto; min-height: 2.8rem; padding: 0.22rem 0.32rem; border-radius: 4px; background: #fff; border: 1px solid var(--bkre-ledger); box-shadow: inset 0 0 0 1px var(--bkre-ledger); color: var(--sc-ink); font-weight: 600; font-size: 0.72rem; line-height: 1.2; text-align: left; font-variant-numeric: tabular-nums; place-items: initial; }
.cal__key[data-sc-in] { opacity: 1; transform: none; }
.cal__key .cal__tag { display: block; margin-top: 0.12rem; font-size: 0.58rem; font-weight: 600; color: var(--bkre-ledger); letter-spacing: 0.02em; }
.cal__key--tidy[data-sc-in] { border-color: var(--bkre-line); box-shadow: none; transition: border-color 500ms var(--sc-ease-out), box-shadow 500ms var(--sc-ease-out); }
.cal__key--tidy[data-sc-in] .cal__tag { opacity: 0; transition: opacity 400ms var(--sc-ease-out) 300ms; }
.cal__key--tidy.sc-in { border-color: var(--bkre-ledger); box-shadow: inset 0 0 0 1px var(--bkre-ledger); }
.cal__key--tidy.sc-in .cal__tag { opacity: 1; }
.cal__key--15 { border: 1px solid var(--bkre-line); box-shadow: none; border-radius: 4px; color: var(--sc-ink); }
.cal__key--15 .cal__ring { width: 1.35rem; height: 1.35rem; margin: -0.12rem 0 0 -0.18rem; font-size: 0.66rem; }
.cal__key--15 .cal__tag { color: var(--bkre-terracotta); font-weight: 700; }
/* the About photo a quarter smaller */
.about-photo .media__frame { width: min(100%, 11.25rem); }
.chapter[id] { scroll-margin-top: 5.5rem; }
/* the hero: the roof leaves the answer line (as .hero__down: the old .hero__roof of v11 is display:none by the v12 rule); room between the question and the answer; the roof sits under the answer,
   arrives upright and turns to point down at the button, which rises as it turns */
.hero__a { display: block; margin-top: var(--sc-5); max-width: none; }
.hero__a span { text-align: center; display: inline; }
.hero__down { margin: var(--sc-4) auto 0; line-height: 0; text-align: center; }
.hero__down + .hero__go { margin-top: var(--sc-3); }
.hero__down .hero__chev { display: inline-block; width: 2rem; height: 2rem; color: var(--bkre-sky); transform: rotate(180deg); }
.js .hero__down .hero__chev { opacity: 0; transform: rotate(0deg); animation: roof-turn 1400ms var(--sc-ease-out) 3s forwards; }
.fonts-in .hero__down .hero__chev { animation-name: roof-turn-now; animation-delay: 2600ms; }
.fonts-in .hero__go { animation-delay: 3150ms; }
@keyframes roof-turn { 0% { opacity: 0; transform: translate3d(0, -6px, 0) rotate(0deg); } 30% { opacity: 1; transform: translate3d(0, 0, 0) rotate(0deg); } 100% { opacity: 1; transform: translate3d(0, 0, 0) rotate(180deg); } }
@keyframes roof-turn-now { 0% { opacity: 0; transform: translate3d(0, -6px, 0) rotate(0deg); } 30% { opacity: 1; transform: translate3d(0, 0, 0) rotate(0deg); } 100% { opacity: 1; transform: translate3d(0, 0, 0) rotate(180deg); } }
@media (max-width: 700px) { .hero__down .hero__chev { display: inline-block; } }
@media (prefers-reduced-motion: reduce) { .js .hero__down .hero__chev { opacity: 1; transform: rotate(180deg); animation: none; } }
/* the form: the text-consent box with its fine print, and the line under Send */
.field__consent { font-size: var(--sc-t-sm); color: var(--sc-ink-soft); margin-bottom: var(--sc-4); }
.field__consent label { display: flex; gap: 0.5rem; align-items: flex-start; color: var(--sc-ink); }
.field label .req { color: var(--bkre-terracotta); margin-left: 0.15em; font-weight: 600; }
.field__list { margin: 0 0 var(--sc-2); padding-left: 1.25em; color: var(--sc-ink-soft); font-size: var(--sc-t-sm); line-height: 1.55; }
.field__list li { margin: 0; }
.cf-turnstile { display: flex; justify-content: center; margin: 0 auto; }
.cf-turnstile iframe { max-width: 100%; }
.subscribe .cf-turnstile { justify-content: flex-start; margin-top: var(--sc-3); }
.field__consent input { margin-top: 0.25rem; flex: none; }
.field__fine { margin: 0.3rem 0 0 1.55rem; font-size: var(--sc-t-xs); color: var(--sc-ink-soft); line-height: 1.45; }
.field__fine a, .lead-form__legal a { color: var(--bkre-ledger); text-decoration-color: var(--bkre-sky); text-underline-offset: 0.18em; }
.lead-form__legal { margin: var(--sc-3) auto 0; max-width: 46ch; text-align: center; font-size: var(--sc-t-xs); color: var(--sc-ink-soft); line-height: 1.45; }


/* ------------------------------------------------------------- v21 (Jake's read, 2026-09-11, second) -- */
/* the banner: the current page's underline with round ends, like the logo's bar (a pseudo-element; the border stays, transparent, so nothing moves) */
.masthead__nav a { position: relative; }
.masthead__nav a[aria-current="page"] { border-bottom-color: transparent; }
.masthead__nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -0.29rem; height: 0.29rem; border-radius: 999px; background: var(--bkre-ledger); }
@media (max-width: 860px) { .masthead__nav a[aria-current="page"]::after { bottom: -0.18rem; height: 0.18rem; } }
/* the form: one paragraph under Submit, as wide as the fields */
.lead-form__legal { max-width: none; text-align: left; margin-top: var(--sc-4); }
.field__consent { margin-bottom: var(--sc-3); }
/* the About page: two podcast episodes, and the social marks (unlinked until the accounts are ready) */
.pods { list-style: none; margin: var(--sc-6) auto 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sc-7) var(--sc-6); max-width: 64rem; }
.pod { display: flex; flex-direction: column; gap: var(--sc-3); text-align: left; }
.pod__cover { position: relative; display: block; border-radius: var(--sc-r-md); overflow: hidden; background: var(--bkre-tint); }
.pod__cover img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.pod__play { position: absolute; inset: 0; display: grid; place-items: center; }
.pod__play .ic { width: 1.6rem; height: 1.6rem; padding: 1rem 0.95rem 1rem 1.05rem; box-sizing: content-box; color: #fff; background: rgba(31, 85, 111, 0.85); border-radius: 50%; transition: background var(--sc-d-fast) var(--sc-ease-out), transform var(--sc-d-fast) var(--sc-ease-out); }
.pod__cover:hover .pod__play .ic { background: var(--bkre-terracotta); transform: scale(1.06); }
.pod__show { margin: 0; font-size: var(--sc-t-xs); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; color: var(--sc-ink-soft); }
.pod__title { margin: 0; font-family: var(--sc-font-display); font-weight: 700; font-size: var(--sc-t-lg); line-height: 1.25; color: var(--bkre-ledger); }
.pod .sc-body { margin: 0; }
.pod__links { margin: var(--sc-1) 0 0; display: flex; flex-wrap: wrap; gap: var(--sc-3) var(--sc-5); }
.pod__links a { display: inline-flex; align-items: center; gap: 0.45rem; font-weight: 600; font-size: var(--sc-t-sm); color: var(--bkre-ledger); text-decoration: none; }
.pod__links a:hover { color: var(--bkre-terracotta); }
.brand { width: 1.25rem; height: 1.25rem; flex: none; }
.socials { margin-top: var(--sc-7); text-align: center; }
.socials__k { margin: 0 0 var(--sc-3); font-size: var(--sc-t-xs); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; color: var(--sc-ink-soft); }
.socials__row { margin: 0; display: flex; justify-content: center; gap: var(--sc-4); }
.socials__icon { display: inline-grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--bkre-tint); color: var(--bkre-mist); }
.socials__icon .brand { width: 1.3rem; height: 1.3rem; }
a.socials__icon { color: var(--bkre-mist); text-decoration: none; }
a.socials__icon:hover, a.socials__icon:focus-visible { color: var(--bkre-ledger); background: var(--bkre-paper); }
@media (max-width: 760px) { .pods { grid-template-columns: 1fr; gap: var(--sc-6); } }


/* ------------------------------------------------------------- v22 (Jake's read, 2026-09-11, third) -- */
/* the mission in the section-title format: the title, the line under it, then the ChatGPT line */
.section-head--mission { margin-bottom: var(--sc-4); }
.chapter--mission .mission__line { margin: 0 auto; max-width: 26ch; color: var(--bkre-ledger); }
.chapter--mission .mission__lead { margin: var(--sc-4) auto 0; font-size: var(--sc-t-base); max-width: 60ch; }
/* the calendar legend: small keys, the word in the square and the ringed 15 */
.cal__key { display: inline-grid; place-items: center; width: 2.3rem; height: 2.3rem; min-height: 0; padding: 0; border-radius: 4px; background: #fff; border: 1px solid var(--bkre-ledger); box-shadow: inset 0 0 0 1px var(--bkre-ledger); color: var(--bkre-ledger); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.02em; line-height: 1; text-align: center; }
.cal__key--15 { width: auto; height: auto; border: 0; box-shadow: none; background: transparent; }
.cal__key--15 .cal__ring { width: 2.1rem; height: 2.1rem; margin: 0; font-size: var(--sc-t-sm); }
/* the socials inside the badges group */
.cobrand .socials { margin-top: 4.5rem; }  /* the badges-to-'Find us on' gap matches the cobrand-row-to-badges gap (96px measured; Jake 2026-09-12) */


/* ------------------------------------------------------------- v23: the monthly offer, a tag and one line (Jake, 2026-09-11) -- */
.promo { display: flex; justify-content: center; margin: var(--sc-5) auto 0; }
.promo__link { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; border-radius: 999px; background: var(--bkre-tint); color: var(--bkre-ledger); font-weight: 600; font-size: var(--sc-t-sm); text-decoration: none; transition: background var(--sc-d-fast) var(--sc-ease-out); }
.promo__link:hover { background: color-mix(in oklab, var(--bkre-tint) 80%, var(--bkre-ledger)); }
.promo__ic { width: 1.1rem; height: 1.1rem; flex: none; color: var(--bkre-terracotta); }
.promo--dark .promo__link { background: color-mix(in oklab, #fff 10%, var(--bkre-ledger)); color: #fff; }
.promo--dark .promo__link:hover { background: color-mix(in oklab, #fff 18%, var(--bkre-ledger)); }
.promo--dark .promo__ic { color: var(--bkre-sky); }
.chapter--lead .promo { margin-top: var(--sc-5); }
.chapter--book-cal .promo { margin: 0 auto var(--sc-5); }

/* v23c: the pill on the blue first section of every page it sits on; white so it pops (Jake), the tag in Terracotta */
.promo--dark .promo__link { background: #fff; color: var(--bkre-ledger); }
.promo--dark .promo__link:hover { background: var(--bkre-tint); }
.promo--dark .promo__ic { color: var(--bkre-terracotta); }
.promo--hero { margin-top: var(--sc-4); }
.js .hero__promo { opacity: 0; transform: translate3d(0, 10px, 0); animation: rise-in 600ms var(--sc-ease-out) 3s forwards; }
.fonts-in .hero__promo { animation-name: rise-in-now; animation-delay: 3600ms; }
@media (prefers-reduced-motion: reduce) { .js .hero__promo { opacity: 1; transform: none; animation: none; } }

/* v23d: more air above the pill, less below it (Jake) */
.promo--dark { margin-top: var(--sc-7); }
.promo--hero { margin-top: var(--sc-6); }
.chapter--lead:has(.promo--dark), .chapter--hero:has(.hero__promo) { padding-bottom: clamp(2.25rem, 3.5vw, 4rem); }

/* v23e: the sign-by line inside the pill; the journey arrow ends closer to the last pair, the mark's own gap (Jake) */
.promo__link { flex-wrap: wrap; justify-content: center; row-gap: 0.15rem; }
.promo__by { font-weight: 500; font-size: var(--sc-t-xs); opacity: 0.72; margin-left: 0.35rem; padding-left: 0.6rem; border-left: 1px solid color-mix(in oklab, currentColor 35%, transparent); }
@media (max-width: 700px) { .promo__by { margin-left: 0; padding-left: 0; border-left: 0; flex-basis: 100%; text-align: center; } }
.journey__marker { margin-left: -0.16rem; }

/* v23f: the offer as two lines in one bubble, the tag on the first (Jake) */
.promo__link { flex-direction: column; align-items: center; row-gap: 0.1rem; padding: 0.6rem 1.25rem; border-radius: 1.4rem; }
.promo__main { display: inline-flex; align-items: center; gap: 0.5rem; }
.promo__by { margin: 0; padding: 0; border-left: 0; opacity: 0.72; }
@media (max-width: 700px) { .promo__by { flex-basis: auto; } }

/* ------------------------------------------------------------- v24: the booking calendar is Cal.com (2026-09-11) -- */
.book__widget { min-height: 34rem; background: var(--bkre-tint); }
.book__widget iframe { border-radius: var(--sc-r-sm); }
