/*───────────────────────────────────────────────────────────*/
/*─                         vars
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                      VARS
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*───────────────────────────────────────────────────────────*/
/*─                          typo
/*───────────────────────────────────────────────────────────*/
/*───────────────────────────────────────────────────────────*/
/*─                         colors
/*───────────────────────────────────────────────────────────*/
/*───────────────────────────────────────────────────────────*/
/*─                         variables
/*───────────────────────────────────────────────────────────*/
/*───────────────────────────────────────────────────────────*/
/*─                         base
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    CORE
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
::-moz-selection {
    color: #242729;
    background: #fafafb;
    text-shadow: none;
}
::selection {
    color: #242729;
    background: #fafafb;
    text-shadow: none;
}
html {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
html::-webkit-scrollbar {
    display: none;
}
body {
    font-size: 16px;
    line-height: 19px;
}
#app, #xhr {
    top: 0;
    height: 100%;
}
#app {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
}
#xhr {
    position: absolute;
    left: calc((100% - 90vw)/2);
    width: 90vw;
}
.page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.page {
    min-height: 100vh;
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    GRID
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
#grid-cta {
    z-index: 9007;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 3.333333vw;
    height: 3.33333vw;
    cursor: pointer;
    transition: opacity .1s;
    background: #242729;
}
#grid-cta:hover {
    opacity: .5;
}
#grid-w {
    z-index: 9007;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .15;
    pointer-events: none;
}
#grid {
    height: 100%;
}
#grid div:first-child {
    margin: 0;
}
#grid div {
    position: relative;
    float: left;
    width: 7.04167vw;
    height: 100%;
    margin: 0 0 0 .5vw;
    background: #000;
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    LOADER
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
#loader {
    display: flex;
    align-items: center;
    justify-content: center;
}
#loader {
    z-index: 9001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loader.off {
    pointer-events: none;
}
#loader-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #242729;
}
#loader-txt {
    position: relative;
    color: #fafafb;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#loader-txt:first-child {
    transition: opacity .5s 1s;
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                      SAIL
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
#sail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafb;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s
}
/*───────────────────────────────────────────────────────────*/
/*─                         common
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                     FOOTER
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
#footer-wrapper {
    position: relative;
    height: 15vw;
}
#footer {
    position: absolute;
    bottom: 2.5vw;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}
#footer-menu a {
    display: inline-block;
    margin: 0 5vw 0 0;
}
#footer-menu {
    font-size: 1vw;
    line-height: 2vw;
    font-weight: bold;
    text-transform: uppercase;
}
#footer-top {
    font-size: 1.75vw;
    line-height: 3.25vw;
    font-weight: bold;
    text-transform: uppercase;
}
#footer-top {
    cursor: pointer;
}
#footer-top:hover {
    opacity: 0.5;
    transition: opacity .5s;
}
#footer-wrapper a {
    position: relative;
    overflow: hidden;
}
#footer-wrapper a.active:after  {
    transform-origin: bottom left;
    transform: scaleX(1);
}
#footer-wrapper a:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 1.5px;
        left: 0;
        background-color: #242729;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform .25s;
    }
#footer-wrapper a:hover:after {
            transform-origin: bottom left;
            transform: scaleX(1);
        }
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                     HEADER
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
#nav-wrapper {
    position: relative;
    width: 100%;
}
#nav {
    z-index: 9002;
    position: fixed;
    top: 2.5vw;
    left: calc((100% - 90vw)/2);
    width: 90vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#nav-menu a {
    float: left;
    margin: 0 0 0 3.5vw;
}
#nav-menu,
#nav-logo {
    font-size: 1.5vw;
    font-weight: bold;
    text-transform: uppercase;
}
#nav-menu a.active:after  {
    transform-origin: bottom left;
    transform: scaleX(1);
}
#nav-wrapper a {
    position: relative;
}
#nav-wrapper a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-bottom: 1.5px solid #242729;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform .25s;
    }
#nav-wrapper a:hover:after {
            transform-origin: bottom left;
            transform: scaleX(1);
        }
/*───────────────────────────────────────────────────────────*/
/*─                         page
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                               ABOUT / INFO
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
#about-content-wrapper,
#contact-content-wrapper {
    width: 74.9167vw;
    position: relative;
    padding: 60px 0 15vw 0;
    min-height: calc(100vh - 15vw - 60px);
}
#about-content-wrapper a,
#contact-content-wrapper a {
    display: inline-block;
}
#about-content-wrapper a:hover,
#contact-content-wrapper a:hover {
    opacity: 0.5;
    transition: opacity .5s;
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─																					 HOME
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
#work-list {
    position: relative;
    padding: 60px 0 15vw 0;
}
#work-list li {
    position: relative;
    width: 42.5vw;
    padding: 5vw 0 0;
    float: left;
}
#work-list li:nth-child(odd) {
    float: right;
}
#work-list:after {
    clear: both;
    content: "";
    display: block;
}
#work-list a:hover .project-h2:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
#work-list .project-h2 {
    position: relative;
    display: inline-block;
    padding: 25px 0 0;
    font-size: 1.5vw;
    font-weight: bold;
    text-transform: uppercase;
}
#work-list .project-h2:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-bottom: 1.5px solid #242729;
        transform: scaleX(0);
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform .25s;
}
#work-list li a {
    position: relative;
    overflow: hidden;
}
#work-list a img {
    transform: scale(1);
    transform-origin: bottom;
    transition: all 1s;
}
#work-list a:hover img {
    transform: scale(1.025);
    opacity: 0.75;
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    P 404
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
#p404 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #242729;
}
#p404 a {
    position: relative;
    color: #fafafb;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    PAGE
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
#page-content-wrapper {
    position: relative;
    padding: 60px 0 15vw 0;
    width: 74.9167vw;
    min-height: calc(100vh - 15vw);
}
#page-content-wrapper a:hover {
    opacity: 0.5;
    transition: opacity .5s;
}
#page h2 {
    padding: 6.25vw 0 0 0;
    font-size: 1.5vw;
    font-weight: bold;
    text-transform: uppercase;
}
#page p {
    padding: 2.25vw 0 0 0;
    font-size: 1.75vw;
    font-weight: normal;
}
#page p.has-large-font-size {
    padding: 5vw 0 0 0;
    font-size: 3.5vw;
    font-weight: bold;
}
#page ul {
    padding: 2.25vw 0 0 0.5vw;
    font-size: 1.75vw;
    font-weight: normal;
}
#page ul li {
    margin: 0 0 0 1.5vw;
    list-style-type: disc;
}
/*───────────────────────────────────────────────────────────*/
/*─                         post
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    POST
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
#single-title-wrapper {
    z-index: 9002;
    position: fixed;
    top: 2.5vw;
    left: calc((100% - 90vw)/2);
    width: 90vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0px, 0px, 0px) !important;
}
#single-title {
    position: absolute;
    top: 0;
    left: 0;
}
#single-info {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
#single-back {
    position: relative;
}
#single-title,
#single-info {
    font-size: 1.5vw;
    font-weight: bold;
    text-transform: uppercase;
}
#single-content-wrapper {
    position: relative;
    padding: 60px 0 15vw 0;
}
#single-gallery-wrapper .single-gallery-image {
    padding: 5vw 0 0 0;
    cursor: pointer;
}
.single-heading-wrapper {
    position: relative;
    width: 74.9167vw;
    padding: 10vw 0 0;
    font-size: 1.5vw;
    font-weight: bold;
    text-transform: uppercase;
}
.single-text-wrapper {
    position: relative;
    width: 74.9167vw;
    margin: 0.5vw 0 0;
    font-size: 1.75vw;
}
.single-text-wrapper p.has-large-font-size {
    font-size: 3.5vw;
    font-weight: bold;
}
#single-footer-wrapper {
    position: relative;
    height: 15vw;
}
#single-footer {
    position: absolute;
    bottom: 2.5vw;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#single-back,
#single-info {
    overflow: hidden;
}
#single-back:after, #single-info:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-bottom: 1.5px solid #242729;
        transform: scaleX(0);
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform .25s;
    }
#single-back:hover:after, #single-info:hover:after {
            transform-origin: bottom left;
            transform: scaleX(1);
        }
#single-back {
    font-size: 1.5vw;
    font-weight: bold;
    text-transform: uppercase;
}

