:root {
  --paper:#f6f2e6;
  --ink:#153f35;
  --muted:#536259;
  --gold:#b17b32;
  --line:#d6d7c8;
  --white:#fffef8;
  --dark:#113c33;
  color-scheme:light;
  font-family:"Avenir Next",Avenir,"Segoe UI",Verdana,sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none}
* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:2rem}
body {
  margin:0;
  font-size:1.0625rem;
  line-height:1.65}
a {
  color:inherit;
  text-underline-offset:.22em}
a:hover {
  text-decoration-thickness:2px}
a:focus-visible,summary:focus-visible {
  outline:3px solid var(--gold);
  outline-offset:6px;
  border-radius:3px}
img {
  display:block;
  max-width:100%;
  height:auto}
h1,h2,h3,p {
  margin-top:0}
h1,h2,h3 {
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  letter-spacing:-.055em;
  line-height:1.08}
h1 {
  font-size:clamp(3.8rem,7.4vw,7.2rem);
  margin-bottom:1.6rem}
h2 {
  font-size:clamp(2.5rem,4.5vw,4.3rem);
  margin-bottom:1.6rem}
h3 {
  font-size:1.7rem;
  letter-spacing:-.035em;
  line-height:1.2}
.wrap {
  width:min(1180px,calc(100% - 80px));
  margin:auto}
.skip {
  position:absolute;
  left:20px;
  top:-100px;
  z-index:10;
  background:var(--white);
  padding:12px}
.skip:focus {
  top:12px}
.notice {
  background:var(--ink);
  color:var(--paper);
  font-size:.8rem;
  text-align:center;
  padding:9px 20px;
  letter-spacing:.04em}
.notice a {
  font-weight:700}
.masthead {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:28px 0;
  border-bottom:1px solid var(--line)}
.brand {
  display:flex;
  align-items:center;
  gap:11px;
  text-decoration:none;
  font-family:Georgia,serif;
  font-size:1.65rem;
  letter-spacing:-.06em}
.brand img {
  width:39px;
  height:39px;
  border-radius:10px}
.masthead nav {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:.88rem}
.masthead nav a {
  text-decoration:none}
.masthead nav a[aria-current=page] {
  border-bottom:2px solid var(--ink)}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.73rem;
  font-weight:700;
  line-height:1.6;
  margin-bottom:22px;
  color:var(--muted)}
.hero {
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:70px;
  align-items:center;
  padding:76px 0 70px}
.hero h1 em {
  font-weight:400;
  color:var(--gold)}
.intro {
  font-size:1.13rem;
  max-width:460px;
  color:var(--muted);
  line-height:1.7}
.actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:22px;
  margin:28px 0}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:48px;
  padding:12px 23px;
  background:var(--ink);
  color:var(--white);
  border:1px solid var(--ink);
  border-radius:4px;
  text-decoration:none;
  font-size:.88rem;
  font-weight:600}
.button:hover {
  background:#20594a}
.app-store-button {
  min-width:164px;
  padding:8px 22px;
  flex-direction:column;
  align-items:flex-start;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.28rem;
  letter-spacing:-.025em;
  line-height:1.05}
.app-store-button .button-kicker {
  font-family:"Avenir Next",Avenir,"Segoe UI",Verdana,sans-serif;
  font-size:.62rem;
  font-weight:600;
  letter-spacing:.04em;
  line-height:1.25}
.quiet-link {
  font-size:.9rem}
.availability {
  font-size:.78rem;
  color:var(--muted);
  max-width:440px}
.receipt {
  background:var(--white);
  padding:30px 32px 26px;
  box-shadow:0 16px 50px #153f3510;
  border:1px solid var(--line);
  transform:rotate(2deg);
  position:relative}
.receipt:before {
  content:"";
  position:absolute;
  width:62px;
  height:26px;
  background:#d9c894a8;
  left:calc(50% - 31px);
  top:-13px;
  transform:rotate(-8deg)}
.receipt-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:.71rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  padding:8px 0 22px;
  border-bottom:1px dashed var(--line)}
.receipt-title {
  font-family:Georgia,serif;
  font-size:2rem;
  letter-spacing:-.05em;
  margin:24px 0 5px}
.receipt-date {
  font-size:.76rem;
  color:var(--muted)}
