*,*:before,*:after{box-sizing:border-box}html,body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,ul,ol,li{margin:0;padding:0}ul,ol{list-style:none}img{display:block;max-width:100%;height:auto}input{appearance:none;border-radius:0}.cv{flex:1;width:100%;padding:2rem 1rem}@media(min-width:768px){.cv{padding:4rem 1rem}}@media(min-width:1400px){.cv{max-width:95%;margin-left:auto;margin-right:auto}}.cv__section{display:flex;flex-direction:column;gap:1rem;padding-block:2rem;border-top:1px solid rgba(32,32,32,.15)}.cv__section:first-child{border-top:none;padding-top:0}@media(min-width:768px){.cv__section{flex-direction:row;align-items:baseline;gap:2rem}.cv__section:first-child{align-items:center}}@media(prefers-color-scheme:dark){.cv__section{border-top-color:#e6e6e633}}.cv__section-label{flex-shrink:0;font-weight:700;margin-bottom:0}@media(min-width:768px){.cv__section-label{width:25%}}.cv__avatar{width:min(40vw,1rem * 8);border-radius:50%}@media(prefers-color-scheme:dark){.cv__avatar{filter:invert(1)}}@media(min-width:768px){.cv__avatar{width:10rem}}@media(min-width:768px){.cv__section-body{flex:1}}.cv__name{font-size:clamp(1.5rem,4vw,3rem);font-weight:700;line-height:1.1}.cv__job{display:flex;flex-direction:column;gap:1rem;padding-block:2rem;border-bottom:1px solid rgba(32,32,32,.15)}.cv__job:first-child{padding-top:0}.cv__job:last-child{border-bottom:none;padding-bottom:0}@media(min-width:768px){.cv__job{flex-direction:row}}@media(prefers-color-scheme:dark){.cv__job{border-bottom-color:#e6e6e633}}.cv__job-meta{flex-shrink:0}@media(min-width:768px){.cv__job-meta{width:33%}}.cv__job-company{font-weight:700;margin-bottom:0}.cv__job-role{margin-bottom:.25rem}.cv__job-years{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-feature-settings:"lnum" 1;opacity:.5}@media(prefers-color-scheme:dark){.cv__job-years{opacity:.7}}@media(min-width:768px){.cv__job-desc{flex:1}}.cv__edu-school{font-weight:700;margin-bottom:0}.cv__edu-degree{margin-bottom:.25rem}.cv__edu-years{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-feature-settings:"lnum" 1;opacity:.5}@media(prefers-color-scheme:dark){.cv__edu-years{opacity:.7}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{min-height:100dvh;display:flex;flex-direction:column;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#202020;background-color:#fff}@media(prefers-color-scheme:dark){body{color:#e6e6e6;background-color:#202020}}h1{font-weight:700;font-size:clamp(2rem,5vw,4rem);line-height:1;margin-bottom:1rem}h2{color:red;margin-bottom:1rem}h2,h3{font-size:1rem;line-height:1.5;font-weight:700}p{display:block;margin-bottom:1rem}p:last-child{margin-bottom:0}p:empty{display:none}strong{font-weight:700;display:inline-block}a{position:relative;display:inline-block;color:red;text-decoration:none}a:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;transform:scaleX(0);background-color:red;transition:transform 75ms}a:hover:after{transform:scaleX(1)}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2rem;width:100%;padding:4rem 1rem}@media(min-width:768px){.hero{flex-direction:row-reverse;align-items:center;padding:8rem 1rem}}@media(min-width:1400px){.hero{max-width:95%;margin-left:auto;margin-right:auto}}.hero__avatar{width:min(50vw,16rem);border-radius:50%}@media(prefers-color-scheme:dark){.hero__avatar{filter:invert(1)}}@media(min-width:768px){.hero__avatar{width:25%;flex-shrink:0}}.hero__content{display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.hero__content{flex:1}}.hero h1{font-weight:700;font-size:clamp(2rem,5vw,4rem);line-height:1;margin-bottom:1rem}.hero__tagline{font-size:clamp(1rem,2.5vw,2rem);line-height:clamp(1.5rem,3.25vw,2.4rem)}.hero__tagline-role{position:relative;display:inline-block}.hero__tagline-role:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:.1em;width:0;background:red}.hero__tagline-role.is-crossed:after{width:100%;transition:width .2s ease-in-out}.hero__tagline-role.is-fading{opacity:0;transition:opacity .2s ease-in-out}.hero__tagline-cursor{opacity:0;margin-left:.05em;user-select:none}.hero__tagline-cursor.is-typing{opacity:1;animation:blink .7s step-end infinite}@keyframes blink{50%{opacity:0}}.footer{flex-shrink:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem;border-top:2px solid #202020;background-color:#fff}@media(prefers-color-scheme:dark){.footer{border-top-color:#fff6;background-color:#202020}}@media(min-width:768px){.footer{height:4rem;padding-inline:1rem}}@media(min-width:1400px){.footer{max-width:95%;margin-left:auto;margin-right:auto}}.footer__copy{margin:0}.footer__nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem 2rem}@media(min-width:768px){.footer__nav{gap:2rem}}
