@font-face {
	font-family: 'Zetkin';
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/Zetkin-Light.woff2') format('woff2'),
		url('/fonts/Zetkin-Light.woff') format('woff');
}

@font-face {
	font-family: 'Zetkin';
	font-style: normal;
	font-weight: bold;
	src: url('/fonts/Zetkin-Medium.woff2') format('woff2'),
		url('/fonts/Zetkin-Medium.woff') format('woff');
}

/*@font-face {
	font-family: 'Mint Grotesk';
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/Mint-Grotesk-Regular-V131.woff2') format('woff2'),
		url('/fonts/Mint-Grotesk-Regular-V131.woff') format('woff');
}*/

@font-face {
	font-family: 'Mint Grotesk';
	font-style: normal;
	font-weight: bold;
	src: url('/fonts/Mint-Grotesk-Medium-V131.woff2') format('woff2'),
		url('/fonts/Mint-Grotesk-Medium-V131.woff') format('woff');
}

html {
	background: #000;
	color: #555;
}

:root {
	--c-text-normal: #333;
	--c-text-subtle: #666;
	--c-cream: #cfcdc7;
	--c-bg-page: var(--c-cream);
	--c-bg-content: #ebeeee;
}

body {
	color: var(--c-text-normal);
}

@media (min-width:90em) {
	body {
		font-size: 1.125em;
	}
}

@media (min-width:120em) {
	body {
		font-size: 1.25em;
	}
}

h1 {
	font-family: "Mint Grotesk", Zetkin, sans-serif;
	font-size: min(12vw, 3rem);
	font-weight: bold;
	letter-spacing: -.025em;
	line-height: 1;
	mix-blend-mode: normal;
}

h2 {
	font-family: "Mint Grotesk", Zetkin, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.05;
	margin: 1.5em 0 .75em;
}

h3 {
	break-after: avoid;
	font-family: "Mint Grotesk", Zetkin, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .075em;
	margin: 1.75em 0 .25em;
	text-transform: uppercase;
}

p {
	margin: 0 0 1em;
}

body {
	--padding: min(3em, 5vw);
	font-family: Zetkin, system-ui, sans-serif;
	justify-content: flex-start;
	margin: 0;
	overflow-x: hidden;
}

body::before {
	content: none;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration-thickness: .075em;
}

dt {
	flex-basis: 25%;
	font-size: .825em;
	font-weight: bold;
	letter-spacing: .075em;
	padding-top: .45em;
	text-transform: uppercase;
}

dd {
	margin: 0;
	padding: .25em 0;
}

@media (min-width:30em) {
	dt {
		clear: left;
		float: left;
		width: 12em;
	}
	
	dd {
		margin-left: 11em;
	}
}

