*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fff;color:#262626;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{max-width:56rem;margin:0 auto;padding:0 2rem}.nav{position:fixed;top:0;left:0;right:0;z-index:50;background:#fffffff2;backdrop-filter:blur(4px);border-bottom:1px solid #f5f5f5}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:3.5rem;max-width:56rem;margin:0 auto;padding:0 2rem}.nav-logo{display:flex;align-items:center}.nav-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;object-position:top;filter:grayscale(1);transition:filter .2s}.nav-logo:hover .nav-avatar{filter:grayscale(0)}.nav-links{display:flex;gap:1.75rem}.nav-links a{font-size:.875rem;color:#a3a3a3;transition:color .2s}.nav-links a:hover{color:#171717}.hero{padding-top:10rem;padding-bottom:6rem;display:flex;align-items:flex-start;justify-content:space-between;gap:4rem}.hero-content{flex:1;min-width:0}.hero-photo{width:200px;height:267px;object-fit:cover;object-position:top center;filter:grayscale(1);flex-shrink:0}.hero-label{font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:#a3a3a3;margin-bottom:1.5rem}.hero-name{font-size:clamp(3rem,8vw,5rem);font-weight:300;color:#171717;letter-spacing:-.025em;line-height:1;margin-bottom:2rem}.hero-bio{font-size:1rem;color:#737373;max-width:28rem;line-height:1.75;margin-bottom:2rem}.contact-pills{display:flex;flex-wrap:wrap;gap:.625rem}.contact-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .875rem;border:1px solid #e5e5e5;font-size:.8rem;color:#525252;transition:border-color .2s,color .2s;white-space:nowrap}.contact-pill:hover{border-color:#a3a3a3;color:#171717}.section{padding:5rem 0;border-top:1px solid #f5f5f5}.section-label{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:#d4d4d4;margin-bottom:3rem}.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.card{border:1px solid #f5f5f5;padding:2rem;transition:border-color .25s,box-shadow .25s}.card:hover{border-color:#d4d4d4;box-shadow:0 1px 4px #0000000a}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.card-company{font-size:1rem;font-weight:500;color:#171717}.card-period{font-size:.75rem;color:#d4d4d4;font-variant-numeric:tabular-nums;margin-left:1rem;flex-shrink:0;margin-top:.2rem}.card-role{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#a3a3a3;margin-bottom:1rem}.card-desc{font-size:.875rem;color:#a3a3a3;line-height:1.7}.card-projects{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #f5f5f5}.card-projects-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:#d4d4d4;margin-bottom:.625rem}.card-projects-list{list-style:none}.card-project-item{font-size:.8rem;color:#737373;padding:.3rem 0;border-bottom:1px solid #fafafa;display:flex;align-items:center;gap:.5rem}.card-project-item:last-child{border-bottom:none;padding-bottom:0}.card-project-item:before{content:"→";color:#d4d4d4;font-size:.7rem;flex-shrink:0}.sidebar-layout{display:grid;grid-template-columns:1fr 2fr;gap:4rem}.sidebar-body p{font-size:.875rem;color:#737373;line-height:1.75;margin-bottom:1.5rem}.link-arrow{font-size:.875rem;font-weight:500;color:#171717;border-bottom:1px solid #e5e5e5;padding-bottom:2px;transition:border-color .2s;display:inline-block}.link-arrow:hover{border-color:#171717}.about-text p{font-size:.875rem;color:#737373;line-height:1.75;margin-bottom:1rem}.about-text p:last-child{margin-bottom:0}.contact-links{display:flex;flex-direction:column;gap:1rem}.contact-links a{font-size:.875rem;color:#171717;transition:color .2s}.contact-links a:hover{color:#a3a3a3}.footer{border-top:1px solid #f5f5f5}.footer-inner{display:flex;justify-content:space-between;align-items:center;padding:2rem;max-width:56rem;margin:0 auto;font-size:.75rem;color:#d4d4d4}@media (max-width: 768px){.nav-links{display:none}.hero{flex-direction:column-reverse;gap:2rem}.hero-photo{width:120px;height:160px}.portfolio-grid{grid-template-columns:1fr}.sidebar-layout{grid-template-columns:1fr;gap:1.5rem}}
