:root{--bg-primary: #282927;--bg-secondary: #222321;--bg-tertiary: #30312f;--text-primary: #f7f5ed;--text-secondary: #cbc8bc;--text-tertiary: #8f9188;--border-default: #494b47;--accent: #5dcaa5;--accent-dark: #04342c;--accent-surface: #d7fff4;--content: 1140px;--page-pad: 20px;--section-x: 20px;--section-y: 52px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px}*{box-sizing:border-box}html{background:var(--bg-primary)}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{min-width:320px;margin:0;color:var(--text-primary);background:var(--bg-primary);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.55;text-rendering:optimizeLegibility}body,button,input{-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}svg{display:block;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}h1,h2,h3,p{margin:0}h1,h2{color:var(--text-primary);font-family:"Source Serif 4",Georgia,serif;font-weight:400}h1{max-width:540px;margin-bottom:18px;font-size:30px;letter-spacing:0;line-height:1.1}h2{max-width:620px;margin-bottom:28px;font-size:22px;letter-spacing:0;line-height:1.15}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.skip-link{position:fixed;left:16px;top:12px;z-index:100;padding:8px 12px;color:var(--bg-primary);background:var(--text-primary);border-radius:var(--radius-md);font-size:13px;transform:translateY(-160%);transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}.site-nav{position:sticky;top:0;z-index:50;padding-right:var(--section-x);padding-left:var(--section-x);background:var(--bg-primary);border-bottom:.5px solid var(--border-default)}.nav-inner,.section-inner{width:min(100%,var(--content));margin:0 auto}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;height:56px}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0;color:var(--text-secondary);font-size:15px;font-weight:500;white-space:nowrap}.brand-mark{display:grid;flex:0 0 auto;place-items:center;width:22px;height:22px;color:#fff;background:#0f6e56;border-radius:5px}.brand-mark .icon{width:14px;height:14px}.nav-links{display:none;align-items:center;gap:20px;color:var(--text-secondary);font-size:13px}.nav-links a,.mobile-panel a{transition:color .16s ease}.nav-links a:hover,.mobile-panel a:hover{color:var(--text-primary)}.nav-actions{display:flex;align-items:center;gap:10px}.mobile-menu{position:relative}.mobile-menu summary{display:grid;place-items:center;width:34px;height:34px;color:var(--text-primary);border:.5px solid var(--border-default);border-radius:var(--radius-md);list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.menu-icon{width:18px;height:18px}.mobile-panel{position:absolute;right:0;top:calc(100% + 10px);display:grid;gap:2px;min-width:180px;padding:8px;color:var(--text-secondary);background:var(--bg-primary);border:.5px solid var(--border-default);border-radius:var(--radius-md)}.mobile-panel a{padding:9px 10px;border-radius:var(--radius-sm);font-size:13px}.mobile-panel a:hover{background:var(--bg-tertiary)}.hero,.section,.cta{padding-right:var(--section-x);padding-left:var(--section-x);scroll-margin-top:72px}.hero{padding-top:64px;padding-bottom:48px;background:var(--bg-primary)}.section{padding-top:var(--section-y);padding-bottom:var(--section-y)}.section-alt,.cta{background:var(--bg-secondary)}.section-bordered{border-top:.5px solid var(--border-default);border-bottom:.5px solid var(--border-default)}.section-bordered-bottom{border-bottom:.5px solid var(--border-default)}.eyebrow{margin-bottom:10px;color:var(--text-tertiary);font-size:11px;font-weight:500;letter-spacing:.12em;line-height:1.4;text-transform:uppercase}.eyebrow-accent{margin-bottom:18px;color:var(--accent)}.hero-copy{max-width:500px;margin-bottom:28px;color:var(--text-secondary);font-size:15px;line-height:1.6}.section-lede{max-width:460px;margin-top:-20px;margin-bottom:28px;color:var(--text-secondary);font-size:15px;line-height:1.55}.approach-lede{max-width:640px;margin-top:-16px;margin-bottom:24px;color:var(--text-secondary);font-size:15px;line-height:1.6}.approach-callout{max-width:760px;margin-bottom:20px;padding:18px 20px;background:var(--bg-secondary);border:.5px solid var(--border-default);border-radius:var(--radius-md)}.approach-callout .eyebrow{margin-bottom:8px;color:var(--accent)}.approach-callout p:not(.eyebrow){color:var(--text-primary);font-size:15px;line-height:1.6}.approach-grid{display:grid;gap:10px;margin-bottom:22px}.approach-card{padding:18px 20px;background:var(--bg-primary);border:.5px solid var(--border-default);border-radius:var(--radius-md)}.approach-card h3{margin-bottom:8px;color:var(--text-primary);font-size:15px;font-weight:600;line-height:1.35}.approach-card p{color:var(--text-secondary);font-size:14px;line-height:1.55}.approach-close{color:var(--text-primary);font-size:15px;font-weight:500;line-height:1.5}.hero-actions{display:grid;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:11px 18px;border:0;border-radius:var(--radius-md);font-size:14px;font-weight:500;line-height:1.2;transition:background-color .16s ease,opacity .16s ease}.button-primary{color:var(--bg-primary);background:var(--text-primary)}.button-primary:hover{opacity:.9}.button-small{min-height:32px;padding:7px 13px;border-radius:var(--radius-sm);font-size:13px}.button-ghost{color:var(--text-primary);background:transparent;border:.5px solid var(--border-default)}.button-ghost span{color:var(--text-secondary)}.button-ghost:hover{background:var(--bg-tertiary)}.phase-list,.team-list{display:grid;gap:8px}.phase-row,.person-card{background:var(--bg-primary);border:.5px solid var(--border-default);border-radius:var(--radius-md)}.phase-row{display:grid;gap:14px;padding:18px 20px}.phase-meta{display:flex;align-items:baseline;gap:12px;min-width:0}.phase-number{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.phase-number{flex:0 0 auto;color:var(--accent);font-size:13px;font-weight:500;line-height:1}.phase-row h3{color:var(--text-primary);font-size:15px;font-weight:600;line-height:1.35}.phase-row p,.pillar-grid p,.person-card p{color:var(--text-secondary);font-size:14px;line-height:1.55}.pillar-grid{display:grid;gap:28px}.pillar-icon{width:22px;height:22px;margin-bottom:10px;color:var(--accent)}.pillar-grid h3{margin-bottom:6px;color:var(--text-primary);font-size:14px;font-weight:500;line-height:1.35}.team-eyebrow{margin-bottom:18px}.team-intro{max-width:540px;margin-bottom:26px;color:var(--text-primary);font-size:15px;line-height:1.6}.person-card{display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px;align-items:center;padding:18px 20px}.avatar{display:grid;place-items:center;width:52px;height:52px;color:var(--accent-dark);background:var(--accent-surface);border-radius:9999px;font-size:15px;font-weight:500}.person-heading{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;margin-bottom:6px}.person-heading h3{color:var(--text-primary);font-size:15px;font-weight:500;line-height:1.3}.person-heading span{color:var(--text-secondary);font-size:12px;line-height:1.4}.cta{padding-top:56px;padding-bottom:64px;text-align:center}.cta .section-inner{display:grid;justify-items:center}.cta h2{margin-bottom:12px;font-size:24px}.cta p{max-width:420px;margin-bottom:24px;color:var(--text-secondary);font-size:14px;line-height:1.6}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:640px){:root{--section-x: 32px}.hero-actions{display:flex;flex-wrap:wrap}}@media(min-width:1024px){:root{--content: 1560px;--page-pad: 48px;--section-x: 64px;--section-y: 88px}body{font-size:18px}h1{max-width:820px;margin-bottom:24px;font-size:58px;line-height:1.05}h2{max-width:860px;margin-bottom:38px;font-size:40px;line-height:1.1}.nav-links{display:flex;gap:22px;font-size:15px}.nav-actions{gap:28px}.mobile-menu{display:none}.nav-inner{height:72px}.brand{gap:12px;font-size:17px}.brand-mark{width:28px;height:28px;border-radius:7px}.brand-mark .icon{width:17px;height:17px}.hero{padding-top:118px;padding-bottom:104px}.eyebrow{margin-bottom:14px;font-size:13px}.eyebrow-accent{margin-bottom:24px}.hero-copy{max-width:760px;margin-bottom:38px;font-size:22px;line-height:1.55}.section-lede{max-width:760px;margin-top:-26px;margin-bottom:38px;font-size:20px}.approach-lede{max-width:920px;margin-top:-24px;margin-bottom:34px;font-size:20px}.approach-callout{max-width:min(75%,1170px);margin-bottom:28px;padding:28px 32px}.approach-callout p:not(.eyebrow){font-size:20px;line-height:1.55}.approach-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:32px}.approach-card{padding:28px 30px}.approach-card h3{margin-bottom:12px;font-size:21px}.approach-card p{font-size:17px;line-height:1.6}.approach-close{font-size:22px}.button{min-height:54px;padding:15px 24px;font-size:17px}.button-small{min-height:42px;padding:10px 18px;font-size:15px}.phase-row{grid-template-columns:70px 240px minmax(0,1fr);gap:34px;align-items:center;min-height:126px;padding:32px 36px}.phase-meta{display:contents}.phase-number{grid-column:1;grid-row:1}.phase-row h3{grid-column:2;grid-row:1}.phase-row p{grid-column:3;grid-row:1;width:100%;max-width:980px;justify-self:end;text-align:left}.phase-number{font-size:17px}.phase-row h3{font-size:21px;line-height:1.25}.phase-row p,.pillar-grid p,.person-card p{font-size:17px;line-height:1.6}.pillar-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:72px}.pillar-icon{width:30px;height:30px;margin-bottom:16px}.pillar-grid h3{margin-bottom:10px;font-size:20px}.team-intro{max-width:min(75%,1170px);margin-bottom:36px;font-size:20px}.team-list{gap:12px}.person-card{grid-template-columns:68px minmax(0,1fr);gap:24px;padding:28px 32px}.avatar{width:68px;height:68px;font-size:18px}.person-heading{margin-bottom:10px}.person-heading h3{font-size:20px}.person-heading span{font-size:15px}.cta h2{font-size:42px}.cta p{max-width:650px;margin-bottom:34px;font-size:18px}}
