@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--bg:#f8fafb;--ink:#172230;--muted:#626c77;--line:#dfe4e8;--accent:#c2ed7b;--font:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.65 var(--font)}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #43790c;outline-offset:6px}a,button{touch-action:manipulation}a:hover{color:#507a27}img{display:block;max-width:100%}p,h1,h2,h3,figure{margin:0}h1,h2,h3,.wordmark{font-family:'Manrope',Arial,sans-serif}h1,h2{font-weight:650;letter-spacing:-.055em;line-height:1.13}.page{max-width:1320px;padding:0 64px;margin:auto}.header{height:111px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.wordmark{font-size:23px;font-weight:800;letter-spacing:-1px}.wordmark span{color:#648840}.header nav{display:flex;gap:35px;font-size:14px}.header-contact{font-size:14px;font-weight:600;display:flex;gap:26px}.header-contact span{font-size:22px}.hero{display:grid;grid-template-columns:1.22fr 1fr;gap:60px;align-items:center;padding:70px 0 60px}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:600;display:flex;align-items:center;gap:12px}.line{width:27px;height:2px;background:#729646}h1{font-size:clamp(48px,5.4vw,73px);margin:25px 0 28px}.impact{position:relative;z-index:0;white-space:nowrap}.impact:after{content:'';position:absolute;left:0;right:-5px;bottom:5px;height:19px;background:var(--accent);z-index:-1;transform:rotate(-2deg)}.intro{font-size:18px;max-width:450px;color:var(--muted);line-height:1.7}.intro strong{font-weight:600;color:var(--ink)}.location{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);margin-top:22px}.location svg{height:16px;width:16px}.hero-actions{display:flex;align-items:center;gap:23px;margin-top:31px;flex-wrap:wrap}.button{padding:13px 23px;display:inline-flex;align-items:center;gap:26px;font-size:14px;font-weight:600;border-radius:5px;min-height:48px}.primary{background:var(--ink);color:#fff;transition:background .2s,transform .2s}.primary:hover{background:#354732;color:#fff;transform:translateY(-2px)}.social{font-size:13px;display:flex;align-items:center;gap:7px}.linkedin-icon{background:var(--ink);color:white;font-size:11px;line-height:15px;width:15px;text-align:center;border-radius:1px;font-weight:700}.code-icon{font-weight:700;font-size:16px}.portrait{position:relative;overflow:hidden;aspect-ratio:1.03;border-radius:8px}.portrait>img{width:100%;height:100%;object-fit:cover;object-position:32% center}.portrait:after{content:'';position:absolute;inset:48% 0 0;background:linear-gradient(transparent,rgba(8,17,25,.68))}.portrait figcaption{position:absolute;z-index:1;bottom:27px;left:27px;right:27px;color:white;display:flex;align-items:end;justify-content:space-between;gap:15px}.portrait-label{font-size:17px;line-height:1.5}.photo-number{font-size:10px;letter-spacing:1px;white-space:nowrap}.companies{display:flex;align-items:center;gap:65px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:31px 0}.companies>p{font-size:10px;letter-spacing:1.5px;white-space:nowrap;color:var(--muted)}.company-logos{display:flex;align-items:center;justify-content:space-between;flex:1;gap:40px}.company-logos img{width:135px;height:42px;object-fit:contain;filter:grayscale(1);opacity:.72}.section{padding:78px 0;border-bottom:1px solid var(--line)}h2{font-size:37px}.section-intro h2,.section-heading h2{margin-top:18px}.about{display:grid;grid-template-columns:1fr 1.15fr;gap:76px}.about-body>p{color:var(--muted);margin-bottom:17px;font-size:16px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:33px}.stats>div{display:flex;flex-direction:column}.stats strong{font:500 42px/1.2 'Manrope',sans-serif;letter-spacing:-2px}.stats strong span{color:#709449}.stats>div>span{font-size:12px;color:var(--muted);margin-top:7px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:34px}.text-link{font-size:14px;font-weight:500;border-bottom:1px solid #adb5bd;padding-bottom:5px;display:inline-flex;align-items:center;gap:25px}.job{display:grid;grid-template-columns:.7fr 1.55fr 1.6fr;gap:28px;padding:25px 0;border-top:1px solid var(--line);align-items:start}.job-date{font-size:11px;letter-spacing:1px;color:var(--muted);padding-top:5px}h3{font-size:18px;font-weight:700;letter-spacing:-.5px}.job h3 span{font-size:14px;font-weight:500}.role{display:block;font-size:13px;color:var(--muted);margin-top:4px}.job p{font-size:14px;color:var(--muted);line-height:1.7}.section-heading>p{font-size:14px;color:var(--muted)}.tech-grid{display:grid;grid-template-columns:repeat(8,1fr);border:1px solid var(--line);border-radius:7px;overflow:hidden;background:white}.tech{min-width:0;padding:25px 9px 21px;display:flex;flex-direction:column;align-items:center;border-right:1px solid var(--line)}.tech:last-child{border:0}.tech img{width:33px;height:37px;object-fit:contain;margin-bottom:16px}.tech>span{font-size:13px;font-weight:600}.tech small{font-size:11px;color:var(--muted);margin-top:4px}.personal{display:grid;grid-template-columns:.83fr 1.3fr;gap:55px;align-items:center;margin:76px 0}.personal>img{height:267px;width:100%;object-fit:cover;border-radius:7px}.personal h2{font-size:31px;margin:18px 0}.personal p{color:var(--muted);font-size:15px;margin-bottom:23px;max-width:510px}.contact{padding:51px 55px;background:#eaf0e5;border:1px solid #dce5d4;border-radius:8px}.contact h2{font-size:46px;margin:20px 0 24px}.contact>div{display:flex;justify-content:space-between;align-items:center;gap:20px}.contact p{font-size:15px;color:#53604e}footer{display:flex;align-items:center;gap:26px;padding:38px 0}footer .wordmark{font-size:19px}footer>span{font-size:12px;color:var(--muted);margin-right:auto}footer>a:not(.wordmark){font-size:12px}.skip{position:fixed;top:-80px;left:20px;z-index:10;background:var(--ink);color:#fff;padding:12px}.skip:focus{top:15px}@media(min-width:1450px){.hero{padding-top:82px;padding-bottom:75px}.portrait{aspect-ratio:1}}@media(max-width:1050px){.page{padding:0 36px}.hero{gap:30px}.hero-actions{gap:17px}.hero h1{font-size:57px}.portrait{aspect-ratio:.87}.photo-number{display:none}.companies{gap:32px}.company-logos{gap:25px}.company-logos img{width:110px}.about{gap:35px}.tech-grid{grid-template-columns:repeat(4,1fr)}.tech:nth-child(4){border-right:0}.tech:nth-child(-n+4){border-bottom:1px solid var(--line)}.job{grid-template-columns:.6fr 1.2fr 1.2fr;gap:20px}}@media(max-width:720px){.page{padding:0 23px}.header{height:83px}.header nav{display:none}.wordmark{font-size:21px}.hero{grid-template-columns:1fr;padding:40px 0;gap:34px}.hero h1{font-size:clamp(46px,10vw,67px)}.hero-copy .eyebrow{font-size:10px;letter-spacing:1.3px}.intro{font-size:17px}.hero-actions{gap:20px}.button{padding:12px 19px;gap:18px}.portrait{aspect-ratio:1.22;max-height:440px}.photo-number{display:block}.companies{display:block;padding:25px 0}.companies>p{margin-bottom:22px}.company-logos{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;gap:22px}.company-logos img{width:125px;height:34px}.section{padding:49px 0}.about{grid-template-columns:1fr;gap:25px}h2{font-size:32px}.stats{gap:14px}.stats>div>span{font-size:11px}.section-heading{align-items:start;flex-direction:column;gap:19px}.job{grid-template-columns:1fr;gap:8px;padding:23px 0}.job-date{font-size:10px}.job p{max-width:100%}.tech-grid{grid-template-columns:repeat(2,1fr)}.tech{padding:22px 8px}.tech:nth-child(even){border-right:0}.tech:nth-child(-n+6){border-bottom:1px solid var(--line)}.personal{grid-template-columns:1fr;gap:29px;margin:48px 0}.personal>img{height:250px}.personal h2{font-size:30px}.contact{padding:31px 24px}.contact h2{font-size:35px}.contact>div{align-items:start;flex-direction:column}.contact .eyebrow{font-size:10px}footer{flex-wrap:wrap;gap:18px;padding:31px 0}footer>span{order:4;flex-basis:100%}footer .wordmark{margin-right:auto}footer>a:not(.wordmark){font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
