/* Typography is served locally; no third-party font requests. */
:root{--ink:#203b33;--body:#43564e;--cream:#faf9f5;--paper:#fff;--line:#dce3dc;--green:#234e40;--muted:#66776e;--accent:#e3eccc;font-family:'DM Sans',sans-serif;font-synthesis:none;color:var(--ink);background:var(--cream);font-size:16px;line-height:1.65}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-underline-offset:4px}button,a{touch-action:manipulation}a:focus-visible,summary:focus-visible,button:focus-visible{outline:3px solid #8a641d;outline-offset:5px}.wrap{width:min(1160px,calc(100% - 64px));margin-inline:auto}.skip{position:absolute;top:-100px;left:16px;background:var(--ink);color:white;padding:8px 16px;z-index:10}.skip:focus{top:16px}.site-header{height:112px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-weight:750;font-family:Manrope,sans-serif;font-size:25px;letter-spacing:-.8px}.brand img{border-radius:3px}.site-header nav{display:flex;align-items:center;gap:34px;font-size:15px;font-weight:550}.site-header nav a{text-decoration:none}.site-header nav a:hover{color:#62826a}.nav-contact{border-bottom:1px solid currentColor}.hero{display:grid;grid-template-columns:1.13fr 1fr;gap:100px;align-items:center;padding-block:84px 96px}.eyebrow{font-size:.76rem;font-weight:700;letter-spacing:.16em;margin:0 0 22px;color:var(--muted)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;font-weight:650}h1{font-size:clamp(2.8rem,4.9vw,4.45rem);line-height:1.09;letter-spacing:-.055em;margin-bottom:28px}h1 em{font-family:Georgia,serif;font-weight:400;letter-spacing:-.035em}.intro{font-size:1.14rem;line-height:1.7;max-width:470px;color:var(--body);margin-bottom:28px}.button{display:inline-flex;gap:24px;align-items:center;justify-content:center;background:var(--green);color:white;border:1px solid transparent;border-radius:5px;text-decoration:none;font-weight:600;padding:13px 22px;min-height:48px;transition:background .15s}.button:hover{background:#15372c}.button.secondary{background:transparent;color:var(--ink);border-color:var(--line)}.release-note{font-size:.85rem;color:var(--muted);max-width:430px;margin:20px 0 0}.statement-preview{background:var(--paper);border:1px solid #dce2da;border-radius:8px;box-shadow:0 24px 60px #203b3310;padding:30px 34px;position:relative}.statement-preview:before{content:'';display:block;height:5px;position:absolute;top:-1px;left:24px;right:24px;background:var(--green);border-radius:0 0 3px 3px}.preview-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:40px}.mini-brand{display:flex;gap:7px;align-items:center;font-size:14px;font-weight:700}.example-label{font-size:.62rem;letter-spacing:.1em;color:var(--muted)}.statement-heading p{font-size:14px;margin-bottom:3px;color:var(--muted)}.statement-heading h2{font-size:1.65rem;letter-spacing:-.04em;margin-bottom:3px}.statement-heading>span{font-size:13px;color:var(--muted)}.statement-lines{margin:26px 0 22px}.statement-lines div{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #edf0eb;font-size:14px}.statement-lines dd{margin:0;font-variant-numeric:tabular-nums;color:var(--ink)}.statement-lines dt{color:var(--body)}.statement-lines dt span{margin-left:8px;color:var(--muted)}.statement-total{display:flex;align-items:center;justify-content:space-between;background:#eef3eb;border-radius:4px;padding:20px}.statement-total span{font-size:13px}.statement-total strong{display:block;font-family:Manrope,sans-serif;font-size:2.1rem;line-height:1.4;letter-spacing:-.035em;font-weight:650}.statement-total .subtle-symbol{font-size:1.8rem;color:#749374}.preview-note{font-size:.85rem;color:var(--muted);line-height:1.5;margin:22px 0 0}.workflow{padding-block:66px 80px;border-top:1px solid var(--line)}.section-heading h2{font-size:2.55rem;line-height:1.2;letter-spacing:-.045em;margin-bottom:18px}.section-heading p:last-child{color:var(--body)}.section-heading .eyebrow{margin-bottom:16px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:52px}.step-number{display:block;color:#738477;font-size:.84rem;font-weight:650;letter-spacing:.08em;margin-bottom:16px}.steps h3{font-size:1.25rem;letter-spacing:-.025em;margin-bottom:14px}.steps p{color:var(--body);font-size:1rem}footer{display:flex;flex-wrap:wrap;gap:24px;align-items:center;border-top:1px solid var(--line);padding-block:30px;font-size:14px;color:var(--muted)}footer .brand{font-size:20px;color:var(--ink)}footer p{margin:0 auto 0 0}footer a{text-decoration:none}html{scroll-behavior:smooth;scroll-padding-top:24px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}@media(max-width:900px){.hero{gap:40px;padding-block:60px}.statement-preview{padding:25px}.preview-top{flex-wrap:wrap;gap:12px}.example-label{font-size:.66rem}.steps{gap:24px}.section-heading h2{font-size:2.2rem}}@media(max-width:680px){.wrap{width:calc(100% - 40px)}.site-header{height:88px;gap:16px}.brand{font-size:22px;gap:9px}.brand img{width:34px;height:34px}.site-header nav{gap:16px;font-size:14px}.site-header nav a:first-child{display:none}.hero{grid-template-columns:1fr;padding-block:46px 52px;gap:44px}.hero-copy{max-width:520px}h1{font-size:3.25rem}.intro{font-size:1.06rem}.statement-preview{max-width:480px;width:100%}.preview-top{margin-bottom:28px}.steps{grid-template-columns:1fr;gap:20px;margin-top:32px}.step-number{margin-bottom:8px}.workflow{padding-block:44px}.section-heading h2{font-size:2rem}footer{gap:16px}footer p{width:100%;order:3}.release-note{max-width:360px}}
