:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#193328;--paper:#f4f0e6;--paper-light:#fbfaf6;--green:#2f6b50;--green-dark:#153e2d;--green-light:#b8d69d;--muted:#6c766e;--line:#19332838;--font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{background:var(--paper);min-width:320px;color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;overflow-x:clip}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}::selection{background:var(--green);color:#fff}:focus-visible{outline:2px solid var(--green);outline-offset:4px}.site-header{border-bottom:1px solid var(--line);background:var(--paper-light);justify-content:space-between;align-items:center;height:4rem;padding:0 clamp(1.25rem,4vw,4rem);display:flex}.wordmark{letter-spacing:-.055em;font-size:1.22rem;font-weight:800}.wordmark:after{content:".";color:var(--green)}.header-actions{align-items:center;gap:clamp(1rem,3vw,2.5rem);display:flex}.language-link{letter-spacing:.08em;font-size:.72rem;font-weight:700}.simple-link{border-bottom:1px solid;padding:.35rem 0;font-size:.8rem;font-weight:650}.manifesto{background:var(--paper-light);grid-template-columns:minmax(0,1.08fr) minmax(24rem,.92fr);min-height:calc(100svh - 4rem);display:grid}.manifesto-copy{flex-direction:column;justify-content:center;padding:clamp(2rem,4vh,3.5rem) clamp(1.5rem,6vw,7rem);animation:.65s ease-out both copy-in;display:flex}.manifesto-label{color:var(--green);letter-spacing:.1em;text-transform:uppercase;margin:0 0 1rem;font-size:.73rem;font-weight:750}.manifesto h1{letter-spacing:-.07em;max-width:48rem;margin:0;font-size:clamp(3.3rem,5vw,5.5rem);font-weight:550;line-height:.92}.manifesto-text{max-width:42rem;margin-top:clamp(1.5rem,3vh,2.25rem)}.manifesto-text p{color:var(--muted);margin:0 0 .8rem;font-size:clamp(.9rem,1.05vw,1.02rem);line-height:1.48}.manifesto-text p:first-child{color:var(--ink);font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.48}.inline-email{color:var(--green);white-space:nowrap;border-bottom:1px solid}.inline-email:hover{color:var(--green-dark)}.manifesto-email{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);justify-content:space-between;align-items:baseline;gap:2rem;max-width:42rem;margin-top:.5rem;padding:.75rem 0;transition:color .18s,padding .18s;display:flex}.manifesto-email:hover{color:var(--green);padding-inline:.6rem}.manifesto-email span{font-size:.82rem}.manifesto-email strong{font-size:.9rem;font-weight:700}.living-data{border-left:1px solid var(--line);background:#e3ead8;min-height:100%;position:relative;overflow:hidden}.living-data:before{content:"";opacity:.18;background-image:linear-gradient(#1933284d 1px,#0000 1px),linear-gradient(90deg,#1933284d 1px,#0000 1px);background-size:6rem 6rem;position:absolute;inset:0}.living-ring{aspect-ratio:1;border:1px solid #19332840;border-radius:50%;width:min(40vw,38rem);position:absolute;top:50%;left:50%;translate:-50% -50%}.living-ring:before,.living-ring:after{content:"";background:var(--green);border-radius:50%;width:.55rem;height:.55rem;position:absolute}.living-ring:before{top:13%;left:16%}.living-ring:after{bottom:18%;right:9%}.living-shape{aspect-ratio:.92;background:linear-gradient(145deg,#a7d485,#3d7953);border-radius:45% 55% 62% 38%/39% 42% 58% 61%;width:min(24vw,22rem);animation:8s ease-in-out infinite living;position:absolute;top:50%;left:50%;translate:-50% -50%;box-shadow:inset -2rem -2rem 4rem #0f482b2e,inset 2rem 1rem 4rem #ffffff47,0 2rem 5rem #2b5d3c29}.living-seed{background:var(--green-dark);border-radius:100% 0;width:1.2rem;height:3rem;position:absolute;top:50%;left:50%;translate:-50% -50%;rotate:-45deg}.living-data>p{color:var(--green);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.64rem;font-weight:700;position:absolute;bottom:1.7rem;right:2rem}.site-footer{border-top:1px solid var(--line);background:var(--paper);grid-template-columns:1fr auto auto;align-items:center;gap:clamp(1.5rem,4vw,4rem);min-height:4.5rem;padding:1rem clamp(1.25rem,4vw,4rem);display:grid}.site-footer p{color:var(--muted);margin:0;font-size:.72rem}.footer-links{gap:1.4rem;display:flex}.footer-links a{font-size:.7rem;font-weight:650}.legal-page{background:var(--paper-light);min-height:100vh;padding:clamp(2rem,6vw,5rem)}.legal-header{justify-content:space-between;align-items:center;margin-bottom:clamp(5rem,12vw,10rem);display:flex}.legal-header a:last-child{font-size:.72rem;font-weight:700}.legal-page article{max-width:48rem}.legal-page h1{letter-spacing:-.06em;margin:0;font-size:clamp(3rem,8vw,6rem);font-weight:550;line-height:.94}.legal-page h2{margin:3rem 0 .8rem;font-size:1.15rem}.legal-page p,.legal-page li{color:var(--muted);line-height:1.75}.legal-page .legal-warning{border-left:3px solid var(--green);color:var(--ink);background:#2f6b5014;margin:2rem 0;padding:1rem 1.2rem}.eyebrow{color:var(--green);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:750}.button,.text-link{border-bottom:1px solid;margin-top:1rem;padding:.5rem 0;font-weight:700;display:inline-flex}@keyframes copy-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes living{0%,to{border-radius:45% 55% 62% 38%/39% 42% 58% 61%;transform:translateY(-8px)rotate(-2deg)}50%{border-radius:58% 42% 39% 61%/52% 63% 37% 48%;transform:translateY(10px)rotate(3deg)}}@media (max-width:900px){.manifesto{grid-template-columns:1fr}.manifesto-copy{min-height:calc(100svh - 4rem)}.living-data{border-top:1px solid var(--line);border-left:0;min-height:35rem}.living-ring{width:min(78vw,34rem)}.living-shape{width:min(48vw,20rem)}}@media (max-width:640px){.site-header{height:4rem}.simple-link{display:none}.manifesto-copy{min-height:calc(100svh - 4rem);padding:3.5rem 1.25rem 2.5rem}.manifesto h1{font-size:clamp(3.1rem,14vw,4.4rem)}.manifesto-text{margin-top:3rem}.manifesto-email{flex-direction:column;align-items:flex-start;gap:.65rem}.manifesto-email strong{overflow-wrap:anywhere}.living-data{min-height:28rem}.living-ring{width:26rem}.living-shape{width:14rem}.site-footer{grid-template-columns:1fr;gap:1rem;padding-block:1.5rem}.footer-links{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
