:root{--bg:#fff;--surface:#f4f5f7;--surfaceRaised:#fff;--border:#e2e5ea;--text:#16181a;--textMuted:#5b626b;--accent:#c2410c;--accentText:#fff;--pack:#2f52b5;--maxWidth:60rem;--radius:.6rem;--navHeight:3.75rem;--fontDisplay:"Space Grotesk", "Segoe UI", sans-serif;--fontBody:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--ease:cubic-bezier(.22, .61, .36, 1)}:root[data-theme=dark]{--bg:#17191a;--surface:#202324;--surfaceRaised:#1c1f20;--border:#2f3335;--text:#dcdbd8;--textMuted:#9aa0a4;--accent:#fb923c;--accentText:#16181a;--pack:#3a5cab}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{font-family:var(--fontBody);color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:1rem;line-height:1.65;transition:background-color .2s,color .2s}h1,h2,h3{font-family:var(--fontDisplay);margin:0;line-height:1.25}p{margin:0 0 1rem}img{max-width:100%;height:auto}a{color:var(--accent);text-decoration:none}a:hover,a:focus-visible{text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}ul,ol{margin:0;padding:0;list-style:none}.mainContent{max-width:var(--maxWidth);margin:0 auto;padding:0 1.25rem}.section{scroll-margin-top:calc(var(--navHeight) + 1rem);padding:2.5rem 0 3.5rem}.divider{height:2.75rem;margin:.5rem 0}.dividerSvg{width:100%;height:100%;display:block;overflow:visible}.contour{fill:none;stroke:var(--border);stroke-width:1.5px;vector-effect:non-scaling-stroke;stroke-dasharray:800;stroke-dashoffset:800px}.contour:first-child{stroke:var(--accent);opacity:.55}.divider.isRevealed .contour{animation:drawContour 1.1s var(--ease) forwards, contourDrift 6.5s ease-in-out infinite}.contour{--drift:1.2px}.contour:first-child{--drift:-1.8px;animation-duration:1.1s,7.2s}.contour:nth-child(2){--drift:1.4px;animation-duration:1.1s,5.4s}.contour:nth-child(3){--drift:-1px;animation-duration:1.1s,8s}.contour:nth-child(4){--drift:.8px;animation-duration:1.1s,6.1s}@keyframes drawContour{to{stroke-dashoffset:0}}@keyframes contourDrift{50%{transform:translateY(var(--drift))}}@media (prefers-reduced-motion:reduce){.contour{stroke-dashoffset:0}}.reveal{opacity:0;transition:opacity .6s var(--ease), transform .6s var(--ease);will-change:opacity, transform;transform:translateY(1.25rem)}.reveal.isRevealed{opacity:1;will-change:auto;transform:none}.sectionTitle{font-family:var(--fontDisplay);letter-spacing:.08em;text-transform:uppercase;color:var(--textMuted);margin-bottom:2rem;font-size:1.05rem;font-weight:700}.prose{max-width:42rem}.siteNav{z-index:10;background-color:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);position:sticky;top:0}.siteNavInner{max-width:var(--maxWidth);height:var(--navHeight);align-items:center;gap:1.5rem;margin:0 auto;padding:0 1.25rem;display:flex}.siteNavName{font-family:var(--fontDisplay);color:var(--text);white-space:nowrap;font-weight:700}.siteNavName:hover{text-decoration:none}.siteNavLinks{gap:1.25rem;margin-left:auto;font-size:.9rem;display:flex}.siteNavLinks a{color:var(--textMuted)}.siteNavLinks a:hover{color:var(--text)}.themeToggle{border:1px solid var(--border);background-color:var(--surface);width:2.25rem;height:2.25rem;color:var(--text);cursor:pointer;transition:background-color .2s ease, transform .2s var(--ease);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.themeToggle:hover{background-color:var(--border);transform:translateY(-1px)}@media (width<=34rem){.siteNavName{display:none}.siteNavInner{gap:.5rem;padding:0 .75rem}.siteNavInner:before{content:"";flex:0 0 2.25rem}.siteNavLinks{gap:.9rem;margin:0 auto;font-size:.82rem}}@media (width<=24rem){.siteNavLinks{gap:.7rem;font-size:.76rem}}.hero{scroll-margin-top:var(--navHeight);align-items:center;gap:2.5rem;padding:4rem 0 3.5rem;display:flex;position:relative}.heroCanvas{z-index:0;pointer-events:none;opacity:.4;position:absolute;inset:-2rem -6vw;-webkit-mask-image:radial-gradient(at 78%,#000 25%,#0000 70%);mask-image:radial-gradient(at 78%,#000 25%,#0000 70%)}@media (width<=44rem){.heroCanvas{display:none}}.hero>.heroPhotoWrap,.heroText{z-index:1;position:relative}.heroPhotoWrap{flex-shrink:0;place-items:center;width:16rem;height:16rem;display:grid}.heroPhotoWrap>picture,.pixelOrbit{grid-area:1/1}.pixelOrbit{width:16rem;height:16rem;image-rendering:pixelated;image-rendering:crisp-edges;pointer-events:none}.heroPhoto{object-fit:cover;border-radius:50%;flex-shrink:0;width:11rem;height:11rem}.heroName{font-family:var(--fontDisplay);letter-spacing:-.02em;font-size:clamp(1.9rem,5vw,2.75rem);font-weight:700}.heroRole{color:var(--accent);margin:.35rem 0 .15rem;font-size:1.15rem;font-weight:600}.heroContext{color:var(--textMuted);margin-bottom:1.4rem;font-size:.95rem}.heroActions{flex-wrap:wrap;gap:.6rem;margin-bottom:1.75rem;display:flex}.button{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--surface);color:var(--text);transition:background-color .2s ease, border-color .2s ease, transform .2s var(--ease), box-shadow .2s var(--ease);padding:.5rem 1.1rem;font-size:.9rem;font-weight:600;display:inline-block}.button:hover{border-color:var(--accent);text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 16px -8px #00000073}.button:active{box-shadow:none;transform:translateY(0)}.buttonPrimary{background-color:var(--accent);border-color:var(--accent);color:var(--accentText)}.buttonPrimary:hover{filter:brightness(1.08)}.skills{gap:.4rem;margin:0;font-size:.85rem;display:grid}.skillGroup{flex-wrap:wrap;gap:.5rem;display:flex}.skillGroup dt{color:var(--textMuted);min-width:8.5rem;font-weight:700}.skillGroup dd{color:var(--text);margin:0}@media (width<=44rem){.hero{text-align:center;flex-direction:column;gap:1.75rem;padding-top:2.5rem}.heroActions{justify-content:center}.skillGroup{flex-direction:column;align-items:center;gap:.1rem}.skillGroup dt{min-width:0}}.timeline{gap:2.5rem;display:grid}.timelineRole{font-size:1.1rem;font-weight:700}.timelineCompany{color:var(--textMuted);font-weight:500}.timelineMeta{color:var(--textMuted);flex-wrap:wrap;align-items:center;gap:.6rem;margin:.2rem 0 .75rem;font-size:.85rem;display:flex}.timelineNow{background-color:var(--accent);color:var(--accentText);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:.05rem .5rem;font-size:.7rem;font-weight:700}.timelineSummary{margin-bottom:.75rem}.timelineBullets{gap:.5rem;margin-bottom:1rem;font-size:.95rem;display:grid}.timelineBullets li{color:var(--textMuted);padding-left:1.1rem;position:relative}.timelineBullets li:before{content:"";background-color:var(--accent);border-radius:50%;width:.3rem;height:.3rem;position:absolute;top:.65em;left:0}.tagList{flex-wrap:wrap;gap:.4rem;display:flex}.tag{border:1px solid var(--border);background-color:var(--surface);color:var(--textMuted);border-radius:999px;padding:.15rem .6rem;font-size:.75rem;font-weight:600}.projectGrid{grid-template-columns:repeat(auto-fit,minmax(19rem,1fr));gap:1.25rem;display:grid}.projectCard{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--surfaceRaised);transition:border-color .2s ease, transform .25s var(--ease), box-shadow .25s var(--ease);flex-direction:column;gap:.75rem;padding:1.4rem;display:flex}.projectCard:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 10px 24px -14px #00000080}.projectTitle{font-size:1.05rem;font-weight:700}.projectWhat{margin:0;font-size:.95rem}.projectInteresting{color:var(--textMuted);margin:0;font-size:.88rem}.projectLinks{flex-wrap:wrap;gap:1rem;margin-top:auto;font-size:.85rem;font-weight:600;display:flex}.projectNote{color:var(--textMuted);font-style:italic;font-weight:500}.projectsAlso{color:var(--textMuted);margin-top:1.5rem;font-size:.88rem}.isRevealed .projectCard,.isRevealed .timelineItem{animation:riseIn .5s var(--ease) backwards}.projectGrid>:nth-child(2),.timeline>:nth-child(2){animation-delay:80ms}.projectGrid>:nth-child(3),.timeline>:nth-child(3){animation-delay:.16s}.projectGrid>:nth-child(4),.timeline>:nth-child(4){animation-delay:.24s}.projectGrid>:nth-child(n+5){animation-delay:.32s}@keyframes riseIn{0%{opacity:0;transform:translateY(14px)}}.wiggle{cursor:default;display:inline-block}.wiggle:hover{animation:wiggle .6s var(--ease)}@keyframes wiggle{25%{transform:rotate(-14deg)scale(1.15)}50%{transform:rotate(12deg)scale(1.15)}75%{transform:rotate(-7deg)scale(1.08)}}.contactIntro{margin-bottom:1.5rem}.contactList{gap:.65rem;font-size:.95rem;display:grid}.contactList li{flex-wrap:wrap;gap:.75rem;display:flex}.contactLabel{min-width:5.5rem;color:var(--textMuted);font-weight:700}.siteFooter{max-width:var(--maxWidth);border-top:1px solid var(--border);text-align:center;color:var(--textMuted);margin:0 auto;padding:2rem 1.25rem 2.5rem;font-size:.82rem}.siteFooter p{margin:0}.pixelTrail{width:100%;height:7rem;image-rendering:pixelated;image-rendering:crisp-edges;margin-bottom:1.25rem;display:block}@media (width<=34rem){.pixelTrail{height:5rem}}
