@charset "UTF-8";
/* CSS Document */



/*----------GENERAL----------*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ul {
	list-style:none;
}

a {
	text-decoration: none;
}

::selection {
	background-color: #BBBBBB;
}

body {
	background-color: #C9C2BF;
	transition: 1s;
}

.body-overflow {
	overflow-y: hidden;
}

.preloader .inner .percentage {
	width: 100%;
	font-family: 'akzidenz_lightcn';
	color: #222222;
	font-size: 26px;
	letter-spacing: 0.08em;
	position: absolute;
	top: 50%;
	margin-top: 50px;
	text-align: center;
}

.page-loaded .preloader {
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.loading {
	width: 100%;
	height: 100%;
	background-color: #C9C2BF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.loading-bar {
	width: 100%;
	height: 2px;
	background-color: #C9C2BF;
	position: relative;
	top: 50%;
	overflow: hidden;
	margin-bottom: 5px;
}

.loading-bar:before {
	display: block;
	position: absolute;
	content: "";
	left: -200px;
	width: 200px;
	height: 2px;
	background-color: #222222;
}

.loading-bar-1:before {
	-webkit-animation: loading 2.5s linear infinite;
	animation: loading 2.5s linear infinite;
}

.loading-bar-2:before {
	-webkit-animation: loading 2s linear infinite;
	animation: loading 2s linear infinite;
}

.loading-bar-3:before {
	-webkit-animation: loading 3s linear infinite;
	animation: loading 3s linear infinite;
}

@-webkit-keyframes loading {
	from { left: -200px; width:30%; opacity: 0;}
	50% { width: 30%; opacity: 1;}
	70% { width: 70%; }
	80% { left: 50%; }
	95% { left: 120%; }
	to { left: 100%; }
}

@keyframes loading {
	from { left: -200px; width:30%; opacity: 0; }
	50% { width: 30%; opacity: 1;}
	70% { width: 70%; }
	80% { left: 50%; }
	95% { left: 120%; }
	to { left: 100%; opacity: 1;}
}

.header {
	width: 88vw;
	margin-left: 6vw;
	height: 140px;
	position: relative;
	z-index: 3;
	
	/*background-color: aqua;*/
}

.my-name, .project-title {
	position: relative;
	font-family: 'akzidenz_lightcn';
	color: #222222;
	font-size: 26px;
	letter-spacing: 0.08em;
	top: 8px;
}

.my-name a {
	color: #222222;
}

.menu-button {
	width: 36px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 10px;
	cursor: pointer;
}

.menu-button-line {
	width: 100%;
	height: 2px;
	background-color: #222222;
	margin: 8px 0px;
	transition: 0.5s;
}

.menu-line-one-rotate {
	transform: rotate(45deg);
	margin-top: 18px;
}

.menu-line-two-hide {
	visibility: hidden;
	transition: 0s;
}

.menu-line-three-rotate {
	transform: rotate(-45deg);
	margin-top: -19px;
}

.menu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #C9C2BF;
	z-index: 2;
	
	visibility: hidden;
	opacity: 0;
	transition: 1s;
}

.menu-show {
	visibility: visible;
	opacity: 1;
}

.menu ul  {
	position: absolute;
	bottom: 5vw;
	left: 6vw;
	margin-top: -140px;
}

.menu ul li {
	font-family: 'akzidenz_lightcn';
	color: #222222;
	font-size: 26px;
	letter-spacing: 0.08em;
	line-height: 1.5em;
}

.menu ul li a {
	color: #222222;
	transition: 0.2s;
}

.menu ul li a:hover {
	border-bottom: 2px solid;
	border-color: #222222;
}

.menu p {
	font-family: 'akzidenz_lightcn';
	color: #222222;
	font-size: 26px;
	letter-spacing: 0.08em;
}

.email {
	position: absolute;
	right: 6vw;
	bottom: 50%;
}

.email a {
	color: #222222;
	transition: 0.2s;
}

.email a:hover  {
	color: #222222;
	border-bottom: 2px solid;
	border-color: #222222;
}

.year {
	position: absolute;
	bottom: 5vw;
	right: 6vw;
}


/*----------HOME----------*/


.secondary-header {
	width: 89vw;
	height: 45px;
	margin-left: 5.53vw;
	padding: 20px 0px 0px 3px;
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #C9C2BF;
	transition: 1s;
	/*border-bottom: 1px solid #ABA6A2;*/
}


.select-columns-container {
	margin-bottom: 1vw;
	float: left;
}

.select-columns {
	display: inline-block;
	margin-right: 26px;
	cursor: pointer;
	transition: 0.3s;
	padding-bottom: 3px;
	border-bottom-width: 0px;
	border-color: #222222;
	border-bottom-style: solid;
}

.select-3-columns {
	border-bottom-width: 2px;
}


