:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#fff;--surface:#f2f2f2;--text:#1f1d1d;--secondary:#1f1d1d80;--tertiary:#1f1d1d4d;--line:#8a878433;--overlay:#1f1d1deb;--shimmer:#ffffffbf;--positive:#358000}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#191918;--surface:#1e1e1d;--text:#e0deda;--secondary:#e0deda80;--tertiary:#e0deda4d;--line:#f5f4f233;--overlay:#000000f0;--shimmer:#ffffff14}}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);color:var(--text);margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px;line-height:22px;transition:background-color .18s,color .18s}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}a:hover,a:focus-visible{text-underline-position:from-font;text-decoration:underline}button,a{-webkit-tap-highlight-color:transparent}.home-shell{min-height:100svh}.profile{width:588px;margin:0 auto;padding-top:80px}.avatar-button{cursor:pointer;touch-action:manipulation;background:0 0;border:0;border-radius:999px;width:80px;height:80px;padding:0;display:block}.avatar-button:focus-visible{outline:2px solid var(--text);outline-offset:3px}.avatar{object-fit:cover;border-radius:999px;width:80px;height:80px;display:block}.intro{margin-top:16px;padding-bottom:8px}.intro h1{letter-spacing:-.06px;margin:0;font-size:24px;line-height:27px}.intro p,.contacts,.experience-copy span,.back,.case-intro,.section-note,.case-footer{color:var(--secondary)}.intro p{margin:4px 0 0}.contacts{gap:16px;margin-top:16px;display:flex}.contacts a{color:inherit;text-decoration:none;transition:color .14s}.contacts a:hover,.contacts a:focus-visible{color:var(--text)}.rule{background:var(--line);height:1px;margin-top:32px}.experience{flex-direction:column;gap:24px;margin:32px 0 0;padding:0;list-style:none;display:flex}.experience-link{isolation:isolate;justify-content:space-between;align-items:flex-start;gap:32px;min-height:45px;padding:0;text-decoration:none;transition:transform .14s;display:flex;position:relative}.experience-link:before{z-index:-1;content:"";background:0 0;border-radius:14px;transition:background-color .14s;position:absolute;inset:-6px -12px}.experience-link:hover,.experience-link:focus-visible{outline:none;text-decoration:none}.experience-link:hover:before,.experience-link:focus-visible:before{background:color-mix(in srgb, var(--surface) 50%, transparent)}.experience-link:active{transform:scale(.99)}.experience-main{align-items:center;gap:12px;min-width:0;display:flex}.experience-main>img{flex:0 0 32px;width:32px;height:32px}.experience-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.experience-copy strong{line-height:22px}.experience-copy span{white-space:nowrap;font-size:16px;line-height:normal}.experience time{color:var(--tertiary);white-space:nowrap;flex:none}.case-shell{min-height:100svh;padding:80px 0}.case-page{width:896px;margin:0 auto}.back{width:588px;margin:0 auto 24px;text-decoration:none;transition:color .14s;display:block}.back:hover,.back:focus-visible{color:var(--text)}.case-header{width:588px;margin:0 auto 32px}.case-title{align-items:center;gap:8px;display:flex}.case-title img{flex:0 0 32px;width:32px;height:32px}.case-title h1{letter-spacing:-.19px;margin:0;font-size:32px;line-height:35px}.case-intro{flex-direction:column;gap:22px;margin-top:24px;display:flex}.case-intro p,.section-note{margin:0}.gallery{border-radius:24px;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;display:grid;overflow:hidden}.gallery--two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery--balanced{grid-template-columns:repeat(6,minmax(0,1fr))}.gallery--balanced>.gallery-card{grid-column:span 2}.gallery--balanced>.gallery-card--three-column-pair{grid-column:span 3}.gallery--balanced>.gallery-card--three-column-orphan{grid-column:1/-1}.gallery+.section-note{margin-top:32px}.gallery-card{background:var(--surface);min-width:0;height:360px;color:inherit;cursor:zoom-in;touch-action:manipulation;border:0;border-radius:8px;justify-content:center;align-items:center;padding:20px;display:flex;overflow:hidden}.gallery-card--wide{height:var(--gallery-card-height,459px);padding:var(--gallery-card-padding-block,20px) 74px;grid-column:1/-1}.gallery-card--three-column-orphan{grid-column:1/-1}.shot{border:.5px solid var(--line);border-radius:16px;transition:transform .22s;display:block;overflow:hidden}.shot picture{width:100%;height:100%;display:block}.shot img{object-fit:cover;opacity:1;width:100%;height:100%;transition:opacity .18s;display:block}.theme-picture{background:0 0;position:relative;overflow:hidden}.theme-picture:after{background:var(--shimmer);content:"";opacity:0;pointer-events:none;position:absolute;inset:0}.theme-picture--loading:after{animation:1.35s ease-in-out infinite alternate image-shimmer-breathe}.theme-picture--loading img{opacity:0}.theme-picture--loaded:after{display:none}.theme-picture--loaded img{opacity:1}@keyframes image-shimmer-breathe{0%{opacity:.45}to{opacity:1}}.gallery-card:focus-visible .shot{transform:scale(1.05) rotate(var(--tilt-angle))}@media (hover:hover) and (pointer:fine){.gallery-card:hover .shot{transform:scale(1.05) rotate(var(--tilt-angle))}}.gallery-card--tilt-left{--tilt-angle:-1deg}.gallery-card--tilt-right{--tilt-angle:1deg}.shot--phone{width:148px;height:320px}.shot--wide{width:588px;max-width:100%;max-height:100%;aspect-ratio:var(--shot-ratio,588 / 418)}.shot--wide img{object-fit:contain}.section-note{width:588px;margin:32px auto}.case-content-stack{flex-direction:column;gap:32px;display:flex}.case-copy-block,.case-text,.captioned-gallery figcaption,.feature-badge{width:588px;max-width:100%;margin-left:auto;margin-right:auto}.case-copy-block{flex-direction:column;gap:8px;display:flex}.case-copy-block h2,.case-copy-block p,.case-text p,.case-results p,.captioned-gallery{margin:0}.case-text{margin-top:0;margin-bottom:0}.case-copy-block h2{font-size:15px;line-height:22px}.case-copy-block>p,.case-copy-block>.case-text,.case-text{color:var(--secondary)}.captioned-gallery figcaption{color:var(--tertiary)}.case-text--paragraphs{flex-direction:column;gap:22px;display:flex}.case-results{width:588px;max-width:100%;color:var(--secondary);flex-direction:column;gap:8px;margin-left:auto;margin-right:auto;padding-top:16px;display:flex}.case-results-line{background:var(--line);width:100%;height:1px}.case-result{gap:8px;display:flex}.case-result strong{color:var(--text);flex:none;font-weight:500}.case-result span{color:var(--positive)}.feature-link{color:inherit;text-underline-position:from-font;text-decoration:underline;transition:color .14s}.feature-link:hover,.feature-link:focus-visible{color:var(--text)}.captioned-gallery{flex-direction:column;gap:8px;display:flex}.captioned-gallery figcaption{text-align:center;font-size:13px;line-height:17px}.case-intro em,.case-text em{font-style:italic}.feature-badge{object-fit:contain;object-position:left center;width:125px;height:35px;display:block}.case-footer{border-top:1px solid var(--line);width:588px;margin:32px auto 0;padding-top:16px}.case-footer a{text-underline-position:from-font;transition:color .14s}.case-footer a:hover,.case-footer a:focus-visible{color:var(--text)}.scroll-header{--scroll-header-height:129px;--scroll-header-back-top:24px;--scroll-header-title-top:70px;z-index:40;height:var(--scroll-header-height);pointer-events:none;opacity:0;transition:opacity .18s,transform .22s;position:fixed;top:0;left:0;right:0;transform:translateY(-24px)}.scroll-header:before{content:none;position:absolute;inset:0}.scroll-header-blur,.scroll-header-blur-layer{pointer-events:none;position:absolute;inset:0}.scroll-header-blur-layer{-webkit-backdrop-filter:blur(var(--blur-radius));backdrop-filter:blur(var(--blur-radius));-webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 calc(var(--blur-stop) - 14%), transparent var(--blur-stop));-webkit-mask-image:linear-gradient(to bottom, #000 0%, #000 calc(var(--blur-stop) - 14%), transparent var(--blur-stop));mask-image:linear-gradient(to bottom, #000 0%, #000 calc(var(--blur-stop) - 14%), transparent var(--blur-stop))}.scroll-header-blur-layer--base{-webkit-mask-image:none;mask-image:none}.scroll-header:after{background:linear-gradient(to bottom, color-mix(in srgb, var(--bg) 50%, transparent) 0%, transparent 100%);content:"";pointer-events:none;position:absolute;inset:0}.scroll-header--visible{opacity:1;transform:translateY(0)}.scroll-header-inner{z-index:1;width:588px;height:100%;margin:0 auto;position:relative}.scroll-header-back{top:var(--scroll-header-back-top);color:var(--secondary);pointer-events:auto;text-decoration:none;transition:color .14s;position:absolute;left:0}.scroll-header-back:hover,.scroll-header-back:focus-visible{color:var(--text)}.scroll-header-title{top:var(--scroll-header-title-top);pointer-events:auto;align-items:center;gap:8px;display:flex;position:absolute;left:0}.scroll-header-title img{flex:0 0 32px;width:32px;height:32px}.scroll-header-title strong{letter-spacing:-.19px;font-size:32px;line-height:35px}.lightbox{z-index:50;background:var(--overlay);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:zoom-out;touch-action:none;-webkit-user-select:none;user-select:none;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.lightbox-image{place-items:center;width:100%;height:100%;display:grid}.lightbox-image picture{display:contents}.lightbox-image img{object-fit:contain;border-radius:18px;width:auto;max-width:calc(100vw - 48px);height:auto;max-height:calc(100dvh - 48px);display:block}@media (min-width:721px) and (max-width:1024px){.profile{padding-top:64px}.scroll-header{--scroll-header-height:129px;--scroll-header-back-top:24px;--scroll-header-title-top:70px}.scroll-header-inner{width:588px;max-width:calc(100% - 64px)}.case-shell{padding:48px 32px 64px}.case-page{width:100%;max-width:896px}.back,.case-header,.section-note,.case-footer{width:588px;max-width:100%}.gallery,.gallery--balanced{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery--balanced>.gallery-card,.gallery--balanced>.gallery-card--three-column-pair{grid-column:auto}.gallery--balanced>.gallery-card--two-column-orphan,.gallery-card--two-column-orphan{grid-column:1/-1}.gallery-card--three-column-orphan{grid-column:auto}.gallery-card--two-column-orphan.gallery-card--three-column-orphan{grid-column:1/-1}.gallery-card--wide{grid-column:1/-1;padding-inline:34px}.lightbox{padding:32px}.lightbox-image img{max-width:calc(100vw - 64px);max-height:calc(100dvh - 64px)}}@media (max-width:720px){.scroll-header{--scroll-header-height:145px;--scroll-header-back-top:40px;--scroll-header-title-top:86px;transform:translateY(-16px)}.scroll-header--visible{transform:translateY(0)}.scroll-header-inner{width:auto;margin:0 16px}.scroll-header-title strong{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100vw - 72px);font-size:32px;line-height:35px;overflow:hidden}.profile{width:auto;margin:0 16px;padding-top:24px}.intro,.contacts{margin-top:16px}.rule,.experience{margin-top:32px}.experience-link{gap:12px}.experience-link:before{left:-8px;right:-8px}.experience-copy strong{max-width:203px}.case-shell{padding:40px 16px}.case-page{width:auto;margin:0}.back,.case-header,.section-note,.case-footer{width:auto}.back{margin-bottom:24px}.case-header{margin-bottom:32px}.case-title h1{font-size:32px;line-height:35px}.case-intro{margin-top:24px}.gallery{border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.gallery--balanced{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery--balanced>.gallery-card,.gallery--balanced>.gallery-card--three-column-pair{grid-column:auto}.gallery--balanced>.gallery-card--two-column-orphan,.gallery-card--two-column-orphan{grid-column:1/-1}.gallery-card--three-column-orphan{grid-column:auto}.gallery-card--two-column-orphan.gallery-card--three-column-orphan{grid-column:1/-1}.gallery-card{height:360px;padding:20px 10px}.gallery-card--wide{grid-column:1/-1;height:269px;padding:15px 17px}.shot--wide{width:100%;height:auto;max-height:239px}.gallery-card--preserve-ratio{height:auto;min-height:269px}.gallery-card--preserve-ratio .shot--wide{width:min(588px,100%);max-height:none}.section-note{margin:32px 0}.case-footer{margin-top:32px}.lightbox{padding:20px}.lightbox-image img{max-width:calc(100vw - 40px);max-height:calc(100dvh - 40px)}}@media (max-width:390px){.experience-copy strong{max-width:175px}.experience-link{gap:8px}.experience time{font-size:13px}.gallery-card{height:340px}.shot--phone{width:139px;height:300px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}.theme-picture--loading:after{opacity:.72;animation:none}}
