:root{color-scheme:light;--paper: #fcf9f8;--paper-strong: #f6f3f2;--surface: #ffffff;--ink: #1c1b1b;--ink-green: #173124;--green: #2d4739;--sage: #768970;--leaf: #9bef45;--shoot: #b4f46a;--node: #ccff90;--yellow: #fff380;--orange: #d97736;--clay: #6c4242;--line: #c2c8c2;--soft-line: rgba(28, 27, 27, .1);--shadow: 0 24px 80px rgba(23, 49, 36, .08);--header-height: 76px;--max: 1180px;--impact-progress: 0%}*{box-sizing:border-box}html{scroll-behavior:smooth}body{display:flex;min-height:100svh;flex-direction:column;margin:0;background:linear-gradient(rgba(45,71,57,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(45,71,57,.035) 1px,transparent 1px),var(--paper);background-size:44px 44px,44px 44px,auto;color:var(--ink);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;letter-spacing:0;text-rendering:geometricPrecision}main{flex:1}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}::selection{background:var(--node);color:var(--ink-green)}.skip-link{position:fixed;top:12px;left:12px;z-index:100;transform:translateY(-140%);border-radius:8px;background:var(--ink-green);color:var(--surface);padding:10px 14px;transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.site-header{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:var(--header-height);padding:18px clamp(20px,5vw,64px);background:#fcf9f8c7;border-bottom:1px solid rgba(194,200,194,.45);backdrop-filter:blur(22px)}.brand-link,.site-footer div{display:inline-flex;align-items:center;gap:10px;color:var(--ink-green);font-weight:700}.brand-link img,.site-footer img{width:36px;height:36px;object-fit:contain;filter:drop-shadow(0 3px 5px rgba(23,49,36,.08))}.nav-links{display:flex;align-items:center;gap:6px}.nav-links a{min-height:40px;border-radius:8px;padding:8px 14px;color:#1c1b1bb8;font-weight:600;transition:background .18s ease,color .18s ease}.nav-links a:hover,.nav-links a.is-active{background:#d1e6c999;color:var(--ink-green)}.hero{position:relative;min-height:94svh;overflow:hidden;display:grid;place-items:center;padding:calc(var(--header-height) + 56px) clamp(20px,5vw,64px) 104px;text-align:center;isolation:isolate}.hero-content{width:min(820px,100%);margin:0 auto}.hero-mark{position:relative;width:156px;height:156px;margin:0 auto 42px;filter:drop-shadow(0 24px 42px rgba(23,49,36,.12))}.hero-mark img{width:100%;height:100%;object-fit:contain}.eyebrow,.section-kicker{margin:0 0 16px;color:var(--green);font-size:.82rem;font-weight:700;line-height:1.1;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:14px;color:var(--ink-green);font-size:4.8rem;line-height:1.04;font-weight:800;letter-spacing:0}.slogan{margin-bottom:18px;color:var(--green);font-size:1.65rem;line-height:1.25;font-weight:700}.profile-line{display:inline-flex;justify-content:center;flex-wrap:wrap;gap:4px;margin-bottom:32px;color:#1c1b1bb3;font-weight:600}.profile-line a{color:var(--ink-green);text-decoration:underline;text-decoration-color:#2d473947;text-underline-offset:4px}.hero-note{max-width:760px;margin:0 auto 34px;border-left:3px solid var(--green);border-radius:0 8px 8px 0;background:#ffffffb8;box-shadow:inset 0 0 0 1px #c2c8c25c;color:#1c1b1bc7;font-size:1.05rem;font-style:italic;font-weight:600;line-height:1.75;padding:22px 28px;text-align:left}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:8px;padding:12px 18px;font-weight:700;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.button:hover{transform:translateY(-2px)}.button:focus-visible,.nav-links a:focus-visible,.brand-link:focus-visible,.scroll-cue:focus-visible{outline:3px solid rgba(155,239,69,.55);outline-offset:3px}.button.primary{background:var(--green);color:var(--surface);box-shadow:0 16px 40px #2d47392e}.button.primary:hover{background:var(--ink-green)}.button.secondary{border:1px solid rgba(28,27,27,.14);background:#ffffff85;color:var(--ink-green)}.button.secondary:hover{border-color:#2d473961;background:var(--surface)}.scroll-cue{position:absolute;left:clamp(20px,5vw,64px);bottom:32px;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(45,71,57,.18);border-radius:999px;background:#fcf9f8c2}.scroll-cue span{width:7px;height:7px;border-right:2px solid var(--green);border-bottom:2px solid var(--green);transform:rotate(45deg) translate(-1px,-1px);animation:cue 1.8s ease-in-out infinite}.section-band{border-top:1px solid var(--soft-line);border-bottom:1px solid var(--soft-line);background:var(--surface)}.section-grid{width:min(var(--max),calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:220px 1fr;gap:48px;padding:112px 0}.mission .section-grid{width:min(900px,calc(100% - 40px));display:block;text-align:center}.mission .section-kicker,.mission .section-title,.mission .section-copy{margin-left:auto;margin-right:auto}.section-title{max-width:850px;margin-bottom:22px;color:var(--ink-green);font-size:2.4rem;line-height:1.16;font-weight:700;letter-spacing:0}.section-copy{max-width:680px;margin-bottom:0;color:#1c1b1bb8;font-size:1.05rem}.notebook-section{width:min(var(--max),calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:minmax(280px,.86fr) 1fr;align-items:center;gap:72px;padding:118px 0}.notebook-media{position:relative}.notebook-media:before{content:"";position:absolute;inset:9% 12% auto auto;width:64%;height:64%;border:1px solid rgba(45,71,57,.16);border-radius:18px;transform:rotate(-7deg);z-index:-1}.notebook-media img{width:min(100%,470px);border-radius:8px;box-shadow:var(--shadow)}.lab-note{max-width:560px;margin-top:30px;padding:20px 22px 20px 26px;border-left:4px solid var(--yellow);border-radius:0 8px 8px 0;background:#ffffff94;box-shadow:inset 0 0 0 1px #c2c8c280}.lab-note span{display:block;margin-bottom:8px;color:var(--green);font-size:.78rem;font-weight:800;line-height:1;text-transform:uppercase}.lab-note p{margin:0;color:#1c1b1bb8;font-weight:600}.method{padding:112px clamp(20px,5vw,64px)}.method-intro{width:min(var(--max),100%);margin:0 auto 58px}.impact-loop{position:relative;width:min(var(--max),100%);margin:0 auto;display:block}.growth-rail{position:relative;width:100%;height:4px;border-radius:999px;background:#c2c8c280;overflow:hidden}.growth-rail span{position:absolute;left:0;top:0;bottom:0;width:var(--impact-progress);border-radius:inherit;background:linear-gradient(90deg,var(--green),var(--leaf),var(--yellow));transition:width .12s linear}.method-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:0;list-style:none;border-bottom:1px solid rgba(28,27,27,.1)}.method-steps li{display:block;min-height:300px;padding:44px 40px;border-left:1px solid rgba(28,27,27,.1);transition:background .18s ease}.method-steps li:last-child{border-right:1px solid rgba(28,27,27,.1)}.method-steps li:hover{background:#ffffff9e}.method-steps span{display:block;margin-bottom:18px;color:#1c1b1b85;font-size:.78rem;font-weight:800;line-height:1;text-transform:uppercase}.method-steps h3{margin-bottom:18px;color:var(--ink-green);font-size:1.45rem;line-height:1.25}.method-steps p{margin-bottom:0;color:#1c1b1bad}.focus{width:min(var(--max),calc(100% - 40px));margin:0 auto;padding:118px 0}.focus-header{max-width:820px;margin-bottom:54px}.focus-list{border:1px solid rgba(28,27,27,.1)}.focus-row{display:grid;grid-template-columns:16px 1fr;gap:28px;padding:38px 40px;border-bottom:1px solid rgba(28,27,27,.1);transition:background .18s ease}.focus-row:last-child{border-bottom:0}.focus-row:hover{background:#ffffff9e}.focus-dot{width:12px;height:12px;margin-top:9px;border-radius:999px;background:var(--yellow);box-shadow:0 0 0 6px #fff3802e}.focus-row h3{margin-bottom:8px;color:var(--ink-green);font-size:1.2rem;font-weight:700}.focus-row p{max-width:620px;margin-bottom:0;color:#1c1b1bad}.quiet-note{max-width:640px;margin:36px 0 0 auto;padding-left:24px;border-left:4px solid var(--node);color:#1c1b1bb8;font-weight:600}.principle-lines{margin-top:44px}.principle-lines p{margin:0;padding:22px 0;border-top:1px solid rgba(28,27,27,.1);color:#1c1b1bc2;font-size:1.08rem;font-weight:600}.principle-lines p:last-child{border-bottom:1px solid rgba(28,27,27,.1)}.contact{position:relative;overflow:hidden;padding:128px clamp(20px,5vw,64px);background:var(--ink-green);color:var(--surface)}.contact:after{content:"";position:absolute;right:-110px;top:-120px;width:420px;height:420px;background:url(/logo.svg) center / contain no-repeat;opacity:.12;transform:rotate(10deg)}.contact-inner{position:relative;z-index:1;width:min(820px,100%)}.contact .section-kicker,.contact .section-title,.contact .section-copy{color:var(--surface)}.contact .section-copy{color:#ffffffbd;margin-bottom:34px}.contact .button.primary{background:var(--leaf);color:var(--ink-green);box-shadow:none}.contact .button.primary:hover{background:var(--yellow)}.site-footer{display:grid;grid-template-columns:auto 1fr auto auto;gap:24px;align-items:center;padding:28px clamp(20px,5vw,64px);background:var(--surface);border-top:1px solid rgba(28,27,27,.1);color:#1c1b1b9e;font-size:.94rem}.site-footer p{margin:0}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px}.footer-links a{color:#1c1b1b94;font-weight:700;transition:color .18s ease}.footer-links a:hover{color:var(--ink-green)}.note-links{display:grid;gap:14px;margin-top:42px}.note-link{display:grid;gap:6px;padding:22px 0;border-top:1px solid rgba(28,27,27,.1)}.note-link:last-child{border-bottom:1px solid rgba(28,27,27,.1)}.note-link span,.back-link{color:var(--green);font-size:.78rem;font-weight:800;line-height:1;text-transform:uppercase}.note-link strong{color:var(--ink-green);font-size:1.12rem;line-height:1.25}.note-link em{max-width:620px;color:#1c1b1bad;font-style:normal}.note-link:hover strong{text-decoration:underline;text-decoration-color:#2d473959;text-underline-offset:5px}.quiet-note.compact{max-width:520px;margin-left:0}.notes-main,.note-main{width:min(var(--max),calc(100% - 40px));margin:0 auto;padding:calc(var(--header-height) + 86px) 0 112px}.notes-hero{max-width:760px;margin-bottom:72px}.notes-list{display:grid;gap:0;max-width:860px}.note-link.large{padding:30px 0}.note-link.large strong{font-size:1.5rem}.note-article{max-width:780px;margin:0 auto}.back-link{display:inline-flex;margin-bottom:38px;color:#2d4739c7}.back-link:before{content:"";width:8px;height:8px;margin:1px 9px 0 0;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.note-article h1{max-width:760px;margin-bottom:20px;color:var(--ink-green);font-size:3rem;line-height:1.08}.note-description{max-width:680px;margin-bottom:48px;color:#1c1b1bad;font-size:1.14rem;font-weight:600}.note-article p{color:#1c1b1bc2;font-size:1.08rem}.note-article a{color:var(--ink-green);font-weight:700;text-decoration:underline;text-decoration-color:#2d473947;text-underline-offset:4px}.reveal{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.is-ready .reveal{opacity:0;transform:translateY(18px)}.is-ready .hero .reveal,.is-ready .reveal.is-visible{opacity:1;transform:translateY(0)}.is-ready .hero .reveal:nth-child(2){transition-delay:90ms}.is-ready .hero .reveal:nth-child(3){transition-delay:.16s}.is-ready .hero .reveal:nth-child(4){transition-delay:.23s}.is-ready .hero .reveal:nth-child(5){transition-delay:.3s}.is-ready .hero .reveal:nth-child(6){transition-delay:.37s}@keyframes cue{0%,to{transform:rotate(45deg) translate(-1px,-1px)}50%{transform:rotate(45deg) translate(3px,3px)}}@media(max-width:900px){:root{--header-height: 68px}.site-header{padding:14px 20px}.nav-links{gap:0}.nav-links a{padding:8px 10px;font-size:.92rem}.hero{min-height:720px;padding:calc(var(--header-height) + 42px) 20px 84px}.hero-mark{width:128px;height:128px;margin-bottom:34px}h1{font-size:4rem}.slogan{font-size:1.35rem}.section-grid,.notebook-section{grid-template-columns:1fr;gap:28px}.section-grid{width:min(var(--max),calc(100% - 40px));padding:84px 0}.notebook-section,.focus{padding:84px 0}.method{padding:84px 20px}.method-steps li,.focus-row,.method-steps{grid-template-columns:1fr}.method-steps li{min-height:auto;padding:30px 0;border-left:0;border-right:0;border-bottom:1px solid rgba(28,27,27,.1)}.method-steps li:last-child{border-right:0;border-bottom:0}.focus-row{gap:16px;padding:30px 24px}.focus-dot{margin-top:0}.quiet-note{margin-left:0}.site-footer{grid-template-columns:1fr;gap:10px}.footer-links{justify-content:flex-start}.notes-main,.note-main{padding-top:calc(var(--header-height) + 58px);padding-bottom:84px}.note-article h1{font-size:2.35rem}}@media(max-width:560px){.brand-link span{display:none}.nav-links a{min-height:36px;padding:7px 8px}.hero{min-height:690px}h1{font-size:3.15rem}.section-title{font-size:2rem}.hero-actions,.button{width:100%}.profile-line{display:block}.hero-note{padding:18px 20px;font-size:1rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal,.hero-mark{opacity:1;transform:none}}
