*{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0a0a0a;--muted:#6b6b6b;--rule:#e5e5e5;--bg:#fff;--accent:#03f;--fs-s:.9rem;--fs-m:1rem;--fs-l:1.15rem;--fs-xl:1.9rem;--w-regular:400;--w-medium:500;--w-semi:600;--w-bold:700;--track-mark:.14em}@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{color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5;overflow-x:hidden}@media (min-width:700px){html{font-size:16px}}@media (min-width:1200px){html{font-size:17px}}.content-wrap{flex-direction:column;max-width:1240px;min-height:100vh;margin:0 auto;padding:2rem 1.5rem;display:flex}@media (min-width:700px){.content-wrap{padding:3rem}}@media (min-width:1200px){.content-wrap{padding:4rem 5rem}}.content{word-wrap:break-word;flex:1}h1{font-family:inherit;font-size:var(--fs-m);letter-spacing:0;margin:0 0 4rem;font-weight:500;line-height:1.4}h1 a,h1 .nav-link{color:inherit;text-decoration:none}h1 a:hover,h1 .nav-link:hover{text-underline-offset:.2em;text-decoration:underline}h2{font-family:inherit;font-size:var(--fs-l);font-weight:var(--w-bold);letter-spacing:-.01em;max-width:none;color:var(--ink);margin:0 0 4rem;line-height:1.25}h2 em{color:var(--accent);font-style:normal}.hero{max-width:50ch;margin:0 0 3rem}.hero,.hero h2,.hero p,h2.hero{font-size:var(--fs-xl);font-weight:var(--w-bold);letter-spacing:-.02em;line-height:1.15}.hero h2,.hero p{margin:0}.page-heading{margin:0 0 4rem}.page-heading h2,.page-heading p{font-size:var(--fs-l);font-weight:var(--w-bold);letter-spacing:-.01em;color:var(--ink);margin:0;line-height:1.25}em{color:var(--accent);font-style:normal}.sep{height:0;margin:4rem 0 1.5rem;display:block}.sep[data-label]{font-size:var(--fs-m);font-weight:var(--w-bold);letter-spacing:0;text-transform:none;color:var(--ink);border:none;margin:5rem 0 4rem;padding:0;line-height:1.4}.sep[data-label]:before{content:attr(data-label)}@media (min-width:700px){.sep[data-label]{margin:6rem 0 5rem}}.block{font-size:var(--fs-m);max-width:80ch;margin:0 0 3rem;line-height:1.6;display:block}@media (min-width:700px){.block{max-width:90ch;margin-bottom:4rem}}.block p{margin:0 0 1rem}.block p:last-child{margin-bottom:0}.block h2{font-size:var(--fs-m);font-weight:var(--w-bold);letter-spacing:0;margin:2rem 0 .6rem;line-height:1.4}.block strong,.block b{font-weight:700}.pull{font-size:var(--fs-xl);font-weight:var(--w-bold);letter-spacing:-.02em;color:var(--ink);max-width:22ch;margin:5rem 0;line-height:1.15;display:block}@media (min-width:700px){.pull{margin:6rem 0}}@media (min-width:1200px){.pull{margin:7rem 0}}.featured-projects{flex-direction:column;gap:4rem;margin:7rem 0 0;display:flex}@media (min-width:900px){.featured-projects{gap:7rem;margin:0}}a.featured-project{color:inherit;grid-template-columns:1fr 2fr;align-items:start;gap:2rem;text-decoration:none;transition:transform .25s;display:grid}@media (hover:hover){a.featured-project:hover{transform:translate(-.4rem)}}.featured-project picture{overflow:hidden}img.featured-project-img{transition:transform .4s}@media (hover:hover){a.featured-project:hover img.featured-project-img{transform:scale(1.04)}}@media (min-width:700px) and (max-width:899px){a.featured-project{grid-template-columns:1fr 1fr}}@media (min-width:900px){a.featured-project{align-items:stretch;gap:4rem}}.featured-project-meta{flex-direction:column;gap:.8rem;min-width:0;display:flex}@media (min-width:900px){.featured-project-meta{justify-content:space-between;gap:1.5rem}}.featured-project-title{font-size:var(--fs-m);font-weight:var(--w-semi);letter-spacing:-.01em;color:var(--ink);margin:0;line-height:1.2;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{aspect-ratio:4/3;background:#ededed}@media (max-width:699px){div.featured-project-img{aspect-ratio:1}}img.featured-project-img{filter:grayscale()}@media (min-width:700px){img.featured-project-img{aspect-ratio:4/3;object-fit:cover}}@media (max-width:899px){.featured-project-img{width:calc(100% + 1.5rem);max-width:none;margin-left:-1.5rem}}@media (min-width:700px) and (max-width:899px){.featured-project-img{width:calc(100% + 3rem);margin-left:-3rem}}.featured-project-text{flex-direction:column;gap:.4rem;display:flex}.featured-project-excerpt{font-size:var(--fs-m);font-weight:var(--w-regular);color:var(--ink);max-width:36ch;line-height:1.5;display:block}.featured-project-more{font-size:var(--fs-s);font-weight:var(--w-regular);color:var(--muted);margin-top:.4rem;line-height:1.4;display:block}.cases-list{margin:0;display:block}a.case-line{color:inherit;border-top:1px solid #e5e5e5;grid-template-columns:7em 1fr;gap:2rem;padding:1rem 0;text-decoration:none;transition:padding-left .18s;display:grid}.cases-list a.case-line:last-child{border-bottom:1px solid #e5e5e5}@media (hover:hover){a.case-line:hover{padding-left:.5rem}}a.case-line>span:first-child{font-size:var(--fs-m);color:#6b6b6b;letter-spacing:0;align-self:center;line-height:1.4}a.case-line>span:last-child{font-size:var(--fs-m);letter-spacing:-.01em;font-weight:600;line-height:1.3}@media (hover:hover){a.case-line:hover>span:last-child{color:var(--accent)}}a{color:inherit;text-underline-offset:.18em;text-decoration:underline;text-decoration-thickness:1px}a:hover{text-decoration:none}.nav-link{text-decoration:underline}.nav-link:hover{text-decoration:none}a[href^=mailto]{color:inherit;text-underline-offset:.18em;text-decoration:underline}.footer-nav{font-size:var(--fs-m);color:#6b6b6b;justify-content:flex-end;gap:1.5em;margin-top:3em;display:flex}.public-footer{background:0 0;border-top:1px solid #e5e5e5;margin-top:6rem}.public-footer-inner{max-width:1240px;font-size:var(--fs-s);color:var(--ink);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1em 2em;margin:0 auto;padding:2rem 1.5rem;display:flex}@media (min-width:700px){.public-footer-inner{padding:2.5rem 3rem}}@media (min-width:1200px){.public-footer-inner{padding:2.5rem 5rem}}.public-footer-inner a{color:inherit}.public-footer-inner .nav-link{text-decoration:none}.public-footer-inner .nav-link:hover{color:var(--accent);text-decoration:none}.public-footer-links{flex-wrap:wrap;align-items:center;gap:1.5em;display:flex}.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:4rem}.project-logo h1{font-size:var(--fs-m);margin:0;font-weight:500}.project-title{font-family:inherit;font-size:var(--fs-xl);font-weight:var(--w-bold);letter-spacing:-.02em;max-width:22ch;margin:0 0 .6rem;line-height:1.15}.project-lead{font-size:var(--fs-l);font-weight:var(--w-regular);letter-spacing:-.005em;color:var(--ink);max-width:none;margin:1rem 0 2.5rem;line-height:1.45}.project-lead p{margin:0 0 .6em}.project-lead p:last-child{margin-bottom:0}.project-lead h2{font-size:var(--fs-l);font-weight:var(--w-bold);letter-spacing:-.01em;max-width:none;margin:0 0 .6em;line-height:1.25}@media (min-width:700px){.project-lead{max-width:75%}}.project-index{flex-direction:column;gap:.6rem;margin:5rem 0 0;padding:0;list-style:none;display:flex}.project-index-item{margin:0;padding:0}.project-index-link{color:var(--ink);font-size:var(--fs-xl);font-weight:var(--w-semi);letter-spacing:-.015em;line-height:1.15;text-decoration:none;transition:color .15s;display:inline-block}.project-index-link:hover{color:var(--accent)}.project-meta-line{font-size:var(--fs-m);color:var(--ink);margin:0 0 3rem;line-height:1.7}.project-meta-line .meta-item{white-space:nowrap}.project-meta-line .meta-item:not(:last-child):after{content:"·";color:var(--muted);white-space:normal;margin:0 .6em}.project-meta-line .meta-label{font-size:inherit;letter-spacing:0;text-transform:none;color:var(--accent);margin-right:.4em;font-weight:400}.project-meta-line .meta-value{color:var(--ink)}.project-meta-line .meta-value a{color:var(--ink);text-underline-offset:.18em;text-decoration:underline}.project-meta-line .meta-value a:hover{color:var(--accent)}.project-body{max-width:65ch;font-size:var(--fs-m);color:var(--ink);margin:3rem 0;line-height:1.65}.project-body p{margin:0 0 1rem}.project-body h2{font-size:var(--fs-m);font-weight:var(--w-bold);color:var(--ink);letter-spacing:0;max-width:none;margin:2.5rem 0 .6rem;line-height:1.4}.project-body h2:first-child{margin-top:0}.project-body strong,.project-body b{font-weight:600}.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{z-index:1000;pointer-events:none;justify-content:flex-end;align-items:baseline;gap:2rem;width:100%;max-width:1240px;padding:0 3rem;line-height:1.4;display:none;position:fixed;top:3rem;left:50%;transform:translate(-50%)}.desktop-nav>*{pointer-events:auto}@media (min-width:900px){.desktop-nav{display:flex}}@media (min-width:1200px){.desktop-nav{padding:0 5rem;top:4rem}}.desktop-nav-link,.desktop-nav a[href^=mailto]{font-size:var(--fs-m);color:var(--ink);font-weight:400;line-height:1.4;text-decoration:none;transition:color .15s}.desktop-nav-link:hover,.desktop-nav a[href^=mailto]:hover{color:var(--accent);text-decoration:none}.desktop-nav-link[aria-current=page]{color:var(--accent);font-weight:700}.burger-btn{z-index:1000;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:flex;position:fixed;top:1.5rem;right:1.5rem}@media (min-width:700px){.burger-btn{top:3rem;right:3rem}}@media (min-width:900px){.burger-btn{display:none}}.burger-line{transform-origin:50%;background:#0a0a0a;width:24px;height:2px;transition:transform .22s,opacity .22s,background .22s;display:block}.burger-overlay--open .burger-line{background:#fff}.burger-line--open-1{transform:translateY(6.5px)rotate(45deg)}.burger-line--open-2{opacity:0;transform:scaleX(0)}.burger-line--open-3{transform:translateY(-6.5px)rotate(-45deg)}.burger-overlay{z-index:900;opacity:0;pointer-events:none;background:#0a0a0a;align-items:center;padding:3rem;transition:opacity .25s;display:flex;position:fixed;inset:0}.burger-overlay--open{opacity:1;pointer-events:auto}.burger-nav{flex-direction:column;gap:.4em;width:100%;max-width:1240px;margin:0 auto;padding:0 1.5rem;display:flex}@media (min-width:700px){.burger-nav{padding:0 3rem}}.burger-nav-link{letter-spacing:-.015em;color:#fff;font-family:inherit;font-size:clamp(2rem,6vw,4rem);font-weight:500;line-height:1.1;text-decoration:none}.burger-nav-link:hover{opacity:.5}.gallery,.gallery-track,.gallery-track img{touch-action:pan-y}.gallery-wrap{margin:2rem 0 1.5rem;position:relative;overflow:hidden}.gallery{margin-bottom:.8rem;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{color:#6b6b6b;text-align:center;min-width:3em;line-height:1.4}.gallery-nav{justify-content:space-between;align-items:center;gap:1em;margin-top:.8em;display:flex}.gallery-alt{color:#6b6b6b;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.gallery-controls{align-items:center;gap:.6rem;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:#fff;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{flex-direction:column;gap:2.5rem;margin:0;display:flex}a.home-post-card{color:inherit;text-decoration:none;transition:opacity .15s;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{background:#f5f5f5;flex-shrink:0;margin:0 0 1rem;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);margin:0 0 .4rem;font-weight:500;line-height:1.3;display:block}.home-post-excerpt{font-size:var(--fs-m);color:var(--ink);line-height:1.5;display:block}.home-posts-all{font-size:var(--fs-m);color:var(--accent);margin-top:2rem;text-decoration:none;display:inline-block}.home-posts-all:hover{text-decoration:underline}.blog-listing{flex-direction:column;gap:3.5rem;margin:4rem 0 0;display:flex}@media (min-width:700px){.blog-listing{gap:5rem}}.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);letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 .4rem;display:block}.blog-listing .home-post-title{font-size:var(--fs-m);letter-spacing:-.01em;margin:0 0 .6rem;font-weight:600;line-height:1.25}@media (min-width:700px){.blog-listing .home-post-title{font-size:var(--fs-m)}}.blog-listing .home-post-excerpt{font-size:var(--fs-m);color:var(--ink);font-weight:400;line-height:1.55}@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:2rem}.post-date{font-size:var(--fs-s);letter-spacing:var(--track-mark);text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.post-title{font-family:inherit;font-size:var(--fs-xl);font-weight:var(--w-bold);letter-spacing:-.02em;max-width:22ch;margin:0 0 1.5rem;line-height:1.15}.post-hero{margin:0 0 2rem}.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);margin:2.5rem 0 .6rem;line-height:1.4}.post-text{font-size:var(--fs-m);color:var(--ink);margin:1rem 0;line-height:1.65}.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:700}.post-image{margin:2rem 0}.post-image img{width:100%;height:auto;display:block}.post-image figcaption{font-size:var(--fs-m);color:#6b6b6b;margin-top:.6em}.post-image-text{margin:2rem 0;overflow:hidden}.post-image-text figure{margin:0 0 1rem}.post-image-text figure img{width:100%;height:auto;display:block}.post-image-text>div{font-size:var(--fs-m);line-height:1.7}.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 1.5rem 1rem 0}.post-image-text--right figure{float:right;margin:0 0 1rem 1.5rem}.post-image-text:after{content:"";clear:both;display:table}}.post-more{margin-top:4rem}.post-more-list{grid-template-columns:1fr;gap:2rem;margin-top:1rem;display:grid}@media (min-width:700px){.post-more-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.post-more-img{aspect-ratio:4/3;object-fit:cover;background:#f5f5f5;width:100%;height:auto;margin-bottom:.8rem;display:block}.post-more-title{font-size:var(--fs-m);margin:.2rem 0 .4rem;font-weight:500;line-height:1.3}.post-more-title a{text-decoration:none}.post-more-title a:hover{text-decoration:underline}.post-more-excerpt{font-size:var(--fs-m);color:#4a4a4a;line-height:1.5}
