:root{--canvas: #f7f7f2;--surface: #ffffff;--surface-muted: #ecece5;--ink: #1c2722;--muted: #53615a;--line: #d3d8d2;--accent: #126847;--accent-strong: #0c5137;--focus: #d05b24;--serif: Georgia, "Times New Roman", serif;--sans: Inter, ui-sans-serif, system-ui, sans-serif;--shadow: 0 20px 56px rgb(28 39 34 / 12%)}:root[data-theme=dark]{--canvas: #17201c;--surface: #202c26;--surface-muted: #2a3831;--ink: #eff4ee;--muted: #c1cbc3;--line: #425147;--accent: #68c091;--accent-strong: #9cdbb5;--focus: #ffc089;--shadow: 0 20px 56px rgb(0 0 0 / 28%)}*{box-sizing:border-box}html{background:var(--canvas);scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--sans);font-size:1rem;line-height:1.6}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{color:var(--accent)}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink);font-family:var(--serif);font-weight:500;line-height:1.04}h1{font-size:clamp(3rem,7vw,6.4rem);letter-spacing:-.055em}h2{font-size:clamp(2.2rem,4vw,4.25rem);letter-spacing:-.045em}h3{font-size:1.55rem;letter-spacing:-.025em}.shell{width:min(1120px,calc(100% - 3rem));margin:0 auto}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:100;transform:translateY(-180%);background:var(--ink);color:var(--canvas);padding:.8rem 1rem}.skip-link:focus{transform:translateY(0)}.site-header{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--canvas) 92%,transparent);position:sticky;top:0;z-index:10;backdrop-filter:blur(16px)}.nav-row{min-height:4.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{color:var(--ink);font-family:var(--serif);font-size:1.8rem;font-weight:600;letter-spacing:-.05em;text-decoration:none}.header-nav{display:flex;align-items:center;gap:1.25rem;font-size:.94rem;font-weight:650}.header-nav>a:not(.button){text-decoration:none}.theme-toggle{min-height:44px;display:inline-flex;align-items:center;gap:.4rem;border:0;border-radius:.3rem;padding:.5rem;background:transparent;color:var(--ink);cursor:pointer;font:inherit;font-size:.9rem}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:.35rem;padding:.75rem 1rem;background:var(--accent);color:#fff;font-weight:750;text-decoration:none;box-shadow:0 1px #00000014}.button:hover{background:var(--accent-strong);color:#fff}.button--small{min-height:42px;padding:.55rem .8rem}.text-link{display:inline-flex;align-items:center;min-height:24px;color:var(--ink);font-weight:700}.eyebrow{margin-bottom:1.1rem;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(260px,.7fr);gap:clamp(2rem,8vw,8rem);align-items:center;padding-top:clamp(4.5rem,10vw,8.5rem);padding-bottom:clamp(4.5rem,10vw,8.5rem)}.hero-copy h1{max-width:9.8ch;margin-bottom:1.35rem}.lede{max-width:41rem;color:var(--muted);font-size:clamp(1.08rem,1.8vw,1.28rem)}.action-row{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap;margin-top:2rem}.hero-image{width:min(100%,340px);justify-self:end;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:1.2rem;background:var(--surface-muted);box-shadow:var(--shadow)}.workflows{padding:clamp(4.5rem,9vw,8rem) 0;background:var(--surface-muted);border-block:1px solid var(--line)}.workflows h2{max-width:15ch;margin-bottom:3rem}.workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.workflow-grid article{min-height:245px;padding:1.5rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}.workflow-grid p:last-child{margin-bottom:0;color:var(--muted)}.workflow-number{margin-bottom:2.6rem;color:var(--accent);font-family:var(--serif);font-size:1.2rem}.workflow-grid h3{margin-bottom:.65rem}.proof{display:grid;grid-template-columns:1fr minmax(260px,.5fr);gap:clamp(2rem,9vw,9rem);align-items:center;padding-top:clamp(4.5rem,9vw,8rem);padding-bottom:clamp(4.5rem,9vw,8rem)}.proof h2{margin-bottom:1.25rem}.proof p:not(.eyebrow){max-width:38rem;color:var(--muted);margin-bottom:1.75rem}.proof figure{width:min(100%,290px);justify-self:end;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:.9rem;box-shadow:var(--shadow)}.start-section{padding:clamp(3.5rem,6vw,5rem) 0;background:var(--ink);color:var(--canvas)}.start-section h2{margin-bottom:0;color:var(--canvas);max-width:12ch}.start-section .eyebrow{color:#9cdbb5}.start-content{display:flex;gap:2rem;align-items:end;justify-content:space-between}.start-actions{display:grid;gap:1rem;min-width:min(100%,17rem)}.store-links{display:flex;gap:1rem;flex-wrap:wrap;font-size:.94rem;font-weight:700}.store-links a{color:var(--canvas)}.site-footer{padding:2.5rem 0;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:2rem}.site-footer nav{display:flex;gap:1.15rem;flex-wrap:wrap;font-size:.9rem}.site-footer a{min-height:44px;display:inline-flex;align-items:center}.legal{max-width:760px;padding-top:4.5rem;padding-bottom:5rem}.legal h1{margin-bottom:2rem;font-size:clamp(2.75rem,6vw,4.7rem)}.legal h2{margin-top:3rem;margin-bottom:1rem;font-size:clamp(1.85rem,3vw,2.6rem)}.legal h3{margin-top:2rem;margin-bottom:.7rem}.legal p,.legal li{color:var(--muted)}.legal li{margin-bottom:.45rem}.legal a{color:var(--accent)}@media(max-width:760px){.shell{width:min(100% - 2rem,1120px)}.header-nav>a:not(.button),.theme-toggle__label{display:none}.header-nav{gap:.3rem}.hero,.proof{grid-template-columns:1fr}.hero-image,.proof figure{justify-self:start}.workflow-grid{grid-template-columns:1fr}.workflow-grid article{min-height:0}.workflow-number{margin-bottom:1.2rem}.start-content,.footer-grid{display:grid;grid-template-columns:1fr;align-items:start}.footer-grid{gap:.5rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
