#preview-bar-iframe, #admin-bar-iframe{display: none !important;}
html{-webkit-text-size-adjust: 100%; height: 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; height: 100%; 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;
}




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;
    pointer-events: none;
}
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: normal;
    color: #000;
}
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-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{
    cursor: pointer;
    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: 100dvh;
    box-sizing: border-box;
    overflow-y: scroll;
    position: fixed;
    bottom: -100dvh;
    padding: calc(var(--header-height) + 14px) 0 6px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 1s ease;
}
.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%;
}
#management-container .project-images-flex .project-image.size-false{
    width: 50%;
    margin: 0 0 0 auto;
}


@media screen and (min-width: 820px){
.content-container .header-info-content{
    display: none;
}
}
@media screen and (max-width: 820px){
.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;
}
}