@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap");:root{--ink:#254b43;--muted:#66756e;--paper:#f5f2ea;--panel:#faf7f0;--line:#dedbd1;--accent:#4b7266;--warm:#bd5b48}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font-family:Manrope,ui-sans-serif,system-ui,sans-serif;text-transform:lowercase}a{color:inherit;text-decoration:none}.quantitative-stat{color:var(--ink);font-weight:800}::selection{background:#cfddd6}.resume-layout{width:min(1240px,calc(100% - 4rem));margin:0 auto;display:grid;grid-template-columns:35fr 65fr;align-items:start}.left-column{min-height:100vh;position:-webkit-sticky;position:sticky;top:0;padding:5.5rem 4.5rem 4rem 0;border-right:1px solid var(--line)}.identity{padding-bottom:3.25rem}.section-number{margin:0;color:var(--accent);font-family:DM Mono,monospace;font-size:.7rem;letter-spacing:.1em;text-transform:lowercase}.identity h1{margin:0;max-width:8ch;font-size:clamp(3rem,5vw,5rem);letter-spacing:-.085em;line-height:.88;text-transform:none}.title{margin:1rem 0 0;font-size:1rem;font-weight:700;letter-spacing:-.025em}.contact-info{display:grid;grid-gap:.35rem;gap:.35rem;margin-top:2rem;color:var(--muted);font-size:.82rem;line-height:1.5}.contact-info a,.profile-links a,footer a{width:-moz-fit-content;width:fit-content;border-bottom:1px solid transparent;transition:color .18s ease,border-color .18s ease}.contact-info a:hover,.profile-links a:hover,footer a:hover{color:var(--accent);border-color:var(--accent)}.profile-links{display:grid;grid-gap:.85rem;gap:.85rem;margin-top:1.5rem;font-size:.82rem;font-weight:700}.social-icons{display:flex;align-items:center;gap:.9rem}.social-icons a{display:grid;place-items:center;width:1.2rem;height:1.2rem;color:var(--warm)}.social-icons svg{width:1.05rem;height:1.05rem;stroke-width:1.8}.resume-link{color:var(--warm);font-size:.82rem}.sidebar-section{padding:1.5rem;background:var(--panel);border-radius:16px}.sidebar-section+.sidebar-section{margin-top:1rem}.sidebar-section h2{margin:0;font-family:DM Mono,monospace;font-size:.78rem;letter-spacing:.08em;text-transform:lowercase}.right-column h2{margin:0;font-size:1.1rem;font-weight:800;letter-spacing:-.035em}.education-list,.skills-list{display:grid;grid-gap:1.6rem;gap:1.6rem;margin-top:1.5rem}.education-list article,.skills-list article{display:grid;grid-gap:.3rem;gap:.3rem}.education-list h3,.project-list h3,.skills-list h3{margin:0;font-size:.88rem;letter-spacing:-.02em}.education-list p,.project-list p,.skills-list p{margin:0;color:var(--muted);font-size:.8rem;line-height:1.65}.right-column{padding:5.5rem 0 4rem clamp(3rem,7vw,7rem)}.main-section,.summary-section{display:grid;grid-template-columns:2.5rem minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem}.summary-section{padding-bottom:2.25rem}.summary-section>div{padding:1.75rem 2rem;background:var(--panel);border-radius:18px}.right-column h2{padding-top:.12rem}.summary-notes{display:grid;grid-gap:1.4rem;gap:1.4rem;margin-top:1.35rem}.summary-notes article{display:grid;grid-template-columns:9rem minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem}.summary-notes h3{margin:0;color:var(--warm);font-family:DM Mono,monospace;font-size:.82rem;font-weight:500;letter-spacing:.04em;text-transform:lowercase}.summary-notes p{max-width:48ch;margin:0;font-size:1rem;font-weight:500;letter-spacing:-.02em;line-height:1.65}.main-section{padding:2.25rem 0;border-top:0}.projects-section{margin-top:0}.experience-list{margin-top:1.5rem}.projects-heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.projects-heading a{color:var(--muted);border-bottom:1px solid transparent;font-size:.78rem;font-weight:700;transition:color .18s ease,border-color .18s ease}.projects-heading a:hover{color:var(--accent);border-color:var(--accent)}.project-list{display:grid;grid-gap:.75rem;gap:.75rem;margin-top:1.5rem;border-top:0}.project-list article{display:grid;grid-template-columns:minmax(10rem,.8fr) 1.5fr;grid-gap:2rem;gap:2rem;padding:1.25rem 1.4rem;background:var(--panel);border-radius:14px}footer{display:flex;justify-content:space-between;gap:1rem;padding-top:1rem;color:var(--muted);font-size:.75rem}footer a{color:var(--ink);font-weight:700}@media (max-width:900px){.resume-layout{width:min(100% - 2.5rem,720px);display:block}.left-column{min-height:0;position:static;padding:3rem 0 3.5rem;border-right:0}.identity{padding-bottom:3rem}.identity h1{font-size:clamp(3.2rem,13vw,5rem)}.sidebar-section{padding-top:2.5rem}.sidebar-section+.sidebar-section{margin-top:2.5rem}.right-column{padding:0 0 3rem}.summary-section{padding-bottom:3.5rem}}@media (max-width:560px){.resume-layout{width:min(100% - 2rem,720px)}.left-column{padding-top:2.25rem}.main-section,.summary-section{grid-template-columns:1fr;gap:1rem}.main-section{padding:2.75rem 0}.summary-section{padding-bottom:3rem}.summary-notes article{grid-template-columns:1fr;gap:.45rem}.project-list article{grid-template-columns:1fr;gap:.5rem}footer{flex-direction:column}}