@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

:root {
	--sky: #67c2ff;
	--sky-deep: #2a5cff;
	--night: #11112b;
	--ink: #ffffff;
	--pill-left: #8bb2ff;
	--pill-right: #d9e54d;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "DM Sans", "Arial", sans-serif;
	color: var(--ink);
}

#new-navigation {
	z-index: 10;
}

.new-navigation-wrap {
	background: transparent;
}

.navigation-header-2022-svg_logo {
	width: 64px;
	height: 64px;
	display: block;
}

.new-navigation-menu-list-item a {
	color: #111;
}

.new-navigation-menu-list-item a:hover,
.new-navigation-menu-list-item a:focus {
	color: #0d6efd;
}

.navigation-header-2022-search-form {
	display: flex;
	align-items: center;
	border: 1px solid #dee2e6;
	border-radius: 999px;
	height: 44px;
	padding: 0 0.5rem 0 1rem;
	background: #fff;
}

.navigation-header-2022-search-form-input {
	border: 0;
	outline: none;
	background: transparent;
	width: 240px;
}

.navigation-header-2022-search-form-submit {
	appearance: none;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") center/18px 18px no-repeat;
	border: 0;
	cursor: pointer;
	width: 36px;
}

.btn-blue {
	background: #0072ce;
	color: #fff;
	border-radius: 999px;
	font-weight: 600;
}

.btn-blue:hover,
.btn-blue:focus {
	background: #0072ce;
	color: #fff;
}

/***** CUSTOM ****/

#new-navigation {
	transition: all 0.5s ease;
}

#new-navigation:not(.is-scrolled) {
	background: transparent !important;
}

#new-navigation:not(.is-scrolled) .navigation-header-2022-search-form {
	background-color: rgba(255, 255, 255, 0.25);
}

#new-navigation:not(.is-scrolled) #header > .border-bottom {
	border-bottom: 0 !important;
}

.hero {
	background: conic-gradient(from -45deg at 50% 70%, #3ebfff 0%, #8dd1ff 14%, #72a4fe 35%, #7aa9fe 75%, #3ebfff 100%);
	height: 100vh;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding-top: 94px;
}

.hero__inner {
	position: relative;
	padding: 40px 0 3.5rem;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1;
	z-index: 5;
}

.hero__copy {
	text-align: center;
	z-index: 5;
	pointer-events: none;
}

.hero__title {
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 1.4rem;
}

.hero__title-claim {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-size: clamp(2.5rem, 6.5vw, 5rem);
}

.hero__cta-wrap {
	margin: 0 auto 24px;
	z-index: 5;
}

.hero__cta {
	border: none;
	background: #0072ce;
	color: #fff;
	font-weight: 600;
	padding: 12px 28px;
	border-radius: 10rem;
	box-shadow: 0 0 24px rgba(255, 255, 255, 0.2);
	cursor: pointer;
	text-decoration: none;
}

.hero__scene {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: end center;
	z-index: 1;
}

.hero__box {
	width: min(760px, 80vw);
	position: relative;
}

.hero__box-image {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.hero__box-front {
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	pointer-events: none;
	z-index: 3;
}

.hero__item {
	position: absolute;
	display: grid;
	place-items: center;
	z-index: 3;
}

.hero__item-image {
	width: 100%;
	height: auto;
	transition: all 1s cubic-bezier(0.7, 0, 0.2, 1);
}

.hero__item-image:hover {
	transform: scale(1.1);
}

.hero__item--earbuds {
	left: 24vw;
	top: 25vh;
	width: min(184px, 40vw);
}

.hero__item--tumbler {
	left: 35vw;
	top: 30vh;
	width: min(212px, 30vw);
}

.hero__item--lanyard {
	right: 35vw;
	top: 35vh;
	width: min(164px, 20vw);
}

.hero__item--socks {
	right: 25vw;
	top: 38vh;
	width: min(267px, 30vw);
}

.hero__item--hoodie {
	left: 32vw;
	top: 70vh;
	width: min(350px, 30vw);
}

.hero__item--bag {
	right: 30vw;
	top: 100vh;
	width: min(360px, 30vw);
}

.logos {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	padding: 2rem 0 1.5rem;
	overflow: hidden;
	z-index: 5;
	background: linear-gradient(
		to bottom,
		hsla(255, 55%, 12%, 0) 0%,
		hsla(255, 55%, 12%, 0.013) 8.1%,
		hsla(255, 55%, 12%, 0.049) 15.5%,
		hsla(255, 55%, 12%, 0.104) 22.5%,
		hsla(255, 55%, 12%, 0.175) 29%,
		hsla(255, 55%, 12%, 0.259) 35.3%,
		hsla(255, 55%, 12%, 0.352) 41.2%,
		hsla(255, 55%, 12%, 0.45) 47.1%,
		hsla(255, 55%, 12%, 0.55) 52.9%,
		hsla(255, 55%, 12%, 0.648) 58.8%,
		hsla(255, 55%, 12%, 0.741) 64.7%,
		hsla(255, 55%, 12%, 0.825) 71%,
		hsla(255, 55%, 12%, 0.896) 77.5%,
		hsla(255, 55%, 12%, 0.951) 84.5%,
		hsla(255, 55%, 12%, 0.987) 91.9%,
		hsl(255, 55%, 12%) 100%
	);
}

.logos__image {
	height: 2.5rem;
	width: auto;
	display: block;
}

@media (max-width: 900px) {
	.hero__scene {
		min-height: 0;
	}

	.hero__item {
		transform: scale(0.85);
	}
}

@media (max-width: 640px) {
	.hero__scene {
		min-height: 0;
	}

	.hero__item {
		transform: scale(0.7);
	}
}
