@keyframes heroFloatLoop {
	from {
		transform: translate3d(0, -14px, 0) scale(1.12);
	}

	50% {
		transform: translate3d(0, 12px, 0) scale(1.08);
	}

	to {
		transform: translate3d(0, -14px, 0) scale(1.12);
	}
}

.hero-motion-loop {
	animation: heroFloatLoop 18s ease-in-out infinite;
	filter: blur(2.5px) brightness(0.84) saturate(0.96);
	will-change: transform;
	transform-origin: center center;
	top: -7%;
	right: -3%;
	bottom: -7%;
	left: -3%;
}

#home {
	background: #111722;
}

#home::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 13, 22, 0.78) 0%, rgba(8, 13, 22, 0.48) 44%, rgba(8, 13, 22, 0.34) 100%);
	z-index: 1;
	pointer-events: none;
}

.custom-hero-shell {
	background: #111722;
	position: relative;
	overflow: hidden;
}

.custom-hero-copy {
	max-width: 760px;
}

.custom-hero-title {
	display: block !important;
	font-size: clamp(3.15rem, 5.25vw, 4.45rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
	max-width: 10.6ch;
	text-wrap: balance;
}

.custom-hero-description {
	line-height: 1.6;
	max-width: 640px;
	padding-right: 2rem;
}

#header,
#header .header-body,
#header .header-container,
#header .header-row {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

#header {
	margin-bottom: -2px;
	z-index: 1000;
}

html.sticky-header-active #header {
	z-index: 1050;
}

html.sticky-header-active #header .header-body {
	background: rgba(17, 23, 34, 0.96) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
	box-shadow: 0 16px 38px rgba(11, 18, 28, 0.18) !important;
	backdrop-filter: blur(14px);
}

html.sticky-header-active #header .header-nav-main nav > ul > li > a {
	color: rgba(255, 255, 255, 0.86) !important;
}

html.sticky-header-active #header .header-nav-main nav > ul > li > a.active {
	color: var(--primary) !important;
}

html.sticky-header-active #header .header-nav-main nav > ul > li > a.active:before {
	border-bottom-color: var(--primary);
}

@media (max-width: 991px) {
	#header .header-container {
		padding-top: 0.35rem;
		padding-bottom: 0.35rem;
	}

	#header .header-nav {
		width: 100%;
	}

	#header .header-nav-main {
		width: 100%;
	}

	#header .header-nav-main nav {
		background: #ffffff;
		border: 1px solid #e7ebf3;
		border-radius: 14px;
		box-shadow: 0 18px 40px -30px rgba(16, 24, 40, 0.22);
		margin: 0.85rem 1rem 0;
		overflow: hidden;
		padding: 0.55rem 0.7rem;
	}

	#header .header-nav-main nav > ul {
		display: flex;
		flex-direction: column;
		gap: 0.15rem;
		padding: 0;
	}

	#header .header-nav-main nav > ul > li > a {
		border-radius: 10px;
		color: #1d2a44 !important;
		font-size: 0.98rem;
		font-weight: 700;
		margin: 0;
		padding: 0.75rem 0.85rem !important;
		text-transform: none;
	}

	#header .header-nav-main nav > ul > li > a.active,
	#header .header-nav-main nav > ul > li > a:hover {
		background: rgba(13, 110, 253, 0.08) !important;
		color: #53a8ff !important;
	}

	#header .header-nav-main nav > ul > li > a.active,
	#header .header-nav-main nav > ul > li.active > a {
		color: #0d6efd !important;
		opacity: 1 !important;
		background: rgba(13, 110, 253, 0.08) !important;
	}

	#header .header-nav-main nav > ul > li > a:not(.active) {
		color: #1d2a44 !important;
		opacity: 1 !important;
	}

	#header .header-nav-main nav > ul > li > a:before {
		display: none !important;
	}
}

html,
body {
	background: #111722;
}

.body,
.main {
	background: transparent;
}

.custom-text-logo {
	display: inline-flex;
	flex-direction: column;
	line-height: 1;
}

