@import url('/web/20221002000024cs_/https://pavilionrus.com/assets/css/reset.css');
@import url('https://cdn.plyr.io/3.7.2/plyr.css');

/* 1 Typography */
@font-face {
    font-family: 'peso';
    src: url('/web/20221002000024im_/https://pavilionrus.com/assets/css/fonts/Peso-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*, body, h1, h2, h3, h4, h5, h6, strong, small, figure{
    font-family: 'peso', Arial, Helvetica, sans-serif;
	font-size: 25px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

a, a:hover, a:visited{
    color: initial;
    text-decoration: none;
}
div, ul, li { 
    background-color: inherit; 
} 
/* Common */
:root {
    --red: rgb(255, 76, 68);
    --blue: rgb(62, 83, 246);
    --green: rgb(0, 226, 172); 
}
body, html{
    color: black;
}
body{
    min-height: 100%;
}
html { 
    height: 100%;
    overflow:auto; 
}
body{
    transition: background 0.3s ease;
}
body.red, body.red #app, body.red .sticky .shadow, body.red .button:hover, body.red .small-list .date::before, body.red .button:hover .plyr--audio{
    background: var(--red);
}
body.red .button, body.red .button a, body.red .button, body.red .plyr--audio .plyr__controls{
    color: var(--red)
}
body.blue, body.blue #app, body.blue .sticky .shadow, body.blue .button:hover, body.blue .small-list .date::before, body.blue .button:hover .plyr--audio{
    background: var(--blue);
}
body.blue .button, body.blue .button, body.blue .button a, body.blue .plyr--audio .plyr__controls{
    color: var(--blue)
}
body.green, body.green #app, body.green .sticky .shadow, body.green .button:hover, body.green .small-list .date::before, body.green .button:hover .plyr--audio{
    background: var(--green);
}
body.green .button, body.green .button, body.green .button a, body.green .plyr--audio .plyr__controls{
    color: var(--green)
}
body.red .button:hover, body.green .button:hover, body.blue .button:hover, 
body, .button:hover, .button:hover .plyr--audio, body.red .button:hover a, body.green .button:hover a, body.blue .button:hover a {
    color: black;
}
.hidden{
    display: none;
}
#app{
/*     opacity: 1;
    transition: opacity 0.4s ease;
 */    height: 100%;
    overflow: auto;
}
#app.loading{
/*     opacity: 0;
 */}
