@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

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

body {
	color: #ffffff;
	background: #090909;
	overflow-x: hidden;
}

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

img {
	display: block;
	max-width: none;
}

#container {
	width: 100%;
	min-height: 100vh;
}

.main {
	position: relative;
	width: 24rem;
	height: 13.5rem;
	margin: 0 auto;
	overflow: hidden;
	background:
		radial-gradient(ellipse at 92% 32%, rgba(126, 35, 102, 0.58) 0%, rgba(65, 14, 65, 0.3) 30%, transparent 54%),
		radial-gradient(ellipse at 4% 100%, rgba(47, 14, 82, 0.7) 0%, transparent 52%),
		linear-gradient(122deg, #080808 0%, #150719 47%, #29102b 100%);
}

.site-header {
	position: absolute;
	z-index: 3;
	top: 0.1375rem;
	left: 3.7625rem;
	display: flex;
	align-items: flex-start;
	width: 16.4875rem;
	height: 0.75rem;
}

.brand {
	display: flex;
	align-items: flex-start;
	flex: none;
	height: 0.75rem;
}

.brand__badge {
	width: 0.75rem;
	height: 0.75rem;
	flex: none;
}

.brand__name {
	margin: 0.1375rem 0 0 0.15rem;
	font-size: 0.325rem;
	font-weight: 600;
	line-height: 0.4625rem;
	white-space: nowrap;
}

.site-nav {
	display: flex;
	align-items: flex-start;
	gap: 1.1rem;
	margin: 0.125rem 0 0 8.75rem;
	white-space: nowrap;
}

.site-nav a {
	font-size: 0.3rem;
	font-weight: 400;
	line-height: 0.425rem;
	text-decoration: underline;
	text-underline-offset: 0.05rem;
	transition: opacity 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
	opacity: 0.72;
}

.hero {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.hero__content {
	position: absolute;
	z-index: 3;
	top: 4.0375rem;
	left: 3.7625rem;
	width: 9.9rem;
}

.hero__content h1 {
	width: 8.8375rem;
	font-size: 0.5rem;
	font-weight: 600;
	line-height: 0.7rem;
	letter-spacing: 0;
}

.hero__content p {
	width: 9.9rem;
	margin-top: 0.4125rem;
	font-size: 0.35rem;
	font-weight: 400;
	line-height: 0.5rem;
	letter-spacing: 0;
	color: #ffffff;
}

.hero__store {
	display: block;
	width: 4.2375rem;
	height: 1.25rem;
	margin-top: 0.5rem;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero__store:hover,
.hero__store:focus-visible {
	transform: translateY(-0.04rem);
	opacity: 0.9;
}

.hero__store img {
	width: 4.2375rem;
	height: 1.25rem;
}

.hero__visual {
	position: absolute;
	z-index: 2;
	inset: 0;
	pointer-events: none;
}

.hero__image {
	position: absolute;
	top: 1.75rem;
	left: 13.825rem;
	width: 6.425rem;
	height: 10.175rem;
}

@media screen and (max-width: 900px) {
	body {
		background: #090909;
	}

	.main {
		width: 100%;
		height: auto;
		min-height: 100vh;
		padding: 0.5rem 0.5rem 1rem;
	}

	.site-header {
		position: relative;
		top: auto;
		left: auto;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: auto;
	}

	.brand,
	.brand__badge {
		height: 1.4rem;
	}

	.brand__badge {
		width: 1.4rem;
	}

	.brand__name {
		margin: 0.25rem 0 0 0.25rem;
		font-size: 0.65rem;
		line-height: 0.9rem;
	}

	.site-nav {
		flex-direction: column;
		align-items: flex-end;
		gap: 0.12rem;
		margin: 0;
	}

	.site-nav a {
		font-size: 0.38rem;
		line-height: 0.58rem;
	}

	.hero {
		height: auto;
	}

	.hero__content {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		margin-top: 1.1rem;
	}

	.hero__content h1 {
		width: 100%;
		font-size: 1.05rem;
		line-height: 1.32rem;
	}

	.hero__content p {
		width: 100%;
		margin-top: 0.7rem;
		font-size: 0.58rem;
		line-height: 0.9rem;
	}

	.hero__store {
		width: 6.78rem;
		height: 2rem;
		margin-top: 0.8rem;
	}

	.hero__store img {
		width: 6.78rem;
		height: 2rem;
	}

	.hero__visual {
		position: relative;
		inset: auto;
		height: 23rem;
		margin-top: 1rem;
	}

	.hero__image {
		top: 0;
		left: 50%;
		width: 6.425rem;
		height: 10.175rem;
		transform: translateX(-50%) scale(2.15);
		transform-origin: top center;
	}
}
