@keyframes easeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes easeLeft{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translateY(0)}}.projects-list{display:flex;flex-flow:row wrap;padding-bottom:2rem;column-gap:1.5rem;row-gap:2rem;padding-inline-start:0;margin-block-start:0;margin-block-end:0;list-style-type:none;overflow-x:hidden;overflow-y:auto}.projects-item{width:350px;height:fit-content;display:flex;flex-direction:row;gap:1.5rem;animation:easeUp .35s ease-in both}.projects-item:nth-child(1){animation-delay:0s}.projects-item:nth-child(2){animation-delay:.25s}.projects-item:nth-child(3){animation-delay:.5s}.projects-item:nth-child(4){animation-delay:.75s}.projects-item:nth-child(5){animation-delay:1s}.projects-item img{height:64px;aspect-ratio:1 / 1}.tile-label{padding-bottom:.05rem;color:var(--color-primary);text-decoration:none;font-size:1rem;font-style:normal;font-weight:400;font-variation-settings:"WONK" 1,"opsz" 24;width:fit-content}.tile-label:hover{text-decoration:underline solid var(--color-primary) 1px}.projects-item picture img:hover{text-decoration:underline solid var(--color-primary) 1px}.projects-item svg{color:var(--color-second)}@media(max-width:480px){.projects-list{grid-template-columns:repeat(1,1fr);grid-template-rows:auto;gap:1.75rem}.projects-item{height:fit-content;animation:easeLeft .35s ease-in both;gap:1.25rem}.tile-label{font-size:1rem}.projects-item img{height:64px;aspect-ratio:1 / 1;align-self:baseline}}@media(min-width:1280px){.projects-list{display:grid;grid-template-columns:repeat(6,1fr)}.projects-list>li:nth-child(5n+1),.projects-list>li:nth-child(5n+2),.projects-list>li:nth-child(5n+3){grid-column:span 2;justify-self:center}.projects-list>li:nth-child(5n+4),.projects-list>li:nth-child(5n+5){grid-column:span 3;justify-self:center}}.paeyent-main{display:flex;flex-direction:column;gap:1.25rem}:root{--font-book: Arial, Helvetica, sans-serif;--color-bg: rgb(252, 252, 252);--color-primary: rgb(0, 0, 0);--color-second: rgb(38, 38, 38);--color-deemph: rgb(128,128,128)}header.cv-h-col{display:flex;flex-direction:column;gap:.125rem}main.cv{padding:1rem;font-family:var(--font-book);max-width:calc(650px + 2.5rem)}main.cv h1{font-size:1.125rem;font-family:var(--font-book);font-weight:600;padding-bottom:1rem;color:var(--color-primary)}main.cv h2{font-size:1rem;font-weight:600;font-family:var(--font-book);color:var(--color-primary)}main.cv p,main.cv li{font-size:.875rem;font-family:var(--font-book);max-width:650px}main.cv ul.work-exp-list{list-style:none;padding-inline-start:.5rem;display:flex;flex-direction:column;gap:1.25rem}main.cv .header-row{display:flex;flex-direction:row;align-items:baseline;gap:.35rem}main.cv .exp-h{padding-bottom:.5rem}main.cv .de{font-size:.625rem;font-weight:600;letter-spacing:3%}main.cv section{padding-bottom:2rem}.hrl{max-width:calc(650px + .5rem);margin-left:1rem;margin-right:1rem;height:1px;border-bottom:1px solid var(--color-primary)}@font-face{font-family:Fraunces;src:url(/Fraunces-Variable.ttf) format("truetype");font-weight:300 900;font-style:normal;font-display:swap}:root{--color-bg: rgb(252, 252, 252);--color-primary: rgb(0, 0, 0);--color-second: rgb(38, 38, 38);--color-deemph: rgb(128,128,128)}@media(prefers-color-scheme:dark){:root{--color-bg: rgb(7, 7, 7);--color-primary: rgb(252, 252, 252);--color-second: rgb(188, 188, 188);--color-deemph: rgb(128, 128, 128)}}*{margin:0;box-sizing:border-box;font-family:Fraunces,Georgia,Times New Roman,Times,serif;color:var(--primary-color)}body{background-color:var(--color-bg);width:100%;height:100%;overflow-x:hidden;background-blend-mode:normal}header{display:flex;flex-direction:row;height:min-content;width:100%;padding:1rem;gap:1.5rem}.header-col{display:flex;flex-direction:column}header p{font-size:.875rem}main{padding:2rem 3rem 3rem;overflow-x:hidden}h1{font-size:1rem;font-weight:400;font-style:normal;padding-bottom:.25rem;color:var(--color-primary);font-variation-settings:"WONK" 1,"opsz" 24}nav{display:flex;flex-direction:row;margin-top:auto;gap:.5rem;color:var(--color-primary);padding-bottom:.3rem}address{font-style:normal}a{color:var(--color-second);text-decoration:solid underline var(--color-second) 1px;text-underline-offset:.125rem;font-style:normal;font-size:.875rem;font-weight:400}p{color:var(--color-second);font-style:normal;font-size:.875rem;font-weight:400;text-wrap:wrap}.right-nav{margin-left:auto}.greyed-out{color:var(--color-deemph);text-decoration:none}.greyed-cv{color:var(--color-deemph);text-decoration-color:var(--color-deemph)}.garden-link svg{stroke:var(--color-primary);stroke-width:1px;fill:none;aspect-ratio:1 / 1}.col{display:flex;flex-direction:column;gap:.4rem}.inline{display:inline}.lucide-external-link,.lucide-document{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:480px){header{gap:1.25rem}main{padding:1.25rem}}
