* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-weight: normal;
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: transparent;
}

::selection {
	background: #fffbf1;
	color: #000;
}
*::-moz-selection {
	background: #fffbf1;
	color: #000;
}
*::-webkit-selection {
	background: #fffbf1;
	color: #000;
}

.instrument-serif-regular {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-style: normal;
}

.instrument-serif-regular-italic {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-style: italic;
}

body {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-style: normal;
	min-height: 100vh;
	background-color: #f8e9c5;
}

.head-section {
	height: 100vh;
	display: grid;
	grid-template-columns: 1fr 2.5fr 1fr;
	background-image: linear-gradient(to bottom, #fffbf1, #f8e9c5);
}

.center-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.title {
	margin-bottom: 1rem;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 0px;
}

.leftrightspaced.big {
	margin-top: -6.5rem;
	display: flex;
	justify-content: space-between;
	width: 100%;
	text-transform: uppercase;
	font-size: 4.5rem;
	opacity: 0.5;
}

.line {
	width: 100%;
	height: 2px;
	background-color: #000;
	margin: -0.8rem 0;
	opacity: 0.5;
}

.leftrightspaced.small {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.5rem;
	opacity: 0.5;
}

.char {
	display: inline-block;
	opacity: 0;
}

.topnav {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	gap: 100px;
	pointer-events: auto;
	backdrop-filter: blur(50px);
}

.topnav a {
	color: black;
	text-decoration: none;
	font-size: 1.5rem;
	font-style: italic;
}

.topnav a:not(:has(img))::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: black;
	transition: width 0.3s ease;
}

.topnav a:not(:has(img)):hover::after {
	width: 100%;
}

