* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-transform: lowercase;
	/*	cursor: default !important;*/
}

html {
	/* cursor: url("https://static.cargo.site/images/up.png"), auto !important; */
}

@font-face {
	font-family: Basis;
	src: url("../fonts/basis-grotesque-regular-pro.otf");
}

.container {
	position: relative;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body {
	letter-spacing: 0.75px;
	font-family: Basis;
	background: #000;
	color: #fff;
	--baseline-grid-step: 13px;
	--baseline-grid-color: rgba(255, 255, 255, 0.18);
}

html,
body {
	background: #000;
}

body::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	background-image: repeating-linear-gradient(to bottom,
			var(--baseline-grid-color) 0,
			var(--baseline-grid-color) 1px,
			transparent 1px,
			transparent var(--baseline-grid-step));
	transition: opacity 140ms ease;
}

body.baseline-grid-active::after {
	opacity: 1;
}

body.info-open {
	overflow: hidden;
	position: fixed;
	left: 0;
	width: 100%;
}

/* Header text */
.home {
	position: absolute;
	top: 7px;
	left: 40px;
	padding-right: 45px;
	font-size: 20px;
	/* font-family: "punto", sans-serif; */
	font-weight: 400;
	font-style: normal;
	color: white;
	mix-blend-mode: difference;
	z-index: 40;
}

.home a:link,
.home a:visited {
	color: inherit;
	text-decoration: none;
	transition: color 160ms ease;
}

.home h1,
.home .site-title {
	font: inherit;
	font-weight: 400;
	line-height: inherit;
}

.home a:hover {
	color: slategray;
}