.custom-text-logo-title {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.custom-text-logo-subtitle {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	margin-top: 0.35rem;
	text-transform: uppercase;
}

.custom-search-section {
	background: #ffffff;
}

#footer {
	scroll-margin-top: 96px;
}

.custom-footer .footer-copyright {
	display: none;
}

.custom-footer-main {
	background: #171f2d;
	padding: 4rem 0 2rem;
	position: relative;
}

.custom-footer-main::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 34%);
	content: "";
	inset: 0;
	opacity: 1;
	pointer-events: none;
	position: absolute;
}

.custom-footer-main .container {
	position: relative;
	z-index: 1;
}

.custom-footer-kicker {
	color: #53a8ff;
	display: inline-block;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin-bottom: 0.65rem;
	text-transform: uppercase;
}

.custom-footer-title {
	color: #ffffff;
	font-size: 1.38rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 0;
}

.custom-footer-map-title {
	color: #ffffff;
	font-size: 1.14rem;
	font-weight: 800;
	line-height: 1.24;
}

.custom-footer-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.custom-footer-map-wrap {
	padding-left: 1.5rem;
}

.custom-footer-link {
	color: #ffffff;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.custom-footer-link:hover {
	color: #53a8ff;
}

.custom-footer-copy {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.94rem;
	line-height: 1.7;
	max-width: 420px;
}

.custom-footer-feature {
	align-items: flex-start;
}

.custom-footer-feature .feature-box-icon {
	background: rgba(83, 168, 255, 0.1);
	border: 1px solid rgba(83, 168, 255, 0.16);
	border-radius: 50%;
	height: 42px;
	margin-top: 0.15rem;
	min-width: 42px;
	padding: 0;
	width: 42px;
}

.custom-footer-feature .feature-box-icon i {
	font-size: 0.95rem;
	left: auto;
	position: static;
	top: auto;
}

.custom-footer-feature .feature-box-info label {
	color: rgba(255, 255, 255, 0.52);
	display: block;
	font-size: 0.69rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 0.3rem;
	text-transform: uppercase;
}

.custom-footer-feature .feature-box-info strong,
.custom-footer-feature .feature-box-info a {
	color: #ffffff;
	font-size: 0.9rem;
	line-height: 1.55;
	font-weight: 700;
	text-decoration: none;
}

.custom-footer-feature .feature-box-info a:hover {
	color: #53a8ff;
}

.custom-footer-map-frame {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	height: 320px;
	overflow: hidden;
}

.custom-footer-socials {
	margin-left: -8px;
}

.custom-footer-socials li {
	margin-right: 0.45rem;
}

.custom-footer-socials a {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}

.custom-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.58);
	display: flex;
	font-size: 0.86rem;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 1.6rem;
	padding-top: 1.35rem;
}

.custom-search-panel {
	background: #ffffff;
	border: 1px solid #e7ebf3;
	border-radius: 18px;
	position: relative;
	margin-top: -72px;
	scroll-margin-top: 108px;
	z-index: 4;
	box-shadow: 0 18px 60px -42px rgba(16, 24, 40, 0.28);
}

.custom-search-label {
	color: #1d2a44;
	font-size: 0.92rem;
	font-weight: 700;
	margin-bottom: 0.7rem;
}

.custom-autocomplete-field {
	position: relative;
}

.custom-search-input {
	height: 58px;
	border-radius: 10px;
	border: 1px solid #dbe2ee;
	padding: 0 1.15rem;
	font-size: 1rem;
	box-shadow: none;
}

.custom-search-input:focus {
	border-color: #2684ff;
	box-shadow: 0 0 0 4px rgba(38, 132, 255, 0.12);
}

.custom-autocomplete-list {
	background: #ffffff;
	border: 1px solid #dbe2ee;
	border-radius: 10px;
	box-shadow: 0 18px 42px -30px rgba(16, 24, 40, 0.45);
	display: none;
	left: 0;
	max-height: 240px;
	overflow-y: auto;
	padding: 0.45rem;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 20;
}

.custom-autocomplete-list.is-visible {
	display: grid;
	gap: 0.25rem;
}

