:root{--c-bg:#fafafa;--c-ink:#1a1a1a;--c-mute:#56564f;--c-nav-secondary:#43433c;--c-accent:#0b5cad;--f-sans:system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif;--f-serif:"Georgia", "Times New Roman", serif;--f-text:var(--f-sans);--f-heading:var(--f-serif);--gallery-gutter:20px;--content-w:680px;--site-pad:clamp(20px, 4vw, 48px);--site-max-plateau:1200px;--site-max-cap:1460px;--site-max-smooth-gutter:500px;--site-max:max(
    1000px,
    min(
      var(--site-max-cap),
      min(
        calc(100vw - 2 * var(--site-pad)),
        max(var(--site-max-plateau), calc(100vw - var(--site-max-smooth-gutter)))
      )
    )
  );--img-height-floor:900px;--img-bleed-cap-h:max(93svh, var(--img-height-floor));--img-bleed-inner-cap-h:max(88svh, calc(var(--img-height-floor) * 88 / 93));--img-feature-cap-h:max(88svh, calc(var(--img-height-floor) * 88 / 93));--img-home-hero-cap-h:max(78svh, calc(var(--img-height-floor) * 78 / 85))}@supports(width:1svi){:root{--site-max:max(
      1000px,
      min(
        var(--site-max-cap),
        min(
          calc(100svi - 2 * var(--site-pad)),
          max(var(--site-max-plateau), calc(100svi - var(--site-max-smooth-gutter)))
        )
      )
    )}}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scrollbar-gutter:stable;font-size:100%}body{margin:0;background:var(--c-bg);color:var(--c-ink);font-family:var(--f-text);font-size:1rem;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}::selection{background:rgba(11,92,173,.12);color:var(--c-ink)}.site-shell{max-width:var(--site-max);margin:0 auto;width:100%;box-sizing:border-box}@supports(container-type:inline-size){.site-shell{container-type:inline-size;container-name:site}}img,picture{max-width:100%;display:block}button{font:inherit}a{color:inherit;text-decoration:none;border-bottom:1px solid}a:hover{color:var(--c-accent)}.skip-link{position:absolute;left:-9999px;top:0;background:var(--c-ink);color:var(--c-bg);padding:.5em 1em;border-bottom:none}.skip-link:focus{left:1em;top:1em;z-index:100}.site-header{padding:1.25rem var(--site-pad).75rem;position:relative;z-index:30}@supports(container-type:inline-size){@container site (min-width:calc(var(--site-max) - 3px)){.site-header {
      padding-inline: 0;
    }
  }}.site-header__inner{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.75rem 1.5rem}.site-title{font-family:var(--f-heading);font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:600;margin:0;letter-spacing:.02em;border-bottom:none;color:inherit;text-decoration:none}.site-title:hover,.site-title:focus-visible{color:var(--c-accent)}.site-nav{display:flex;align-items:center;justify-content:flex-end;flex:1;min-width:0}.site-nav__toggle{display:none;background:0 0;border:none;border-radius:0;width:44px;height:44px;padding:0;cursor:pointer;position:relative;z-index:2;flex-shrink:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.site-nav__toggle:focus-visible{outline:2px solid var(--c-accent);outline-offset:2px}.site-nav__toggle-inner{position:relative;display:block;width:22px;height:16px;margin:0 auto}.site-nav__toggle-bars,.site-nav__toggle-x{position:absolute;inset:0;pointer-events:none;transition:opacity 200ms ease}.site-nav__toggle-bars{opacity:1}.site-nav__toggle-x{opacity:0}.site-nav__toggle[aria-expanded=true] .site-nav__toggle-bars{opacity:0}.site-nav__toggle[aria-expanded=true] .site-nav__toggle-x{opacity:1}.site-nav__toggle-bars>span{position:absolute;left:0;width:22px;height:2px;background:var(--c-ink)}.site-nav__toggle-bars>span:nth-child(1){top:0}.site-nav__toggle-bars>span:nth-child(2){top:7px}.site-nav__toggle-bars>span:nth-child(3){top:14px}.site-nav__toggle-x>span{position:absolute;left:0;top:7px;width:22px;height:2px;background:var(--c-ink);transform-origin:center}.site-nav__toggle-x>span:nth-child(1){transform:rotate(45deg)}.site-nav__toggle-x>span:nth-child(2){transform:rotate(-45deg)}@media(prefers-reduced-motion:reduce){.site-nav__toggle-bars,.site-nav__toggle-x{transition-duration:.01ms}}.site-header .site-nav__sheet{display:contents}.site-nav__sheet-scrim{display:none}@media(max-width:720.5px),((min-width:481px) and (max-height:480px)){.site-header{--nav-sheet-pad:clamp(1.15rem, 3.5vw, 1.75rem)}.site-header__inner{align-items:center}.site-nav__toggle{display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.site-header .site-nav__toggle-bars,.site-header .site-nav__toggle-x{transition:none}.site-nav__sheet-scrim{display:block;position:fixed;inset:0;z-index:10015;background:rgba(26,26,26,.5);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 220ms ease,visibility 0s linear 220ms}html.nav-is-open .site-nav__sheet-scrim{opacity:1;visibility:visible;pointer-events:auto;transition:opacity 220ms ease,visibility 0s linear 0s}html.nav-is-open{overflow:hidden;scrollbar-gutter:auto}html.nav-is-open body{overflow:hidden}.site-header .site-nav__sheet{display:flex;flex-direction:column;position:fixed;z-index:10025;top:max(var(--site-pad),env(safe-area-inset-top,0px));right:max(var(--site-pad),env(safe-area-inset-right,0px));bottom:max(var(--site-pad),env(safe-area-inset-bottom,0px));left:max(var(--site-pad),env(safe-area-inset-left,0px));box-sizing:border-box;margin:0;padding:var(--nav-sheet-pad)0 var(--nav-sheet-pad)var(--nav-sheet-pad);width:auto;max-width:none;height:auto;background:var(--c-bg);border:1px solid rgba(26,26,26,.13);box-shadow:0 16px 48px rgba(26,26,26,.075);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 220ms ease,visibility 0s linear 220ms}.site-header .site-nav__sheet.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity 220ms ease,visibility 0s linear 0s}html.nav-is-open .site-header .site-nav__toggle{position:fixed;z-index:10040;top:calc(max(var(--site-pad),env(safe-area-inset-top,0px)) + var(--nav-sheet-pad));right:calc(max(var(--site-pad),env(safe-area-inset-right,0px)) + var(--nav-sheet-pad));justify-content:flex-start;padding-top:clamp(.35rem,2vw,.55rem)}.site-header .site-nav__sheet .site-nav__list{display:flex;flex-direction:column;align-items:stretch;gap:0;margin:0;padding:0 var(--nav-sheet-pad)calc(.35rem + env(safe-area-inset-bottom,0px))0;list-style:none;width:100%;max-width:none}.site-nav__list>li{border-bottom:1px solid rgba(26,26,26,.12)}.site-nav__list>li:last-child{border-bottom:none}.site-nav__list a{display:block;padding:.95rem 0;font-size:1.05rem;font-weight:500;border-bottom:none;color:var(--c-ink)}.site-nav__list a:hover,.site-nav__list a:focus-visible{color:var(--c-accent)}.site-nav__list>li>a[aria-current=page]{color:var(--c-ink);font-weight:600}.site-nav__list>li>a:focus-visible{outline:2px solid var(--c-accent);outline-offset:2px}html.is-resizing .site-nav__sheet-scrim,html.is-resizing html.nav-is-open .site-nav__sheet-scrim,html.is-resizing .site-header .site-nav__sheet,html.is-resizing .site-header .site-nav__sheet.is-open{transition:none}@media(prefers-reduced-motion:reduce){.site-nav__sheet-scrim,html.nav-is-open .site-nav__sheet-scrim,.site-header .site-nav__sheet,.site-header .site-nav__sheet.is-open{transition:none}}}@media(min-width:720.5px){@media not ((min-width:481px) and (max-height:480px)){.site-header .site-nav__list{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;list-style:none;margin:0;padding:0;align-items:baseline;justify-content:flex-end}.site-header .site-nav__list a{border-bottom:none;font-size:.9rem;font-weight:500;color:var(--c-nav-secondary)}.site-header .site-nav__list a:hover,.site-header .site-nav__list a:focus-visible{color:var(--c-accent)}.site-header .site-nav__list>li>a[aria-current=page]{color:var(--c-ink);border-bottom:1px solid var(--c-ink);font-weight:600}.site-header .site-nav__list>li>a:focus-visible{outline:2px solid var(--c-accent);outline-offset:3px;border-radius:2px}}}.site-footer{border-top:1px solid rgba(26,26,26,.12);margin-top:4rem;padding:2rem var(--site-pad);text-align:center;font-size:.85rem;color:var(--c-mute)}.site-footer__copy{margin:0;letter-spacing:.04em}.content-column{max-width:var(--content-w);margin:3rem auto;padding:0 var(--site-pad)}.content-column h1{font-family:var(--f-heading);font-size:clamp(2rem,5vw,2.5rem);font-weight:600;margin:0 0 1rem;line-height:1.15}.page-meta{color:var(--c-mute);font-style:italic;font-size:.95rem;margin:-.5rem 0 1.5rem}.gallery{list-style:none;margin:0 0 3rem;padding:0;position:relative;opacity:0;transition:opacity 200ms ease}.gallery.is-ready{opacity:1}.gallery.gallery--single-column{margin:0 0 8px}.gallery li{position:absolute;margin:0;padding:0;width:100%;height:auto;aspect-ratio:var(--ar,1.5);top:0;left:0}.gallery a{border-bottom:none;display:block;width:100%;height:100%;background:var(--c-bg);overflow:hidden}.gallery img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--focal,50% 50%)}.gallery:not(.is-ready){position:static}.gallery:not(.is-ready) li{position:static;width:100%;height:auto;margin-bottom:var(--gallery-gutter);aspect-ratio:var(--ar,1.5)}.gallery-text-tile{background:var(--c-bg);container-type:size;overflow:hidden}.gallery-text-tile__inner{width:100%;height:100%;padding:3.5cqh 4cqi;display:flex;flex-direction:column;justify-content:safe center;align-items:stretch;box-sizing:border-box;font-size:0;line-height:0}.gallery-text-tile__body{font-family:var(--f-heading);font-size:clamp(20px,9.5cqh,30px);line-height:1.38;color:var(--c-ink);min-width:0}.gallery-text-tile.is-medium .gallery-text-tile__body{font-size:clamp(18px,8.85cqh,30px);line-height:1.36}.gallery-text-tile.is-long .gallery-text-tile__body{font-size:clamp(17px,7.75cqh,32px);line-height:1.33}.gallery-text-tile__body p{margin:0 0 .5em}.gallery-text-tile__body p:last-child{margin-bottom:0}@media(min-width:720.5px){.project:has(.gallery-text-tile) .project-header .intro{display:none}}@media(max-width:720.5px),((min-width:481px) and (max-height:480px)){.gallery-text-tile{display:none}}@media(min-width:481px) and (max-height:480px){.project:has(.gallery-text-tile) .project-header .intro{display:block}}.thumb-grid{list-style:none;margin:2rem 0;padding:0 var(--site-pad);display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.35rem 1.75rem}.thumb-grid li{margin:0}.thumb-grid a{border-bottom:none;display:block}.thumb-grid__img{aspect-ratio:1/1;background:var(--c-bg);overflow:hidden}.thumb-grid__img img{width:100%;height:100%;object-fit:cover;object-position:var(--focal,50% 50%)}.thumb-grid__title{font-family:var(--f-heading);margin:.8rem 0 0;font-size:1.15rem;font-weight:600;letter-spacing:.01em;line-height:1.25;text-wrap:pretty}.section-heading{max-width:var(--site-max);margin:3rem auto .5rem;padding:0 var(--site-pad);display:flex;align-items:baseline;gap:.75rem}.section-heading h2{font-family:var(--f-sans);font-size:.85rem;font-weight:500;margin:0;letter-spacing:.18em;text-transform:uppercase;color:var(--c-nav-secondary)}.section-heading h2 a{border-bottom:none;color:inherit}.section-heading__count{font-family:var(--f-sans);color:var(--c-nav-secondary);font-size:.78rem;font-style:normal;font-variant-numeric:tabular-nums;letter-spacing:.06em;margin-left:auto}.section-all-listing__deck{box-sizing:border-box;max-width:var(--site-max);margin:1rem auto 0;padding:0 var(--site-pad);text-align:left}.section-all-listing__deck p{max-width:var(--content-w);margin:0 0 .85em;margin-right:auto;font-family:var(--f-heading);font-size:1.05rem;font-weight:400;line-height:1.5;color:var(--c-ink)}.section-all-listing__deck p:last-child{margin-bottom:0}.section-all-listing__deck+.thumb-grid{margin-top:1.75rem}.section-all-listing__empty{box-sizing:border-box;max-width:var(--site-max);margin:1.25rem auto 0;padding:0 var(--site-pad);text-align:left}.section-all-listing__deck+.page-section-list{margin-top:1.75rem}.page-section-list{list-style:none;margin:0 auto;padding:0 var(--site-pad);max-width:var(--site-max);box-sizing:border-box}.page-section-list li{margin:0 0 1rem;padding:0}.page-section-list__link{font-family:var(--f-heading);font-size:1.15rem;font-weight:500;color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}.page-section-list__link:hover,.page-section-list__link:focus-visible{color:var(--c-accent)}.page-section-list__deck{margin:.35rem 0 0;max-width:var(--content-w);font-family:var(--f-sans);font-size:.95rem;line-height:1.45;color:var(--c-nav-secondary)}.project-header h1,.project-header .page-meta{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.project-header .intro{max-width:720px;margin:clamp(2rem,4vw,3rem)auto clamp(1.75rem,3vw,2.5rem);padding:0 var(--site-pad);color:var(--c-ink);font-family:var(--f-heading);font-weight:400;font-size:clamp(1.2rem,1.7vw,1.45rem);line-height:1.5}.project-header .intro p{margin:0 0 .7em}.project-header .intro p:last-child{margin-bottom:0}.cover-hero{width:100%;overflow:hidden;background:var(--c-bg);margin-top:0;display:grid;justify-items:center;align-items:start}.cover-hero img{display:block;width:auto;max-width:100%;height:auto;max-height:var(--img-home-hero-cap-h);object-fit:contain;object-position:var(--focal,50% 50%);align-self:start;justify-self:center}@supports(width:1cqw){.cover-hero img{max-height:max(var(--img-home-hero-cap-h),100cqw)}}.home-contents{max-width:var(--site-max);margin:clamp(3rem,6vw,5rem)auto;padding:0 var(--site-pad);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(2rem,4vw,3.25rem);row-gap:clamp(2rem,4vw,4rem);align-items:start}.home-contents:has(>.home-contents__section:only-child){grid-template-columns:1fr}.home-contents__section{min-width:0}.home-contents__heading{font-family:var(--f-sans);font-size:.85rem;font-weight:500;margin:0 0 1.1rem;letter-spacing:.18em;text-transform:uppercase;color:var(--c-nav-secondary);text-wrap:balance}.home-contents__heading a{border-bottom:1px solid;color:inherit}.home-contents__heading a:hover,.home-contents__heading a:focus-visible{color:var(--c-accent);border-bottom-color:var(--c-accent)}.home-contents__list{list-style:none;margin:0;padding:0}.home-contents__list li{margin:0;border-top:none;border-bottom:none}.home-contents__list li+li{border-top:1px solid rgba(26,26,26,.15)}.home-contents__list a{border-bottom:none;display:block;padding:.95rem 0}.home-contents__title{display:block;font-family:var(--f-heading);font-size:1.4rem;font-weight:600;line-height:1.2}.home-contents__list a:hover .home-contents__title,.home-contents__list a:focus-visible .home-contents__title{color:var(--c-accent)}@media(max-width:720.5px),((min-width:481px) and (max-height:480px)){.home-contents{grid-template-columns:1fr;column-gap:0;row-gap:2.25rem}}.project-gallery{display:block}.pswp__img,.pswp__zoom-wrap,.pswp--zoom-allowed .pswp__img,.pswp--zoomed-in .pswp__img{cursor:pointer}.pswp__button--zoom{display:none!important}@media not ((pointer:fine) and (hover:hover) and (min-width:720.5px) and (min-height:480px)){.project-gallery a[data-pswp-width]{cursor:default}}(pointer:fine) and (hover:hover) and (min-width:720.5px) and (min-height:480px)){.project-gallery a[data-pswp-width] { cursor: zoom-in; }}.spread{margin:clamp(2rem,4vw,3.25rem)0;padding:0}.project-gallery>.spread:first-child{margin-top:0}.project-gallery>.spread--full:first-child{margin-bottom:clamp(.5rem,1.25vw,.85rem)}.spread--feature{max-width:880px;margin-block:clamp(2.5rem,5vw,4rem);margin-inline:auto;padding:0 var(--site-pad);text-align:center}.spread--feature a{border-bottom:none;display:inline-block;max-width:100%;overflow:hidden}.spread--feature img{display:block;width:auto;height:auto;max-width:100%;max-height:var(--img-feature-cap-h);margin:0 auto}.project-gallery:has(.gallery.gallery--single-column) .spread--feature{width:100%;max-width:none;margin-left:0;margin-right:0;padding:0;text-align:initial}.project-gallery:has(.gallery.gallery--single-column) .spread--feature a{display:block;max-width:none}.project-gallery:has(.gallery.gallery--single-column) .spread--feature img{width:100%;height:auto;max-height:none}.spread--full{width:100%;overflow:hidden;background:var(--c-bg);text-align:center}.spread--full a{border-bottom:none;display:inline-block;max-width:100%;overflow:hidden;vertical-align:top}.spread--full img{display:block;width:auto;max-width:100%;height:auto;max-height:var(--img-bleed-cap-h);object-fit:contain;object-position:var(--focal,50% 50%)}@supports(width:1cqw){.spread--full img{max-height:max(var(--img-bleed-cap-h),100cqw)}}@media(max-width:720.5px),((min-width:481px) and (max-height:480px)){.spread--diptych,.spread--diptych.is-ready{position:static!important;height:auto!important}.spread--diptych li{position:static!important;width:100%!important;height:auto!important;top:auto!important;left:auto!important;margin-bottom:var(--gallery-gutter);aspect-ratio:var(--ar,1.5)}.spread--diptych li:last-child{margin-bottom:0}.spread--full{text-align:initial}.spread--full a{display:block;width:100%;max-width:none}.spread--full img{width:100%;max-width:none;height:auto;max-height:var(--img-bleed-inner-cap-h);object-fit:cover;object-position:var(--focal,50% 50%)}.spread{margin:0 0 8px}.gallery{margin:0 0 8px}.project-gallery>.spread:first-child{margin-top:0}.project-gallery>.spread--full:first-child{margin-bottom:8px}.spread--feature{width:100%;max-width:none;margin-left:0;margin-right:0;padding:0;text-align:initial}.spread--feature a{display:block;max-width:none}.spread--feature img{width:100%;height:auto;max-height:none}}