@charset "UTF-8";*,::before,::after{box-sizing:border-box;border-width:0}html{line-height:1.5;font-family:ui-sans-serif,system-ui,sans-serif;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}button,input{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button{-webkit-appearance:button;background-image:none;background-color:initial;cursor:pointer}:disabled{cursor:default}:-moz-focusring{outline:1px dotted ButtonText}h1,h2,h3,figure,p{margin:0}ul,menu{margin:0;padding:0;list-style:none}img,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}:root{color-scheme:light dark;--surface-1-light:#fff;--surface-2-light:#e5e5e5;--text-1-light:#0a0a0a;--text-2-light:#737373;--border-light:#bbb;--surface-1-dark:#0a0a0a;--surface-2-dark:#404040;--text-1-dark:#fafafa;--text-2-dark:#a3a3a3;--border-dark:#606060;--surface-1:var(--surface-1-light);--surface-2:var(--surface-2-light);--text-1:var(--text-1-light);--text-2:var(--text-2-light);--border:var(--border-light)}@media(prefers-color-scheme:dark){:root{--surface-1:var(--surface-1-dark);--surface-2:var(--surface-2-dark);--text-1:var(--text-1-dark);--text-2:var(--text-2-dark);--border:var(--border-dark)}}html.light{color-scheme:light;--surface-1:var(--surface-1-light);--surface-2:var(--surface-2-light);--text-1:var(--text-1-light);--text-2:var(--text-2-light);--border:var(--border-light)}html.dark{color-scheme:dark;--surface-1:var(--surface-1-dark);--surface-2:var(--surface-2-dark);--text-1:var(--text-1-dark);--text-2:var(--text-2-dark);--border:var(--border-dark)}html{height:100%}body{display:flex;flex-direction:column;width:100%;min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--surface-1);color:var(--text-1)}body>header{display:flex;justify-content:space-between;align-items:center;padding:.5rem;margin-bottom:2rem;width:100%;min-height:4rem}@media(min-width:640px){body>header{margin-bottom:3rem}}body>header ul{display:inline-flex}body>header .btn{display:inline-flex;justify-content:center;align-items:center;border-radius:.5rem;padding-right:1rem;padding-left:1rem;height:3rem;font-weight:600;font-size:1.25rem;user-select:none}body>header .btn-square{padding:0;width:3rem}body>menu{margin:0 auto 5rem;padding-right:1.5rem;padding-left:1.5rem;width:100%;max-width:768px;color:var(--text-2);font-weight:600;font-size:1.25rem;line-height:1.4;user-select:none;text-align:center}body>menu a{display:block;padding-top:.5rem;padding-bottom:.5rem}body>menu a:hover,body>menu a[aria-current=true]{color:var(--text-1)}body>main{flex-grow:1;width:100%;height:100%}main>section{margin:0 auto 3rem;padding-right:1.5rem;padding-left:1.5rem}@media(min-width:640px){main>section{margin-bottom:4rem}}body>footer{margin-right:auto;margin-left:auto;color:var(--text-2);font-size:.875rem;line-height:1.4286}body>footer section:last-of-type{display:flex;flex-flow:row wrap;justify-content:center;gap:1rem;padding:2.5rem}body>footer section:last-of-type a:hover{text-decoration-line:underline}hgroup{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:0 auto 3rem;padding-right:1.5rem;padding-left:1.5rem;max-width:1024px;text-align:center}hgroup h1{font-weight:600;font-size:clamp(2rem,calc(1.667rem + 1.481vw),3rem);line-height:clamp(2.25rem,calc(1.833rem + 1.852vw),3.5rem);text-wrap:balance}hgroup h2{font-weight:600;font-size:clamp(1.5rem,calc(1.333rem + .741vw),2rem);line-height:clamp(1.75rem,calc(1.5rem + 1.111vw),2.5rem);text-wrap:balance}hgroup p{color:var(--text-2);font-size:1.0625rem;line-height:1.5556;text-wrap:balance}@media(min-width:640px){hgroup{width:83.3333%;margin-bottom:4rem}}section.galleries{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem 1.5rem;max-width:1280px}@media(min-width:640px){section.galleries{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:3rem}}@media(min-width:1024px){section.galleries{grid-template-columns:repeat(3,minmax(0,1fr))}}section.gallery{padding-right:0;padding-left:0}.prose{max-width:768px;color:var(--text-1);font-size:1rem;line-height:1.75}.prose a{color:var(--text-1);font-weight:500;text-decoration:underline}.prose p{margin-top:1.25em;margin-bottom:1.25em}.prose img{margin-top:2em;margin-bottom:2em}.prose h3{margin-top:1.6em;margin-bottom:.6em;color:var(--text-1);font-weight:600;font-size:1.25em;line-height:1.6}.prose ul{margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em;list-style-type:disc}.prose ul>li{margin-top:.5em;margin-bottom:.5em;padding-left:.375em}.prose ul li::marker{color:var(--text-2);font-variant-numeric:tabular-nums;unicode-bidi:isolate;text-align:start!important;text-align-last:start!important;text-indent:0!important;text-transform:none}.prose h3+*{margin-top:0}.prose figure{margin-top:2em;margin-bottom:2em}.prose figure>*{margin-top:0;margin-bottom:0}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.card{display:flex;flex-direction:column;border-radius:1rem}.card>figure{aspect-ratio:3/2;width:100%;border-radius:1rem}.card>img,.card figure>img{box-shadow:0 1px 2px rgba(0,0,0,5%);border-radius:1rem;aspect-ratio:3/2;width:100%;overflow:hidden;object-fit:cover}.card>img:hover,.card figure>img:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.card>div{display:flex;flex:auto;flex-direction:column;gap:.75rem;padding:1rem}.card>div>h2{font-weight:600;font-size:1.125rem;line-height:1.375}.card>div>p{color:var(--text-2);font-size:.875rem;line-height:1.4286}.gallery-item{cursor:zoom-in}.hidden{display:none}#menu-toggle[aria-expanded=true] .icon-menu{display:none}#menu-toggle[aria-expanded=true] .icon-close{display:block}section.social-icons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem;padding-right:1.5rem;padding-left:1.5rem}section.featured{padding-right:1.5rem;padding-left:1.5rem;max-width:1280px;color:var(--text-1-dark)}.featured-card{display:flex;box-shadow:0 1px 2px rgba(0,0,0,5%);border-radius:1rem;background-position:50%;background-size:cover;aspect-ratio:1/1;width:100%;overflow:hidden}@media(min-width:640px){.featured-card{aspect-ratio:16/9}}.featured-card>div{display:flex;flex-direction:column;justify-content:flex-end;gap:1rem;background-image:linear-gradient(to top,RGB(0 0 0/.8) 10%,transparent 50%);padding:1.5rem;width:100%;height:100%}.featured-card>div>h2{font-weight:600;font-size:clamp(1.5rem,calc(1.375rem + .556vw),1.875rem);line-height:1.2}.featured-card>div>p{font-size:.875rem;line-height:1.4286}.featured-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}nav.categories{padding-right:1.5rem;padding-left:1.5rem;margin:0 auto 3rem}nav.categories>ul{display:flex;flex-flow:row wrap;justify-content:center;gap:.75rem}nav.categories>ul li{max-width:100%}nav.categories>ul li>a{display:block;padding:.5rem .75rem;border-radius:9999px;border:1px solid var(--border);font-size:.875rem;line-height:1.4286;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:640px){nav.categories>ul li>a{padding:.75rem 1rem;font-size:1rem;line-height:1.25}}@media(min-width:640px){nav.categories{margin-bottom:4rem}}/*!PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com*/.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79, 79, 79, 0.4);--pswp-preloader-color-secondary:rgba(255, 255, 255, 0.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:transparent}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration)cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:0 0;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:0 0;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:0 0;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1,1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise 600ms linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.pswp__dynamic-caption{color:#fff;position:absolute;width:100%;left:0;top:0;transition:opacity 120ms linear!important}.pswp-caption-content{display:none}.pswp__dynamic-caption a{color:#fff}.pswp__dynamic-caption--faded{opacity:0!important}.pswp__dynamic-caption--aside{width:auto;max-width:300px;padding:20px 15px 20px 20px;margin-top:70px}.pswp__dynamic-caption--below{width:auto;max-width:700px;padding:15px 0 0}.pswp__dynamic-caption--on-hor-edge{padding-left:15px;padding-right:15px}.pswp__dynamic-caption--mobile{width:100%;background:rgba(0,0,0,.5);padding:10px 15px;right:0;bottom:0;top:auto!important;left:0!important}:root,html.light,html.dark{--text-1:#00186A;--text-2:#00186A}.site-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:100%;min-height:auto;margin:0 0 3rem;padding:1.5rem 1.5rem .75rem}.site-header__logo{display:flex;justify-content:center}.site-header__logo>img{display:block;width:auto;max-width:82vw;width:720px;max-height:9rem;object-fit:contain}.site-header__nav ul{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem 1.1rem;margin:0;padding:0;list-style:none}.site-header__nav a{display:inline-block;color:#00186a;font-family:work sans,Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:0;line-height:1.25;text-decoration:none;text-transform:uppercase}.site-header__nav a:hover,.site-header__nav a[aria-current=true]{text-decoration:underline;text-underline-offset:.25em}.site-footer{width:100%;margin-top:4rem;background:#00186a;color:#fff;font-family:work sans,Arial,sans-serif}.site-footer__inner{display:grid;justify-items:center;gap:1.35rem;width:min(100%,760px);margin:0 auto;padding:2.5rem 1.5rem 1.75rem;text-align:center}.site-footer__follow{display:flex;align-items:center;justify-content:center;gap:.75rem}.site-footer__follow h2{margin:0;color:inherit;font-size:12px;font-weight:700;letter-spacing:0;line-height:1.25;text-transform:uppercase}.site-footer__follow a{display:inline-flex;align-items:center;justify-content:center;color:inherit;text-decoration:none}.site-footer__follow a:hover,.site-footer__follow a:focus-visible{opacity:.72}.site-footer__nav ul{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem 1.15rem;margin:0;padding:0;list-style:none}.site-footer__nav a{color:inherit;font-size:12px;font-weight:700;line-height:1.25;text-decoration:none;text-transform:uppercase}.site-footer__nav a:hover,.site-footer__nav a:focus-visible{text-decoration:underline;text-underline-offset:.25em}.site-footer__copyright{margin:0;color:inherit;font-size:11px;font-weight:500;line-height:1.4}.portfolio-groups{display:flex;flex-direction:column;gap:4rem;max-width:1280px}section.gallery{position:relative;width:calc(100% - 3rem);max-width:760px}hgroup>h1,hgroup>p{color:#00186a;font-family:work sans,Arial,sans-serif;font-size:24px;font-weight:500;line-height:1.35}.about-page{display:grid;grid-template-columns:minmax(280px,440px)minmax(0,560px);gap:clamp(2rem,6vw,5rem);align-items:center;width:calc(100% - 3rem);max-width:1120px;margin:0 auto;padding:2.5rem 0 5rem;color:#00186a}.about-page__portrait{margin:0}.about-page__portrait img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}.about-page__content{max-width:560px}.about-page__eyebrow{margin:0 0 .75rem;font-family:work sans,Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:0;line-height:1.2;text-transform:uppercase}.about-page h1{margin:0 0 1.5rem;color:#00186a;font-family:work sans,Arial,sans-serif;font-size:24px;font-weight:500;letter-spacing:0;line-height:1.35}.about-page__bio{font-size:18px;line-height:1.65}.about-page__bio p{margin:0}.about-page__bio p+p{margin-top:1.15rem}.single-image-gallery .gallery-item{left:50%!important;transform:translateX(-50%)}.project-carousel{width:100%}.project-intro{margin-bottom:2rem}.project-image-stack{display:grid;gap:2.25rem;width:100%;max-width:760px;margin:0 auto}.project-image-stack__item{display:grid;place-items:center;gap:.55rem;margin:0;background:#f7f8fb}.project-image-stack__item>img{display:block;width:100%;height:auto}.project-image-stack__item>figcaption{width:100%;padding:0 0 .15rem;color:#00186a;font-family:work sans,Arial,sans-serif;font-size:11px;font-weight:500;line-height:1.35;text-align:left}.project-back-link{display:inline-flex;align-items:center;gap:.25rem;min-height:30px;margin:0 0 .45rem;color:#00186a;font-family:work sans,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1;text-decoration:none;text-transform:uppercase}.project-back-link::before{content:"‹";font-family:Arial,sans-serif;font-size:18px;line-height:1}.project-back-link:hover,.project-back-link:focus-visible{text-decoration:none}.site-bottom-nav{position:fixed;top:auto;bottom:1.5rem;left:max(1.5rem,calc((100vw - 1280px)/2))!important;right:auto!important;z-index:20;width:auto;margin:0;opacity:0;pointer-events:none;transition:opacity 160ms ease}.site-top-link{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;width:auto;height:32px;min-height:0;padding:0 .65rem;border-radius:0;background:#00186a;color:#fff;font-family:work sans,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1;text-decoration:none;text-transform:uppercase}.site-top-link::before{content:"‹";font-family:Arial,sans-serif;font-size:18px;line-height:1;transform:rotate(90deg)}.site-top-link:hover,.site-top-link:focus-visible{background:#00186a;color:#fff;text-decoration:none}body.has-scrolled .site-bottom-nav,.site-bottom-nav:focus-within{opacity:1;pointer-events:auto}@media(max-width:760px){.site-bottom-nav{left:1.5rem!important;right:auto!important;bottom:1rem}}.project-carousel__stage{position:relative;display:grid;place-items:center;width:100%;background:#f7f8fb;overflow:hidden}.project-carousel__slide{display:none;place-items:center;width:100%;margin:0}.project-carousel__slide.is-active{display:grid}.project-carousel__slide>img{display:block;width:100%;height:auto;max-height:72vh;object-fit:contain}.project-carousel__arrow{position:absolute;top:50%;display:grid;place-items:center;width:34px;height:34px;border:0;background:rgba(232,234,240,.7);color:#00186a;font-family:Arial,sans-serif;font-size:24px;line-height:1;transform:translateY(-50%)}.project-carousel__arrow--prev{left:10px}.project-carousel__arrow--next{right:10px}.project-carousel__dots{position:absolute;bottom:12px;left:50%;display:flex;gap:8px;padding:6px 8px;background:rgba(255,255,255,.5);transform:translateX(-50%)}.project-carousel__dot{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#e8eaf0}.project-carousel__dot.is-active{background:#00186a}section.galleries,.portfolio-group>.galleries{display:grid;grid-template-columns:1fr;gap:1.5rem}section.galleries.masonry-ready,.portfolio-group>.galleries.masonry-ready{display:block;position:relative}.card{position:relative;display:block;margin:0;width:100%;border-radius:.25rem;background:0 0;box-shadow:none;overflow:hidden}.masonry-ready>.card{top:0;left:0}.card>figure{display:block;aspect-ratio:auto;width:100%;border-radius:.25rem .25rem 0 0;background:0 0!important}.card>img,.card figure>img{display:block;aspect-ratio:auto;width:100%;height:auto;border-radius:.25rem .25rem 0 0;object-fit:contain}.card>div{padding:1rem}.home-galleries>.card>div,.image-only-galleries>.card>div{display:none}.home-galleries>.card>figure,.home-galleries>.card figure>img,.image-only-galleries>.card>figure,.image-only-galleries>.card figure>img{border-radius:.25rem}.portfolio-card-carousel{display:block;color:inherit}.portfolio-card-carousel__slide{display:none;width:100%;margin:0;border-radius:.25rem;background:0 0!important}.portfolio-card-carousel__slide.is-active{display:block}.portfolio-card-carousel__slide>img{display:block;width:100%;height:auto;border-radius:.25rem}.portfolio-card-carousel__arrow{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:28px;height:28px;border:0;background:rgba(232,234,240,.7);color:#00186a;font-family:Arial,sans-serif;font-size:20px;line-height:1;transform:translateY(-50%)}.portfolio-card-carousel__arrow--prev{left:8px}.portfolio-card-carousel__arrow--next{right:8px}.portfolio-card-carousel__dots{position:absolute;right:50%;bottom:10px;z-index:2;display:flex;gap:6px;padding:5px 7px;background:rgba(255,255,255,.5);transform:translateX(50%)}.portfolio-card-carousel__dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#e8eaf0}.portfolio-card-carousel__dot.is-active{background:#00186a}nav.categories{margin-bottom:2rem;padding-right:1.5rem;padding-left:1.5rem}nav.categories>ul{gap:.35rem 1rem}nav.categories li{margin:0;padding-top:1px;font-family:work sans,Arial,sans-serif}nav.categories a{display:inline-block;min-height:0;padding:0!important;border:0!important;border-radius:0!important;background:0 0;box-shadow:none!important;color:#00186a!important;font-size:12px!important;font-weight:400;line-height:1.35!important;text-decoration:none;text-transform:uppercase}nav.categories a:hover{text-decoration:underline;text-underline-offset:.25em}nav.categories a[aria-current=true],nav.categories a[aria-current=true]:hover{background:0 0;color:#00186a!important;font-weight:700}.portfolio-work-layout{display:grid;width:calc(100% - 3rem);max-width:1280px;margin:0 auto 3rem;gap:2rem}.portfolio-work-layout>nav.categories{margin:0;padding:0}.portfolio-work-layout>nav.categories>ul{align-items:flex-start}.portfolio-work-layout>.galleries{width:100%;margin:0;padding:0}@media(max-width:859px){.site-header{margin-bottom:1.25rem}hgroup{margin-bottom:1.25rem}.portfolio-work-layout{gap:1.15rem}}@media(min-width:860px){.portfolio-work-layout{grid-template-columns:150px minmax(0,1fr);align-items:start}.portfolio-work-layout>nav.categories{position:sticky;top:1.5rem}.portfolio-work-layout>nav.categories>ul{flex-direction:column;gap:.5rem}}.prose a.external-link{display:inline-block;margin-top:.35rem;padding:.45rem .7rem;border:1px solid #00186a;color:#00186a;font-family:work sans,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1.2;text-decoration:none;text-transform:uppercase}.prose a.external-link:hover,.prose a.external-link:focus-visible{background:#00186a;color:#fff}.services-page h2{font-family:work sans,Arial,sans-serif;font-weight:700;letter-spacing:0;text-transform:uppercase}.services-page h2,.services-page p,.services-page ul{break-inside:avoid}@media(min-width:860px){.services-page{column-count:2;column-gap:4rem}.services-page h2{break-after:avoid}}.project-review-app{width:calc(100% - 3rem);max-width:1280px;margin:0 auto;padding:3rem 0 5rem;color:#00186a;font-family:work sans,Arial,sans-serif}.project-review-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1rem}.project-review-header h1{margin:0 0 .35rem;font-size:32px;font-weight:500;line-height:1.2}.project-review-header p,.project-review-summary,.project-review-card p,.project-review-card-actions{font-size:12px;line-height:1.4}.project-review-header p{margin:0}.project-review-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.project-review-actions button,.project-review-card-actions button{min-height:28px;border:0;background:#e8eaf0;color:#00186a;font:inherit;font-size:12px}.project-review-actions button{padding:0 .7rem}.project-review-actions button[aria-pressed=true],.project-review-actions button[data-export]{background:#00186a;color:#fff}.project-review-summary{display:flex;gap:1rem;margin-bottom:1.5rem}.project-review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.project-review-card{display:flex;flex-direction:column;min-width:0;border:1px solid #e8eaf0;background:#fff}.project-review-card.is-missing{border-color:rgba(0,24,106,.35)}.project-review-card.is-changed{border-color:#00186a}.project-review-thumb{position:relative;display:block;color:inherit;background:#e8eaf0}.project-review-thumb span{position:absolute;top:8px;left:8px;z-index:1;display:inline-grid;min-width:28px;height:28px;place-items:center;padding:0 8px;background:rgba(232,234,240,.7);color:#00186a;font-size:12px}.project-review-thumb img{display:block;width:100%;height:auto}.project-review-meta,.project-review-card label,.project-review-card-actions{padding:0 .85rem}.project-review-meta{padding-top:.75rem}.project-review-card h2{margin:0 0 .25rem;font-size:14px;font-weight:500;line-height:1.3}.project-review-card p{margin:0}.project-review-card label{display:grid;gap:.35rem;margin-top:.85rem}.project-review-card label span{font-size:11px;text-transform:uppercase}.project-review-card textarea,.project-review-export textarea{width:100%;border:1px solid #e8eaf0;background:#fff;color:#00186a;font:500 13px/1.45 work sans,Arial,sans-serif;resize:vertical}.project-review-card textarea{min-height:120px;padding:.6rem}.project-review-card-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:.75rem;padding-bottom:.85rem}.project-review-card-actions button{padding:0 .55rem}.project-review-card-actions button:disabled{opacity:.45}.project-review-export{width:calc(100% - 2rem);max-width:900px;border:1px solid #e8eaf0;color:#00186a}.project-review-export::backdrop{background:rgba(0,24,106,.18)}.project-review-export h2{margin:0 2rem .5rem 0;font-size:22px;font-weight:500}.project-review-export p{margin-bottom:1rem}.project-review-export textarea{min-height:360px;padding:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.project-review-close{position:absolute;top:.6rem;right:.6rem;width:32px;height:32px;border:0;background:#e8eaf0;color:#00186a;font-size:20px}@media(max-width:720px){.project-review-header{align-items:flex-start;flex-direction:column}.project-review-actions{justify-content:flex-start}}.project-manager{width:calc(100% - 3rem);max-width:1120px;margin:0 auto;padding:3rem 0 5rem;color:#00186a;font-family:work sans,Arial,sans-serif}.project-manager__header{display:grid;grid-template-columns:minmax(0,1fr)minmax(240px,360px);gap:1.5rem;align-items:end;margin-bottom:1.5rem}.project-manager__eyebrow{margin:0 0 .35rem;font-size:12px;font-weight:700;line-height:1.2;text-transform:uppercase}.project-manager h1{margin:0;font-size:32px;font-weight:500;line-height:1.2}.project-manager__header>p{margin:0;padding:.85rem;background:#e8eaf0;font-size:12px;line-height:1.45}.project-manager__header>p[data-tone=success]{background:rgba(0,24,106,8%)}.project-manager__header>p[data-tone=warning]{background:rgba(230,190,80,.2)}.project-manager__tabs,.project-manager__manage-actions,.project-manager__item-actions{display:flex;flex-wrap:wrap;gap:.5rem}.project-manager__tabs{margin-bottom:1.5rem}.project-manager button,.project-manager input,.project-manager textarea{color:#00186a;font:inherit}.project-manager button{min-height:32px;padding:0 .75rem;border:0;background:#e8eaf0;font-size:12px;font-weight:700;text-transform:uppercase}.project-manager button:hover,.project-manager button[aria-pressed=true]{background:#00186a;color:#fff}.project-manager button:disabled{cursor:default;opacity:.45}.project-manager__panel{display:none}.project-manager__panel.is-active{display:block}.project-manager__form{display:grid;gap:1rem;max-width:760px}.project-manager label,.project-manager fieldset{display:grid;gap:.4rem;margin:0;padding:0;border:0}.project-manager label>span,.project-manager legend{font-size:11px;font-weight:700;line-height:1.2;text-transform:uppercase}.project-manager input[type=text],.project-manager textarea{width:100%;border:1px solid #e8eaf0;background:#fff;font-size:14px;line-height:1.45}.project-manager input[type=text]{min-height:40px;padding:0 .7rem}.project-manager textarea{min-height:180px;padding:.7rem;resize:vertical}.project-manager__checks{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.project-manager__checks label,.project-manager__inline,.project-manager__image-choice span{display:flex;align-items:center;gap:.45rem}.project-manager__checks label>span,.project-manager__inline>span,.project-manager__image-choice span{font-size:12px;font-weight:500;text-transform:none}.project-manager__image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.85rem}.project-manager__image-choice{padding:.5rem;border:1px solid #e8eaf0}.project-manager__image-choice img{display:block;width:100%;aspect-ratio:1;object-fit:cover}.project-manager__image-choice small{overflow-wrap:anywhere;font-size:11px;line-height:1.3}.project-manager__editor{width:calc(100% - 2rem);max-width:980px;max-height:calc(100vh - 2rem);border:1px solid #e8eaf0;color:#00186a}.project-manager__editor::backdrop{background:rgba(0,24,106,.18)}.project-manager__close{position:absolute;top:.65rem;right:.65rem;width:32px;height:32px;padding:0}.project-manager__edit-form{max-width:none;padding:.75rem}.project-manager__edit-form h2{max-width:calc(100% - 3rem);margin:0 0 .75rem;font-size:22px;font-weight:500;line-height:1.25}.project-manager__edit-images{display:grid;gap:.7rem}.project-manager__edit-image{display:grid;grid-template-columns:110px minmax(0,1fr)auto;gap:.85rem;align-items:center;padding:.55rem;border:1px solid #e8eaf0;background:#fff}.project-manager__edit-image.is-hidden{opacity:.58}.project-manager__edit-image img{display:block;width:110px;height:110px;background:#e8eaf0;object-fit:cover}.project-manager__edit-image strong{display:block;margin-bottom:.45rem;overflow-wrap:anywhere;font-size:12px;font-weight:600;line-height:1.3}.project-manager__edit-image label{display:inline-flex;align-items:center;gap:.4rem;margin-right:1rem;font-size:12px}.project-manager__edit-actions{display:flex;flex-wrap:wrap;gap:.5rem}.project-manager__manage-actions{justify-content:flex-end;margin-bottom:1rem}.project-manager__list{display:grid;gap:.6rem;margin:0;padding:0;list-style:none}.project-manager__item{display:grid;grid-template-columns:28px 72px minmax(0,1fr)auto;gap:.85rem;align-items:center;padding:.6rem;border:1px solid #e8eaf0;background:#fff}.project-manager__handle{display:grid;place-items:center;color:rgba(0,24,106,.55);font-size:18px}.project-manager__item img,.project-manager__empty-thumb{display:block;width:72px;height:72px;background:#e8eaf0;object-fit:cover}.project-manager__item h2{margin:0 0 .2rem;font-size:14px;font-weight:600;line-height:1.25}.project-manager__item p{margin:0;font-size:12px;line-height:1.35}@media(max-width:760px){.project-manager__header,.project-manager__item,.project-manager__edit-image{grid-template-columns:1fr}.project-manager__manage-actions{justify-content:flex-start}.project-manager__handle{display:none}}@media(max-width:760px){.about-page{grid-template-columns:1fr;gap:1.75rem;padding-top:1.5rem}.about-page__portrait{max-width:420px}.about-page h1{font-size:24px}.about-page__bio{font-size:16px}}.portfolio-group{display:flex;flex-direction:column;gap:1.25rem}.portfolio-group>h2{padding-left:.25rem;font-weight:600;font-size:1.375rem;line-height:1.3}.portfolio-group>.galleries{margin-bottom:0}@media(min-width:640px){.portfolio-groups{gap:5rem}.portfolio-group{gap:1.5rem}.portfolio-group>h2{font-size:1.5rem}section.galleries,.portfolio-group>.galleries{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){section.galleries,.portfolio-group>.galleries{grid-template-columns:repeat(3,minmax(0,1fr))}}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 300ms}img.lazyload:not([src]){visibility:hidden}