*,:before,:after{box-sizing:border-box}body{font-family:var(--body-font);background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}.topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.back-btn{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.8rem;text-decoration:none;transition:color .2s}.back-btn:hover{color:var(--fg)}.topbar-right{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem}main{max-width:760px;margin:0 auto;padding:5rem 2rem 8rem}.about-wordmark{user-select:none;cursor:default;color:var(--fg);isolation:isolate;justify-content:center;gap:.02em;margin:0 0 5rem;display:flex;position:relative}.about-wordmark span{font-family:var(--logo-font);text-transform:lowercase;letter-spacing:-.01em;transform-origin:50%;font-size:clamp(4rem,14vw,9rem);font-weight:400;line-height:1;transition:transform .35s cubic-bezier(.23,1,.32,1),color .2s;display:inline-block;transform:translate(0)}.about-wordmark .wordmark-l{margin-left:.04em;margin-right:-.01em}.divider{border:none;border-top:1px solid var(--border);margin:3rem 0}.section{margin-bottom:3.5rem}.section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:1.25rem;font-size:.75rem;font-weight:700}p{color:var(--fg);opacity:.88;margin:0 0 1.1rem;font-size:1rem}p:last-child{margin-bottom:0}.cta-panel{border:1px solid var(--border);background:var(--dim);margin-top:3.5rem;padding:2rem 2.25rem}.cta-panel h2{text-transform:uppercase;letter-spacing:.06em;margin:0 0 1rem;font-size:1.1rem;line-height:1.2}.cta-panel p{opacity:.75;margin-bottom:.8rem;font-size:.9rem}.cta-panel ol{opacity:.75;margin:.75rem 0 1.5rem;padding-left:1.4rem;font-size:.88rem;line-height:2}.cta-actions{flex-wrap:wrap;align-items:stretch;gap:.75rem;margin-top:1.05rem;display:flex}.cta-link{background:var(--fg);min-height:44px;color:var(--bg);text-transform:uppercase;letter-spacing:.06em;text-align:center;flex:1 1 0;justify-content:center;align-items:center;min-width:190px;padding:.72rem 1.05rem;font-family:inherit;font-size:.75rem;font-weight:700;line-height:1.15;text-decoration:none;transition:opacity .2s,background .2s,border-color .2s,color .2s;display:inline-flex}.cta-link:hover{opacity:.85}.cta-link-primary{background:var(--fg);color:var(--bg);border:1px solid var(--fg)}.cta-link-secondary{color:var(--fg);border:1px solid rgba(var(--fg-rgb), .42);background:0 0}.cta-link-secondary:hover{background:rgba(var(--fg-rgb), .06);opacity:1}.cta-note{opacity:.45;margin-top:.9rem;font-size:.75rem;display:block}.contact-line{color:var(--muted);border-top:1px solid var(--border);margin-top:3.5rem;padding-top:2rem;font-size:.82rem}.contact-line a{color:var(--fg);text-underline-offset:3px;text-decoration:underline}.contact-line a:hover{opacity:.75}.newsletter{text-align:left;grid-column:3;justify-self:end;width:min(360px,100%)}.newsletter-label{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:1rem;font-size:.72rem;font-weight:700}.newsletter-row{gap:0;display:flex}.newsletter-input{border:1px solid var(--border);color:var(--fg);background:0 0;border-right:none;outline:none;flex:1;min-width:0;padding:.6rem .85rem;font-family:inherit;font-size:.82rem;transition:border-color .2s}.newsletter-input::placeholder{color:rgba(var(--fg-rgb),.28)}.newsletter-input:focus{border-color:rgba(var(--fg-rgb),.4)}.newsletter-submit{text-transform:uppercase;letter-spacing:.06em;background:var(--accent);color:var(--on-accent);border:1px solid var(--accent);cursor:pointer;white-space:nowrap;flex-shrink:0;padding:.6rem 1.1rem;font-family:inherit;font-size:.75rem;font-weight:700;transition:opacity .2s}.newsletter-submit:hover:not(:disabled){opacity:.85}.newsletter-submit:disabled{opacity:.45;cursor:wait}.newsletter-consent{align-items:flex-start;gap:.55rem;margin-top:.75rem;display:none}.newsletter-consent.visible{display:flex}.newsletter-consent label{color:var(--fg2);cursor:pointer;user-select:none;font-size:.75rem;line-height:1.5}.newsletter-consent label a{color:rgba(var(--fg-rgb),.65);text-underline-offset:2px;text-decoration:underline}.newsletter-consent label a:hover{color:var(--fg)}.newsletter-msg{margin-top:.65rem;font-size:.75rem;display:none}.newsletter-msg.ok{color:var(--green);display:block}.newsletter-msg.err{color:var(--red);display:block}.site-footer{text-align:center;color:var(--muted);letter-spacing:.04em;padding:2.5rem 25px 2rem;font-size:.78rem}.footer-event-links{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-bottom:1.2rem;display:flex}.footer-pill{border:1px solid var(--border);min-width:112px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;padding:.55rem .9rem;font-size:.75rem;font-weight:700;text-decoration:none}.footer-pill:hover{color:var(--fg);border-color:rgba(var(--fg-rgb), .5);background:rgba(var(--fg-rgb), .04);text-decoration:none}.footer-community{text-transform:uppercase;letter-spacing:.06em;max-width:980px;margin:0 auto 2rem;font-weight:700}.footer-bottom{text-align:center;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.2rem;width:100%;display:grid}.footer-spacer{grid-column:1}.footer-legal{white-space:normal;grid-column:2}.site-footer a{color:var(--muted);text-decoration:none}.site-footer a:hover{color:var(--fg);text-decoration:underline}@media (width<=520px){main{padding:3rem 1.25rem 6rem}.topbar{padding:1rem 1.25rem}.cta-panel{padding:1.5rem 1.25rem}.cta-actions{gap:.55rem}.cta-link{flex-basis:100%;min-width:0}.about-wordmark{margin-bottom:3rem}.about-wordmark span{letter-spacing:0;font-size:clamp(3rem,16vw,4rem)}.footer-bottom{grid-template-columns:1fr;gap:1.6rem}.footer-spacer{display:none}.newsletter{text-align:center;order:1;grid-column:1;justify-self:center;margin:0 auto}.footer-legal{white-space:normal;order:2;grid-column:1}}.fee-use{border:1px solid var(--border);background:rgba(var(--fg-rgb), .025);padding:1.2rem}.fee-use .section-label{margin-bottom:.65rem}.fee-use p:last-child{margin-bottom:0}@media (width<=520px){.fee-use{padding:1rem}}.fee-viz{border:1px solid var(--border);background:rgba(var(--fg-rgb), .025);padding:1.1rem}.fee-viz .section-label{margin-bottom:.75rem}.fee-viz-intro{text-align:center;max-width:44rem;color:var(--muted);margin:0 auto 1rem;font-size:.82rem}.viz-control{grid-template-columns:minmax(180px,360px);justify-content:center;align-items:center;gap:.65rem;margin:.8rem 0 1.15rem;display:grid}.viz-price-card{border:1px solid rgba(var(--fg-rgb), .24);background:var(--bg);text-align:center;padding:.55rem .65rem .65rem}.viz-price-card label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.12rem;font-size:.68rem;display:block}.viz-price-entry{color:var(--fg);justify-content:center;align-items:baseline;gap:.1rem;font-size:1.8rem;font-weight:700;line-height:1;display:flex}.viz-price-entry input{border:0;border-bottom:1px solid rgba(var(--fg-rgb), .32);width:5.2rem;color:inherit;font:inherit;text-align:center;appearance:textfield;background:0 0;border-radius:0;outline:none;padding:0 .1rem .08rem}.viz-price-entry input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.viz-price-entry input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.viz-price-entry input:focus{border-color:var(--fg)}.viz-control input[type=range]{width:100%;accent-color:var(--accent);cursor:pointer}.viz-bars{grid-template-columns:repeat(5,minmax(58px,86px));justify-content:center;align-items:end;gap:0;min-height:162px;padding-top:.25rem;display:grid}.viz-bar{text-align:center;min-width:0;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;outline:none;grid-template-rows:auto 108px auto;gap:.38rem;padding:0;display:grid;position:relative}.viz-buyer{min-height:2.15rem;color:var(--fg);font-size:.75rem;line-height:1.2;transition:color .2s}.viz-buyer strong{font-size:.88rem;display:block}.viz-stack-wrap{border-bottom:1px solid rgba(var(--fg-rgb), .2);justify-content:center;align-items:flex-end;height:108px;display:flex;position:relative}.viz-stack{border:1px solid rgba(var(--fg-rgb), .16);background:#d95858;justify-content:center;align-items:center;width:100%;height:100%;transition:height .25s,transform .2s,border-color .2s;display:flex;overflow:hidden}.viz-part{color:#fff;letter-spacing:.02em;justify-content:center;align-items:center;min-height:18px;font-size:.72rem;line-height:1;transition:background .2s;display:flex}.viz-fee{background:0 0;width:100%;height:100%}.viz-bar.mulch .viz-stack{background:var(--green);border-color:#4caf6e94;box-shadow:0 0 0 1px #4caf6e29,0 12px 26px #4caf6e14}.viz-bar:hover .viz-stack,.viz-bar:focus-visible .viz-stack{border-color:rgba(var(--fg-rgb), .42);transform:translateY(-4px)}.viz-bar.mulch:hover .viz-stack,.viz-bar.mulch:focus-visible .viz-stack{border-color:var(--green)}.viz-name{min-height:2.35rem;color:var(--muted);justify-content:center;align-items:flex-start;gap:.25rem;font-size:.75rem;line-height:1.18;display:flex}.viz-bar.mulch .viz-name{color:var(--green);font-weight:700}.viz-tooltip{z-index:3;opacity:0;pointer-events:none;border:1px solid var(--border);background:var(--bg);width:max-content;max-width:220px;color:var(--fg);text-align:left;padding:.55rem .65rem;font-size:.75rem;line-height:1.45;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + .35rem);left:50%;transform:translate(-50%,4px);box-shadow:0 12px 28px #00000047}.viz-bar:hover .viz-tooltip,.viz-bar:focus-visible .viz-tooltip{opacity:1;transform:translate(-50%)}.viz-legend{color:var(--muted);flex-wrap:wrap;justify-content:center;gap:1.1rem;margin-top:.7rem;font-size:.72rem;display:flex}.viz-legend span{align-items:center;gap:.35rem;display:inline-flex}.viz-legend i{width:10px;height:10px;display:inline-block}.viz-foot{text-align:center;max-width:46rem;color:var(--muted);margin:.7rem auto 0;font-size:.72rem;line-height:1.45}.viz-info{vertical-align:middle;border:1px solid var(--muted);width:1.05rem;height:1.05rem;color:var(--muted);cursor:help;opacity:.65;background:0 0;border-radius:50%;justify-content:center;align-items:center;margin-left:.4rem;padding:0;font-family:inherit;font-size:.62rem;font-weight:700;line-height:1;transition:opacity .15s,color .15s,border-color .15s;display:inline-flex}.viz-info:hover,.viz-info:focus-visible{opacity:1;color:var(--fg);border-color:var(--fg)}.viz-info-note{width:1px;height:1px;position:absolute;top:auto;left:-9999px;overflow:hidden}.viz-info:hover+.viz-info-note,.viz-info:focus-visible+.viz-info-note,.viz-foot:has(.viz-info:hover)+.viz-info-note,.viz-foot:has(.viz-info:focus-visible)+.viz-info-note{border:1px solid var(--border);background:var(--card);text-align:left;width:auto;max-width:46rem;height:auto;color:var(--muted);margin:.55rem auto 0;padding:.6rem .8rem;font-size:.7rem;line-height:1.5;display:block;position:static;overflow:visible}@media (width<=640px){.fee-viz{padding:.9rem .75rem}.viz-control{grid-template-columns:1fr;gap:.45rem}.viz-price-card{order:-1;width:min(210px,100%);margin:0 auto}.viz-bars{grid-template-columns:repeat(5,minmax(48px,1fr));min-height:150px;padding-bottom:.25rem}.viz-bar{grid-template-rows:auto 96px auto}.viz-stack-wrap{height:96px}.viz-buyer{font-size:.68rem}.viz-buyer strong{font-size:.75rem}.viz-name,.viz-part{font-size:.68rem}.viz-tooltip{display:none}}
