.footer-gallery{position:sticky;top:90vh;z-index:3;display:flex;flex-direction:column;justify-content:space-between;max-width:100vw;min-height:20vh;background-color:var(--footer-gallery-bg);box-shadow:var(--footer-gallery-shadow);transition:top .3s ease;padding:var(--footer-gallery-padding-mobile);text-align:center}.bodycopy{font-size:var(--bodycopy-font-size-mobile);font-weight:500;color:var(--text-color-secondary);font-family:var(--font-uncut);line-height:1.3;letter-spacing:0;display:block;font-variation-settings:"ital" 0;margin-bottom:var(--bodycopy-margin-mobile)}.footer-gallery-items{justify-content:space-between;box-sizing:border-box}.footer-gallery-column,.footer-gallery-items{display:flex;align-items:flex-start;width:100%}.footer-gallery-column{flex-direction:column}.footer-gallery-column.right{margin-top:var(--footer-column-margin-mobile)}.footer-gallery-column.left,.footer-gallery-column.right{flex-direction:column;width:50%}.footer-gallery-item{font-size:var(--footer-item-font-size-mobile);font-weight:200;color:var(--text-color-secondary);font-family:var(--font-uncut);line-height:1.3;margin:var(--footer-item-margin);text-align:left}.footer-gallery-item a{color:var(--text-color-secondary);border-bottom:0 solid var(--border-color);text-decoration:none;transition:color .3s ease}.footer-gallery-item :hover{color:var(--text-color-primary)}.footer-gallery-switch{color:#888;transition:color .2s}.footer-gallery-switch.active{color:#111;cursor:default}.footer-gallery-switch:not(.active):hover{color:#111}.footer-gallery-sep{margin:0 4px;color:#888}@media screen and (min-width:1024px){.footer-gallery{padding:var(--footer-gallery-padding-desktop)}.bodycopy{font-size:var(--bodycopy-font-size-desktop);font-weight:300;margin-bottom:var(--bodycopy-margin-desktop)}.footer-gallery-items{align-items:center}.footer-gallery-column.right{align-items:flex-end;text-align:right;margin-top:0}.footer-gallery-item{font-size:var(--footer-item-font-size-desktop)}.footer-gallery-column.left,.footer-gallery-column.right{flex-direction:row;justify-content:space-around}.footer-gallery-item.reserved{min-width:230px;text-align:right;display:inline-block}}@media (prefers-reduced-motion:no-preference){.footer-gallery{transition:top .3s ease,padding .3s ease}.footer-gallery-item{transition:font-size .3s ease}}.footer{position:fixed;z-index:var(--footer-z-index);bottom:0;padding:var(--footer-padding)}.footer,.footer-items{display:flex;width:100%;justify-content:space-between;box-sizing:border-box}.footer-column,.footer-items{align-items:flex-start}.footer-column{display:flex;flex-direction:column;width:100%}.footer-column.right{margin-top:var(--footer-column-margin-mobile)}.footer-column.left,.footer-column.right{flex-direction:column;width:50%}.footer-item{font-size:var(--footer-font-size-mobile);font-weight:200;font-family:var(--font-uncut);line-height:1.3;margin:var(--footer-item-margin)}.footer-item,.footer-item a{color:var(--text-color-secondary)}.footer-item a{border-bottom:0 solid var(--border-color);text-decoration:none;transition:color .3s ease;text-align:left}.footer-item :hover{color:var(--text-color-primary)}.footer-switch{color:#888;transition:color .2s}.footer-switch.active{color:#111;cursor:default}.footer-switch:not(.active):hover{color:#111}.footer-sep{margin:0 4px;color:#888}@media screen and (min-width:1024px){.footer-items{align-items:center}.footer-column.right{align-items:flex-end;text-align:right;margin-top:0}.footer-item{font-size:var(--footer-font-size-desktop)}.footer-column.left,.footer-column.right{flex-direction:row;justify-content:space-around}.footer-item.reserved{min-width:230px;text-align:right;display:inline-block}}@media (prefers-reduced-motion:no-preference){.footer-item{transition:font-size .3s ease,color .3s ease}.footer-column{transition:margin-top .3s ease}}.header{z-index:2;padding:var(--header-padding);position:relative;max-width:100vw}.header-item{max-width:100vw;display:flex;justify-content:space-between;font-size:var(--header-font-size-mobile);font-weight:200;font-family:var(--font-uncut);line-height:1.3;letter-spacing:0;font-variation-settings:"ital" 0}.header-item,.header-item a{color:var(--text-color-secondary)}.header-item a{border-bottom:0 solid var(--border-color);text-decoration:none;transition:color .3s ease}.header-item a:hover{color:var(--text-color-hover)}@media screen and (min-width:768px){.header-item{font-size:var(--header-font-size-tablet)}}@media screen and (min-width:1024px){.header-item{font-size:var(--header-font-size-desktop)}}@media (prefers-reduced-motion:no-preference){.header-item{transition:font-size .3s ease}}.media-gallery{position:sticky;top:0;z-index:var(--gallery-z-index);display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:space-between;max-width:100vw;min-height:100vh;background-color:var(--gallery-bg);box-shadow:var(--gallery-shadow);transition:top .3s ease;padding:var(--gallery-padding-mobile)}.work{width:var(--work-width-mobile);margin-bottom:var(--work-margin-bottom-mobile)}.media,.work{position:relative}.media{width:100%;padding-top:100%;overflow:hidden}.work img,.work video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0}.caption{font-size:var(--caption-font-size-mobile);font-weight:200;color:var(--text-color-secondary);font-family:var(--font-uncut);line-height:1.2;letter-spacing:0;display:block;text-align:center;margin-top:var(--caption-margin-mobile)}@media screen and (min-width:768px){.work{width:var(--work-width-tablet)}.caption{font-size:var(--caption-font-size-desktop);margin-top:var(--caption-margin-desktop)}}@media screen and (min-width:1024px){.work{width:calc((100% - 2 * var(--work-margin-bottom-desktop)) / 3);margin-bottom:var(--work-margin-bottom-desktop)}.media-gallery{gap:var(--work-margin-bottom-desktop);justify-content:flex-start}.media-gallery:not(.media-gallery-left){justify-content:space-between;gap:0}}@media (prefers-reduced-motion:no-preference){.media-gallery{transition:top .3s ease,box-shadow .3s ease}.work{transition:width .3s ease,margin-bottom .3s ease}.caption{transition:font-size .3s ease,margin-top .3s ease}}.work img,.work video{transition:transform .3s ease}.work:hover img,.work:hover video{transform:scale(1.02);opacity:.9}.modal-overlay{z-index:var(--modal-z-index);width:100vw;height:100vh;position:fixed;top:0;background:var(--modal-overlay-bg);display:flex;justify-content:center;align-items:flex-end}.modal-box{display:flex;flex-direction:column;background:#fff;overflow-y:auto;overflow-x:hidden;width:100%;height:95%;padding:var(--modal-padding-mobile);box-shadow:var(--modal-box-shadow);position:relative}.close-button{position:absolute;right:20px;background:none;border:none;font-size:24px;z-index:var(--modal-z-index);color:#000;display:block}.close-button:active,.close-button:focus{color:#000}.modal-text-content{justify-content:space-between}.modal-header,.modal-text-content{display:flex;flex-direction:column;height:100%}.modal-header{margin-bottom:20px}.title-info-container{display:flex;align-items:flex-end;justify-content:space-between;position:relative}.modal-title{font-family:var(--font-g2-ciao);font-size:var(--modal-title-font-size-mobile);font-weight:100;margin:0;line-height:1.2}.modal-description{font-family:var(--font-uncut);font-size:var(--modal-description-font-size-mobile);font-weight:300;line-height:1.3;letter-spacing:0;margin:20px 0 0;width:100%}.info-icon-wrapper{display:flex;align-items:flex-end;position:relative;height:24px;width:24px;flex-shrink:0}.more-info{width:100%;height:100%;object-fit:contain}.info-popup{position:absolute;top:100%;right:0;background:#fff;border:1px solid var(--info-border-color);border-radius:0;padding:10px;box-shadow:var(--info-popup-shadow);z-index:var(--modal-z-index);width:calc(80vw)}.info-block{display:flex}.info-block:not(:last-child){margin-bottom:5px}.info-title,.info-value{font-family:var(--font-uncut);font-size:14px;font-weight:300;line-height:1.3;letter-spacing:0;text-transform:uppercase}.info-title{flex:2}.info-value{flex:3;text-align:left}.modal-media,.modal-text{width:100%}.modal-text{margin-bottom:20px}.modal-media{display:flex;flex-direction:column;align-items:flex-start}.modal-image-column,.modal-video-column{width:100%;height:auto;margin-bottom:20px;padding:0 4px;border-radius:0}.modal-media img,.modal-media video{width:100%;height:auto;max-height:none}@media screen and (min-width:768px){.modal-box{padding:var(--modal-padding-tablet)}}@media screen and (min-width:1024px){.modal-box{flex-direction:row;overflow-y:hidden;height:85%;padding:var(--modal-padding-desktop)}.close-button{display:none}.modal-title{font-size:var(--modal-title-font-size-desktop)}.modal-description{font-size:var(--modal-description-font-size-desktop);width:80%}.modal-text{width:var(--modal-text-width-desktop);margin-bottom:0}.modal-media{width:var(--modal-media-width-desktop);flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;height:100%}.modal-image-column,.modal-video-column{flex-shrink:0;display:inline-block;white-space:normal;height:100%;width:auto;margin-bottom:0}.modal-media img,.modal-media video{height:100%;width:auto;object-fit:contain}.info-popup{display:none;right:0;width:200px}.info-icon-wrapper:hover .info-popup{display:block}}@media (prefers-reduced-motion:no-preference){.modal-box{transition:padding .3s ease}.modal-media img,.modal-media video{transition:width .3s ease,height .3s ease}.info-popup{transition:opacity .3s ease}}.home{top:0;position:sticky;min-height:100vh;width:100vw}.no-scroll{overflow:hidden;width:100%}.title{color:var(--text-color-primary);font-size:var(--title-font-size-mobile);font-variation-settings:"ital" 0;font-weight:200;line-height:1;margin:0;left:10px;position:relative;width:var(--title-width-mobile)}.introduction,.title{font-family:var(--font-uncut);height:auto;letter-spacing:0;z-index:2}.introduction{display:none;font-weight:300;color:var(--text-color-secondary);line-height:1.1;position:absolute;text-align:center;left:50%;transform:translate(-50%);font-variation-settings:"ital" 0}#background-video{z-index:1;position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover}@media screen and (min-width:768px){.title{font-size:var(--title-font-size-tablet)}.introduction{display:inline-block;font-size:var(--intro-font-size-tablet);width:var(--intro-width-tablet);bottom:var(--intro-bottom-tablet)}}@media screen and (min-width:1024px){.title{font-size:var(--title-font-size-laptop)}.introduction{font-size:var(--intro-font-size-desktop);width:var(--intro-width-desktop);bottom:var(--intro-bottom-desktop)}}@media screen and (min-width:1145px){.title{font-size:var(--title-font-size-desktop);line-height:1.1}}@media screen and (min-width:1440px){.title{font-size:var(--title-font-size-large);line-height:1;width:var(--title-width-desktop)}}.title .char{display:inline-block;position:relative;white-space:pre}@media (prefers-reduced-motion:no-preference){.introduction,.title{transition:font-size .3s ease,width .3s ease,bottom .3s ease}}.about-modal-overlay{z-index:var(--modal-z-index);width:100vw;height:100vh;position:fixed;top:0;background:var(--modal-overlay-bg);display:flex;justify-content:center;align-items:flex-end}.about-modal,.about-modal-box{display:flex;flex-direction:column;background:#fff;overflow-y:auto;overflow-x:hidden;width:100%;height:95%;padding:var(--modal-padding-mobile);box-shadow:var(--modal-box-shadow);position:relative}.about-modal-content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.about-modal-text{width:100%;margin-bottom:20px}.about-modal-text-content{justify-content:space-between}.about-modal-header,.about-modal-text-content{display:flex;flex-direction:column;height:100%}.about-modal-header{margin-bottom:20px}.about-title{font-family:var(--font-g2-ciao);font-size:var(--modal-title-font-size-mobile);font-weight:100;margin:0;line-height:1.2}.about-description,.about-experience{font-family:var(--font-uncut);font-size:var(--modal-description-font-size-mobile);font-weight:300;line-height:1.5;margin-bottom:2rem}.company{text-decoration:underline}.about-info-block{display:flex}.about-info-block:not(:last-child){margin-bottom:5px}.about-info-title,.about-info-value{font-family:var(--font-uncut);font-size:1rem;font-weight:300;line-height:1.3;letter-spacing:0;text-transform:uppercase}.about-info-title{flex:2}.about-info-value{flex:3;text-align:left}.about-info-value a{text-decoration:none;color:#000}.about-modal-media{width:100%;display:flex;justify-content:center;align-items:stretch;height:calc(100%)}.about-image{width:100%;height:100%;object-fit:cover;margin:0;max-width:none;max-height:none}.about-footer{padding:0 var(--modal-padding-mobile);margin-bottom:2rem}@media screen and (min-width:768px){.about-modal{padding:var(--modal-padding-tablet)}}@media screen and (min-width:1024px){.about-modal{overflow-x:auto}.about-modal,.about-modal-box{overflow-y:hidden;height:85%;padding:var(--modal-padding-desktop)}.about-modal-box{flex-direction:row}.about-modal-text{width:var(--modal-text-width-desktop);margin:0 50px 0 0}.about-modal-media{width:var(--modal-media-width-desktop);flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start;height:100%}.about-image{flex-shrink:0;display:inline-block;white-space:normal;height:100%;width:auto;margin-bottom:0}.about-description,.about-experience{font-size:var(--modal-description-font-size-desktop)}}