.topnav a:has(img) {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hamburger {
	margin-top: 5px;
	display: none;
	flex-direction: column;
	cursor: pointer;
	gap: 8px;
	padding: 10px;
	z-index: 1001;
}

.hamburger span {
	width: 30px;
	height: 2px;
	background-color: black;
	border-radius: 2px;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #f8e9c5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	transform: translateY(-100%);
	z-index: 999;
	visibility: hidden;
}

.mobile-menu.active {
	visibility: visible;
}

.mobile-menu a {
	color: black;
	text-decoration: none;
	font-size: 2rem;
	font-style: italic;
	opacity: 0;
	transform: translateY(-20px);
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f8e9c5;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.logo {
	background: url("apoapsis.svg") no-repeat center center;
	background-size: contain;
	width: 90%;
	height: 100vh;
	position: absolute;
	left: calc(50% - 4rem);
	top: 60vh;
	transform: translate(-50%, -50%);
}

.content {
	display: grid;
	grid-template-columns: 1fr 2.5fr 1fr;
}

h1 {
	font-style: italic;
	font-size: 3rem;
	margin-top: 2rem;
	line-height: 1.5;
}

p {
	font-size: 1.2rem;
	margin: 1rem 0;
	line-height: 1.5;
}

.footer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 2rem;
	padding: 2rem 0 0 0;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	font-size: 1rem;
	color: black;
	margin-top: 8rem;
}

.leftzone,
.rightzone {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.leftzone span:not(li span),
.rightzone span:not(li span) {
	font-size: 1.3rem;
	text-transform: uppercase;
}

.leftzone span:not(li span):not(:nth-child(1)),
.rightzone span:not(li span):not(:nth-child(1)) {
	margin-top: 1rem;
}

.leftzone ul,
.rightzone ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.leftzone li,
.rightzone li {
	line-height: 1.5;
}

.leftzone a,
.rightzone a {
	color: black;
	text-decoration: none;
	font-style: italic;
	transition: opacity 0.3s ease;
}

.leftzone a:hover,
.rightzone a:hover {
	opacity: 0.7;
}

.bottomtext {
	grid-column: 1 / -1;
	text-align: center;
	padding-top: 1.5rem;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	margin-top: 0.5rem;
	padding-bottom: 1.5rem;
}

.bottomtext p {
	font-size: 0.9rem;
	opacity: 0.8;
}

@media (max-width: 768px) {
	.footer {
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 2rem 1.5rem;
	}
	.footer li {
		margin-left: 1rem;
	}
}

.images {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 80%;
	margin: 0 auto;
	margin-top: 4rem;
}

.image {
	position: relative;
	cursor: pointer;
}

.images .image img {
	width: 100%;
	height: auto;
	object-fit: contain;
	will-change: transform;
	pointer-events: none;
}

.images .image .backside img {
	width: 100%;
	height: auto;
	object-fit: contain;
	will-change: transform;
	pointer-events: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.cursor-follower {
	width: 20px;
	height: 20px;
	position: fixed;
	background-color: #fff;
	border-radius: 50%;
	mix-blend-mode: difference;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 1001;
}

.sponsors {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 80%;
	margin: 0 auto;
	margin-top: 40px;
	gap: 50px;
}

.sponsor {
	position: relative;
	cursor: pointer;
	padding: 0.8rem;
}

.sponsors .sponsor img {
	width: 100%;
	height: auto;
	object-fit: contain;
	will-change: transform;
	pointer-events: none;
}

@media screen and (min-width: 1500px) {
	.content {
		grid-template-columns: 1fr min(130ch, 100% - 4rem) 1fr;
	}

	.head-section {
		grid-template-columns: 1fr min(130ch, 100% - 4rem) 1fr;
	}

	.logo {
		height: 80vh;
	}
}

.space {
	margin-top: 10rem;
}

.main-icon {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

@media screen and (max-width: 600px) {
	.content {
		grid-template-columns: 3rem auto 3rem;
	}

	.hide-on-mobile {
		display: none;
	}

	.head-section {
		grid-template-columns: 3rem auto 3rem;
		background-image: linear-gradient(to top, #fffbf1, #f8e9c5);
	}

	body {
		background-color: #fffbf1;
	}

	.topnav {
		justify-content: space-between;
		padding: 0 2rem;
		gap: 0;
	}

	.topnav a:not(:has(img)) {
		display: none;
	}

	.hamburger {
		display: flex;
	}

	.topnav a:has(img) {
		order: -1;
	}

	.images {
		grid-template-columns: 1fr 1fr;
		width: 100%;
		margin-top: 70px;
	}

	.sponsors {
		grid-template-columns: 1fr 1fr;
		width: 100%;
		margin-top: 70px;
	}
}

@media screen and (min-width: 600px) {
	.hide-on-desktop {
		display: none;
	}

	.hide-on-mobile.cr {
		position: relative;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.hide-on-mobile .logo {
		top: 50%;
		left: 50%;
	}
}

.mobile-header {
	margin-top: 60%;
	width: 100%;
	height: 50vh;
	background-image: url("./mobile_header.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.relative {
	position: relative;
}

.deco1 {
	background-image: url("./deco/deco1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: calc(150% + 6rem);
	height: 150px;
	position: absolute;
	bottom: 0;
	left: -50%;
}

li span {
	cursor: pointer;
	text-transform: none;
	font-size: unset;
	font-style: italic;
}

.footer a:nth-child(4) {
	cursor: pointer;
	text-transform: none;
	font-size: unset;
	font-style: italic;
	text-decoration: none;
	opacity: 0.5;
	color: black;
}

.main-content h2 {
	font-size: 2rem;
	margin-top: 3rem;
	line-height: 1.5;
	font-style: italic;
}

.main-content ul:not(.footer ul) {
	list-style: disc;
	margin-left: 2rem;
	margin-top: 1rem;
}

.main-content ul li:not(.footer li) {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.5;
}

.main-content a {
	color: black;
	text-decoration: none;
	font-style: italic;
	transition: opacity 0.3s ease;
}

.main-content a:hover {
	opacity: 0.7;
}

.spon-click {
	opacity: 0.5;
	font-size: 0.9rem;
}
