@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&family=DM+Serif+Display:ital@0;1&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f7f4f0;--text: #1c1a17;--muted: #7a7570;--accent: #4a6d9c;--border: #e2ddd8}html,body{height:100%;background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}main{max-width:600px;margin:0 auto;padding:5rem 2rem 4rem;min-height:100vh;display:flex;flex-direction:column;gap:4rem}header h1{font-family:"DM Serif Display",Georgia,serif;font-size:2.4rem;font-weight:400;letter-spacing:-.01em;line-height:1.1;margin-bottom:.75rem}.bio{font-size:1rem;color:var(--muted);line-height:1.6;max-width:420px}.projects h2{font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:1.25rem}.projects ul{list-style:none;display:flex;flex-direction:column;gap:0}.projects li{border-top:1px solid var(--border)}.projects li:last-child{border-bottom:1px solid var(--border)}.projects a{display:flex;align-items:baseline;gap:1rem;padding:1rem 0;text-decoration:none;color:inherit;transition:color .15s}.projects a:hover{color:var(--accent)}.projects a:hover .project-desc{color:var(--accent);opacity:.7}.project-name{font-size:1rem;font-weight:500;flex-shrink:0}.project-desc{font-size:.9rem;color:var(--muted);transition:color .15s}footer{margin-top:auto}footer nav{display:flex;gap:1.5rem}footer nav a{font-size:.85rem;color:var(--muted);text-decoration:none;transition:color .15s}footer nav a:hover{color:var(--accent)}@media(max-width:480px){main{padding:3.5rem 1.5rem 3rem;gap:3rem}header h1{font-size:2rem}}
