<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{font-weight:normal; margin:0; padding:0; color:black; font-size: 16px;font-family: 'Inter', sans-serif;outline:none; border:none}
img{display: inline-block;width: 100%;}

body &gt; main, body &gt; footer{
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 20px;
}

article#project main iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 30px;
}

article#project main .block{
    margin-bottom: 10px;
}

article#project aside h2{
    font-size: 32px;
    margin-bottom: 18px;
}
article#project aside #year{
    margin-bottom: 20px;
}
article#project aside #desc{
    margin-top: 20px;
}

article#project aside #desc p, article#article main p, article#project footer p, article#project aside #desc p em, article#project footer p em{
    margin-bottom: 15px;
    line-height: 24px;
    text-align: justify;
    font-weight: 300;
}

article#project aside #cat{
    margin-bottom: 20px;
}

article#project aside #cat a, article#project aside #tag a{
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
}

article#project aside #cat a:hover, article#project aside #tag a:hover{
    text-decoration: underline;
}

article#project aside #tag{
    margin-bottom: 30px;
}

article#project aside #tag a{
    font-size: 12px;
}

article#project footer{
    padding-top: 50px;
    max-width: 900px;
    margin: 0 auto;
}

article#project footer a{
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 60px 0 30px 0;
    font-size: 18px;
}

article#project footer ul{
    margin-bottom: 20px;
    padding-left: 20px;
}

#grid{
    display: grid;
    gap:10px;
    grid-template-columns: 1fr;
}

#grid.gridhome{
    margin: 0 auto;
    max-width: 1000px;
}
#grid.projectpress{

}

#grid.projectpress a{
    text-align: left;
    max-width: 250px;
    padding: 0 !important;
    place-self: center;
}
h2.projectpress{
    text-align: center;
    font-size:18px;
}

#grid a{
    text-decoration: none;
    margin-bottom: 20px;
}
#grid a div{
    margin-left: 10px;
}
#grid a div h2{
    
    font-size: 18px;
    font-weight: 300;
}
#grid a div h3{
    margin-top: 4px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
}
#grid img{
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin-bottom: 8px;
}
#grid.press img{
    aspect-ratio: 5 / 4;
    object-fit: cover;
}
#grid a div p{
    font-size: 12px;
    opacity: 35%;
    padding: 0;
}
#filters{
    text-align: center;
    margin-bottom: 20px;
}
#filters &gt; a{
    display: inline-block;
    text-decoration: none;
    border: 1px solid #000;
    padding: 5px 10px;
    margin: 5px 5px;
}
#filters &gt; a:hover, #filters a.active{
    background-color: #000;
    color:#fff;
}
#filters h2 a{
    display: inline-block;
    margin-top: 50px;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 300;
    text-decoration: none;
}
#jumbo{
    margin: 50px 0;
}
#jumbo img{
    height: 70vh;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
}
#intro{
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    margin-bottom: 60px;
}
#intro p, #intro p em{
    margin-bottom: 30px;
    line-height: 26px;
    font-weight: 300;
    font-size: 18px;
}
#intro a{
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 1px;
}
#intro a:hover{
    text-decoration: underline;
}

#aboutcover{
    margin: 0 auto;
    max-height: 500px;
    margin-bottom: 50px;
}

#aboutcover img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-height: 500px;
}


#reach h2{
    font-size: 24px;
    margin-top: 100px;
    margin-bottom: 30px;
}
#reach h3{
    margin-bottom: 10px;
}
#reach h3 span{
    font-weight: 300;
}

#bio, #reach{
    margin: 0 auto;
    padding: 0 10px;
}
#reach{
    margin-bottom: 70px;
}
#bio{
    margin-bottom: 70px;
}
#bio p{
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 100;
}
#collaborations{
    margin: 0 auto;
    max-width: 550px;
    padding: 20px 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}


#bio p:nth-child(n+3), #bio a.readless, #collaborations p:nth-child(n+3), #collaborations a.readless{
    display:none
}
#bio.showmore p:nth-child(n+3), #bio.showmore a.readless, #collaborations.showmore p:nth-child(n+3), #collaborations.showmore a.readless{
    display:inherit
}
#bio.showmore a.readmore, #collaborations.showmore a.readmore{
    display:none
}
#about .collabtitle{
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}
#about #collaborations p{
    font-weight: 100;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
#about #collaborations{
    text-align: center;
}

