:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#323232;--paper:#fff;--placeholder:#ddd;--image-placeholder:#e4e4e4;--image-shimmer-highlight:#ffffffb8;--dot-grid-color:#1111113d;--hairline:#111111e0;--line-stroke:1px;--left-column:clamp(430px, 44vw, 740px);--left-padding:clamp(36px, 7.42vw, 126px);--right-edge:clamp(36px, 5.33vw, 92px);--nav-top:clamp(24px, 4vh, 54px);--nav-font-size:clamp(16px, 1.95vw, 24px);--footer-font-size:clamp(14px, 1.15vw, 18px);--panel-top:clamp(285px, 29.25vh, 522px);--identity-title-size:clamp(68px, 8vw, 112px);--identity-title-line:clamp(50.32px, 5.92vw, 82.88px);--portfolio-start-y:calc(var(--panel-top) + var(--identity-title-line) + 28px);--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--font-ultralight:100;--font-thin:200;--font-light:300;--font-regular:400;--font-medium:500;--font-semibold:600;--font-bold:700;--font-heavy:800;--font-black:900}*{box-sizing:border-box}html,body{width:100%;height:100%;color:var(--ink);background:0 0;margin:0;overflow:hidden}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:var(--font-light);-webkit-font-smoothing:antialiased;text-rendering:geometricprecision}button,a{color:inherit;font:inherit}button{border:0}button:focus-visible,a:focus-visible{outline:1px solid var(--ink);outline-offset:5px}.app,.view{position:fixed;inset:0}.view{visibility:hidden;pointer-events:none}.view.is-current,.view.is-staged{visibility:visible}.view.is-current{z-index:10;pointer-events:auto}.view.is-staged{z-index:5}.home-view,.detail-view{background:0 0}.home-view{isolation:isolate}.home-background,.home-foreground{transform-origin:50%;position:absolute;inset:0}.home-background{z-index:0;pointer-events:none;will-change:transform;overflow:hidden}.home-foreground{z-index:1;will-change:transform}.home-dot-grid{width:100%;height:100%;display:block}.home-layout{grid-template-columns:var(--left-column) minmax(0, 1fr);overscroll-behavior:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;height:100%;display:grid;position:absolute;inset:0;overflow:hidden auto}.site-header{top:var(--nav-top);right:var(--right-edge);z-index:20;position:absolute}.site-nav{justify-content:flex-end;align-items:center;gap:clamp(20px,2vw,32px);display:flex}.site-nav__item{cursor:pointer;font-size:var(--nav-font-size);font-weight:var(--font-light);letter-spacing:0;white-space:nowrap;background:0 0;padding:0 0 7px;line-height:1;position:relative}.site-nav__item:after{height:var(--line-stroke);background:var(--ink);content:"";opacity:0;transform-origin:0;transition:opacity .44s ease, transform 1s var(--ease-out);position:absolute;bottom:0;left:0;right:0;transform:scaleX(.74)}.site-nav__item[aria-current=location]:after{opacity:1;transform:scaleX(1)}.portfolio-scroll{z-index:2;min-height:100%;padding:var(--portfolio-start-y) 0 46vh var(--left-padding);grid-area:1/1;position:relative;overflow:visible}.home-layout::-webkit-scrollbar{display:none}.detail-scroll::-webkit-scrollbar{display:none}.portfolio-sections{width:clamp(300px,29.17vw,440px)}.portfolio-section+.portfolio-section{margin-top:clamp(112px,10vh,170px)}.portfolio-section:last-child{padding-bottom:46vh}.portfolio-section__heading{border-bottom:1px solid var(--hairline);width:100%;font-size:clamp(27px,3vw,42px);font-weight:var(--font-thin);letter-spacing:0;margin:0 0 clamp(54px,3.9vh,70px);padding:0 0 6px;line-height:1}.project-list{gap:clamp(52px,3.6vh,68px);display:grid}.project-card{cursor:pointer;text-align:left;width:calc(100% + 54px);transition:border-color .32s ease, width 1.44s var(--ease-out), margin 1.44s var(--ease-out), padding 1.44s var(--ease-out);-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #0000;margin:-27px 0 -27px -27px;padding:26px;position:relative}.project-card__media,.detail-hero{background:0 0;display:block;position:relative;overflow:hidden}.project-card__media{aspect-ratio:1.6;width:100%}.project-card__media>img,.project-card__media>video,.detail-hero>img,.detail-hero>video{object-fit:cover;background:0 0;width:100%;height:100%;display:block}.async-image-frame{isolation:isolate;position:relative}.async-image-frame:before{z-index:0;background:linear-gradient(105deg, transparent 22%, var(--image-shimmer-highlight) 42%, transparent 62%), var(--image-placeholder);content:"";opacity:0;pointer-events:none;background-position:180% 0;background-size:240% 100%;transition:opacity .26s;position:absolute;inset:0}.async-image-frame[data-image-state=idle]:before,.async-image-frame[data-image-state=loading]:before{opacity:1;animation:1.35s linear infinite async-image-shimmer}.async-image-frame[data-image-state=error]:before{background:var(--image-placeholder);opacity:1}.async-image{z-index:1;opacity:0;transition:opacity .32s var(--ease-out);position:relative}.async-image-frame[data-image-state=loaded]>.async-image{opacity:1}@keyframes async-image-shimmer{0%{background-position:180% 0}to{background-position:-180% 0}}.project-card__label{display:none}.project-card.is-highlighted{z-index:2;width:calc(100% + 112px);margin:-30px 0 -34px -56px;padding:30px}@media (hover:hover) and (pointer:fine){.project-card:hover{border-color:var(--ink)}}.project-card:focus-visible{outline:1px solid var(--ink);outline-offset:4px}.project-panel{z-index:3;grid-area:1/2;align-self:start;min-width:0;height:100vh;position:sticky;top:0}.project-panel__content{top:var(--panel-top);right:var(--right-edge);min-height:170px;position:absolute;left:0}.panel-state{will-change:opacity, transform;width:100%;position:absolute;inset:0}.panel-title{border-bottom:1px solid var(--hairline);font-size:clamp(46px,5.1vw,78px);font-weight:var(--font-ultralight);letter-spacing:0;margin:0;padding:0 0 5px;line-height:1.16}.panel-state--identity .panel-title{font-size:var(--identity-title-size);line-height:.74}.panel-subtitle{color:var(--ink);font-size:clamp(17px,1.95vw,26px);font-weight:var(--font-light);letter-spacing:0;margin:22px 0 0;line-height:1.3}.panel-list{font-size:clamp(16px,1.65vw,24px);font-weight:var(--font-light);letter-spacing:0;gap:13px;margin:24px 0 0;padding:0 0 0 29px;line-height:1.22;display:grid}.panel-list li{padding-left:2px}.home-footer{right:var(--right-edge);z-index:12;color:var(--ink);font-size:var(--footer-font-size);font-weight:var(--font-light);letter-spacing:0;pointer-events:none;position:absolute;bottom:clamp(32px,3.7vh,66px)}.detail-view{overflow:hidden}.detail-scroll{overscroll-behavior:contain;scrollbar-width:none;height:100%;overflow:hidden auto}.detail-content{width:min(100%,1120px);margin:0 auto;padding:30px clamp(26px,5.25vw,76px) 130px}.detail-home{cursor:pointer;color:var(--ink);font-size:var(--nav-font-size);letter-spacing:-.025em;background:0 0;align-items:center;gap:10px;margin:0 0 32px;padding:0;display:inline-flex}.detail-home__arrow{font-size:1.4em;font-weight:var(--font-light);line-height:1;display:inline-block;transform:translateY(-1px)}.detail-external-actions{z-index:20;justify-content:flex-end;align-items:center;gap:3cqw;display:flex;position:absolute}.detail-external-link{color:var(--ink);font-size:var(--nav-font-size);font-weight:var(--font-light);letter-spacing:-.03em;white-space:nowrap;cursor:pointer;align-items:center;gap:1.5cqw;padding:0;line-height:1;text-decoration:none;display:inline-flex}.detail-hero{aspect-ratio:1.6;width:100%}.media-transition-clone{z-index:1000;pointer-events:none;transform-origin:0 0;will-change:transform;border:0!important;margin:0!important;padding:0!important;position:fixed!important}.transition-blank,.transition-outline{pointer-events:none;will-change:left, top, width, height;margin:0;padding:0;position:fixed}.transition-blank{z-index:20;background:var(--paper);opacity:0;border:0;overflow:hidden}.transition-outline{z-index:40;border:1px solid var(--ink);background:0 0}.view.is-transition-foreground{z-index:30}.detail-view.is-portal-clipped{will-change:clip-path}[data-detail-reveal]{will-change:opacity, transform}.is-transitioning,.is-transitioning *{cursor:wait!important}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=780px){:root{--left-padding:24px;--right-edge:24px;--nav-top:18px;--nav-font-size:clamp(15px, 4vw, 17px);--footer-font-size:clamp(12px, 3.5vw, 15px);--portfolio-start-y:280px}.site-header{top:var(--nav-top);left:24px;right:24px}.site-nav{justify-content:space-between;gap:13px}.site-nav__item{font-size:var(--nav-font-size);padding-bottom:6px}.home-background{display:none}.home-layout{display:block}.portfolio-scroll{width:100%;padding:var(--portfolio-start-y) 24px 44vh}.portfolio-sections{width:100%}.portfolio-section+.portfolio-section{margin-top:96px}.portfolio-section__heading{margin-bottom:46px;font-size:27px}.project-list{gap:40px}.project-card{width:calc(100% + 30px);margin:-15px 0 -15px -15px;padding:14px}.project-card.is-highlighted{width:calc(100% + 44px);margin:-18px 0 -22px -22px;padding:18px}.project-card__label{color:var(--ink);font-size:16px;font-weight:var(--font-light);letter-spacing:-.025em;margin-top:12px;display:block}.project-panel{--mobile-panel-top:76px;--mobile-panel-fade:50px;inset:var(--mobile-panel-top) 24px auto;z-index:8;isolation:isolate;pointer-events:none;height:auto;min-height:0;position:fixed}.project-panel:before{z-index:0;top:calc(var(--mobile-panel-top) * -1);right:-24px;bottom:calc(var(--mobile-panel-fade) * -1);background:linear-gradient(to bottom, #fff 0, #fff calc(100% - var(--mobile-panel-fade)), #fff0 100%);content:"";pointer-events:none;position:absolute;left:-24px}.project-panel__content{z-index:1;height:auto;min-height:0;position:relative;top:auto;left:auto;right:auto}.panel-state{position:relative;inset:auto}.panel-title,.panel-state--identity .panel-title{font-size:clamp(40px,11vw,54px)}.panel-subtitle{margin-top:14px;font-size:15px}.panel-list{gap:5px;margin-top:13px;padding-left:18px;font-size:13px;line-height:1.18}.home-footer{display:none}.detail-content{width:100%;padding:32px 26px 78px}.detail-home{font-size:var(--nav-font-size);margin-bottom:30px}}@media (width<=390px){:root{--portfolio-start-y:260px}.site-nav__item{font-size:var(--nav-font-size)}.project-panel{height:auto}}@media (prefers-reduced-motion:reduce){.async-image-frame[data-image-state=idle]:before,.async-image-frame[data-image-state=loading]:before{background-position:50% 0;animation:none}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.detail-content--overview{width:min(100%,1200px);max-width:1200px;margin:0 auto;padding:0;container-type:inline-size}.overview-case-study{width:100%;height:547.6cqw;min-height:0;color:var(--ink);background:0 0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;overflow:visible}.overview-stage{width:100%;height:100%;position:absolute;inset:0}.overview-home{z-index:2;color:var(--ink);font-size:var(--nav-font-size);font-weight:var(--font-light);letter-spacing:-.03em;gap:1.5cqw;margin:0;line-height:1;position:absolute;top:6.667cqw;left:5.333cqw}.overview-home__arrow{fill:none;stroke:currentColor;width:3.333cqw;height:2.333cqw;stroke-width:var(--line-stroke);vector-effect:non-scaling-stroke;display:block;overflow:visible}.overview-external-actions{top:6.667cqw;right:5.333cqw}.overview-hero{aspect-ratio:1072/670;background:0 0;width:89.333cqw;height:55.833cqw;position:absolute;top:16.833cqw;left:5.333cqw;overflow:visible}.overview-hero>img{object-fit:contain;background:0 0;width:100%;height:100%;display:block}.overview-rule{--rule-gap:2.667cqw;align-items:center;column-gap:var(--rule-gap);width:90.667cqw;color:var(--ink);font-size:1.5cqw;font-weight:var(--font-thin);letter-spacing:-.025em;grid-template-columns:max-content minmax(0,1fr) max-content;line-height:1;display:grid;position:absolute;left:4.667cqw}.overview-rule--intro{--rule-gap:3cqw;top:78.333cqw}.overview-rule--insights{--rule-gap:3cqw;top:139.333cqw}.overview-rule--work{--rule-gap:3cqw;top:273cqw}.overview-rule--summary{--rule-gap:3cqw;top:509.583cqw}.overview-rule__line{width:100%;height:var(--line-stroke);display:block;overflow:visible}.overview-rule__line line,.overview-project-footer__line line{stroke:var(--hairline);stroke-width:var(--line-stroke);vector-effect:non-scaling-stroke}.overview-rule__index{color:var(--ink);white-space:nowrap}.overview-intro-grid{grid-template-columns:25cqw 26.333cqw 25.333cqw;align-items:start;column-gap:7cqw;width:90.667cqw;display:grid;position:absolute;top:102.417cqw;left:4.667cqw}.overview-intro-grid h1,.overview-intro-grid h2,.overview-intro-grid p,.overview-challenge-heading h2,.overview-challenge-heading p,.overview-challenge-copy,.overview-solution-heading h2,.overview-solution-heading p,.overview-solution-caption h3,.overview-solution-caption p,.overview-summary-list,.overview-project-footer p{margin:0}.overview-intro-grid__lead h1{font-size:5.333cqw;font-weight:var(--font-bold);letter-spacing:-.045em;line-height:.98}.overview-intro-grid__lead p{color:var(--ink);font-size:1.583cqw;font-weight:var(--font-thin);letter-spacing:-.03em;margin-top:1.25cqw;line-height:1.35}.overview-intro-grid__column h2{font-size:1.75cqw;font-weight:var(--font-regular);letter-spacing:-.035em;line-height:1.25}.overview-intro-grid__column p{color:var(--ink);font-size:1.583cqw;font-weight:var(--font-thin);letter-spacing:-.025em;margin-top:1.5cqw;line-height:1.45}.overview-shot{background:0 0;width:26.417cqw;height:45.5cqw;margin:0;position:absolute;overflow:visible}.overview-shot>img,.overview-editor-screen{z-index:1;background:0 0;width:100%;height:100%;display:block;position:relative}.overview-shot>img{object-fit:cover;background:0 0}.overview-shot__frame{z-index:2;pointer-events:none;width:142.902%;height:126.004%;position:absolute;top:-13.002%;left:-21.451%;overflow:visible}.overview-shot__frame path{fill:none;stroke:var(--hairline);stroke-width:var(--line-stroke);stroke-linecap:square;stroke-linejoin:miter;vector-effect:non-scaling-stroke}.overview-shot--challenge-primary{top:154.833cqw;left:11cqw}.overview-shot--challenge-secondary{top:209.917cqw;left:62.667cqw}.overview-challenge-heading{width:50cqw;position:absolute;top:171.917cqw;left:45cqw}.overview-challenge-heading h2,.overview-solution-heading h2{font-size:6cqw;font-weight:var(--font-bold);letter-spacing:-.05em;line-height:.98}.overview-challenge-heading p,.overview-solution-heading p{color:var(--ink);font-size:1.667cqw;font-weight:var(--font-thin);letter-spacing:-.03em;margin-top:1.667cqw;line-height:1.35}.overview-challenge-copy{width:40cqw;color:var(--ink);font-size:1.667cqw;font-weight:var(--font-thin);letter-spacing:-.03em;text-align:right;line-height:1.42;position:absolute;top:228.833cqw;left:16cqw}.overview-shot--solution-primary{top:291.417cqw;left:11.5cqw}.overview-solution-heading{width:49cqw;position:absolute;top:308.167cqw;left:45cqw}.overview-shot--architecture{top:367.083cqw;left:36.333cqw}.overview-solution-caption{color:var(--ink);position:absolute}.overview-solution-caption h3{font-size:1.833cqw;font-weight:var(--font-regular);letter-spacing:-.035em;line-height:1.25}.overview-solution-caption p{color:var(--ink);font-size:1.667cqw;font-weight:var(--font-thin);letter-spacing:-.03em;margin-top:1.75cqw;line-height:1.35}.overview-solution-caption--architecture{text-align:right;width:24.5cqw;top:383.583cqw;left:6cqw}.overview-shot--editor{top:442.5cqw;left:62cqw}.overview-solution-caption--editor{text-align:right;width:25cqw;top:458.333cqw;left:31cqw}.overview-editor-screen{border:var(--line-stroke) solid #11111129;color:var(--ink);text-align:left;background:0 0;padding:1.167cqw 1.25cqw 1cqw;font-size:1.167cqw;line-height:1.12;overflow:hidden}.overview-editor-screen__masthead{font-family:Georgia,Times New Roman,serif;font-size:1.167cqw}.overview-editor-screen__masthead i{height:var(--line-stroke);background:var(--ink);margin-top:.417cqw;display:block}.overview-editor-screen__eyebrow,.overview-editor-screen__group,.overview-editor-screen__source{color:var(--ink);font-size:1.167cqw;font-weight:var(--font-regular);letter-spacing:.02em;margin:1cqw 0 0}.overview-editor-screen__feature{background:0 0;border-radius:.5cqw;margin-top:.5cqw;overflow:hidden;box-shadow:0 .5cqw 1.167cqw #1111112e}.overview-editor-screen__scene{background:linear-gradient(90deg,#d8d0b8 0 34%,#f0eadf 34% 78%,#c12b24 78% 100%);height:12.333cqw;position:relative;overflow:hidden}.overview-summary-list{width:89.333cqw;color:var(--ink);font-size:1.5cqw;font-weight:var(--font-regular);letter-spacing:-.025em;gap:2.583cqw;padding:0;line-height:1.1;list-style:none;display:grid;position:absolute;top:518.75cqw;left:5.333cqw}.overview-summary-list li{justify-content:space-between;align-items:baseline;gap:2cqw;display:flex}.overview-summary-list b{font-size:1.417cqw;font-weight:var(--font-regular)}.overview-project-footer{width:89.333cqw;color:var(--ink);font-size:1.417cqw;font-weight:var(--font-thin);letter-spacing:-.025em;grid-template-columns:50cqw minmax(0,1fr);align-items:center;column-gap:3cqw;line-height:1;display:grid;position:absolute;top:536.167cqw;left:5.333cqw}.overview-project-footer__line{width:100%;height:var(--line-stroke);display:block;overflow:visible}.overview-project-footer p{text-align:right;white-space:nowrap}@media (width<=820px){.detail-content--overview{width:100%;max-width:none;padding:0 20px 78px}.overview-case-study{height:auto;min-height:0}.overview-stage{width:100%;height:auto;position:static;inset:auto}.overview-home{gap:10px;margin-top:24px;position:relative;top:auto;left:auto}.overview-home__arrow{width:26px;height:18px}.overview-external-actions{gap:22px;top:24px;right:0}.overview-external-actions .detail-external-link{gap:10px}.overview-hero{aspect-ratio:1072/670;width:100%;height:auto;margin-top:34px;position:relative;top:auto;left:auto}.overview-rule{--rule-gap:14px;column-gap:var(--rule-gap);grid-template-columns:max-content minmax(0,1fr) max-content;width:100%;font-size:12px;position:relative;top:auto;left:auto}.overview-rule--intro{margin-top:22px}.overview-rule--insights,.overview-rule--work,.overview-rule--summary{margin-top:0}.overview-intro-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 24px;width:100%;margin-top:72px;position:relative;top:auto;left:auto}.overview-intro-grid__lead{grid-column:1/-1}.overview-intro-grid__lead h1{font-size:clamp(44px,12vw,64px)}.overview-intro-grid__lead p{margin-top:11px;font-size:14px}.overview-intro-grid__column h2{font-size:15px}.overview-intro-grid__column p{margin-top:12px;font-size:13px;line-height:1.45}.overview-stage--insights,.overview-stage--work{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:104px 20px;margin-top:118px;display:grid}.overview-stage--insights>.overview-rule,.overview-stage--work>.overview-rule{grid-column:1/-1}.overview-shot{aspect-ratio:317/523;width:clamp(126px,30vw,240px);height:auto;position:relative;top:auto;left:auto}.overview-shot--challenge-primary,.overview-shot--solution-primary{grid-column:1;justify-self:center}.overview-challenge-heading,.overview-solution-heading{grid-column:2;align-self:center;width:auto;position:relative;top:auto;left:auto}.overview-challenge-heading h2,.overview-solution-heading h2{white-space:nowrap;font-size:clamp(32px,8.5vw,54px);line-height:.98}.overview-challenge-heading p,.overview-solution-heading p{margin-top:12px;font-size:12px;line-height:1.35}.overview-challenge-copy{width:auto;color:var(--ink);text-align:right;grid-column:1;font-size:12px;line-height:1.45;position:relative;top:auto;left:auto}.overview-challenge-copy br,.overview-solution-caption br{display:none}.overview-shot--challenge-secondary{grid-column:2;justify-self:center}.overview-solution-caption{width:auto;position:relative;top:auto;left:auto}.overview-solution-caption h3{font-size:14px}.overview-solution-caption p{margin-top:13px;font-size:12px;line-height:1.45}.overview-solution-caption--architecture,.overview-solution-caption--editor{text-align:right;grid-column:1}.overview-shot--architecture,.overview-shot--editor{grid-column:2;justify-self:center}.overview-editor-screen{padding:8px 9px 7px}.overview-editor-screen__masthead{font-size:9px}.overview-editor-screen__masthead i{margin-top:3px}.overview-editor-screen__eyebrow,.overview-editor-screen__group,.overview-editor-screen__source{margin-top:7px}.overview-editor-screen__feature{border-radius:4px;margin-top:4px}.overview-editor-screen__scene{height:88px}.overview-editor-screen__column{width:5px}.overview-editor-screen__column--left{left:18px}.overview-editor-screen__column--right{left:52px}.overview-editor-screen__curtain{width:30px;right:25px}.overview-editor-screen__figure{width:22px;height:62px;bottom:-1px;right:58px}.overview-editor-screen__feature strong,.overview-editor-screen__feature small{padding-left:5px;padding-right:5px}.overview-editor-screen__feature strong{padding-top:4px}.overview-editor-screen__feature small{padding-top:2px;padding-bottom:4px}.overview-editor-screen__headline{margin-top:4px}.overview-stage--summary{margin-top:132px}.overview-summary-list{gap:14px;width:100%;margin-top:48px;font-size:13px;position:relative;top:auto;left:auto}.overview-summary-list b{font-size:12px}.overview-project-footer{grid-template-columns:minmax(0,1fr) max-content;column-gap:18px;width:100%;margin-top:48px;font-size:11px;position:relative;top:auto;left:auto}.overview-project-footer p{white-space:normal}}@media (width<=480px){.detail-content--overview{padding-left:18px;padding-right:18px}.overview-intro-grid{gap:36px 18px}.overview-stage--insights,.overview-stage--work{gap:96px 14px}.overview-shot{width:clamp(118px,32vw,154px)}.overview-challenge-heading h2,.overview-solution-heading h2{font-size:clamp(25px,6.8vw,34px)}.overview-challenge-heading p,.overview-solution-heading p,.overview-challenge-copy,.overview-solution-caption p{font-size:11px}.overview-solution-caption h3{font-size:13px}}.detail-content--dpd{width:min(100%,1200px);max-width:1200px;margin:0 auto;padding:0;container-type:inline-size}.dpd-case-study{width:100%;height:640cqw;min-height:0;color:var(--ink);background:0 0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;overflow:visible}.dpd-stage{width:100%;height:100%;position:absolute;inset:0}.dpd-case-study h1,.dpd-case-study h2,.dpd-case-study h3,.dpd-case-study p,.dpd-case-study figure{margin:0}.dpd-home{z-index:8;color:var(--ink);font-size:var(--nav-font-size);font-weight:var(--font-light);letter-spacing:-.03em;gap:1.5cqw;margin:0;line-height:1;position:absolute;top:6.667cqw;left:5.333cqw}.dpd-home__arrow{fill:none;stroke:currentColor;width:3.333cqw;height:2.333cqw;stroke-width:var(--line-stroke);vector-effect:non-scaling-stroke;display:block;overflow:visible}.dpd-external-actions{top:6.667cqw;right:5.333cqw}.dpd-hero{aspect-ratio:1072/670;background:0 0;width:89.333cqw;height:55.833cqw;position:absolute;top:16.833cqw;left:5.333cqw;overflow:visible}.dpd-hero>img,.dpd-shot>img{object-fit:contain;background:0 0;width:100%;height:100%;display:block}.dpd-project-meta__discipline,.dpd-project-meta__title,.dpd-project-meta__rule,.dpd-index,.dpd-annotation-title,.dpd-intro-copy,.dpd-credit,.dpd-display-title,.dpd-challenge-copy,.dpd-client-copy,.dpd-solution-column-title,.dpd-solution-copy,.dpd-shot,.dpd-connector{position:absolute}.dpd-project-meta__discipline{width:19.167cqw;color:var(--ink);font-size:1.5cqw;font-weight:var(--font-medium);letter-spacing:-.03em;line-height:1.35;top:81.167cqw;left:14.5cqw}.dpd-project-meta__rule{width:22.833cqw;height:var(--line-stroke);top:82.5cqw;left:36.5cqw;overflow:visible}.dpd-project-meta__rule line{stroke:var(--hairline);stroke-width:var(--line-stroke);vector-effect:non-scaling-stroke}.dpd-project-meta__title{width:31.75cqw;top:80.75cqw;left:62.25cqw}.dpd-project-meta__title h1{font-size:2.667cqw;font-weight:var(--font-medium);letter-spacing:-.045em;line-height:1.05}.dpd-project-meta__title p{color:var(--ink);font-size:1.25cqw;font-weight:var(--font-regular);letter-spacing:-.025em;margin-top:.5cqw;line-height:1.2}.dpd-index{z-index:5;color:var(--ink);font-size:2cqw;font-weight:var(--font-regular);letter-spacing:-.05em;white-space:nowrap;line-height:1}.dpd-annotation-title{z-index:5;color:var(--ink);font-size:2.5cqw;font-weight:var(--font-semibold);letter-spacing:-.05em;white-space:nowrap;line-height:1}.dpd-shot{z-index:2;background:0 0;overflow:visible}.dpd-shot--intro{width:26.417cqw;height:43.583cqw;top:100cqw;left:14.5cqw}.dpd-index--intro{top:99.75cqw;left:5.333cqw}.dpd-intro-title{top:108.75cqw;left:5.333cqw}.dpd-intro-copy,.dpd-challenge-copy,.dpd-client-copy,.dpd-solution-copy{z-index:5;color:var(--ink);font-size:1.5cqw;font-weight:var(--font-medium);letter-spacing:-.025em;line-height:1.28}.dpd-intro-copy{width:33.75cqw;top:109.083cqw;left:61.167cqw}.dpd-credit{z-index:5;color:var(--ink);font-size:1.083cqw;font-weight:var(--font-regular);letter-spacing:-.02em;line-height:1;top:141.5cqw;left:61.167cqw}.dpd-display-title{z-index:1;color:var(--ink);font-size:15cqw;font-weight:var(--font-light);letter-spacing:-.02em;white-space:nowrap;line-height:.92}.dpd-display-title--challenge{top:166cqw;left:5.333cqw}.dpd-shot--competitor{width:26.417cqw;height:43.583cqw;top:175.833cqw;left:59.75cqw}.dpd-index--competitor{top:201.25cqw;right:4cqw}.dpd-challenge-copy{width:34.5cqw;top:210.917cqw;left:5.333cqw}.dpd-competitor-title{text-align:right;font-size:2.333cqw;top:210.917cqw;right:4cqw}.dpd-shot--client{width:26.417cqw;height:43.583cqw;top:235.833cqw;left:11.583cqw}.dpd-index--client{top:260.083cqw;left:2.5cqw}.dpd-client-title{font-size:2.333cqw;top:269.75cqw;left:2.5cqw}.dpd-client-copy{width:34cqw;top:270cqw;left:59.333cqw}.dpd-display-title--solution{top:299cqw;left:5.333cqw}.dpd-solution-column-title{z-index:5;color:var(--ink);font-size:2.333cqw;font-weight:var(--font-regular);letter-spacing:-.04em;white-space:nowrap;line-height:1;top:317.833cqw}.dpd-solution-column-title--research{left:6.875cqw}.dpd-solution-column-title--science{left:33.125cqw}.dpd-solution-column-title--sample{left:79.75cqw}.dpd-index--research{top:351cqw;left:6.875cqw}.dpd-solution-copy--research{width:29.5cqw;top:359cqw;left:6.875cqw}.dpd-shot--research{width:29.083cqw;height:47.083cqw;top:366.25cqw;left:6.875cqw}.dpd-shot--culture{width:23.5cqw;height:23.5cqw;top:390cqw;left:39.417cqw}.dpd-shot--sample{width:23.5cqw;height:23.5cqw;top:390cqw;left:66.583cqw}.dpd-index--science{top:432.25cqw;left:31.75cqw}.dpd-solution-copy--science{width:35cqw;top:440.167cqw;left:31.75cqw}.dpd-shot--science{width:86.333cqw;height:52.917cqw;top:449.083cqw;left:6.875cqw}.dpd-index--sample{top:527.5cqw;right:7cqw}.dpd-solution-copy--sample{text-align:right;width:34cqw;top:535cqw;right:7cqw}.dpd-shot--check-in{width:49.583cqw;height:13.167cqw;top:544.375cqw;left:43.5cqw}.dpd-shot--steps{width:65.25cqw;height:23.083cqw;top:562.813cqw;left:28.125cqw}.dpd-index--results{top:546.5cqw;left:6.875cqw}.dpd-solution-copy--results{width:28cqw;top:554.25cqw;left:6.875cqw}.dpd-shot--results{width:86.25cqw;height:43.75cqw;top:590.917cqw;left:6.875cqw}.dpd-connector{z-index:4;pointer-events:none;display:block;overflow:visible}.dpd-connector__shaft{background:var(--ink);display:block;position:absolute}.dpd-connector__head{fill:none;width:3.333cqw;height:2.333cqw;stroke:var(--hairline);stroke-width:var(--line-stroke);stroke-linecap:square;stroke-linejoin:miter;vector-effect:non-scaling-stroke;display:block;position:absolute;overflow:visible}.dpd-connector__head path{vector-effect:non-scaling-stroke}.dpd-connector--left,.dpd-connector--right{height:2.333cqw}.dpd-connector--left .dpd-connector__shaft,.dpd-connector--right .dpd-connector__shaft{height:var(--line-stroke);top:50%;transform:translateY(-50%)}.dpd-connector--left .dpd-connector__head{top:0;left:0}.dpd-connector--left .dpd-connector__shaft{left:2.75cqw;right:0}.dpd-connector--right .dpd-connector__head{top:0;right:0;transform:rotate(180deg)}.dpd-connector--right .dpd-connector__shaft{left:0;right:2.75cqw}.dpd-connector--up,.dpd-connector--down{width:2.333cqw}.dpd-connector--up .dpd-connector__shaft,.dpd-connector--down .dpd-connector__shaft{width:var(--line-stroke);left:50%;transform:translate(-50%)}.dpd-connector--down .dpd-connector__head{bottom:.5cqw;left:-.5cqw;transform:rotate(-90deg)}.dpd-connector--down .dpd-connector__shaft{top:0;bottom:3.25cqw}.dpd-connector--up .dpd-connector__head{top:.5cqw;left:-.5cqw;transform:rotate(90deg)}.dpd-connector--up .dpd-connector__shaft{top:3.25cqw;bottom:0}.dpd-connector--intro{width:25cqw;top:108.75cqw;left:35cqw}.dpd-connector--competitor{width:27.5cqw;top:210.667cqw;left:40.333cqw}.dpd-connector--client{width:32.75cqw;top:269.5cqw;left:25.25cqw}.dpd-connector--research{z-index:1;height:26cqw;top:322.667cqw;left:13.833cqw}.dpd-connector--science{z-index:1;height:106.667cqw;top:322.667cqw;left:47.333cqw}.dpd-connector--sample{z-index:1;height:202.667cqw;top:322.667cqw;left:86.75cqw}.dpd-connector--results{z-index:1;height:33.333cqw;top:561.25cqw;left:13.833cqw}@media (width<=820px){.detail-content--dpd{width:100%;max-width:none;padding:0 20px 82px}.dpd-case-study{height:auto;min-height:0}.dpd-stage{width:100%;height:auto;position:relative;inset:auto}.dpd-home{gap:10px;margin-top:24px;position:relative;top:auto;left:auto}.dpd-home__arrow{width:26px;height:18px}.dpd-external-actions{gap:22px;top:24px;right:0}.dpd-external-actions .detail-external-link{gap:10px}.dpd-hero{aspect-ratio:1072/670;width:100%;height:auto;margin-top:34px;position:relative;top:auto;left:auto}.dpd-project-meta{grid-template-columns:max-content minmax(40px,1fr) max-content;align-items:start;gap:16px;margin-top:28px;display:grid}.dpd-project-meta__discipline,.dpd-project-meta__title,.dpd-project-meta__rule{width:auto;position:relative;inset:auto}.dpd-project-meta__discipline{font-size:12px}.dpd-project-meta__rule{width:100%;top:8px}.dpd-project-meta__title h1{font-size:18px}.dpd-project-meta__title p{margin-top:4px;font-size:10px}.dpd-stage--intro{grid-template-columns:minmax(126px,.82fr) minmax(0,1.18fr);align-items:center;gap:24px 28px;margin-top:58px;display:grid}.dpd-stage--intro .dpd-project-meta{grid-column:1/-1}.dpd-index,.dpd-annotation-title,.dpd-intro-copy,.dpd-credit,.dpd-display-title,.dpd-challenge-copy,.dpd-client-copy,.dpd-solution-column-title,.dpd-solution-copy,.dpd-shot,.dpd-connector{inset:auto}.dpd-index{font-size:13px;position:relative}.dpd-annotation-title{font-size:15px;position:relative}.dpd-shot{width:100%;height:auto;position:relative}.dpd-index--intro{grid-area:2/1;align-self:end}.dpd-shot--intro{aspect-ratio:317/523;grid-area:3/1/span 3}.dpd-intro-title{z-index:5;grid-area:3/1/auto/-1;align-self:start;margin-top:30px}.dpd-intro-copy{z-index:5;grid-area:3/2/span 2;align-self:center;width:auto;font-size:12px;line-height:1.42;position:relative}.dpd-credit{grid-area:5/2;align-self:end;font-size:9px;position:relative}.dpd-connector--intro{z-index:6;width:32%;height:18px;position:absolute;top:174px;left:30%}.dpd-stage--challenge{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:24px;margin-top:112px;display:grid}.dpd-display-title{white-space:normal;grid-column:1/-1;font-size:clamp(48px,14vw,94px);line-height:.94;position:relative}.dpd-shot--competitor{aspect-ratio:317/523;grid-area:2/2/span 3}.dpd-index--competitor{z-index:6;grid-area:2/2;place-self:center end}.dpd-challenge-copy{grid-area:3/1;width:auto;font-size:12px;line-height:1.42;position:relative}.dpd-competitor-title{z-index:6;grid-area:3/2;justify-self:end}.dpd-connector--competitor{z-index:5;width:42%;height:18px;position:absolute;top:34%;left:36%}.dpd-shot--client{aspect-ratio:317/523;grid-area:5/1/span 3;margin-top:76px}.dpd-index--client{z-index:6;grid-area:6/1;align-self:start}.dpd-client-title{z-index:6;grid-area:6/1;align-self:center}.dpd-client-copy{grid-area:6/2;width:auto;font-size:12px;line-height:1.42;position:relative}.dpd-connector--client{z-index:5;width:34%;height:18px;position:absolute;top:74%;left:28%}.dpd-stage--solution{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:22px 18px;margin-top:118px;display:grid}.dpd-stage--solution .dpd-display-title{grid-row:1}.dpd-solution-column-title{grid-column:1/-1;font-size:17px;position:relative}.dpd-solution-column-title--research{grid-row:2}.dpd-connector--research{grid-row:3}.dpd-index--research{grid-area:4/1/auto/-1}.dpd-solution-copy--research{grid-area:5/1/auto/-1}.dpd-shot--research{aspect-ratio:349/565;grid-area:6/1}.dpd-solution-column-title--science{grid-row:7;margin-top:84px}.dpd-connector--science{grid-row:8}.dpd-shot--culture{aspect-ratio:1;grid-area:9/1}.dpd-shot--sample{aspect-ratio:1;grid-area:9/2}.dpd-index--science{grid-area:10/1/auto/-1;justify-self:center}.dpd-solution-copy--science{text-align:center;grid-area:11/1/auto/-1;justify-self:center;max-width:290px}.dpd-shot--science{aspect-ratio:1036/635;grid-area:12/1/auto/-1}.dpd-solution-column-title--sample{grid-row:13;margin-top:84px}.dpd-connector--sample{grid-row:14}.dpd-index--sample{grid-area:15/1/auto/-1;justify-self:end}.dpd-solution-copy--sample{text-align:right;grid-area:16/1/auto/-1;justify-self:end;width:min(100%,290px)}.dpd-shot--check-in{aspect-ratio:595/158;grid-area:17/1/auto/-1;justify-self:end;width:70%}.dpd-shot--steps{aspect-ratio:783/277;grid-area:18/1/auto/-1;justify-self:end;width:90%}.dpd-index--results{grid-area:19/1/auto/-1}.dpd-solution-copy--results{grid-area:20/1/auto/-1;width:min(100%,290px)}.dpd-connector--results{grid-row:21}.dpd-shot--results{aspect-ratio:1035/525;grid-area:22/1/auto/-1}.dpd-solution-copy{width:auto;font-size:12px;line-height:1.42;position:relative}.dpd-stage--solution>.dpd-connector--up,.dpd-stage--solution>.dpd-connector--down{justify-self:center;width:18px;height:90px;position:relative}.dpd-connector__head{width:26px;height:18px}.dpd-connector--left,.dpd-connector--right{height:18px}.dpd-connector--left .dpd-connector__shaft{left:21px}.dpd-connector--right .dpd-connector__shaft{right:21px}.dpd-connector--up,.dpd-connector--down{width:18px}.dpd-connector--down .dpd-connector__head,.dpd-connector--up .dpd-connector__head{left:-4px}.dpd-connector--down .dpd-connector__shaft{bottom:25px}.dpd-connector--up .dpd-connector__shaft{top:25px}}@media (width<=480px){.detail-content--dpd{padding-left:18px;padding-right:18px}.dpd-project-meta{grid-template-columns:1fr;gap:8px}.dpd-project-meta__rule{display:none}.dpd-stage--intro,.dpd-stage--challenge,.dpd-stage--solution{column-gap:14px}.dpd-stage--intro{grid-template-columns:minmax(112px,.85fr) minmax(0,1.15fr)}.dpd-intro-copy,.dpd-challenge-copy,.dpd-client-copy,.dpd-solution-copy{font-size:11px}.dpd-intro-title,.dpd-annotation-title{font-size:13px}.dpd-display-title{font-size:clamp(42px,13.2vw,62px)}}.detail-content--nauto{width:min(100%,1200px);max-width:1200px;margin:0 auto;padding:0;container-type:inline-size}.nauto-case-study{width:100%;height:442.333cqw;min-height:0;color:var(--ink);background:0 0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;overflow:visible}.nauto-stage{width:100%;height:100%;position:absolute;inset:0}.nauto-case-study h1,.nauto-case-study h2,.nauto-case-study p,.nauto-case-study figure{margin:0}.nauto-home{z-index:8;color:var(--ink);font-size:var(--nav-font-size);font-weight:var(--font-light);letter-spacing:-.035em;gap:1.5cqw;margin:0;line-height:1;position:absolute;top:7cqw;left:5.333cqw}.nauto-home__arrow{fill:none;width:3.333cqw;height:2.333cqw;stroke:var(--hairline);stroke-width:var(--line-stroke);stroke-linecap:square;stroke-linejoin:miter;vector-effect:non-scaling-stroke;display:block;overflow:visible}.nauto-external-actions{top:7cqw;right:5.333cqw}.nauto-external-actions .detail-external-link{letter-spacing:-.035em}.nauto-hero{aspect-ratio:1072/670;background:0 0;width:89.333cqw;height:55.833cqw;position:absolute;top:16.833cqw;left:5.333cqw;overflow:visible}.nauto-hero>img,.nauto-shot>img{object-fit:contain;background:0 0;width:100%;height:100%;display:block}.nauto-display-title,.nauto-intro-name,.nauto-intro-copy,.nauto-credit,.nauto-challenge-copy,.nauto-solution-intro,.nauto-shot,.nauto-step,.nauto-feature,.nauto-rule{position:absolute}.nauto-display-title{z-index:4;color:var(--ink);font-size:5.333cqw;font-style:italic;font-weight:var(--font-ultralight);letter-spacing:-.07em;white-space:nowrap;line-height:.96}.nauto-rule{z-index:1;pointer-events:none;display:block;overflow:visible}.nauto-rule--horizontal{height:var(--line-stroke)}.nauto-rule--vertical{width:var(--line-stroke)}.nauto-rule line{stroke:var(--hairline);stroke-width:var(--line-stroke);vector-effect:non-scaling-stroke}.nauto-shot{z-index:2;box-sizing:content-box;border:var(--line-stroke) solid #1111119e;background:#fff;overflow:hidden}.nauto-intro-title{top:79.333cqw;left:5.333cqw}.nauto-rule--intro-main{width:89.333cqw;top:84.333cqw;left:5.333cqw}.nauto-intro-name{z-index:4;color:var(--ink);font-size:3cqw;font-weight:var(--font-thin);letter-spacing:-.045em;line-height:1.1;top:88.333cqw;left:5.333cqw}.nauto-rule--intro-divider{height:28.5cqw;top:86cqw;left:46cqw}.nauto-intro-copy{z-index:4;width:37.667cqw;color:var(--ink);font-size:2cqw;font-weight:var(--font-thin);letter-spacing:-.035em;text-align:right;line-height:1.48;top:88.667cqw;left:57cqw}.nauto-credit{z-index:4;width:100%;color:var(--ink);font-size:3cqw;font-style:italic;font-weight:var(--font-ultralight);letter-spacing:-.06em;text-align:center;line-height:1;top:129cqw;left:0}.nauto-challenge-title{top:147.333cqw;left:5.333cqw}.nauto-rule--challenge-top{width:89.333cqw;top:152.667cqw;left:5.333cqw}.nauto-rule--challenge-bottom{width:89.333cqw;top:186.833cqw;left:5.333cqw}.nauto-rule--challenge-divider-one,.nauto-rule--challenge-divider-two{height:34.167cqw;top:152.667cqw}.nauto-rule--challenge-divider-one{left:33.5cqw}.nauto-rule--challenge-divider-two{left:63.667cqw}.nauto-challenge-copy{z-index:4;color:var(--ink);font-size:2cqw;font-weight:var(--font-thin);letter-spacing:-.035em;line-height:1.55;top:157.333cqw}.nauto-challenge-copy--one{width:25.5cqw;left:5.333cqw}.nauto-challenge-copy--two{width:25.5cqw;left:35.667cqw}.nauto-challenge-copy--three{width:27.5cqw;left:66.333cqw}.nauto-solution-title{top:200.667cqw;left:5.333cqw}.nauto-solution-intro{z-index:4;width:37cqw;color:var(--ink);font-size:2cqw;font-weight:var(--font-thin);letter-spacing:-.035em;line-height:1.5;top:240.5cqw;left:5.333cqw}.nauto-shot--request-video{width:37.667cqw;height:59cqw;top:200.667cqw;left:56.833cqw}.nauto-rule--solution-main{width:89.333cqw;top:264.167cqw;left:5.333cqw}.nauto-step{z-index:3;width:20.75cqw;height:61cqw}.nauto-step--one{top:269.333cqw;left:26.667cqw}.nauto-step--two{top:283.167cqw;left:50.167cqw}.nauto-step--three{top:269.333cqw;left:73.667cqw}.nauto-step__number{z-index:4;color:var(--ink);font-size:5.333cqw;font-style:italic;font-weight:var(--font-ultralight);letter-spacing:-.065em;line-height:.94;position:absolute;top:0;left:0}.nauto-step__shot{width:20.75cqw;height:34.25cqw;top:5.167cqw;left:0}.nauto-step__copy{z-index:4;width:20.75cqw;color:var(--ink);font-size:2cqw;font-weight:var(--font-thin);letter-spacing:-.035em;line-height:1.48;position:absolute;top:42.167cqw;left:0}.nauto-step--two .nauto-step__copy{top:42.5cqw}.nauto-rule--solution-divider-one,.nauto-rule--solution-divider-two{height:56.167cqw;top:274.5cqw}.nauto-rule--solution-divider-one{left:48.833cqw}.nauto-rule--solution-divider-two{left:72.333cqw}.nauto-features-title{top:356.667cqw;left:5.333cqw}.nauto-rule--features-top,.nauto-rule--features-middle,.nauto-rule--features-bottom{width:89.333cqw;left:5.333cqw}.nauto-rule--features-top{top:362cqw}.nauto-rule--features-middle{top:399.333cqw}.nauto-rule--features-bottom{top:437cqw}.nauto-rule--features-divider-one,.nauto-rule--features-divider-two{height:75cqw;top:362cqw}.nauto-rule--features-divider-one{left:34.833cqw}.nauto-rule--features-divider-two{left:65cqw}.nauto-feature{z-index:3;width:26.917cqw;height:35.5cqw}.nauto-feature--one,.nauto-feature--four{left:6cqw}.nauto-feature--two,.nauto-feature--five{left:36.333cqw}.nauto-feature--three,.nauto-feature--six{left:66.667cqw}.nauto-feature--one,.nauto-feature--two,.nauto-feature--three{top:363.667cqw}.nauto-feature--four,.nauto-feature--five,.nauto-feature--six{top:401cqw}.nauto-feature__shot{width:26.917cqw;height:30.5cqw;top:0;left:0}.nauto-feature figcaption{z-index:4;width:100%;color:var(--ink);font-size:2.167cqw;font-weight:var(--font-thin);letter-spacing:-.045em;white-space:nowrap;line-height:1.1;position:absolute;top:32cqw;left:0}@media (width<=820px){.detail-content--nauto{width:100%;max-width:none;padding:0 20px 82px}.nauto-case-study{height:auto;min-height:0}.nauto-stage{width:100%;height:auto;position:relative;inset:auto}.nauto-home{gap:10px;margin-top:24px;position:relative;top:auto;left:auto}.nauto-home__arrow{width:26px;height:18px}.nauto-external-actions{gap:22px;top:24px;right:0}.nauto-external-actions .detail-external-link{gap:10px}.nauto-hero{aspect-ratio:1072/670;width:100%;height:auto;margin-top:34px;position:relative;top:auto;left:auto}.nauto-display-title,.nauto-intro-name,.nauto-intro-copy,.nauto-credit,.nauto-challenge-copy,.nauto-solution-intro,.nauto-shot,.nauto-step,.nauto-feature,.nauto-rule{inset:auto}.nauto-display-title{font-size:clamp(36px,9vw,58px);position:relative}.nauto-rule--horizontal{width:100%;height:1px;position:relative}.nauto-stage--intro{grid-template-columns:minmax(0,.9fr) 1px minmax(0,1.1fr);align-items:start;gap:18px 24px;margin-top:72px;display:grid}.nauto-intro-title,.nauto-rule--intro-main,.nauto-credit{grid-column:1/-1}.nauto-intro-title{grid-row:1}.nauto-rule--intro-main{grid-row:2}.nauto-intro-name{grid-area:3/1;font-size:20px;position:relative}.nauto-rule--intro-divider{grid-area:3/2;width:1px;height:100%;position:relative}.nauto-intro-copy{grid-area:3/3;width:auto;font-size:12px;line-height:1.5;position:relative}.nauto-credit{grid-row:4;width:auto;margin-top:42px;font-size:20px;position:relative}.nauto-stage--challenge{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 20px;margin-top:92px;display:grid}.nauto-challenge-title,.nauto-rule--challenge-top,.nauto-rule--challenge-bottom{grid-column:1/-1}.nauto-challenge-title{grid-row:1}.nauto-rule--challenge-top{grid-row:2}.nauto-challenge-copy{grid-row:3;width:auto;font-size:12px;line-height:1.52;position:relative}.nauto-challenge-copy--one{grid-column:1}.nauto-challenge-copy--two{grid-column:2}.nauto-challenge-copy--three{grid-column:3}.nauto-rule--challenge-bottom{grid-row:4}.nauto-rule--challenge-divider-one,.nauto-rule--challenge-divider-two{display:none}.nauto-challenge-copy--two,.nauto-challenge-copy--three{border-left:var(--line-stroke) solid #111111ad;padding-left:20px}.nauto-stage--solution{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:26px 24px;margin-top:92px;display:grid}.nauto-solution-title{grid-area:1/1}.nauto-solution-intro{grid-area:2/1;align-self:end;width:auto;font-size:12px;line-height:1.5;position:relative}.nauto-shot--request-video{aspect-ratio:452/708;grid-area:1/2/span 2;width:100%;height:auto;position:relative}.nauto-rule--solution-main{grid-area:3/1/auto/-1}.nauto-step{grid-template-rows:auto auto auto;gap:12px;width:100%;height:auto;display:grid;position:relative}.nauto-step--one{grid-area:4/1}.nauto-step--two{grid-area:5/2;margin-top:54px}.nauto-step--three{grid-area:6/1;margin-top:54px}.nauto-step__number,.nauto-step__shot,.nauto-step__copy{width:100%;position:relative;inset:auto}.nauto-step__number{font-size:42px}.nauto-step__shot{aspect-ratio:249/411;height:auto}.nauto-step__copy,.nauto-step--two .nauto-step__copy{font-size:12px;line-height:1.48;top:auto}.nauto-rule--solution-divider-one,.nauto-rule--solution-divider-two{display:none}.nauto-stage--features{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 16px;margin-top:102px;display:grid}.nauto-features-title,.nauto-rule--features-top,.nauto-rule--features-middle,.nauto-rule--features-bottom{grid-column:1/-1}.nauto-features-title{grid-row:1}.nauto-rule--features-top{grid-row:2}.nauto-feature{width:100%;height:auto;position:relative}.nauto-feature--one{grid-area:3/1}.nauto-feature--two{grid-area:3/2}.nauto-feature--three{grid-area:3/3}.nauto-rule--features-middle{grid-row:4}.nauto-feature--four{grid-area:5/1}.nauto-feature--five{grid-area:5/2}.nauto-feature--six{grid-area:5/3}.nauto-rule--features-bottom{grid-row:6}.nauto-feature__shot{aspect-ratio:323/366;width:100%;height:auto;position:relative}.nauto-feature figcaption{white-space:normal;margin-top:12px;font-size:12px;position:relative;top:auto}.nauto-rule--features-divider-one,.nauto-rule--features-divider-two{display:none}}@media (width<=560px){.detail-content--nauto{padding-left:18px;padding-right:18px}.nauto-stage--intro{grid-template-columns:1fr}.nauto-intro-title,.nauto-rule--intro-main,.nauto-intro-name,.nauto-intro-copy,.nauto-credit{grid-column:1}.nauto-intro-name{grid-row:3}.nauto-intro-copy{text-align:left;grid-row:4}.nauto-credit{grid-row:5}.nauto-rule--intro-divider{display:none}.nauto-stage--challenge{grid-template-columns:1fr}.nauto-challenge-copy--one,.nauto-challenge-copy--two,.nauto-challenge-copy--three{border-left:0;border-bottom:var(--line-stroke) solid #111111ad;grid-column:1;padding:0 0 18px}.nauto-challenge-copy--one{grid-row:3}.nauto-challenge-copy--two{grid-row:4}.nauto-challenge-copy--three{grid-row:5}.nauto-rule--challenge-bottom{grid-row:6}.nauto-stage--solution{grid-template-columns:1fr}.nauto-solution-title,.nauto-solution-intro,.nauto-shot--request-video,.nauto-rule--solution-main,.nauto-step--one,.nauto-step--two,.nauto-step--three{grid-column:1}.nauto-solution-title{grid-row:1}.nauto-solution-intro{grid-row:2}.nauto-shot--request-video{grid-row:3;justify-self:end;width:min(100%,330px)}.nauto-rule--solution-main{grid-row:4}.nauto-step--one{grid-row:5;width:72%}.nauto-step--two{grid-row:6;justify-self:end;width:72%;margin-top:20px}.nauto-step--three{grid-row:7;width:72%;margin-top:20px}.nauto-stage--features{grid-template-columns:repeat(2,minmax(0,1fr))}.nauto-feature--one{grid-area:3/1}.nauto-feature--two{grid-area:3/2}.nauto-feature--three{grid-area:4/1}.nauto-feature--four{grid-area:4/2}.nauto-feature--five{grid-area:5/1}.nauto-feature--six{grid-area:5/2}.nauto-rule--features-middle{display:none}.nauto-rule--features-bottom{grid-row:6}}@media (width>=821px){.nauto-home{color:var(--ink);font-size:2.833cqw;top:6.783cqw;left:5.117cqw}.nauto-external-actions{top:6.783cqw;right:5.117cqw}.nauto-external-actions .detail-external-link{font-size:2.833cqw}.nauto-display-title{color:var(--ink);font-weight:var(--font-ultralight);letter-spacing:-.06em}.nauto-intro-title{top:79.117cqw;left:5.117cqw}.nauto-challenge-title,.nauto-solution-title,.nauto-features-title{left:5.117cqw}.nauto-intro-name{letter-spacing:-.05em;font-size:3.333cqw}.nauto-intro-copy{letter-spacing:-.025em;line-height:1.65}.nauto-credit{width:92cqw;color:var(--ink);font-size:3.4cqw;font-weight:var(--font-ultralight);top:129.167cqw;left:0}.nauto-rule--challenge-top{top:152.883cqw}.nauto-rule--challenge-bottom{top:186.617cqw}.nauto-rule--challenge-divider-one,.nauto-rule--challenge-divider-two{height:33.734cqw;top:152.883cqw}.nauto-rule--challenge-divider-two{left:63.883cqw}.nauto-challenge-copy{letter-spacing:-.025em;line-height:1.65;top:157.117cqw}.nauto-solution-intro{letter-spacing:-.025em;line-height:1.65;top:240.067cqw}.nauto-step--one,.nauto-step--three{top:269.549cqw}.nauto-step--two{top:283.383cqw}.nauto-step--three{left:74cqw}.nauto-step__number{color:var(--ink);font-weight:var(--font-ultralight);letter-spacing:-.055em}.nauto-step__copy{letter-spacing:-.025em;line-height:1.65;top:41.333cqw}.nauto-step--two .nauto-step__copy{top:41.833cqw}.nauto-rule--solution-divider-one,.nauto-rule--solution-divider-two{height:55.95cqw;top:274.716cqw}.nauto-rule--solution-divider-two{left:72.55cqw}.nauto-feature--one,.nauto-feature--four{left:6.216cqw}.nauto-feature--two,.nauto-feature--five{left:36.549cqw}.nauto-feature--one,.nauto-feature--two,.nauto-feature--three{top:363.883cqw}.nauto-feature--four,.nauto-feature--five,.nauto-feature--six{top:401.216cqw}.nauto-intro-copy,.nauto-challenge-copy,.nauto-solution-intro,.nauto-step__copy{white-space:nowrap}}@media (width<=820px){.nauto-intro-copy,.nauto-challenge-copy,.nauto-solution-intro,.nauto-step__copy{white-space:normal}}.detail-content--credits{width:min(100%,1200px);max-width:1200px;margin:0 auto;padding:0;container-type:inline-size}.credits-case-study{width:100%;height:513.283cqw;min-height:0;color:var(--ink);background:0 0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;overflow:visible}.credits-stage{width:100%;height:100%;position:absolute;inset:0}.credits-case-study h1,.credits-case-study h2,.credits-case-study p,.credits-case-study figure{margin:0}.credits-home{z-index:10;color:var(--ink);font-size:var(--nav-font-size);font-weight:var(--font-light);letter-spacing:-.04em;gap:1.45cqw;margin:0;line-height:1;position:absolute;top:6.767cqw;left:5.263cqw}.credits-home__arrow{fill:none;width:3.667cqw;height:2.667cqw;stroke:var(--hairline);stroke-width:var(--line-stroke);stroke-linecap:square;stroke-linejoin:miter;vector-effect:non-scaling-stroke;display:block;overflow:visible}.credits-external-actions{top:7.018cqw;right:5.263cqw}.credits-external-actions .detail-external-link{letter-spacing:-.04em;gap:1.45cqw}.credits-hero{z-index:2;aspect-ratio:1072/670;background:0 0;width:89.333cqw;height:55.833cqw;position:absolute;top:16.833cqw;left:5.333cqw;overflow:visible}.credits-hero>img,.credits-shot>img{object-fit:contain;background:0 0;width:100%;height:100%;display:block}.credits-rule,.credits-meta,.credits-intro-kicker,.credits-display-title,.credits-strap,.credits-table,.credits-tutorial,.credits-shot{position:absolute}.credits-rule{z-index:1;pointer-events:none;display:block;overflow:visible}.credits-rule--horizontal{height:var(--line-stroke)}.credits-rule--vertical{width:var(--line-stroke)}.credits-rule line{stroke:var(--hairline);stroke-width:var(--line-stroke);vector-effect:non-scaling-stroke}.credits-shot{z-index:2;background:0 0;overflow:visible}.credits-rule--intro-main{width:89.474cqw;top:76.942cqw;left:5.514cqw}.credits-meta{z-index:4;width:100%;height:7cqw;color:var(--ink);font-size:1.25cqw;font-weight:var(--font-semibold);letter-spacing:-.035em;text-transform:uppercase;line-height:1.48;left:0}.credits-meta--introduction{top:78.947cqw}.credits-meta p{white-space:nowrap;position:absolute;top:0}.credits-meta strong,.credits-meta span{display:block}.credits-meta strong{font-weight:var(--font-bold)}.credits-meta span{font-weight:var(--font-semibold)}.credits-meta__section{width:19cqw;left:16.792cqw}.credits-meta__number{width:14cqw;left:34.336cqw}.credits-meta__aside{width:19cqw;left:76.441cqw}.credits-intro-kicker{z-index:4;color:var(--ink);font-size:1.45cqw;font-weight:var(--font-bold);letter-spacing:-.045em;line-height:1.18;top:89.975cqw;left:52.882cqw}.credits-display-title{z-index:4;color:var(--ink);font-size:18.333cqw;font-weight:var(--font-regular);letter-spacing:-.072em;white-space:nowrap;line-height:.79}.credits-display-title--credits{top:99.75cqw;left:5.333cqw}.credits-display-title--credits span{display:block}.credits-display-title--design{top:229.5cqw;left:5.333cqw}.credits-display-title--tech{top:428.25cqw;left:5.333cqw}.credits-strap{z-index:4;width:100%;height:8cqw;left:0}.credits-strap--bookkeeping{top:138.346cqw}.credits-strap--design{top:261.404cqw}.credits-strap--tech{top:460.652cqw}.credits-strap__lead,.credits-strap__result{color:var(--ink);position:absolute;top:0}.credits-strap__lead{width:16cqw;font-size:1.45cqw;font-weight:var(--font-bold);letter-spacing:-.045em;line-height:1.18;left:33.835cqw}.credits-strap__result{letter-spacing:-.045em;width:18.5cqw;left:76.441cqw}.credits-strap__result strong,.credits-strap__result span{display:block}.credits-strap__result strong{font-size:3.05cqw;font-weight:var(--font-semibold);line-height:1}.credits-strap__result span{color:var(--ink);font-size:1.05cqw;font-weight:var(--font-medium);margin-top:.35cqw;line-height:1.1}.credits-rule--bookkeeping{width:31.83cqw;top:1.754cqw;left:41.855cqw}.credits-rule--design-strap{width:23.81cqw;top:1.503cqw;left:49.875cqw}.credits-rule--tech-strap{width:31.83cqw;top:1.253cqw;left:41.604cqw}.credits-table{z-index:3;width:100%;height:100%;inset:0}.credits-table p{z-index:4;color:var(--ink);position:absolute}.credits-table__section,.credits-table__header{font-size:1.25cqw;font-weight:var(--font-bold);letter-spacing:-.03em;white-space:nowrap;line-height:1}.credits-table__date,.credits-table__type,.credits-table__abstract{font-size:1.45cqw;font-weight:var(--font-medium);letter-spacing:-.035em;line-height:1.32}.credits-rule--features-top{width:89.474cqw;top:160.652cqw;left:5.514cqw}.credits-table__section--features,.credits-table__header--feature-date,.credits-table__header--feature-image,.credits-table__header--feature-type,.credits-table__header--feature-abstract{top:162.657cqw}.credits-table__section--features{left:5.263cqw}.credits-table__header--feature-date{left:16.792cqw}.credits-table__header--feature-image{left:33.835cqw}.credits-table__header--feature-type{left:52.882cqw}.credits-table__header--feature-abstract{left:76.441cqw}.credits-rule--features-header{width:78.195cqw;top:165.915cqw;left:16.792cqw}.credits-table__date{top:168.421cqw;left:16.792cqw}.credits-shot--date-selector{width:17.167cqw;height:16.083cqw;top:167.669cqw;left:33.835cqw}.credits-table__type--feature-one,.credits-table__abstract--feature-one{top:167.5cqw}.credits-table__type--feature-two,.credits-table__abstract--feature-two{top:173.75cqw}.credits-table__type--feature-three,.credits-table__abstract--feature-three{top:181.75cqw}.credits-table__type--feature-four,.credits-table__abstract--feature-four{top:188.25cqw}.credits-table__type--feature-one,.credits-table__type--feature-two,.credits-table__type--feature-three,.credits-table__type--feature-four{left:52.882cqw}.credits-table__abstract--feature-one,.credits-table__abstract--feature-two,.credits-table__abstract--feature-three,.credits-table__abstract--feature-four{width:18.5cqw;left:76.441cqw}.credits-rule--features-row-one,.credits-rule--features-row-two,.credits-rule--features-row-three{width:41.855cqw;left:53.133cqw}.credits-rule--features-row-one{top:172.5cqw}.credits-rule--features-row-two{top:180.5cqw}.credits-rule--features-row-three{top:186.75cqw}.credits-tutorial{z-index:3;width:100%;height:100%;inset:0}.credits-tutorial__label,.credits-tutorial__number,.credits-tutorial__item{z-index:4;color:var(--ink);position:absolute}.credits-tutorial__label,.credits-tutorial__number{font-size:1.35cqw;font-weight:var(--font-bold);letter-spacing:-.035em;white-space:nowrap;line-height:1;top:286.967cqw}.credits-tutorial__label{left:5.263cqw}.credits-tutorial__number{left:76.692cqw}.credits-rule--tutorial-left-top{width:25.564cqw;top:289.975cqw;left:5.263cqw}.credits-rule--tutorial-right-top{width:25.564cqw;top:289.975cqw;left:69.173cqw}.credits-tutorial__item{width:13.784cqw;font-size:1.4cqw;font-weight:var(--font-semibold);letter-spacing:-.04em;line-height:1.25;left:16.792cqw}.credits-tutorial__item--one{top:290.75cqw}.credits-tutorial__item--two{top:293.75cqw}.credits-tutorial__item--three{top:296.75cqw}.credits-tutorial__item--four{top:299.75cqw}.credits-rule--tutorial-item-one,.credits-rule--tutorial-item-two,.credits-rule--tutorial-item-three,.credits-rule--tutorial-item-four{width:14.286cqw;left:16.541cqw}.credits-rule--tutorial-item-one{top:293cqw}.credits-rule--tutorial-item-two{top:296cqw}.credits-rule--tutorial-item-three{top:299cqw}.credits-rule--tutorial-item-four{top:303.75cqw}.credits-shot--tutorial{width:34.083cqw;height:45.333cqw;top:282.206cqw;left:32.832cqw}.credits-rule--tutorial-image-bottom{width:10.526cqw;top:327.569cqw;left:44.612cqw}.credits-rule--design-top{width:89.474cqw;top:343.108cqw;left:5.263cqw}.credits-table__section--design,.credits-table__header--design-image,.credits-table__header--design-type,.credits-table__header--design-abstract{top:345.113cqw}.credits-table__section--design{left:5.263cqw}.credits-table__header--design-image{left:16.792cqw}.credits-table__header--design-type{left:52.882cqw}.credits-table__header--design-abstract{left:76.441cqw}.credits-rule--design-header{width:78.195cqw;top:348.12cqw;left:16.541cqw}.credits-shot--interface{width:34.083cqw;height:45.25cqw;top:349.875cqw;left:16.541cqw}.credits-table__type--design-one,.credits-table__abstract--design-one{top:349.5cqw}.credits-table__type--design-two,.credits-table__abstract--design-two{top:356cqw}.credits-table__type--design-three,.credits-table__abstract--design-three{top:364cqw}.credits-table__type--design-four,.credits-table__abstract--design-four{top:370.25cqw}.credits-table__type--design-one,.credits-table__type--design-two,.credits-table__type--design-three,.credits-table__type--design-four{left:52.882cqw}.credits-table__abstract--design-one,.credits-table__abstract--design-two,.credits-table__abstract--design-three,.credits-table__abstract--design-four{width:18.5cqw;left:76.441cqw}.credits-rule--design-row-one,.credits-rule--design-row-two,.credits-rule--design-row-three{width:41.855cqw;left:52.882cqw}.credits-rule--design-row-one{top:354.5cqw}.credits-rule--design-row-two{top:362.75cqw}.credits-rule--design-row-three{top:369cqw}.credits-rule--tech-top{width:89.474cqw;top:480.952cqw;left:5.263cqw}.credits-table__section--tech,.credits-table__header--tech-type,.credits-table__header--tech-abstract,.credits-table__header--tech-image{top:482.957cqw}.credits-table__section--tech{left:5.263cqw}.credits-table__header--tech-type{left:16.792cqw}.credits-table__header--tech-abstract{left:34.336cqw}.credits-table__header--tech-image{left:52.882cqw}.credits-rule--tech-header{width:78.195cqw;top:486.216cqw;left:16.541cqw}.credits-table__type--tech-one,.credits-table__abstract--tech-one{top:488cqw}.credits-table__type--tech-two,.credits-table__abstract--tech-two{top:493.25cqw}.credits-table__type--tech-three,.credits-table__abstract--tech-three{top:498.25cqw}.credits-table__type--tech-four,.credits-table__abstract--tech-four{top:503.25cqw}.credits-table__type--tech-one,.credits-table__type--tech-two,.credits-table__type--tech-three,.credits-table__type--tech-four{left:16.792cqw}.credits-rule--tech-row-one,.credits-rule--tech-row-two,.credits-rule--tech-row-three{width:33.083cqw;left:16.541cqw}.credits-rule--tech-row-one{top:491.5cqw}.credits-rule--tech-row-two{top:496.5cqw}.credits-rule--tech-row-three{top:501.5cqw}.credits-shot--calendars{width:41.667cqw;height:19.75cqw;top:488.221cqw;left:52.882cqw}@media (width<=820px){.detail-content--credits{width:100%;max-width:none;padding:0}}.credits-home{top:7.018cqw}.credits-intro-kicker{font-size:1.5cqw;top:89.474cqw;left:53.133cqw}.credits-display-title--credits{top:102.506cqw}.credits-display-title--design{top:232.757cqw}.credits-display-title--tech{top:431.759cqw}.credits-strap--bookkeeping .credits-strap__lead,.credits-strap--bookkeeping .credits-strap__result,.credits-strap--design .credits-strap__lead,.credits-strap--design .credits-strap__result{top:.501cqw}.credits-strap--tech .credits-strap__result{top:.251cqw}.credits-meta--visual{top:212.281cqw}.credits-meta--engineering{top:411.278cqw}.credits-tutorial__label,.credits-tutorial__number{top:287.469cqw}.credits-display-title--tech{left:4.832cqw}.credits-strap--bookkeeping .credits-strap__lead,.credits-strap--bookkeeping .credits-strap__result,.credits-strap--design .credits-strap__result,.credits-strap--tech .credits-strap__result,.credits-strap--design .credits-strap__lead{transform-origin:0 0}.credits-strap--design .credits-strap__result{left:76.692cqw}.credits-tutorial__label{transform-origin:0 0}.credits-tutorial__number{transform-origin:0 0;left:79.699cqw}.credits-table__abstract{transform-origin:0 0}.credits-table__type--feature-one,.credits-table__type--feature-two,.credits-table__type--feature-three,.credits-table__type--feature-four,.credits-table__type--design-one,.credits-table__type--design-two,.credits-table__type--design-three,.credits-table__type--design-four{left:53.133cqw}.credits-table__abstract--feature-one,.credits-table__abstract--feature-two,.credits-table__abstract--feature-three,.credits-table__abstract--feature-four{left:76.692cqw}.credits-table__abstract--tech-one,.credits-table__abstract--tech-two,.credits-table__abstract--tech-three,.credits-table__abstract--tech-four{left:33.835cqw}.credits-home>span{transform-origin:0 0;display:inline-block}.credits-intro-kicker{line-height:1.3}.credits-strap--bookkeeping .credits-strap__result{top:.752cqw}.credits-strap--design .credits-strap__lead{top:.251cqw}.credits-strap--tech .credits-strap__lead{transform-origin:0 0;left:33.584cqw}.detail-content--about{width:min(100%,1200px);max-width:1200px;margin:0 auto;padding:0;container-type:inline-size}.about-case-study{width:100%;height:375cqw;min-height:0;color:var(--ink);font-family:Helvetica Neue,Inter Display,Nimbus Sans,Helvetica,Arial,sans-serif;font-weight:var(--font-ultralight);letter-spacing:-.02em;background:0 0;position:relative;overflow:visible}.about-home{z-index:20;color:var(--ink);font-size:var(--nav-font-size);font-weight:var(--font-light);letter-spacing:-.035em;gap:1.833cqw;margin:0;line-height:1;position:absolute;top:6.667cqw;left:5.333cqw}.about-home__arrow{fill:none;width:4cqw;height:3cqw;stroke:var(--hairline);stroke-width:var(--line-stroke);vector-effect:non-scaling-stroke;display:block;overflow:visible}.about-external-actions{top:6.85cqw;right:5.333cqw}.about-external-actions .detail-external-link{letter-spacing:-.035em}.about-hero{aspect-ratio:1072/670;background:0 0;width:89.5cqw;height:56cqw;position:absolute;top:16.833cqw;left:5.333cqw;overflow:visible}.about-hero>img,.about-photo>img{object-fit:contain;background:0 0;width:100%;height:100%;display:block}.about-rule{width:89.667cqw;color:var(--ink);position:absolute;left:5.333cqw}.about-rule h1,.about-rule h2,.about-rule__index,.about-profile-bio,.about-label{margin:0}.about-rule h1,.about-rule h2{font-weight:var(--font-thin);letter-spacing:-.055em;line-height:1;position:absolute;bottom:.667cqw;left:0}.about-rule h1{font-weight:var(--font-ultralight);font-size:5.833cqw}.about-rule h2{font-weight:var(--font-thin);font-size:3.333cqw}.about-rule__index{font-size:1.667cqw;font-weight:var(--font-light);letter-spacing:-.02em;line-height:1;position:absolute;bottom:.833cqw;right:0}.about-rule__line{width:100%;height:var(--line-stroke);display:block;position:absolute;bottom:0;left:0;right:0;overflow:visible}.about-rule__line line{stroke:var(--hairline);stroke-width:var(--line-stroke);vector-effect:non-scaling-stroke;transform:translateY(.5px)}.about-rule--profile{height:6cqw;top:84.167cqw}.about-rule--hobbies{height:4.5cqw;top:131cqw}.about-rule--work{height:5cqw;top:256.317cqw}.about-profile-facts{color:var(--ink);font-size:2.1cqw;font-weight:var(--font-light);letter-spacing:-.02em;gap:1.25cqw;margin:0;padding-left:3.083cqw;line-height:1.05;display:grid;position:absolute;top:95.5cqw;left:5.667cqw}.about-profile-facts li{padding-left:0}.about-profile-bio{width:89.333cqw;color:var(--ink);font-size:2.167cqw;font-weight:var(--font-light);letter-spacing:-.025em;line-height:1.25;position:absolute;top:109.167cqw;left:5.333cqw}.about-label{color:var(--ink);font-size:2cqw;font-weight:var(--font-light);letter-spacing:-.02em;line-height:1;position:absolute;left:5.333cqw}.about-label--patio{top:267.167cqw;left:5.667cqw}.about-label--office{top:321.167cqw;left:5.667cqw}.about-photo{z-index:1;background:0 0;margin:0;position:absolute;overflow:visible}.about-photo--travel-portrait,.about-photo--travel-scene,.about-photo--kayak-storage,.about-photo--kayak-water{aspect-ratio:317/523;width:26.417cqw;height:43.917cqw}.about-photo--travel-portrait{top:146.333cqw;left:5.5cqw}.about-photo--travel-scene{top:146.333cqw;left:42.667cqw}.about-photo--kayak-storage{top:200.333cqw;left:5.5cqw}.about-photo--kayak-water{top:200.333cqw;left:42.667cqw}.about-photo--patio,.about-photo--office{aspect-ratio:1071/523;width:89.417cqw;height:43.75cqw;left:5.667cqw}.about-photo--patio{top:272.167cqw}@media (width<=480px){.about-home{font-size:var(--nav-font-size)}.about-rule h1{font-size:max(5.833cqw,19px)}.about-rule h2{font-size:max(3.333cqw,12px)}.about-rule__index,.about-label{font-size:max(2cqw,7px)}.about-profile-facts,.about-profile-bio{font-size:max(2.1cqw,7px)}}.about-home{gap:1.5cqw;top:6.85cqw}.about-home__arrow{width:3.667cqw}.about-hero{height:56.183cqw}.about-rule--profile h1{bottom:.117cqw}.about-rule--work{width:89.25cqw;left:5.667cqw}.about-label{font-size:2.083cqw}.about-label--travel{top:140.983cqw}.about-label--kayaking{top:194.967cqw}.about-label--patio{top:266.8cqw}.about-label--office{top:320.617cqw}.about-photo--travel-portrait,.about-photo--travel-scene{top:146.15cqw}.about-photo--kayak-storage,.about-photo--kayak-water{top:200.15cqw}.about-photo--patio,.about-photo--office{width:89.333cqw}.about-photo--office{height:44.1cqw;top:325.817cqw}