.external-link:link {
	color: white;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.external-link:hover {
	text-decoration: none;
}

.caption {
	position: absolute;
	bottom: 28px;
	left: 40px;
	color: white;
	mix-blend-mode: difference;
	font-size: 12px;
	line-height: 13px;
	max-width: 425px;
	text-transform: lowercase;
}

.prev {
	position: absolute;
	left: 40px;
	width: 30px;
	/*	margin-bottom: 60px;*/
	display: block;
	-webkit-user-select: none;
	user-select: none;
	transition: opacity 160ms ease;
}

.next {
	position: absolute;
	right: 40px;
	width: 30px;
	/*	margin-bottom: 60px;*/
	display: block;
	-webkit-user-select: none;
	user-select: none;
	transition: opacity 160ms ease;
}

.short-text {
	display: none;
}

footer {
	font-family: Basis;
	position: absolute;
	right: 40px;
	bottom: 23px;
	font-size: 20px;
	color: white;
	mix-blend-mode: difference;
}

.punctuation {
	color: white;
	mix-blend-mode: difference;
}

.emdash {
	margin-left: -4px;
	margin-right: -4px;
}

.comma {
	margin-left: -5px;
	margin-right: 1px;
}

.arrows {
	position: relative;
}

.info,
.info-short,
.contact {
	color: inherit !important;
	text-decoration: none;
	transition: color 160ms ease;
}

.info,
.info-short {
	background: transparent;
	border: 0;
	font: inherit;
	padding: 0;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

.info:focus,
.info:active,
.info-short:focus,
.info-short:active {
	color: inherit !important;
	outline: none;
}

.more a:link,
.more a:visited,
.more .punctuation {
	color: inherit;
	text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
	.info:hover,
	.info-short:hover,
	.contact:hover {
		color: slategray !important;
	}

	.more a:hover {
		color: slategray !important;
	}
}

.info:visited,
.info-short:visited,
.contact:visited {
	color: white !important;
}

.more {
	position: absolute;
	top: 7px;
	right: 40px;
	font-size: 20px;
	color: white;
	mix-blend-mode: difference;
	z-index: 40;
}

.info-short {
	display: none;
}

.info-overlay {
	position: fixed;
	top: calc(-6px - env(safe-area-inset-top, 0px));
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 30;
	background: #000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 220ms ease, visibility 220ms ease;
}

.info-overlay::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: calc(62px + env(safe-area-inset-top, 0px));
	background: linear-gradient(to bottom, #000 0%, #000 60%, rgba(0, 0, 0, 0.42) 82%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
	z-index: 1;
}

.info-overlay__inner {
	height: 100%;
	overflow-y: auto;
	padding: calc(60px + env(safe-area-inset-top, 0px)) 0 40px;
	position: relative;
	z-index: 0;
}

.about {
	color: white;
	margin-left: 40px;
	margin-top: 4px;
	max-width: 625px;
	font-size: 20px;
	line-height: 26px;
	padding-right: 40px;
}

.about p {
	margin-bottom: 26px;
}

.about-links {
	display: inline-block;
	padding-left: 26px;
	margin-bottom: 26px;
}

.about-links-block {
	display: block;
}

.info-overlay .external-link,
.info-overlay .external-link:visited,
.info-overlay .external-link:hover,
.info-overlay .external-link:active {
	color: white;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.info-overlay .external-link:hover {
	text-decoration: none;
}

.subtitle {
	font-family: Basis;
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
	margin-bottom: 4px;
}

.portrait {
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 100px;
	height: auto;
	max-width: calc(100vw - 80px);
	transform: scaleX(-1);
}

.container.info-open .info-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.container.info-open .caption,
.container.info-open .carousel,
.container.info-open .slider_container,
.container.info-open .slider-container {
	pointer-events: none;
}

.container.info-open .caption,
.container.info-open footer,
.container.info-open .alt_text {
	opacity: 0;
}

.container.info-open .info,
.container.info-open .info-short {
	color: slategray !important;
}

.container.info-open .home,
.container.info-open .more,
.container.info-open .punctuation,
.container.info-open .home a,
.container.info-open .more a,
.container.info-open .contact {
	mix-blend-mode: normal;
	color: #fff !important;
}

.container.info-open .home,
.container.info-open .more {
	position: fixed;
	z-index: 40;
}

@media (hover: hover) and (pointer: fine) {
	.container.info-open .home a:hover,
	.container.info-open .contact:hover {
		color: slategray !important;
	}
}

/* Media Queries */

@media (max-width: 1140px) {
	.short-text {
		display: inline;
	}

	.long-text {
		display: none;
	}
}

@media only screen and (max-device-width: 940px) {
	.home {
		left: 20px;
		font-size: 20px;
	}

	.more {
		font-size: 20px;
		right: 20px;
	}

	.info {
		display: none;
	}

	.info-short {
		text-decoration: none;
		display: inline;
	}

	.info-overlay__inner {
		padding-top: 60px;
	}

	.about {
		margin-left: 20px;
		padding-right: 20px;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.portrait {
		position: static;
		display: inline-block;
		margin-top: 15px;
		max-width: 100px;
	}

	.alt_text {
		/* display: none; */
	}

	.contact {
		margin-left: -2px;
	}
}

/* Slider */

.carousel {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: none;
}

@media (min-width: 660px) {
	.carousel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.carousel .control {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	mix-blend-mode: difference;
}

.carousel .control .left,
.carousel .control .right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

.carousel .control button {
	background: transparent;
	border: 0;
	padding: 0;
}

.carousel .control .left .prev,
.carousel .control .right .next {
	opacity: 0;
	pointer-events: none;
}

.carousel .control .left:hover .prev,
.carousel .control .right:hover .next {
	opacity: 1;
}

.carousel .slides {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

@media (min-width: 660px) {
	.carousel .slides {
		opacity: 0;
	}

	.carousel .slides.is-ready {
		opacity: 1;
	}
}

.carousel .slides.is-animating {
	-webkit-transition: -webkit-transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
	transition: -webkit-transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.carousel .slides .slide {
	height: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.carousel .slides .slide img {
	height: 100%;
	width: auto;
}

.slider_container {
	position: absolute;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

@media (min-width: 660px) {
	.slider_container {
		display: none;
	}
}

.slider_container .mobile_slides {
	position: relative;
	width: 100px;
}

.slider_container .mobile_slides .mobile_slide {
	position: relative;
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.slider_container .mobile_slides .mobile_slide .alt_text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.slider_container .mobile_slides .mobile_slide img {
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.slider-container {
	display: none;
}

@media (max-width: 659px) {
	body {
		background: #000;
		overflow-x: hidden;
	}

	.container {
		background: #000;
		padding-top: 0;
		padding-bottom: 0;
		overflow-x: hidden;
	}

	.home,
	.more {
		position: fixed;
		top: 7px;
		z-index: 30;
	}

	.slider_container {
		position: relative;
		height: auto;
		overflow: visible;
		overflow-x: hidden;
		background: #000;
	}

	.slider_container .mobile_slides {
		width: 100%;
		overflow-x: hidden;
		padding-top: calc(52px + env(safe-area-inset-top, 0px));
	}

	.slider_container .mobile_slides .mobile_slide {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		height: auto;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.slider_container .mobile_slides .mobile_slide.is-left {
		justify-content: flex-start;
	}

	.slider_container .mobile_slides .mobile_slide.is-right {
		justify-content: flex-end;
	}

	.slider_container .mobile_slides .mobile_slide img {
		display: block;
		width: auto;
		max-width: 100%;
		max-height: 74svh;
		height: auto;
		margin-bottom: 0;
		background: #000;
		object-fit: contain;
	}

	.slider_container .mobile_slides .mobile_slide.is-portrait img {
		max-width: min(78vw, 420px);
		max-height: 68svh;
	}

	.slider_container .mobile_slides .mobile_slide.is-landscape img,
	.slider_container .mobile_slides .mobile_slide.is-square img {
		width: 100%;
		max-width: 100%;
		max-height: none;
	}

	.slider_container .mobile_slides .mobile_slide .alt_text {
		display: none;
	}

	.alt_text {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 30;
		background: #000;
		padding: 12px 20px 16px;
		font-size: 12px;
		color: #fff;
		mix-blend-mode: normal;
	}
}

.alt_text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%;
	display: none;
}

p.caption {
	display: none;
}

@media (min-width: 660px) {
	p.caption {
		display: block;
	}
}

footer {
	display: none;
}

@media (min-width: 660px) {
	footer {
		display: block;
	}
}