.custom-autocomplete-option {
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: #1d2a44;
	font-size: 0.95rem;
	font-weight: 600;
	padding: 0.75rem 0.85rem;
	text-align: left;
	transition: background-color 160ms ease, color 160ms ease;
	width: 100%;
}

.custom-autocomplete-option:hover,
.custom-autocomplete-option:focus {
	background: rgba(13, 110, 253, 0.08);
	color: #0d6efd;
	outline: 0;
}

.custom-search-button {
	height: 58px;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 700;
}

.custom-search-button:disabled {
	cursor: wait;
	opacity: 0.82;
}

.custom-results-note {
	max-width: 520px;
}

.custom-search-helper {
	color: #6b7280;
	font-size: 0.98rem;
	line-height: 1.7;
}

.custom-initial-state {
	margin-bottom: 2.5rem;
}

.custom-initial-shell {
	background: #fff;
	border-top: 1px solid rgba(13, 110, 253, 0.08);
	border-bottom: 1px solid rgba(13, 110, 253, 0.08);
	padding: 1.1rem 0 0.4rem;
}

.custom-initial-intro {
	padding-right: 1rem;
}

.custom-initial-kicker {
	color: var(--primary);
	display: inline-block;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	margin-bottom: 0.7rem;
	text-transform: uppercase;
}

.custom-initial-heading {
	color: #1d2a44;
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 0;
}

.custom-initial-feature {
	border-left: 2px solid rgba(13, 110, 253, 0.14);
	min-height: 100%;
	padding: 0.2rem 0 0.2rem 1rem;
}

.custom-initial-feature-number {
	color: rgba(13, 110, 253, 0.38);
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.55rem;
}

.custom-initial-feature-copy {
	color: #6b7280;
	font-size: 0.94rem;
	line-height: 1.7;
	margin-bottom: 0;
}

.custom-results-stack {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.custom-results-message {
	align-items: flex-start;
	background: #ffffff;
	border: 1px solid #e7ebf3;
	border-radius: 18px;
	box-shadow: 0 14px 40px -36px rgba(16, 24, 40, 0.3);
	color: #606b80;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-bottom: 1rem;
	padding: 1.4rem 1.5rem;
}

.custom-results-message strong {
	color: #162033;
	font-size: 1.05rem;
}

.custom-results-message-warning {
	border-color: rgba(245, 159, 0, 0.35);
}

.custom-results-message-loading {
	border-color: rgba(13, 110, 253, 0.25);
}

.custom-result-item {
	background: #ffffff;
	border: 1px solid #e7ebf3;
	border-radius: 18px;
	display: grid;
	grid-template-columns: 140px 1fr 180px;
	gap: 1.25rem;
	align-items: center;
	padding: 1.1rem;
	box-shadow: 0 14px 40px -36px rgba(16, 24, 40, 0.3);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.custom-result-item:hover {
	border-color: rgba(13, 110, 253, 0.16);
	box-shadow: 0 22px 48px -38px rgba(16, 24, 40, 0.38);
	transform: translateY(-2px);
}

.custom-result-thumb {
	background: linear-gradient(180deg, #f7f9fc 0%, #eef3fa 100%);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	padding: 1rem;
	text-decoration: none;
	border: 1px solid #edf2f8;
	overflow: hidden;
}

.custom-result-thumb img {
	max-height: 130px;
	max-width: 100%;
	object-fit: contain;
	transition: transform 180ms ease;
}

.custom-result-thumb:hover img {
	transform: scale(1.04);
}

.custom-result-main {
	min-width: 0;
}

.custom-result-topline {
	color: #0d6efd;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.custom-result-category {
	align-items: center;
	background: #0d6efd;
	border-radius: 12px;
	box-shadow: 0 12px 26px -20px rgba(13, 110, 253, 0.75);
	color: #ffffff;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 0.8rem;
	max-width: 100%;
	padding: 0.56rem 0.78rem;
}

.custom-result-category-label {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1;
	text-transform: uppercase;
}

.custom-result-category-value {
	color: #ffffff;
	font-size: 0.94rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.1;
	text-transform: uppercase;
}

.custom-result-type {
	background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(83, 168, 255, 0.16));
	border: 1px solid rgba(13, 110, 253, 0.14);
	border-radius: 14px;
	margin-bottom: 0.7rem;
	padding: 0.85rem 0.95rem;
}

.custom-result-type-label {
	color: #0d6efd;
	display: block;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 0.3rem;
	text-transform: uppercase;
}

.custom-result-type-value {
	color: #12305f;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.45;
	margin-bottom: 0;
	text-wrap: pretty;
}

.custom-result-title {
	color: #162033;
	font-size: 1.18rem;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 0.5rem;
}

.custom-result-copy {
	color: #606b80;
	font-size: 0.98rem;
	line-height: 1.65;
	margin-bottom: 0;
}

.custom-result-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 0.65rem;
}

.custom-result-chip {
	background: #f3f7fc;
	border-radius: 999px;
	color: #475467;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.45rem 0.75rem;
	text-transform: uppercase;
}

.custom-result-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.7rem;
}

