#preview-bar-iframe, #admin-bar-iframe{display: none !important;}
html{-webkit-text-size-adjust: 100%; padding-bottom: 0!important; background: #fff; -webkit-overflow-scrolling: touch;}
body{font-family: 'Champion Sans Cond LL'; font-size: 10px; margin: 0; text-transform: uppercase; line-height: 1; transition: opacity .3s ease; -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease;-o-transition: opacity .3s ease; font-weight: 400; overflow-x: hidden; color: #000;}
body.show-blur, body.show-menu{overflow: hidden;}
body.fade-out{opacity: 0;}
* {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
h1, h2, h3, h4, h5, h6{font-family: 'Champion Sans Cond LL'; margin:0; font-weight: 400; font-size: inherit;}
p{margin: 0;}
ul{list-style: none; margin: 0; padding: 0;}
a {background-color: transparent; color: inherit; text-decoration: none;}
input{border: 0; padding: 0; font-family: inherit; font-size: inherit;}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active  {-webkit-box-shadow: 0 0 0 30px white inset !important;}
.white-color input:-internal-autofill-selected {color: white!important;}
.white-color input:-webkit-autofill {-webkit-text-fill-color: white!important;}
.white-color input:-webkit-autofill, .white-color input:-webkit-autofill:hover, .white-color input:-webkit-autofill:focus, .white-color input:-webkit-autofill:active{color: white;}
.white-color input:-webkit-autofill, .white-color input:-webkit-autofill:hover, .white-color input:-webkit-autofill:focus, .white-color input:-webkit-autofill:active  {-webkit-box-shadow: 0 0 0 30px #818181 inset !important;}
:focus, :focus-visible{outline: -webkit-focus-ring-color auto 0px; -webkit-tap-highlight-color: rgba(0,0,0,0);}
[type="checkbox"], [type="radio"] {box-sizing: border-box; padding: 0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-scrollbar{display: none; -webkit-appearance: none; width: 0!important;}
*:focus, *:focus-visible{outline: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
*::-moz-selection {background: transparent; color: #000;}
*::selection {background: transparent; color: #000;}
*{-webkit-tap-highlight-color: rgba(0,0,0,0);}
/*


COMING SOON


*/
#coming-soon-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100dvh;
    width: 100vw;
    padding: 3px 6px 6px;
    box-sizing: border-box;
}
#coming-soon-header{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    font-size: 30px;
}
.header-element-p{
    text-align: center;
}
.header-element-m{
    text-align: right;
}
.trigger-saik{
    width: fit-content;
    cursor: pointer;
}
nav#nav{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3px 6px 4px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    box-sizing: border-box;
    background: #fff;
    z-index: 100;
    font-size: 30px;
    border-bottom: .5px solid #000;
}
nav#coming-soon-header,
#header-info{
    padding: 3px 6px 6px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    position: fixed;
    box-sizing: border-box;
    width: 100vw;
    left: 0;
    z-index: 100;
    color: #fff;
    mix-blend-mode: difference;
}
nav#coming-soon-header{
    top: 50%;
    transform: translateY(-50%);
    transition: all 1s ease;
}
body.introed nav#coming-soon-header{
    top: 0;
    transform: translateY(0);
    pointer-events: auto;
    color: #000;
    mix-blend-mode: normal;
}
#header-info{
    top: calc(100dvh + 12px);
    line-height: 1.5;
    padding-top: 51px;
    transition: all 1.5s ease .5s;
    /* background: #fff; */
    z-index: 99;
    mix-blend-mode: difference;
    color: #fff;
}
body.fast-introed #header-info{
    transition: all 1.5s ease 0s;
}
body.introed #header-info{
    top: 0;
}
.header-info-content:nth-child(2){
    text-align: center;
}
.header-info-content:nth-child(3){
    text-align: right;
}
.header-info-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/*


HOMEPAGE


*/
#homepage-media,
#homepage-media img,
#homepage-media video{
    width: 100vw;
    height: 100dvh;
    overflow: hidden;
    z-index: 1;
    object-fit: cover;
    position: absolute;
    left: 0;
}
#homepage-media img,
#homepage-media video{
    opacity: 0;
    pointer-events: none;
}
#homepage-media .swiper-slide.active img,
#homepage-media .swiper-slide.active video,
#homepage-media .swiper-slide.active .landing-caption{
    opacity: 1;
}
#homepage-media{
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity 1s ease, transform 1s ease;
}
body.introed #homepage-media{
    opacity: 0;
    pointer-events: none;
}
#homepage-media .swiper-wrapper{
    display: flex;
}
#homepage-media .swiper-slide{
    width: 100%;
    flex: 1;
    position: initial;
}
#homepage-media .landing-caption{
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
    mix-blend-mode: difference;
    opacity: 0;
    transition: opacity .6s ease;
}
.content-container{
    width: calc( (100vw - 24px) / 3 );
    height: calc(100dvh - var(--header-height) - 14px);
    box-sizing: border-box;
    overflow-y: scroll;
    position: fixed;
    bottom: -100dvh;
    padding: 0 0 6px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 1s ease 0s;
}
body.fast-introed .content-container{
    transition: all 1s ease .5s;
}
.content-container.show{
    bottom: 0;
}
.project-image{
    width: 100%;
    height: auto;
}
#projects-container{
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
#management-container{
    right: 6px;
    text-align: right;
}
.image-container{
    line-height: 0;
}
#management-container .project-trigger{
    width: 50%;
    margin: 0 0 0 auto;
}
.project-content{
    display: none;
}
.project-title,
.project-description{
    line-height: 1.5;
    margin-top: 4px;
}
.project-description:not(:last-child){
    margin-bottom: 20px;
}
.project-featured-image{
    line-height: 0;
}
.project-featured-image .size-true{
    width: 50%;
    margin: 0 auto;
}
.project-data{
    padding: 17px 0 22px;
}
.project-trigger,
.header-element-p,
.header-element-m{
    cursor: pointer;
}
.header-element-p{
    margin: 0 auto;
}
.header-element-m{
    margin: 0 0 0 auto;
}
.project-back{
    display: none;
    padding-bottom: 22px;
}
.project-images-flex .project-image.size-false{
    width: 50%;
}
/*


FILTERS


*/
footer,
#filter-bar{
    position: sticky;
    top: 37px;
    z-index: 90;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    border-bottom: .5px solid #000;
}
#filters-content{
    display: flex;
    flex-wrap: wrap;
    column-gap: 3px;
}
.filter:not(:last-child)::after{
    content: ",";
    display: inline;
}
.filter{
    cursor: pointer;
}
.bar-element{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#view-modes{
    text-align: center;
}
.view-mode-trigger{
    cursor: pointer;
}
.view-mode-trigger[data-mode="two"]::before{
    content: "2";
    display: inline;
}
.view-mode-trigger[data-mode="four"]::before{
    content: "4";
    display: inline;
}
.filter.active,
.view-mode-trigger.active{
    text-decoration: underline;
    text-decoration-thickness: .5px;
}
#search{
    text-align: right;
}
.search-submit{
    display: none;
}
.search-input-form{
    text-align: right;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
    font-weight: normal;
}
.search-input-form::placeholder{
    color: grey;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration{
  display: none;
}
/*


ABOUT


*/
.about-row{
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    border-bottom: .5px solid #000;
}
.about-row-col:nth-child(2){
    text-align: center;
}
.about-row-col:nth-child(3){
    text-align: right;
}
.diary-scroller{
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}
.diary-flex{
    display: flex;
    flex-wrap: nowrap;
}
.diary-flex .image-container{
    line-height: 0;
    scroll-snap-align: start;
    width: calc( (100vw - 30px) / 4 );
    height: 30vw;
    flex-shrink: 0;
    padding-left: 6px;
}
.diary-flex .image-container:last-child{
    padding-right: 6px;
}
.about-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*


PLP


*/
#projects-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 6px 22px;
    gap: 6px;
}
#projects-grid.empty::before{
    content: "No results :(";
    display: block;
    padding-top: 6px;
}
#projects-grid.two{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#management-container .project-images-flex .project-image.size-false{
    width: 50%;
    margin: 0 0 0 auto;
}
.project{
    position: relative;
    opacity: 0;
    transition: opacity 1s ease;
}
.project.show{
    opacity: 1;
}
.project.hidden{
    display: none;
}
.project-image-container{
    line-height: 0;
    height: 30vw;
}
#projects-grid.two .project-image-container{
    height: 60vw;
}
.project-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.video-container{
    position: relative;
}
.controls{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
}
.controls .play{
    width: 0; 
    height: 0; 
    border: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 58px solid #fff;
    background: transparent;
    color: transparent;
    cursor: pointer;
    padding: 0;
    transition: opacity .3s ease;
}
.video-button-bar.mute{
    display: none;
}
.video-container.playing .controls .play{
    border: 0!important;
    display: flex;
    gap: 4px;
    width: 50px;
    height: 60px;
}
.video-container.playing .controls .play::before,
.video-container.playing .controls .play::after{
    content: "";
    display: block;
    height: 60px;
    width: 23px;
    background: #fff;
    position: absolute;
    top: 0;
}
.controls-bar{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 5px;
    box-sizing: border-box;
    align-items: center;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.controls-bar button{
    font-weight: normal;
    border: 0;
    background: 0;
    padding: 0;
    font-family: inherit;
    text-transform: uppercase;
    font-size: inherit;
    color: inherit;
}
.video-container.playing .controls-bar{
    opacity: 1;
    pointer-events: auto;
}
.controls-bar .current-time,
.controls-bar .play{
    width: 27px;
}
.controls-bar .current-time{
    text-align: right;
}
.progress-bar{
    flex: 1;
    height: 2px;
    position: relative;
}
.progress{
    background: #fff;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}
.video-container.playing.idle .controls .play,
.video-container.playing.idle .controls-bar{
    opacity: 0;
}
.video-container.playing .controls .play::before{
    left: 0;
}
.video-container.playing .controls .play::after{
    right: 0;
}
.video-container .video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
body.fullscreen .video-container .video{
    object-fit: contain;
}
.project-name-data{
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    width: 100%;
    box-sizing: border-box;
    z-index: -1;
}
.project-name-data span:nth-child(2){
    text-align: center;
}
.project-name-data span:nth-child(3){
    text-align: right;
}
#empty-search{
    padding: 6px 0 0;
}
/*


PDP


*/
#project-container{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 6px 22px;
}
#project-header{
    position: sticky;
    top: 37px;
    z-index: 90;
    background: #fff;
    width: 100%;
    border-bottom: .5px solid #000;
}
#info-content-grid,
#data-bar{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 6px;
    box-sizing: border-box;
    border-bottom: .5px solid #000;
}
#info-content{
    display: none;
}
#info-content-grid{
    border-bottom: 0;
    padding: 6px 0 0;
}
#info-bar{
    padding: 6px;
    cursor: pointer;
}
#info-trigger::before{
    content: "+";
    display: inline-block;
    margin-right: 2px;
    width: 6px;
}
#info-trigger.show::before{
    content: "-";
}
.data-column:nth-child(2){
    text-align: center;
}
.data-column:nth-child(3){
    text-align: right;
}
.module-two-columns{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}
.module-four-columns{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}





