.custom-cursor{z-index:9999;aspect-ratio:1;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);color:#000;pointer-events:none;background:#ffffff80;border-radius:50%;justify-content:center;align-items:center;width:0;transition:width .3s;display:flex;position:fixed;overflow:hidden;transform:translate(-50%,-50%)}.custom-cursor--active{width:150px!important}.custom-cursor--active:before{content:attr(data-cursor-value)}
.home{flex-direction:column;justify-content:space-between;row-gap:30px;display:flex}.hero{color:#000;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:flex-end;align-items:flex-start;min-height:100svh;display:flex}.hero-wrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:30px;display:flex}.home__title{font-size:clamp(2rem,4vw,4rem)}.home__link{color:#000;border-bottom:1px solid #0003;padding-bottom:15px;transition:border-bottom .3s}.home__link:hover{border-bottom:1px solid #000}.home__bottom{flex-direction:column;justify-content:flex-end;min-height:5svh;padding-bottom:30px;display:flex}.scroller__inner{flex-wrap:nowrap;column-gap:30px;width:max-content;display:flex}.home__project-img{opacity:0;width:500px}@keyframes revealProjectImg{to{opacity:1}}.scroller[data-animated=true]{overflow:hidden}.scroller[data-animated=true] .scroller__inner{animation:scroll var(--_animation-duration,8s)var(--_animation-direction,forwards)linear infinite}.scroller[data-direction=right]{--_animation-direction:reverse}.scroller[data-direction=left]{--_animation-direction:forwards}.scroller[data-speed=slow]{--_animation-duration:30s}.scroller[data-speed=fast]{--_animation-duration:5s}@keyframes scroll{to{transform:translate(calc(-50% - 15px))}}.home__project-link{cursor:none}.services{padding:20px}.services-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media screen and not (min-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media screen and not (min-width:800px){.services-grid{grid-template-columns:repeat(1,1fr)}}.service-card{background:#e9e9e9;padding:10px}.service-card__title{font-size:20px;font-weight:600}.reference{flex-direction:column;gap:50px;width:100%;padding:20px;display:flex}.section__title{font-size:3rem}.reference-container{gap:25px;display:flex}.reference-container:nth-of-type(2n){flex-direction:row-reverse}.img-wrapper{width:100%}.reference-details{flex-direction:column;justify-content:center;align-items:flex-start;width:100%;display:flex}.reference-details__title{font-size:2rem}.philosophy{padding:20px}.philosophy-btn{background:#bbb;justify-content:space-between;width:100%;padding:5px;display:flex}.philosophy-parent{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.philosophy-parent--visible{grid-template-rows:1fr}.philosophy-child{background:#e9e9e9;overflow:hidden}.about-me{padding:20px}.about-me-container{gap:20px;display:flex}.about-me-img{background-color:red;width:300px;height:400px}@media screen and not (min-width:897px){.home{row-gap:15px}.home__project-img{width:250px}.home__bottom{padding-bottom:15px}.hero-wrapper{padding:15px}.scroller__inner{column-gap:15px}@keyframes scroll{to{transform:translate(calc(-50% - 7.5px))}}}
