@font-face {
    font-family: 'sans-serif';
    src: url('fonts/DuNord-Medium.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'monospace';
    src: url('fonts/ASMRegular.woff2') format('woff2');
    font-display: swap;
}

:root {
  box-sizing: border-box;
}

* {
	box-sizing: border-box;
	max-width: 100%;
	overflow-wrap: break-word;
}

*, 
::before,
::after {
  box-sizing: inherit;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
}

::-webkit-scrollbar {
  display: none;
}

html,
body {
	background-color: #000000;
}

html, body {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

section {
	height: 100vh;
	position: relative;
	scroll-snap-align: start;
	scroll-snap-stop: normal;
	scroll-padding-top: 0px;
    overflow: hidden;
    content-visibility: auto;
    contain-intrinsic-size: 1000px;
}

.section {
	scroll-snap-align: start;
}

body {
	font-family: 'sans-serif', monospace;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: baseline;
	color: #ffffff;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	margin: 0;
	scroll-snap-type: y mandatory;
	scroll-snap-stop: normal;
}

h1, h2, p, a, li {
	font-family: 'sans-serif', sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: baseline;
	color: #ffffff;
	text-rendering: optimizeLegibility;
	font-weight: normal;
}

p {
	font-family: 'monospace', monospace;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: normal;
	text-transform: initial;
	margin: 0;
}

a {
	color: white;
	text-decoration: none;
	border-bottom: 0.5px solid white !important;
}

.block {
	opacity: 1;
	animation: block 1.5s steps(4, start) infinite;
}

.site-nav {
	position: fixed;
	padding: 30px 20px;
	margin: 0;
	z-index: 4;
	mix-blend-mode: difference;

	& a {
		font-size: 20px;
		letter-spacing: 0.5px;
		color: #ffffff;
		text-decoration: none;
	}
	
	& p {
		font-family: 'sans-serif', sans-serif;
		font-size: 20px;
		letter-spacing: 0.5px;
		color: #ffffff;
		animation: fadeInTitle 2s ease-out forwards;
	}
	
	& .byline {
		font-family: 'monospace', monospace;
		font-size: 12px;
		line-height: 1.4;
		letter-spacing: normal;
		text-transform: initial;
		margin-top: 2px;
		color: #666666;
	}
	
}

.container {
	width: 100%;
	height: 100%;
	height: -webkit-fill-available;
	position: absolute;
	display: block;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
	overflow-y: scroll;
	overflow-x: hidden;
}

.background {
	/* display: none; */
	position: absolute;
	width: 78vw;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	animation: fadeInBackground 2s ease-out forwards;
}

.arrow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 42px;
	opacity: 0;
	animation: fadeInArrow 2s forwards;
	animation-delay: .5s;
	text-align: center;
	
	& span {
		font-size: 20px; 
		padding: 3px; 
		color: #333333;
	}
}

.coming-soon {
	padding: 1px 8px 3px 8px;
	border: 1px solid currentcolor;
	border-radius: 20px;
}

.footer-1 {
	position: absolute;
	padding-left: 30px;
	left: 0;
	bottom: 20px;
	
	& p, a {
		font-family: 'monospace', monospace !important;
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: normal;
		text-decoration: none !important;
		border-bottom: none !important;
	}
}

.footer-2 {
	position: absolute;
	padding-left: 10px;
	left: 25%;
	bottom: 20px;
}

.footer-3 {
	position: absolute;
	padding-left: 10px;
	left: 50%;
	bottom: 20px;
}

.footer-4 {
	position: absolute;
	padding-left: 10px;
	left: 75%;
	bottom: 20px;
	
	& p, a {
		font-family: 'monospace', monospace !important;
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: normal;
		text-decoration: none !important;
		border-bottom: none !important;
	}
	
}

.headline {
	width: 100vw;
	height: 100vh;
	margin-top: -10px;
	position: absolute;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 0 20px 20px 20px;
	opacity: 0;
	z-index: 2;
	animation: fadeInBackground 2s ease-out forwards;
	transform-style: preserve-3d;
	
	
	& h1 {
		font-size: 12vw;
		letter-spacing: -0.022em;
		color: #ffffff;
		font-weight: normal;
		text-align: left;
		line-height: 1em;
		font-feature-settings: normal;
		margin: 0;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		
		& br {
			display: none;
		}
	}
}

.title {
	transform: translateZ(100vh);
	font-weight: normal;
	transform-style: preserve-3d;
	font-size: 16px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  display: none;
}

.info {
	/* overflow-x: hidden !important;
  position: absolute; */
  bottom: 0;
  left: 20px;
  margin: 0;
  padding: 0;
  transform: translate3d(0, -20px, 0);
  transition: opacity 0.7s ease-in;
	
	& p {
		font-family: 'sans-serif', monospace;
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: normal;
		margin: 0;
	}
	
	& li {
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: normal;
		text-transform: initial;
		list-style-type: none;
		
		& .li-content {
			position: absolute;
			left: 18px;
		}
	}
}

.number {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	transition: opacity 0.7s ease-in;
	
	& p {
		font-size: 20px;
	}
}

.show-more-button {
  cursor: pointer !important;
}

.more-text {
  overflow-x: hidden !important;
	overflow-y: auto !important;   
	transition: height 0.5s ease;
	width: 100vw;
	max-width: 100%;
	/* max-height: 80vh;  */
	scrollbar-width: none; 
	scroll-behavior: smooth;
	/* padding-right: 40px !important; */
}

.more-text {
	
	& p, a {
		font-family: 'monospace', monospace !important;
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: normal;
	}
	
}

.more-text::-webkit-scrollbar {
	display: none; 
}

.show-text {
	height: auto; 
	max-height: 80vh; 
	overflow-y: auto;
}

.more-text img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	margin: 10px 0 10px 0;
	break-inside: avoid;
}