body &gt; header{
    padding: 0 20px;
    padding-top: 30px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
body &gt; header svg{
    margin-bottom: 20px;
}
body &gt; header div a:not(.lang), body &gt; footer p a{
    display: inline-block;
    margin: 10px 5px 10px 5px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
body &gt; header div a:hover,  body &gt; footer p a:hover{
    text-decoration: underline;
}
body &gt; header div a.lang{
    text-decoration: none;
    color:#acacac;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
}
body &gt; header div a.lang.active{
    font-weight: 500;
}
body &gt; header div a.lang.en{
    margin-left: 10px;
    display: relative;
}
body &gt; header div a.lang.en::after{
    content:"|";
    font-weight: 300;
    display: absolute;
    right: 0;
}



body &gt; footer svg{
    width: 50%;
    max-width: 300px;
}
body &gt; footer{
    text-align: center;
}
body &gt; footer p{
    font-size: 12px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}

body &gt; footer span{
    display: block;
    margin-top: 20px;
}

body &gt; footer span a{
    display: inline-block;
    width: 25px;
    margin: 0 5px;
}
#article{
    display: flex;
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
}
#article main{
    order: 5;
    max-width: 700px;
}
#article main figure:first-of-type{
    margin-bottom: 30px;
}
#article header{
    order: 1;
    margin-bottom: 30px;
}
#article header h1{
    font-size: 28px;
}
#article main p{
    font-weight: 100;
}
#article footer{
    order:10;
}
#article footer figure.image{
    max-width: 200px;
    cursor: pointer;
}
#article footer figure.file a{
    border: solid 1px #000;
    display: inline-block;
    padding: 10px 20px 15px 15px;
    text-decoration: none;
}
#article footer figure.file a:hover{
    background-color: #000;
    color: #fff;
}
#article footer figure img{
    border: solid 1px #000;
}

.basicLightbox figure img{
    max-height: 90vh;
    max-width: 80vw;
}

.slider .slider-item{
    display: none;
    animation: reveal .5s ease-in-out;
  }
  .slider img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  .slider .slider-item.active {
    display: block;
  }
  .slider .dots {
    text-align: center;
    padding: 10px;
  }
  .slider .dots li {
    cursor: pointer;
    display: inline-block;
    background: #fff;
    border: solid 1px #000;
    color: #fff;
    padding: 2px 16px;
    line-height: .1;
    text-indent: -9999px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    margin: 0 7px;
  }
  .slider .dots li.active{
    opacity: 1;
    background: #000;
  }
  @keyframes reveal{
    from{
      opacity: 0;
    }
    to{
      opacity: 1;
    }
  }

@media (min-width: 500px) {
    #grid{
        grid-template-columns: 1fr 1fr;
    }
    #grid.projectpress{
        grid-template-columns: 1fr;
    }
    #grid a{
        margin-bottom: 10px;
    }
    #grid a div h2{
        font-size: 20px;
    }
}

@media (min-width: 1000px) {
    body &gt; main{
        padding: 40px 40px;
    }
    body &gt; header{
        padding-top: 70px;
    }
    #about{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #about &gt; main{
        width: 68%;
    }
    #about &gt; aside{
        width: 30%;
    }
    #about &gt; footer{
        width: 100%;
    }
    #about #bio p{
        text-align: justify;
    }
    #collaborations{
        padding: 0;
        border-top: none;
        border-bottom: none;
    }
    article#project{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    article#project &gt; main{
        width: 63%;
    }
    article#project &gt; aside{
        width: 34%;
        padding-left:25px;
    }
    article#project &gt; footer{
        width: 100%;
    }
    #grid:not(.gridhome){
        grid-template-columns: 1fr 1fr 1fr;
    }
    #grid.press{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    #grid.projectpress{
        grid-template-columns: 1fr 1fr 1fr;
    }
    #article{
        max-width: 1200px;
        display: grid; 
        grid-template-columns: 1.25fr 0.75fr; 
        grid-template-rows: minmax(60px, auto) auto; 
        gap: 20px; 
        grid-template-areas: 
          "b a"
          "b c"; 
      }
    #article main { grid-area: b; }
    #article header { grid-area: a; }
    #article footer { grid-area: c; }
}

@media (min-width: 1400px) {
    article#project &gt; main{
        width: 67%;
    }
    article#project &gt; aside{
        width: 30%;
    }
}
  </pre></body></html>