.custom-result-detail {
	background: #f6f9fd;
	border: 1px solid #edf2f8;
	border-radius: 12px;
	padding: 0.72rem 0.82rem;
}

.custom-result-detail-wide {
	grid-column: 1 / -1;
}

.custom-result-detail-label {
	color: #0d6efd;
	display: block;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

.custom-result-detail-value {
	color: #344054;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.custom-result-side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 0.7rem;
	text-align: center;
}

.custom-stock-badge.in-stock {
	background: #21a35a;
}

.custom-stock-badge.low-stock {
	background: #f59f00;
}

.custom-stock-badge.preorder {
	background: #6c757d;
}

.custom-stock-badge.out-of-stock {
	background: #98a2b3;
}

.custom-stock-badge {
	border-radius: 999px;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.55rem 0.9rem;
}

.custom-result-quality {
	color: #344054;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	max-width: 100%;
	line-height: 1.7;
}

.custom-result-stock-note {
	color: #667085;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
}

@media (max-width: 991px) {
	.custom-search-panel {
		margin-top: -48px;
	}

	.custom-hero-title {
		font-size: clamp(2.95rem, 7vw, 3.95rem);
		max-width: 10.2ch;
	}

	.custom-hero-description {
		max-width: 100%;
		padding-right: 0;
	}

	.custom-footer-map-meta,
	.custom-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.custom-footer-map-wrap {
		padding-left: 0;
	}

	.custom-initial-heading {
		font-size: 1.35rem;
	}

	.custom-result-item {
		grid-template-columns: 120px 1fr;
	}

	.custom-result-side {
		grid-column: 1 / -1;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		text-align: right;
	}
}

@media (max-width: 767px) {
	.custom-hero-title {
		font-size: clamp(2.45rem, 9.6vw, 3.25rem);
		letter-spacing: -0.035em;
		max-width: none;
	}

	.custom-hero-description {
		text-align: left;
	}

	.custom-footer-main {
		padding: 3.5rem 0 1.8rem;
	}

	.custom-footer-card {
		padding: 1.15rem;
	}

	.custom-footer-title {
		font-size: 1.22rem;
	}

	.custom-footer-map-frame {
		height: 260px;
	}

	.custom-initial-shell {
		padding-top: 0.5rem;
	}

	.custom-initial-intro {
		padding-right: 0;
	}

	.custom-initial-heading {
		font-size: 1.2rem;
	}

	.custom-result-item {
		grid-template-columns: 1fr;
	}

	.custom-result-thumb {
		min-height: 260px;
		padding: 0.85rem;
	}

	.custom-result-thumb img {
		max-height: 230px;
		width: 100%;
	}

	.custom-result-type {
		padding: 0.8rem 0.85rem;
	}

	.custom-result-category {
		display: flex;
		justify-content: space-between;
		padding: 0.68rem 0.78rem;
		width: 100%;
	}

	.custom-result-type-value {
		font-size: 0.95rem;
	}
}
