:root{--bg-color:#fafafa;--surface-color:#fff;--text-color:#1a1a1a;--text-muted:#555;--primary-color:#05f;--primary-hover:#04c;--border-color:#e5e5e5;--border-hover:#ccc;--tag-bg:#f0f4ff;--tag-text:#04c;--font-family:system-ui, -apple-system, sans-serif;--max-width:1000px;--border-radius:8px}body{font-family:var(--font-family);background:var(--bg-color);color:var(--text-color);margin:0;padding:0;line-height:1.6}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}.layout{flex-direction:column;min-height:100vh;display:flex}.header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:1.5rem 2rem;display:flex}.logo{color:var(--text-color);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.logo:hover{text-decoration:none}.site-nav{gap:1.5rem;display:flex}.site-nav a{color:var(--text-muted);font-size:.95rem;font-weight:500}.site-nav a:hover{color:var(--text-color);text-decoration:none}.site-main{max-width:var(--max-width);box-sizing:border-box;flex:1;width:100%;margin:0 auto;padding:2rem}.site-footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border-color);padding:3rem 2rem;font-size:.875rem}.page-section h1{margin-top:0}.btn{border-radius:var(--border-radius);text-align:center;cursor:pointer;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn:hover{text-decoration:none}.btn-primary{background:var(--primary-color);color:#fff;border:1px solid var(--primary-color)}.btn-primary:hover{background:var(--primary-hover);color:#fff}.btn-secondary{color:var(--text-color);border:1px solid var(--border-color);background:0 0}.btn-secondary:hover{border-color:var(--border-hover);background:var(--surface-color)}.home-page section{margin-bottom:5rem}.section-header{margin-bottom:2rem}.section-header h2{letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.75rem}.section-description{color:var(--text-muted);margin:0;font-size:1.1rem}.hero-section{padding:4rem 0}.hero-title{letter-spacing:-.03em;margin:0 0 1rem;font-size:3rem;font-weight:800;line-height:1.2}.hero-subtitle{color:var(--text-muted);max-width:600px;margin:0 0 2rem;font-size:1.25rem;line-height:1.5}.hero-actions{gap:1rem;display:flex}.project-grid{gap:1.5rem;display:grid}.featured-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.secondary-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.project-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--border-radius);color:inherit;flex-direction:column;padding:1.5rem;transition:all .2s;display:flex}.project-card:hover{border-color:var(--border-hover);text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.card-header h3{margin:0;font-size:1.25rem;line-height:1.3}.card-header h4{margin:0;font-size:1.1rem}.card-headline{color:var(--text-muted);flex-grow:1;margin:0 0 1.5rem;font-size:1rem}.card-summary{color:var(--text-muted);flex-grow:1;margin:0 0 1.5rem;font-size:.95rem}.card-footer{margin-top:auto;font-size:.95rem;font-weight:500}.cta-link{color:var(--primary-color)}.tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{background:var(--tag-bg);color:var(--tag-text);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.small-tags .tag{background:var(--border-color);color:var(--text-muted)}.capabilities-strip{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--border-radius);text-align:center;padding:2.5rem}.capabilities-strip h2{margin:0 0 1.5rem;font-size:1.5rem}.capabilities-list{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.capabilities-list li{color:var(--text-muted);font-size:1.1rem;font-weight:500}.cta-section{text-align:center;border-radius:var(--border-radius);background:#f8f9fa;padding:4rem 2rem;margin-bottom:0!important}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{margin:0 0 1rem;font-size:2rem}.cta-content p{color:var(--text-muted);margin:0 0 2rem;font-size:1.1rem}.page-header{border-bottom:1px solid var(--border-color);margin-bottom:3rem;padding-bottom:2rem}.page-header h1{letter-spacing:-.02em;margin:0 0 .5rem;font-size:2.5rem;font-weight:800}.page-subtitle{color:var(--text-muted);max-width:700px;margin:0;font-size:1.25rem}.projects-list-section{margin-bottom:4rem}.projects-list-section h2{border-bottom:2px solid var(--text-color);margin:0 0 1.5rem;padding-bottom:.5rem;font-size:1.5rem;display:inline-block}.consulting-section h2{border-bottom-color:var(--text-muted);color:var(--text-muted)}.project-list{flex-direction:column;gap:1.5rem;display:flex}.secondary-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.list-card{flex-direction:row;justify-content:space-between;align-items:center}.list-card-content{flex:1;padding-right:2rem}.list-card-content h3{margin:0 0 .5rem;font-size:1.5rem}.list-card-action{flex-shrink:0}.project-detail-page{max-width:800px;margin:0 auto}.back-link-wrapper{margin-bottom:2rem}.back-link{color:var(--text-muted);font-weight:500}.back-link:hover{color:var(--primary-color)}.project-header{margin-bottom:3rem}.project-header h1{letter-spacing:-.03em;margin:0 0 1rem;font-size:3rem;font-weight:800;line-height:1.1}.project-headline{margin-bottom:1.5rem}.content-block{margin-bottom:2.5rem}.content-block h2{margin:0 0 1rem;font-size:1.5rem}.content-block p{color:var(--text-color);margin:0 0 1rem;font-size:1.1rem;line-height:1.7}.founder-hero{border-bottom:1px solid var(--border-color);align-items:center;gap:3rem;margin-bottom:4rem;padding-bottom:3rem;display:flex}.founder-image-placeholder{background:var(--border-color);border:4px solid var(--surface-color);border-radius:50%;flex-shrink:0;width:200px;height:200px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.image-fallback{width:100%;height:100%;color:var(--text-muted);text-align:center;justify-content:center;align-items:center;padding:1rem;font-size:.8rem;display:flex}.founder-bio h1{letter-spacing:-.02em;margin:0 0 .25rem;font-size:3rem;line-height:1.1}.founder-title{color:var(--primary-color);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.founder-positioning{color:var(--text-muted);max-width:600px;margin:0;font-size:1.15rem;line-height:1.6}.standard-list{margin-bottom:1.5rem;padding-left:1.5rem}.standard-list li{margin-bottom:.75rem;font-size:1.1rem;line-height:1.6}.large-tags .tag{background:var(--surface-color);border:1px solid var(--border-color);color:var(--text-color);padding:.5rem 1rem;font-size:.9rem}.lead-text{color:var(--text-color);font-size:1.25rem;font-weight:500}.capabilities-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.capability-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.5rem}.capability-card h3{color:var(--primary-color);margin:0 0 .75rem;font-size:1.25rem}.capability-card p{color:var(--text-muted);margin:0;font-size:1rem}.proof-list li{display:block}.proof-list a{font-size:1.2rem}@media (width<=768px){.founder-hero{text-align:center;flex-direction:column;gap:1.5rem}.founder-positioning{margin:0 auto}.list-card{flex-direction:column;align-items:flex-start}.list-card-content{margin-bottom:1.5rem;padding-right:0}}@media (width<=600px){.hero-actions{flex-direction:column}.featured-grid{grid-template-columns:1fr}}
