@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("./Inter-Regular.woff2") format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("./Inter-Medium.woff2") format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url("./Inter-Bold.woff2") format("woff2")}:root{font-family:"Inter", sans-serif;--sidePadding: 32px;--topPadding: 48px}@media (min-width: 768px){:root{--sidePadding: 16px}}@media (min-width: 1024px){:root{--sidePadding: 64px}}*,*::before,*::after{box-sizing:border-box}*{margin:0}html{font-size:62.5%;line-height:1.5;background-color:#f2f2f2;letter-spacing:-0.04em}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{-webkit-font-smoothing:antialiased;color:#000;font-size:1.6rem}img,picture,video,canvas,svg{display:block;max-width:100%}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}button{background-color:transparent;cursor:pointer}.body-wrapper{width:100vw;flex-direction:column;background-color:#F4F4F4;position:relative;display:flex}@media (min-width: 768px){.body-wrapper{width:100%;height:100dvh;flex-direction:row}}.main-wrapper{width:calc(100vw - 48px);margin-left:auto;margin-right:auto;margin-top:2.4rem;outline:1px solid rgba(236,236,236,0.3);border-radius:5px;overflow-y:auto;box-shadow:0px 5px 2px 0px rgba(41,43,50,0.05);background-color:white}@media (min-width: 768px){.main-wrapper{margin-top:0;width:calc(100vw - calc(4 * var(--sidePadding)));height:calc(100dvh - calc(4 * var(--topPadding)));top:calc( 2 * var(--topPadding));left:calc( 2 * var(--sidePadding));position:fixed}}.menu{display:flex;list-style:none;margin:0;padding:0 0.4rem;background-color:#adadad;background-color:#e6e6e6;border-radius:4rem;flex:0 0 auto;height:4rem;align-items:center;box-shadow:0px 0px 1px 0px #666666}@media (min-width: 768px){.menu{box-shadow:none}}.menu-container{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:0 0 auto;left:50%;transform:translateX(-50%);margin-right:auto;position:fixed;bottom:3.2rem;z-index:1;height:48px}@media (min-width: 768px){.menu-container{position:fixed;left:auto;bottom:auto;transform:none;margin-left:calc( 2 * var(--sidePadding));margin-top:calc(var(--topPadding) / 2)}}.menu-current{font-weight:700}.menu-element{height:3rem}.menu-element:not(:first-of-type){margin-left:0.8rem}.menu-element--gallery{height:auto}.menu-element--gallery:not(:first-of-type){margin-left:0}.menu-element--gallery-progress{width:8rem;text-align:center}.menu-link{color:#3c3c3c;text-decoration:none;font-weight:600;height:3rem;display:flex;align-items:center;border-radius:4rem;text-transform:lowercase;padding:0.4rem 1.2rem;cursor:pointer}.menu-link:hover{color:#737373}.menu-link-active{background-color:#131534;color:white}.menu-link-active:hover{color:white}.footer{margin-top:3.2rem;margin-bottom:10rem;text-align:center}@media (min-width: 768px){.footer{position:fixed;text-align:left;bottom:3.2rem;margin-top:0;margin-bottom:0;left:calc( 2 * var(--sidePadding))}}.footer a{color:#9c9c9c}.footer a:hover{text-decoration:none}.page{overflow-x:hidden}@media (min-width: 768px){.page{display:grid;height:100%}}@media (min-width: 768px){.page--home{grid-template-columns:1fr 1fr;gap:2.4rem}}@media (min-width: 1024px){.page--home{gap:3.2rem}}@media (min-width: 1280px){.page--home{grid-template-columns:30% 1fr}}.page--works{padding-bottom:3.2rem}@media (min-width: 768px){.page--works{grid-template-columns:1fr 1fr;gap:2.4rem;padding-bottom:0}}@media (min-width: 1024px){.page--works{gap:3.2rem}}@media (min-width: 1280px){.page--works{grid-template-columns:30% 1fr}}@media (min-width: 768px){.page--cv{grid-template-columns:1fr 1fr;gap:2.4rem}}@media (min-width: 1024px){.page--cv{gap:3.2rem}}@media (min-width: 1280px){.page--cv{grid-template-columns:40% 1fr}}.page--contact{place-content:center}.title-main{font-size:2rem;max-width:32rem;line-height:1.2}@media (min-width: 768px){.title-main{font-size:3rem}}.title-medium-grey{font-size:2rem;font-weight:100;line-height:1.25;margin-top:0.8rem;color:#727272}.title-medium{font-size:2rem;line-height:1.25;color:#000}.title-medium-artwork{font-size:2rem;line-height:1.25;font-weight:500}.title-small-grey{font-size:1.6rem;line-height:1.25;margin-top:0.8rem;font-weight:600;color:#727272}.title-sub{margin-top:0.4rem}.cv-list{list-style:none;margin-top:2.4rem;padding-left:0;max-width:36rem}.cv-list-element{margin-top:1.6rem}.cv-section+.cv-section{margin-top:3.2rem}@media (min-width: 1280px){.cv-section+.cv-section{margin-top:0}}.link{text-decoration:none;font-weight:600;color:black}.link:hover{text-decoration:underline}.text-content{max-width:30rem;margin-top:2.4rem;line-height:1.3}@media (min-width: 768px){.text-content{margin-top:auto}}.text-content--cv{max-width:38rem}.text-content--cv-first{margin-top:1.6rem;max-width:38rem}.left-side{padding:2.4rem;display:flex;flex-direction:column}@media (min-width: 768px){.left-side{padding-left:3.2rem;padding-top:3.2rem;padding-bottom:3.2rem;padding-right:0}}.right-side{padding:2.4rem;margin-top:3rem;height:100%;display:flex;flex-direction:column;align-items:flex-end}@media (min-width: 768px){.right-side{margin-top:0;padding-right:3.2rem;padding-top:3.2rem;padding-bottom:3.2rem;padding-left:0}}.right-side--cv{align-items:flex-start}@media (min-width: 1280px){.right-side--cv{display:grid;grid-template-columns:1fr 1fr;gap:2.4rem}}.right-side--carousel{flex-direction:row}.image{width:100%;height:auto;margin-top:0.8rem}@media (min-width: 768px){.image{margin-top:0}}@media (min-width: 1024px){.image{width:auto}}@media (min-width: 1280px){.image{order:2;max-width:calc(100% - 294px);max-height:calc(100dvh - calc(4 * var(--topPadding)) - 64px);object-fit:contain;position:relative;margin-left:3.2rem}}.image-container{width:100%;height:100%}.image-container.hidden{display:none}@media (min-width: 768px){.image-container{height:calc(100dvh - calc(4 * var(--topPadding)) - 64px);display:flex;flex-direction:column}}@media (min-width: 1280px){.image-container{flex-direction:row}}.image-caption{position:fixed;bottom:0}.content--contact{border-radius:5px;max-width:53rem;margin-left:auto;margin-right:auto;padding:3.2rem}.contact-details{margin-top:2.4rem}.subtil{color:#9c9c9c}.artwork-title{font-weight:500}.artwork-title-grey{color:#6f6f6f}.artwork-description{margin-top:1.6rem;line-height:1.3;max-width:32rem}.artwork-description-container{margin-top:3.2rem}@media (min-width: 768px){.artwork-description-container{margin-top:auto}}.artwork-meta{text-align:right;margin-left:auto;min-width:23rem}@media (min-width: 768px){.artwork-meta{order:2;margin-top:0.8rem}}@media (min-width: 1024px){.artwork-meta{margin-top:auto}}@media (min-width: 1280px){.artwork-meta{margin-top:auto;order:1}}.gallery-controls-container{position:relative;bottom:0;transform:none;left:auto;right:2.4rem;justify-content:flex-end;align-items:flex-end;z-index:0}@media (min-width: 768px){.gallery-controls-container{position:fixed;bottom:3.2rem;right:calc( 2 * var(--sidePadding))}}.gallery-button{color:white;border:none;width:3.2rem;height:3.2rem;background-color:#131534;display:flex;align-items:center;justify-content:center;border-radius:10rem}.gallery-button:hover{opacity:0.8}.gallery-button:disabled{background-color:#a9a9a9}.gallery-button:disabled:hover{opacity:1}
