.earthion-landing-page {
	margin: 0;
	background: #000;
	color: #fff;
}

.earthion-landing-page .site-header,
.earthion-landing-page .site-footer {
	display: none;
}

.earthion-landing {
	min-height: 100vh;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.earthion-hero {
	position: relative;
	box-sizing: border-box;
	width: min(100%, 1440px);
	min-height: 100vh;
	margin: 0 auto;
	padding: 52px 32px 42px;
	overflow: hidden;
}

.earthion-brand {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-height: 126px;
}

.earthion-brand__logo {
	width: 214px;
	height: auto;
}

.earthion-brand__divider {
	width: 2px;
	height: 104px;
	background: #c7a600;
}

.earthion-brand h1 {
	margin: 0;
	line-height: 0;
}

.earthion-brand h1 img {
	width: min(460px, 45vw);
	height: auto;
}

.earthion-controller {
	display: block;
	width: min(1120px, 92vw);
	height: auto;
	margin: -38px auto -154px;
}

.earthion-waitlist {
	position: relative;
	z-index: 3;
	width: min(380px, calc(100% - 32px));
	margin: 0 auto;
	text-align: center;
}

.earthion-waitlist h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}

.earthion-waitlist form {
	display: grid;
	gap: 12px;
}

.earthion-waitlist input,
.earthion-waitlist select,
.earthion-waitlist button {
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	border: 0;
	border-radius: 5px;
	padding: 0 14px;
	font: 14px Arial, Helvetica, sans-serif;
}

.earthion-waitlist input,
.earthion-waitlist select {
	background: #f5f5f5;
	color: #171717;
}

.earthion-waitlist select:invalid {
	color: #777;
}

.earthion-waitlist button {
	margin-top: 5px;
	background: #ff981b;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.earthion-waitlist button:hover,
.earthion-waitlist button:focus-visible {
	background: #ffad42;
}

.earthion-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.earthion-waitlist__message {
	margin: 12px 0 0;
	font-size: 14px;
}

.earthion-waitlist__message.is-success { color: #8ee69a; }
.earthion-waitlist__message.is-error { color: #ff8f8f; }

.earthion-partners {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin-top: 46px;
}

.earthion-partners img {
	width: auto;
	max-width: 126px;
	height: 40px;
	object-fit: contain;
}

.earthion-partners .earthion-partners__ancient {
	height: 70px;
}

@media (max-width: 700px) {
	.earthion-hero { padding: 28px 12px 32px; }
	.earthion-brand { gap: 12px; min-height: 86px; }
	.earthion-brand__logo { width: 125px; }
	.earthion-brand__divider { height: 70px; }
	.earthion-brand h1 img { width: min(210px, 52vw); }
	.earthion-controller { width: 150vw; max-width: none; margin: -10px 0 -65px; transform: translateX(-17%); }
	.earthion-waitlist h2 { font-size: 22px; }
	.earthion-partners { gap: 16px; margin-top: 36px; }
	.earthion-partners img { max-width: 94px; height: 32px; }
	.earthion-partners .earthion-partners__ancient { height: 58px; }
}
