.library_introduction {
	width: calc(100% + var(--three-units) * 2);
	margin: calc(-1 * var(--unit)) calc(-2 * var(--unit)) 0;
	padding: 0 var(--three-units);
	overflow: hidden;
}

.library_illustration {
	position: relative;
}

.library_back,
.library_left,
.library_right,
.library_banner,
.library_window {
	position: absolute;
}

.library_front,
.library_back {
	width: 100%;
}

.library_back {
	top: 0;
	left: 0;
	opacity: 0.6;
	pointer-events: none;
}

body.invert .library_back {
	opacity: 0.4;
}

.library_left {
	top: 0;
	right: 100%;
	pointer-events: none;
}

.library_right {
	top: 0;
	left: 100%;
	pointer-events: none;
}

.library_front {
	position: relative;
	z-index: 1;
	pointer-events: none;
}

.library_banner {
	display: flex;
	align-items: center;
	padding: var(--unit) 0;
	overflow: hidden;
	top: 9.16%;
	z-index: 2;
	transform: translateY(-50%);
	font-family: "DMT";
	font-size: calc(1rem + 1.4vw);
	line-height: 0.75;
	text-transform: uppercase;
	pointer-events: none;
}

.library_banner::before,
.library_banner::after {
	content: "\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D\002D";
	width: 100%;
	position: absolute;
	left: 0;
	white-space: nowrap;
	letter-spacing: -0.05em;
}

.library_banner::before {
	top: -0.3em;
}

.library_banner::after {
	bottom: -0.3em;
}

.library_banner--full {
	right: 0;
	left: 0;
}

.library_banner--full > .marquee {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.library_banner--full > .marquee.is-init {
	justify-content: flex-start;
}

.library_banner--full > .marquee > div {
	display: flex !important;
	align-items: center;
	height: 100%;
	padding: 0 var(--quarter-unit);
	white-space: nowrap;
}

.library_banner--full:empty,
.library_banner--full:not(:empty) ~ .library_banner {
	display: none;
}

.library_banner--left {
	right: 28.93%;
	left: 9.584%;
	text-transform: uppercase;
}

.library_banner--right {
	justify-content: space-between;
	right: 9.368%;
	left: 71.07%;
}

.library_window {
	overflow: hidden;
	top: 28.13%;
	bottom: 34.138%;
	pointer-events: none;
}

.library_window--left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: var(--half-unit);
	right: 70.998%;
	left: 9.584%;
	pointer-events: all;
}

.library_window--left p + p {
	margin-top: 0;
}

.library_window--center-left {
	left: 32.089%;
	right: 56.174%;
}

.library_window--center-right {
	left: 56.425%;
	right: 32.089%;
}

.library_window--right {
	right: 9.368%;
	left: 71.07%;
	pointer-events: all;
	cursor: pointer;
}

.library_window--top-right {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	top: 18.157%;
	right: 9.368%;
	bottom: 75.664%;
	left: 71.07%;
	pointer-events: all;
	cursor: pointer;
}

.library_window--top-right:hover {
	color: currentColor;
}

.library_preview {
	width: 100%;
	height: 100%;
	animation: slidePosY 100s cubic-bezier(0.1, 0, 0.9, 1) infinite;
}

.library_preview > div {
	animation: slideNegY 100s cubic-bezier(0.1, 0, 0.9, 1) infinite;
}

.library_preview > div > picture > img {
	width: 100%;
	height: auto;
}

@keyframes slideNegY {
	2.5% {
		transform: translate3d(0, 0, 0);
	}
	47.5% {
		transform: translate3d(0, -100%, 0);
	}
	52.5% {
		transform: translate3d(0, -100%, 0);
	}
	97.5% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slidePosY {
	2.5% {
		transform: translate3d(0, 0, 0);
	}
	47.5% {
		transform: translate3d(0, 100%, 0);
	}
	52.5% {
		transform: translate3d(0, 100%, 0);
	}
	97.5% {
		transform: translate3d(0, 0, 0);
	}
}

.library_links {
	margin-top: var(--two-units);
}

.content .library_links {
	margin-top: 0;
	font-size: 1rem;
}

.content .library_links a {
	text-decoration: none;
}

#selection {
	margin-top: calc(-1 * var(--header-opened));
	padding-top: var(--header-opened);
}

.library_links + #selection > .selection_title {
	margin-top: 0;
	border-top: none;
}

.content + #selection > .selection_title {
	margin-top: var(--two-units);
}

#selection + .lister--images:not(.lister--pagination) {
	margin-bottom: 0;
}

