:root{--canvas: #f3f4f6;--surface: #ffffff;--ink: #111827;--muted: #6b7280;--accent: #0f766e;--accent-hover: #0d5f59;--hairline: #e5e7eb;--measure: 42rem;--radius: 12px;--nav-h: 3.5rem;--font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--ease: .15s ease}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:var(--font);font-size:1.0625rem;line-height:1.65;color:var(--ink);background:var(--canvas);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:.18em;transition:color var(--ease)}a:hover{color:var(--accent-hover)}a:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--surface);color:var(--ink);padding:.5rem .75rem;font-weight:500}.skip-link:focus{left:.75rem;top:.75rem}.shell{width:min(100% - 2.5rem,var(--measure));margin-inline:auto}.shell--nav{width:min(100% - 2.5rem,56rem);display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--nav-h)}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--canvas) 88%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--hairline)}.wordmark{font-size:.9375rem;font-weight:600;color:var(--ink);text-decoration:none;letter-spacing:-.01em;white-space:nowrap}.wordmark:hover{color:var(--accent)}.site-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.35rem 1.15rem}.site-nav a{font-size:.9375rem;font-weight:500;color:var(--muted);text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--ink)}.hero{min-height:calc(88vh - var(--nav-h));display:flex;flex-direction:column;justify-content:center;padding-block:4rem 3rem}.hero-hi{margin:0 0 1.25rem;font-size:clamp(3.5rem,14vw,7rem);font-weight:700;line-height:.95;letter-spacing:-.045em;color:var(--ink)}.hero-lede{margin:0 0 1.75rem;max-width:28rem;font-size:clamp(1.1rem,2.4vw,1.25rem);line-height:1.55;color:var(--muted);font-weight:400}.hero-cta{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;color:#fff;background:var(--accent);border:none;border-radius:999px;text-decoration:none;transition:background var(--ease)}.btn:hover{color:#fff;background:var(--accent-hover)}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.projects{padding-bottom:5rem;padding-top:1rem}.section-title{margin:0 0 1.25rem;font-size:1.125rem;font-weight:600;letter-spacing:-.015em;color:var(--ink);text-transform:none}.project-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem}.project-row{display:flex;flex-direction:row;align-items:flex-start;gap:.9rem;padding:1rem 1.15rem;background:var(--surface);border-radius:var(--radius);text-decoration:none;color:inherit;transition:box-shadow var(--ease)}.project-row:hover{box-shadow:0 1px 2px #1118270a,0 4px 12px #1118270a}a.project-row:hover{color:inherit}a.project-row:hover .project-name{color:var(--accent)}a.project-row:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.project-logo{flex-shrink:0;width:48px;height:48px;border-radius:12px;object-fit:cover;object-position:center;background:transparent;overflow:hidden}.project-logo--lg{width:56px;height:56px;border-radius:14px}.project-row-body{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.project-row-main{display:flex;flex-direction:column;gap:.2rem;text-decoration:none;color:inherit}.project-row-main:hover{color:inherit}.project-row-main:hover .project-name{color:var(--accent)}.project-row-main:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.project-name{font-size:1.05rem;font-weight:600;letter-spacing:-.015em;color:var(--ink);transition:color var(--ease)}.project-desc{font-size:.9375rem;color:var(--muted);line-height:1.45}.project-row-meta{margin:.15rem 0 0;font-size:.875rem;font-weight:500}.project-row-meta a{text-decoration:none}.project-row-meta a:hover{text-decoration:underline}.project-group{margin-bottom:2.25rem}.project-group:last-child{margin-bottom:0}.project-group-title{margin:0 0 .85rem;font-size:.9375rem;font-weight:600;letter-spacing:-.01em;color:var(--muted)}.project-header{display:flex;align-items:flex-start;gap:1rem}.project-header-text{min-width:0;flex:1}.project-header .project-links{margin:.55rem 0 0}.page{padding-block:2.75rem 4rem;flex:1}.page-title{margin:0 0 1.75rem;font-size:clamp(1.75rem,3.5vw,2.1rem);font-weight:700;letter-spacing:-.025em;line-height:1.2}.blog-list{margin:0;padding:0;list-style:none}.blog-list li{margin:0;padding:1.15rem 0;border-bottom:1px solid var(--hairline)}.blog-list li:first-child{padding-top:0}.blog-list a{display:block;text-decoration:none;color:inherit}.blog-list a:hover .blog-title{color:var(--accent)}.blog-date{display:block;font-size:.875rem;font-weight:500;color:var(--muted);margin-bottom:.25rem}.blog-title{margin:0;font-size:1.125rem;font-weight:600;letter-spacing:-.015em;line-height:1.35;color:var(--ink);transition:color var(--ease)}.blog-excerpt{margin:.4rem 0 0;font-size:.95rem;color:var(--muted);line-height:1.5}.post-header{margin-bottom:2rem}.post-header .blog-date{margin-bottom:.5rem}.post-header h1{margin:0;font-size:clamp(1.6rem,3.5vw,2rem);font-weight:700;letter-spacing:-.025em;line-height:1.2}.post-body{margin-bottom:2.5rem}.post-body>:first-child{margin-top:0}.post-body h2{margin:2rem 0 .75rem;font-size:1.2rem;font-weight:600;letter-spacing:-.015em}.post-body h3{margin:1.5rem 0 .5rem;font-size:1.05rem;font-weight:600}.post-body p,.post-body ul,.post-body ol{margin:0 0 1rem}.post-body li{margin-bottom:.35rem}.post-body a{font-weight:500}.post-body code{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.9em}.post-body pre{margin:0 0 1.25rem;padding:1rem 1.1rem;overflow-x:auto;background:var(--surface);border-radius:var(--radius);font-size:.875rem;line-height:1.5}.post-body pre code{font-size:inherit}.post-nav{margin:0;font-size:.9375rem}.post-nav a{font-weight:500;text-decoration:none}.post-nav a:hover{text-decoration:underline}.site-footer{margin-top:auto;padding-block:2rem 2.5rem;color:var(--muted);font-size:.875rem;line-height:1.5}.site-footer p{margin:0 0 .3rem}@media (max-width: 560px){.shell--nav{flex-direction:column;align-items:flex-start;padding-block:.85rem;gap:.65rem}.site-nav{justify-content:flex-start;gap:.3rem 1rem}.hero{min-height:calc(78vh - var(--nav-h));padding-block:3rem 2.25rem}.project-row{padding:.9rem 1rem}.project-logo{width:44px;height:44px;border-radius:0}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.project-links{margin:0;font-size:.9375rem;font-weight:500}.project-links-sep{margin-inline:.45rem;color:var(--muted);font-weight:400}