figure img{
    width: 100%;
}
.lazy{
    filter: blur(34px);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.lazy.loaded{
    filter: blur(0);
    -ms-transform: scale(1);
    transform: scale(1);
}
.wrap{
    padding: 1rem;
}
main{
    padding-bottom: 5em;
}
.button{
    background: black;
    padding: 0.1em 0.5em 0.25em 0.5em;
    box-shadow: 0.15em 0.15em 0.1em rgba(0, 0, 0, 0.6);
    border-radius: 0.7em;
    transition: background-color 0.25s ease, color 0.25s ease;
    cursor: pointer;
}
.button:hover{
    background: initial;
}
.close{
    cursor: pointer;
}
.close::after{
    content: '✕'
}
/* Header */
.logo{
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    user-select: none;
    -webkit-user-select: none; 
    pointer-events: none;
    z-index: 2;
}
.home .logo{
    opacity: 1;
    visibility: visible;
}
h1{
    font-size: 30vw;
    line-height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 2rem);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transform: scale(var(--scale));
    opacity: 0;
}
.home h1{
    opacity: 1;
}
nav{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 1em 0.5em;
}
nav ul{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
nav li{
    list-style-type: none;
    padding-right: 0.5rem;
    margin-top: 1em;
}
nav li.lang{
    position: fixed;
    right: 0.5em;
}
nav ul .button{
    margin-right: 0.15em;
}
.categories{
    display: none;
}
.categories li{
/*     opacity: 0;
    transition: opacity 1s ease; */
}
.categories.visible{
    display: flex;
    visibility: visible;
}
.categories.visible li{
    opacity: 1;
}
.newsletter-wrapper{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.newsletter-wrapper.hidden{
    display: none;
}
.newsletter-wrapper.visible{
    opacity: 1;
}
.newsletter-wrapper .content{
    text-align: center;
    width: 100%;
    max-width: 800px;
}
.newsletter-wrapper .close{
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.newsletter-wrapper input{
    background: transparent !important;
    border: 0px black solid !important;
    color: black !important;
    font-size: 1em !important;
    border-radius: 2em !important;
    box-shadow: 0.15em 0.15em 0.4em rgba(0, 0, 0, 0.6) !important;
}
.newsletter-wrapper input::placeholder{
    color: black !important;
    font-family: initial !important;
    font-size: 1em !important;
}
div[id^="btnSubmit"]{
    font-size: 1em !important;
    background-color: black !important;
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    box-shadow: 0.15em 0.15em 0.1em rgba(0, 0, 0, 0.6) !important;
    border-radius: 0.7em !important;
    transition: background-color 0.25s ease, color 0.25s ease !important;
    cursor: pointer !important;
}
body.red div[id^="btnSubmit"]{
    color: var(--red) !important;
}
body.red div[id^="btnSubmit"]:hover{
    color: #000 !important;
    background-color: var(--red) !important;
}
body.blue div[id^="btnSubmit"]{
    color: var(--blue) !important;
}
body.blue div[id^="btnSubmit"]:hover{
    color: #000 !important;
    background-color: var(--blue) !important;
}
body.green div[id^="btnSubmit"]{
    color: var(--green) !important;
}
body.green div[id^="btnSubmit"]:hover{
    color: #000 !important;
    background-color: var(--green) !important;
}
@keyframes spin_a {
    from { transform: rotateY(180deg); }
    to { transform: rotateY(-180deg); }
}
/* Home */
.sticky, .game{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.sticky.visible, .game.visible{
    opacity: 1;
}
.sticky .block, .game .block{
    display: inline-block;
    background: initial;
    padding: 2rem;
    position: relative;
}
.sticky .shadow{
    box-shadow: 0.3em 0.3em 0.1em rgba(0, 0, 0, 0.6);
    position: relative;
}
.sticky .close{
    position: absolute;
    top: -0.75rem;
    right: -1rem;
}
.sticky .plyr{
    box-shadow: 0.3em 0.3em 0.1em rgba(0, 0, 0, 0.6);
    max-height: 70vh;
    margin-bottom: 0.5em;
}
.sticky .title{
    margin-top: 0.5em;
    display: flex;
    justify-content: space-between;
}
.sticky .iframe, .game .iframe{
    position: relative;
}
.sticky_20{
    width: 20%;
}
.sticky_30{
    width: 30%;
}
.sticky_40{
    width: 40%;
}
.sticky_50{
    width: 50%;
}
.sticky_60{
    width: 60%;
}
.sticky_70{
    width: 70%;
}
.sticky_80{
    width: 80%;
}
.sticky_90{
    width: 90%;
}
.list .iframe{
    text-align: center;
    position: relative;
}

/* About */
.page-about .wrap{
    column-count: 2;
    column-gap: 2em;
    max-width: 1100px;
    margin: auto;
}
.page-about p{
    padding-bottom: 1.2em
}
.page-about .wrap ul li{
    display: flex;
}
.page-about .wrap ul li:before{
    content: '—';
    display: inline-block;
    margin-right: 1em;
}

/* List */

.list li{
    padding-bottom: 0.4em;
    margin-bottom: 0.2em;
    border-bottom: 0.1em #000 solid;
    position: relative;
/*     will-change: opacity;
 */    width: 100%;
}
.list li:last-child{
    border-bottom: 0px;
}
.small-list li{
    white-space: nowrap;
    overflow: hidden;    
}
.small-list .liContainer{
    width: calc(100% - 2em);
    overflow: hidden;
    text-overflow: ellipsis;
}
.small-list .liWrap{
    position: relative;
    left: 0;
    transition: transform 3s linear 0.1s;
/*     will-change: opacity;
 */}
.list li .title, .list li .subtitle{
    font-size: 2em;
}
.list li span{
    text-overflow: ellipsis;
}
.list .new span{
    animation: blinker 1.5s linear infinite;
}
.list .subtitle{
    font-style: oblique;
}
.list .date{
    position: absolute;
    top: 0.25rem;
    right: 0;
}
.small-list .date{
    font-size: 0.75em;
    height: 100%;
    z-index: 5;
    padding-left: 1em;
}
.small-list .date::before{
    content: ' ';
    filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.big-list .title, .big-list .subtitle {
    text-align: center;
    display: block;
    width: 80%;
    margin: auto;
}
.big-list .title{
    padding-top: 3em;
}
.big-list .subtitle{
    padding-bottom: 3em;
    font-style: oblique;
}
.big-list .date{
    left: 0;
    font-size: 1.5em;
}
.abstract{
    font-size: 2rem;
    padding-bottom: 1rem;
}
.people .small-list .liContainer{
    width: calc(100%);
    overflow: hidden;
    text-overflow: ellipsis;
}
.people .date{
    display: none;
}
@keyframes blinker {
    49% {opacity: 1;}
    50% {opacity: 0;}
    99% {opacity: 0;}
}
.home #app{
/*     opacity: 0;
    transition: opacity 1s ease; */
}
.home.loaded #app{
/*     opacity: 1;
 */}

/* Document */
h3, h4{
    text-align: center;
    font-size: 1.5em;
    line-height: 1.2em;
}
h3 span{
    display: block;
}
h3{
    max-width: 950px;
    padding: 1em 0.5em;
    margin: auto;
}
.paragraph, .section, .quote, .image, .vimeo{
    padding: 0 1em 1em 1em;
    max-width: 950px;
    margin: auto; 
}
.image[image-count="2"]{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
}
.gif figure{
    width: auto;
    margin: auto;
    text-align: center;
}
.gif figure img{
    width: auto;
    height: 100%;
}
.section{
    border-top: 0.1em #000 solid;
    padding-top: 0.5em;
}
.quote{
    max-width: calc(900px - 4em);
    padding: 0 2em 1em 2em;
    margin: auto; 
}
.abstract p{
    padding-bottom: 1.2em;
}
.abstract p:last-child{
    padding-bottom: 0;
}
.paragraph p{
    text-indent: 2em;
}
.paragraph p:first-child{
    text-indent: 0;
}
.paragraph ul li{
    display: flex;
}
.paragraph ul li:before{
    content: '—';
    display: inline-block;
    margin-right: 1em;
}
.block ul{
    list-style-type: disc;
    margin-left: 1em;
}
.block .caption, figcaption{
    padding-top: 0.5em;
    font-size: 0.5em;
}
.filtered{
    mix-blend-mode: multiply;
}
.audio{
    padding: 1em 0.5em;
    position: fixed;
    bottom: 3em;
}
.audio .button{
    width: calc(100vw - 2em);
    display: flex;
    flex-wrap: wrap;
}
.audio audio{
    opacity: 0;
}
.audio .player, .audio div.title{
    width: 50%;
}
.audio .plyr{
    padding: 0.2em 0;
    width: 50% !important; 
}
.pdf{
    position: fixed;
    top: 0.5em;
    right: 0.5em;
}
.buttons{
    text-align: center;
}
/* Home 2021 */
section.content{
    transition: opacity 0.5s ease;
}
.entering{
    animation: enter 0.5s ease 0s forwards;
}
.dto-overlay{
    opacity: 0;
}
@keyframes enter{
    0%{
        opacity: 0;
    }        
    100%{
        opacity: 1;
    }
}
@keyframes leave{
    100%{
        opacity: 0;
    }
}
.leaving{
    animation: leave 0.5s ease 0.25s forwards;
}

.entering{
    opacity: 0;
    animation: enter 0.5s ease 1s forwards;
}
.page-leave .content{
    animation: leave 0.5s ease 0.25s forwards;
}
.description, .bubble-label{
    font-size: 2rem;
    line-height: 1.25em;
}
.description p{
    border-bottom: 2px #000 solid;
    padding-bottom: 1em;
}
.bubble-label{
    text-transform: uppercase;
}
.bubbles{
    padding: 0.5em 0;
    display: flex;
    flex-wrap: wrap;
}
.bubble{
    width: calc(100% / 3);
    z-index: 100;
    background: transparent;
}
.bubble a, .tag{
    padding: 0.1em 0.5em 0.25em 0.5em;
    margin: 0.5em 0.25em 0 0;
    box-shadow: 0.15em 0.15em 0.1em rgba(0, 0, 0, 0.6);
    border-radius: 0.7em;
    cursor: pointer;
    display: inline-block;
    transition: all 0.35s ease;
}
.bubble a:hover, .tag:hover{
    background-color:rgb(0, 0, 0);
}
.year-header{
    padding-bottom: 1em;
}
body.red .home-header, body.red .bubble a{
    background: var(--blue);
}
body.blue .home-header, body.blue .bubble a{
    background: var(--green);
}
body.green .home-header, body.green .bubble a{
    background: var(--red);
}
.dto-overlay{
    position: fixed;
    top: 10vh;
    left: 10vw;
    width: 80vw;
    height: 80vh;
    z-index: 1000;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.dto-active .dto-overlay{
    opacity: 1;
    pointer-events: initial;
}
.dto-overlay figure{
    height: 100%;
    width: fit-content;
    box-shadow: 0.5em 0.25em 0.25em rgba(82, 58, 58, 0.5);
    position: relative;
    text-align: center;
}

.dto-overlay figure img{
    width: auto;
    height: 100%;
}
.dto-overlay.highlight figure{
    width: 100%;
    overflow: hidden;
}
.dto-overlay.highlight img{
    width: 100%;
    object-fit: cover;
}
.dto-overlay figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.6);
}
.dto-overlay figcaption{
    text-align: center;
}
.dto-overlay figcaption p{
    padding: 0.6em 0;
    width: calc(100% - 1em);
    margin: auto;
}
body.green .dto-overlay {
    color: var(--green);
}
body.red .dto-overlay {
    color: var(--red);
}
body.blue .dto-overlay {
    color: var(--blue);
}
.dto-overlay a{
    color: inherit
}
.overlay-close{
    position: absolute;
    top: 0.25em;
    right: 0.5em;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .description, .bubble-label{
        font-size: 1.25rem;
        line-height: 1.25em;
    }
    .bubble{
        width: 100%;
        padding-bottom: 1em;
        border-bottom: 1px #000 solid;
        margin-bottom: 1em;
    }
    .bubble:last-child{
        border-bottom: 0px;
        margin-bottom: 0;
    }
    .description p{
        border-bottom: 1px #000 solid;
    }
    .dto-overlay{
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
    }
    .dto-overlay figure img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* Gallery */
.page-gallery header{
    display: none;
}
.page-gallery main{
    padding-bottom: 0;
}
article.gallery{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.gallery, .gallery h3{
    text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.6);
    font-size: 1.75rem;
    line-height: 1.35em;
}
.gallery h3, .counter{
    position: fixed;
    top: 0.5em;
    left: 0.75em;
    z-index: 3;
}
body.green .gallery{
    color: var(--green);
}
body.red .gallery{
    color: var(--red);
}
body.blue .gallery{
    color: var(--blue);
}
.gallery .counter{
    position: fixed;
    top: 0.5em;
    left: 0.75em;
}
.gallery .title{
    position: fixed;
    top: 0.5em;
    left: 0;
    width: 100%;
    text-align: center;
}
.gallery .caption{
    position: absolute;
    top: 3em;
    width: 100vw;
}
.gallery .caption p{
    max-width: 950px;
    margin: auto;
    padding-bottom: 1em;
}
.gallery .close-page{
    position: fixed;
    top: 0.5em;
    right: 0.75em;
    color: inherit
}
.gallery-wrapper{
    width: var(--gallery-width);
    transform: translateX(var(--gallery-left));
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    transition: all 0.5s ease;
}
.gallery-page{
    display: flex;
}
.gallery-page[image-count="2"] figure{
    width: 50vw;
}
.gallery-nav{
    position: absolute;
    top: 0;
    left: 0;  
    width: 100%;
    height: 100%;
    display: flex;  
}
.gallery-right{
    cursor: e-resize;
}
.gallery-left{
    cursor: w-resize;
}
.gallery-nav.disabled{
    pointer-events: none;
    user-select: none;
}
.gallery-nav div{
    width: 50%;
    height: 100%;
}
.gallery figure{
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
@media only screen and (max-width: 768px) {
    article.gallery{
        position: relative;
        height: auto;
    }
    .gallery-wrapper{
        width: 100%;
        display: block;
    }
    .gallery figure, .gallery-page[image-count="2"] figure, .gallery-page{
        width: 100vw;
        height: auto;
        display: block;
    }
    .gallery-nav{
        pointer-events: none;
    }
    .gallery .counter{
        display: none;
    }
    .gallery h3, .counter{
        font-size: 1.25rem;
    }
    .gallery img{
        width: 100%;
        height: auto;
        object-fit: contain;
        pointer-events: none;
    }
    .gallery .title{
        width: 60vw;
        left: 20vw;
    }
    .gallery .caption{
        display: none;
    }
}

/* Lists */
.page-title{
    font-size: 1.25em;
    padding-bottom: 1em;
}
.tags{
    padding-bottom: 1em;
    max-width: 40em;
}
body.red .tag:hover, body.red .tag.active{
    color: var(--red);
}
body.blue .tag:hover, body.blue .tag.active{
    color: var(--blue);
}
body.green .tag:hover, body.green .tag.active{
    color: var(--green);
}
.filtering li{
    display: none;
}
.tag.active{
    background-color:rgb(0, 0, 0);
}
.filtering li.active{
    display: block;
}

/*  Media Query */
@media only screen and (max-width: 768px) {
    *, body, h2, h3, h4, h5, h6, strong, small{
        font-size: 15px;
        line-height: 1.25em;
    }    
    .wrap{
        padding: 1rem;
    }
    h3, h4{
        font-size: 1.5em;
        line-height: 1.2em;
        padding: 1em 0;
    }
    .sticky .vimeo{
        width: 100%;
    }
    .list li .title, .list li .subtitle {
        font-size: 1.5em;
        line-height: 1.15em;
    }
    .small-list li {
        white-space: normal;
    }
    .about .wrap {
        column-count: 1;
    }
    .abstract {
        font-size: 1em;
    }
    .paragraph p{
        text-indent: 1em;
    }
    .audio .player, .audio div.title{
        width: 100%;
    }
    .list li{
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
    }
    .lazy{
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .audio{
        padding: 1em 0.5em;
        position: fixed;
        bottom: 4em;
    }
    nav li.lang{
        position: unset;
        right: 0;
    }
    .gif figure img{
        width: 100%;
        height: auto;
    }
}
/*
     FILE ARCHIVED ON 00:00:24 Oct 02, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:42:54 Aug 14, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.445
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.011
  cdx.remote: 2066.899
  LoadShardBlock: 385.532 (3)
  PetaboxLoader3.datanode: 266.181 (5)
  PetaboxLoader3.resolve: 355.562 (3)
  load_resource: 340.03 (2)
*/