html{--header-font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}body{flex-direction:column;display:flex}button,input,textarea,select{font:inherit}@media screen and (max-width:700px){.container{box-sizing:border-box;width:100%;padding:32px 10%}}@media screen and (max-width:500px){.post-date{display:none}}ul,ol{flex-direction:column;gap:1em;padding-left:1.5em;display:flex}ul li,ol li{padding-left:4px;line-height:1.75em}ul li p,ol li p{margin-top:0;margin-bottom:0}ul.condensed,ol.condensed{gap:0}hr{background-color:var(--highlight);border:none;height:1px;margin:40px 0}::selection{background:var(--grey-700);color:var(--white)}:focus-visible{outline:2px solid var(--grey-600);outline-offset:3px;border-radius:4px}a{color:#fff;text-decoration:none}@media (prefers-color-scheme:dark){html,:root{--white:white;--body:#e5e5e5;--subtext:#a0a0a0;--grey-600:#707070;--grey-700:#4d4d4d;--highlight:#252525;--bg-alt:#1c1c1c;--bg:#0c0c0c;--black:black}}@media (prefers-color-scheme:light){html,:root{--white:white;--body:#e5e5e5;--subtext:#a0a0a0;--grey-600:#707070;--grey-700:#4d4d4d;--highlight:#252525;--bg-alt:#1c1c1c;--bg:#0c0c0c;--black:black}}html,body{width:100%;height:100%;color:var(--body);background:var(--bg);margin:0}body{font-family:var(--body-font);-moz-text-size-adjust:none;text-size-adjust:none;text-rendering:optimizelegibility;font-kerning:normal;-webkit-font-smoothing:antialiased}p{text-wrap:pretty;line-height:1.75em}h1,h2,h3{text-wrap:balance}h1{font-family:var(--header-font);margin-bottom:28px;font-size:24px;font-weight:600}.home-title{font-family:var(--body-font)}.about{color:var(--body);font-size:16px}.container{flex-flow:column;flex:1;width:100%;max-width:650px;margin:0 auto;display:flex}.content{width:100%}.space-between{justify-content:space-between;align-items:baseline;margin-bottom:28px;display:flex}.space-between h1{margin-bottom:0}#nav{text-align:center;justify-content:center;gap:10px;margin:80px 0;display:flex;position:relative}@media screen and (max-width:700px){#nav{margin:0 0 48px}}.footer{border-top:1px solid var(--highlight);color:var(--subtext);padding:16px 0}.footer-container{box-sizing:border-box}.footer-content{justify-content:space-between;align-items:center;display:flex}@media screen and (max-width:450px){.footer-content{flex-direction:column;justify-content:center;align-items:center;gap:32px}.hide-mobile{display:none!important}.status-line span{text-overflow:ellipsis;width:100%;overflow:hidden}}.socials{gap:24px;display:flex}.socials a{opacity:1;text-decoration:none;transition:opacity .2s ease-in-out}.socials a:hover{opacity:.7}.nav-item{font-family:var(--header-font);color:var(--subtext);z-index:10;padding:8px 16px;font-size:14px;text-decoration:none;transition:color .2s ease-in-out}.nav-item:hover,.nav-item-active{color:var(--white)}#tab-highlight{background:var(--highlight);border-radius:4px;transition:width .2s,opacity .2s,left .2s;position:absolute;top:0;bottom:0}a.link,.post a{color:#fff;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:var(--grey-700);text-decoration:none;transition:border-bottom-color .2s ease-in-out}a.link:hover,.post a:hover{border-bottom-color:var(--grey-600)}.text-right{text-align:right}.text-center{text-align:center}.mt-1{margin-top:1em}.section{margin-top:96px}.subheading{color:var(--subtext);margin-bottom:24px;font-size:20px;font-weight:700;line-height:24px}.projects{flex-direction:column;gap:24px;display:flex}.project{--x-px:calc(var(--x) * 1px);--y-px:calc(var(--y) * 1px);background:var(--bg-alt);border-radius:8px;text-decoration:none;position:relative;overflow:hidden}.project:before,.project:after{content:"";top:0;left:0;border-radius:inherit;background:radial-gradient(800px circle at var(--x-px) var(--y-px), #ffffff0d, transparent 40%);width:100%;height:100%;display:block;position:absolute;inset:0}.project:before{z-index:1}.project:after{opacity:0;z-index:2;transition:opacity .4s}.project:hover:after{opacity:1}.project .project-info{padding:24px}.project .project-info .name{font-weight:700}.project .project-info .description{color:var(--subtext);margin-top:8px}.project .project-cover{justify-content:flex-end;width:100%;display:flex}.project .project-cover img,.project .project-cover video{filter:drop-shadow(0 4px 11px #00000059);border-top-left-radius:8px;width:100%;height:100%;margin-bottom:-10%;margin-right:-10%}.project .project-cover video{object-fit:fill}#projects{z-index:1;position:relative}#projects-grid{grid-gap:48px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:24px;display:grid}#projects-grid .project-griditem{position:relative}#projects-grid .project-griditem a.title{color:var(--white);background:0 0;border-radius:4px;margin-left:-8px;padding:6px 8px 4px;font-weight:700;transition:background .1s ease-in-out}#projects-grid .project-griditem a.title:hover{background:var(--highlight)}#projects-grid .project-griditem .description{color:var(--subtext);margin-top:8px}.project-preview{--ease-out-expo:cubic-bezier(.19, 1, .22, 1);z-index:2;border:1px solid var(--highlight);background:var(--bg-alt);pointer-events:none;opacity:0;border-radius:10px;width:min(280px,100%);padding:4px;transition:opacity .12s,transform .12s;display:none;position:absolute;top:30px;left:0;transform:translateY(-14px);box-shadow:0 12px 32px #00000080}.project-preview img{border-radius:6px;width:100%;height:auto;display:block}@media (hover:hover) and (pointer:fine){.project-preview{display:block}#projects-grid a.title:hover+.project-preview,#projects-grid a.title:focus-visible+.project-preview{opacity:1;transition:opacity .18s var(--ease-out-expo) 90ms,transform .32s var(--ease-out-expo) 90ms;transform:none}}#projects-grid a.title:focus-visible+.project-preview{opacity:1;display:block;transform:none}@media (prefers-reduced-motion:reduce){.project-preview{transition:opacity .12s;transform:none}}.experience{flex-direction:column;row-gap:2em;line-height:1em;display:flex}.experience .icon{align-self:flex-start}.experience .icon .icon-img{border-radius:8px;width:24px;height:24px;margin-right:16px;padding:10px;transition:background-color .15s ease-in-out}.experience .icon .icon-img.endex{background-color:#ffffff1a}.experience .icon .icon-img.endex:hover{background-color:#ffffff26}.experience .icon .icon-img.notion{background-color:#ffffff1a}.experience .icon .icon-img.notion:hover{background-color:#ffffff26}.experience .icon .icon-img.browserco{background-color:#2f36ff99}.experience .icon .icon-img.browserco:hover{background-color:#2f36ffbf}.experience .icon .icon-img.instagram{background-color:#853d8238}.experience .icon .icon-img.instagram:hover{background-color:#853d826e}.experience .icon .icon-img.compound{background-color:#ffffff1a}.experience .icon .icon-img.compound:hover{background-color:#ffffff26}.experience .icon .icon-img.meta{background-color:#2696fd61}.experience .icon .icon-img.meta:hover{background-color:#2696fd80}.experience .icon .icon-img.apple{background-color:#dadada26}.experience .icon .icon-img.apple:hover{background-color:#dadada3b}.experience .icon .icon-img.shopify{background-color:#a4ff9533}.experience .icon .icon-img.shopify:hover{background-color:#a4ff954d}.experience .icon .icon-img.dropbase{background-color:#93939333}.experience .icon .icon-img.dropbase:hover{background-color:#93939354}.experience .icon .icon-img.hootsuite{background-color:#4eaaff82}.experience .icon .icon-img.hootsuite:hover{background-color:#4eaaffad}.experience .icon .icon-img.waterloo{background-color:#c0c17e66}.experience .icon .icon-img.waterloo:hover{background-color:#c0c17e80}.experience .icon .icon-img.gleam{background-color:#f9701526}.experience .icon .icon-img.gleam:hover{background-color:#f9701540}.experience .row,.experience .line{flex-direction:row;align-items:center;display:flex}.experience .line{margin-bottom:4px}.experience .title{color:#fff;font-size:16px;font-weight:700;text-decoration:none}.experience .tag{color:#a0a0a0;background:#252525;border-radius:4px;margin:0 4px;padding:6px 6px 4px;font-size:12px;font-weight:700;line-height:.9em;display:inline-block}.experience .description{color:#a0a0a0;line-height:1.5em}#map{border-radius:8px;height:300px;margin:32px 0}.map-loading{background:linear-gradient(110deg,#141414 20%,#1c1c1c 40%,#141414 60%) 0 0/200% 100%;border-radius:8px;height:300px;margin:32px 0;animation:1.4s linear infinite map-loading}@keyframes map-loading{to{background-position-x:-200%}}.leaflet-container{background:#111}.status-line{align-items:center;margin-bottom:16px;font-size:16px;display:flex}.status-line .border-dashed{border-top:1px dashed #707070;width:100%;margin:0 16px}.status-line span{white-space:nowrap}.post{padding-bottom:64px}.post-content img,.post-content video{border-radius:8px;width:100%;height:auto}.post-content figcaption{color:var(--subtext);line-height:1.5em}.post-content a.footnote{color:var(--subtext);border-bottom:0;font-size:12px;text-decoration:none}.post-content sup,.post-content sub{vertical-align:baseline;position:relative;top:-.4em}.post-content sub{top:.4em}.markdown-content{line-height:1.75}.markdown-content h2,.markdown-content h3{line-height:1.3}.markdown-content h2{margin:2.4em 0 .8em;font-size:20px}.markdown-content h3{margin:2.2em 0 .7em;font-size:18px}.markdown-content :not(pre)>code{background:var(--bg-alt);border-radius:4px;padding:.15em .4em;font-size:.875em}.markdown-content blockquote{border-left:2px solid var(--grey-700);color:var(--subtext);margin:0;padding-left:20px}.markdown-content figure{margin:24px 0}.markdown-content>:first-child{margin-top:0}.markdown-content pre{background:var(--bg-alt);border-radius:8px;padding:16px;overflow-x:auto}.markdown-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.post-list{border-bottom:1px solid var(--highlight);flex-direction:column;display:flex}.post-item{color:var(--white);border-top:1px solid var(--highlight);justify-content:space-between;padding:16px 0;text-decoration:none;display:flex}.post-date{color:var(--subtext)}.post-list .post-title,.post-list .post-date{transition:color .1s ease-in-out}.post-list.active .post-item .post-title{color:var(--grey-600)}.post-list.active .post-item .post-date{color:var(--grey-700)}.post-list.active .post-item:hover .post-title{color:var(--white)}.post-list.active .post-item:hover .post-date{color:var(--subtext)}.post-header-img{border-radius:8px}.showcase{flex-direction:column;gap:56px;margin-top:64px;display:flex}.showcase-section{color:var(--subtext);margin:0;font-size:20px;font-weight:700;line-height:24px}.showcase-section+.showcase-item{margin-top:-32px}.showcase-section-description{margin:-44px 0 -32px;font-size:15px;line-height:1.6}.showcase-section-description a{color:inherit;text-underline-offset:2px;text-decoration:underline}.showcase-item{margin:0}.showcase-item figcaption{letter-spacing:.08em;text-transform:uppercase;color:var(--subtext);text-wrap:balance;word-break:keep-all;margin-top:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.6}.draft-badge{border:1px solid var(--highlight);width:fit-content;color:var(--subtext);background:var(--bg-alt);text-transform:uppercase;letter-spacing:.04em;border-radius:4px;margin-bottom:12px;padding:5px 8px 4px;font-size:12px;font-weight:700;line-height:1}.case-study-metadata{grid-template-columns:1fr 1fr;gap:24px 32px;margin-top:24px;margin-bottom:64px;display:grid}.case-study-metadata .metadata-item{flex-direction:column;gap:4px;display:flex}.case-study-metadata .metadata-item .header{font-size:16px;font-weight:700}.case-study-metadata .metadata-item .description{color:var(--subtext);font-size:14px;line-height:1.5}.case-study-metadata .metadata-item .description ul{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.case-study-metadata .metadata-item .description ul li{line-height:inherit;padding-left:0}.transition-rotate{transition:transform 1s ease-in-out}@keyframes enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}[data-animate]{--stagger:0;--delay:.12s;--start:0s;animation:.6s both enter;animation-delay:calc(var(--stagger)*var(--delay) + var(--start))}html:active-view-transition [data-animate]{animation-play-state:paused}::view-transition{pointer-events:none}::view-transition-old(.page-exit){animation:.1s both page-exit}@keyframes page-exit{to{opacity:0;transform:translateY(-6px)}}::view-transition-group(.photo-morph){z-index:1;animation-duration:.25s;animation-timing-function:cubic-bezier(.25,1,.5,1)}::view-transition-old(.photo-morph){animation:none}::view-transition-new(.photo-morph){animation:.25s both fade-in}::view-transition-new(.lightbox){animation:.16s both fade-in}::view-transition-old(.lightbox){animation:.12s reverse both fade-in}@keyframes fade-in{0%{opacity:0}}@media (prefers-reduced-motion:reduce){::view-transition-old(.page-exit){animation-name:fade-in;animation-direction:reverse}::view-transition-group(.photo-morph){animation:none}}@media (max-width:450px){.dynamic-breakpoint{display:none}}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}#cube{width:100%;margin:48px 0 0;overflow:hidden}#cube canvas{width:100%;display:block}.photo-grid{columns:2;column-gap:15px;margin:0 0 64px}.photo-button{cursor:zoom-in;break-inside:avoid;background:0 0;border:0;border-radius:8px;width:100%;margin:0 0 15px;padding:0;display:block}.photo-button img{border-radius:8px;width:100%;height:auto;display:block}.gallery-open{overflow:hidden}.lightbox{z-index:1000;cursor:zoom-out;background:#000000eb;border:0;justify-content:center;align-items:center;width:100%;height:100%;padding:3vw;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;width:auto;max-width:94vw;height:auto;max-height:94vh}.scroll-demo-wrap{width:100%;position:relative}.scroll-demo{width:100%;display:flex;overflow:auto hidden}.scroll-fade{pointer-events:none;opacity:1;width:64px;transition:opacity .3s ease-in-out;position:absolute;top:0;bottom:0}.scroll-fade.hidden{opacity:0}.scroll-fade-start{background:linear-gradient(to right, var(--bg), transparent);border-left:1px solid var(--highlight);left:0}.scroll-fade-end{background:linear-gradient(to left, var(--bg), transparent);border-right:1px solid var(--highlight);right:0}.demo-tabs{min-width:max-content;padding-bottom:8px;display:flex;position:relative}.demo-tabs button{color:var(--subtext);cursor:pointer;background:0 0;border:0;border-radius:4px;margin:0 8px -1px 0;padding:8px 16px;transition:color .2s ease-in-out,background .2s ease-in-out}.demo-tabs button:hover,.demo-tabs button:focus-visible,.demo-tabs button.selected{color:var(--white);background:var(--highlight)}.demo-tabs button.selected{box-shadow:inset 0 -2px var(--white)}.ruler{flex:0 0 1003px;grid-template-columns:repeat(301,3.333px);height:42px;margin-left:4px;display:grid}.ruler span{background:#555;width:1px;height:5px;position:relative}.ruler span.half{height:10px}.ruler span.cm{height:14px}.ruler em{color:var(--subtext);font:11px/1 sans-serif;position:absolute;top:17px;left:0;transform:translate(-50%)}.not-found{padding-bottom:96px}@media screen and (max-width:700px){.footer-container{padding-top:16px;padding-bottom:16px}}@media screen and (max-width:450px){.photo-grid{column-gap:10px}.photo-button{margin-bottom:10px}}
@font-face{font-family:akkurat;src:url(../media/AkkuratPro_Regular-s.p.1brxmpw5tzq6z.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:akkurat Fallback;src:local(Arial);ascent-override:75.28%;descent-override:20.86%;line-gap-override:19.23%;size-adjust:104.01%}.akkurat_3ec6c3ae-module__kqKfYa__className{font-family:akkurat,akkurat Fallback;font-style:normal;font-weight:400}.akkurat_3ec6c3ae-module__kqKfYa__variable{--body-font:"akkurat", "akkurat Fallback"}
