@import"https://fonts.googleapis.com/css2?family=Iosevka+Charon+Mono:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Iosevka+Charon:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";body{color:#ccc}*{box-sizing:border-box;font-family:Iosevka Charon,sans-serif}p{font-size:1.2rem}h1,h2,h3{font-family:Iosevka Charon Mono,monospace;color:#ccc}.dither-container{width:100%;height:90vh;border-bottom:1px solid rgb(128,128,128);border-top:1px solid rgb(128,128,128)}body{margin:0;padding:0;min-height:100vh;background-color:#000}.dither-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.header-dither{height:600px}.dither-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;background-color:#00000080}.titleblock{max-width:80%;margin:0 auto}.title{font-size:6rem;margin:0;font-weight:400;letter-spacing:-.4rem;line-height:.8}.header{background-color:#000;border:1px solid rgb(64,64,64);outline:2px solid rgb(0,0,0);width:80%;margin:30px auto 0;padding:5px 20px;display:flex;align-items:center;flex-direction:row}.header .icon{height:30px}.cta{background-color:#ccc;transition:background-color .2s ease-in-out;color:#000;padding:2px 5px;border:1px solid black;outline:1px solid hsl(0,0%,90%);text-decoration:none;display:flex;align-items:center;justify-content:center}.cta .arrow-line{position:relative}.cta .arrow-line span{position:absolute;top:-12px;left:-5px;transition:top .1s ease-in-out,left .1s ease-in-out;color:#000}.cta:hover .arrow-line span{top:-16.3px;left:1.8px}.cta:hover{background-color:#fff}.content{width:80%;margin:0 auto;transform:translateY(-50px);display:flex;position:relative;z-index:10;flex-direction:column}.content .grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:16px}@media screen and (max-width:1000px){.content .grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}}@media screen and (max-width:650px){.content .grid{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(6,1fr)}}.content .item{border:1px solid rgb(64,64,64);outline:2px solid rgb(0,0,0)}.item img{width:100%;height:auto}.item .caption{color:#ccc;border-top:1px solid rgb(64,64,64)}.caption h2{border:1px solid rgb(64,64,64);display:inline-block;padding:4px 8px;margin:0 0 -20px 8px;transform:translateY(-20px);line-height:1.1;background-color:#000;font-family:Iosevka Charon Mono,monospace}.caption p{margin:-8px 8px 8px;font-size:1.1rem}.info{border:1px solid rgb(64,64,64);outline:2px solid rgb(0,0,0);display:flex;flex-direction:row;gap:0px;min-height:120px;margin-bottom:20px}.info .title{transform:rotate(-90deg) translateY(100%);transform-origin:left bottom;white-space:nowrap;font-size:2rem;letter-spacing:0}.info .detail{padding:8px;margin-left:-64px}.footer-cta{margin-top:64px;display:flex;flex-direction:column;align-items:center}.footer-cta .cta{display:inline-flex;transform:scale(1.5)}.footer-cta h2{font-size:2rem;margin:0;text-align:center;color:#ccc;font-weight:400}.footer{height:200px;margin-top:128px}.footer-content{width:80%;margin:10px auto;position:relative;z-index:10;height:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}@media screen and (max-width:1100px){.footer-content{flex-direction:column-reverse;align-items:flex-end}.footer{height:300px}}@media screen and (max-width:650px){.footer-content .icon{width:70%;height:auto}}.footer-content .icon{height:150px;opacity:.35}.footer-content a{color:#ccc}.footer-content *{text-align:right}.picture-reveal{--picture-reveal-position: 50%;position:relative;overflow:hidden;width:100%;cursor:ew-resize;-webkit-user-select:none;user-select:none;isolation:isolate}.picture-reveal__image{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}.picture-reveal__image--base{position:relative;z-index:1}.picture-reveal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;overflow:hidden;clip-path:inset(0 calc(100% - var(--picture-reveal-position)) 0 0)}.picture-reveal__image--overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.picture-reveal__divider{position:absolute;bottom:0;left:var(--picture-reveal-position);transform:translate(-50%);z-index:3;width:1px;background:#404040;pointer-events:none;top:0;height:100%}.picture-reveal__handle:before,.picture-reveal__handle:after{content:"";position:absolute;top:50%;transform:translateY(-50%);border-top:6px solid transparent;border-bottom:6px solid transparent}.picture-reveal__handle:before{left:10px;border-right:8px solid white}.picture-reveal__handle:after{right:10px;border-left:8px solid white}