.receipt dl {
  margin:27px 0}
.receipt dl div {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:10px 0;
  font-size:.91rem}
.receipt dd {
  margin:0;
  font-variant-numeric:tabular-nums}
.receipt .total {
  border-top:1px solid var(--ink);
  padding-top:18px;
  margin-top:10px;
  font-weight:700}
.receipt .total dd {
  font-size:1.8rem;
  line-height:1.2}
.receipt-note {
  font-size:.75rem;
  color:var(--muted);
  border-top:1px dashed var(--line);
  padding-top:17px;
  margin:0}
.trustline {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  margin-bottom:100px;
  padding:20px 0;
  gap:30px;
  font-size:.8rem;
  text-align:center;
  letter-spacing:.02em}
.section-heading {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:end;
  margin-bottom:40px}
.section-heading p {
  color:var(--muted);
  max-width:460px}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:38px;
  padding-bottom:100px}
.step {
  border-top:1px solid var(--line);
  padding-top:26px}
.step-number {
  font-family:Georgia,serif;
  color:var(--gold);
  font-size:1.8rem;
  display:block;
  margin-bottom:20px}
.step p {
  color:var(--muted);
  font-size:.95rem}
.product {
  background:var(--dark);
  color:var(--paper);
  padding:75px 0}
.product-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:85px;
  align-items:center}
