:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#d55e00;--accent-bg:#d55e001a;--accent-border:#d55e0080;--accent-text:#b34c00;--header-accent:#56b4e9;--header-bg:#56b4e91a;--header-border:#56b4e966;--error-text:#c13d43;--dot-inactive:#b6b3ba;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#ff8a3d;--accent-bg:#ff8a3d26;--accent-border:#ff8a3d80;--accent-text:#ff8a3d;--header-accent:#7cc9f0;--header-bg:#7cc9f01f;--header-border:#7cc9f066;--error-text:#e5484d;--dot-inactive:#565b6b;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{background-color:var(--bg);background-image:radial-gradient(var(--border) 1px, transparent 1px);background-size:24px 24px;margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{background:var(--header-bg);border-bottom:1px solid var(--header-border);text-align:left;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:32px;display:flex}.site-header-identity{align-items:center;gap:16px;display:flex}.headshot{object-fit:cover;border:2px solid var(--accent-border);border-radius:50%;flex-shrink:0;width:72px;height:72px}.site-name{text-align:left;margin:0;font-size:28px}.site-title{color:var(--text);margin:4px 0 0;font-size:16px}.site-header-actions{flex-wrap:wrap;gap:12px;display:flex}.button{font:inherit;cursor:pointer;border:2px solid #0000;border-radius:6px;padding:10px 20px;font-size:15px;text-decoration:none;transition:box-shadow .3s,border-color .3s}.button-primary{color:var(--text-h);background:var(--accent-bg);border-color:var(--accent-border)}.button-primary:hover{box-shadow:var(--shadow)}.button-secondary{color:var(--text);border-color:var(--border);background:0 0}.button-secondary:hover{border-color:var(--accent-border);color:var(--text-h)}.tab-nav{border-bottom:1px solid var(--border);gap:8px;padding:16px 32px 0;display:flex}.tab-button{font:inherit;color:var(--text);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 16px;font-size:16px}.tab-button.active{color:var(--text-h);border-bottom-color:var(--accent)}.tab-button:hover{color:var(--text-h)}.tab-panel{text-align:left;flex-grow:1;padding:32px}.panel-placeholder{max-width:700px}.panel-placeholder h2{text-align:left}.case-studies{max-width:700px}.resume-tab{max-width:900px}.contact-tab{max-width:500px}.contact-form{flex-direction:column;gap:16px;display:flex}.contact-field{color:var(--text-h);flex-direction:column;gap:6px;font-size:14px;display:flex}.contact-field input,.contact-field textarea{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text-h);resize:vertical;border-radius:6px;padding:10px 12px}.contact-field input:focus,.contact-field textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent-border)}.contact-honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.contact-errors{color:var(--error-text);margin:0;padding-left:20px;font-size:14px}.contact-actions{align-items:center;gap:16px;margin-top:4px;display:flex}.contact-mailto{color:var(--text);font-size:14px}.contact-success{color:var(--text-h)}.resume-embed{border:1px solid var(--border);border-radius:8px;width:100%;height:80vh}.case-study-counter{color:var(--text);margin:0 0 12px;font-size:14px}.case-study-stack{display:grid}.case-study-card{border:1px solid var(--border);background:var(--code-bg);visibility:hidden;opacity:0;pointer-events:none;border-radius:8px;flex-direction:column;grid-area:1/1;justify-content:center;padding:24px;display:flex}.case-study-card.active{visibility:visible;opacity:1;pointer-events:auto}.case-study-tag{color:var(--accent-text);text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;font-size:14px;font-weight:600}.case-study-title{color:var(--text-h);margin:0 0 16px;font-size:22px}.case-study-body{flex-direction:column;gap:8px;margin:0;padding-left:20px;display:flex}.carousel-controls{justify-content:center;align-items:center;gap:16px;margin-top:20px;display:flex}.carousel-controls>button{border:1px solid var(--border);width:40px;height:40px;color:var(--text-h);cursor:pointer;background:0 0;border-radius:50%;font-size:24px;line-height:1}.carousel-controls>button:hover{border-color:var(--accent-border);color:var(--accent)}.carousel-dots{gap:8px;display:flex}.carousel-dot{background:var(--dot-inactive);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0}.carousel-dot.active{background:var(--accent)}.site-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 32px;display:flex}.footer-brand{align-items:center;gap:10px;display:flex}.footer-logo{border-radius:50%;flex-shrink:0;width:24px;height:24px}.footer-copyright{color:var(--text);margin:0;font-size:14px}.footer-social{gap:16px;display:flex}.footer-icon-link{color:var(--text);display:inline-flex}.footer-icon-link:hover{color:var(--accent)}@media (width<=640px){.site-footer{justify-content:center;padding:16px 20px}.site-header{flex-direction:column;align-items:flex-start;padding:24px 20px}.tab-nav{padding:12px 20px 0;overflow-x:auto}.tab-panel{padding:24px 20px}}
