*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #faf9f7;--color-text: #111;--color-muted: #666;--color-link: #111;--font: "DM Sans", system-ui, -apple-system, sans-serif;--max-width: 660px;--pad: clamp(24px, 5vw, 60px)}html{font-size:16px;-webkit-font-smoothing:antialiased}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font);font-size:1rem;line-height:1.6}a{color:var(--color-link);text-decoration:underline;text-underline-offset:3px;text-decoration-color:#bbb;transition:text-decoration-color .15s}a:hover{text-decoration-color:var(--color-text)}.site{max-width:var(--max-width);margin:0 auto;padding:0 var(--pad)}.nav{display:flex;justify-content:space-between;align-items:baseline;padding-top:40px;padding-bottom:80px;font-size:.875rem}.nav-home{font-weight:500;letter-spacing:-.01em;text-decoration:none;color:var(--color-text)}.nav-home:hover{text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--color-text)}.header{margin-bottom:64px}.header h1{font-size:clamp(2rem,5vw,2.75rem);font-weight:500;letter-spacing:-.03em;line-height:1.1;margin-bottom:20px}.header p{font-size:1.0625rem;color:var(--color-text);font-weight:300;max-width:520px;line-height:1.65}.header strong{font-weight:500}.section{margin-bottom:56px}.section-label{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);margin-bottom:20px}.experience-list{list-style:none;display:flex;flex-direction:column;gap:6px}.experience-item{display:flex;justify-content:space-between;align-items:baseline;gap:16px;font-size:.9375rem}.experience-role{font-weight:400}.experience-company{color:var(--color-muted);font-weight:300;white-space:nowrap;font-size:.875rem}.contact-list{list-style:none;display:flex;flex-direction:column;gap:6px;font-size:.9375rem}.footer{padding:48px 0 40px;font-size:.8125rem;color:var(--color-muted)}@media (max-width: 480px){.experience-item{flex-direction:column;gap:2px}.experience-company{white-space:normal}}
