@font-face{font-family:PP Mori Regular;src:url(/fonts/PPMori-Regular.8f65835a.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PP Mori SemiBold;src:url(/fonts/PPMori-SemiBold.cb07cb68.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Editorial New Regular;src:url(/fonts/EditorialNew-Regular.c0216e5e.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Editorial New Italic;src:url(/fonts/EditorialNew-Italic.3460109f.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Editorial New Ultralight;src:url(/fonts/EditorialNew-Ultralight.ac0e07db.otf) format("opentype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Editorial New Ultralight Italic;src:url(/fonts/EditorialNew-UltralightItalic.63af35b2.otf) format("opentype");font-weight:200;font-style:italic;font-display:swap}:root{--bg-color:#f7f6f6;--text-color:#000;--text-secondary:#666;--accent-color:#f0f0f0;--border-color:#000;--footer-bg:#000;--footer-text:#fff;--card-bg:#fff;--input-bg:#fff;--input-border:#ddd;--button-bg:#000;--button-text:#fff;--hover-opacity:0.7}.dark-mode{--bg-color:#0a0a0a;--text-color:#c9c9c9;--text-secondary:#888;--accent-color:#1a1a1a;--border-color:#333;--footer-bg:#111;--footer-text:#c9c9c9;--card-bg:#111;--input-bg:#1a1a1a;--input-border:#333;--button-bg:#2a2a2a;--button-text:#fff;--hover-opacity:0.8}*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{width:100%;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}body{font-family:PP Mori,sans-serif;background-color:var(--bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5{color:var(--text-color)}h1,h2,h3,h4,h5{font-family:Editorial New,serif;font-weight:400}#app{display:flex;flex-direction:column;min-height:100vh;position:relative;background-color:var(--bg-color);transition:background-color 1s ease}#app,main{width:100vw;max-width:100vw;overflow-x:hidden}main{flex:1;background:transparent!important}.page-enter-active,.page-leave-active{transition:opacity .5s ease}.page-enter-from,.page-leave-to{opacity:0}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.dark-mode main:not(.home-page){background-image:radial-gradient(circle at 20% 20%,rgba(99,102,241,.03) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(236,72,153,.03) 0,transparent 50%),radial-gradient(circle at 50% 50%,rgba(34,197,94,.02) 0,transparent 50%)}.dark-mode input,.dark-mode textarea{background-color:var(--input-bg);border-color:var(--input-border);color:var(--text-color)}.dark-mode input:focus,.dark-mode textarea:focus{border-color:var(--text-color);outline:none}.dark-mode .contact__submit-btn,.dark-mode button{background-color:var(--button-bg);color:var(--button-text);border:1px solid var(--border-color);transition:all .3s ease}.dark-mode .contact__submit-btn:hover,.dark-mode button:hover{background-color:var(--text-color);color:var(--bg-color);transform:translateY(-1px)}.dark-mode a{color:var(--text-color);transition:all .3s ease}.dark-mode a:hover{color:var(--text-secondary)}.header{width:100vw;max-width:100vw;position:fixed;top:0;left:0;right:0;z-index:100;background-color:#f7f6f6;backdrop-filter:blur(5px);padding:0;margin:0;box-sizing:border-box;transition:background-color 1s ease,backdrop-filter 1s ease}.header--transparent{background-color:transparent;backdrop-filter:none}.header--transparent .header__logo a,.header--transparent .header__menu-toggle{color:var(--text-color)}.header__container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;width:100%;margin:0 auto;box-sizing:border-box}.header__logo a{font-family:PP Mori SemiBold,sans-serif;text-decoration:none;color:var(--text-color);font-size:14px;transition:all .3s ease}.header__logo a:hover{opacity:var(--hover-opacity)}.header__controls{display:flex;align-items:center;gap:1rem}.header__menu-toggle{cursor:pointer;font-family:PP Mori SemiBold,serif;font-size:14px;color:var(--text-color);transition:all .3s ease}.header__menu-toggle:hover{opacity:var(--hover-opacity)}.dark-mode .header{background-color:hsla(0,0%,4%,.9);backdrop-filter:blur(5px);border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .header--transparent{background-color:transparent;backdrop-filter:none;border-bottom:none}.dark-mode .header .header__logo a{color:var(--text-color)}.dark-mode .header .header__logo a:hover{opacity:var(--hover-opacity)}.dark-mode .header .header__menu-toggle{color:var(--text-color)}.dark-mode .header .header__menu-toggle:hover{opacity:var(--hover-opacity)}@media(max-width:768px){.header__container{padding:1rem 5%}.header__controls{gap:.75rem}}@media(max-width:576px){.header__controls{gap:.5rem}}.footer{background-color:var(--footer-bg);color:var(--footer-text);padding:1rem 0;z-index:100;position:relative;width:100vw;max-width:100vw;margin:0;box-sizing:border-box;transition:all 1s ease}.footer__container{width:100%;margin:0 auto}.footer__content{display:flex;justify-content:flex-start;align-items:flex-start;padding:1rem 5%;width:100%;box-sizing:border-box}.footer__section{margin-right:5rem}.footer__section:last-child{margin-left:auto;margin-right:0}.footer__title{margin-bottom:.5rem}.footer__contact-item,.footer__link,.footer__title{font-size:.8rem;color:var(--footer-text);transition:all 1s ease}.footer__contact-item,.footer__link{margin-bottom:.25rem}.footer__link a{color:var(--footer-text);text-decoration:none;transition:all 1s ease}.footer__link a:hover{opacity:var(--hover-opacity);transform:translateY(-1px)}.footer__copyright{font-size:.8rem}.footer__copyright-text{margin-bottom:.5rem;color:var(--footer-text);transition:all 1s ease}.dark-mode .footer{background-color:#fff;border-top:1px solid var(--border-color)}.dark-mode .footer__contact-item,.dark-mode .footer__copyright-text,.dark-mode .footer__link a,.dark-mode .footer__title{color:#000}.dark-mode .footer__link a:hover{color:#666;transform:translateY(-1px)}.dark-mode .footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1) 50%,transparent)}@media(max-width:768px){.footer__content{flex-direction:column;padding:1.5rem 5%}.footer__section{margin-right:0;margin-bottom:1.5rem}.footer__section:last-child{margin-left:0;margin-bottom:0}}.works__image{-o-object-fit:cover;object-fit:cover}.menu-container{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:90;margin:0;padding:0;box-sizing:border-box}.menu-container.visible{pointer-events:auto}.menu{position:absolute;top:0;left:0;padding:0;background-color:var(--bg-color);pointer-events:auto;transform-origin:top center;transition:background-color .3s ease}.menu,.menu__content{width:100vw;height:100vh;margin:0;box-sizing:border-box}.menu__content{padding:80px 5%;display:flex;flex-direction:column;justify-content:center}.menu__nav{text-align:center;padding-top:2rem;padding-bottom:2rem;width:100%}.menu__nav a{font-family:Editorial New Ultralight Italic,serif;font-size:128px;font-weight:200;text-decoration:none;color:var(--text-color);margin-bottom:1.5rem;transition:all .3s ease;display:block;line-height:1.2}.menu__nav a:hover{opacity:var(--hover-opacity);transform:translateX(10px)}.menu__nav a.router-link-active{opacity:.5}@media(max-width:992px){.menu__nav a{font-size:4rem}}@media(max-width:768px){.menu__nav a{font-size:3rem}}@media(max-width:576px){.menu__nav a{font-size:2.5rem;margin-bottom:1rem}}.dark-mode .menu{background-color:var(--bg-color)}.dark-mode .menu .menu__nav a{color:var(--text-color)}.dark-mode .menu .menu__nav a:hover{opacity:var(--hover-opacity)}.dark-mode .menu .menu__nav a.router-link-active{color:var(--text-secondary)}.menu-slide-enter-active,.menu-slide-leave-active{transition:transform 1.2s ease}.menu-slide-enter-from,.menu-slide-leave-to{transform:translateY(-100%)}@media(max-width:768px){.menu__content{padding:70px 5%}}@media(max-width:576px){.menu__content{padding:60px 5%;justify-content:flex-start}.menu__nav{padding-top:3rem}}@media(max-height:600px){.menu__content{justify-content:flex-start;padding-top:70px}.menu__nav{padding-top:1rem}.menu__nav a{margin-bottom:.8rem;font-size:2.5rem}}.project-hover-preview{position:fixed;width:180px;height:200px;pointer-events:none;z-index:1000;opacity:0;transform:translate(-50%,-50%) scale(.8);transition:all .3s ease;border-radius:4px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.2)}.project-hover-preview.visible{opacity:1;transform:translate(-50%,-50%) scale(1)}.project-hover-preview__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.dark-mode .project-hover-preview{box-shadow:0 10px 25px rgba(0,0,0,.4)}.dark-mode .project-hover-preview__placeholder{background-color:var(--accent-color);color:var(--text-color)}@media(max-width:768px){.project-hover-preview{display:none}}.project-card{margin-bottom:2rem;transition:transform .3s ease}.project-card__link{display:block;text-decoration:none;color:inherit}.project-card__image{width:100%;height:0;padding-bottom:75%;background-size:cover;background-position:50%;margin-bottom:1rem}.project-card__info{padding:1rem 0}.project-card__title{font-family:Editorial New,serif;font-size:1.5rem;margin-bottom:.5rem;font-weight:400}.project-card__category{font-size:.8rem;color:#666}.back-to-top{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:3rem auto 2rem;padding:1rem;width:-moz-fit-content;width:fit-content;cursor:pointer;transition:all .3s ease}.back-to-top:hover{transform:translateY(-2px)}.back-to-top:hover .back-to-top__icon,.back-to-top:hover .back-to-top__text{opacity:var(--hover-opacity)}.back-to-top__icon{width:48px;height:48px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEnSURBVHgB7ZbNCcJAEEZXvXiLFaQmOxBvXu1AO7AES7EFOwhJA0kFcRYysESS/ZthBb8HQ8jCbt5DD2sMAACAf2ZnlKjr+lRV1YvmQtMPw/A2CqgEWHl6PGn2NAeaI0U0GhHiAY78HJUI0YAVeUY8QiwgQJ4RjRAJiJBnxCKyAxLkGZGIrclgSX4cx3PImt07nZFMcsCafNd1X+t2TSMiKSBWntGIiA5IlWekI6ICcuUZyYjgACl5RioiKEBanpGI8AZoyTO5ESG/wG2+ICXPrEQ8fHtDAg7ui7Q8sxDR+/Z5A+jQKz0ae5iWPONENNP37r49G6ME/X9H971tW5VvZd2FfgEElAYBpUFAaRBQGgSURjPAvUk2Rgm1gNkt1nurBAAAAFL4AKte6fd1AXC1AAAAAElFTkSuQmCC);background-size:contain;background-repeat:no-repeat;background-position:50%;margin-bottom:.5rem;transition:all .3s ease;flex-shrink:0}@media(max-width:576px){.back-to-top__icon{width:40px;height:40px}}.back-to-top__text{font-family:PP Mori Regular,sans-serif;font-size:.9rem;letter-spacing:.05em;text-align:center;color:var(--text-color);transition:all .3s ease}@media(max-width:576px){.back-to-top__text{font-size:.8rem}}.dark-mode .back-to-top__icon{filter:brightness(0) invert(.8)}.dark-mode .back-to-top__text{color:var(--text-color)}.dark-mode .back-to-top:hover .back-to-top__icon{filter:brightness(0) invert(.6)}.dark-mode .back-to-top:hover .back-to-top__text{color:var(--text-secondary)}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:200px}.loading__spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top:3px solid #000;border-radius:50%;animation:spin 1s linear infinite}.loading__text{margin-top:1rem;font-size:.9rem;color:#666}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.simple-toggle{background:transparent;border:1px solid var(--text-color);color:var(--text-color);padding:.5rem 1rem;border-radius:2px;cursor:pointer;font-family:PP Mori Regular,sans-serif;font-size:11px;font-weight:400;letter-spacing:.5px;transition:all .3s ease;text-transform:uppercase;min-width:50px}.simple-toggle:hover{background-color:var(--text-color);color:var(--bg-color);transform:translateY(-1px)}.simple-toggle:active{transform:translateY(0)}.dark-mode .simple-toggle{border-color:var(--text-color);color:var(--text-color)}.dark-mode .simple-toggle:hover{background-color:var(--text-color);color:var(--bg-color)}@media(max-width:768px){.simple-toggle{padding:.4rem .8rem;font-size:10px;min-width:45px}}.home{padding-top:7rem;min-height:100vh;display:flex;flex-direction:column;width:100vw;max-width:100vw;position:relative;overflow-x:hidden;box-sizing:border-box;background:transparent}.home__background{position:absolute;top:0;left:0;width:100vw;height:100%;overflow:hidden;z-index:0;pointer-events:none}.home__background-image{position:absolute;z-index:0;opacity:1!important;display:block!important}.home__background-image--1{width:80vw;max-width:1200px;top:-40vh;left:-10vw}.home__background-image--2{width:80vw;max-width:1200px;top:-15vh;left:50%;transform:translateX(-50%)}.home__background-image--3{width:80vw;max-width:1200px;top:-40vh;right:-10vw}@media(max-width:1200px){.home__background-image--1{width:100vw;top:-40vh;left:-30vw}.home__background-image--2{width:100vw;top:-30vh}.home__background-image--3{width:100vw;top:-40vh;right:-30vw}}@media(max-width:768px){.home__background-image--1{width:130vw;top:-40vh;left:-50vw}.home__background-image--2{width:130vw;top:-30vh}.home__background-image--3{width:130vw;top:-40vh;right:-50vw}}.home__categories-section,.home__intro-section,.home__table-section,.home__title-section{position:relative;z-index:10}.home__title-section{width:100vw;min-height:220px;display:flex;justify-content:center;align-items:center;padding:2rem 0}.home__title,.home__title-section{text-align:center;margin-bottom:2rem}.home__title{font-size:128px;font-family:Editorial New Ultralight Italic,serif;font-weight:200;font-style:italic;line-height:.9;position:relative;z-index:1;letter-spacing:-5%;color:var(--text-color)}.home__title br{display:block;content:"";margin-top:1.5rem}@media(max-width:992px){.home__title{font-size:96px}.home__title br{margin-top:1.2rem}}@media(max-width:768px){.home__title{font-size:64px}.home__title br{margin-top:1rem}}@media(max-width:576px){.home__title{font-size:48px}.home__title br{margin-top:.8rem}}.home__intro-section{width:100vw;display:flex;justify-content:center;padding:0 5%;margin-bottom:4rem}@media(max-width:768px){.home__intro-section{margin-bottom:3rem}}@media(max-width:576px){.home__intro-section{margin-bottom:2rem;padding:0 5%}}.home__intro-text{max-width:566px;text-align:center;font-family:PP Mori Regular;font-size:16px;line-height:120%;color:var(--text-color)}@media(max-width:768px){.home__intro-text{font-size:15px}}@media(max-width:576px){.home__intro-text{font-size:14px}}.home__table-section{width:100vw;padding:1.5rem;margin-bottom:2rem}@media(max-width:768px){.home__table-section{padding:0 5%}}@media(max-width:576px){.home__table-section{padding:0 5%}}.home__table-header{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border-color);width:100%}.home__table-header .home__table-col{font-size:.8rem}.home__table-header .home__table-col--work{font-family:PP Mori SemiBold;color:var(--text-secondary);font-size:11px;flex:1}.home__table-header .home__table-col--category{font-family:PP Mori SemiBold;color:var(--text-secondary);font-size:11px;width:300px;text-align:right}@media(max-width:768px){.home__table-header .home__table-col--category{width:150px}}@media(max-width:576px){.home__table-header .home__table-col--category{width:120px}}.home__project-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border-color);width:100%;transition:background-color .3s ease;cursor:pointer;position:relative;z-index:1}.home__project-row:hover{background-color:var(--accent-color)}.home__project-row:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;cursor:pointer}.home__project-name{flex:1;padding-right:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;z-index:3}.home__project-name a{font-family:PP Mori SemiBold;font-size:14px;color:var(--text-color);text-decoration:none;text-transform:uppercase;transition:opacity .3s ease;position:relative;z-index:4}.home__project-name a:hover{opacity:var(--hover-opacity)}@media(max-width:576px){.home__project-name a{font-size:13px}}.home__project-category{font-family:PP Mori Regular;font-size:14px;color:var(--text-color);width:300px;text-align:right;position:relative;z-index:3}@media(max-width:768px){.home__project-category{width:150px}}@media(max-width:576px){.home__project-category{width:120px;font-size:13px}}.home__categories-section{position:relative;width:100vw;overflow:hidden;padding:2rem 0;margin-top:auto}.home__categories-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.ticker{width:100%;height:auto;overflow:hidden;white-space:nowrap}.ticker__wrapper{white-space:nowrap;animation:ticker 120s linear infinite;will-change:transform}.ticker__item,.ticker__wrapper{display:inline-block;padding-right:0}.ticker__text{display:inline-block;margin-right:2rem;font-family:Editorial New Ultralight Italic,serif;color:var(--text-color);font-size:36px;white-space:nowrap;letter-spacing:-5%}@media(max-width:992px){.ticker__text{font-size:32px}}@media(max-width:768px){.ticker__text{font-size:28px;margin-right:1.5rem}}@media(max-width:576px){.ticker__text{font-size:22px;margin-right:1rem}}@keyframes ticker{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(max-width:768px){.home{padding-top:5rem}}@media(max-width:576px){.home{padding-top:4rem}}.dark-mode .home__background-image{opacity:.25!important}.about{padding:7rem 0 3rem;width:100vw;max-width:100vw;overflow-x:hidden}.about__content{width:100%;padding:0 5%;box-sizing:border-box}.about__layout{display:flex;gap:3rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.about__layout{flex-direction:column}}.about__image-container{flex:1}.about__image{width:100%;height:100%;min-height:400px;border-radius:4px;-o-object-fit:cover;object-fit:cover;display:block}.about__text-content{flex:1}.about__title{font-size:128px;letter-spacing:-5%;margin-bottom:2rem;font-family:Editorial New Ultralight Italic,serif;font-weight:400;font-style:italic;color:var(--text-color)}@media(max-width:992px){.about__title{font-size:96px}}@media(max-width:768px){.about__title{font-size:64px;margin-bottom:1.5rem}}@media(max-width:576px){.about__title{font-size:48px;margin-bottom:1rem}}.about__bio p{font-family:PP Mori Regular;font-size:16px;line-height:120%;margin-bottom:1rem;color:var(--text-color)}.about__bio p:last-child{margin-bottom:0}@media(max-width:768px){.about__bio p{font-size:15px}}@media(max-width:576px){.about__bio p{font-size:14px}}@media(max-width:768px){.about{padding:5rem 0 2rem}}@media(max-width:576px){.about{padding:4rem 0 2rem}}.works{padding:7rem 0 3rem;min-height:100vh;width:100vw;max-width:100vw;overflow-x:hidden}.works__content{width:100%;box-sizing:border-box}.works__header{text-align:center;max-width:1200px;margin-left:auto;margin-right:auto;margin-bottom:4rem}.works__title{font-family:Editorial New Ultralight Italic,serif;font-size:8rem;font-weight:200;font-style:italic;margin-bottom:1rem;line-height:.9}@media(max-width:992px){.works__title{font-size:6rem}}@media(max-width:768px){.works__title{font-size:4rem}}@media(max-width:576px){.works__title{font-size:3rem}}.works__subtitle{display:flex;justify-content:center;gap:1rem}.works__subtitle span{font-family:PP Mori Regular,sans-serif;font-size:.75rem;color:#666;letter-spacing:.1em;border:1px solid #ccc;padding:.5rem 1rem;border-radius:2rem;background-color:transparent}@media(max-width:576px){.works__subtitle{flex-direction:column;align-items:center;gap:.5rem}}.works__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem 3rem;max-width:1400px;margin-left:auto;margin-right:auto;margin-bottom:4rem}@media(max-width:768px){.works__grid{grid-template-columns:1fr;gap:3rem}}.works__project-card{display:flex;flex-direction:column}.works__project-image{margin-bottom:1.5rem}.works__project-image a{display:block;text-decoration:none;transition:transform .3s ease}.works__project-image a:hover{transform:translateY(-5px)}.works__project-image a.image-error .works__image-placeholder{display:flex}.works__image{width:656px;height:718px;-o-object-fit:contain;object-fit:contain;display:block;margin:auto;transition:all .3s ease;border-radius:4px}.works__image:hover{opacity:.9}@media(max-width:576px){.works__image{width:384px;height:420px}}.works__image-placeholder{width:656px;height:718px;background-color:var(--accent-color);display:none;align-items:center;justify-content:center;margin:auto;transition:opacity .3s ease;font-family:PP Mori Regular,sans-serif;font-size:1rem;color:var(--text-color);text-align:center;border-radius:4px}.works__image-placeholder:hover{opacity:.8}@media(max-width:576px){.works__image-placeholder{width:384px;height:420px}}.works__project-info{flex:1;margin-left:10px;margin-right:10px}@media(max-width:576px){.works__project-info{margin-left:24px;margin-right:24px}}.works__project-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.works__project-name{font-family:Editorial New Ultralight Italic,serif;font-size:36px;font-weight:400;margin-bottom:0}.works__project-name a{color:var(--text-color);text-decoration:none;transition:opacity .3s ease}.works__project-name a:hover{opacity:.7}@media(max-width:576px){.works__project-name{font-size:1.25rem}}.works__project-tags{display:flex;gap:.5rem;flex-wrap:wrap}.works__tag{font-family:PP Mori Regular,sans-serif;font-size:.75rem;color:#666;letter-spacing:.05em;border:1px solid #ccc;padding:.4rem .8rem;border-radius:2rem;background-color:transparent}.works__project-description{font-family:PP Mori Regular,sans-serif;font-size:15px;line-height:120%;color:#4e4e4e;margin:0}@media(max-width:576px){.works__project-description{font-size:.85rem;line-height:1.5}}@media(max-width:768px){.works{padding:5rem 0 2rem}.works__header{margin-bottom:3rem}}@media(max-width:576px){.works{padding:4rem 0 2rem}.works__header{margin-bottom:2rem}.works__grid{gap:2rem}}.project{padding:7rem 0 3rem;min-height:100vh;width:100vw;max-width:100vw;overflow-x:hidden}.project__content{width:100%;box-sizing:border-box}.project__title{font-size:8rem;margin-bottom:2rem;font-family:Editorial New Ultralight Italic,serif;font-weight:200;font-style:italic;text-align:center;line-height:.9}@media(max-width:992px){.project__title{font-size:6rem}}@media(max-width:768px){.project__title{font-size:4rem;margin-bottom:1.5rem}}@media(max-width:576px){.project__title{font-size:3rem;margin-bottom:1rem}}.project__description{font-family:PP Mori Regular,sans-serif;max-width:600px;margin:0 auto 2rem;line-height:1.6;text-align:center;font-size:1rem}@media(max-width:768px){.project__description{font-size:.95rem}}@media(max-width:576px){.project__description{font-size:.9rem;line-height:1.5}}.project__tags{display:flex;justify-content:center;gap:.75rem;margin-bottom:4rem;flex-wrap:wrap}@media(max-width:768px){.project__tags{margin-bottom:3rem}}@media(max-width:576px){.project__tags{margin-bottom:2rem}}.project__tag{font-family:PP Mori Regular,sans-serif;font-size:.75rem;color:#666;letter-spacing:.05em;border:1px solid #ccc;padding:.4rem .8rem;border-radius:2rem;background-color:transparent}.project__gallery{margin-bottom:4rem;width:100%}@media(max-width:768px){.project__gallery{margin-bottom:3rem}}.project__gallery-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1400px;margin:0 auto}@media(max-width:768px){.project__gallery-grid{gap:1.5rem}}@media(max-width:576px){.project__gallery-grid{gap:1rem}}.project__gallery-item{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.project__gallery-gif-container{position:relative;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.project__gallery-gif-container{gap:.75rem}}@media(max-width:576px){.project__gallery-gif-container{gap:.5rem}}.project__gallery-gif-item{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.project__gallery-portrait-container{position:relative;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.project__gallery-portrait-container{gap:.75rem}}@media(max-width:576px){.project__gallery-portrait-container{gap:.5rem;grid-template-columns:1fr}}.project__gallery-portrait-item{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.project__gallery-image{max-width:100%;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block;transition:transform .3s ease}.project__gallery-image:hover{transform:scale(1.02)}@media(max-width:768px){.project{padding:5rem 0 2rem}}@media(max-width:576px){.project{padding:4rem 0 2rem}}.contact{padding:7rem 0 3rem;position:relative;width:100vw;max-width:100vw;overflow-x:hidden}.contact__content{width:100%;padding:0 5%;box-sizing:border-box}.contact__title{font-size:128px;margin-bottom:3rem;font-family:Editorial New Ultralight Italic;font-weight:400;text-align:center}@media(max-width:992px){.contact__title{font-size:96px}}@media(max-width:768px){.contact__title{font-size:64px;margin-bottom:2rem}}@media(max-width:576px){.contact__title{font-size:48px;margin-bottom:1.5rem}}.contact__info{display:flex;justify-content:center;margin-bottom:5rem}@media(max-width:768px){.contact__info{margin-bottom:4rem}}@media(max-width:576px){.contact__info{margin-bottom:3rem}}.contact__card-container{perspective:1000px;width:500px;height:300px;max-width:100%}.contact__card-container:hover .contact__card{transform:rotateY(180deg)}@media(max-width:576px){.contact__card-container{width:100%;max-width:400px;height:auto;min-height:280px}}.contact__card{position:relative;width:100%;height:100%;transition:transform .6s ease-in-out;transform-style:preserve-3d;cursor:pointer}.contact__card-back,.contact__card-front{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:4px;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden}.contact__card-back{transform:rotateY(180deg)}.contact__card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.contact__form-container{max-width:600px;margin:0 auto;width:100%}.contact__form-title{font-family:PP Mori Regular;font-size:2rem;margin-bottom:2rem;font-weight:400}@media(max-width:768px){.contact__form-title{font-size:1.8rem}}@media(max-width:576px){.contact__form-title{font-size:1.5rem;margin-bottom:1.5rem}}.contact__form-group{margin-bottom:1.5rem}.contact__form-group label{display:block;margin-bottom:.5rem;font-size:.9rem}.contact__form-group input,.contact__form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;font-family:PP Mori Regular;box-sizing:border-box}.contact__form-group input:focus,.contact__form-group textarea:focus{outline:none;border-color:#000}.contact__submit-btn{background-color:#000;color:#fff;border:none;padding:.8rem 2rem;font-family:PP Mori Regular;cursor:pointer;transition:background-color .3s ease}.contact__submit-btn:hover:not(:disabled){background-color:#333}.contact__submit-btn:disabled{background-color:#666;cursor:not-allowed}@media(max-width:576px){.contact__submit-btn{width:100%}}.contact__message{margin-top:1rem;padding:1rem;border-radius:4px;font-family:PP Mori Regular}.contact__message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.contact__message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media(max-width:768px){.contact{padding:5rem 0 2rem}}@media(max-width:576px){.contact{padding:4rem 0 2rem}}.shop{padding:7rem 0 3rem;min-height:70vh;display:flex;align-items:center;width:100vw;max-width:100vw;overflow-x:hidden}.shop__content{width:100%;margin:0;text-align:center;box-sizing:border-box}.shop__marquee{width:100%;overflow:hidden;position:relative;margin-bottom:4rem;padding:2rem 0}.shop__marquee-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:1!important;display:block!important}.shop__marquee-wrapper{display:flex;width:-moz-fit-content;width:fit-content;position:relative;z-index:10}.shop__marquee-content{display:flex;animation:marquee 40s linear infinite}.shop__marquee-content span{font-size:5rem;font-family:Editorial New Ultralight Italic,serif;font-weight:200;white-space:nowrap;margin-right:2rem;letter-spacing:-.05em;color:var(--text-color)}.shop__description{max-width:800px;margin:2rem auto 0}.shop__description p{font-family:PP Mori Regular;font-size:16px;line-height:120%;margin-bottom:1rem;color:var(--text-color)}.shop__description p:last-child{margin-bottom:0}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@media(max-width:768px){.shop{padding:5rem 0 2rem}.shop__marquee-content span{font-size:3rem}}.dark-mode .shop__marquee-background{opacity:.7!important}@keyframes cleanFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes cleanSlideIn{0%{transform:translateX(-20px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes cleanMenuHover{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.impressum{padding:7rem 0 3rem;width:100vw;max-width:100vw;overflow-x:hidden}.impressum__content{width:100%;padding:0 5%;box-sizing:border-box}.impressum__title{font-size:3rem;margin-bottom:2rem;font-family:Editorial New Ultralight Italic,serif;font-weight:200;font-style:italic;text-align:center;color:var(--text-color)}@media(max-width:768px){.impressum__title{font-size:2.5rem}}@media(max-width:576px){.impressum__title{font-size:2rem}}.impressum__text{font-family:PP Mori Regular,sans-serif;line-height:1.6;max-width:800px;margin:0 auto}.impressum__text h2{font-family:Editorial New Regular,serif;font-size:1.5rem;margin:2rem 0 1rem;font-weight:400;color:var(--text-color)}.impressum__text h2:first-child{margin-top:0}.impressum__text h3{font-family:Editorial New Regular,serif;font-size:1.2rem;margin:1.5rem 0 .75rem;font-weight:400;color:var(--text-color)}.impressum__text p{margin-bottom:1rem;font-size:.95rem;color:var(--text-color)}.impressum__text p a{color:var(--text-color);text-decoration:underline;transition:opacity .3s ease}.impressum__text p a:hover{opacity:var(--hover-opacity)}@media(max-width:768px){.impressum{padding:5rem 0 2rem}}@media(max-width:576px){.impressum{padding:4rem 0 2rem}}.terms{padding:7rem 0 3rem;width:100vw;max-width:100vw;overflow-x:hidden}.terms__content{width:100%;padding:0 5%;box-sizing:border-box}.terms__title{font-size:3rem;margin-bottom:2rem;font-family:Editorial New Ultralight Italic,serif;font-weight:200;font-style:italic;text-align:center;color:var(--text-color)}@media(max-width:768px){.terms__title{font-size:2.5rem}}@media(max-width:576px){.terms__title{font-size:2rem}}.terms__text{font-family:PP Mori Regular,sans-serif;line-height:1.6;max-width:800px;margin:0 auto}.terms__text h2{font-family:Editorial New Regular,serif;font-size:1.3rem;margin:2rem 0 1rem;font-weight:400;color:var(--text-color)}.terms__text h2:first-child{margin-top:0}.terms__text p{margin-bottom:1rem;font-size:.95rem;color:var(--text-color)}.terms__date{margin-top:2rem;font-style:italic;color:var(--text-secondary)}@media(max-width:768px){.terms{padding:5rem 0 2rem}}@media(max-width:576px){.terms{padding:4rem 0 2rem}}