.app__about{flex:1 1;flex-direction:column;width:100%}.app__about-statement{align-items:center;display:flex;margin:3rem auto 0;max-width:52rem;padding:0 1rem}@media screen and (max-width:900px){.app__about-statement{align-items:center;flex-direction:column;max-width:44rem}}.app__about-portrait{border:1px solid var(--glass-border);border-radius:50%;box-shadow:0 8px 24px #00000073;flex:0 0 auto;height:190px;margin-right:-68px;overflow:hidden;position:relative;width:190px;z-index:1}.app__about-portrait img{display:block;height:100%;object-fit:cover;object-position:50% 45%;width:100%}@media screen and (max-width:900px){.app__about-portrait{height:150px;margin-bottom:-56px;margin-right:0;width:150px}}@media screen and (max-width:450px){.app__about-portrait{height:124px;margin-bottom:-46px;width:124px}}.app__about-intro{box-sizing:border-box;flex:1 1 auto;margin:0;min-width:0;padding:2rem 2.25rem 2rem calc(2.25rem + 68px);position:relative}@media screen and (max-width:900px){.app__about-intro{padding:calc(2rem + 40px) 1.75rem 2rem}}.app__about-intro{background:#ffffff0f;border-radius:15px;box-shadow:0 4px 12px #00000026;color:var(--lightGray-color);font-size:1.05rem;line-height:1.8;text-align:left}@media screen and (max-width:450px){.app__about-intro{font-size:1rem;line-height:1.7;margin-top:0;padding:calc(1.25rem + 46px) 1.35rem 1.5rem}}.app__about-portrait-credit{bottom:.55rem;color:#ffffff4d;font-size:10px;font-style:italic;line-height:1.35;position:absolute;right:.9rem}.app__about-me-segment{align-items:center;display:flex;justify-content:center;margin:2rem 0}.app__about-me-image{aspect-ratio:1;border-radius:50%;height:auto;max-width:500px;object-fit:cover;width:100%}.app__about-columns{grid-gap:3rem 4rem;display:grid;gap:3rem 4rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:3.5rem auto 0;max-width:60rem;text-align:left;width:100%}@media screen and (max-width:700px){.app__about-columns{gap:2.5rem;grid-template-columns:minmax(0,1fr);margin-top:2.5rem}}.app__about-column-title{align-items:center;color:var(--white-color);display:flex;font-size:1.35rem;font-weight:700;gap:.65rem;margin:0 0 1.75rem}@media screen and (max-width:450px){.app__about-column-title{font-size:1.15rem;margin-bottom:1.25rem}}.app__about-column-icon{color:var(--white-color);flex:0 0 auto;height:1.5rem;width:1.5rem}.app__about-list{border-left:1px solid #e8f3f12e;list-style:none;margin:0;padding:0 0 0 1.75rem}.app__about-entry{padding-bottom:1.75rem;position:relative}.app__about-entry:last-child{padding-bottom:0}.app__about-entry:before{background-color:var(--secondary-color);border-radius:50%;content:"";height:9px;left:calc(-1.75rem - 5px);position:absolute;top:.3rem;width:9px}.app__about-entry-label{color:var(--white-color);display:block;font-size:1.05rem;font-weight:400}.app__about-entry-detail{color:var(--lightGray-color);display:block;margin-top:.15rem}.head-text.app__about-headline{font-size:clamp(1.1rem,5.5vw,2.75rem);line-height:1.15;overflow-wrap:break-word}.app__about-entry-year{color:var(--secondary-color);display:block;font-size:.85rem;font-weight:700;letter-spacing:.04em;margin-bottom:.15rem}.app__about-entry-note{border:1px solid #e8f3f140;border-radius:20rem;color:var(--gray-color);display:inline-block;font-size:.8rem;margin-top:.5rem;padding:.15rem .6rem}.app__about-bio-title{color:var(--secondary-color);font-weight:600;margin-top:2rem}.app__about-bio-block{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:44rem;padding:0 2.25rem;width:100%}@media screen and (max-width:768px){.app__about-bio-block{padding:0 1.25rem}}.app__about-bio{color:var(--gray-color);line-height:1.8;margin:.75rem 0 0;max-width:100%;text-align:left}.app__about-bio-toggle{align-items:center;align-self:center;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:21px;box-shadow:0 4px 12px #00000038;color:var(--white-color);cursor:pointer;display:inline-flex;font-family:var(--font-base);font-size:.95rem;font-weight:600;gap:.55rem;height:42px;margin:2rem 0 0;padding:0 1.1rem;transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out,transform .3s ease-in-out;white-space:nowrap}.app__about-bio-toggle:hover{background:var(--glass-bg-strong);border-color:var(--glass-border-strong);color:var(--secondary-color);transform:translateY(-3px)}.app__about-bio-toggle:focus-visible{outline:2px solid var(--secondary-color);outline-offset:3px}.app__about-bio-toggle .app__about-bio-toggle-icon{color:var(--secondary-color);flex:0 0 auto;font-size:1.1rem}.app__about-bio-toggle .app__about-bio-toggle-chevron{flex:0 0 auto;font-size:.75rem;transition:transform .3s ease}.app__about-bio-toggle .app__about-bio-toggle-chevron.rotate{transform:rotate(180deg)}.app__about-bio-panel{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .32s ease,opacity .32s ease;width:100%}.app__about-bio-panel.is-open{grid-template-rows:1fr;opacity:1}.app__about-bio-panel-inner{min-height:0;overflow:hidden}.app__about-intro p{margin:0 0 1rem}.app__about-intro p:last-child{margin-bottom:0}.app__about-intro p strong{color:var(--secondary-color);font-weight:600}.app__about-intro p em{font-style:italic}.app__about-intro p a{color:var(--secondary-color);text-decoration:underline;text-underline-offset:2px}.app__about-intro p a:hover{opacity:.8}.app__contact{background-color:var(--primary-color);color:var(--white-color);flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__contact{padding:2.5rem 0}}.app__contact-container{margin:0 auto;max-width:800px}.app__contact-container,.app__contact-top-row{align-items:center;display:flex;flex-direction:column;width:100%}.app__contact-top-row{justify-content:center;margin-bottom:2rem}@media screen and (max-width:768px){.app__contact-top-row{margin-bottom:1rem}}.app__contact-form{background-color:var(--white-color);border-radius:10px;box-shadow:0 4px 10px #0000001a;flex-direction:column;margin:1rem 0;max-width:600px;padding:2rem;width:100%}.app__contact-form form{width:100%}.app__contact-form .app__contact-privacy{color:var(--gray-color);font-size:.78rem;line-height:1.55;margin:1.5rem 0 0;text-align:center}.app__contact-form .app__contact-privacy-link{background:none;background-color:#0000;border:none;border-radius:0;color:var(--black-color);cursor:pointer;display:inline;font-family:var(--font-base);font-size:inherit;font-weight:500;line-height:inherit;margin:0;padding:0;text-decoration:underline}.app__contact-form .app__contact-privacy-link:hover{background-color:#0000;color:var(--secondary-color)}.app__contact-form .app__contact-privacy-link:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px}.app__contact-form div{align-items:center;display:flex;flex-direction:column;margin:.75rem 0;position:relative;width:100%}.app__contact-form div input,.app__contact-form div textarea{background-color:var(--lightGray-color);border:none;border:2px solid var(--white-color);border-radius:7px;color:var(--black-color);font-family:var(--font-base);outline:none;padding:.95rem;transition:all .3s ease-in-out;width:100%}.app__contact-form div input:focus,.app__contact-form div textarea:focus{border:2px solid var(--secondary-color)}.app__contact-form div input.error,.app__contact-form div textarea.error{border:2px solid #f44}.app__contact-form div textarea{height:170px;resize:vertical}.app__contact-form div .error-text{color:#f44;font-size:.7rem;margin-top:.25rem;text-align:left}.app__contact-form button{background-color:var(--secondary-color);border:none;border-radius:10px;color:var(--black-color);cursor:pointer;display:block;font-family:var(--font-base);font-weight:500;font-weight:700;margin:2rem auto 0;outline:none;padding:1rem 2rem;transition:all .3s ease-in-out}.app__contact-form button:hover{background-color:var(--black-color);color:var(--secondary-color)}.app__contact-form button:disabled{cursor:not-allowed;opacity:.6}@media screen and (max-width:768px){.app__contact-form{margin:1rem 0;width:100%}}@media screen and (max-width:450px){.app__contact-form{padding:1.5rem 1.25rem}}.app__contact-social{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:2rem;width:100%}.app__contact-social h3{color:var(--white-color);font-size:1.5rem;font-weight:500;margin-bottom:1.2rem;margin-top:0;text-align:center}.app__contact-social .app__contact-social-links{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:center}.app__contact-social .app__contact-social-item a{align-items:center;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:30px;box-shadow:0 4px 12px #00000038;color:var(--lightGray-color);display:flex;height:3.5rem;justify-content:flex-start;min-width:10rem;overflow:hidden;padding:.75rem 1.25rem .75rem .75rem;position:relative;text-decoration:none;transition:all .5s cubic-bezier(.25,1,.5,1);white-space:nowrap;width:-webkit-max-content;width:max-content}.app__contact-social .app__contact-social-item a svg{color:var(--lightGray-color);font-size:1.5rem;margin-left:.75rem;min-width:1.5rem;transition:all .4s cubic-bezier(.25,1,.5,1);z-index:2}.app__contact-social .app__contact-social-item a span{color:var(--lightGray-color);font-size:.95rem;font-weight:500;margin-left:1rem;opacity:1;transform:translateX(0);transition:all .5s cubic-bezier(.25,1,.5,1)}.app__contact-social .app__contact-social-item a:hover{background:var(--glass-bg-strong);border-color:var(--glass-border-strong);color:var(--secondary-color);transform:translateY(-3px)}.app__contact-social .app__contact-social-item a:hover span,.app__contact-social .app__contact-social-item a:hover svg{color:var(--secondary-color)}.app__contact-social .app__contact-social-item a:active{transform:translateY(-2px);transition-duration:.3s}@media screen and (max-width:768px){.app__contact-social .app__contact-social-links{gap:1rem}.app__contact-social .app__contact-social-item a{height:3rem;min-width:9rem;width:-webkit-max-content;width:max-content}.app__contact-social .app__contact-social-item a svg{font-size:1.3rem;margin-left:.5rem}.app__contact-social .app__contact-social-item a span{font-size:.9rem}}@media screen and (max-width:550px){.app__contact-social .app__contact-social-item a{height:2.8rem}.app__contact-social .app__contact-social-item a svg{font-size:1.2rem}.app__contact-social .app__contact-social-item a span{font-size:.85rem}}.app__contact-success{background-color:#0096881a;border:2px solid var(--secondary-color);border-radius:10px;margin:3rem 0;padding:2rem;text-align:center}.app__contact-success h3{color:var(--secondary-color);margin-bottom:1rem}.app__contact-success p{color:var(--gray-color);margin:0}.app__contact-left{margin:0 auto;max-width:600px;text-align:center;width:100%}.app__contact-left h2{font-size:2.5rem;margin-bottom:1rem}.app__contact-left h2 span{color:var(--secondary-color)}.app__contact-left p{color:var(--lightGray-color);font-size:1.1rem;font-style:italic;line-height:1.7;margin:0 auto;max-width:600px}.impressum-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000012;margin:2rem auto;max-width:700px;padding:2rem}.impressum-container h1{color:#222;font-size:2rem;margin-bottom:1rem}.impressum-container p{color:#444;font-size:1.1rem;line-height:1.6;white-space:pre-line}.datenschutz-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000012;margin:2rem auto;max-width:700px;padding:2rem}.datenschutz-container h1{color:#222;font-size:2rem;margin-bottom:1rem}.datenschutz-container h2{color:#333;font-size:1.3rem;margin-bottom:1rem}.datenschutz-container p{color:#444;font-size:1.1rem;line-height:1.6;white-space:pre-line}.app__footer{background-color:var(--black-color);border-top:1px solid #ffffff1a;display:flex;flex-direction:column;padding:1.25rem 2rem;width:100%}.app__footer-bar{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}@media screen and (max-width:620px){.app__footer-bar{gap:.75rem 1.25rem;justify-content:center}}.app__footer-links{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-end}.app__footer-link{position:relative}@media screen and (max-width:620px){.app__footer-link a{display:inline-block;margin:-.7rem -.35rem;padding:.7rem .35rem}}.app__footer-link a{color:var(--lightGray-color);font-size:.9rem;text-decoration:none;transition:all .3s ease}.app__footer-link a:hover{color:var(--secondary-color)}.app__footer-link a:after{background-color:var(--secondary-color);bottom:-4px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.app__footer-link a:hover:after{width:100%}.footer-impressum-btn{background:none;border:none;color:var(--lightGray-color);cursor:pointer;font-family:inherit;font-size:.9rem;padding:0;position:relative;text-decoration:none;transition:all .3s ease}.footer-impressum-btn:hover{color:var(--secondary-color)}.footer-impressum-btn:after{background-color:var(--secondary-color);bottom:-4px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.footer-impressum-btn:hover:after{width:100%}.footer-datenschutz-btn{background:none;border:none;color:var(--lightGray-color);cursor:pointer;font-family:inherit;font-size:.9rem;padding:0;position:relative;text-decoration:none;transition:all .3s ease}.footer-datenschutz-btn:hover{color:var(--secondary-color)}.footer-datenschutz-btn:after{background-color:var(--secondary-color);bottom:-4px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.footer-datenschutz-btn:hover:after{width:100%}.app__footer-impressum{border-radius:8px;box-shadow:0 2px 8px #00000012;margin:0;max-height:none!important;opacity:0;padding:0 1rem;transition:opacity .5s cubic-bezier(.4,0,.2,1);width:100%}.app__footer-impressum.show{margin:1rem 0 1.5rem;opacity:1;padding:2rem 1rem}.app__footer-datenschutz{border-radius:8px;box-shadow:0 2px 8px #00000012;margin:0;max-height:none!important;opacity:0;padding:0 1rem;transition:opacity .5s cubic-bezier(.4,0,.2,1);width:100%}.app__footer-datenschutz.show{margin:1rem 0 1.5rem;opacity:1;padding:2rem 1rem}.app__footer-copyright{color:var(--lightGray-color);font-size:.85rem;margin:0;white-space:nowrap}.app__footer-panel{margin:0 auto;max-width:700px;position:relative}.app__footer-panel .datenschutz-container h1,.app__footer-panel .impressum-container h1{font-size:clamp(1.35rem,5.5vw,2rem);hyphens:auto;-webkit-hyphens:auto;overflow-wrap:break-word;padding-right:3rem}.app__footer-panel-close{align-items:center;background:#0000;border:none;border-radius:50%;color:#555;cursor:pointer;display:flex;font-size:1.4rem;height:40px;justify-content:center;padding:0;position:absolute;right:.9rem;top:.9rem;transition:background-color .2s ease,color .2s ease;width:40px;z-index:1}.app__footer-panel-close:hover{background:#00000012;color:#111}.app__footer-panel-close:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px}@media screen and (max-width:480px){.app__footer-panel-close{right:.5rem;top:.6rem}}.datenschutz-updated{font-size:.85rem;margin:0 0 1.25rem;opacity:.7}#home{background-position:50%;background-repeat:repeat;background-size:cover;overflow:hidden;position:relative}#home,#home .app__wrapper{margin:0;max-width:100%;padding:0;width:100%}#home .app__wrapper .copyright{display:none}.app__header{align-items:center;flex-direction:column;height:100vh;justify-content:center;margin:0;max-width:100vw;overflow:hidden;padding:0;position:relative}@media screen and (min-width:1600px){.app__header{align-items:flex-end}}@media screen and (max-width:1200px){.app__header{align-items:center;flex-direction:column;width:70%}}.app__header-info{--text-column-start:54%;align-items:center;display:flex;justify-content:flex-start;padding:2rem 2.5rem 2rem min(var(--text-column-start),100vw - 26rem);text-align:left;z-index:2}.app__header-info,.app__header-info:before{inset:0;pointer-events:none;position:absolute}.app__header-info:before{background:linear-gradient(0deg,#000000f2 0,#000000bf 8%,#00000059 18%,#0000001a 27%,#0000 36%),linear-gradient(90deg,#0000 0,#0000 30%,#0000001a 42%,#0000004d 54%,#0000007a 68%,#0009 85%,#0000009e);content:"";z-index:0}@media screen and (max-width:1200px){.app__header-info:before{background:linear-gradient(180deg,#00000040,#00000073 55%,#000000eb)}}.app__header-info{color:#fff;margin:0}.app__header-info h1,.app__header-info p{color:#fff}@media(min-aspect-ratio:2300/1129){.app__header-info{--person-right-edge:57.7vw}}@media screen and (min-width:1600px){.app__header-info{--person-right-edge:calc(100vw - 800px + 15.7vh)}}@media screen and (min-width:1600px)and (max-height:785px){.app__header-info{--person-right-edge:calc(100vw - 677px)}}@media screen and (max-width:1200px){.app__header-info{justify-content:center;padding-left:2rem;padding-right:2rem}}.app__header-badge{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-end;max-width:24rem;pointer-events:auto;position:relative;width:100%;z-index:1}@media screen and (max-width:800px){.app__header-badge{align-items:center}}@media screen and (max-width:450px){.app__header-badge .badge-cmp{padding:1rem 1.25rem}}.app__header-badge .badge-cmp h1{color:var(--secondary-color);line-height:1.1}.app__header-badge .badge-cmp{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:15px;box-shadow:0 4px 12px #00000038;overflow:hidden;padding:1.2rem 1.75rem;position:relative}.app__header-badge .tag-cmp{align-items:baseline;column-gap:.4rem;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-top:1.25rem;row-gap:.15rem}@media screen and (max-width:1200px){.app__header-badge .tag-cmp{justify-content:center;margin-top:.75rem}}.app__header-badge .tag-cmp p{font-size:1.05rem;letter-spacing:.01em;margin-bottom:0;text-align:left;text-transform:none;white-space:nowrap;width:auto}@media screen and (max-width:1200px){.app__header-badge .tag-cmp p{font-size:.95rem}}.app__header-img{align-items:right;background-color:#000;display:flex;flex:1 1;height:100vh;justify-content:center;margin:0;min-height:100vh;overflow:hidden;padding:0;position:relative;width:100vw}.app__header-img .progressive-img-container{display:flex;height:100%;justify-content:flex-end;overflow:hidden;position:relative;width:100%}.app__header-img .progressive-img-container img{height:100vh;max-width:100%;object-fit:cover;object-position:50% 30%;width:auto;z-index:1}.app__header-img .progressive-img-container img.loading{filter:blur(10px);transform:scale(1.05)}.app__header-img .progressive-img-container img.loaded{filter:blur(0);transform:scale(1);transition:filter .5s ease-out,transform .5s ease-out}@media screen and (min-width:1600px){.app__header-img .progressive-img-container img{height:100vh;max-width:1600px;object-position:50% 50%;width:auto}}@media screen and (max-width:1599px){.app__header-img{justify-content:center}.app__header-img .progressive-img-container img{height:100vh;max-width:none;min-width:100%;width:100vw}}.app__header-img .overlay_circle{display:none}.app__header-img .app__header-image-credit{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0000004d;border-radius:4px;bottom:10px;padding:4px 10px;position:absolute;right:15px;z-index:2}.app__header-img .app__header-image-credit p{color:#ffffff4d;font-size:10px;font-style:italic;margin:0;text-align:right}@media screen and (max-width:768px){.app__header-img .app__header-image-credit{bottom:5px;padding:3px 8px;right:8px}.app__header-img .app__header-image-credit p{font-size:11px}}.app__header-badge .app__header-intro{color:#ffffffeb;font-size:.95rem;line-height:1.75;margin-top:1.1rem;text-align:left}@media screen and (max-width:800px){.app__header-badge .app__header-intro{text-align:center}}.app__header-cta{background:none;border:none;color:#1a1208;display:inline-block;font-size:.95rem;font-weight:600;margin-top:1.5rem;padding:.85rem 1.6rem;position:relative;text-decoration:none}.app__header-cta:focus-visible{outline:none}.app__header-cta:focus-visible .app__header-cta-label{border-radius:4px;outline:2px solid #1a1208;outline-offset:6px}.app__liquid{filter:drop-shadow(0 6px 14px rgba(0,0,0,.4));overflow:visible;pointer-events:none;position:absolute;z-index:0}.app__liquid-path{stroke:none}.app__header-cta-label{display:inline-block;pointer-events:none;position:relative;z-index:1}.app__works{flex:1 1;flex-direction:column;min-height:auto;overflow:visible;width:100%}.app__work-filter{justify-content:flex-start;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{display:flex;min-height:2.25rem}.app__work-filter .app__work-filter-item .recommendation-star{align-items:center;color:inherit;display:flex;font-size:1.2rem;justify-content:center;line-height:1;margin:0;padding:0}.app__work-filter .item-active .recommendation-star{color:var(--black-color)}.app__work-description{line-height:1.7;margin:2.5rem auto .5rem;max-width:46rem}@media screen and (max-width:768px){.app__work-description{margin-top:1.75rem;padding:0 1rem}}.app__work-portfolio{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:center;min-height:auto;overflow:visible}.app__work-portfolio .app__work-item{height:450px;width:320px}.app__work-portfolio .app__work-item.app__work-item--compact{height:372px}.app__work-portfolio .app__work-item.app__work-item--compact .app__work-content{padding-bottom:.5rem}.app__work-portfolio .app__work-item{background-color:#fff;border-radius:.5rem;box-sizing:border-box;color:#000;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin:1rem;overflow:hidden;padding:.8rem;position:relative;transition:all .3s ease}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}@media screen and (max-width:350px){.app__work-portfolio .app__work-item{height:auto;margin:1rem;width:100%}}.app__work-portfolio .app__work-item .item-link-wrapper{color:inherit;height:100%;left:0;position:absolute;text-decoration:none;top:0;width:100%;z-index:1}.app__work-portfolio .app__work-item .app__work-img{flex:0 0 auto}.app__work-portfolio .app__work-item .app__work-content{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-height:0}.app__work-portfolio .app__work-img{aspect-ratio:16/9;position:relative;width:100%}.app__work-portfolio .app__work-img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__work-portfolio .app__work-img{height:auto}}.app__work-buttons{align-items:center;background-color:#0000;border-radius:.5rem;bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%}.app__work-watch-button{left:50%;position:absolute;text-decoration:none;top:50%;transform:translate(-50%,-50%);z-index:2}.app__work-watch-button div.youtube-play-button{align-items:center;-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#282828cc;border-radius:10px;box-shadow:none;display:flex;height:45px;justify-content:center;overflow:visible;padding:0;position:relative;transform:none;transition:background-color .3s ease;width:65px}.app__work-watch-button div.youtube-play-button svg{color:#fff!important;height:32px!important;margin:0!important;padding:0!important;transform:none!important;transition:none!important;width:32px!important;z-index:2}.app__work-watch-button div.youtube-play-button:before{display:none}.app__work-watch-button div.youtube-play-button:hover{background-color:red;transform:none!important}.app__work-watch-button div.youtube-play-button:active{transform:none!important}.app__work-more-info-button{bottom:7px;position:absolute;right:7px;text-decoration:none;z-index:2}.app__work-more-info-button div{align-items:center;background-color:var(--white-color);border-radius:50%;display:flex;height:40px;justify-content:center;overflow:hidden;transition:all .3s ease;width:40px}.app__work-more-info-button div .info-icon{color:var(--black-color);height:20px;width:20px}.app__work-more-info-button div .more-info-text{color:var(--black-color);font-size:.8rem;font-weight:600;margin-left:0;max-width:0;opacity:0;overflow:hidden;transition:all .3s ease;white-space:nowrap}.app__work-more-info-button div:hover{background-color:var(--secondary-color);border-radius:20px;width:120px}.app__work-more-info-button div:hover .more-info-text{margin-left:10px;max-width:100px;opacity:1}.app__work-content{display:flex;height:100%;padding:.5rem .5rem 2.2rem}.app__work-content h1{line-height:1.5;margin-top:1rem}.app__work-content .app__work-bottom-row{align-items:flex-end;bottom:0;display:flex;flex-direction:column;justify-content:space-between;left:0;padding-bottom:.5rem;position:absolute;width:100%;z-index:2}.app__work-content .work-year{align-items:center;background-color:#ffffff1a;border:1px solid var(--gray-color);border-radius:20px;color:var(--gray-color);display:inline-flex;font-size:.82rem;font-weight:600;margin-top:.5rem;padding:.3rem .8rem;position:relative;z-index:2}.tag-button{background-color:var(--white-color);border:none;border-radius:16px;color:var(--black-color);cursor:pointer;font-size:.82rem;font-weight:400;margin:.15rem .25rem .15rem 0;max-width:100%;overflow:hidden;padding:.5rem .8rem;scale:.95;text-overflow:ellipsis;text-transform:none;transition:all .3s ease;white-space:nowrap;z-index:2}.tag-button:hover{background-color:var(--secondary-color);color:var(--black-color)}.app__work-tags{align-items:flex-end;column-gap:.2rem;display:flex;flex-wrap:wrap;gap:.1rem .2rem;margin-top:0;row-gap:.1rem;width:100%;z-index:2}.app__youtube-facade{display:flex;flex-direction:column;height:100%;position:relative;width:100%}.app__youtube-facade-button{background:var(--black-color);border:none;border-radius:15px;box-shadow:0 4px 20px #0000004d;cursor:pointer;flex:1 1;font-family:var(--font-base);min-height:0;overflow:hidden;padding:0;position:relative;width:100%}.app__youtube-facade-button img{border-radius:0;box-shadow:none;display:block;height:100%;object-fit:cover;width:100%}.app__youtube-facade-button:focus-visible{outline:3px solid var(--secondary-color);outline-offset:3px}@media screen and (max-width:480px){.app__youtube-facade-button{border-radius:10px}}.app__youtube-facade-scrim{background:#00000059;inset:0;position:absolute;transition:background .25s ease}.app__youtube-facade-play{align-items:center;background-color:#282828cc;border-radius:10px;color:#fff;display:flex;height:45px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color .3s ease;width:65px}.app__youtube-facade-play svg{height:32px;width:32px}@media screen and (max-width:480px){.app__youtube-facade-play{height:38px;width:54px}.app__youtube-facade-play svg{height:26px;width:26px}}.app__youtube-facade-label{bottom:0;color:var(--white-color);font-size:.95rem;font-weight:500;left:0;padding:.9rem 1rem;position:absolute;right:0;text-align:center}.app__youtube-facade-sr{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media(hover:hover){.app__youtube-facade-button:hover .app__youtube-facade-scrim{background:#0003}.app__youtube-facade-button:hover .app__youtube-facade-play{background-color:red}}.app__youtube-facade-notice{color:var(--gray-color);font-size:.78rem;line-height:1.5;margin:.6rem 0 0;text-align:center}.app__product-all-container,.app__product-detail-wrapper{display:flex;flex-direction:column;width:100%}.app__product-detail-hidden-notice{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(var(--secondary-color-rgb),.15);border-radius:12px;box-shadow:0 2px 8px #0000001a;color:var(--white-color);font-weight:500;margin:.5rem auto;max-width:95%;padding:.75rem;text-align:center;width:100%}@media screen and (max-width:480px){.app__product-detail-hidden-notice{margin:.25rem auto;max-width:98%;padding:.6rem}}.app__product-detail-hidden-notice p{font-size:.9rem;letter-spacing:.3px;margin:0 auto;max-width:1400px}@media screen and (max-width:480px){.app__product-detail-hidden-notice p{font-size:.8rem}}.app__product-main-section{padding-bottom:4rem}.app__product-detail-container,.app__product-main-section{background-color:var(--primary-color);color:var(--white-color);width:100%}.app__product-detail-container{display:flex;flex-direction:column;margin:0 auto;max-width:46rem;padding:2rem}@media screen and (max-width:768px){.app__product-detail-container{padding:1rem}}@media screen and (max-width:480px){.app__product-detail-container{padding:.75rem;width:100%}}.app__product-detail-loading,.app__product-detail-not-found{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px}.app__product-detail-loading h2,.app__product-detail-loading p,.app__product-detail-not-found h2,.app__product-detail-not-found p{color:var(--white-color);margin-bottom:1rem}.app__product-detail-nav{margin-bottom:2rem;margin-top:0}.app__product-detail-back-link{color:var(--secondary-color);font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.app__product-detail-back-link:hover{color:var(--white-color);opacity:.8}.app__product-detail-main{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem;padding:0 1rem}@media screen and (max-width:480px){.app__product-detail-main{gap:2rem;margin-bottom:3rem;padding:0 .5rem}}@media screen and (min-width:1024px){.app__product-detail-main{align-items:flex-start;flex-direction:row}}.app__product-detail-content{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0003;border-radius:15px;display:flex;flex:1 1;flex-direction:column;gap:2rem;padding:2rem}@media screen and (max-width:768px){.app__product-detail-content{padding:1.5rem;width:100%}}@media screen and (max-width:480px){.app__product-detail-content{gap:1.5rem;padding:1rem}}@media screen and (min-width:1450px){.app__product-detail-content{flex-direction:row;gap:3rem}}.app__product-detail-image{align-items:center;aspect-ratio:16/9;display:flex;flex:1 1;justify-content:center;max-width:600px;position:relative;width:100%}@media screen and (max-width:768px){.app__product-detail-image{margin:0 auto;max-width:100%}}@media screen and (max-width:480px){.app__product-detail-image{aspect-ratio:16/9}}.app__product-detail-image img{border-radius:15px;box-shadow:0 4px 20px #0000004d;height:auto;max-height:100%;object-fit:contain;width:100%}.app__product-detail-image .app__product-detail-video{border-radius:15px;box-shadow:0 4px 20px #0000004d;height:100%;position:relative;width:100%;z-index:10}@media screen and (max-width:768px){.app__product-detail-image .app__product-detail-video{min-height:240px;min-width:100%}}@media screen and (max-width:480px){.app__product-detail-image .app__product-detail-video{border-radius:10px;height:100%;max-height:none;width:100%}}.app__product-detail-image:hover .app__product-detail-image-overlay{opacity:1}.app__product-detail-image-overlay{display:none}.app__product-detail-buttons{align-items:center;background-color:#0000;border-radius:15px;bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%}.app__product-detail-watch-button{left:50%;position:absolute;text-decoration:none;top:50%;transform:translate(-50%,-50%);z-index:2}.app__product-detail-watch-button div.youtube-play-button{align-items:center;-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#282828cc;border-radius:10px;box-shadow:none;display:flex;height:45px;justify-content:center;overflow:visible;padding:0;position:relative;transform:none;transition:background-color .3s ease;width:65px}.app__product-detail-watch-button div.youtube-play-button svg{color:#fff!important;height:32px!important;margin:0!important;padding:0!important;transform:none!important;transition:none!important;width:32px!important;z-index:2}.app__product-detail-watch-button div.youtube-play-button:hover{background-color:red;transform:none!important}.app__product-detail-watch-button div.youtube-play-button:active{transform:none!important}.app__product-detail-more-info-button{bottom:7px;position:absolute;right:7px;text-decoration:none;z-index:2}.app__product-detail-more-info-button div{align-items:center;background-color:var(--white-color);border-radius:50%;display:flex;height:40px;justify-content:center;overflow:hidden;transition:all .3s ease;width:40px}.app__product-detail-more-info-button div svg{color:var(--black-color);height:20px;width:20px}.app__product-detail-more-info-button div .more-info-text{color:var(--black-color);font-size:.8rem;font-weight:600;margin-left:0;max-width:0;opacity:0;overflow:hidden;transition:all .3s ease;white-space:nowrap}.app__product-detail-more-info-button div:hover{background-color:var(--secondary-color);border-radius:20px;width:120px}.app__product-detail-more-info-button div:hover .more-info-text{margin-left:10px;max-width:100px;opacity:1}.app__product-detail-link-btn{display:none}.app__product-detail-info{flex:1 1;min-height:350px;min-width:0;padding-bottom:70px;position:relative;width:100%}.app__product-detail-info.app__product-detail-info--nometa{min-height:0;padding-bottom:0}.app__product-detail-info{margin-left:auto;margin-right:auto;max-width:600px}@media screen and (max-width:768px){.app__product-detail-info{padding-bottom:80px}}@media screen and (max-width:480px){.app__product-detail-info{min-height:300px}}.app__product-detail-info h1{color:var(--white-color);font-size:2.75rem;font-weight:800;margin-bottom:1rem}@media screen and (max-width:768px){.app__product-detail-info h1{font-size:2.25rem}}@media screen and (max-width:450px){.app__product-detail-info h1{font-size:2rem}}.app__product-detail-info h3{color:var(--secondary-color);font-size:1.2rem;font-weight:500;line-height:1.65;margin:2rem auto .5rem;max-width:34rem}@media screen and (max-width:480px){.app__product-detail-info h3{font-size:1.05rem;margin-top:1.5rem}}.app__product-detail-metadata{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.app__product-detail-year{background-color:#0003;border-radius:20rem;color:var(--secondary-color);display:inline-flex;font-size:1.1rem;font-weight:500;margin-left:10px;padding:.3rem .8rem}.app__product-detail-tags{display:none}.app__product-detail-tags-container{bottom:20px;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;max-width:70%;position:absolute;right:20px;z-index:5}@media screen and (max-width:768px){.app__product-detail-tags-container{bottom:15px;max-width:90%;position:absolute;right:15px}}@media screen and (max-width:480px){.app__product-detail-tags-container{justify-content:center;left:10px;max-width:100%;right:10px}}.app__product-detail-tag-button{background-color:var(--secondary-color);border:none;border-radius:20px;color:var(--black-color);cursor:pointer;font-size:.85rem;font-weight:500;padding:.35rem .9rem;transition:all .3s ease}.app__product-detail-tag-button:hover{background-color:var(--white-color);box-shadow:0 4px 8px #00000026;transform:translateY(-3px)}.app__product-detail-tag-button:active{transform:translateY(0)}.app__product-detail-description,.app__product-detail-details,.app__product-detail-links{margin-bottom:1.5rem;width:100%}@media screen and (max-width:480px){.app__product-detail-description,.app__product-detail-details,.app__product-detail-links{margin-bottom:1rem}}.app__product-detail-description p,.app__product-detail-details p,.app__product-detail-links p{color:var(--lightGray-color);font-size:.9rem;line-height:1.7;text-align:left}@media screen and (max-width:480px){.app__product-detail-description p,.app__product-detail-details p,.app__product-detail-links p{font-size:.85rem}}.app__product-detail-links-container{display:flex;flex-wrap:wrap;gap:1rem}.app__product-detail-external-link{background-color:var(--secondary-color);border-radius:.5rem;color:var(--black-color);display:inline-block;font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.app__product-detail-external-link:hover{background-color:#0000;border:1px solid var(--secondary-color);color:var(--secondary-color);transform:translateY(-2px)}.app__product-detail-social{align-self:flex-start;background-color:#fff;border-radius:1rem;box-shadow:0 4px 20px #0000001a;max-width:300px;padding:2rem}@media screen and (max-width:1023px){.app__product-detail-social{align-self:stretch;max-width:100%}}.app__product-detail-social h3{color:var(--black-color);margin-bottom:1.5rem;text-align:center}.app__product-detail-social-links{display:flex;flex-direction:column;gap:1rem}@media screen and (max-width:1023px){.app__product-detail-social-links{flex-direction:row;flex-wrap:wrap;justify-content:center}}.app__product-detail-social-item a{align-items:center;border-radius:.5rem;color:var(--gray-color);display:flex;font-weight:500;gap:.8rem;padding:.8rem 1rem;text-decoration:none;transition:all .3s ease}.app__product-detail-social-item a:hover{background-color:var(--lightGray-color);color:var(--secondary-color);transform:translateX(5px)}.app__product-detail-social-item a svg{font-size:1.2rem}.app__product-detail-more{border-top:2px solid #ffffff1a;margin-top:2rem;padding:4rem 2rem}.app__product-detail-more h2{color:var(--white-color);font-size:2.2rem;font-weight:800;margin-bottom:3rem;text-align:center}.app__product-detail-more h2 span{color:var(--secondary-color)}.app__product-detail-more-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0 auto;max-width:1400px}@media screen and (max-width:320px){.app__product-detail-more-grid{grid-template-columns:1fr}}.app__product-detail-more-grid .app__work-item{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0003;border-radius:15px;color:var(--white-color);cursor:pointer;flex-direction:column;padding:1rem;transition:all .3s ease;width:100%}.app__product-detail-more-grid .app__work-item:hover{box-shadow:0 0 25px #0006;transform:translateY(-5px)}.app__product-detail-more-grid .app__work-item a{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.app__product-detail-more-grid .app__work-item .app__work-img{aspect-ratio:16/9;border-radius:15px;overflow:hidden;position:relative;width:100%}.app__product-detail-more-grid .app__work-item .app__work-img img{height:100%;object-fit:cover;width:100%}.app__product-detail-more-grid .app__work-item .app__work-hover{background:#000000b3;border-radius:15px;bottom:0;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;left:0;position:absolute;right:0;top:0;transition:all .3s ease}.app__product-detail-more-grid .app__work-item .app__work-hover svg{color:var(--secondary-color);height:50%;width:50%}.app__product-detail-more-grid .app__work-item .app__work-content{flex:1 1;flex-direction:column;padding:1rem .5rem;position:relative;width:100%}.app__product-detail-more-grid .app__work-item .app__work-content h4{color:var(--white-color);font-weight:800;line-height:1.5;margin-top:1rem}.app__product-detail-more-grid .app__work-item .app__work-content .p-text-gray{color:var(--lightGray-color);margin-top:.5rem}.app__product-detail-more-grid .app__work-item .app__work-content .app__work-tag{align-items:center;background-color:var(--secondary-color);border-radius:50rem;color:var(--black-color);display:flex;justify-content:center;margin-top:1rem;padding:.5rem 1rem}.app__product-watch-more-section{background-color:var(--primary-color);display:flex;flex-direction:column;min-height:100vh;padding:0;position:relative;width:100%}.app__work-portfolio-container{flex:1 1;flex-direction:column;margin:0 auto;max-width:1400px;padding:0 2rem;text-align:center;width:100%}@media screen and (max-width:768px){.app__work-portfolio-container{padding:0 1rem}}@media screen and (max-width:480px){.app__work-portfolio-container{padding:0 .5rem}}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:4rem auto 2rem;max-width:800px;width:100%}.app__work-filter .app__work-filter-item{align-items:center;background-color:#fff;border-radius:20rem;color:#000;cursor:pointer;display:inline-flex;font-weight:800;justify-content:center;margin:.5rem;padding:.5rem 1rem;text-align:center;transition:all .3s ease}.app__work-filter .app__work-filter-item:hover,.app__work-filter .item-active{background-color:var(--secondary-color);color:var(--black-color)}.app__work-description{color:var(--white-color);margin-bottom:2rem;text-align:center;width:100%}.app__work-description .highlight-text{color:var(--secondary-color);font-weight:600}.app__work-portfolio-container .app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-top:2rem}.app__work-portfolio-container .app__work-portfolio .app__work-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:1rem;padding:.8rem;transition:all .3s ease;width:320px}.app__work-portfolio-container .app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003;transform:translateY(-5px)}@media screen and (max-width:300px){.app__work-portfolio-container .app__work-portfolio .app__work-item{margin:1rem;width:100%}}.app__work-portfolio-container .app__work-portfolio .app__work-item a{color:inherit;text-decoration:none}.app__work-portfolio-container .app__work-portfolio .app__work-img{aspect-ratio:16/9;position:relative;width:100%}.app__work-portfolio-container .app__work-portfolio .app__work-img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}.app__work-hover{background-color:#00000080;border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.app__work-hover div{background-color:#00000080;border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;transition:all .3s ease;width:50px}.app__work-hover div svg{color:var(--white-color);height:50%;width:50%}.app__work-hover div:hover{background-color:var(--secondary-color)}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{color:var(--black-color);font-weight:800;line-height:1.5;margin-top:1rem}.app__work-content .app__work-tag{align-items:center;background-color:var(--primary-color);border-radius:50rem;display:flex;justify-content:center;margin-top:.5rem;padding:.5rem 1rem}.app__work-content .app__work-tag p{color:var(--white-color);font-size:.8rem;line-height:1.5;text-transform:uppercase}.app__work-content .p-text-gray{color:var(--gray-color);font-size:.8rem;line-height:1.5;text-align:left}.app__work-content .bold-text-black{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}.app__product-detail-blocks{margin-top:1rem;width:100%}.app__product-detail-blocks .app__product-detail-block-p{color:var(--lightGray-color);font-size:.9rem;line-height:1.7;margin-bottom:1rem;text-align:left}.app__product-detail-blocks .app__product-detail-block-h1,.app__product-detail-blocks .app__product-detail-block-h2,.app__product-detail-blocks .app__product-detail-block-h3,.app__product-detail-blocks .app__product-detail-block-h4{color:var(--white-color);font-weight:600;margin:1.5rem 0 .75rem}.app__product-detail-blocks .app__product-detail-block-h1{font-size:1.8rem}.app__product-detail-blocks .app__product-detail-block-h2{font-size:1.5rem}.app__product-detail-blocks .app__product-detail-block-h3{font-size:1.3rem}.app__product-detail-blocks .app__product-detail-block-h4{font-size:1.1rem}.app__product-detail-blocks .app__product-detail-block-link{color:var(--secondary-color);text-decoration:none;transition:all .3s ease}.app__product-detail-blocks .app__product-detail-block-link:hover{opacity:.8;text-decoration:underline}.app__product-detail-blocks .app__product-detail-block-quote{border-left:4px solid var(--secondary-color);color:var(--lightGray-color);font-style:italic;margin:1rem 0;padding-left:1rem}.app__product-detail-blocks .app__product-detail-block-ol,.app__product-detail-blocks .app__product-detail-block-ul{color:var(--lightGray-color);margin-bottom:1rem;margin-left:1.5rem}.app__product-detail-blocks .app__product-detail-block-li{margin-bottom:.5rem}.app__product-detail-blocks .app__product-detail-block-image{border-radius:10px;box-shadow:0 4px 10px #0003;height:auto;margin:1rem 0;width:100%}.drips{left:0;overflow:visible;pointer-events:none;position:absolute;top:0;width:100%}.app__projects{border-bottom:1px solid #ff7a1838;border-top:1px solid #ff7a1838}.app__projects-grid{align-items:stretch;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:3rem auto 1rem;max-width:62rem;width:100%}@media screen and (max-width:900px){.app__projects-grid{gap:1.25rem;margin-top:2.5rem}}.app__project-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:18px;box-shadow:0 4px 12px #00000038;color:var(--lightGray-color);display:flex;flex:1 1 22rem;flex-direction:column;max-width:30rem;min-width:0;padding:1.75rem;text-decoration:none;transition:transform .3s ease,background .3s ease,border-color .3s ease}@media screen and (max-width:450px){.app__project-card{padding:1.35rem}}.app__project-card-logo{align-items:center;border-radius:12px;display:flex;height:8.5rem;justify-content:center;margin-bottom:1.5rem;overflow:hidden}.app__project-card-logo img{display:block;max-height:100%;max-width:100%;object-fit:contain}@media screen and (max-width:450px){.app__project-card-logo{height:7rem}}.app__project-card-head{align-items:baseline;display:flex;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:.9rem}.app__project-card-head h3{color:var(--white-color);font-size:1.35rem;font-weight:700;line-height:1.3;margin:0}.app__project-card-role{border:1px solid #00c0b473;border-radius:999px;color:var(--logo-color);font-size:.78rem;font-weight:500;letter-spacing:.02em;padding:.2rem .6rem;white-space:nowrap}.app__project-card-text{font-size:.98rem;line-height:1.7;mask-image:linear-gradient(180deg,#000 45%,#0000);-webkit-mask-image:linear-gradient(180deg,#000 45%,#0000);max-height:3.4em;overflow:hidden;text-align:left;transition:max-height .6s cubic-bezier(.33,.1,.25,1),mask-image .55s ease-out,-webkit-mask-image .55s ease-out}.app__project-card-text p{margin:0 0 .9rem}.app__project-card-text p:last-child{margin-bottom:0}.app__project-card-text strong{color:var(--logo-color);font-weight:600}.app__project-card-text a{color:var(--white-color);position:relative;text-decoration:underline;-webkit-text-decoration-color:#ffffff73;text-decoration-color:#ffffff73;z-index:2}.app__project-card-text a:hover{color:var(--secondary-color)}.app__project-card-hit{border-radius:inherit;inset:0;position:absolute;z-index:1}.app__project-card-hit:focus-visible{outline:3px solid var(--secondary-color);outline-offset:-3px}.app__project-card-hit-label{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.app__project-card-link{align-items:center;align-self:flex-start;color:var(--logo-color);display:inline-flex;font-size:.85rem;font-weight:500;gap:.4rem;margin-top:auto;padding-top:1.25rem;text-decoration:none;transition:color .3s ease}.app__project-card-link svg{height:.95em;width:.95em}.app__project-card:focus-within .app__project-card-text,.app__project-card:hover .app__project-card-text{mask-image:linear-gradient(180deg,#000 100%,#0000 0);-webkit-mask-image:linear-gradient(180deg,#000 100%,#0000 0);max-height:40rem;max-height:var(--text-full,40rem)}@media(hover:none){.app__project-card-text{mask-image:none;-webkit-mask-image:none;max-height:none}}@media(prefers-reduced-motion:reduce){.app__project-card-text{transition:none}}.app__project-card{overflow:hidden;position:relative}.app__project-card .app__project-card-head,.app__project-card .app__project-card-link,.app__project-card .app__project-card-logo{position:relative;z-index:1}.app__project-card .app__project-card-text{position:relative}.app__project-card-soon{background:#e00000;box-shadow:0 3px 10px #0006;color:var(--white-color);font-size:.72rem;font-weight:700;letter-spacing:.14em;padding:.35rem 0;pointer-events:none;position:absolute;right:-3.1rem;text-align:center;text-transform:uppercase;top:1.55rem;transform:rotate(40deg);width:12rem;z-index:2}.app__project-card--glow{border-color:#ff7a184d}.app__project-card--glow:before{animation:app__bokeh-drift 26s linear infinite;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='300'%3E %3Cdefs%3E%3CradialGradient id='g'%3E%3Cstop offset='0' stop-color='%23ffd9a8' stop-opacity='.95'/%3E%3Cstop offset='55%' stop-color='%23ff7a18' stop-opacity='.35'/%3E%3Cstop offset='100%' stop-color='%23ff7a18' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E %3Cg fill='url%28%23g%29'%3E %3Ccircle cx='36' cy='40' r='17'/%3E%3Ccircle cx='150' cy='22' r='9'/%3E%3Ccircle cx='214' cy='72' r='22'/%3E %3Ccircle cx='72' cy='120' r='11'/%3E%3Ccircle cx='186' cy='154' r='7'/%3E%3Ccircle cx='24' cy='196' r='14'/%3E %3Ccircle cx='122' cy='210' r='20'/%3E%3Ccircle cx='236' cy='232' r='10'/%3E%3Ccircle cx='64' cy='268' r='8'/%3E %3Ccircle cx='170' cy='286' r='15'/%3E %3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='300'%3E %3Cdefs%3E%3CradialGradient id='g'%3E%3Cstop offset='0' stop-color='%23ffd9a8' stop-opacity='.95'/%3E%3Cstop offset='55%' stop-color='%23ff7a18' stop-opacity='.35'/%3E%3Cstop offset='100%' stop-color='%23ff7a18' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E %3Cg fill='url%28%23g%29'%3E %3Ccircle cx='36' cy='40' r='17'/%3E%3Ccircle cx='150' cy='22' r='9'/%3E%3Ccircle cx='214' cy='72' r='22'/%3E %3Ccircle cx='72' cy='120' r='11'/%3E%3Ccircle cx='186' cy='154' r='7'/%3E%3Ccircle cx='24' cy='196' r='14'/%3E %3Ccircle cx='122' cy='210' r='20'/%3E%3Ccircle cx='236' cy='232' r='10'/%3E%3Ccircle cx='64' cy='268' r='8'/%3E %3Ccircle cx='170' cy='286' r='15'/%3E %3C/g%3E%3C/svg%3E");background-position:0 0,120px 60px;background-size:260px 300px,170px 196px;content:"";inset:0;mask-image:linear-gradient(180deg,#000 18%,#0000 88%);-webkit-mask-image:linear-gradient(180deg,#000 18%,#0000 88%);opacity:.4;pointer-events:none;position:absolute;transition:opacity .6s ease;z-index:0}.app__project-card--glow:after{background:radial-gradient(closest-side,#ffd9a838,#0000 72%);content:"";height:16rem;left:50%;pointer-events:none;position:absolute;top:-4rem;transform:translateX(-50%);transition:opacity .6s ease,transform .6s ease;width:26rem;z-index:0}.app__project-card--glow:focus-within,.app__project-card--glow:hover{border-color:#ff7a188c}.app__project-card--glow:focus-within:before,.app__project-card--glow:hover:before{animation-duration:14s;opacity:.68}.app__project-card--glow:focus-within:after,.app__project-card--glow:hover:after{opacity:1;transform:translateX(-50%) scale(1.08)}.app__project-card--glow .app__project-card-role{border-color:#ff7a1880;color:#ffd9a8}.app__project-card--glow .app__project-card-link,.app__project-card--glow .app__project-card-text strong{color:#ffd9a8}.app__project-card--glow:focus-within .app__project-card-link,.app__project-card--glow:hover .app__project-card-link{color:var(--secondary-color)}@keyframes app__bokeh-drift{0%{background-position:0 0,120px 60px}to{background-position:0 -300px,120px -136px}}.app__project-card--ooze{background-image:radial-gradient(120% 70% at 50% -10%,#e0000029,#0000 68%);border-color:#e0000052}.app__project-card--ooze:before{background:radial-gradient(closest-side,#e0000038,#0000 75%);content:"";height:12rem;left:50%;opacity:.9;pointer-events:none;position:absolute;top:3.5rem;transform:translateX(-50%);width:22rem;z-index:0}.app__project-card--ooze .app__project-card-role{border-color:#e000008c;color:#ff4d4d}.app__project-card--ooze .app__project-card-link,.app__project-card--ooze .app__project-card-text strong{color:#ff4d4d}.app__project-card--ooze:focus-within .app__project-card-link,.app__project-card--ooze:hover .app__project-card-link{color:var(--white-color)}.app__project-card--ooze:hover{border-color:#e000008c}.app__project-card--ooze .app__project-drips{color:#e00000;opacity:.55;transition:opacity .5s ease;z-index:0}.app__project-card--ooze:focus-within .app__project-drips,.app__project-card--ooze:hover .app__project-drips{opacity:.95}@media(prefers-reduced-motion:reduce){.app__project-card--glow:before{animation:none}}.app__navbar{align-items:center;background-color:#0000;border:none;display:flex;justify-content:space-between;padding:1rem 2rem;position:fixed;transition:background-color .3s ease;width:100%;z-index:3}.app__navbar.scrolled{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background-color:var(--glass-bg)}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start}.app__navbar-logo a{align-items:center;display:flex;transition:transform .3s ease}.app__navbar-logo a:hover{transform:scale(1.05)}.app__navbar-logo .app__navbar-logo-img{height:24px;max-height:24px;max-width:128px;min-height:24px;min-width:108px;width:108px}.app__navbar-logo .app__navbar-logo-mark{display:block;flex:none;height:34px;margin-right:.5rem;object-fit:contain;width:auto}@media screen and (max-width:900px){.app__navbar-logo .app__navbar-logo-mark{height:30px;margin-right:.4rem}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none;position:relative}.app__navbar-links .app__navbar-indicator{background-color:var(--secondary-color);border-radius:50%;height:8px;margin-left:0;position:absolute;top:-12px;transform:translateX(-50%);transition:all .3s ease;width:8px!important}.app__navbar-links .app__navbar-indicator.active{background:var(--secondary-color)}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li a{color:var(--lightGray-color);flex-direction:column;font-weight:500;text-decoration:none;text-transform:capitalize;transition:all .3s ease}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover .app__navbar-indicator{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__notfound{background-color:var(--black-color);flex-direction:column;min-height:100vh;padding:6rem 2rem;text-align:center;width:100%}.app__notfound-text{color:var(--lightGray-color);margin:1.5rem auto 2.5rem;max-width:40ch}.app__notfound-link{background-color:var(--secondary-color);border-radius:20rem;color:var(--black-color);display:inline-block;font-weight:800;padding:.75rem 2rem;text-decoration:none;transition:transform .2s ease-out,box-shadow .2s ease-out}.app__notfound-link:hover{box-shadow:0 8px 20px #00000059;transform:translateY(-3px)}.app__scroll-hint{align-items:center;animation:app__scroll-hint-in .5s ease-out both;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#ffffff14;border-radius:20rem;bottom:1.75rem;box-shadow:0 4px 12px #00000026;color:var(--lightGray-color);display:flex;font-size:.8rem;gap:.6rem;left:50%;padding:.5rem 1.1rem;position:fixed;text-decoration:none;transform:translateX(-50%);transition:color .2s ease-out,background-color .2s ease-out;white-space:nowrap;z-index:900}.app__scroll-hint:hover{background:#ffffff24;color:var(--white-color)}@media screen and (max-width:900px){.app__scroll-hint{bottom:6rem}}.app__scroll-hint-icon{animation:app__scroll-hint-nudge 2s ease-in-out infinite;color:var(--secondary-color);flex:0 0 auto;height:1rem;width:1rem}@keyframes app__scroll-hint-in{0%{opacity:0;transform:translate(-50%,.5rem)}to{opacity:1;transform:translate(-50%)}}@keyframes app__scroll-hint-nudge{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.app__toast{align-items:center;animation:app__toast-in .25s ease-out;background-color:var(--white-color);border-radius:10px;bottom:2rem;box-shadow:0 10px 30px #00000073;display:flex;gap:.75rem;left:50%;max-width:min(90vw,30rem);padding:.9rem 1rem .9rem 1.25rem;position:fixed;transform:translate(-50%);z-index:1100}.app__toast--leaving{opacity:0;transform:translate(-50%,.75rem);transition:opacity .3s ease-in,transform .3s ease-in}@media screen and (max-width:450px){.app__toast{bottom:1rem;padding:.75rem .75rem .75rem 1rem}}@keyframes app__toast-in{0%{opacity:0;transform:translate(-50%,.75rem)}to{opacity:1;transform:translate(-50%)}}.app__toast-text{color:var(--black-color);font-size:.95rem;line-height:1.4;margin:0}.app__toast-close{align-items:center;background:#0000;border:none;border-radius:50%;color:var(--gray-color);cursor:pointer;display:flex;flex:0 0 auto;height:32px;justify-content:center;transition:background-color .2s ease-out,color .2s ease-out;width:32px}.app__toast-close svg{height:18px;width:18px}.app__toast-close:hover{background-color:#00000012;color:var(--black-color)}.app__brand-marquee-wrapper{margin:0 auto 2rem;width:100%}.app__brand-marquee-label{color:var(--white-color);font-size:1.75rem;font-weight:700;margin:0 0 3rem;text-align:center}@media screen and (max-width:450px){.app__brand-marquee-label{font-size:1.35rem}}.app__brand-marquee{display:flex;flex-direction:column;width:100%}.app__brand-band{mask-image:linear-gradient(90deg,#0000 0,#000 150px,#000 calc(100% - 150px),#0000);-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 150px,#000 calc(100% - 150px),#0000);overflow:hidden;width:100%}@media screen and (max-width:600px){.app__brand-band{mask-image:linear-gradient(90deg,#0000 0,#000 55px,#000 calc(100% - 55px),#0000);-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 55px,#000 calc(100% - 55px),#0000)}}.app__brand-band-track{align-items:center;animation-iteration-count:infinite;animation-name:app__brand-marquee-scroll;animation-timing-function:linear;display:flex;flex-direction:row;width:-webkit-max-content;width:max-content;will-change:transform}@keyframes app__brand-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(var(--marquee-distance)*-1))}}@media(prefers-reduced-motion:reduce){.app__brand-band-track{animation:none}}.app__brand-band-item{align-items:center;border-radius:8px;display:flex;flex:0 0 auto;justify-content:center;overflow:hidden;padding:0}.app__brand-band-item img{display:block;height:100%;object-fit:contain;width:100%}.app__brand-marquee-hint{color:var(--gray-color);font-size:.8rem;margin-top:2.5rem;text-align:center}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:#fff;border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width:450px){.app__skills-item div{height:70px;width:70px}}.app__skills-item p{font-weight:500;margin-top:.5rem}.app__skills-experience{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-experience{margin-top:2rem}}.app__skills-experience-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__skills-experience-works{flex:1 1}.app__skills-experience-works .app__skills-experience-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-experience-works .app__skills-experience-work h4{font-weight:500}.app__skills-experience-works .app__skills-experience-work p{color:var(--gray-color);font-weight:400;margin-top:5px}.app__skills-experience-year{margin-right:3rem}.app__skills-experience-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:450px){.app__skills-experience-year{margin-right:1rem}}.app__services-rail{display:flex;gap:.6rem;height:26rem;margin:3rem auto 6rem;max-width:68rem;width:100%}@media screen and (max-width:900px){.app__services-rail{flex-direction:column;gap:.75rem;height:auto;margin-bottom:3.5rem}}.app__service-panel{background:var(--black-color);border:none;border-radius:14px;color:var(--white-color);cursor:pointer;flex:1 1;font-family:var(--font-base);min-width:0;overflow:hidden;padding:0;position:relative;text-align:left;transition:flex-grow .45s cubic-bezier(.25,1,.5,1)}.app__service-panel.is-open{flex-grow:2.6}.app__service-panel:has(.app__service-panel-title:focus-visible){outline:3px solid var(--secondary-color);outline-offset:3px}@media screen and (max-width:900px){.app__service-panel{flex:none;height:auto;min-height:9rem}}@media(hover:hover)and (min-width:901px){.app__services-rail:hover .app__service-panel{flex-grow:1}.app__services-rail:hover .app__service-panel:hover{flex-grow:2.6}}.app__service-panel-img{filter:saturate(.65) brightness(.75);height:100%;inset:0;object-fit:cover;position:absolute;transition:filter .45s ease,transform .6s ease;width:100%}.app__service-panel-scrim{background:linear-gradient(0deg,#000000e0 0,#0000008c 42%,#00000026);inset:0;position:absolute}.app__service-panel-content{background:linear-gradient(0deg,#0000009e 0,#0000009e calc(100% - 45px),#0000);display:flex;flex-direction:column;inset:auto 0 0 0;padding:1.5rem 1.4rem;position:absolute}.app__service-panel-heading{margin:0;min-width:0}.app__service-panel-title{background:var(--white-color);border:0;border-radius:6px;box-shadow:0 2px 8px #0000004d;color:var(--black-color);cursor:pointer;display:inline-block;font-family:inherit;font-size:1.15rem;font-weight:600;line-height:1.3;max-width:100%;outline:none;overflow:hidden;padding:.2em .6em;text-align:left;text-overflow:ellipsis;white-space:nowrap}.app__service-panel-text{color:#ffffffe0;display:grid;font-size:.92rem;grid-template-rows:0fr;line-height:1.65;margin-top:0;opacity:0;transition:grid-template-rows .45s ease,opacity .35s ease,margin-top .45s ease,visibility 0s linear .45s;visibility:hidden}.app__service-panel-text>*{min-height:0;overflow:hidden}.app__service-panel-text p{margin:0}.app__service-panel-text strong{color:var(--secondary-color);font-weight:700}.app__service-panel-text a{color:var(--white-color);text-decoration:underline;-webkit-text-decoration-color:#ffffff80;text-decoration-color:#ffffff80;text-decoration-thickness:1px;text-underline-offset:.18em;transition:color .2s ease,-webkit-text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease,-webkit-text-decoration-color .2s ease}.app__service-panel-text a:hover{color:var(--secondary-color);-webkit-text-decoration-color:var(--secondary-color);text-decoration-color:var(--secondary-color)}.app__service-panel-text a:focus-visible{border-radius:2px;outline:2px solid var(--secondary-color);outline-offset:2px}.app__service-panel-credit{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0000004d;border-radius:4px;color:#ffffff4d;font-size:10px;font-style:italic;line-height:1.35;max-width:65%;opacity:0;padding:3px 8px;position:absolute;right:12px;text-align:right;top:10px;transition:opacity .35s ease}.app__service-panel.is-open .app__service-panel-img{filter:saturate(1) brightness(.82)}.app__service-panel.is-open .app__service-panel-title{white-space:normal}.app__service-panel.is-open .app__service-panel-text{grid-template-rows:1fr;margin-top:.7rem;opacity:1;transition-delay:0s;visibility:visible}.app__service-panel.is-open .app__service-panel-credit{opacity:1}@media(hover:hover)and (min-width:901px){.app__services-rail:hover .app__service-panel .app__service-panel-img{filter:saturate(.65) brightness(.75)}.app__services-rail:hover .app__service-panel .app__service-panel-title{white-space:nowrap}.app__services-rail:hover .app__service-panel .app__service-panel-text{grid-template-rows:0fr;margin-top:0;opacity:0;transition-delay:0s,0s,0s,.45s;visibility:hidden}.app__services-rail:hover .app__service-panel .app__service-panel-credit{opacity:0}.app__services-rail:hover .app__service-panel:hover .app__service-panel-img{filter:saturate(1) brightness(.82);transform:scale(1.03)}.app__services-rail:hover .app__service-panel:hover .app__service-panel-title{white-space:normal}.app__services-rail:hover .app__service-panel:hover .app__service-panel-text{grid-template-rows:1fr;margin-top:.7rem;opacity:1;transition-delay:0s;visibility:visible}.app__services-rail:hover .app__service-panel:hover .app__service-panel-credit{opacity:1}}@media screen and (max-width:900px){.app__service-panel{display:flex;flex-direction:column;min-height:0}.app__service-panel-img{aspect-ratio:3/2;height:auto;inset:auto;position:relative}.app__service-panel-img,.app__service-panel.is-open .app__service-panel-img{filter:none}}@media screen and (max-width:900px)and (min-width:600px){.app__service-panel-img,.app__service-panel-scrim{aspect-ratio:16/9}}@media screen and (max-width:900px){.app__service-panel-scrim{aspect-ratio:3/2;background:linear-gradient(to top,var(--black-color) 0,#0000 32%);height:auto;inset:0 0 auto 0}.app__service-panel-content{background:none;inset:auto;margin-top:-1.1rem;padding:0 1.35rem 1.5rem;position:relative}.app__service-panel-title{font-size:1.2rem;white-space:normal}.app__service-panel-text{color:#ffffffe6;font-size:.98rem;grid-template-rows:1fr;line-height:1.65;margin-top:.6rem;opacity:1;visibility:visible}.app__service-panel-credit{opacity:1}}.app{background-color:var(--primary-color);font-family:var(--font-base);overflow-x:hidden;position:relative;scroll-behavior:smooth;width:100%}.app__whitebg{background-color:var(--black-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{-webkit-overflow-scrolling:touch;display:flex;flex-direction:row;overflow:visible;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--white-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center}.head-text span{color:var(--secondary-color)}@media screen and (max-width:450px){.head-text{font-size:2rem}}.p-text{color:var(--lightGray-color)}.p-text,.p-text-gray{font-size:.8rem;line-height:1.5;text-align:left}.p-text-gray{color:var(--gray-color)}.bold-text{color:var(--white-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{align-items:flex-start;bottom:30px;bottom:calc(30px + var(--social-lift, 0px));display:flex;flex-direction:column;gap:16px;left:30px;position:fixed;z-index:1000}@media screen and (max-width:900px){.app__social{align-items:center;flex-direction:row}}.app__social .app__social-item a{align-items:center;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:21px;box-shadow:0 4px 12px #00000038;color:var(--white-color);display:flex;font-size:.85rem;height:42px;overflow:hidden;padding:0 12px;text-decoration:none;transition:width .4s cubic-bezier(.25,1,.5,1),color .3s ease-in-out,background-color .3s ease-in-out,transform .3s ease-in-out;white-space:nowrap;width:42px}.app__social .app__social-item a svg{color:var(--white-color);flex:0 0 auto;height:18px;transition:color .3s ease-in-out;width:18px}.app__social .app__social-item .app__social-name{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.app__social .app__social-item .app__social-handle{margin-left:.65rem;opacity:0;transition:opacity .25s ease-in-out}.app__social .app__social-item a:hover{background:var(--glass-bg-strong);border-color:var(--glass-border-strong);color:var(--secondary-color);transform:translateY(-3px);width:11rem}.app__social .app__social-item a:hover svg{color:var(--secondary-color)}.app__social .app__social-item a:hover .app__social-handle{opacity:1}@media screen and (min-width:901px){.app__social--expanded .app__social-item a{width:11rem}.app__social--expanded .app__social-item .app__social-handle{opacity:1}}@media screen and (max-width:900px){.copyright{padding:2rem}}.app__sitemenu{display:none}@media screen and (max-width:900px){.app__sitemenu{display:block}}.app__sitemenu{bottom:30px;bottom:calc(30px + var(--social-lift, 0px));position:fixed;right:30px;z-index:1000}.app__sitemenu-scrim{background:#0000008c;inset:0;opacity:0;position:fixed;transition:opacity .22s ease,visibility 0s linear .22s;visibility:hidden}.app__sitemenu--open .app__sitemenu-scrim{opacity:1;transition-delay:0s;visibility:visible}.app__sitemenu-button,.app__sitemenu-panel{z-index:1}.app__sitemenu-button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:21px;box-shadow:0 4px 12px #00000038;color:var(--white-color);cursor:pointer;display:flex;height:42px;justify-content:center;padding:0;position:relative;transition:background .3s ease,border-color .3s ease,color .3s ease,transform .2s ease;width:42px}.app__sitemenu-button svg{height:1.2rem;width:1.2rem}.app__sitemenu-button:active{transform:scale(.94)}.app__sitemenu-button:focus-visible{outline:2px solid var(--secondary-color);outline-offset:3px}.app__sitemenu--open .app__sitemenu-button{background:var(--glass-bg-strong);border-color:var(--glass-border-strong);color:var(--secondary-color)}.app__sitemenu-panel{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:18px;bottom:calc(100% + 12px);box-shadow:0 10px 30px #0006;opacity:0;padding:.6rem .6rem .6rem 5.25rem;position:absolute;right:0;transform:translateY(8px) scale(.92);transform-origin:bottom right;transition:transform .22s cubic-bezier(.25,1,.5,1),opacity .18s ease,visibility 0s linear .22s;visibility:hidden;width:min(15rem,100vw - 60px)}.app__sitemenu--open .app__sitemenu-panel{opacity:1;transform:none;transition-delay:0s;visibility:visible}.app__sitemenu-panel ul{list-style:none;margin:0;padding:0}.app__sitemenu-panel a{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;border-radius:10px;color:var(--lightGray-color);display:flex;font-size:1rem;font-weight:600;justify-content:flex-end;min-height:44px;padding:0 .9rem;text-decoration:none;transition:color .2s ease,background-color .2s ease}.app__sitemenu-panel a:active,.app__sitemenu-panel a:hover{background:#ffffff0f;color:var(--white-color)}.app__sitemenu-panel a.is-current{color:var(--secondary-color)}.app__sitemenu-panel a:focus-visible{outline:2px solid var(--secondary-color);outline-offset:-2px}.app__sitemenu-character{bottom:0;height:calc(100% - .9rem);left:.9rem;pointer-events:none;position:absolute;width:auto}@media(prefers-reduced-motion:reduce){.app__sitemenu-panel{transform:none}}@font-face{font-family:DM Sans;font-weight:400;src:url(/static/media/dmsans-regular-webfont.b33504feacd371ebf4e8.woff2) format("woff2"),url(/static/media/dmsans-regular-webfont.b06bcb77a1557a9e9b47.woff) format("woff")}@font-face{font-family:DM Sans;font-weight:500;src:url(/static/media/dmsans-medium-webfont.6702bca793709b0f442a.woff2) format("woff2"),url(/static/media/dmsans-medium-webfont.de368fa0e4220807ba4a.woff) format("woff")}@font-face{font-family:DM Sans;font-weight:700;src:url(/static/media/dmsans-bold-webfont.e5bacc3db60945a9ce6e.woff2) format("woff2"),url(/static/media/dmsans-bold-webfont.f29b1cc957456050e378.woff) format("woff")}:root{--font-base:"DM Sans",sans-serif;--primary-color:#3b2740;--secondary-color:#ff7a18;--secondary-color-rgb:255,122,24;--white-color:#e8f3f1;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--black-color:#000;--glass-bg:#080a0a9e;--glass-bg-strong:#080a0ac7;--glass-blur:blur(10px) saturate(1.4);--glass-border:#ffffff29;--glass-border-strong:#ffffff3d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;touch-action:pan-x pan-y}body,html{background-color:#000;background-color:var(--black-color)}[data-offscreen=true],[data-offscreen=true] *,[data-offscreen=true] :after,[data-offscreen=true] :before,[data-offscreen=true]:after,[data-offscreen=true]:before{animation-play-state:paused!important}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=main.4a39124d.css.map*/