@charset "UTF-8";

@font-face{
    font-family:"ArialmonospacedforSAP";
    src: url("../fonts/Arial-Mono-for-SAP.woff2") format("woff2"), url("../fonts/Arial-Mono-for-SAP.woff") format("woff");
    font-display: swap;
}
*{
    margin:0;
	padding:0;
	list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "ArialmonospacedforSAP";
    font-size: 278px;
    letter-spacing: -0.03rem;
    background: rgb(0, 0, 0);
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    margin: 0;
    padding: 0px;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-font-smoothing: antialiased;
    dynamic-range-limit: standard;
}
body::-webkit-scrollbar {
  display: none;
}
*::-webkit-scrollbar {
    display: none;
}
#detach-button-host {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
h1{
    font-size: unset;
    display: none;
}
a{
    text-decoration: none;
    color: rgba(255, 255, 255, 1); 
    word-break: break-word;
    overflow-wrap: break-word;
}
main div:not(section div, aside div, #legal div){
    padding-bottom: 100vh;
    pointer-events: none;
    word-break: break-word;
    overflow-wrap: break-word;
}
main div.scroll-spacer{
    padding-bottom: 0;
    height: 100vh;
}
section p{
    display: none;
}
input, span{
    display: none;
}
div:has(input:checked) p, div:has(input:checked) span{
    display: block;
}
section:has(input:checked) div:not(:has(input:checked)), div:has(input:checked) label a{
   display: none;
}
label{
    cursor: pointer;
}
main{
    padding: 10px;
}
section, aside{
    display: flex;
    gap: 0.2em 73px;
    flex-wrap: wrap;
}
aside{
    position: absolute;
    left: 10px;
    right: 10px;
    pointer-events: none;
}
aside div{
    visibility: hidden;
}
img, video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}
img{
    display: none;
}
img.poster-fallback{
    display: none;
}
body.video-blocked video{
    display: none;
}
body.video-blocked img.poster-fallback{
    display: block;
}
@media (hover: hover) and (pointer: fine){
    section:has(div:hover) div{
        opacity: 0.12;
    }
    section:has(div:hover) div:hover{
        opacity: 1;
    }
    div:hover img, div:hover p{
        display: block;
    }
}
nav, span{
    position: fixed;
    font-size: 10px;
    top: 50vh;
    transform: translateY(-50%);
    left: 10px;
    z-index: 99;
}
p:not(aside p, #legal p){
    position: fixed;
    font-size: 10px;
    line-height: 1.06;
    top: 50vh;
    transform: translateY(calc(-100% + 0.5em));
    left: 50%;
    z-index: 99;
    max-width: calc(50% - 10px);
}
br.project-break{
    display: none;
}
#legal div{
    position: absolute;
    font-size: 10px;
    line-height: 1.06;
    top: 50vh;
    left: 50%;
    max-width: calc(50% - 10px);
    padding-bottom: calc(50vh - 0.5em);
    margin-top: -0.5em;
}
#legal p:not(:first-of-type){
    margin-top: 1em;
}

@media only screen and (max-width: 1200px) {
    body{
        font-size: 226px;
    }
}
@media only screen and (max-width: 1024px) {
    body{
        font-size: 175px;
    }
}
@media only screen and (max-width: 768px) {
    body{
        font-size: 122px;
    }
}
@media only screen and (max-width: 480px) {
    section, aside{
        justify-content: space-between;
        gap: 0.2em 12vw;
    }
    br.project-break{
        display: block;
    }
}