*{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0a0a0a;--muted:#6b6b6b;--rule:#e5e5e5;--bg:#fff;--accent:#03f;--muted-inverse:#ffffff8c;--fs-s:.9rem;--fs-m:1rem;--fs-l:1.15rem;--fs-xl:1.9rem;--w-regular:400;--w-bold:700;--sp-1:.5rem;--sp-2:1rem;--sp-3:1.5rem;--sp-4:2rem;--sp-6:3rem;--sp-8:4rem;--sp-10:5rem;--sp-12:6rem;--sp-16:8rem;--lh-title:1.15;--lh-head:1.25;--lh-ui:1.4;--lh-text:1.6}@media (min-width:700px){:root{--fs-l:1.25rem;--fs-xl:2.4rem}}@media (min-width:1200px){:root{--fs-l:1.35rem;--fs-xl:3rem}}html{font-size:15px}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:var(--w-regular);line-height:var(--lh-text);color:var(--ink);background:var(--bg);hyphenate-limit-chars:10 4 4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}@media (min-width:700px){html{font-size:16px}}@media (min-width:1200px){html{font-size:17px}}.content-wrap{max-width:1240px;padding:var(--sp-4)var(--sp-3);flex-direction:column;min-height:100vh;display:flex}@media (min-width:700px){.content-wrap{padding:var(--sp-6)}}@media (min-width:1200px){.content-wrap{padding:var(--sp-8)var(--sp-10)}}.content{word-wrap:break-word;flex:1}.site-name{font-family:inherit;font-size:var(--fs-m);font-weight:var(--w-bold);line-height:var(--lh-ui);letter-spacing:0;margin:0 0 var(--sp-8)}.site-name a,.site-name .nav-link{color:inherit;text-decoration:none}.site-name a:hover,.site-name .nav-link:hover{color:var(--accent)}h1,h2{font-family:inherit;font-size:var(--fs-l);font-weight:var(--w-bold);line-height:var(--lh-head);letter-spacing:-.01em;margin:0 0 var(--sp-8);max-width:none;color:var(--ink)}h1 em,h2 em{color:var(--accent);font-style:normal}.hero{margin:0 0 var(--sp-6);max-width:50ch}.hero,.hero h1,.hero h2,.hero p,h2.hero{font-size:var(--fs-xl);font-weight:var(--w-bold);line-height:var(--lh-title);letter-spacing:-.02em}.hero h1,.hero h2,.hero p{margin:0}.page-heading{margin:0 0 var(--sp-8)}.page-heading h1,.page-heading h2,.page-heading p{font-size:var(--fs-l);font-weight:var(--w-bold);line-height:var(--lh-head);letter-spacing:-.01em;color:var(--ink);margin:0}.page-lead{margin:0 0 var(--sp-8)}.page-heading:has(+.page-lead){margin-bottom:0}.page-lead p{font-size:var(--fs-l);font-weight:var(--w-regular);line-height:var(--lh-head);letter-spacing:-.01em;color:var(--ink);-webkit-hyphens:auto;hyphens:auto;max-width:50ch;margin:0}.hero+.page-lead{margin-top:calc(-1*var(--sp-3))}em{color:var(--accent);font-style:normal}.sep{height:0;margin:var(--sp-8)0 var(--sp-3);display:block}.sep[data-label]{font-size:var(--fs-l);font-weight:var(--w-bold);letter-spacing:0;text-transform:none;color:var(--ink);margin:var(--sp-10)0 var(--sp-6);line-height:var(--lh-ui);border:none;padding:0}.sep[data-label]:before{content:attr(data-label)}@media (min-width:700px){.sep[data-label]{margin:var(--sp-12)0 var(--sp-8)}}.block{font-size:var(--fs-m);line-height:var(--lh-text);max-width:70ch;margin:0 0 var(--sp-6);-webkit-hyphens:auto;hyphens:auto;display:block}@media (min-width:700px){.block{margin-bottom:var(--sp-8)}}.block p{margin:0 0 var(--sp-2)}.block p:last-child{margin-bottom:0}.block h2{font-size:var(--fs-m);font-weight:var(--w-bold);line-height:var(--lh-ui);letter-spacing:0;margin:var(--sp-4)0 var(--sp-1)}.block strong,.block b{font-weight:var(--w-bold)}.pull{font-size:var(--fs-xl);font-weight:var(--w-bold);line-height:var(--lh-title);letter-spacing:-.02em;color:var(--ink);max-width:22ch;margin:var(--sp-12)0;display:block}@media (min-width:1200px){.pull{margin:var(--sp-16)0}}.featured-projects{gap:var(--sp-6);margin:var(--sp-12)0 0;flex-direction:column;display:flex}@media (min-width:900px){.featured-projects{gap:var(--sp-8);margin:0}}a.featured-project{gap:var(--sp-4);color:inherit;grid-template-columns:1fr 2fr;align-items:start;text-decoration:none;display:grid}a.featured-project:hover .featured-project-title{color:var(--accent)}@media (min-width:700px) and (max-width:899px){a.featured-project{grid-template-columns:1fr 1fr}}@media (min-width:900px){a.featured-project{gap:var(--sp-8);align-items:stretch}}.featured-project-meta{gap:var(--sp-2);flex-direction:column;min-width:0;display:flex}.featured-project-title{font-size:var(--fs-l);font-weight:var(--w-bold);line-height:var(--lh-head);letter-spacing:-.01em;color:var(--ink);margin:0;display:block}@media (min-width:900px){.featured-project-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}.featured-project picture{display:block}.featured-project-img{width:100%;margin:0;display:block}div.featured-project-img{background:var(--rule);aspect-ratio:4/3}@media (max-width:699px){div.featured-project-img{aspect-ratio:1}}@media (min-width:700px){img.featured-project-img{aspect-ratio:4/3;object-fit:cover}}@media (max-width:899px){.featured-project-img{margin-left:calc(-1*var(--sp-3));width:calc(100% + var(--sp-3));max-width:none}}@media (min-width:700px) and (max-width:899px){.featured-project-img{margin-left:calc(-1*var(--sp-6));width:calc(100% + var(--sp-6))}}.featured-project-text{gap:var(--sp-1);flex-direction:column;display:flex}.featured-project-excerpt{font-size:var(--fs-m);font-weight:var(--w-regular);line-height:var(--lh-text);color:var(--ink);max-width:46ch;display:block}.featured-project-more{font-size:var(--fs-m);font-weight:var(--w-regular);line-height:var(--lh-ui);color:var(--ink);text-underline-offset:.18em;margin-top:var(--sp-1);text-decoration:underline;text-decoration-thickness:1px;display:block}a{color:inherit;text-underline-offset:.18em;text-decoration:underline;text-decoration-thickness:1px}a:hover{color:var(--accent)}.nav-link{text-decoration:none}.nav-link:hover{color:var(--accent)}.public-footer{margin-top:var(--sp-12);border-top:1px solid var(--rule);background:0 0}.public-footer-inner{max-width:1240px;padding:var(--sp-4)var(--sp-3);font-size:var(--fs-s);color:var(--ink);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1em 2em;display:flex}@media (min-width:700px){.public-footer-inner{padding:var(--sp-6)}}@media (min-width:1200px){.public-footer-inner{padding:var(--sp-6)var(--sp-10)}}.public-footer-inner a{color:inherit}.public-footer-mark{color:var(--muted)}.public-footer-right{text-align:right;flex-direction:column;align-items:flex-end;gap:.5em;display:flex}.public-footer-primary{font-weight:var(--w-bold)}.public-footer-meta{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;gap:1.25em;display:flex}.public-footer-meta .nav-link{color:inherit}@media (max-width:699px){.public-footer-right{text-align:left;align-items:flex-start}.public-footer-meta{justify-content:flex-start}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.project-logo{margin-bottom:var(--sp-8)}.project-logo .site-name{font-size:var(--fs-m);font-weight:var(--w-bold);margin:0}.project-title{font-family:inherit;font-size:var(--fs-xl);font-weight:var(--w-bold);line-height:var(--lh-title);letter-spacing:-.02em;margin:0 0 var(--sp-2);max-width:22ch}.project-lead{font-size:var(--fs-l);font-weight:var(--w-regular);line-height:var(--lh-head);letter-spacing:-.01em;color:var(--ink);max-width:50ch;margin:var(--sp-2)0 var(--sp-6);-webkit-hyphens:auto;hyphens:auto}.project-lead p{margin:0 0 var(--sp-1)}.project-lead p:last-child{margin-bottom:0}.project-lead h2{font-size:var(--fs-l);font-weight:var(--w-bold);line-height:var(--lh-head);letter-spacing:-.01em;margin:0 0 var(--sp-1);max-width:none}.project-index{border-collapse:collapse;width:100%;margin:var(--sp-10)0 0;font-size:var(--fs-m);line-height:var(--lh-ui)}.project-index th,.project-index td{text-align:left;vertical-align:baseline;font-weight:var(--w-regular);padding:var(--sp-2)var(--sp-4)var(--sp-2)0;border-top:1px solid var(--rule)}.project-index th:last-child,.project-index td:last-child{padding-right:0}.project-index tbody tr:last-child>*{border-bottom:1px solid var(--rule)}.project-index thead th{color:var(--muted);border-top:none;padding-top:0}.project-index tbody th{width:50%}.project-index-link{color:var(--ink);font-size:var(--fs-l);font-weight:var(--w-bold);line-height:var(--lh-head);letter-spacing:-.01em;text-decoration:none}.project-index-link:hover{color:var(--accent)}@media (max-width:699px){.project-index thead{display:none}.project-index tr{padding:var(--sp-2)0;border-top:1px solid var(--rule);display:block}.project-index tbody tr:last-child{border-bottom:1px solid var(--rule)}.project-index th,.project-index td{color:var(--muted);padding:0;display:inline}.project-index tbody tr>*,.project-index tbody tr:last-child>*{border:none}.project-index tbody th{width:auto;margin-bottom:var(--sp-1);display:block}.project-index td+td:before{content:"·";margin:0 .6em}}.project-header{margin:0 0 var(--sp-6)}.project-header .project-lead{margin-bottom:var(--sp-4)}.project-meta{gap:var(--sp-2)var(--sp-4);font-size:var(--fs-m);line-height:var(--lh-ui);grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));margin:0;display:grid}.project-meta dt{color:var(--accent)}.project-meta dd{color:var(--ink);overflow-wrap:anywhere;margin:0}@media (min-width:900px){.project-header{column-gap:var(--sp-8);grid-template-columns:2fr 1fr;align-items:start;display:grid}.project-header .project-title{grid-column:1/-1}.project-header .project-lead{grid-column:1;margin-bottom:0}.project-meta{grid-column:2;grid-template-columns:1fr;padding-top:.35em}}.project-body{max-width:70ch;font-size:var(--fs-m);line-height:var(--lh-text);margin:var(--sp-6)0;color:var(--ink);-webkit-hyphens:auto;hyphens:auto}.project-body p{margin:0 0 var(--sp-2)}.project-body h2{font-size:var(--fs-m);font-weight:var(--w-bold);color:var(--ink);margin:var(--sp-6)0 var(--sp-1);line-height:var(--lh-ui);letter-spacing:0;max-width:none}.project-body h2:first-child{margin-top:0}.project-body strong,.project-body b{font-weight:var(--w-bold)}.project-body a{text-underline-offset:.18em;text-decoration:underline}@media (min-width:990px){.content-wrap:has(.project-layout){max-width:1240px}.project-layout{display:block}}.desktop-nav{top:var(--sp-6);width:100%;max-width:1240px;padding:0 var(--sp-6);z-index:1000;gap:var(--sp-4);line-height:var(--lh-ui);pointer-events:none;justify-content:flex-end;align-items:baseline;display:none;position:absolute;left:0}.desktop-nav>*{pointer-events:auto}@media (min-width:900px){.desktop-nav{display:flex}}@media (min-width:1200px){.desktop-nav{top:var(--sp-8);padding:0 var(--sp-10)}}.desktop-nav-link,.desktop-nav a[href^=mailto]{font-size:var(--fs-m);font-weight:var(--w-regular);line-height:var(--lh-ui);color:var(--ink);text-decoration:none}.desktop-nav-link:hover,.desktop-nav a[href^=mailto]:hover{color:var(--accent)}.desktop-nav-link[aria-current=page]{font-weight:var(--w-bold);color:var(--ink)}.burger-btn{top:var(--sp-3);right:var(--sp-3);z-index:1000;cursor:pointer;padding:var(--sp-1);background:0 0;border:none;flex-direction:column;gap:5px;display:flex;position:absolute}@media (min-width:700px){.burger-btn{top:var(--sp-6);right:var(--sp-6)}}@media (min-width:900px){.burger-btn{display:none}}.burger-line{background:var(--ink);transform-origin:50%;width:24px;height:2px;display:block}.burger-close{z-index:1001;cursor:pointer;color:var(--bg);padding:var(--sp-1);background:0 0;border:none;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.75rem;line-height:1;display:flex;position:fixed;top:1.5rem;right:1.5rem}@media (min-width:700px){.burger-close{top:3rem;right:3rem}}.burger-overlay{z-index:900;background:var(--ink);padding:var(--sp-6);opacity:0;pointer-events:none;align-items:center;transition:opacity .25s;display:flex;position:fixed;inset:0}.burger-overlay--open{opacity:1;pointer-events:auto}.burger-nav{max-width:1240px;padding:0 var(--sp-3);flex-direction:column;gap:.4em;width:100%;margin:0 auto;display:flex}@media (min-width:700px){.burger-nav{padding:0 var(--sp-6)}}.burger-nav-link{font-family:inherit;font-size:clamp(2rem,6vw,4rem);font-weight:var(--w-bold);line-height:var(--lh-title);letter-spacing:-.02em;color:var(--bg);text-decoration:none}.burger-nav-link:hover{color:var(--muted-inverse)}.burger-nav-secondary{margin-top:var(--sp-6);flex-direction:column;gap:.3em;display:flex}.burger-nav-link-secondary{font-family:inherit;font-size:var(--fs-m);font-weight:var(--w-regular);color:var(--muted-inverse);text-decoration:none}.burger-nav-link-secondary:hover{color:var(--bg)}.gallery,.gallery-track,.gallery-track img{touch-action:pan-y}.gallery-wrap{margin:var(--sp-4)0 var(--sp-3);position:relative;overflow:hidden}.gallery{margin-bottom:var(--sp-1);font-size:0;position:relative}.gallery-track{cursor:grab;transition:transform .3s;display:flex}.gallery-track:active{cursor:grabbing}.gallery-track img{flex:0 0 100%;width:100%;height:auto;display:block}.gallery-counter{line-height:var(--lh-ui);color:var(--muted);text-align:center;min-width:3em}.gallery-nav{justify-content:space-between;align-items:center;gap:1em;margin-top:.8em;display:flex}.gallery-alt{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.gallery-controls{align-items:center;gap:var(--sp-1);display:flex}.gallery-btn{color:var(--ink);cursor:pointer;opacity:.7;background:0 0;border:none;align-items:center;padding:.4em;line-height:0;transition:opacity .15s;display:inline-flex}.gallery-btn:hover{opacity:1}#lightbox{z-index:1000;justify-content:center;align-items:center;display:none;position:fixed;inset:0}#lightbox.lb-open{display:flex}#lb-backdrop{background:#000000eb;position:absolute;inset:0}#lb-img{object-fit:contain;cursor:zoom-out;max-width:90vw;max-height:90vh;display:block;position:relative}#lb-prev,#lb-next,#lb-close{color:var(--bg);cursor:pointer;opacity:.7;background:0 0;border:none;padding:.5em;font-family:inherit;line-height:1;position:absolute}#lb-prev:hover,#lb-next:hover,#lb-close:hover{opacity:1}#lb-prev{top:50%;left:1rem;transform:translateY(-50%)}#lb-next{top:50%;right:1rem;transform:translateY(-50%)}#lb-close{top:1rem;right:1rem}.gallery-track img{cursor:zoom-in}.home-posts-teaser{gap:var(--sp-6);flex-direction:column;margin:0;display:flex}a.home-post-card{color:inherit;text-decoration:none;display:block}a.home-post-card:hover .home-post-title{color:var(--accent)}a.home-post-card:hover .home-post-img{transform:none}.home-post-img-wrap{margin:0 0 var(--sp-2);background:var(--rule);flex-shrink:0;position:relative;overflow:hidden}.home-post-img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.home-post-cam-date{display:none}.home-post-meta-wrap,.home-post-meta{display:block}.home-post-title{font-size:var(--fs-m);font-weight:var(--w-bold);line-height:var(--lh-head);margin:0 0 var(--sp-1);display:block}.home-post-excerpt{font-size:var(--fs-m);line-height:var(--lh-text);color:var(--ink);display:block}.home-posts-all{margin-top:var(--sp-4);margin-bottom:var(--sp-8);font-size:var(--fs-m);color:var(--ink);text-underline-offset:.18em;text-decoration:underline;text-decoration-thickness:1px;display:inline-block}.blog-listing{gap:var(--sp-8);margin:var(--sp-8)0 0;flex-direction:column;display:flex}@media (min-width:700px){.blog-listing{gap:var(--sp-10)}}.blog-listing a.blog-post-card{color:var(--ink);text-decoration:none;display:block}.blog-listing a.blog-post-card:hover .home-post-title{color:var(--accent)}.blog-post-date{font-size:var(--fs-s);color:var(--muted);margin:0 0 var(--sp-1);display:block}.blog-listing .home-post-title{font-size:var(--fs-m);font-weight:var(--w-bold);line-height:var(--lh-head);letter-spacing:-.01em;margin:0 0 var(--sp-1)}@media (min-width:700px){.blog-listing .home-post-title{font-size:var(--fs-m)}}.blog-listing .home-post-excerpt{font-size:var(--fs-m);font-weight:var(--w-regular);line-height:var(--lh-text);color:var(--ink)}@media (min-width:700px){.blog-listing .home-post-excerpt{font-size:var(--fs-m);max-width:75%}}.post-article{max-width:none;margin:0}@media (min-width:700px){.post-article{max-width:75%}}.post-header{margin-bottom:var(--sp-4)}.post-date{font-size:var(--fs-s);color:var(--muted);margin-bottom:var(--sp-2)}.post-title{font-family:inherit;font-size:var(--fs-xl);font-weight:var(--w-bold);line-height:var(--lh-title);letter-spacing:-.02em;margin:0 0 var(--sp-3);max-width:22ch}.post-hero{margin:0 0 var(--sp-4)}.post-hero img{width:100%;height:auto;display:block}.post-body{max-width:none}.post-heading{font-size:var(--fs-m);font-weight:var(--w-bold);color:var(--ink);line-height:var(--lh-ui);margin:var(--sp-6)0 var(--sp-1)}.post-text{font-size:var(--fs-m);line-height:var(--lh-text);margin:var(--sp-2)0;color:var(--ink)}.post-text p{margin:0 0 1em}.post-text ul,.post-text ol{margin:0 0 1em;padding-left:1.4em}.post-text li{margin-bottom:.3em}.post-text a{text-underline-offset:.18em;text-decoration:underline}.post-text strong,.post-text b{font-weight:var(--w-bold)}.post-image{margin:var(--sp-4)0}.post-image img{width:100%;height:auto;display:block}.post-image figcaption{font-size:var(--fs-m);color:var(--muted);margin-top:.6em}.post-image-text{margin:var(--sp-4)0;overflow:hidden}.post-image-text figure{margin:0 0 var(--sp-2)0}.post-image-text figure img{width:100%;height:auto;display:block}.post-image-text>div{font-size:var(--fs-m);line-height:var(--lh-text)}.post-image-text>div p{margin:0 0 1em}.post-image-text>div a{text-underline-offset:.18em;text-decoration:underline}@media (min-width:700px){.post-image-text--left figure,.post-image-text--right figure{width:40%;max-width:280px}.post-image-text--left figure{float:left;margin:0 var(--sp-3)var(--sp-2)0}.post-image-text--right figure{float:right;margin:0 0 var(--sp-2)var(--sp-3)}.post-image-text:after{content:"";clear:both;display:table}}.project-image{margin:var(--sp-4)0 var(--sp-8)}.project-image img{cursor:zoom-in;width:100%;height:auto;display:block}.project-image figcaption{font-size:var(--fs-m);color:var(--muted);margin-top:.6em}.project-image-pair{gap:var(--sp-2);margin:var(--sp-4)0 var(--sp-8);grid-template-columns:1fr;display:grid}.project-image-pair figure{margin:0}.project-image-pair img{cursor:zoom-in;width:100%;height:auto;display:block}.project-image-pair figcaption{font-size:var(--fs-m);color:var(--muted);margin-top:.4em}@media (min-width:700px){.project-image-pair{gap:var(--sp-3);grid-template-columns:1fr 1fr}}.post-more{margin-top:var(--sp-8)}.post-more-list{gap:var(--sp-4);margin-top:var(--sp-2);grid-template-columns:1fr;display:grid}@media (min-width:700px){.post-more-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.post-more-img{width:100%;height:auto;margin-bottom:var(--sp-1);aspect-ratio:4/3;object-fit:cover;background:var(--rule);display:block}.post-more-title{font-size:var(--fs-m);font-weight:var(--w-bold);line-height:var(--lh-head);margin:var(--sp-1)0 var(--sp-1)}.post-more-title a{text-decoration:none}.post-more-title a:hover{text-decoration:underline}.post-more-excerpt{font-size:var(--fs-m);line-height:var(--lh-text);color:var(--ink)}