.column-line-icon {
	height: 8px;
	width: 8px;
	background-color: #222222;
	margin-right: 2px;
	display: inline-block;
}


.view-type-container {
	float: right;
	margin-top: -5px;
}

.view-type-container p {
	float: left;
	margin-left: 25px;
	font-family: 'akzidenz_lightcn';
	color: #222222;
	font-size: 23px;
	letter-spacing: 0.08em;
	cursor: pointer;
	border-color: #222222;
}

.view-2d {
	border-bottom: 2px solid;
}

.view-2d-toggle {
	border-bottom: 0px solid;
}

.view-3d {
	border-bottom: 0px solid;
}

.view-3d-toggle {
	border-bottom: 2px solid;
}

.color-mode-container {
	width: 2vw;
	height: 80px;
	/*background-color: aquamarine;*/
	position: fixed;
	bottom: 2vw;
	left: 1.8vw;
}

.color-mode-container p {
	font-family: 'akzidenz_lightcn';
	color: #222222;
	font-size: 23px;
	letter-spacing: 0.08em;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 0;
	margin-bottom: 10px;
	margin-left: -4px;
}

.color-mode {
	width: 22px;
	height: 22px;
	border-radius: 100%;
	margin-left: 6px;
	cursor: pointer;
}

.light-mode {
	display: none;
	background-color: #C9C2BF;
}

.dark-mode {
	background-color: #222222;
}

.sound-container {
	/*background-color: aqua;*/
	width: 2vw;
	height: 60px;
	position: fixed;
	bottom: 2vw;
	margin-bottom: 105px;
	left: 1.8vw;
	cursor: pointer;
}

.sound-container p {
	font-family: 'akzidenz_lightcn';
	color: #222222;
	font-size: 23px;
	letter-spacing: 0.08em;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 0;
	margin-bottom: 16px;
	margin-left: -10px;
}

.sound-curves {
	font-family: 'akzidenz_lightcn';
	color: #222222;
	font-size: 23px;
	letter-spacing: 0.08em;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 0;
	margin-bottom: 66px;
	margin-left: 5px;
	text-decoration: line-through;
}

.sound-on {
	text-decoration: none;
}


/*.sound-icon {
	width: 96%;
	height: auto;
	margin-left: 2px;
	transform: rotate(-90deg);
}*/

.main-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	column-gap: 4vw;
	row-gap: 4vw;
	padding: 0px 10px;
	margin: 0 5vw 2vw 5vw;
	/*margin-top: -1px;*/
}

.main-grid-1-columns {
	grid-template-columns: repeat(1, 84vh);
	grid-template-rows: repeat(6, 84vh);
	justify-content: center;
}

.main-grid-2-columns {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(6, 1fr);
}

.main-grid-4-columns {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
}


.grid-item {
	border: 1px solid #ABA6A2;
	position: relative;
}

.grid-item video {
	position: relative;
	top: 0;
	left: 0;
	width: 100%; 
    height: 100%; 
	object-fit: cover;
}

.grid-item img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%; 
    height: 100%; 
	object-fit: cover;
	mix-blend-mode: multiply;
}

.category-2d {
	/*display: none;*/
}

.category-3d {
	display: none;
}

.toggle-view {
	display: none;
	cursor: pointer;
	width: 24px;
	height: 24px;
	background-image: url("media-library/icon-3D.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.toggle-view-change {
	background-image: url("media-library/icon-2D.svg");
}



/*----------ABOUT----------*/

.about-grid {
	display: grid;
	grid-template-columns: 30vw 54vw;
	column-gap: 4vw;
	row-gap: 10vw;
	padding: 10px;
	margin: 0 5vw 10vw 5vw;
}

.about-hm-text, 
.about-lineness-text {
	background-color: #222222;
	padding: 2em;
}

.about-hm-text p, 
.about-lineness-text p {
	font-family: 'akzidenz_lightcn';
	color: #C9C2BF;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}

.about-hm-text p a, 
.about-lineness-text p a {
	color: #C9C2BF;
	border-bottom: 1px solid #C9C2BF;
}

p.signature {
	text-align: right;
	font-size: 25px;
	letter-spacing: 0.06em;
}

p.note {
	font-size: 25px;
	letter-spacing: 0.06em;
	line-height: 1.2em;
	margin-top: 4em;
	color: #777777;
}

.about-lineness-intro p {
	font-family: 'akzidenz_lightcn';
	color: #222222;
	font-size: 4.5vw;
	letter-spacing: 0.03em;
	line-height: 4.8vw;
	margin-bottom: 0.8em;
}

.indent {
	margin-left: 17.9vw;
}

.about-hm-portrait img {
	width: 100%; 
    height: auto; 
	object-fit: cover;
	opacity: 0.9;
}


.documentation img {
	position: relative;
	width: 86vw;
	height: auto; 
	object-fit: cover;
	margin-bottom:10em;
	margin-left: 7.5vw;
}




