:root{--bg: #fafaf8;--bg-alt: #f2f1ed;--text: #111110;--text-secondary: #555550;--text-tertiary: #8a8a82;--border: #e2e1dc;--border-hover: #c8c7c0;--accent: #111110;--font-display: "Instrument Serif", Georgia, serif;--font-body: "Geist", -apple-system, BlinkMacSystemFont, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--bg);color:var(--text);min-height:100dvh}a{color:inherit;text-decoration:none}::selection{background:var(--text);color:var(--bg)}.site{max-width:640px;margin:0 auto;padding:5rem 1.5rem 4rem}.header{margin-bottom:4rem}.header-name{font-family:var(--font-display);font-size:3.25rem;font-weight:400;line-height:1.05;letter-spacing:-.02em;color:var(--text);margin-bottom:1.25rem}.header-bio{font-size:1.05rem;line-height:1.65;color:var(--text-secondary);font-weight:400;max-width:480px}.header-bio a{color:var(--text);font-weight:500;text-decoration:underline;text-decoration-color:var(--border-hover);text-underline-offset:3px;transition:text-decoration-color .2s}.header-bio a:hover{text-decoration-color:var(--text)}.divider{height:1px;background:var(--border);margin:2.5rem 0}.section{margin-bottom:3rem}.section-heading{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-bottom:1.25rem}.ventures{display:flex;flex-direction:column;gap:0}.venture{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 0;border-bottom:1px solid var(--border);transition:all .15s ease}.venture:first-child{border-top:1px solid var(--border)}.venture:hover{padding-left:.25rem}.venture:hover .venture-name{color:var(--text)}.venture:hover .venture-arrow{opacity:1;transform:translate(2px)}.venture-left{display:flex;flex-direction:column;gap:.2rem}.venture-name{font-size:.95rem;font-weight:500;color:var(--text);transition:color .15s}.venture-desc{font-size:.825rem;color:var(--text-tertiary);font-weight:400}.venture-arrow{color:var(--text-tertiary);opacity:.5;transition:all .15s ease;flex-shrink:0}.socials{display:flex;flex-wrap:wrap;gap:0}.social-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:400;color:var(--text-secondary);padding:.375rem 0;margin-right:1.5rem;transition:color .15s}.social-link:hover{color:var(--text)}.social-link svg{width:13px;height:13px;opacity:.55;transition:opacity .15s}.social-link:hover svg{opacity:.85}.footer{padding-top:2rem;border-top:1px solid var(--border)}.footer-text{font-size:.775rem;color:var(--text-tertiary);font-weight:400}@media(max-width:560px){.site{padding:3rem 1.25rem}.header{margin-bottom:3rem}.header-name{font-size:2.5rem}.header-bio{font-size:.95rem}}