.screen-reader-text {
	clip-path: inset(0 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.button,
.button:visited {
	background: #111;
	border-radius: .125em;
	color: #aaa;
	display: inline-block;
	font-size: .75em;
	font-weight: normal;
	letter-spacing: .1em;
	margin: .25em 0;
	padding: .75em 1.5em;
	text-decoration: none;
	text-transform: uppercase;
}

.button:hover {
	background: #1c1c1c;
	color: #bbb;
}

.copy {
	font-size: .666em;
	font-weight: normal;
	letter-spacing: .1em;
	margin-top: 2em;
	text-transform: uppercase;
}

.list-big {
	break-inside: avoid;
	list-style: none;
	padding: 0;
}

.list-big li {
	border-top: 1px solid;
	font-size: 1.25em;
	padding: 1em;
}

.list-big li a {
	display: block;
	margin: -1em;
	padding: 1em;
}

body > header {
	align-items: center;
	background: var(--c-bg-page);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	margin-top: .5em;
	min-height: max(15vw, 3em);
	overflow-x: hidden;
	padding: 1em;
	position: relative;
	width: 100%;
	z-index: 3;
}

body > header:has(video) {
	background: #000;
}

/* Logo */
body > header img {
	display: block;
	margin: 2em auto;
	width: min(30em, max(min(100%, 14em), 40vw));
}

.home > header img {
	width: min(80em, max(min(100%, 14em), 50vw));
}

body > header:has(video) img {
	filter: invert(1);
	mix-blend-mode: difference;
	opacity: .5;
}

header video {
	bottom: 0;
	height: 100%;
	left: 0;
	mix-blend-mode: normal;
	object-fit: cover;
	opacity: .35;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

article {
	background: var(--c-bg-page);
	display: flex;
	flex-direction: column;
	gap: var(--padding);
	padding: var(--padding) 0;
}

section,
footer {
	padding: var(--padding);
}

footer {
	background: var(--c-bg-page);
}

article header {
	font-size: 1.25em;
	padding: var(--padding);
	text-align: center;
}

article header p {
	margin: 0 auto;
	max-width: 30em;
}

article a[download] {
	display: block;
	margin-bottom: 1em;
	position: relative;
	z-index: 1;
}

article a[download]::before {
	background: rgba(0,0,0,.33);
	-webkit-backdrop-filter: blur(12px) saturate(110%);
	backdrop-filter: blur(8px);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .5s;
	z-index: 2;
}

article a[download]::after {
	--size: 2em;
	border: .125em solid;
	border-radius: 50%;
	color: white;
	content: "↓";
	display: flex;
	flex-direction: column;
	font-size: min(3em, max(2em, 5vw));
	justify-content: center;
	left: 50%;
	height: var(--size);
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: opacity .5s;
	transform: translate(-50%, -50%);
	width: var(--size);
	z-index: 3;
}

article a[download]:hover::before,
article a[download]:hover::after {
	opacity: .99;
}

article header img {
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: 50% 25%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

header:has(video),
section {
	box-shadow:
		0 .125em .25em #00000005,
		0 .25em .5em #00000003,
		0 .25em 1em #00000002;
}

section {
	background: var(--c-bg-content);
	padding: var(--padding);
}

section > :first-child {
	margin-top: 0;
}

section.about {
	orphans: 2;
	text-align: left;
}

section.images {
	align-items: stretch;
	display: grid;
	grid-gap: 1em;
	grid-template-columns: repeat(auto-fit, minmax(max(8em, 20%), 1fr));
}

section.images h2 {
	grid-column: 1 / -1;
}

section.images a img {
	aspect-ratio: 1/1;
	border: 1px solid #0000015;
	object-fit: cover;
}

@media (min-width:40em) {
	article,
	footer {
		padding-inline: min(8em, 7.5%);
	}
	
	.home footer {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.home footer .copy {
		flex: none;
		margin-left: auto;
		width: auto;
	}
	
	section div {
		padding: 0;
	}
	
	article img,
	article a[download] {
		display: block;
		margin-bottom: 0;
	}
	
	section.about {
		display: block;
		column-gap: 1.5em;
		column-width: 24ch;
		min-height: 10em;
		padding: var(--padding);
	}
	
	section.about h2 {
		column-span: all;
	}
	
	section.about p {
		break-inside: avoid;
		margin: 0;
		padding-top: 1em;
	}
}

/* Logo */
footer > img {
	display: block;
	margin: 2em auto;
	width: min(10em, 66%);
}

footer > div > * {
	display: block;
}

footer .button {
	width: min-content;
}

footer.copy {
	padding: var(--padding);
	justify-content: center;
	text-align: center;
}

@media (min-width:50em) {
	footer {
		display: flex;
		flex-wrap: wrap;
		text-align: left;
	}
	
	footer > div {
		flex: 1 1 auto;
	}
	
	footer > img {
		box-sizing: border-box;
		padding: 2.5% 37.5%;
		width: 100%;
	}
	
	footer .copy {
		width: 100%;
	}
}

@media (min-width:50em) {
	section.intro {
		display: grid;
		grid-auto-flow: row dense;
		grid-template-columns: 1fr 1fr;
	}
	
	section.intro > * {
		grid-column: 1;
	}
	
	section.intro p {
		grid-column: 2;
	}
}

@media (min-width:70em) {
	section.about {
		column-gap: 2em;
	}
}

@media (min-width:80em) {
	article:not(.home article) {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	section.images,
	section.about {
		grid-column: 1 / -1;
	}
	
	section.intro {
		display: block;
	}
}

.home > header {
	min-height: min(100svh, max(25em, 40vw));
}

.home section img {
	clip-path: polygon(0 2.5%, 100% 0, 100% 97.5%, 0 100%);
	margin: 1em calc(-1 * var(--padding));
	max-width: 100vw;
}

@media (min-width:50em) {
	.home section:not(.about) {
		display: flex;
		flex-direction: column;
		padding-left: 60%;
		position: relative;
	}
	
	.home section:nth-of-type(even) {
		padding-left: var(--padding);
		padding-right: 60%;
	}
	
	.home section img {
		bottom: 0;
		clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
		grid-row: 1 / span 3;
		height: 100%;
		left: 0;
		margin: 0;
		object-fit: cover;
		position: absolute;
		top: 0;
		width: 55%;
	}
	
	.home section:nth-of-type(even) img {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
		grid-column: 2;
		left: auto;
		right: 0;
	}
	
	.home section dt {
		width: 8em;
	}
	
	.home section dd {
		margin-left: 8em;
	}
}

@media (prefers-color-scheme: dark) {
	:root {
		--c-bg-content: oklch( from var(--c-cream) l c h / .75);
		--c-bg-page: #8a888c;
	}
	
	section.images img {
		opacity: .75;
	}
}

@media (max-width:30em) {
	body > header,
	body > header video {
		border-top-left-radius: .5em;
		border-top-right-radius: .5em;
	}
}