:root{--surface:#FCF9F8;--text-primary:#1A1A1A;--text-secondary:#4A4A4A;--accent:#1F5E7A;--accent-hover:#14475C;--focus-ring:#1F5E7A;--space-1:0.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:4rem;--radius:0.5rem;--max-content:72rem;color-scheme:light dark}:root[data-theme=dark]{--surface:#090712;--text-primary:#F4F4F4;--text-secondary:#A29FB0;--accent:#7FC4BE;--accent-hover:#A8D8D3;--focus-ring:#7FC4BE}*,*::before,*::after{box-sizing:border-box}html{background:var(--surface);-webkit-text-size-adjust:100%;transition:background-color 300ms ease}body{margin:0;min-height:100svh;background:var(--surface);color:var(--text-primary);font-family:inter,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;font-size:clamp(.95rem,.9rem + .2vw,1.0625rem);font-weight:400;line-height:1.6;letter-spacing:0;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;display:flex;flex-direction:column;transition:background-color 300ms ease,color 300ms ease}h1,h2,h3,h4,h5,h6,a,p,small,.site-banner,.site-banner__brand,.theme-toggle,.site-footer__inner{transition:background-color 300ms ease,color 300ms ease,border-color 300ms ease}main{flex:1}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:nunito,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;font-weight:600;letter-spacing:-.01em;line-height:1.2;margin:0 0 var(--space-2);color:var(--text-primary)}h1{font-size:clamp(1.875rem,1.55rem + 1.1vw,2.5rem);font-weight:600}h2{font-size:clamp(1.5rem,1.3rem + .8vw,1.875rem)}h3{font-size:clamp(1.25rem,1.15rem + .4vw,1.5rem)}p{margin:0 0 var(--space-2);max-width:65ch}a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;transition:color 150ms ease}a:hover{color:var(--accent-hover)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-banner{position:sticky;top:0;z-index:50;background:var(--surface)}.site-banner__inner{max-width:var(--max-content);margin:0 auto;padding:var(--space-2)clamp(1rem,4vw,2rem);display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.site-banner__brand{font-weight:700;font-size:1.125rem;letter-spacing:-.02em;color:var(--text-primary);text-decoration:none}.site-banner__brand:hover{color:var(--accent)}.theme-toggle{background:0 0;border:1px solid transparent;padding:var(--space-1);border-radius:var(--radius);cursor:pointer;color:var(--text-primary);display:inline-flex;align-items:center;justify-content:center;transition:background-color 150ms ease,color 150ms ease}.theme-toggle:hover{background:color-mix(in srgb,var(--text-primary) 8%,transparent);color:var(--accent)}.theme-toggle__icon{width:1.25rem;height:1.25rem}.theme-toggle__icon--sun{display:none}.theme-toggle__icon--moon{display:inline-block}:root[data-theme=dark] .theme-toggle__icon--sun{display:inline-block}:root[data-theme=dark] .theme-toggle__icon--moon{display:none}:root[data-theme=light] .theme-toggle__icon--sun{display:none}:root[data-theme=light] .theme-toggle__icon--moon{display:inline-block}.hero{max-width:var(--max-content);margin:0 auto;padding:clamp(2rem,6vw,4rem)clamp(1rem,4vw,2rem);display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3)}.hero__content{display:flex;flex-direction:column;gap:var(--space-2);max-width:48ch}.hero__links{list-style:none;padding:0;margin:var(--space-1)0 0;display:flex;flex-wrap:wrap;gap:var(--space-3);font-size:.9rem}.hero__link{display:inline-flex;align-items:center;gap:.45em;text-decoration:none;color:var(--text-primary)}.hero__link:hover{color:var(--accent)}.hero__icon{width:1.2em;height:1.2em;flex-shrink:0}.hero__link--linkedin .hero__icon{color:#0a66c2}.hero__link--upwork .hero__icon{color:#14a800}.hero__link--github .hero__icon{color:#181717}:root[data-theme=dark] .hero__link--github .hero__icon{color:#f4f4f4}.hero__media{display:flex;align-items:center;justify-content:center;width:100%}.hero__photo{width:min(476px,75vw);height:auto;filter:drop-shadow(0 6px 20px rgba(0,0,0,.12))}:root[data-theme=dark] .hero__photo{filter:drop-shadow(0 6px 24px rgba(0,0,0,.45))}.site-footer{margin-top:auto}.site-footer__inner{max-width:var(--max-content);margin:0 auto;padding:var(--space-3)clamp(1rem,4vw,2rem);color:var(--text-secondary);font-size:.875rem;text-align:center}@media(min-width:768px){html,body{height:100svh;overflow:hidden}body{min-height:0}main{display:flex;min-height:0}.hero{flex:1;min-height:0;padding-block:var(--space-2);display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center;justify-items:start}.hero__media{justify-self:end;max-height:100%;min-height:0}.hero__photo{max-height:100%;max-width:min(476px,40vw);width:auto;height:auto;object-fit:contain;min-height:0}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}