@import 'https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&display=swap';:root{--font-sans:"Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:ui-monospace, "SFMono-Regular", "SF Mono", Consolas, "Liberation Mono", Menlo, monospace;--color-black:#111111;--color-dark-gray:#313131;--color-mid-gray:#696969;--color-light-gray:#dfdfdf;--color-white:#ffffff}*,*::before,*::after{box-sizing:border-box}html{background:var(--color-white);color:var(--color-black);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{margin:0;min-height:100vh;background:var(--color-white);color:var(--color-black);font-size:clamp(1rem,.95rem + .25vw,1.125rem);line-height:1.55}body>header,body>main{width:min(72rem,calc(100% - 2rem));margin:0 auto}body>header{padding:12rem 0}body>main{display:flex;flex-direction:column;gap:12rem;padding:0 0 clamp(4rem,9vw,6rem)}img,picture,svg,video,canvas{display:block;max-width:100%}img{border-radius:2rem}button,input,textarea,select{font:inherit}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:.08em}h1,h2,h3,h4,h5,h6,p,ul,ol,figure{margin:0}h1{font-size:clamp(2.6rem,6vw,5.4rem);line-height:.98}h2{font-size:clamp(1.4rem,1.15rem + .9vw,2rem);line-height:1.05}h3,h4{font-size:1rem;line-height:1.2}.site-title{text-wrap:balance}.home-article{display:flex;flex-direction:column;gap:4rem}.home-article:first-child{padding-top:0}.about-layout,.projects-notes,.resume-columns{display:grid;gap:4rem}.about-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.about-media,.project-image{aspect-ratio:3/2;object-fit:cover;width:100%}.about-media{overflow:hidden}.about-media img,.project-image{height:100%}.about-copy{display:flex;height:100%;align-items:center;max-width:42rem}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}.project-tile,.project-note,.resume-column,.resume-entry-copy{display:flex;flex-direction:column;gap:1rem}.project-meta{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.project-meta p,.resume-period,.resume-entry-meta,.resume-location{color:var(--color-mid-gray)}.projects-notes{grid-template-columns:repeat(2,minmax(0,1fr))}.resume-columns{grid-template-columns:1fr}.contact-list{display:flex;flex-direction:column;gap:.5rem;padding:0;list-style:none}.resume-list{display:flex;flex-direction:column}.resume-entry{display:grid;grid-template-columns:minmax(0,1fr)minmax(0,2fr);gap:.75rem 1.5rem;padding:1rem 0}.resume-entry-meta{display:flex;flex-direction:column;gap:.15rem}.resume-entry:first-child{padding-top:0}.resume-entry-copy p+p{margin-top:-.25rem}code,pre,kbd,samp{font-family:var(--font-mono)}@media(max-width:820px){.about-layout,.projects-notes,.resume-columns,.projects-grid,.resume-entry{grid-template-columns:1fr}.resume-entry{gap:.4rem}}@media(max-width:640px){body>header,body>main{width:min(100% - 1.5rem,72rem)}body>header{padding-top:2rem;padding-bottom:2rem}body>main{gap:3rem;padding-bottom:3rem}}