header { padding: 2.5vh 0; }
header .nav-toggle { display: none; }
header .nav {
	background: none;
	box-shadow: none;
	height: auto;
	padding: 0;
	position: static;
	transform: none;
	width: initial;
	z-index: auto;
}
header .nav nav {
	flex-direction: row;
}
header .nav nav a { height: 2em; margin: 0 0 0 3.6em; }
header .nav .close { display: none; }

/*
.serie-images { gap: 1vw; }
.serie-images > * { flex: initial !important; height: 20em; }
*/

.serie-images > * {
	height: 19vw;
	max-width: 24vw;
}

.serie-descr {
	max-width: 60em;
	width: 50%;
}
.serie-descr p { font-size: 21px; line-height: 1.4; }

.gallery-series {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2%;
}

.gallery-series > div { flex-basis: 23.5%; margin: 1.5em 0 4vh; }
.gallery-series .cover { margin-bottom: 1em; height: 33vh; }

.images-wall-nav {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 3;
}
.images-wall-nav a {
	background-image: url(/i/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	opacity: .5;
	position: absolute;
	top: 0;
	transition: .3s opacity;
	height: 4vh;
	width: 4vh;
}
.images-wall-nav a:hover { opacity: 1; }
.images-wall-nav .wall-nav-prev { left: 2%; transform: scale(-1); }
.images-wall-nav .wall-nav-next { right: 2%; }

.images-wall-nav .wall-nav-prev.hide,
.images-wall-nav .wall-nav-next.hide { display: none; }

.images-wall > div > div { margin: 14vh auto 16vh; height: 70%; }
.images-wall > div figure { align-self: stretch; position: relative; }
.images-wall > div figure:after,
.images-wall > div figure:before {
	border-left: 1px solid rgba(0 0 0 / 20%);
	content: '';
	display: block;
	height: 14vh;
	position: absolute;
	top: -14vh;
	width: 1px;
}
.images-wall > div figure:after { left: 64%; transform: skew(25deg); }
.images-wall > div figure:before { right: 64%; transform: skew(-25deg); }

.images-wall > div picture { position: relative; }

.images-wall > div picture:after,
.images-wall > div picture:before {
	background-size: cover;
	border-radius: 1px;
	content: '';
	display: block;
	position: absolute;
}
.images-wall > div picture:before {
	background-image: var(--borderBeforeBg, "");
	background-position: right;
	box-shadow: inset 4px 0 8px rgba(0 0 0 / 70%);
	height: 100%;
	top: 5px;
	left: 100%;
	transform: skewY(45deg) scaleX(-1);
	width: 8px;
}
.images-wall > div picture:after {
	background-image: var(--borderAfterBg, "");
	background-position: bottom;
	box-shadow: inset 0px 4px 8px rgba(0 0 0 / 70%);
	height: 8px;
	left: 5px;
	top: 100%;
	transform: skewX(45deg) scaleY(-1);
	width: 100%;
}

/*
.images-wall > div picture:after,
.images-wall > div picture:before {
	content: '';
	display: block;
	position: absolute;
}
.images-wall > div picture:before {
	background: #6f7b73;
	height: 100%;
	top: 6px;
	right: 100%;
	transform: skewY(-45deg);
	width: 10px;
}
.images-wall > div picture:after {
	background: #2e3f34;
	height: 10px;
	left: -6px;
	top: 100%;
	transform: skewX(-45deg);
	width: 100%;
}
*/
.images-wall > div picture img { box-shadow: 12px 36px 24px rgb(61 67 57 / 24%); }

.images-wall > div figure figcaption {
	margin-top: 2em;
	opacity: 0;
	top: -100px;
	transition: .5s all;
}

.images-wall > div.active figure figcaption { opacity: 1; top: 0; }
.images-wall > div figure figcaption h3 { font-size: 17px; }
.images-wall > div figure figcaption p { font-size: 15px; }

.content {
	max-width: 1360px;
}

.content h4 { font-size: 23px; }
.content p { font-size: 21px; line-height: 1.48; }
.content ol { font-size: 21px; }

.content .header-image img {  margin-bottom: 5vh; }

.exhibition-list li { font-size: 21px; }
.exhibition-list li span { display: inline-block; margin-left: .7em; }

.me-text {
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
}
.me-text > div { width: 47%; }

body.home { background-position: center; }

.studio-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1vw;
}

.studio-grid figure img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.studio-grid .one { grid-column: 1 / 3; }

.studio-grid .triple-1 { grid-column: 1; }
.studio-grid .triple-2 { grid-column: 2; grid-row: span 2; }
.studio-grid .triple-3 { grid-column: 1; }