:root{--dark-color: #190B0B;--light-color: #F5F5F5;--mobile-size: 420px}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{overflow-x:hidden}img.cover{object-fit:cover;object-position:center}img.contain{object-fit:contain;object-position:center}.section-py-lg{padding:100px 0}:root{--z-index-above-cursor-text-on-line: 10}html,body{background-color:transparent}svg#cursor-text-on-line{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1}svg#cursor-text-on-line path{stroke-linecap:round;stroke-linejoin:round}header{position:fixed;z-index:100;width:100%;padding:40px 0;top:0;left:0;display:flex;justify-content:center;align-items:center}header #logo{backdrop-filter:blur(10px)}#footer{padding-top:100px}.footer-content{display:flex;justify-content:center;align-items:center;flex-direction:column}.footer-title,.footer-subtitle{text-align:center}.footer-title{font-size:64px;font-weight:400;text-align:center;color:var(--dark-color);padding-bottom:100px}.footer-subtitle{font-size:24px;font-weight:400;text-align:center;color:var(--dark-color);padding-bottom:24px}.footer-image{height:300px;overflow:hidden}.footer-image img{display:block;width:410px;height:544px;margin:0 auto;object-fit:cover;object-position:top center}@media (max-width: 420px){.footer-title{padding-left:20px;padding-right:20px;font-size:24px;font-weight:800}.footer-image{height:150px}.footer-image img{width:200px;height:350px}}.fold-title{font-size:64px;text-transform:uppercase;text-align:center;color:var(--dark-color);font-family:Inter,sans-serif;font-weight:400;line-height:1.2;padding:75px 0}.reactive-image{width:350px;height:350px;object-fit:cover;object-position:center;background-color:var(--light-color);transform-origin:center;transform-style:preserve-3d}.reactive-image>img{width:100%;height:100%;object-fit:contain;object-position:top right}.fold-images{display:flex;flex-direction:row;align-items:center;position:relative;justify-content:center}.fold-images>[data-position-x-start]{position:absolute;left:50%}.fold-images>:nth-child(1){margin-left:0;z-index:1}.fold-images>:nth-child(2){margin-left:-80px;z-index:3}.fold-images>:nth-child(3){margin-left:-72px;z-index:4}.fold-images>:nth-child(4){margin-left:-80px;z-index:2}@media (max-width: 420px){.reactive-image{width:160px;height:160px}}:root{--projects-x-padding: 80px}.projects-grid{position:relative;padding:0 var(--projects-x-padding);display:grid;grid-template-columns:repeat(3,1fr);gap:20px;z-index:var(--z-index-above-cursor-sparkle);z-index:var(--z-index-above-cursor-text-on-line)}.project{width:100%;position:relative}.project-image{width:100%;height:244px;overflow:hidden}.project-image>img{width:100%;height:100%;object-fit:cover}.projects-title{font-size:24px;font-weight:400;text-align:center;color:var(--dark-color);padding-bottom:150px;padding-left:var(--projects-x-padding);padding-right:var(--projects-x-padding)}.projects-subtitle{font-size:16px;font-weight:900;text-align:left;color:var(--dark-color);padding-bottom:56px;padding-left:var(--projects-x-padding);padding-right:var(--projects-x-padding)}.project-description{position:absolute;background-color:var(--dark-color);color:var(--light-color);width:100%;height:0;left:0;bottom:0;padding:0;transform:rotate(-3deg);overflow:hidden;white-space:nowrap;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.project:hover .project-description{height:auto;padding:9px 0;bottom:-15px}.project-description--title{font-size:24px;line-height:1.2;font-weight:400;text-align:center;color:inherit;text-transform:uppercase;overflow:visible;display:flex;flex-wrap:nowrap;justify-content:start}.project-description--title>*{padding-right:20px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.project-description--subtitle{font-size:14px;font-weight:400;text-align:center;color:inherit;text-transform:uppercase}a{color:inherit;text-decoration:none}@media (max-width: 420px){.projects-grid{grid-template-columns:repeat(1,1fr);padding:0 20px}.projects-title{padding-left:20px;padding-right:20px}}:root{--ancestors-x-padding: 80px}section#ancestors{padding-top:100px;padding-bottom:100px}.ancestors-title{font-size:24px;font-weight:400;text-align:center;color:var(--dark-color);padding-bottom:100px;padding-left:var(--ancestors-x-padding);padding-right:var(--ancestors-x-padding)}.ancestors-images{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;position:relative}.ancestors-images .ancestors-image{width:412px;height:558px;object-fit:cover;object-position:center}.ancestors-images .ancestors-image:nth-child(1){margin-left:-83px;transform:rotate(6.5deg)}.ancestors-images .ancestors-image:nth-child(2){margin-top:-100px;margin-left:210px;transform:rotate(-1.3deg)}.ancestors-image-cloned{width:56px;height:94px;position:fixed;object-fit:cover}.sphere-images{position:relative;top:0vh;width:100%;height:80vh;overflow:hidden;perspective:1000px;perspective-origin:center;display:flex;justify-content:center;align-items:center}.sphere-image{width:56px;height:74px;position:absolute;transform-origin:center;transition:transform .3s ease-out;perspective:-10000px;perspective-origin:center;backface-visibility:hidden;background-color:var(--dark-color)}.sphere-image.square{width:36px;height:36px}.sphere-image.colored{border:2px solid yellow}.sphere-rotation-wrapper{position:absolute;top:0vh;left:0;width:100%;height:100vh;transform-style:preserve-3d;perspective:10000px;perspective-origin:center;transform-origin:center;animation:rotate-sphere 20s linear infinite;display:flex;justify-content:center;align-items:center}@keyframes rotate-sphere{0%{transform:rotateY(0) rotateX(5deg)}to{transform:rotateY(359deg) rotateX(5deg)}}@media (max-width: 420px){.ancestors-title{padding-left:20px;padding-right:20px}section#ancestors{padding-top:50px;padding-bottom:50px}}
