:root{--ink:#212529;--muted:#969696;--bg:#fff;--surface:#f5f5f5;--border:#ebebeb;--accent:#09f;--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}.sound-control{right:clamp(24px,5vw,64px);bottom:max(clamp(24px, 4vw, 48px), env(safe-area-inset-bottom,0px));z-index:10;width:36px;transition:width .24s,transform .24s;position:fixed}.sound-control.is-docked{right:auto;bottom:max(clamp(16px, 2.5vw, 24px), env(safe-area-inset-bottom,0px));width:52px;left:50%;transform:translate(-50%)}.sound-control-button{color:#969696;cursor:pointer;opacity:.7;background:0 0;border:0;place-items:center;width:52px;height:52px;padding:0;transition:background .2s,box-shadow .2s,opacity .2s,transform .2s;display:grid}.sound-control.is-docked .sound-control-button{opacity:1;background:#fff;border:1px solid #ebebeb;border-radius:12px;justify-content:center;align-items:center;width:100%;height:52px;padding:0;display:flex;position:relative;box-shadow:0 4px 24px #2125291f}.sound-control-button:hover,.sound-control-button:focus-visible{opacity:1;color:#09f}.sound-control.is-docked .sound-control-button:hover,.sound-control.is-docked .sound-control-button:focus-visible{background:#fafafa;box-shadow:0 8px 32px #21252929}.sound-control-button:hover{transform:translateY(-1px)}.sound-control-button:focus-visible{outline-offset:4px;outline:2px solid #212529}.sound-equalizer{justify-content:space-between;align-items:flex-end;width:24px;height:18px;transition:opacity .2s;display:flex}.sound-control.is-docked .sound-equalizer{opacity:.48;width:18px;height:14px}.sound-control-button:hover .sound-equalizer,.sound-control-button:focus-visible .sound-equalizer,.sound-control-button.is-playing .sound-equalizer{opacity:1}.sound-equalizer-bar{transform-origin:bottom;background:currentColor;border-radius:1px;width:4px;height:100%;animation:.95s ease-in-out infinite paused sound-equalizer-pulse;transform:scaleY(.32)}.sound-equalizer-bar:nth-child(2){animation-duration:.76s;animation-delay:-320ms;transform:scaleY(.76)}.sound-equalizer-bar:nth-child(3){animation-duration:.84s;animation-delay:-160ms;transform:scaleY(1)}.sound-equalizer-bar:nth-child(4){animation-duration:.68s;animation-delay:-430ms;transform:scaleY(.54)}.sound-control-button.is-playing .sound-equalizer-bar{animation-play-state:running}@keyframes sound-equalizer-pulse{0%,to{transform:scaleY(.28)}45%{transform:scaleY(1)}72%{transform:scaleY(.48)}}@media (prefers-reduced-motion:reduce){.sound-control-button,.sound-equalizer-bar{transition:none;animation:none}}@media (width<=480px){.sound-control.is-docked{width:48px}.sound-control.is-docked .sound-control-button{height:48px}}.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-name{color:var(--ink);font-weight:600}.site-nav-name:hover{text-decoration:none}.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-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}.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}.text-link{align-items:center;gap:8px;font-size:15px;font-weight:500;display:inline-flex}.text-link .project-action-icon{width:13px;height:13px}.about-body{align-items:flex-start;gap:clamp(32px,6vw,64px);margin-top:24px;display:flex}.about-copy{max-width:541px;color:var(--ink);flex-direction:column;gap:20px;font-size:16px;line-height:1.8;display:flex}.about-photo{aspect-ratio:4/5;background:var(--surface);border-radius:16px;flex:none;width:clamp(160px,24vw,220px);overflow:hidden}.about-photo img{object-fit:cover;object-position:50% 30%;width:100%;height:100%}.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<=809px){.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}.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}}
