.mtj-home {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 112px);
	padding: 3rem 1.5rem;
}

.mtj-home .mtj-home-shell {
	width: 100%;
	max-width: 60rem;
	margin: 0 auto;
	text-align: center;
}

.mtj-home .mtj-home-logo {
	display: block;
	width: min(100%, 48rem);
	height: auto;
	max-height: 10rem;
	margin: 0 auto 2.5rem;
	object-fit: contain;
}

.mtj-home h1 {
	margin: 0;
	font-size: clamp(2rem, 5vw, 3.75rem);
	line-height: 1.1;
	color: var(--color-text);
}

.mtj-home h2 {
	margin: 1rem 0 0;
	font-size: clamp(1.125rem, 2.5vw, 1.5rem);
	font-weight: 500;
	color: var(--color-text-light-1);
}

.mtj-home p {
	max-width: 46rem;
	margin: 1.5rem auto 2rem;
	font-size: clamp(1rem, 2vw, 1.125rem);
	line-height: 1.7;
	color: var(--color-text-light-2);
}

.mtj-home .mtj-home-sign-in {
	margin: 0;
}

@media (max-width: 480px) {
	.mtj-home {
		min-height: calc(100vh - 96px);
		padding: 2rem 1rem;
	}

	.mtj-home .mtj-home-logo {
		margin-bottom: 2rem;
	}
}
