:root {
  --paper: #f7f5f0; --white: #fff; --ink: #1b2733; --slate: #3d4856; --line: #e0dcd2;
  --brass: #b8860b; --brass-text: #7a5b06; --brass-navy: #c8a339; --muted: #6d6656;
  --head: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: "Newsreader", Georgia, "Times New Roman", serif;
  --page: 1312px; --content: 960px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.6 var(--body); }
a { color: var(--brass-text); text-underline-offset: .16em; }
a:hover { color: var(--ink); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--brass-text); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 10; top: .5rem; left: .5rem; padding: .6rem 1rem; background: var(--ink); color: var(--paper); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: 1px solid var(--line); }
.nav { width: min(var(--page), calc(100% - 128px)); min-height: 90px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lockup { display: flex; align-items: center; gap: 12px; font: 800 20px/1 var(--head); color: var(--ink); letter-spacing: -.03em; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.nav-links a { color: var(--slate); text-decoration: none; font: 600 14px/1 var(--head); }
.button { display: inline-block; padding: 18px 30px; background: var(--ink); color: var(--paper); font: 700 17px/1 var(--head); text-decoration: none; border: 0; border-radius: 0; white-space: nowrap; }
.button:hover { color: var(--paper); background: #101820; }
.button-small { padding: 12px 20px; font-size: 14px; }
.tally-glyph { --glyph-height: 22px; display: inline-flex; align-items: flex-end; gap: calc(var(--glyph-height) * .125); height: var(--glyph-height); flex: none; }
.tally-glyph i { display: block; width: calc(var(--glyph-height) * .208); height: var(--glyph-height); background: var(--ink); }
.tally-glyph i:last-child { height: calc(var(--glyph-height) * .45); background: var(--brass); }
.glyph-small { --glyph-height: 18px; }
.hero { width: min(var(--page), calc(100% - 128px)); margin: auto; padding: 88px 0 76px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: start; }
.hero-copy { display: flex; flex-direction: column; gap: 26px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--brass-text); font: 700 12px/1 var(--head); letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 36px; height: 3px; background: var(--brass); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 11ch; margin-bottom: 0; font: 800 clamp(44px, 4.3vw, 62px)/1.06 var(--head); letter-spacing: -.035em; text-wrap: pretty; }
.lead { max-width: 52ch; margin-bottom: 0; color: var(--slate); font-size: 20px; text-wrap: pretty; }
.hero-action { display: flex; align-items: center; gap: 20px; margin-top: 8px; }
.hero-action p, .cta-note { margin: 0; color: var(--muted); font-style: italic; }
.audit-card, .price-card { padding: 32px 34px; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--ink); }
.card-label { margin-bottom: 20px; color: var(--brass-text); font: 700 12px/1 var(--head); letter-spacing: .18em; text-transform: uppercase; }
.audit-card ol { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.audit-card li { display: flex; gap: 14px; align-items: baseline; color: var(--slate); }
.audit-card li b { color: var(--ink); font: 800 16px/1 var(--head); }
.guarantee { margin: 18px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--slate); }
.guarantee strong { color: var(--ink); font: 700 14px/1 var(--head); }
.newsletter { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 30px max(64px, calc((100% - var(--page)) / 2)); background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.newsletter-copy { display: flex; align-items: center; gap: 18px; min-width: 0; }
.newsletter p { margin: 0; }
.newsletter strong { font: 700 15px/1 var(--head); }
.newsletter-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: stretch; min-width: min(100%, 420px); }
.newsletter-form input { min-width: 0; flex: 1; padding: 14px 16px; border: 1px solid var(--ink); border-right: 0; border-radius: 0; background: var(--paper); color: var(--ink); font: 400 16px/1 var(--body); }
.newsletter-form input::placeholder { color: var(--muted); opacity: 1; }
.newsletter-form input:focus-visible { position: relative; z-index: 1; outline: 3px solid var(--brass-text); outline-offset: 2px; }
.newsletter-button { font-size: 15px; padding: 14px 22px; cursor: pointer; }
.newsletter-button:disabled { cursor: wait; opacity: .7; }
.newsletter-status { grid-column: 1 / -1; min-height: 1.5em; margin: 8px 0 0; color: var(--slate); font: 600 14px/1.4 var(--head); }
.newsletter-status[data-state="error"] { color: #8a251c; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; }
.content-section, .who-for { width: min(var(--content), calc(100% - 128px)); margin: 0 auto; padding-top: 88px; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 36px; padding: 18px 0 14px; border-top: 3px solid var(--ink); border-bottom: 1px solid var(--ink); }
.section-heading h2 { margin: 0; font: 800 34px/1.1 var(--head); letter-spacing: -.025em; }
.section-heading span { color: var(--brass-text); font: 700 12px/1 var(--head); letter-spacing: .2em; }
.ledger-list { margin: -28px 0 0; padding: 0; list-style: none; }
.ledger-list li { display: flex; gap: 24px; align-items: baseline; padding: 22px 0; border-bottom: 1px solid var(--line); color: var(--slate); font-size: 18px; }
.ledger-list li:last-child { border-bottom: 0; }
.ledger-list b { min-width: 32px; color: var(--brass-text); font: 800 15px/1.5 var(--head); }
.steps { display: grid; grid-template-columns: 1fr 1fr; }
.steps article { min-height: 240px; padding: 28px 32px; border-bottom: 1px solid var(--line); }
.steps article:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--line); }
.steps article:nth-child(even) { padding-right: 0; }
.steps article:nth-child(3), .steps article:nth-child(4) { border-bottom: 0; }
.step-meta { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.step-meta b { color: var(--line); font: 800 40px/1 var(--head); letter-spacing: -.03em; }
.step-meta span { color: var(--brass-text); font: 700 11px/1 var(--head); letter-spacing: .18em; text-transform: uppercase; }
h3 { margin-bottom: 10px; font: 800 19px/1.25 var(--head); letter-spacing: -.015em; }
.steps p, .why-grid p, .price-card p, .who-for > p:last-child { color: var(--slate); }
.process-tagline { margin: 36px 0 0; padding-top: 20px; border-top: 3px solid var(--ink); text-align: center; font: 800 22px/1.3 var(--head); letter-spacing: -.015em; }
.why-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: start; }
.why-grid blockquote { margin: 0; padding: 8px 0 8px 28px; border-left: 3px solid var(--brass); font: italic 500 34px/1.35 var(--body); }
.price-card { display: grid; grid-template-columns: minmax(180px, auto) 1fr; gap: 56px; padding: 44px 48px; align-items: start; }
.price-display { color: var(--brass-text); font: 800 42px/1 var(--head); letter-spacing: -.035em; }
.price-display strong, .price-display span { display: block; }
.price-display span { margin-top: 12px; color: var(--muted); font: 700 13px/1 var(--head); letter-spacing: .2em; text-transform: uppercase; }
.price-card > div:last-child { padding-left: 56px; border-left: 1px solid var(--line); }
.price-card p:last-child { margin-bottom: 0; }
.who-for { padding-bottom: 0; }
.who-for > p:last-child { max-width: 62ch; margin-bottom: 0; font-size: 19px; }
.final-cta { position: relative; overflow: hidden; margin-top: 96px; border-top: 1px solid var(--line); background: var(--white); }
.cta-content { position: relative; width: min(var(--content), calc(100% - 128px)); margin: 0 auto; padding: 88px 0; }
.cta-content h2 { max-width: 22ch; margin-bottom: 24px; font: 800 40px/1.15 var(--head); letter-spacing: -.03em; }
.cta-action { display: flex; align-items: center; gap: 22px; }
.cta-action p { margin: 0; color: var(--slate); }
.tally-motif { --glyph-height: 340px; position: absolute; right: 48px; bottom: -90px; gap: 14px; opacity: 1; pointer-events: none; }
.tally-motif i { width: 26px; }
.footer-band { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px max(64px, calc((100% - var(--page)) / 2)); background: var(--ink); color: var(--paper); font: 600 13px/1 var(--head); letter-spacing: .14em; text-transform: uppercase; }
.footer-band em { color: var(--brass-navy); font: italic 400 15px/1 var(--body); letter-spacing: normal; text-transform: none; }
.footer-note { display: flex; justify-content: center; align-items: center; gap: 12px; padding: 20px 24px; color: var(--muted); font: 400 13px/1.5 var(--head); text-align: center; }
.monogram { display: grid; place-items: center; width: 24px; height: 24px; flex: none; background: var(--ink); color: var(--paper); font: 800 11px/1 var(--head); letter-spacing: -.03em; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 800px) {
  .nav, .hero, .content-section, .who-for, .cta-content { width: min(100% - 48px, var(--content)); }
  .nav { min-height: 68px; } .nav-links { display: none; } .lockup { font-size: 16px; gap: 9px; } .lockup .tally-glyph { --glyph-height: 18px; } .button-small { padding: 12px 16px; font-size: 13px; }
  .hero { display: flex; flex-direction: column; gap: 28px; padding: 48px 0 40px; } .hero-copy { gap: 20px; } h1 { font-size: 38px; } .lead { font-size: 18px; } .hero-action { width: 100%; flex-direction: column; align-items: stretch; gap: 12px; text-align: center; } .hero-action .button { text-align: center; }
  .audit-card { width: 100%; padding: 24px; } .newsletter { padding: 24px; flex-direction: column; align-items: stretch; gap: 14px; } .newsletter-copy { gap: 12px; } .newsletter-form { width: 100%; min-width: 0; } .newsletter-button { text-align: center; }
  .content-section, .who-for { padding-top: 56px; } .section-heading { margin-bottom: 24px; padding: 14px 0 11px; } .section-heading h2 { font-size: 24px; } .ledger-list { margin-top: -8px; } .ledger-list li { gap: 14px; padding: 16px 0; font-size: 16px; } .ledger-list b { min-width: 24px; font-size: 13px; }
  .steps { grid-template-columns: 1fr; } .steps article, .steps article:nth-child(odd), .steps article:nth-child(even) { min-height: 0; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); } .steps article:last-child { border-bottom: 0; } .step-meta b { font-size: 32px; } h3 { font-size: 17px; } .process-tagline { margin-top: 20px; padding-top: 16px; font-size: 17px; }
  .why-grid, .price-card { grid-template-columns: 1fr; gap: 22px; } .why-grid blockquote { padding-left: 20px; font-size: 26px; } .price-card { padding: 28px 24px; } .price-card > div:last-child { padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); } .price-display { font-size: 38px; }
  .who-for > p:last-child { font-size: 17px; } .final-cta { margin-top: 56px; } .cta-content { padding: 48px 0; } .cta-content h2 { font-size: 28px; } .cta-action { flex-direction: column; align-items: flex-start; gap: 18px; } .tally-motif { display: none; } .footer-band { flex-direction: column; padding: 16px 24px; text-align: center; gap: 8px; font-size: 12px; }
}
