:root{--font:"Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--bg:#fff;--surface:#f4f4f5;--text:#18181b;--muted:#55555c;--line:#e4e4e7;--line-strong:#c9c9ce;--focus:#2456d6;--todo-bg:#fef3c7;--todo-text:#7c3d00;--todo-line:#f0c36a;--measure:68ch;--content:1100px;--gutter:24px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#121214;--surface:#1b1b1f;--text:#ececef;--muted:#a6a6ae;--line:#2b2b31;--line-strong:#46464e;--focus:#8fb0ff;--todo-bg:#3b2a08;--todo-text:#fcd58a;--todo-line:#8a6a22}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;font-size:1.0625rem;line-height:1.6;overflow-x:hidden}img,svg{max-width:100%;height:auto;display:block}h1,h2,h3,h4{letter-spacing:-.015em;text-wrap:balance;margin:0;font-weight:600;line-height:1.15}h1{font-size:clamp(2rem,1.4rem + 2.6vw,3.25rem)}h2{font-size:clamp(1.5rem,1.2rem + 1.2vw,2rem)}h3{font-size:1.25rem}p,ul,ol,dl{margin:0}a{color:inherit;text-underline-offset:.18em;text-decoration:underline;text-decoration-thickness:1px;transition:color .12s}a:hover{color:var(--muted)}:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:2px}.skip-link{left:var(--gutter);z-index:10;background:var(--text);color:var(--bg);border-radius:4px;padding:8px 12px;text-decoration:none;position:absolute;top:-100px}.skip-link:focus{top:12px}.wrap{width:100%;max-width:calc(var(--content) + var(--gutter) * 2);padding:0 var(--gutter);margin:0 auto}.prose{max-width:var(--measure)}.muted{color:var(--muted)}.small{font-size:.9375rem}.site-header{padding:24px 0}.site-header .wrap{justify-content:space-between;align-items:center;gap:24px;display:flex}.brand{font-weight:600;text-decoration:none}.nav{gap:24px;display:flex}.nav a{color:var(--muted);text-decoration:none}.nav a:hover,.nav a[aria-current=page]{color:var(--text)}.site-main{min-height:60vh;padding:48px 0 96px}.site-footer{border-top:1px solid var(--line);color:var(--muted);padding:32px 0 48px;font-size:.9375rem}.site-footer .wrap{flex-wrap:wrap;justify-content:space-between;gap:12px 24px;display:flex}.site-footer ul{flex-wrap:wrap;gap:16px;padding:0;list-style:none;display:flex}.cta{flex-wrap:wrap;align-items:center;gap:12px 16px;margin-top:24px;display:flex}.intro{margin-bottom:64px}.intro h1{margin-bottom:12px}.intro p{max-width:var(--measure);font-size:clamp(1.125rem,1rem + .6vw,1.375rem)}.intro .bio{color:var(--muted);margin-top:8px;font-size:1.0625rem}.cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px 24px;padding:0;list-style:none;display:grid}.card{flex-direction:column;gap:12px;height:100%;display:flex;position:relative}.card-link{color:inherit;text-decoration:none}.card-link:after{content:"";position:absolute;inset:0}.card:hover .card-title{text-underline-offset:.18em;text-decoration:underline;text-decoration-thickness:1px}.card .figure{margin:0}.card .figure img,.card .placeholder{border-radius:6px}.card .figure img{aspect-ratio:16/10;object-fit:contain;border:1px solid var(--line)}.card-title{font-size:1.25rem}.card-summary{color:var(--muted)}.tags{flex-wrap:wrap;gap:8px;margin-top:4px;padding:0;list-style:none;display:flex}.tags li{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:3px 10px;font-size:.8125rem}.enlarge{width:100%;color:inherit;font:inherit;text-align:inherit;cursor:zoom-in;background:0 0;border:0;border-radius:6px;margin:0;padding:0;display:block}.lightbox{background:var(--bg);width:min(96vw,1600px);max-width:none;max-height:96vh;color:var(--text);border:0;border-radius:6px;padding:0;overflow:auto}.lightbox::backdrop{background:#000000b3}.lightbox img{width:100%;height:auto;display:block}.lightbox-close{float:right;border:1px solid var(--line-strong);background:var(--bg);color:var(--text);font:inherit;cursor:pointer;border-radius:6px;margin:12px;padding:6px 12px;position:sticky;top:12px}.figure{margin:0}.figure img{border:1px solid var(--line);background:var(--surface);border-radius:6px;width:100%}.frame{border:1px solid var(--line);background:var(--surface);border-radius:6px;width:100%;overflow-y:auto}.frame img{border:0;border-radius:0}.figure figcaption,.pair-caption{color:var(--muted);margin-top:10px;font-size:.9375rem}.placeholder{text-align:center;background:var(--surface);border:1px dashed var(--line-strong);width:100%;color:var(--muted);border-radius:6px;place-items:center;padding:16px;font-size:.9375rem;display:grid}.placeholder span{max-width:40ch}.figure--dark img{background:#0c0a08;padding:24px}.todo{background:var(--todo-bg);color:var(--todo-text);border:1px solid var(--todo-line);-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:4px;padding:1px 6px;font-size:.875em;display:inline}.dev-note{background:var(--todo-bg);color:var(--todo-text);border:1px solid var(--todo-line);border-radius:4px;margin-top:8px;padding:2px 8px;font-size:.8125rem;display:inline-block}.case-hero{margin-bottom:48px}.case-hero .eyebrow{color:var(--muted);margin-bottom:12px;font-size:.9375rem;display:block}.case-hero h1{max-width:24ch;margin-bottom:16px}.case-hero .outcome{max-width:var(--measure);margin-bottom:32px;font-size:1.125rem}.snapshot{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-bottom:64px;padding:24px 0;display:grid}.snapshot dt{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:6px;font-size:.8125rem}.snapshot dd{margin:0;font-size:.9375rem}.snapshot ul{flex-wrap:wrap;gap:6px;padding:0;list-style:none;display:flex}.snapshot ul li{border:1px solid var(--line);border-radius:4px;padding:2px 8px}.section{margin-bottom:72px}.section>h2{margin-bottom:20px}.section h3{margin:32px 0 12px}.section .prose p+p{margin-top:16px}.list{max-width:var(--measure);padding-left:1.2em}.list li+li{margin-top:10px}.gallery{gap:40px;margin-top:8px;display:grid}.gallery-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;display:grid}.pair{margin:0}.pair-label{margin-bottom:12px;font-weight:600}.pair-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.pair-grid>div>span{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:8px;font-size:.8125rem;display:block}.button{border:1px solid var(--text);border-radius:6px;padding:10px 18px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:inline-block}.button:hover{background:var(--text);color:var(--bg)}.section .button{margin-top:24px}.tokens{border-top:1px solid var(--line);margin:8px 0 40px;padding:32px 0 8px}.tokens h3:first-child{margin-top:0}.swatches{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;padding:0;list-style:none;display:grid}.swatch{font-size:.875rem}.swatch-chip{border:1px solid var(--line);border-radius:6px;height:56px;margin-bottom:8px}.swatch code{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8125rem}.swatch .role{color:var(--muted);display:block}.facts{max-width:var(--content);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px 32px;display:grid}.facts dt{margin-bottom:2px;font-weight:600}.facts dd{color:var(--muted);margin:0;font-size:.9375rem}.next-project{border-top:1px solid var(--line);padding-top:32px}.next-project span{color:var(--muted);margin-bottom:4px;font-size:.9375rem;display:block}.next-project a{font-size:1.5rem;font-weight:600;text-decoration:none}.next-project a:hover{text-decoration:underline}.about{width:100%;max-width:var(--measure);gap:32px;display:grid}.about>*{min-width:0}.about h1{margin-bottom:8px}.about-photo{border-radius:6px;width:200px}.contact{gap:8px;padding:0;list-style:none;display:grid}@media (width<=600px){:root{--gutter:16px}.site-header{padding:16px 0}.site-main{padding:32px 0 64px}.section{margin-bottom:56px}.cards{grid-template-columns:1fr}}
