:root{--ink:#212529;--muted:#6b6b6b;--bg:#fff;--surface:#f5f5f5;--border:#ebebeb;--accent:#07c;--sans:Inter, "Inter Placeholder", system-ui, sans-serif;font:16px/1.75 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0}html{scroll-behavior:smooth}#root{flex-direction:column;width:100%;min-height:100svh;display:flex}h1,h2,h3{color:var(--ink);margin:0}h1{letter-spacing:-.02em;font-size:clamp(32px,4.3vw,52px);font-weight:500;line-height:1.4}p{margin:0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}::selection{background:#0099ff2e}.app{text-align:left;flex-direction:column;min-height:100vh;display:flex}.shell{width:min(886px,100% - 48px);margin:0 auto}.site-nav{z-index:20;-webkit-backdrop-filter:blur(12px);background:#ffffffdb;border-bottom:1px solid #0000;position:sticky;top:0}.site-nav-shell{justify-content:space-between;align-items:center;width:min(886px,100% - 48px);margin:0 auto;padding:20px 0;display:flex}.site-nav-brand{height:32px;color:var(--ink);align-items:center;gap:8px;font-size:16px;font-weight:600;line-height:1;display:inline-flex}.site-nav-brand:hover{text-decoration:none}.site-nav-brand img{width:34px;height:34px;display:block}.site-nav-links{gap:28px;display:flex}.site-nav-links a{color:var(--muted);font-size:15px;transition:color .16s}.site-nav-links a:hover{color:var(--ink);text-decoration:none}.hero{padding:clamp(72px,12vw,140px) 0 clamp(56px,8vw,96px)}.hero-layout{grid-template-columns:620px minmax(180px,300px);justify-content:space-between;align-items:start;gap:clamp(24px,3vw,32px);width:min(960px,100% - 48px);display:grid}.hero-copy{width:100%;min-width:0;max-width:620px}.hero-avatar{background:var(--surface);border-radius:50%;width:72px;height:72px;margin-bottom:32px;overflow:hidden}.hero-avatar img{object-fit:cover;width:100%;height:100%}.hero-heading{max-width:620px}.hero-heading-muted{color:var(--muted);display:block}.hero-meta{max-width:541px;color:var(--ink);flex-wrap:wrap;align-items:center;gap:4px 12px;margin-top:24px;font-size:18px;line-height:1.8;display:flex}.hero-meta-logo{align-items:center;transition:opacity .16s;display:inline-flex}.hero-meta-logo:hover{opacity:.7}.hero-meta-logo img{width:auto;height:40px;display:block}.hero-clients{margin-top:clamp(40px,6vw,64px)}.hero-clients-label{color:var(--muted);margin-bottom:20px;font-size:14px;display:block}.hero-clients-logos{flex-wrap:wrap;align-items:center;gap:24px 40px;margin:0;padding:0;list-style:none;display:flex}.hero-clients-logos li{align-items:center;display:flex}.hero-clients-logos img{height:var(--logo-h,30px);object-fit:contain;filter:grayscale();opacity:.55;width:auto;max-width:128px;transition:filter .2s,opacity .2s;display:block}.hero-clients-logos a:hover img{filter:grayscale(0);opacity:1}.hero-side{flex-direction:column;align-self:stretch;align-items:flex-end;gap:24px;min-width:0;display:flex}.hero-cursor-stage{aspect-ratio:1;contain:layout paint;background:0 0;width:100%;max-width:300px;height:auto;display:block}.now-playing-card{border:1px solid var(--border);background:var(--bg);border-radius:14px;flex-direction:column;justify-content:space-between;width:100%;height:126px;padding:14px 16px;display:flex;overflow:hidden;box-shadow:0 10px 28px #2125290f}.now-playing-main{flex-direction:column;justify-content:space-between;min-width:0;height:100%;display:flex}.now-playing-card--has-artwork{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;display:grid}.now-playing-artwork-frame{border:1px solid var(--border);background-color:var(--bg);background-image:repeating-conic-gradient(var(--border) 0% 25%, transparent 0% 50%);background-size:14px 14px;border-radius:10px;width:98px;height:98px;animation:1.8s steps(2,end) infinite now-playing-checker-crawl;position:relative;overflow:hidden}.now-playing-artwork-frame.is-ready{animation:none}.now-playing-artwork-placeholder{color:var(--muted);place-items:center;display:grid;position:absolute;inset:0}.now-playing-card--playing .now-playing-artwork-placeholder{color:var(--accent)}.now-playing-artwork-note{background:0 0;width:7px;height:7px;animation:.9s step-end infinite now-playing-note-hop;transform:translate(-24.5px,-24.5px);box-shadow:21px 0,28px 0,21px 7px,35px 7px,21px 14px,42px 14px,21px 21px,35px 21px,21px 28px,7px 35px,14px 35px,21px 35px,0 42px,7px 42px,14px 42px,21px 42px,7px 49px,14px 49px}.now-playing-artwork-frame.is-ready .now-playing-artwork-note{animation:none}.now-playing-artwork{object-fit:cover;opacity:0;width:100%;height:100%;position:absolute;inset:0}.now-playing-artwork-frame.is-ready .now-playing-artwork{opacity:1;transition:opacity .45s steps(4,end)}.now-playing-card--offline .now-playing-artwork-frame{opacity:.72;filter:grayscale(.6)}.now-playing-glyph-text{contain:layout paint;background:0 0;width:100%;height:48px;display:block}.now-playing-status{color:var(--muted);align-items:center;gap:8px;display:inline-flex}.now-playing-status .pixel-text{min-width:0}.pixel-text{display:block}.now-playing-eq{flex-shrink:0;align-items:flex-end;gap:2px;height:12px;display:inline-flex}.now-playing-eq span{background:currentColor;width:3px;height:4px}.now-playing-card--playing .now-playing-status{color:var(--accent)}.now-playing-card--playing .now-playing-eq span{animation:.9s step-end infinite now-playing-eq-step}.now-playing-card--playing .now-playing-eq span:nth-child(2){animation-delay:-.3s}.now-playing-card--playing .now-playing-eq span:nth-child(3){animation-delay:-.6s}.now-playing-progress-row{color:var(--muted);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.now-playing-progress{gap:2px;height:6px;display:flex}.now-playing-progress-cell{background:var(--border);flex:1}.now-playing-progress-cell.is-filled{background:var(--ink)}.now-playing-progress-cell.is-head{animation:1s step-end infinite now-playing-blink}.now-playing-card--offline,.now-playing-card--recent,.now-playing-card--paused{box-shadow:none}.now-playing-card--offline .now-playing-glyph-text,.now-playing-card--offline .now-playing-progress-row{opacity:.72}@keyframes now-playing-note-hop{0%,to{transform:translate(-24.5px,-24.5px)}50%{transform:translate(-24.5px,-31.5px)}}@keyframes now-playing-checker-crawl{0%{background-position:0 0}to{background-position:14px 14px}}@keyframes now-playing-eq-step{0%{height:4px}20%{height:10px}40%{height:6px}60%{height:12px}80%{height:8px}to{height:4px}}@keyframes now-playing-blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.section{border-top:1px solid var(--border);padding:clamp(56px,8vw,96px) 0}.section-label{color:var(--ink);font-size:16px;font-weight:600;line-height:1.75}.section-heading-row{justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:clamp(32px,5vw,48px);display:flex}.section-heading-note{color:var(--muted);font-size:14px}.section-cta{margin-top:clamp(48px,7vw,80px)}.section-cta--compact{margin-top:36px}.btn-secondary{isolation:isolate;border:1px solid var(--border);color:var(--ink);border-radius:999px;align-items:center;gap:8px;padding:10px 22px;font-size:15px;font-weight:500;transition:color .26s,border-color .26s;display:inline-flex;position:relative;overflow:hidden}.btn-secondary:before{content:"";z-index:-1;background:var(--ink);transform-origin:0;transition:transform .26s;position:absolute;inset:0;transform:scaleX(0)}.btn-secondary:hover{color:var(--bg);border-color:var(--ink);text-decoration:none}.btn-secondary:hover:before{transform:scaleX(1)}.btn-icon{fill:currentColor;width:13px;height:13px}@media (prefers-reduced-motion:reduce){.btn-secondary,.btn-secondary:before{transition:none}}.about-body{align-items:flex-start;gap:clamp(32px,6vw,64px);margin-top:24px;display:flex}.about-copy{width:100%;min-width:0;max-width:541px;color:var(--ink);flex-direction:column;flex:auto;gap:20px;font-size:16px;line-height:1.8;display:flex}.about-visual{flex:none;width:clamp(220px,28vw,280px)}.about-photo{aspect-ratio:4/5;background:var(--surface);border-radius:16px;width:100%;overflow:hidden}.about-photo img{object-fit:cover;object-position:50% 30%;width:100%;height:100%}.about-now-playing{width:100%;margin-top:4px}.about-socials{flex-wrap:wrap;gap:8px 24px;margin:4px 0 0;padding:0;font-size:15px;list-style:none;display:flex}.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}.toolkit-marquee{margin:-4px 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.toolkit-marquee-track{align-items:center;gap:10px;width:max-content;padding:4px 0;animation:22s linear infinite toolkit-marquee-scroll;display:flex}.toolkit-pill{border:1px solid var(--border);color:var(--muted);white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:8px;padding:6px 16px;font-size:14px;transition:color .2s;display:inline-flex}.toolkit-pill:hover{color:var(--ink)}.toolkit-pill-logo{background-color:var(--muted);width:14px;height:14px;-webkit-mask-image:var(--logo-url);mask-image:var(--logo-url);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--logo-url);flex:none;transition:background-color .2s;-webkit-mask-position:50%;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}.toolkit-pill:hover .toolkit-pill-logo{background-color:var(--ink)}@keyframes toolkit-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.toolkit-marquee-track{animation:none}}.project-list{flex-direction:column;gap:clamp(64px,9vw,120px);display:flex}.project-card{flex-direction:column;display:flex}.project-media{aspect-ratio:16/9;background:var(--surface);width:100%;max-height:74vh;position:relative;overflow:hidden}.project-media>img,.project-carousel{width:100%;height:100%;position:absolute;inset:0}.project-media--photo>img{object-fit:cover}.project-media--screenshot{justify-content:center;align-items:flex-end;display:flex}.project-media--screenshot>img,.project-media--screenshot .project-carousel{width:min(1120px,86%);height:88%;position:relative;inset:auto}.project-media--screenshot>img,.project-media--screenshot .project-carousel-image{object-fit:cover;object-position:top center;border:1px solid #21252914;border-bottom:0;border-radius:16px 16px 0 0;box-shadow:0 30px 70px #21252933}.project-media--phone{justify-content:center;align-items:flex-end;display:flex}.project-phone-frame{background:#212529;border:8px solid #212529;border-bottom:0;border-radius:40px 40px 0 0;width:clamp(210px,24vw,300px);max-height:94%;overflow:hidden;box-shadow:0 24px 60px #21252938}.project-phone-frame img{border-radius:32px 32px 0 0;width:100%;height:auto;display:block}.lazy-image-placeholder{background:var(--surface);width:100%;height:100%;display:block}.project-carousel-image{object-fit:cover;opacity:0;z-index:1;width:100%;height:100%;transition:opacity 0s linear .5s;position:absolute;inset:0}.project-carousel-image.is-active{opacity:1;z-index:2;transition:opacity .5s}.project-carousel-controls{opacity:0;background:#ffffffeb;border-radius:999px;align-items:center;gap:8px;padding:4px 8px;transition:opacity .2s;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 2px 12px #2125291f}.project-media:hover .project-carousel-controls,.project-media:focus-within .project-carousel-controls{opacity:1}.project-carousel-controls button{width:24px;height:24px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.project-carousel-controls button:hover{background:var(--surface)}.project-carousel-controls .project-action-icon{fill:currentColor;width:14px;height:14px}.project-carousel-dots{gap:6px;display:flex}.project-carousel-dot{background:#2125293d;border-radius:50%;width:6px;height:6px;transition:background .2s}.project-carousel-dot.is-active{background:var(--ink)}.project-copy{flex-direction:column;gap:6px;max-width:620px;padding-top:28px;display:flex}.project-kicker{color:var(--muted);align-items:baseline;gap:10px;font-size:13px;display:flex}.project-year:before{content:"•";margin-right:10px}.project-title{align-items:center;gap:10px;font-size:18px;font-weight:600;line-height:1.4;display:flex}.project-logo{width:auto;max-width:88px;height:var(--logo-h,26px);flex:none;justify-content:center;align-items:center;display:inline-flex}.project-logo img,.project-logo .lazy-image-placeholder{width:auto;max-width:88px;height:auto;max-height:var(--logo-h,24px);object-fit:contain;filter:grayscale();opacity:.78;transition:filter .2s,opacity .2s;display:block}.project-logo--wide{max-width:100px;height:var(--logo-h,30px)}.project-logo--wide img,.project-logo--wide .lazy-image-placeholder{max-width:100px;max-height:var(--logo-h,28px)}.project-logo--mark{width:var(--logo-h,28px);height:var(--logo-h,28px)}.project-logo--mark img,.project-logo--mark .lazy-image-placeholder{width:var(--logo-h,28px);height:var(--logo-h,28px);object-fit:contain;max-width:none;max-height:none}a.project-logo:hover img{filter:grayscale(0);opacity:1}.project-description{color:var(--muted);font-size:15px;line-height:1.7}.project-action-group{flex-wrap:wrap;align-items:flex-start;gap:8px 20px;margin-top:8px;display:flex}.project-action{color:var(--accent);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-family:inherit;font-size:14px;font-weight:500;display:inline-flex}.project-action:hover{text-decoration:underline}.project-action-icon{fill:currentColor;width:12px;height:12px}.page-hero{padding:clamp(88px,13vw,152px) 0 clamp(72px,10vw,112px)}.page-eyebrow{color:var(--muted);margin-bottom:20px;font-size:14px;display:block}.page-title{max-width:760px}.page-intro{max-width:620px;color:var(--muted);margin-top:24px;font-size:18px;line-height:1.8}.archive-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(48px,7vw,72px) 28px;display:grid}.archive-card{min-width:0}.archive-card-media{aspect-ratio:16/10;background:var(--surface);border-radius:16px;position:relative;overflow:hidden}.archive-card-media>img,.archive-card-media>.lazy-image-placeholder{width:100%;height:100%}.archive-card-media--photo>img{object-fit:cover}.archive-card-media--screenshot>img{object-fit:cover;object-position:top center}.archive-card-media--phone{place-items:center;padding:24px 24px 0;display:grid}.archive-card-media--phone>img{object-fit:contain;object-position:bottom center;border:5px solid var(--ink);border-bottom:0;border-radius:24px 24px 0 0;width:auto;max-width:68%;box-shadow:0 18px 40px #2125292e}.archive-card-copy{flex-direction:column;gap:7px;padding-top:18px;display:flex}.archive-card-title{align-items:center;gap:10px;font-size:18px;font-weight:600;line-height:1.4;display:flex}.archive-card-title .project-logo--wordmark{height:20px}.archive-card-title .project-logo--wordmark img,.archive-card-title .project-logo--wordmark .lazy-image-placeholder{max-width:72px;max-height:18px}.section--contact{padding-bottom:clamp(80px,10vw,128px)}.contact-lead{max-width:541px;color:var(--ink);margin-top:24px;font-size:clamp(20px,2.6vw,26px);font-weight:500;line-height:1.5}.contact-email{margin-top:24px;font-size:clamp(18px,2.2vw,22px);font-weight:500;display:inline-block}.site-footer{border-top:1px solid var(--border);margin-top:auto;padding:32px 0}.site-footer-shell{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 24px;display:flex}.site-footer-copy{color:var(--muted);font-size:14px}.site-footer-links{flex-wrap:wrap;gap:8px 24px;font-size:14px;display:flex}.site-footer-links a{color:var(--muted);transition:color .16s}.site-footer-links a:hover{color:var(--ink);text-decoration:none}@media (width<=899px){.hero-layout{grid-template-columns:1fr}.hero-cursor-stage{display:none}.hero-side{align-items:flex-start}}@media (width<=809px){.hero-layout{width:min(886px,100% - 48px)}.project-media{aspect-ratio:4/3}.project-media--screenshot{aspect-ratio:auto;max-height:none;padding-top:32px}.project-media--screenshot>img{object-fit:contain;width:90%;height:auto;position:relative;inset:auto}.project-media--screenshot .project-carousel{aspect-ratio:5/3;width:90%;height:auto;position:relative;inset:auto}.about-body{flex-direction:column-reverse}.about-visual{width:min(280px,100%)}.site-nav-links{gap:20px}.hero-clients-logos{gap:16px 28px}.hero-clients-logos img{height:calc(var(--logo-h,30px) * .82)}.archive-grid{grid-template-columns:1fr}.archive-grid--preview{gap:48px}}@media (width<=479px){.now-playing-card{padding:14px 12px}.now-playing-card--has-artwork{gap:12px}.now-playing-artwork-frame{width:86px;height:86px}}@media (prefers-reduced-motion:reduce){.now-playing-card--playing .now-playing-eq span,.now-playing-progress-cell.is-head,.now-playing-artwork-frame,.now-playing-artwork-note{animation:none}.now-playing-artwork-frame.is-ready .now-playing-artwork{transition:none}}