.image-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 2px;
	width: 100%;
	overflow: hidden;
}

.expandable {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
}

 .extra-content {
	display: none;
}

.toggle-button {
	background: none;
	border: none;
	color: white;
	cursor: pointer;
	font: inherit;
	padding: 0;
}

.toggle-button, button

	& p {
		font-family: 'monospace', monospace;
		font-size: 12px;
		line-height: 1.4;
		letter-spacing: normal;
		text-transform: initial;
		margin: 0;
		-webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align: baseline;
		color: #ffffff;
		text-rendering: optimizeLegibility;
		font-weight: normal;
}
.image-row img {
	width: 33.3%;
	flex: 1 1 auto;
	height: auto;
	object-fit: cover;
}

.more-text img,
.more-text video,
.more-text pre {
	max-width: 100%;
	overflow-wrap: break-word;
	white-space: normal;
}

.columns {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin: 10px 0 10px 0;
}

.col {
	display: flex;
	flex-direction: column;
	min-width: 0;
	
}

.columns-sm {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 2rem;
	margin: 10px 0 0 0;
}

.project {
	padding-bottom: 5px;
}

.text-sm p {
	font-size: 12px !important;
	line-height: 1.4 !important;
	padding: 0 !important; 
}

.credits {
	display: grid;
	grid-template-columns: max-content auto;
	gap: 0em;
}

.credits div {
	padding: 2px 0;
}

.label {
	text-align: left;
}

.value {
	text-align: left;
}

.fadeOut {
  opacity: 0;
  z-index: 3;
}

.fadeIn {
  opacity: 1;
  z-index: 3;
}

