.about-section{flex-direction:column;width:100vw;max-width:1920px;padding:calc(2 * var(--padding-xxxl)) var(--padding-page);box-sizing:border-box;background-color:var(--white);gap:calc(2 * var(--padding-xxxl));scroll-margin-top:-64px}.about-row,.about-section{display:flex;align-items:flex-start}.about-row{width:100%;gap:var(--padding-page);justify-content:space-between}.about-row-left{justify-content:flex-start}.about-row-right{justify-content:flex-end;padding-bottom:var(--padding-xxxl)}.about-text-wrapper{display:flex;flex-direction:column;gap:var(--padding-m);align-items:flex-start;max-width:560px;flex-shrink:0}.about-title{font-family:var(--font-primary);font-size:var(--text-lg);font-weight:var(--weight-base);color:var(--black)}.about-description{font-family:var(--font-primary);font-size:var(--text-base);font-weight:var(--weight-regular);line-height:var(--line-normal);color:var(--grey)}.about-description p{margin:0 0 1em;padding:0}.about-description p:last-child{margin-bottom:0}.about-image-wrapper{display:flex;flex-direction:column;gap:var(--padding-l);max-width:var(--width-about-image);align-items:flex-start;aspect-ratio:4/5}.about-image{width:100%;height:var(--height-about-image);object-fit:cover;border-radius:12px}.about-image-links{display:flex;justify-content:space-between;align-items:center;width:100%;font-family:var(--font-primary);font-size:var(--text-xs);font-weight:var(--weight-regular);line-height:normal;color:var(--grey)}.about-image-links p{margin:0;padding:0;white-space:nowrap}.skills-container{flex-direction:column;width:640px}.skills-container,.skills-row{display:flex;gap:var(--padding-l);align-items:flex-start}.skills-row{justify-content:space-between;width:100%}.skills-headers{margin-bottom:var(--padding-m,9.9px)}.skill-column{flex:1 1;display:flex;flex-direction:column;align-items:flex-start}.skill-header{font-size:var(--text-xs);line-height:normal;color:var(--grey)}.skill-header,.skill-item{font-family:var(--font-primary);font-weight:var(--weight-regular);margin:0;padding:0}.skill-item{font-size:var(--text-base);line-height:var(--line-normal);color:var(--black);white-space:nowrap;text-underline-offset:2px}.ul{text-decoration:underline;-webkit-text-decoration-color:var(--light-grey);text-decoration-color:var(--light-grey);-webkit-text-decoration-style:dotted;text-decoration-style:dotted}@media (max-width:1080px){.about-section{padding:0 var(--padding-page) 120px var(--padding-page);gap:var(--padding-page)}.about-row{flex-direction:column;width:100%;gap:var(--padding-xxxl)}.about-text-wrapper{width:560px;max-width:100%}.about-image-wrapper{width:100%;max-width:100%;height:560px;align-items:flex-end}.about-image,.about-image-links{width:360px}.skills-container{width:100%}.skill-column{flex:1 1;min-width:0}.skill-item{white-space:normal}}@media (max-width:768px){.about-title{font-size:var(--text-m)}.about-text-wrapper{width:440px;max-width:100%}.skills-image{display:none}.ul{text-decoration:none}}.case-studies{display:flex;flex-wrap:wrap;gap:var(--padding-page);align-items:flex-start;justify-content:flex-start;width:100%;padding:80px var(--padding-page);box-sizing:border-box;background-color:transparent}.case-study-wrapper{display:flex;flex-direction:column;gap:var(--padding-m);align-items:flex-start;width:calc(50% - var(--padding-page) / 2);flex-shrink:0;transition:transform .2s ease-in-out}.case-study-thumbnail,.case-study-wrapper{position:relative;overflow:hidden;border-radius:12px}.case-study-thumbnail{width:100%;aspect-ratio:3/2;background-color:var(--light-grey)}.case-study-thumbnail img,.case-study-thumbnail video{object-fit:cover}.case-study-thumbnail .case-study-lottie,.case-study-thumbnail img,.case-study-thumbnail video{width:100%;height:100%;transition:transform .2s ease-in-out}.case-study-link{display:contents}.case-study-wrapper:hover .case-study-thumbnail .case-study-lottie,.case-study-wrapper:hover .case-study-thumbnail img,.case-study-wrapper:hover .case-study-thumbnail video{transform:scale(1.02)}.case-study-thumbnail .placeholder{width:100%;height:100%;background-color:var(--light-grey)}.case-study-text{width:100%;display:flex;position:absolute;bottom:6px;left:6px;flex-direction:column;opacity:0;transition:opacity .2s ease-in-out,top .2s ease-in-out,bottom .2s ease-in-out;pointer-events:none;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:antialiased}.case-study-wrapper.text-flipped .case-study-text{bottom:auto;top:6px;flex-direction:column-reverse}.case-study-wrapper.mobile-centered .case-study-text,.case-study-wrapper:hover .case-study-text{opacity:1;pointer-events:auto}.case-study-wrapper.clickable{cursor:pointer}.case-study-caption{font-family:var(--font-primary);font-size:var(--text-base);font-weight:var(--weight-regular);line-height:var(--line-normal);color:var(--black);margin:0;flex:1 1;padding:8px 6px;background-color:rgba(255,255,255,1);border-radius:0 6px 6px 6px;width:-moz-fit-content;width:fit-content}.case-study-wrapper.text-flipped .case-study-caption{border-radius:6px 6px 6px 0}.case-study-date{display:flex;font-family:var(--font-primary);font-size:var(--text-xs);font-weight:var(--weight-regular);line-height:var(--line-normal);color:var(--black);width:-moz-fit-content;margin:0;white-space:nowrap;padding:8px 6px 0;background-color:rgba(255,255,255,1);border-radius:6px 6px 0 0;width:fit-content}.case-study-wrapper.text-flipped .case-study-date{padding:0 6px 8px;border-radius:0 0 6px 6px}.case-study-tag-wrapper{display:flex;flex-direction:row;align-items:flex-end;gap:0;position:relative}.case-study-wrapper.text-flipped .case-study-tag-wrapper{align-items:flex-start}.case-study-corner{width:6px;height:6px;overflow:visible;display:flex;align-items:center;justify-content:center}.case-study-corner img{width:100%;height:100%;display:block;transform-origin:center}.case-study-wrapper.text-flipped .case-study-corner img{transform:rotate(90deg)}.case-study-text-visibility{position:absolute;bottom:0;left:0;width:100%;height:2%}@media (max-width:1080px){.case-studies{gap:var(--padding-page);padding-bottom:160px;padding-top:var(--padding-page)}.case-study-thumbnail,.case-study-wrapper{width:100%}}.hero{justify-content:space-between;width:100%;max-width:1920px;max-height:1440px;margin:64px auto 0;height:var(--height-hero);padding:var(--padding-xxxl) var(--padding-page) 20px;box-sizing:border-box;background-color:transparent;container-type:size}.hero,.hero-header{display:flex;position:relative;flex-direction:column;align-items:flex-start}.hero-header{font-size:var(--text-lg);gap:var(--padding-m);z-index:1}.hero-heading{font-family:var(--font-primary);font-size:var(--text-lg);font-weight:var(--weight-regular);line-height:var(--line-tight);color:var(--black);margin:0;padding:0}.hero-heading p{margin:0;white-space:nowrap}.hero-heading p:last-child{margin-bottom:0}.hero-subtitle{max-width:var(--width-about-text);font-family:var(--font-primary);font-size:var(--text-xs);font-weight:var(--weight-regular);line-height:normal;color:var(--grey);margin:0;padding:0}.hero-name{font-family:var(--font-serif);font-size:clamp(24px,13cqw,256px);font-weight:var(--weight-light);line-height:var(--line-tight);letter-spacing:-.05em;color:var(--black);margin:0;padding:0;white-space:nowrap}.hero-name,.hero-name span{backface-visibility:hidden;-webkit-backface-visibility:hidden}.hero-name,.hero-name span,.hero-name-wrapper{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-name-wrapper{position:absolute;bottom:80px;left:0;right:0;width:100%;display:flex;justify-content:center;align-items:center;z-index:2;overflow:hidden}@media (max-width:768px){.hero{height:66vh;gap:var(--padding-l,16px);padding-bottom:var(--padding-page)}.hero-heading{max-width:100%}.hero-heading p{white-space:normal;font-size:var(--text-m)}.hero-name-wrapper{bottom:20px}}.p5-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.p5-background,.p5-background canvas{max-height:1440px;pointer-events:none}.p5-background canvas{display:block;position:absolute!important;top:0!important;left:0!important;inset:0!important;z-index:-1}.p5-background-overlay-top{position:absolute;top:0;left:0;width:100%;height:20%;background:linear-gradient(180deg,rgba(255,255,255,1),rgba(255,255,255,0));z-index:2}.p5-background-overlay-bottom{position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(0deg,rgba(255,255,255,1),rgba(255,255,255,0));z-index:2}@media (max-width:768px){.p5-background{height:66vh;overflow:hidden;opacity:.85}}.home-splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--white);z-index:999;opacity:1}.home-page{background-color:var(--white);min-height:100vh;max-width:1920px}.home-page,.home-page-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}