:root{--bg-color: #010101;--text-color: #ffffff;--accent-color: #666;--link-hover: #ffffff;--font-main: "Inter", sans-serif;--font-heading: "Outfit", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.split-layout{display:flex;min-height:100vh;width:100%}@media(max-width:768px){.split-layout{flex-direction:column-reverse}}.content-side{width:60%;padding:8vw;display:flex;align-items:center}@media(max-width:768px){.content-side{width:100%;padding:10vw 6vw}}.image-side{width:40%;height:100vh;position:sticky;top:0;overflow:hidden}.image-side img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}@media(max-width:768px){.image-side{width:100%;height:50vh;position:relative}}.content-wrapper{max-width:650px}.name{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:.9;letter-spacing:-.04em;margin-bottom:1.5rem}.headline{font-size:clamp(1rem,1.5vw,1.3rem);font-weight:400;color:#888;margin-bottom:2.5rem;line-height:1.4;text-transform:uppercase;letter-spacing:.05em}.bio{font-size:clamp(.95rem,1.1vw,1.05rem);color:#bbb;display:flex;flex-direction:column;gap:1.5rem}.bio p{margin-bottom:.5rem}.bio-sections{display:flex;flex-direction:column;gap:2rem;margin-top:1rem}.bio-section h3{font-family:var(--font-heading);font-size:1.25rem;color:var(--text-color);margin-bottom:.5rem;letter-spacing:-.01em}.bio-section p{font-size:.95rem;color:#888;line-height:1.5}.philosophy{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);font-style:italic;color:#888}.philosophy strong{color:var(--text-color);font-style:normal}.links{margin-top:4rem;display:flex;gap:2.5rem;flex-wrap:wrap}.link-item{display:flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:700;color:#666;text-decoration:none;transition:all .3s ease;text-transform:uppercase;letter-spacing:.15em}.link-item:hover{color:var(--link-hover);transform:translate(4px)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#222}::-webkit-scrollbar-thumb:hover{background:#333}
