@charset "utf-8";

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	min-height: 100%;
}

body {
	color: rgba(255, 255, 255, 1);
	background: rgba(15, 3, 21, 1);
	font-family: Arial, "Helvetica Neue", sans-serif;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
}

.landing {
	position: relative;
	width: 100%;
	min-height: max(100svh, 56.25vw);
	overflow: hidden;
}

.background,
.background img {
	position: absolute;
	pointer-events: none;
}

.background {
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.background__base {
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.background__left {
	top: 0;
	left: 0;
	width: 25.8333333333%;
	height: 100%;
}

.background__right {
	top: 0;
	left: 53.0729166667%;
	width: 65.46875%;
	height: 73.4259259259%;
}

.background__header {
	top: 0;
	left: 0;
	width: 100%;
	height: 7.5925925926%;
}

.site-header {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 82px;
}

.brand {
	position: absolute;
	top: 11px;
	left: 15.6770833333%;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}

.brand__logo {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.site-nav {
	position: absolute;
	top: 27px;
	left: 61.8229166667%;
	display: flex;
	align-items: center;
	gap: 93px;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.site-nav a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hero {
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: calc(max(100svh, 56.25vw) - 82px);
}

.hero__copy {
	position: absolute;
	top: 257px;
	left: 15.7291666667%;
	width: 47%;
}

.hero__copy h1 {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
	white-space: nowrap;
}

.hero__copy p {
	margin-top: 39px;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.28;
	letter-spacing: 0;
	white-space: nowrap;
}

.store-link {
	display: block;
	width: 339px;
	margin-top: 43px;
}

.store-link img {
	width: 100%;
	height: auto;
}

.phone-visual {
	position: absolute;
	top: 62px;
	left: 64.21875%;
	width: 21.09375%;
	height: auto;
}

@media (hover: hover) {
	.site-nav a:hover,
	.store-link:hover {
		opacity: 0.82;
	}
}

@media (max-width: 1400px) {
	.hero__copy h1 {
		font-size: 34px;
	}

	.hero__copy p {
		font-size: 25px;
	}

	.store-link {
		width: 290px;
	}

	.site-nav {
		gap: 52px;
		font-size: 22px;
	}
}

@media (max-width: 900px) {
	.landing {
		min-height: 100svh;
		padding-bottom: 52px;
	}

	.background__left {
		width: auto;
		height: 100%;
	}

	.background__right {
		left: 15%;
		width: auto;
		height: 75%;
	}

	.site-header {
		height: 76px;
	}

	.brand {
		top: 12px;
		left: 16px;
		gap: 9px;
		font-size: 22px;
	}

	.brand__logo {
		width: 48px;
		height: 48px;
	}

	.site-nav {
		top: 18px;
		right: 16px;
		left: auto;
		flex-direction: column;
		align-items: flex-end;
		gap: 8px;
		font-size: 15px;
	}

	.hero {
		display: flex;
		min-height: auto;
		flex-direction: column;
	}

	.hero__copy {
		position: relative;
		top: auto;
		left: auto;
		width: calc(100% - 40px);
		margin: 56px auto 0;
	}

	.hero__copy h1 {
		font-size: 34px;
		line-height: 1.18;
		white-space: normal;
	}

	.hero__copy p {
		margin-top: 24px;
		font-size: 18px;
		line-height: 1.5;
		white-space: normal;
	}

	.hero__copy p br {
		display: none;
	}

	.store-link {
		width: 245px;
		margin-top: 28px;
	}

	.phone-visual {
		position: relative;
		top: auto;
		left: auto;
		width: min(78vw, 405px);
		margin: 52px auto 0;
	}
}
