*{margin:0;padding:0;box-sizing:border-box}:root{--navy-dark: #0a1628;--navy-medium: #1a2744;--navy-light: #2a3f5f;--star-white: #f0f4ff;--text-primary: rgba(255, 255, 255, .95);--text-secondary: rgba(255, 255, 255, .7);--text-muted: rgba(255, 255, 255, .5)}html{scroll-behavior:smooth}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background-color:var(--navy-dark);color:var(--text-primary);line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100%}::selection{background:var(--navy-light);color:var(--star-white)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--navy-dark)}::-webkit-scrollbar-thumb{background:var(--navy-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--navy-medium)}.app{position:relative;width:100%;min-height:100vh}.starry-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.single-page{position:relative;z-index:1;min-height:100vh;display:grid;grid-template-columns:320px minmax(0,1fr);gap:clamp(4rem,8vw,7rem);padding:4rem 3rem;max-width:1120px;margin:0 auto;align-items:start}.left-column{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.headshot{width:220px;max-width:100%;height:auto;margin-bottom:2rem;box-shadow:0 12px 48px #00000080}.name{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:2rem;font-weight:300;letter-spacing:.02em;margin-bottom:.75rem;color:var(--text-primary)}.role{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:400;color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:0}.profile-details{display:flex;flex-direction:column;gap:2.5rem;width:100%;margin-top:2.5rem;text-align:left}.right-column{display:flex;flex-direction:column;gap:2.5rem;min-height:240px;padding-left:3rem;border-left:1px solid rgba(255,255,255,.12)}.right-column .info-section p{margin-top:1.5rem;font-size:1.75rem}.info-section{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.section-label{font-size:.6875rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem}.info-section p{font-size:clamp(.9rem,1.3vw,1rem);font-weight:300;color:var(--text-secondary);line-height:1.7;margin:0}.work-row{display:flex;align-items:center;gap:1rem;text-decoration:none;transition:opacity .2s ease}.work-row:hover{opacity:.8}.work-logo{width:44px;height:44px;object-fit:cover}.work-name{display:block;font-size:1rem;font-weight:400;color:var(--text-primary);margin-bottom:.125rem}.work-desc{display:block;font-size:.8125rem;font-weight:300;color:var(--text-muted)}.investments-row{display:flex;gap:.75rem;align-items:center}.investment-link{display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s ease}.investment-link:hover{opacity:.8}.investment-logo{width:44px;height:44px;object-fit:cover}.investment-add{width:44px;height:44px;border:1px solid rgba(255,255,255,.2);text-decoration:none}.investment-add:hover{border-color:#ffffff80;background:#ffffff08}.plus-icon{font-size:1.5rem;font-weight:300;color:var(--text-secondary)}.links-grid{display:flex;flex-wrap:wrap;gap:.75rem}.link-item{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8125rem;font-weight:400;color:var(--text-secondary);text-decoration:none;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);transition:all .2s ease}.link-item:hover{color:var(--text-primary);border-color:#ffffff80;background:#ffffff08}@media(max-width:760px){.single-page{grid-template-columns:minmax(0,1fr);gap:3rem;padding:3rem 1.5rem;max-width:480px}.right-column{min-height:auto;padding:2rem 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.12)}.headshot{width:200px}}@media(prefers-reduced-motion:reduce){.link-item:hover{background:none}}
