@font-face {
  font-family: "Favorit Bold";
  src: url("fonts/FavoritStd-Bold.woff2") format("woff2"),
       url("fonts/FavoritStd-Bold.woff") format("woff");
}

@font-face {
  font-family: "SoLow";
  src: url("fonts/SoLow-Regular.woff2") format("woff2"),
       url("fonts/SoLow-Regular.woff") format("woff");
}



*{
	box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}
::-moz-selection { background: #C4FF0E; }
::selection { background: #C4FF0E; }


body{
	background: white;
    position: relative;
    width: 100%;
    height: 100%;
}

body{
	font-family: "Favorit Bold";
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.page--wrapper{
	background: white;
	padding: 6vw 0 0 0;
	overflow: hidden;
    min-height: 100vh;
}

.page--loading{
	position: fixed;
	top: 0;
	transform: translate(0, 100vh);
    box-shadow: 0 0 15px 0 #00000052;
    transition: 0.5s;
    width: 100vw;
    min-height: 100vh;
    z-index: 3;
}

.arrow{
	font-family: "SoLow";
	font-size: 1.5em;
    transform: translate(0, -0.08em);
    display: inline-block;
}

a{
	color: black;
	text-decoration: none;
	transition: transform 0.1s;
	display: inline-block;
}

p{
	margin: 0;
}

h1, h2, h3{
	font-size: 6vw;
	line-height: 0.9em;
	font-weight: normal;
	margin: 0;
}

h2{
	font-size: 4vw;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

li, .list--title, h3, table, .vid--controls{
	font-size: 2.9vw;
	line-height: 0.9em;
}

.link:hover a{
	padding-left: 2.5vw;
}

li.link:hover a{
	padding-left: 0;
}

li{
	padding-left: 4vw;
}

li a{
	transition: padding 0.2s, transform 0.2s;;
}

.link:before, li:before {
	content: "→";
    font-family: "SoLow";
    font-size: 1.5em;
    transform: translate(0, -0.05em);
    display: inline-block;
    margin-left: 0vw;
    width: 0vw;
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
}

li:before, li.link:before{
	margin-left: -4vw;
    width: 4vw;
    opacity: 1;
}

li.link{
	transition: padding 0.2s, transform 0.2s;
}
li.link:hover{
	transform: translate(2vw, 0);
}
li.link a{
	display: inline-block;
}
li.link:hover a{
	transform: skewX(-15deg) translate(0.1em, 0);
}

.link:hover:before{
	opacity: 1;
	transition: opacity 0.2s;
}

td{
	vertical-align: top;
	margin-bottom: 0.1em;
}

.list--title{
	display: inline-block;
	transform: skewX(-15deg) translate(0.1em, 0);
}


.align--center{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}








/*HEADER*/
.header{
	position: fixed;
	z-index: 10;
	width: 100%;
	height: calc(4vw + 24px);
	top: 0;
    padding: 2vw;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
.frost{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    pointer-events: none;
    display: none;
}
.frost--right{
	left: 50%;
	transform: scale(1, 1);
}
.menu{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 2vw;
    mix-blend-mode: exclusion;
    width: 50%;
}
.menu a{
	margin: 0 5px;
	color: white;
	position: -webkit-sticky;
}

.menu span{
	transition: padding 0.2s;
	display: inline-block;
	transition: padding 0.2s, transform 0.2s;
}

.menu a:before{
    transform: translate(0, -0.2em);
}

.menu a.selected:before{
	opacity: 1;
}

.menu a:hover span, .menu a.selected span{
	padding-left: 20px;
	transform: skewX(-15deg);
}

.menu a:first-child{
	margin: 0 5px 0 0;
}





/*PROJECTS*/

.page--projects{
	position: relative;
	z-index: 2;
    margin-top: 100vh;
}

.landing{
	height: 100vh;
    width: 100vw;
	position: fixed;
	top: 100vh;
	left: 0;
	background: black;
	opacity: 0;
	transition: transform 0s 0.5s, opacity 0s 0.5s;
}

.landing.open{
	transition: transform 0.5s;
	transform: translate(0, -100vh);
	opacity: 1;
	z-index: 2;
}

.landing video,
.landing iframe{
	width: 100%;
	height: 100%;
    position: relative;
}

.landing iframe{
	width: calc(100vh / 0.5625);
	min-height: calc(100vw * 0.5625);
    min-width: 100vw;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reel{
	opacity: 0;
	transition: opacity 0.5s;
}

video.landing--text{
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: exclusion;
	object-fit: contain;
}

.landing h1{
	text-align: center;
	white-space: nowrap;
	color: white;
	mix-blend-mode: difference;
}

.homepage--padding{
	position: relative;
	height: 100vh;
	pointer-events: none;
}

.block{
	position: relative;
	width: 100%;
	height: auto;
	background: white;
	padding: 5vh 2vw;
}

.page--projects .block,
.page--project .block{
	-webkit-transform:translate3d(0, 0, 0);
}

.project--block{
	position: relative;
	width: auto;
	height: 100%;
	display: inline-block;
	transition: opacity 0.5s;
    left: 0;
    top: 0;
}

.project--block video,
.project--block iframe,
.project--block img{
    height: auto;
    max-width: 40vw;
	width: 40vw;
	position: relative;
	pointer-events: none;
    filter: blur(10px);
    transition: filter 0.5s;
}

.project--block img{
	filter: blur(0px);
}

.project--block p{
    display: block;
    position: relative;
    width: 100%;
    transition: transform 0.20s;
}

.project--block:hover p{
	transform: skewX(-15deg) translate(1em, 0);
}

.project--block h2:before{
	content: "→";
    font-family: "SoLow";
    font-size: 1.5em;
    transform: translate(0, -0.05em);
    display: inline-block;
    margin-left: -0vw;
    width: 4vw;
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
}

.project--block:hover h2:before{
	opacity: 1;
	transition: opacity 0.2s;
}

.block--align--center{
	left: 50%;
	transform: translate(-50%, 0);
}

.block--align--right{
    left: 100%;
    transform: translate(-100%, 0);
}









/*INFO*/
.info--desc h1{
	margin-bottom: 6vw;
}

.page--info .block--half{
	display: flex;
	margin-bottom: 6vw;
}

.page--info  .block--left,
.page--info  .block--right{
	width: 40%;
}

.page--info  .block--right{
	margin-left: 2vw;
}

.email span{
	display: inline-block;
	transition: transform 0.2s, padding 0.2s;
}

li a,
td a{
	display: inline-flex;
}

.page--info .link:hover a{
	transform: skewX(-15deg) translate(0.1em, 0);
}

.link:hover .email{
	transform: none !important;
	padding: 0 !important;
}

.link:hover .email span{
	transform: skewX(-15deg) translate(0.1em, 0);
}

.info--desc a:hover{
	transform: skewX(-15deg) translate(0.1em, 0);
}





/*PROJECT*/
.project--video,
.project--image,
.page--project .block--half{
	padding: 2vw 0;
}

.project--image img{
    object-fit: contain;
    width: 100%;
    height: auto;
}


.project--video video,
.project--video iframe{
	width: 100%;
	object-fit: cover;
	display: block;
	filter: blur(10px);
	transition: filter 0.5s;
	pointer-events: none;
}

.project--video iframe.controls{
	pointer-events: auto;
}

.project--video iframe{
	transition: opacity 0.5s;
	opacity: 0;
	object-fit: unset;
}

.page--project .block{
	background: transparent;
}

.block--half{
	display: flex;
}

.block--left,
.block--right{
	position: relative;
	width: 50%;
}

.content--centered{
    position: relative;
    margin: 0 20%;
}

.block--half .content--centered{
	top: 50%;
    transform: translate(0, -50%);
}

.content--left{
	margin-right: 50%;
}

.content--right{
	margin-left: 50%;
}

.back--top{
	position: fixed;
	top: 0;
	right: 0;
    padding: 2vw 2vw 2vw 10px;
    mix-blend-mode: exclusion;
    color: white;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.5s;
}

.back--top span{
	transform: translate3d(0,0,0);
	position: -webkit-sticky;
	color: white;
}

.project--back{
	cursor: pointer;
    display: block;
}

.project--back span{
	transition: padding 0.2s, transform 0.2s;
	display: inline-block;
}

.project--back:before {
	content: "←";
    font-family: "SoLow";
    font-size: 1.5em;
    transform: translate(0, -0.05em);
    display: inline-block;
    margin-left: 0vw;
    width: 0vw;
    position: absolute;
    opacity: 0.001;
    transition: opacity 0.1s;
}
.back--top:before {
    transform: translate(-20px, -0.2em);
    color: white;
}

.project--back:hover:before{
	opacity: 1;
}

.project--back:hover span{
	padding-left: 6vw;
	transform: skewX(15deg);
}
.project--back.back--top:hover span{
	padding-left: 0px;
}

.back--bottom{
	white-space: nowrap;
}

.project--col1{
	width: 16vw;
}
.project--col2{
	width: auto;
}

.project--desc h1{
	padding-left: 6vw;
}

.project--desc h1:before{
	content: "→";
    font-family: "SoLow";
    font-size: 1.5em;
    transform: translate(0, -0.05em);
    display: inline-block;
    margin-left: -6vw;
    width: 4vw;
    position: absolute;
    opacity: 1;
    transition: opacity 0.1s;
}

.project--info .link:hover:before{
	opacity: 0;
}
.project--info tr td:last-child{
	transition: transform 0.2s;
	padding-left: 6vw;
}
.project--info tr td:last-child:before{
	content: "→";
    font-family: "SoLow";
    font-size: 1.5em;
    transform: translate(0, -0.05em);
    display: inline-block;
    margin-left: -6vw;
    width: 4vw;
    position: absolute;
    opacity: 1;
    transition: opacity 0.1s;
}
.info--link:hover td:last-child{
	transform: translate(2vw, 0);
}
.info--link:hover a{
	transform: skewX(-15deg);
}
.vid--controls{
    position: relative;
    left: 0;
    bottom: 0;
    height: 0;
    transform: translate(2vw, -4vw);
    mix-blend-mode: difference;
    color: white;
    opacity: 0;
    transition: opacity 0.2s;
}
.video--block:hover .vid--controls{
	opacity: 1;
}
.vid--play,
.vid--mute{
	display: inline-block;
	transition: transform 0.2s;
	cursor: pointer;
}
.vid--play:hover,
.vid--mute:hover{
	transform: skewX(-15deg);
}





/*INDEX*/
.index--item{
	position: relative;
	padding-left: 0;
}

.index--item:before{
	/*font-size: 8vw;
	transform: translate(0, 0.1em);
    margin-left: -6vw;
    width: 6vw;*/
    display: none;

}

.index--item a{
	position: relative;
	width: 100%;
	display: inline-block;
	z-index: 1;
    color: #ffffff;
    mix-blend-mode: difference;
}

.index--item:hover p{
	transform: skewX(-15deg) translate(1em, 0);
}

.index--item:hover .index--year{
	transform: skewX(-15deg) translate(0.1em, 0);
}

.index--name:before{
	content: "→";
    font-family: "SoLow";
    font-size: 1.5em;
    transform: translate(0, -0.05em);
    display: inline-block;
    margin-left: -0vw;
    width: 4vw;
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
}

.index--item:hover .index--name:before{
	opacity: 1;
	transition: opacity 0.2s;
}

.index--item p,
.index--item .index--year{
	transition: transform 0.2s;
}

.index--name{
	display: inline-block;
	width: 80%;
	position: -webkit-sticky;
}

.index--year{
    position: absolute;
    right: 0;
    top: 0;
}

.index--preview{
	position: fixed;
	max-width: 60vw;
    max-height: 80vh;
    z-index: 0;
	display: none;
    width: 60vw;
    height: 80vh;
    filter: blur(10px);
    transition: filter 0.5s;
}

.index--item:hover .index--preview{
	display: block;
}


/*MISC*/
.page--misc .project--block{
	transition: left 0.5s, transform 0.5s, padding 0.5s, width 0.5s, top 0.5s;
	width: 100%;
}
.block--half > div{
	transition: width 0.5s;
}
.page--misc .expand{
	padding: 0 !important;
}	
.page--misc video,
.page--misc img{
	pointer-events: auto;
	transition: filter 0.5s, opacity 0.5s, width 0.5s, height 0.5s;
	z-index: 1;
	max-width: 100%;
	max-height: 95vh;
	cursor: pointer;
}
.page--misc .expand video,
.page--misc .expand img{
	z-index: 2;
    max-width: 100%;
    width: 100%;
}
.page--misc .block--half.expand--half .project--block.expand{
	top: 0%;
    width: 200%;
    left: -100%;
    transform: none;
}
.expand--half{
    width: 150%;
    padding-left: 2vw;
}
.expand--half.block--left{
	padding-right: 2vw;
	padding-left: 0vw;
}




.page--misc{
	padding-bottom: 50vh;
}

.page--misc .project--block:hover{

}
.page--misc .block{
	background: transparent;
}

.page--misc .block:last{
	background: transparent;
}





@media only screen and (max-width: 600px) {


	h1, h2, h3 {
        font-size: 8vw;
	}
	h2{
		font-size: 8vw;
	}
	li, .list--title, h3, table {
	    font-size: 20px;
	}

	.page--wrapper{
		padding: 60px 0 0 0;
	}



	/*HEADER*/
	.header{
	    height: 64px;
	}
	.menu{
		padding: 20px;
		width: 100vw;
	}

	.menu{
	    justify-content: space-between;
		display: flex;
	}

	.menu a{
		margin: 0;
	}
	.menu a:hover span {
	    padding-left: 0px;
	    transform: none;
	}
	.menu a:hover span {
	    padding-left: 0px;
	    transform: none;
	}
	.menu a:hover:before{
		opacity: 0;
	}
	.menu a.selected:before {
	    opacity: 1;
	}
	.menu a.selected span {
	    padding-left: 20px;
	    transform: skewX(-15deg);
	}
	.frost{
		width: 100%;
	}
	.frost--right{
		display: none;
	}


	/*PROJECTS*/
	.block{
		padding: 20px 20px;
	}
	.project--block{
		padding: 0 !important;
		margin: 0 !important;
	    width: 100%;
	}

	.project--block video,
	.project--block iframe,
	.project--block img{
		max-width: 100%;
	    max-height: 100%;
	    width: 100%;
	}

	.block--half{
		display: block;
		padding: 0 20px;
	}

	.block--left, .block--right {
	    width: 100%;
	    padding: 20px 0 !important;
	}

	.block--align--right {
	    left: 100%;
	}

	.landing{
		/*top: 0;*/
	}

	.landing iframe{
		/*position: absolute;
	    width: 100vw;
	    height: calc(100vw / 0.5625);
	    min-height: 100vh;
	    min-width: calc(100vw / 0.5625);
	    top: 0;
	    left: 0%;
	    /*transform: translate(-50%, 0%);*/
	}



	/*PROJECT*/
	.back--top{
		display: none;
	}
	.block--half .content--centered {
	    top: 0%; 
	    transform: translate(0, 0); 
	}
	.content--centered {
	    margin: 0 20px;
	}
	.content--left {
	    margin-right: 0;
        margin: 0 20px;
	}

	.project--video,
	.project--image{
		padding: 20px 0;
		/*border: 1px solid black;*/
	}

	.project--video.block--half{
		margin: 0 0;
		padding: 0 0;
	}

	.project--col1{
		width: 90px;
	}
	.project--col2{
		width: auto;
	}

	.project--back{
		padding: 20px 20px 40px 20px;
	}
	.project--desc h1 {
	    padding-left: 40px;
	}
	.project--desc h1:before {
	    content: "→";
	    font-family: "SoLow";
	    font-size: 1.5em;
	    transform: translate(0, -0.05em);
	    display: inline-block;
	    margin-left: -40px;
	    width: 40px;
	    position: absolute;
	    opacity: 1;
	    transition: opacity 0.1s;
	}
	.vid--controls{
	    opacity: 1;
	    transform: translate(20px, -40px);
	    font-size: 20px;
	    line-height: 20px;
	}
	.content--right {
	    margin-left: 0%;
	}



	/*INDEX*/
	.index--item{
	    padding-bottom: 5px;
	}
	.index--name {
	    width: 85%;
	}
	.index--year{
	    font-size: 20px;
	}
	.index--item:hover .index--preview{
		display: none;
	}



	/*INFO*/
	.page--info .block--half {
	    display: block;
	    margin-bottom: 0vw;
	}
	.page--info .block--left, .page--info .block--right {
	    width: 250px;
	}
	.page--info .block--right {
	    margin-left: 0vw;
	}
	li {
	    padding-left: 20px;
	}
	li:before,
	li.link:before {
	    content: "→";
	    font-family: "SoLow";
	    font-size: 1.5em;
	    transform: translate(0, 0em);
	    display: inline-block;
	    margin-left: -20px;
	    width: 20px;
	}
	.page--info .link:hover:before {
	    opacity: 0;
	}




}


@media only screen and (max-width: 340px) {

	body{
		font-size: 16px;
	}

	h1, h2, h3 {
	    font-size: 7.4vw;
	}
}




