@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.photos-page{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.photos-page__header{margin-bottom:3rem}.photos-back{display:inline-block;font-size:13px;color:var(--text-muted);margin-bottom:1rem;transition:color .15s}.photos-back:hover{color:var(--text)}.photos-page__header h1{font-size:1rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:inherit}.photo-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:.75rem;gap:.75rem}@media (min-width:640px){.photo-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.photo-grid{grid-template-columns:repeat(3,1fr)}}.photo-grid__item{all:unset;display:block;cursor:pointer;overflow:hidden;background:var(--bg-surface);aspect-ratio:3/2}.photo-grid__item:focus-visible{outline:2px solid currentColor;outline-offset:2px}.photo-grid__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease,opacity .3s ease}.photo-grid__item:hover .photo-grid__img{transform:scale(1.03);opacity:.9}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fafaf8;--bg-surface:#f2f0eb;--text:#1c1c1a;--text-muted:#6b6b66;--text-faint:#9a9a95;--border:rgba(0,0,0,.1);--border-mid:rgba(0,0,0,.18);--teal:#0f6e56;--teal-bright:#1d9e75;--teal-light:#e1f5ee;--teal-dark:#085041;--radius-md:8px;--radius-lg:12px}@media (prefers-color-scheme:dark){:root{--bg:#161614;--bg-surface:#1e1e1c;--text:#e8e8e4;--text-muted:#9a9a95;--text-faint:#6b6b66;--border:hsla(0,0%,100%,.1);--border-mid:hsla(0,0%,100%,.18);--teal-light:#0a3d2e;--teal-dark:#5dcaa5}}html{scroll-behavior:smooth}body{font-family:var(--font-inter,"Inter",system-ui,sans-serif);background:var(--bg);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.layout{display:grid;grid-template-columns:220px 1fr;min-height:100vh}.sidebar{padding:2.5rem 2rem;border-right:.5px solid var(--border);display:flex;flex-direction:column;gap:2.5rem;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-header{display:flex;align-items:center;gap:10px}.sidebar-icon{border-radius:6px;flex-shrink:0}.sidebar-name{font-size:16px;font-weight:500}.sidebar-title{font-size:13px;color:var(--text-muted);margin-top:4px}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.sidebar-nav a{font-size:14px;color:var(--text-muted);padding:5px 0;display:flex;align-items:center;gap:8px;transition:color .15s}.sidebar-nav a:hover{color:var(--text)}.sidebar-nav a.active{color:var(--teal);font-weight:500}.sidebar-contact{display:flex;flex-direction:column;gap:10px;margin-top:auto}.sidebar-contact a{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--text-muted);transition:color .15s}.sidebar-contact a:hover{color:var(--text)}.topnav{display:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:.5px solid var(--border);position:-webkit-sticky;position:sticky;top:0;background:var(--bg);z-index:10}.topnav-name{font-size:15px;font-weight:500}.topnav-links{display:flex;gap:1.25rem}.topnav-links a{font-size:14px;color:var(--text-muted);transition:color .15s}.topnav-links a:hover{color:var(--text)}.main{padding:2.5rem 3rem;max-width:680px}.section{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:.5px solid var(--border)}.section:last-child{border-bottom:none;margin-bottom:0}.section-label{margin-bottom:1.5rem}.hero-label,.section-label{font-size:11px;font-weight:500;color:var(--teal);letter-spacing:.08em;text-transform:uppercase}.hero-label{margin-bottom:.75rem}.hero-name{font-size:36px;font-weight:500;line-height:1.2;margin-bottom:1rem}.hero-tagline{font-size:16px;color:var(--text-muted);line-height:1.8}.hero-contact-mobile{display:none;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.hero-contact-mobile a{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--text-muted);border:.5px solid var(--border-mid);border-radius:var(--radius-md);padding:6px 14px;transition:background .15s,color .15s}.hero-contact-mobile a:hover{background:var(--bg-surface);color:var(--text)}.about-text{font-size:15px;color:var(--text-muted);line-height:1.85}.about-text strong{color:var(--text);font-weight:500}.tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:1.25rem}.tag{font-size:12px;padding:4px 12px;border-radius:999px;border:.5px solid var(--border-mid);color:var(--text-muted);background:var(--bg-surface)}.work-list{display:flex;flex-direction:column}.work-item{display:grid;grid-template-columns:110px 1fr;grid-gap:1.5rem;gap:1.5rem;padding:1.25rem 0;border-bottom:.5px solid var(--border)}.work-item:first-child{padding-top:0}.work-item:last-child{border-bottom:none;padding-bottom:0}.work-date{font-size:12px;color:var(--text-faint);padding-top:3px;line-height:1.5}.work-role{font-size:15px;font-weight:500;margin-bottom:2px}.work-company{font-size:13px;color:var(--teal);margin-bottom:8px}.work-desc{font-size:14px;color:var(--text-muted);line-height:1.7}.work-skills{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.work-skill{font-size:11px;padding:3px 10px;border-radius:999px;background:var(--teal-light);color:var(--teal-dark);font-weight:500}.edu-activities{list-style:none;margin-top:10px;display:flex;flex-direction:column;gap:4px}.edu-activities li{font-size:14px;color:var(--text-muted);padding-left:1em;position:relative}.edu-activities li:before{content:"·";position:absolute;left:0}.beyond{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.beyond-card{background:var(--bg-surface);border-radius:var(--radius-lg);padding:1.25rem}.beyond-emoji{font-size:20px;margin-bottom:.75rem}.beyond-title{font-size:14px;font-weight:500;margin-bottom:4px}.beyond-desc{font-size:13px;color:var(--text-muted);line-height:1.6}@media (max-width:640px){.layout{grid-template-columns:1fr}.sidebar{display:none}.topnav{display:flex}.main{padding:1.5rem 1.25rem;max-width:100%}.hero-name{font-size:28px}.hero-contact-mobile{display:flex}.work-item{grid-template-columns:1fr;gap:4px}.work-date{padding-top:0}.beyond{grid-template-columns:1fr}}