*{margin:0;padding:0;box-sizing:border-box}:root{--faded-text-color: rgba(0, 0, 0, .8);--primary-text-color: rgba(199, 199, 199, .9);--link-hover: rgb(255, 255, 255);--background-color: rgba(0, 0, 0, 1);--background-color-faded: rgba(0, 0, 0, .95);--disabled-element: rgb(68, 68, 68);--main-gap: 0 1rem;--max-width: 1200px;--main-width: 90vw;transition:color .5s ease-out}html,body{width:100%;height:100%}body{background-color:var(--background-color);color:var(--primary-text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%;background-color:var(--background-color)}.landing-container{min-height:100vh;background-color:#000;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.landing-container h2{color:var(--primary-text-color);font-weight:400;position:relative;text-align:left;max-width:var(--max-width);width:var(--main-width);padding-left:3rem;text-transform:uppercase;font-size:14px;margin:0}.landing-container h2:before{content:"";position:absolute;width:20px;height:1px;display:block;background:var(--primary-text-color);top:10px;left:1rem}.projects-grid{max-width:var(--max-width);width:var(--main-width);display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:1rem;margin-bottom:1rem}.projects-grid-menu{width:var(--main-width);max-width:var(--max-width);display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:3rem 1rem;margin:0 auto 4rem}.projects-grid-menu.home{padding-top:1rem}.projects-grid.no-gap,.projects-grid-menu.no-gap{padding:0;margin-bottom:0}.project-card{position:relative}.thumbnail-container{position:relative;width:100%;padding-top:56.25%;margin-bottom:.5rem;background-color:#1a1a1a;overflow:hidden}.thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.8;transition:opacity .3s ease;cursor:pointer}.project-info{display:flex;flex-direction:column}.project-title{cursor:pointer;font-size:1.125rem;font-weight:600;letter-spacing:.05em;color:var(--primary-text-color);font-family:Open Sans,sans-serif}.project-description{font-size:.875rem;color:#999}@media screen and (max-width: 900px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:800px}}@media screen and (max-width: 600px){.projects-grid{grid-template-columns:1fr;padding:1rem;gap:2rem;max-width:100%}.projects-grid-menu{grid-template-columns:1fr;padding:2rem 1rem;gap:2rem}.landing-container{padding:8rem 1rem}}.screen{position:fixed;top:0;left:0;width:100vw;height:100vh;transition:opacity .5s ease;overflow:hidden;z-index:0;display:flex;align-items:center;justify-content:center}.screen.fade-out,.next-screen{opacity:0}.next-screen.fade-in{opacity:1}.screen>img{width:100%;height:100%;object-fit:cover}.video-player{width:100%;height:100%;object-fit:cover}.audio-background{width:100vw;height:56.25vw;overflow:hidden;display:flex}.cover-image{display:none;width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.cover-image-filigrane{height:100%;transition:opacity .3s ease}.default-background{width:100%;height:100%;background-color:var(--background-color)}.movie-description{position:fixed;background:var(--background-color);height:100vh;width:100vw;margin:0 auto}.waveform-border{position:absolute;left:0;top:0;width:100%!important;height:100vh}@media screen and (max-width: 600px){.movie-description{width:100vw}}.infos{position:absolute;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;z-index:1}.infos .infos-container{position:relative;max-width:var(--max-width);width:var(--main-width);margin:0 auto;padding:var(--main-gap);display:flex;align-items:end;justify-content:flex-end;flex-direction:row-reverse}.infos .infos-container>div{display:flex;justify-content:center;flex-direction:column}.infos .infos-container>div:first-of-type{padding-left:2rem;padding-right:2rem}.infos .infos-container>div:last-of-type{flex-direction:row;justify-content:space-between;align-items:center}.project-cover-legend{padding-top:10rem;padding-right:2rem;border-bottom:1px solid var(--disabled-element);width:25%}.project-cover-legend h3,.project-cover-legend h4{text-transform:uppercase}.project-cover-legend h3{font-size:14px}.project-cover-legend h4{font-size:12px;font-weight:400}.container-16-9{width:80%;position:relative}.container-16-9.small{width:60%}.aspect-ratio-239{width:100%;padding-bottom:41.8%;position:relative;overflow:hidden;animation:fadeIn 1.5s cubic-bezier(.4,0,.2,1) forwards;will-change:transform,opacity}.aspect-ratio-239 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.aspect-ratio-169{width:100%;padding-bottom:56.25%;position:relative;overflow:hidden}.aspect-ratio-169 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.info-line{position:relative;opacity:0;transform-origin:top;animation:fadeIn 1.5s cubic-bezier(.4,0,.2,1) forwards;will-change:transform,opacity}.info-line:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transform-origin:top;transform:scaleY(0);animation:scaleVertical 1.5s cubic-bezier(.4,0,.2,1) forwards}.info-line>*{opacity:0;transform:translateY(25px);animation:revealText 1.5s cubic-bezier(.4,0,.2,1) forwards;will-change:transform,opacity}.info-line h2{font-size:4rem;line-height:4rem;text-transform:uppercase;margin:0;padding:0;text-align:left}.info-line h2.long-title{font-size:1.5rem;line-height:1.8rem}.info-line h3{text-align:left;font-size:.9rem;text-transform:uppercase;margin-bottom:1rem;font-weight:400}.info-line h4{margin-bottom:1rem;margin-top:.5rem;line-height:1.1rem;font-size:.9rem;text-transform:uppercase;font-weight:400}.info-line p{text-align:left;padding:0;margin:0;line-height:1rem;font-size:.9rem;text-transform:uppercase}.info-line h2 span,.info-line h3 span,.info-line h4 span,.info-line p span{display:block;text-align:left;color:var(--primary-text-color)}.info-line img{display:block;margin:0 0 .5rem;max-width:280px;max-height:100px}.info-line img.title-logo{max-width:500px;max-height:500px}.info-line:nth-child(1),.info-line:nth-child(1):before{animation-delay:.1s}.info-line:nth-child(1)>*{animation-delay:.3s}.info-line:nth-child(2),.info-line:nth-child(2):before{animation-delay:.5s}.info-line:nth-child(2)>*{animation-delay:.7s}.info-line:nth-child(3),.info-line:nth-child(3):before{animation-delay:.9s}.info-line:nth-child(3)>*{animation-delay:1.1s}.info-line:nth-child(4),.info-line:nth-child(4):before{animation-delay:1.2s}.info-line:nth-child(4)>*{animation-delay:1.4s}@keyframes scaleVertical{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes revealText{0%{opacity:0;transform:translateY(25px)}20%{opacity:0}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 1070px){.infos .infos-container{display:block}.infos .infos-container>div:first-of-type{padding-left:0;padding-right:0}.container-16-9{width:100%;padding-top:1rem}.container-16-9.small{width:100%}}@media screen and (max-width: 600px){.info-line img.title-logo{max-width:320px}.info-line img{max-width:100%}.info-line h2{font-size:2rem;line-height:2rem}.info-line h2.long-title{font-size:1.3rem;line-height:1.8rem}.infos .infos-container>div:last-of-type{flex-direction:column;justify-content:center}.project-cover-legend{padding-top:0;padding-right:0;padding-bottom:2rem;text-align:center}.container-16-9>div:last-of-type{width:100%}.infos .infos-container{flex-direction:column}.info-line h4{margin-bottom:1rem;margin-top:.5rem;line-height:.9rem;font-size:.7rem}.info-line p{line-height:.9rem;font-size:.7rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;backdrop-filter:blur(3px) grayscale(1);-webkit-backdrop-filter:blur(3px) grayscale(1);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;animation:fadeIn .3s ease-out forwards;transition:all .3s ease-out}.modal-content{position:relative;background-color:var(--background-color);width:var(--main-width);height:100vh;overflow-y:auto;opacity:0;transform:translateY(20px);animation:slideIn .3s ease-out .1s forwards}.modal-close{position:fixed;top:1rem;right:1rem;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;z-index:2;transition:transform .2s ease-out;background-color:var(--background-color)}.modal-close:hover{transform:rotate(90deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bio-content{color:#fff;min-height:60vh}.bio-banner{width:100%;height:220px;background-size:cover;background-position:center;margin-bottom:2rem}.bio-text{padding:0 2rem 2rem}.bio-text h1{font-size:2.5rem;margin:0}.bio-text small{color:var(--primary-text-color)}.bio-separator{width:50px;height:2px;margin:1rem 0 2rem}.bio-text p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem;text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;color:var(--primary-text-color)}.bio-contact{margin-top:1.5rem}.bio-contact h2{font-size:1.5rem;margin-bottom:.5rem}.bio-contact a{color:var(--primary-text-color)}.top-controls{position:fixed;top:0;left:0;right:0;padding:2rem 0;z-index:1000;mix-blend-mode:difference}.top-controls .top-controls-containers{max-width:var(--max-width);width:var(--main-width);display:flex;justify-content:space-between;margin:0 auto;padding:var(--main-gap)}.top-controls>div:first-of-type{display:flex;align-items:center}.top-controls.disabled{opacity:0;pointer-events:none}.top-controls .control-button{background:none;border:none;cursor:pointer;padding:.5rem;opacity:.8;transition:opacity .3s ease}.top-controls .control-button:hover{opacity:1}.top-controls .control-button:disabled{opacity:.3;cursor:default}.top-controls .control-button:last-of-type{padding-right:0}.project-item{padding:1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:4px;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.project-item:hover{background-color:#ffffff0d;transform:translateY(-2px)}.project-item h3{margin:0 0 .5rem;font-size:1.2rem}.project-item p{margin:0;opacity:.7;font-size:.9rem}@media screen and (max-width: 600px){.top-controls{top:0;height:100px;background-color:var(--background-color);align-items:center}}.main-container{position:relative;width:100%;height:100vh;background-color:var(--background-color);color:var(--primary-text-color)}button{outline:none!important}.bottom-controls{position:fixed;bottom:0;width:100%;padding:24px 0;z-index:2;transition:color .3s ease,text-shadow .3s ease;mix-blend-mode:difference}.progress-container{position:absolute;bottom:0;left:0;width:100vw;height:2px;transition:all .3s ease;opacity:.9}.progress-container>div{width:var(--main-width);max-width:var(--max-width);padding:var(--main-gap);margin:0 auto;height:100%}.progress-bar{height:100%;background:var(--primary-text-color);transition:all .3s ease}.controls-wrapper{display:flex;justify-content:center;align-items:flex-end;margin-bottom:16px}.player-controls{display:flex;align-items:center;gap:16px;border-radius:20px;transition:all .3s ease}.control-button{background:none;border:none;color:var(--primary-text-color);cursor:pointer;padding:8px;transition:all .3s ease}.player-controls button{outline:none;transition:all .3s ease}.player-controls button:hover{color:var(--link-hover);filter:none}.player-controls button:disabled{color:var(--disabled-element)!important;filter:none;cursor:default}.bottom-controls.disabled .player-controls{filter:none!important}.active-track{cursor:pointer;text-transform:uppercase;font-size:18px}.artist-name{font-weight:300;letter-spacing:.05em;line-height:normal}.artist-name>div:first-of-type{display:flex;align-items:center}.artist-name>div:last-of-type h2{margin-top:0;padding-top:0}.artist-name>div:last-of-type h2 small{font-size:1rem}.artist-name>div:first-of-type>span{display:flex;align-items:center;font-family:Open Sans,sans-serif;transition:all .3s ease}.artist-name>div:first-of-type>span:first-of-type{font-size:35px}.artist-name>div:first-of-type>span:last-of-type{font-size:14px;margin-top:7px}.artist-name>div:first-of-type>div{position:relative;width:20px;height:2px;margin:7px 20px 0;display:inline-block;background:var(--primary-text-color)}.player-controls button svg{width:24px;height:24px}@media screen and (max-width: 600px){.bottom-controls{padding:10px;height:100px;background-color:var(--background-color);overflow:hidden;padding:2rem 0 0}.controls-wrapper{margin-bottom:0}.artist-name>div:first-of-type{display:block}.artist-name>div:first-of-type>span:first-of-type{font-size:30px}.artist-name>div:first-of-type>span:last-of-type{font-size:12px;margin-top:0}.top-controls>div:first-of-type{align-items:flex-start}.artist-name>div:first-of-type>div{display:none}}