#selection + .lister--list {
	margin-top: var(--half-unit);
}

#selection + .lister--list > .lister_sort {
	top: calc(var(--header-opened) - 1px);
	border-top: 1px solid currentColor;
}

#selection + .lister--list > .lister_sort::before {
	top: 0;
}

.library_links > .accordion[open] {
	border-bottom: none;
}

.library_links > .accordion > summary:hover {
	color: var(--background);
	border-top-color: transparent;
}

.library_links > .accordion[open] + .accordion > summary:hover,
.library_links > .accordion[open] + .library_link:hover {
	border-top-color: currentColor;
}

.library_links > .accordion > summary::after {
	display: none;
}

.library_links > .accordion > summary:hover::after {
	content: "\2198";
	display: flex;
	align-items: flex-end;
	padding: var(--half-unit) var(--unit) calc(var(--half-unit) + 1px);
	position: absolute;
	top: -1px;
	right: calc(-1 * var(--three-units));
	bottom: -1px;
	left: calc(-1 * var(--three-units));
	z-index: -1;
	background-color: var(--color);
}

.library_links > .accordion[open] > summary:hover::after {
	content: "\2197";
}

.library_links > .accordion + .accordion,
.library_links > .accordion + .library_link {
	margin-top: -1px;
}

.library_link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--two-units);
	border-top: 1px solid currentColor;
	text-transform: uppercase;
	position: relative;
}

.library_link:last-child {
	border-bottom: 1px solid currentColor;
}

.library_links > .accordion[open] > .library_link {
	color: var(--background);
}

.library_links > .accordion[open] > .library_link:first-of-type {
	border-top-color: transparent;
}

.library_links > .accordion[open] > summary:hover + .library_link {
	border-top-color: currentColor;
}

.library_links > .accordion[open] > .library_link:last-of-type {
	border-bottom-color: transparent;
}

.library_link:hover {
	color: var(--background);
	border-color: var(--color);
}

.library_links > .accordion[open] > .library_link:hover {
	color: var(--color);
	border-top-color: transparent;
}

.library_links > .accordion[open] > .library_link:first-of-type:hover {
	border-top-color: currentColor;
}

.library_links > .accordion[open] > .library_link:hover + .library_link {
	border-top-color: transparent;
}

.library_link--expand::before {
	content: attr(data-title);
}

.library_links > .accordion[open] > .library_link::after,
.library_link:hover::after {
	content: "";
	position: absolute;
	top: -1px;
	right: calc(-1 * var(--three-units));
	bottom: -1px;
	left: calc(-1 * var(--three-units));
	z-index: -1;
	background-color: var(--color);
}

.library_links > .accordion[open] > .library_link:hover::after {
	background-color: var(--background);
}

.content_center .library_link:hover::after {
	left: calc(-1 * var(--button-margin));
}

.content_left--hide + .content_center .library_link:hover::after {
	left: calc(-1 * var(--three-units));
}

.library_accordion {
	display: none;
}

/* @media (prefers-color-scheme: dark) {
	.library_back {
		opacity: 0.4;
	}
} */

@media (max-width: 1279px) {
	.library_window--left {
		font-size: 0.75rem;
	}
}

@media (max-width: 1023px) {
	.library_introduction {
		width: calc(100% + var(--unit) * 2);
		margin: calc(-1 * var(--half-unit)) calc(-1 * var(--half-unit)) 0;
		padding: 0 var(--unit);
	}

	.library_window--left {
		padding: var(--quarter-unit);
		font-size: 0.625rem;
	}

	.library_links > .accordion[open] > summary::after,
	.library_links > .accordion[open] > summary:hover::after {
		content: "";
	}

	.library_links > .accordion[open] > .library_link::after,
	.library_links > .accordion > summary:hover::after,
	.library_link:hover::after {
		right: calc(-1 * var(--unit));
		left: calc(-1 * var(--unit));
	}
}

@media (max-width: 768px) {
	.library_window--top-right {
		font-size: 0.625rem;
	}

	.content + #selection > .selection_title {
		margin-top: var(--unit);
	}

	.content + .library_links {
		margin-top: -1px;
	}

	.content_center .library_link:hover::after,
	.content_left--hide + .content_center .library_link:hover::after {
		content: "";
		left: calc(-1 * var(--unit));
	}
}

@media (max-width: 600px) {
	.library_window--left {
		display: none;
	}

	.library_accordion {
		display: block;
	}

	.library_banner::before,
	.library_banner::after {
		display: none;
	}
}
