:root{--bg:#ffffff;--ink:#151515;--copy:#707070;--light-copy:#9a9a9a;--line:#efefef;--field:#f8f8f8;--band:#f7f7f7;--max:1170px;--pad:15px;--page-top:28px;--content-nudge:clamp(10px,1.8vw,28px);--text-pad:clamp(8px,1vw,14px);--font-primary:Chivo,Arial,Helvetica,sans-serif;--font-shell:Roboto,Arial,Helvetica,sans-serif}@font-face{font-family:Chivo;font-display:swap;font-style:normal;font-weight:100 900;src:url(/media/fonts/chivo-latin.woff2) format("woff2")}@font-face{font-family:Roboto;font-display:swap;font-style:normal;font-weight:100 900;src:url(/media/fonts/roboto-latin.woff2) format("woff2")}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth;overflow-y:scroll;scrollbar-gutter:stable}body{min-height:100vh;margin:0;background:var(--bg);color:var(--copy);display:flex;flex-direction:column;font-family:var(--font-primary);font-size:14px;font-weight:400;line-height:1.8}main{flex:1 0 auto}a{color:var(--ink);text-decoration:none;transition:color 80ms ease-in}a:hover{color:rgba(21,21,21,.6)}img,video{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{margin:0 0 24px;color:var(--ink);font-weight:600;line-height:1.4;letter-spacing:0}h1{font-size:40px}h2{font-size:34px}h3{font-size:22px}p{margin:0 0 20px;color:var(--copy);font-size:14px;font-weight:400;line-height:1.8}strong{color:var(--ink);font-weight:600}button,input,textarea{font:inherit}.section,.site-footer__inner,.site-header__inner{width:min(100% - 30px,var(--max));margin:0 auto}.site-header{position:relative;z-index:10;background:#fff}.site-header__inner{min-height:126px;display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:20px;padding-bottom:20px}.brand{display:inline-block;line-height:0}.brand img{width:132px;height:56px;object-fit:contain}.nav{display:flex;align-items:center;gap:0;margin-top:3px}.nav a{color:var(--ink);padding:28px 20px 26px;font-family:var(--font-shell);font-size:12px;font-weight:500;letter-spacing:.5px;line-height:1;text-transform:uppercase}.nav a:hover,.nav a[aria-current=page]{color:rgba(21,21,21,.38)}.mobile-menu-button{display:none;width:42px;height:42px;border:0;background:transparent;color:var(--ink);cursor:pointer}.mobile-menu-button span{display:block;width:22px;height:2px;margin:5px auto;background:currentColor;transform-origin:center;transition:transform .22s ease,opacity .22s ease}.mobile-menu-button[data-open=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.mobile-menu-button[data-open=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.hero--home{padding-top:var(--page-top);padding-bottom:15px}.hero--home h1{max-width:830px;margin:0 0 10px;font-size:40px;font-weight:600;line-height:1.36}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:52px 30px;gap:52px 30px;padding-right:var(--content-nudge);padding-bottom:85px}.portfolio-filter-state{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:18px;padding-bottom:34px}.portfolio-filter-state p{margin:0;font-family:var(--font-shell);font-size:13px;line-height:1.4;text-transform:uppercase}.portfolio-filter-state strong{font-weight:600}.portfolio-filter-state a{border-bottom:1px solid;font-family:var(--font-shell);font-size:13px;line-height:1.4;text-transform:uppercase}.project-card{display:block;outline:0}.project-card__media{position:relative;overflow:hidden;aspect-ratio:1.2;background:#f4f4f4}.project-card__media img,.project-card__media video{width:100%;height:100%;object-fit:cover}.project-card__media:after{content:"";position:absolute;inset:0;z-index:1;background:#292929;opacity:0;transition:opacity .56s ease}.project-card__hover-arrow{position:absolute;inset:0;z-index:2;display:grid;place-items:center;opacity:0;transition:opacity .56s ease}.project-card__hover-arrow img{width:24px;height:24px;margin:auto}.project-card:focus-visible .project-card__media:after,.project-card:hover .project-card__media:after{opacity:.78}.project-card:focus-visible .project-card__hover-arrow,.project-card:hover .project-card__hover-arrow{opacity:1}.project-card__content{padding-top:18px}.project-card h2{margin:0;font-size:17px;font-weight:400;line-height:1.4}.project-card p{margin:1px 0 0;color:#54595f;font-size:14px;font-weight:400;line-height:1.8}.button{display:inline-flex;align-items:center;justify-content:center;min-width:90px;min-height:30px;padding:9px 18px;border:2px solid var(--ink);border-radius:0;background:transparent;color:var(--ink);font-family:var(--font-shell);font-size:12px;font-weight:500;letter-spacing:.5px;line-height:1;text-transform:uppercase}.button--solid{min-height:56px;padding-inline:34px;border-color:var(--ink);background:var(--ink);color:#fff}.button--solid:hover{color:#fff;background:#333}.button--outline{min-height:32px;padding:7px 15px}.cta-band{padding-bottom:84px}.cta-band__inner{min-height:205px;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:44px 67px;background:var(--band)}.cta-band h2{margin:0;font-size:40px;line-height:1.3}.services-hero{padding-top:var(--page-top);padding-bottom:15px}.services-hero h1{margin:0 0 10px;font-weight:600;line-height:59px}.service-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:30px;gap:30px;padding-right:var(--content-nudge);padding-bottom:55px}.service-card video{width:100%;aspect-ratio:1;object-fit:cover;background:#f3f3f3}.service-card h2{margin:39px 0 11px;font-size:24px;font-weight:600;line-height:1.2}.service-card p{max-width:325px;min-height:74px;margin-bottom:18px;line-height:22px}.expertise-section{border-top:1px solid #e9e9e9;padding-top:44px;padding-bottom:28px}.expertise-section h2{margin-bottom:20px}.expertise-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:38px 30px;gap:38px 30px;padding-right:var(--content-nudge)}.expertise-grid h3{margin-bottom:10px;font-size:20px;font-weight:600}.about-block{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:150px;gap:150px;align-items:start;padding-top:var(--page-top);padding-bottom:88px}.about-block--submarine{padding-top:40px}.about-copy{max-width:560px;padding-right:var(--content-nudge)}.about-copy h1,.about-copy h2{margin-bottom:30px;font-family:var(--font-shell);font-weight:600}.profile-card{display:grid;justify-items:center;padding-top:3px;text-align:center}.profile-card>img,.profile-card>picture{width:128px;height:128px;margin-bottom:22px}.profile-card>img,.profile-card>picture img{width:100%;height:100%;border-radius:999px;object-fit:cover}.profile-card--logo>img,.profile-card--logo>picture{width:168px;height:auto;margin-bottom:20px}.profile-card--logo>img,.profile-card--logo>picture img{width:100%;height:auto;border-radius:0}.profile-card h2{margin:0 0 2px;font-size:22px;line-height:1.3}.profile-card p{margin-bottom:10px}.social-icons{display:flex;gap:13px;margin-bottom:22px;color:var(--ink)}.social-icons a{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;color:var(--copy)}.social-icons svg{display:block;width:17px;height:17px;fill:currentColor}.social-icons a:hover{color:rgba(21,21,21,.6)}.profile-card .button{margin-top:2px}.contact-section{display:grid;grid-template-columns:minmax(0,580px) minmax(330px,1fr);grid-gap:75px;gap:75px;padding-top:var(--page-top);padding-bottom:100px}.contact-form-column,.contact-info{padding-right:var(--content-nudge)}.contact-form-column h1{margin-bottom:28px;font-size:36px}.contact-form{display:grid;grid-gap:21px;gap:21px}.field{display:grid;grid-gap:7px;gap:7px}.field span{color:var(--ink);font-size:14px;font-weight:600;line-height:1.2}.field input,.field textarea{width:100%;border:1px solid #e4e4e4;background:#fbfbfb;color:var(--ink);padding:12px}.field input{height:51px}.field textarea{min-height:167px;resize:vertical}.contact-form .button{width:132px;margin-top:25px}.contact-form .button:disabled{cursor:wait;opacity:.55}.contact-form-honeypot{position:absolute;left:-100vw;width:1px;height:1px;overflow:hidden}.contact-form-status{min-height:20px;margin:-8px 0 0;color:var(--copy);font-size:13px;line-height:1.4}.contact-form-status[data-tone=success]{color:#285f3a}.contact-form-status[data-tone=error]{color:#9a2f2f}.contact-info{padding-top:5px}.contact-info h2{margin-bottom:36px;font-size:24px;font-weight:600;line-height:1.32}.contact-socials{display:flex;gap:8px;margin-bottom:22px}.contact-socials a{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#5f6265;color:#fff;font-weight:800}.contact-socials svg{display:block;width:15px;height:15px;fill:currentColor}.contact-list{display:grid;grid-template-columns:70px 1fr;grid-gap:2px 20px;gap:2px 20px;margin:0 0 64px}.contact-list dt{color:var(--copy);font-weight:400}.contact-list dd{margin:0;color:var(--ink);font-weight:400}.legal-links a{border-bottom:1px solid;font-weight:400}.project-body p,.project-hero__summary,.rich-text{color:var(--copy);font-size:14px}.about-copy,.contact-form-column,.contact-info,.expertise-grid article,.hero--home h1,.legal-page,.portfolio-filter-state,.project-body__inner,.project-card__content,.project-hero__summary,.project-text-block__inner,.service-card h2,.service-card p,.services-hero h1{padding-left:var(--text-pad);padding-right:var(--text-pad)}.project-hero{padding-top:var(--page-top);padding-bottom:32px}.project-hero h1{margin-bottom:9px;font-size:40px}.project-hero__subtitle{margin:0 0 28px;color:var(--copy);font-size:18px;font-weight:400;line-height:1.5}.project-hero__meta{display:grid;grid-template-columns:minmax(0,1fr) 310px;grid-gap:48px;gap:48px;align-items:start}.project-hero__summary{padding-right:var(--content-nudge)}.metadata-list{margin:0;padding:0}.metadata-list>div{display:block;padding:10px 0;list-style:none}.metadata-list>div+div{border-top:1px solid #e5e5e5}.metadata-list dd,.metadata-list dt{margin:0}.metadata-list dt{color:var(--ink);font-size:16px;font-weight:500;line-height:1.25}.metadata-list dd{margin-top:3px;color:var(--copy);font-size:13px;font-weight:400;line-height:1.35}.metadata-list a{color:var(--copy);border-bottom:0}.metadata-list a:hover{color:var(--ink)}.project-info-panel dd{display:block}.project-tag{display:inline-flex;align-items:center;min-height:24px;padding:4px 9px;background:#f1f1f1;color:var(--ink);font-family:var(--font-shell);font-size:12px;line-height:1}.media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:30px;gap:30px;padding-right:var(--content-nudge);padding-bottom:70px}.media-grid__item{margin:0;background:#f4f4f4}.media-grid__item--wide{grid-column:1/-1}.media-grid img,.media-grid video{width:100%;height:auto}.project-body{padding-bottom:80px}.project-body__inner{max-width:720px;padding-right:var(--content-nudge)}.mosaic-gallery,.project-text-block,.project-video-section{padding-right:var(--content-nudge);padding-bottom:44px}.project-video{margin:0;background:#f4f4f4}.project-video video{width:100%;height:auto;background:#f4f4f4}.project-video--loop video{aspect-ratio:16/9;object-fit:cover}.mosaic-gallery figcaption,.project-video figcaption{margin-top:10px;color:var(--copy);font-size:13px;line-height:1.6}.mosaic-gallery{--gallery-gap:12px;--gallery-row-height:clamp(205px,18vw,292px);display:flex;flex-direction:column;gap:var(--gallery-gap)}.mosaic-gallery__row{display:flex;gap:var(--gallery-gap);width:100%;min-height:var(--gallery-row-height)}.mosaic-gallery__item{display:flex;flex-direction:column;flex:var(--tile-grow,1) 1 0;min-width:0;margin:0}.mosaic-gallery button{flex:1 1 auto;width:100%;height:100%;min-height:0;padding:0;border:0;background:#f4f4f4;cursor:pointer}.mosaic-gallery picture{display:block;width:100%;height:100%}.mosaic-gallery button img,.mosaic-gallery button picture,.mosaic-gallery button video{pointer-events:none}.mosaic-gallery img,.mosaic-gallery video{width:100%;height:100%;object-fit:cover}.mosaic-gallery__item--original-ratio button{height:100%;background:#111}.mosaic-gallery__item--original-ratio picture,.mosaic-gallery__item--original-ratio video{display:block;width:100%;height:100%}.mosaic-gallery__item--original-ratio img,.mosaic-gallery__item--original-ratio video{object-fit:contain}.gallery-lightbox{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:86px 84px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.gallery-lightbox .gallery-lightbox__backdrop{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;border:0;background:#fff;cursor:pointer}.gallery-lightbox__content{position:relative;z-index:1;width:100%;height:100%;display:grid;place-items:center;pointer-events:none}.gallery-lightbox__header{position:fixed;top:24px;right:20px;left:30px;z-index:3;display:grid;grid-template-columns:88px minmax(0,1fr) 42px;align-items:center;grid-gap:22px;gap:22px;pointer-events:none}.gallery-lightbox__logo{width:88px;height:38px;object-fit:contain}.gallery-lightbox__title{position:fixed;top:36px;left:50%;max-width:min(58vw,720px);margin:0;color:#b2b2b2;font-family:var(--font-primary);font-size:16px;font-weight:300;line-height:1.35;text-align:center;transform:translateX(-50%)}.gallery-lightbox__media{width:100%;height:100%;max-width:min(100%,1180px);max-height:100%;display:grid;place-items:center;pointer-events:auto;overflow:hidden;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:none}.gallery-lightbox__zoom-layer{display:grid;place-items:center;max-width:100%;max-height:100%;touch-action:none;transform-origin:center;will-change:transform}.gallery-lightbox__strip{width:100%;height:100%;display:grid;place-items:center;touch-action:none}.gallery-lightbox__slide{grid-area:1/1;width:100%;height:100%;display:none;place-items:center}.gallery-lightbox__slide--current{display:grid}.gallery-lightbox__media picture{display:grid;place-items:center;max-width:100%;max-height:100%}.gallery-lightbox__media img,.gallery-lightbox__media video{display:block;max-height:calc(100vh - 172px);width:auto;height:auto;max-width:min(100%,1180px);object-fit:contain;background:#111;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}.gallery-lightbox__content p{margin:12px 0 0;color:#fff;font-size:13px}.gallery-lightbox .gallery-lightbox__close,.gallery-lightbox .gallery-lightbox__nav{position:fixed;z-index:3;width:auto;height:auto;aspect-ratio:auto;border:0;background:#fff;color:var(--ink);font-family:var(--font-shell);font-size:13px;font-weight:700;line-height:1;text-transform:uppercase;pointer-events:auto;cursor:pointer;transition:opacity .18s ease}.gallery-lightbox .gallery-lightbox__close:focus-visible,.gallery-lightbox .gallery-lightbox__close:hover,.gallery-lightbox .gallery-lightbox__nav:focus-visible,.gallery-lightbox .gallery-lightbox__nav:hover{opacity:.45}.gallery-lightbox .gallery-lightbox__close{position:fixed;top:20px;right:20px;width:26px;height:26px;min-height:26px;padding:0;justify-self:end;background:transparent}.gallery-lightbox__close:after,.gallery-lightbox__close:before{position:absolute;top:50%;left:50%;width:16px;height:1px;display:block;background:var(--ink);content:"";transform-origin:center}.gallery-lightbox__close:before{transform:translate(-50%,-50%) rotate(45deg)}.gallery-lightbox__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.gallery-lightbox__nav{top:50%;min-height:44px;padding:10px 0;transform:translateY(-50%)}.gallery-lightbox__nav--prev{left:30px}.gallery-lightbox__nav--next{right:30px}.gallery-lightbox__nav-main{display:inline-flex;align-items:center;gap:15px}.gallery-lightbox__arrow{width:24px;height:24px}.gallery-lightbox__arrow--prev{transform:rotate(180deg)}.gallery-lightbox__dots{position:fixed;right:30px;bottom:34px;left:30px;z-index:3;display:flex;align-items:center;justify-content:center;gap:8px;pointer-events:none}.gallery-lightbox .gallery-lightbox__dots button{position:relative;flex:0 0 18px;width:18px;height:18px;min-width:18px;min-height:0;aspect-ratio:1/1;padding:0;border:0;background:transparent;cursor:pointer;pointer-events:auto}.gallery-lightbox .gallery-lightbox__dots button:before{position:absolute;top:50%;left:50%;width:5px;height:5px;border:1px solid var(--ink);border-radius:999px;background:transparent;content:"";opacity:.55;transform:translate(-50%,-50%);transition:opacity .16s ease,background-color .16s ease}.gallery-lightbox .gallery-lightbox__dots button:focus-visible,.gallery-lightbox .gallery-lightbox__dots button:hover,.gallery-lightbox .gallery-lightbox__dots button[aria-current=true]{background:transparent;opacity:1}.gallery-lightbox .gallery-lightbox__dots button:focus-visible:before,.gallery-lightbox .gallery-lightbox__dots button:hover:before,.gallery-lightbox .gallery-lightbox__dots button[aria-current=true]:before{background:var(--ink);opacity:1}.project-text-block__inner{max-width:720px}.project-text-block__inner .project-body__inner{max-width:none;padding-left:0;padding-right:0}.project-text-block h2{margin-bottom:24px;font-size:26px}.project-related{margin-bottom:0;background:#f7f7f7}.project-related-mobile{display:none}.project-footer-nav{min-height:128px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-gap:24px;gap:24px;align-items:center;padding-right:0}.project-footer-nav__link{position:relative;display:inline-grid;align-items:center;width:-moz-fit-content;width:fit-content;min-height:44px;color:var(--ink);font-family:var(--font-shell);line-height:1;text-transform:uppercase}.project-footer-nav__main{display:inline-flex;align-items:center;gap:15px;transition:opacity .18s ease}.project-footer-nav__arrow{width:24px;height:24px}.project-footer-nav__arrow--prev{transform:rotate(180deg)}.project-footer-nav__link strong{color:var(--ink);font-size:13px;font-weight:700;letter-spacing:.5px;line-height:1}.project-footer-nav__link--next{justify-self:end}.project-footer-nav__title{position:absolute;top:calc(100% - 2px);left:0;width:max-content;max-width:280px;overflow:hidden;color:var(--copy);font-family:var(--font-primary);font-size:13px;font-weight:400;letter-spacing:0;line-height:1.4;text-overflow:ellipsis;text-transform:none;white-space:nowrap;opacity:0;transform:translateY(-5px);transition:opacity .18s ease,transform .18s ease}.project-footer-nav__link--next .project-footer-nav__title{right:0;left:auto;text-align:right}.project-footer-nav__link:focus-visible .project-footer-nav__main,.project-footer-nav__link:hover .project-footer-nav__main,.project-footer-nav__overview:focus-visible,.project-footer-nav__overview:hover{opacity:.45}.project-footer-nav__link:focus-visible .project-footer-nav__title,.project-footer-nav__link:hover .project-footer-nav__title{opacity:1;transform:translateY(0)}.project-footer-nav__overview{width:24px;height:24px;display:grid;place-items:center;color:var(--ink);transition:opacity .18s ease}.project-footer-nav__overview img{width:24px;height:24px}.site-footer{position:relative;padding:35px 0 34px;border-top:1px solid rgba(175,175,175,.2)}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.site-footer ul{list-style-type:none;margin:0;padding:0}.site-footer ul li{display:inline-block}.site-footer .copyright{margin:0;color:var(--copy);font-family:var(--font-shell);font-size:13px;font-weight:400;line-height:1.8}.site-info{display:flex;align-items:center;min-width:0}.footer-legal-links{margin:0;color:var(--copy);font-family:var(--font-shell);font-size:13px;font-weight:400;line-height:1.8}.footer-legal-links:before{margin:0 4px;color:var(--copy);content:"|"}.site-footer .copyright a,.site-footer .footer-legal-links a{color:var(--ink);border-bottom:1px solid;text-decoration:none}.site-footer .social-links-menu{display:flex;align-items:center;margin:0;padding:0}.site-footer .social-links-menu li{margin-left:12px}.site-footer .social-links-menu li a{display:flex;width:14px;height:14px;align-items:center;justify-content:center;color:var(--copy);text-decoration:none;font-size:14px;line-height:1}.site-footer .social-links-menu svg{display:block;width:14px;height:14px;fill:currentColor}.site-footer .social-links-menu li a:hover{color:rgba(21,21,21,.6)}.scroll-top-link{position:fixed;right:30px;bottom:30px;z-index:9;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#e9e9e9;opacity:0;visibility:hidden;pointer-events:none;text-align:center;transition:opacity .3s ease,visibility .3s ease}.scroll-top-link img{width:10px;height:10px}.scroll-top-link.active{opacity:1;visibility:visible;pointer-events:auto}.scroll-top-link:hover{opacity:.7}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media (max-width:900px){.mobile-menu-button,.mosaic-gallery button,.nav a,.project-card{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.site-header__inner{min-height:118px}.mobile-menu-button{display:block}.nav{position:absolute;top:calc(100% - 12px);right:15px;left:15px;display:grid;grid-gap:0;gap:0;padding:8px 24px;background:#1e1e1e;box-shadow:0 18px 34px rgba(0,0,0,.08);opacity:0;pointer-events:none;transition:opacity .18s ease,visibility .18s ease;visibility:hidden}.nav[data-open=true]{opacity:1;pointer-events:auto;visibility:visible}.nav a{color:#fff;padding:16px 0;border-top:1px solid rgba(255,255,255,.16);font-family:var(--font-shell);font-size:15px;font-weight:500;letter-spacing:.5px;line-height:1.1;text-transform:uppercase}.nav a:first-child{border-top:0}.nav a:hover,.nav a[aria-current=page]{color:rgba(255,255,255,.55)}.project-card:active .project-card__hover-arrow,.project-card:active .project-card__media:after,.project-card:hover .project-card__hover-arrow,.project-card:hover .project-card__media:after{opacity:0}.about-block,.contact-section,.expertise-grid,.media-grid,.project-grid,.project-hero__meta,.service-card-grid{grid-template-columns:1fr}.mosaic-gallery{--gallery-row-height:clamp(180px,26vw,250px)}.gallery-lightbox__strip{position:relative;display:block;width:100%;height:100%;transform:translate3d(var(--drag-x,0),0,0)}.gallery-lightbox__strip.is-snapping{transition:transform .18s ease}.gallery-lightbox__strip.is-dragging{transition:none}.gallery-lightbox__slide{position:absolute;inset:0;width:100%;height:100%;display:grid;padding:0 16px}.gallery-lightbox__slide--previous{transform:translateX(-100%)}.gallery-lightbox__slide--next{transform:translateX(100%)}.gallery-lightbox__strip.is-zoomed .gallery-lightbox__slide--next,.gallery-lightbox__strip.is-zoomed .gallery-lightbox__slide--previous{visibility:hidden}.project-footer-nav{min-height:96px;grid-template-columns:1fr auto 1fr}.project-related-mobile{display:block}.project-related-mobile .project-footer-nav__title{max-width:160px;opacity:1;transform:none}.project-related-mobile .project-footer-nav__link--next .project-footer-nav__title{max-width:160px}.project-footer-nav__link{gap:9px}.project-footer-nav__link strong{font-size:12px}.about-block,.contact-section{gap:50px;padding-top:44px}.cta-band__inner{flex-direction:column;align-items:flex-start;gap:14px}.site-footer__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:2px 18px;gap:2px 18px;align-items:center}.site-info{display:contents}.site-footer .copyright{grid-column:1;grid-row:1;display:block}.footer-legal-links{grid-column:1/-1;grid-row:2}.footer-legal-links:before{content:none}.footer-socials{grid-column:2;grid-row:1}.site-footer .social-links-menu li:first-child{margin-left:0}.site-footer .social-links-menu{flex:0 0 auto;gap:12px}.site-footer .social-links-menu li{margin-left:0}.site-footer{padding-bottom:58px}}@media (hover:none),(pointer:coarse){.project-card:hover .project-card__hover-arrow,.project-card:hover .project-card__media:after{opacity:0}}@media (max-width:620px){.hero--home h1,h1{font-size:32px}.cta-band h2,h2{font-size:28px}.site-header__inner{min-height:84px}.brand img{width:132px;height:auto}.project-grid{gap:38px}.project-hero h1{font-size:32px}.project-hero__subtitle{font-size:17px}.metadata-list>div{padding:9px 0}.metadata-list dt{font-size:15px}.metadata-list dd{font-size:12px}.mosaic-gallery{--gallery-row-height:auto;gap:12px}.mosaic-gallery__row{display:block;min-height:0}.mosaic-gallery__item{margin-bottom:12px}.mosaic-gallery__item:last-child{margin-bottom:0}.mosaic-gallery button{aspect-ratio:var(--image-ratio,1.777);height:auto}.gallery-lightbox{padding:88px 16px 118px}.gallery-lightbox__header{top:14px;right:10px;left:14px;grid-template-columns:62px minmax(0,1fr) 30px;gap:12px}.gallery-lightbox__logo{width:62px;height:26px}.gallery-lightbox__title{top:18px;max-width:52vw;font-size:12px;font-weight:300;text-align:center}.gallery-lightbox__media img,.gallery-lightbox__media video{max-width:100%;max-height:calc(100vh - 216px);width:auto;height:auto}.gallery-lightbox .gallery-lightbox__close{top:14px;right:14px;width:24px;height:24px;min-height:24px;padding:0}.gallery-lightbox .gallery-lightbox__nav{position:fixed;top:auto;bottom:58px;min-width:0;min-height:34px;padding:8px 0;font-size:11px;transform:none}.gallery-lightbox__nav-main{gap:8px}.gallery-lightbox__arrow{width:18px;height:18px}.gallery-lightbox__nav--prev{left:14px}.gallery-lightbox__nav--next{right:14px}.gallery-lightbox__dots{right:78px;bottom:34px;left:78px;gap:7px}.project-related-mobile .project-footer-nav{width:100%;min-height:92px;padding:24px 15px;background:#f7f7f7}.project-related-mobile .project-footer-nav__title{max-width:118px;opacity:1;transform:none}.project-related-mobile .project-footer-nav__link--next .project-footer-nav__title{max-width:118px}.scroll-top-link{right:18px;bottom:18px;width:44px;height:44px}.scroll-top-link img{width:13px;height:13px}.cta-band__inner{padding:35px 28px}}