.video-grid {
  position: absolute;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 2px;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hero {
	height: 100vh;
	position: sticky;
	top: 0;
	background: black;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	transition: opacity 0.3s ease;
}

.supporting {
	background: black;
	padding: 20px;
	min-height: 120vh;
	z-index: 10 !important;
}

.video-item {
  display: flex;
  position: relative;
  flex: 0 0 calc(50% - 4px);
  margin: 2px;
  overflow: hidden;
  border-radius: 4px;

  & img,
  & video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.video-image {
		opacity: 0;
		transition: opacity 0.3s ease;
}

.video-image {
	height: 100vh;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.video-grid {
		opacity: 1;
		transition: opacity 0.3s ease;
}

.visible {
	opacity: 1 !important;
	transition: opacity 0.3s ease;
}

.video-single {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;

  & video {
    width: 100%;
    height: auto;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
  }

  & video:focus {
    outline: none;
  }
}

.narrow {
  max-width: 80em;
  margin: auto;
}

.contact {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	z-index: 1;
	text-align: left;
	width: 90%;
	
	& h2 {
		font-size: 12vw;
		font-weight: normal;
		letter-spacing: -0.022em;
		line-height: 1em;
		color: #ffffff;
		margin: 0;
		border-bottom: none !important;
		
		& br {
			display: none;
		}
		
		& a {
			color: #ffffff;
			margin: 0 !important;
			border-bottom: none !important;
		}
	}
	
	& p {
		font-size: 18px;
		padding-bottom: 10px;
		letter-spacing: 0.5px;
	}
	
	& .contact-link {
		position: relative;
		display: inline-block;
		margin: 0 0.32em;
		
		&.contact-link:after {
			content: '';
			display: block;
			position: absolute;
			bottom: 8px;
			left: 0;
			width: 0;
			height: 8px;
			background-color: #ffffff;
			transition: width 0.3s ease 0s, left 0.3s;
		}
		
		&.contact-link:hover:after {
			width: 98%;
		}
	}
}

@keyframes scrollText {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
}

@keyframes fadeInAnimation {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeInArrow {
	from {
		opacity: 0;
		transform: translateY(0%);
	}
	to {
		opacity: 1;
		transform: translateY(80%);
	}
}

@keyframes fadeInTitle {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeInBackground {
	from {
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		opacity: 0;
	}
	to {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		opacity: 1;
	}
}

@keyframes buttonHover {
	from {
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
		opacity: 0;
	}
	to {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		opacity: 1;
	}
}

@keyframes moveUpDown {
	0% {
		transform: translate3d(0, 0, 0);
		animation-timing-function: ease-in-out
	}
	50% {
		transform: translate3d(0, -20%, 0);
		animation-timing-function:ease-in-out
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes spinTitle {
	0% {
		transform:translateZ(45deg) rotateX(360deg) rotateY(0deg)
	}

	50% {
		transform:translateZ(0vh) rotateX(360deg) rotateY(360deg)
	}

	100% {
		transform:translateZ(45deg) rotateX(0deg) rotateY(360deg)
	}
}

@keyframes spinTitleReverse {
	0% {
		transform:translateZ(45deg) rotateX(0deg) rotateY(360deg)
	}

	50% {
		transform:translateZ(0vh) rotateX(360deg) rotateY(360deg)
	}

	100% {
		transform:translateZ(45deg) rotateX(360deg) rotateY(0deg)
	}
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

@media only screen and (max-width: 768px) {
	
	/* section {
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
	} */
	
	.columns {
		grid-template-columns: 1fr !important;
	}
	
	.background {
		display: none;
		width: 150%;
		opacity: 0.5 !important;
	}
	
	.site-nav {
		position: fixed;
		padding: 50px 20px;
	}
	
	#cover {
		display: none;
	}

  #title {
    font-size: 20px;
  }
	
	#hide {
		display: none;
	}
	
  p {
		font-size: 9px;
		line-height: 15px;
		letter-spacing: 0.5px;
	}
	
	.more-text {
		width: 100vw;
		padding-right: 10px !important;
	}
	
	.headline {
		
		padding: 0 20px;
		margin-top: -30px;
	
		& h1 {
			font-size: 6em;
			letter-spacing: -0.024em;
			line-height: 1em;
			color: #ffffff;
			
			& br {
				display: initial;
			}
		}	
	}
	
	.title {
		margin-bottom: 80px;
	}
	
	.line {
		visibility: hidden;
	}
	
	.lab {
		display: none;
		top: 32px;
		right: 20px;
		padding: 18px 20px;
		border-radius: 24px;
		border: none;
		background-color: #111111;
		
		& p {
			font-size: 18px;
			letter-spacing: 0.8px;
			color: #ffffff;
			text-decoration: none;
		}
		
		&.lab:hover p {
			color: #ffffff;;
		}
		
		&.lab:after {
			display: none;
		}
	}

	.video-item {
		margin: 1px;
		border-radius: 2px;
	}
	
	.narrow {
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.number {
		display: none;
	}
	
	.info {
		
		padding-right: 10px;
		
		& p {
			font-size: 18px;
			line-height: 1.6;
			letter-spacing: 0.5px;
			padding-right: 10px !important;
		}
		
		&	li {
			font-size: 10px;
			line-height: 1.6;
			letter-spacing: 0.5px;
			padding-right: 10px !important;
		}
	}
	
	.more-text {
		
		& p, a {
			font-family: 'monospace', monospace !important;
			font-size: 11px;
			line-height: 1.6;
			letter-spacing: 0.5px;
		}
		
	}


  .overlay {
    display: none;
  }

  img,
  video {
    opacity: 1;
  }

  .gallery {
		
		& img {
    	padding: 0em;
		}
  }
	
	.photography {
		width: 98.5%;
	}
	
	.contact {
				
		& h2 {
			font-size: 6em;
			letter-spacing: -0.024em;
			line-height: 1em;
			text-align: left;
			
			& br {
				display: initial;
			}
			
			& span {
				visibility: hidden;
			}
		}
			
		& p {
			font-size: 18px;
		}	
		
		& a {
			letter-spacing: 0;
		}
		
		& .contact-link {
			
			&.contact-link:after {
				height: 0px;
				background-color: #000000;
				transition: width 0.3s ease 0s, left 0.3s;
			}
			
			&.contact-link:hover:after {
				width: 0%;
			}
		}
	}
	
	.sans-mobile {
		display: none;
	}
	
	.copyright {
		left: 20px;
		
		& p {
			font-size: 11px;
			line-height: 1.6;
			letter-spacing: 0.5px;
		}
		
	}
	
	.footer-1 {
		display: none;
	}
	
	.footer-3 {
		padding-left: 20px;
		left: 0;
		
		& p, a {
			font-size: 11px !important;
		}
	}
	
	.footer {
		
		& p {
			font-size: 11px;
			line-height: 1.6;
			letter-spacing: 0.5px;
		}
		
	}
	
}