.product .eyebrow {
  color:#e3bf75}
.product p {
  color:#d6e0d4}
.product h2 {
  max-width:500px}
.product dl {
  margin:32px 0 0}
.product dl div {
  border-top:1px solid #ffffff30;
  padding:20px 0;
  display:grid;
  grid-template-columns:100px 1fr;
  gap:22px}
.product dt {
  font-weight:600;
  font-size:.9rem}
.product dd {
  margin:0;
  color:#d6e0d4;
  font-size:.88rem}
.plans {
  padding:100px 0}
.plan-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid var(--line)}
.plan {
  padding:36px}
.plan+ .plan {
  border-left:1px solid var(--line);
  background:#e9ecdf}
.plan h3 {
  font-size:2.3rem}
.plan ul {
  padding-left:1.2rem;
  color:var(--muted);
  font-size:.92rem}
.plan li {
  margin:8px 0}
.price {
  font-family:Georgia,serif;
  font-size:2.5rem;
  margin:0 0 12px;
  letter-spacing:-.05em}
.price small {
  font-family:"Avenir Next",Avenir,"Segoe UI",sans-serif;
  font-size:.9rem;
  letter-spacing:0}
.fineprint {
  font-size:.78rem;
  color:var(--muted);
  margin-top:20px;
  max-width:830px}
.privacy-strip {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:44px 0;
  margin-bottom:80px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px}
.privacy-strip h2 {
  font-size:2.5rem;
  margin:0}
.privacy-strip p {
  margin-bottom:15px;
  color:var(--muted)}
.download-strip {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:70px;
  align-items:center;
  margin:-28px 0 90px;
  padding:50px;
  background:var(--gold);
  color:#102f28}
.download-strip h2 {
  font-size:clamp(2.35rem,4vw,3.8rem);
  margin:0}
.download-strip .eyebrow {
  color:#254f44}
.download-strip p {
  max-width:500px}
.download-strip .button {
  margin-top:9px}
.footer {
  padding:35px 0 45px;
  display:flex;
  justify-content:space-between;
  gap:30px;
  font-size:.8rem;
  color:var(--muted)}
.footer nav {
  display:flex;
  gap:22px;
  flex-wrap:wrap}
.doc-heading {
  padding:70px 0 40px;
  border-bottom:1px solid var(--line)}
.doc-heading h1 {
  font-size:clamp(3.5rem,6vw,5.6rem);
  margin-bottom:20px}
.doc-heading p {
  max-width:650px;
  color:var(--muted)}
.doc-grid {
  display:grid;
  grid-template-columns:235px minmax(0,1fr);
  gap:70px;
  padding:48px 0 90px}
.contents {
  align-self:start;
  position:sticky;
  top:28px}
.contents a {
  display:block;
  font-size:.8rem;
  padding:7px 0;
  text-decoration:none;
  color:var(--muted)}
.contents a:hover {
  text-decoration:underline}
.prose {
  max-width:740px}
.prose h2 {
  font-size:2.15rem;
  margin:42px 0 19px}
.prose h2:first-child {
  margin-top:0}
.prose p,.prose li {
  font-size:.96rem;
  color:var(--muted)}
.prose strong {
  color:var(--ink);
  font-weight:600}
.prose code {
  font-size:.86em;
  background:#e9ecdf;
  padding:2px 5px;
  border-radius:3px;
  overflow-wrap:anywhere}
.prose li {
  margin:8px 0}
.prose table {
  width:100%;
  border-collapse:collapse;
  margin:26px 0 30px;
  background:var(--white);
  font-size:.92rem}
.prose caption {
  padding:0 0 10px;
  color:var(--muted);
  font-size:.8rem;
  text-align:left}
.prose th,.prose td {
  padding:13px 16px;
  border:1px solid var(--line);
  text-align:left;
  vertical-align:top}
.prose th {
  color:var(--ink);
  font-weight:600}
.table-scroll {
  max-width:100%;
  overflow-x:auto;
  margin:26px 0 30px;
  border-radius:4px}
.table-scroll:focus-visible {
  outline:3px solid var(--gold);
  outline-offset:5px}
.table-scroll table {
  min-width:620px;
  margin:0}
.formula {
  display:grid;
  gap:8px;
  margin:26px 0;
  padding:24px 26px;
  border-left:4px solid var(--gold);
  background:var(--white)}
.formula strong {
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.4rem;
  letter-spacing:-.025em}
.formula span {
  color:var(--muted);
  overflow-wrap:anywhere}
.example-ledger {
  max-width:480px;
  margin:26px 0 30px;
  padding:22px 26px;
  border:1px solid var(--line);
  background:var(--white)}
.example-ledger dl {
  margin:0}
.example-ledger dl div {
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding:9px 0}
.example-ledger dd {
  margin:0;
  font-variant-numeric:tabular-nums}
.example-ledger .total {
  margin-top:8px;
  padding-top:15px;
  border-top:1px solid var(--ink);
  font-weight:700}
.callout,.download-card {
  margin:28px 0;
  padding:24px 26px;
  border-left:4px solid var(--gold);
  background:#e9ecdf}
.callout p:last-child,.download-card p:last-child {
  margin-bottom:0}
.download-card .button {
  margin-top:8px}
.contact-box {
  background:#e9ecdf;
  border-left:3px solid var(--gold);
  padding:23px 28px;
  margin-top:38px}
.contact-box p:last-child {
  margin:0}
.prose a {
  overflow-wrap:anywhere}
.faq {
  padding:0 0 80px}
.faq h2 {
  font-size:2.8rem}
.faq details {
  border-top:1px solid var(--line);
  padding:20px 0}
.faq summary {
  cursor:pointer;
  font-weight:600;
  min-height:28px;
  padding-right:15px}
.faq details p {
  max-width:780px;
  margin:15px 0 0;
  color:var(--muted);
  font-size:.94rem}
.guide-callout {
  border-top:1px solid var(--line);
  padding:72px 0 86px}
.guide-callout h2 {
  max-width:760px}
.guide-callout>p:not(.eyebrow) {
  max-width:690px;
  color:var(--muted)}
.guide-links {
  display:flex;
  flex-wrap:wrap;
  gap:18px 34px;
  margin-top:28px}
.guide-links a {
  font-weight:600}
.guide-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  padding:55px 0 82px}
.guide-grid article {
  display:flex;
  flex-direction:column;
  border:1px solid var(--line);
  background:var(--white);
  padding:34px}
.guide-grid h2 {
  font-size:2.25rem;
  margin-bottom:18px}
.guide-grid article>p:not(.eyebrow) {
  color:var(--muted)}
.guide-grid a {
  display:inline-flex;
  min-height:44px;
  align-items:center;
  margin-top:auto;
  font-weight:600}
.not-found {
  padding:110px 0;
  min-height:65vh}
.not-found h1 {
  font-size:5rem}
.not-found p {
  max-width:550px}
::selection {
  background:#e3bf75;
  color:#153f35}
@media(max-width:850px) {
  .wrap {
  width:calc(100% - 44px)}
.hero {
  gap:35px;
  padding:55px 0}
.hero h1 {
  font-size:4.3rem}
.receipt {
  padding:25px 22px}
.section-heading {
  gap:30px}
.product-grid {
  gap:40px}
.doc-grid {
  grid-template-columns:180px minmax(0,1fr);
  gap:30px}
.steps {
  gap:24px}
.plan {
  padding:26px}
.trustline {
  margin-bottom:70px}
}
@media(max-width:600px) {
  .wrap {
  width:calc(100% - 40px)}
body {
  font-size:1rem}
.masthead {
  padding:20px 0;
  gap:15px}
.masthead nav {
  width:100%;
  justify-content:flex-start;
  flex-wrap:wrap;
  gap:8px 18px;
  font-size:.8rem}
.brand {
  font-size:1.45rem}
.brand img {
  width:34px;
  height:34px}
.masthead .nav-how {
  display:none}
.hero {
  grid-template-columns:1fr;
  gap:38px;
  padding:45px 0 40px}
.hero h1 {
  font-size:clamp(3.6rem,15vw,5rem)}
.intro {
  font-size:1.02rem}
.receipt {
  width:calc(100% - 15px);
  margin:0 auto;
  transform:rotate(1deg)}
.trustline {
  grid-template-columns:1fr;
  gap:10px;
  padding:20px 0;
  margin-bottom:60px}
.section-heading,.steps,.product-grid,.privacy-strip,.download-strip,.plan-grid,.guide-grid {
  grid-template-columns:1fr}
.download-strip {
  gap:24px;
  padding:34px 26px;
  margin:0 0 65px}
.section-heading {
  gap:0;
  margin-bottom:24px}
.steps {
  gap:22px;
  padding-bottom:55px}
.step-number {
  margin-bottom:12px}
.step p {
  margin-bottom:0}
.product {
  padding:50px 0}
.product-grid {
  gap:34px}
.product figure {
  max-width:230px;
  order:2}
.plans {
  padding:60px 0}
.plan+.plan {
  border-left:0;
  border-top:1px solid var(--line)}
.privacy-strip {
  gap:22px;
  padding:32px 0;
  margin-bottom:35px}
.footer {
  flex-direction:column;
  gap:20px}
.footer p {
  margin:0}
.doc-heading {
  padding:45px 0 26px}
.doc-grid {
  grid-template-columns:1fr;
  gap:28px;
  padding-top:25px}
.contents {
  position:static;
  border-bottom:1px solid var(--line);
  padding-bottom:23px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 20px}
.contents .eyebrow {
  grid-column:1/-1;
  margin:0 0 10px}
.prose h2 {
  font-size:1.9rem}
.prose th,.prose td {
  padding:11px 12px}
.formula,.example-ledger,.callout,.download-card {
  padding:20px}
.notice {
  font-size:.72rem}
.contact-box {
  padding:20px}
.faq {
  padding-bottom:45px}
.faq h2 {
  font-size:2.2rem}
.guide-callout {
  padding:52px 0 60px}
.guide-grid {
  padding:36px 0 58px}
.guide-grid article {
  padding:25px}
.guide-grid h2 {
  font-size:2rem}
}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
}
@media print {
  .notice,.masthead nav,.contents,.footer nav,.skip {
  display:none}
.wrap {
  width:100%}
.doc-grid {
  display:block}
.doc-heading {
  padding:10px 0}
.prose {
  max-width:none}
body {
  background:white;
  color:black;
  font-size:11pt}
a {
  color:inherit}
.prose h2 {
  break-after:avoid}
}

.masthead nav a,.footer nav a {
  min-height:44px;
  display:inline-flex;
  align-items:center}
.prose>section+section {
  margin-top:42px}

/* Keep navigation and long headings readable with enlarged browser text. */
.masthead {
  flex-wrap: wrap;
}
h1,h2,h3 {
  overflow-wrap: anywhere;
}
.hero>*,.section-heading>*,.product-grid>*,.plan-grid>*,.doc-grid>* {
  min-width: 0;
}
.button {
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
.receipt .total {
  flex-wrap: wrap;
}
.receipt .total dd {
  margin-left: auto;
}
@media(max-width:600px) {
  .product dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
