:root{--bg:#faf8f4;--surface:#fff;--surface-muted:#f1eee7;--border:#ede9e2;--text-primary:#262320;--text-secondary:#8b857c;--text-faint:#b7b0a5;--text-body:#4a4640;--brand:#2f7a6e;--brand-dark:#245f56;--brand-tint:#e4f1ee;--brand-tint-border:#cfe4df;--urgency-red-fg:#d6503f;--urgency-red-bg:#fbe7e4;--category-produce:#5e8aa0;--bezel:#1c1a17}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,system-ui,Segoe UI,Helvetica,sans-serif}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-dark)}.hero-wrapper{background-color:var(--brand-tint);width:100%;padding:64px 24px 40px}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:0 15%;display:grid}.feat-row{justify-content:center;align-items:center;gap:40px;margin-bottom:56px;display:flex;position:relative}.feat-row:last-child{margin-bottom:0}.steps-row{gap:24px;display:flex}.footer-grid{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.topbar-inner{justify-content:space-between;align-items:center;display:flex}.faq summary{cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq .chev{transition:transform .2s}.faq[open] .chev{transform:rotate(180deg)}@media (max-width:900px){.feat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.hero-grid{text-align:center;grid-template-columns:1fr;padding:0}.hero-copy{align-items:center!important}.hero-copy p{max-width:100%!important}.feat-row,.feat-row.reverse{flex-direction:column!important}.alt-connector{display:none}.steps-row{flex-direction:column}.footer-grid{flex-direction:column;gap:32px}}