#legal-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 6px 6px 22px;
    gap: 6px;
}
#legal-container p{
    margin-bottom: 6px;
}
/*


FOOTER


*/
footer{
    position: fixed;
    bottom: 0;
    top: auto;
    border-bottom: 0;
    border-top: .5px solid #000;
}
.footer-element:nth-child(2){
    text-align: center;
}
.footer-element:nth-child(3){
    text-align: right;
}
/*


BREAKPOINTS


*/
@media screen and (min-width: 820px){
.homepage-media-mobile,
.content-container .header-info-content{
    display: none;
}
.project:hover .project-image-container{ 
    animation: blinker 4s ease-in-out infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
}
@media screen and (max-width: 820px){
.video-button-bar.fullscreen{
    display: none;
}
#search{
    gap: 3px;
}
.homepage-media.hide-on-mobile{
    display: none;
}
.view-mode-trigger[data-mode="two"]::before{
    content: "1";
}
.view-mode-trigger[data-mode="four"]::before{
    content: "2";
}
#projects-grid .project-image-container{
    height: 60vw;
}
#projects-grid.two .project-image-container{
    height: 130vw;
}
#projects-grid{
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 28px;
}
#projects-grid.two{
    grid-template-columns: repeat(1, 1fr);
}
body.show-projects #header-info,
body.show-management #header-info,
body.fast-introed #header-info{
    top: calc(100dvh + 12px);
}
.homepage-media-mobile{
    display: block;
}
.content-container .header-info-content{
    line-height: 1.5;
}
#homepage-media{
    pointer-events: none;
}
nav#coming-soon-header,
#header-info,
#coming-soon-container{
    padding: 14px 18px 19px;
}
#header-info{
    gap: 36px;
    width: calc(300vw);
    padding-top: 60px;
}
.content-container{
    width: calc( 100vw - 36px );
    /* background: #fff; */
    padding: 0 0 18px;
    height: calc(100dvh - 60px);
    z-index: 115;
}
/* body.show-projects #header-info{
    left: -100vw;
}
body.show-management #header-info{
    left: -200vw;
} */
#management-container{
    right: 18px;
}
.project-name-data{
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 5px;
}
#info-content-grid,
.module-two-columns{
    grid-template-columns: 1fr;
}
#info-content-grid .data-column:nth-child(2){
    text-align: left;
}
.module-two-columns .image-container.gap{
    display: none;
}
.module-four-columns{
    grid-template-columns: repeat(2, 1fr);
}
.diary-flex .image-container{
    width: calc( (100vw - 18px) / 2 );
    height: 60vw;
}
#legal-container{
    grid-template-columns: 1fr;
}
}