:root{--max-width:1100px;--border-radius:12px;--font-mono:--font-mono:"Open Sans",Arial,sans-serif;--foreground-rgb:#fff;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--primary-glow:conic-gradient(from 180deg at 50% 50%,#16abff33 0deg,#0885ff33 55deg,#54d6ff33 120deg,#0071ff33 160deg,transparent 360deg);--secondary-glow:radial-gradient(#fff,hsla(0,0%,100%,0));--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135}@media(prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--primary-glow:radial-gradient(rgba(1,65,255,.4),rgba(1,65,255,0));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,65,255,.3));--tile-start-rgb:2,13,46;--tile-end-rgb:2,5,19;--tile-border:conic-gradient(#ffffff80,#ffffff40,#ffffff30,#ffffff20,#ffffff10,#ffffff10,#ffffff80);--callout-rgb:20,20,20;--callout-border-rgb:108,108,108;--card-rgb:100,100,100;--card-border-rgb:200,200,200}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw}html{background:#000;background-attachment:fixed}body{color:#fff;height:100%;margin:0;background:transparent}a{color:inherit;text-decoration:none}@media(prefers-color-scheme:dark){html{color-scheme:dark}}.special-text{color:#a67c00}.bottom-page-margin{margin-bottom:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateX(10%)}to{transform:translateX(0)}}.hero-content{position:fixed;top:0;left:0;width:calc(100% - 17px);min-height:100dvh;display:flex;flex-direction:column;align-items:center;margin-bottom:60px;justify-content:space-evenly}.hero-content p{text-align:center;font-size:24px}@media(min-width:768px){.hero-content p{font-size:32px}}.hero-content .hero-logo{margin-top:120px;width:75%;height:auto;animation:fadeIn .2s ease-in-out,slideIn .2s ease-in-out}@media(min-width:992px){.hero-content .hero-logo{width:40%}}.hero-content .hero-text{max-width:800px;margin:60px 20px 20px;opacity:0;animation:fadeIn .2s ease-in-out .2s forwards,slideIn .2s ease-in-out .2s forwards}.hero-content .work-together{cursor:pointer;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#000;border-radius:20px;padding:10px 40px;width:-moz-fit-content;width:fit-content;margin-bottom:15px;margin-right:20px;margin-left:20px;box-shadow:0 2px 2px 0 hsla(0,0%,100%,.5);transition:all .5s ease;opacity:0;animation:fadeIn .2s ease-in-out .4s forwards,slideIn .2s ease-in-out .4s forwards}.hero-content .work-together p{font-weight:bolder}.hero-content .work-together:hover{background-color:#a67c00;box-shadow:0 2px 4px 0 hsla(0,0%,50%,.5);transform:scale(1.05)!important}.hero-content .arrow-down{width:300px;display:flex;justify-content:center;cursor:pointer;opacity:0;animation:fadeIn .2s ease-in-out .6s forwards,slideIn .2s ease-in-out .6s forwards}.hero-content .arrow-down svg{transition:all .3s ease;transform:scale(1.3)}.hero-content .arrow-down svg:hover{color:#a67c00;transform:scale(1.6)}.project-grid{background-color:#000;position:relative;z-index:1;margin-top:calc(100vh - 90px);display:grid;justify-content:center;width:100%;grid-template-columns:repeat(1,1fr)}@media(min-width:480px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.project-grid{grid-template-columns:repeat(3,1fr)}}.project-tile-outer{background-color:#f0f0f0;padding-bottom:100%;position:relative;border:1px solid #000}