body.home .site-header,
body.home .ast-above-header-wrap,
body.home .ast-below-header-wrap {
	display: none;
}

body.home .site-content > .ast-container {
	max-width: none;
	width: 100%;
	padding: 0;
}

body.home {
	background:
		radial-gradient(circle at top left, rgba(174, 223, 255, 0.45), transparent 34%),
		radial-gradient(circle at top right, rgba(255, 176, 214, 0.42), transparent 28%),
		linear-gradient(180deg, #fff7fb 0%, #f7f2ff 44%, #eef7ff 100%);
}

.ng-home {
	--ng-shell: min(1240px, calc(100vw - 32px));
	--ng-border: rgba(220, 170, 211, 0.34);
	--ng-panel: rgba(255, 255, 255, 0.82);
	--ng-panel-soft: rgba(253, 246, 255, 0.92);
	--ng-text: #f2f0fe;
	--ng-muted: #7a679f;
	--ng-pink: #f17695;
	--ng-blue: #8ad8ff;
	--ng-purple: #8b4ce1;
	--ng-deep: #ffffff;
	--ng-price: #7a31d0;
	--ng-ink: #4d3578;
	--ng-title-strong: #43246f;
	color: var(--ng-ink);
	font-family: "Avenir Next", "Segoe UI", sans-serif;
	padding: 28px 0 72px;
	position: relative;
	overflow: hidden;
}

.ng-home__bg {
	position: absolute;
	border-radius: 999px;
	filter: blur(18px);
	opacity: 0.7;
	pointer-events: none;
}

.ng-home__bg--one {
	top: 90px;
	left: -80px;
	width: 320px;
	height: 320px;
	background: rgba(138, 216, 255, 0.28);
}

.ng-home__bg--two {
	top: 280px;
	right: -110px;
	width: 380px;
	height: 380px;
	background: rgba(241, 118, 149, 0.18);
}

.ng-shell {
	position: relative;
	z-index: 1;
	width: var(--ng-shell);
	margin: 0 auto;
}

.ng-home-slider {
	margin-top: 4px;
}

.ng-home-slider .nk-slider {
	border-color: var(--ng-border);
}

.ng-home-header {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 20px;
	align-items: center;
	padding: 18px 22px;
	border: 1px solid var(--ng-border);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(251, 241, 255, 0.72)),
		rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(18px);
	box-shadow: 0 24px 70px rgba(196, 163, 224, 0.24);
}

.ng-home-header__brand {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.ng-home-header__logo {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--ng-ink);
	text-decoration: none;
}

.ng-home-header__logo strong,
.ng-home-header__logo small {
	display: block;
}

.ng-home-header__logo strong {
	font-size: 1rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ng-purple);
}

.ng-home-header__logo small {
	color: var(--ng-muted);
	font-size: 0.82rem;
}

.ng-home-header__logo-mark {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--ng-pink), var(--ng-purple) 58%, var(--ng-blue));
	box-shadow: 0 16px 30px rgba(123, 77, 255, 0.34);
	font-weight: 800;
	letter-spacing: 0.08em;
}

.ng-home-header__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ng-home-header__nav a {
	color: var(--ng-muted);
	text-decoration: none;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(197, 159, 219, 0.22);
	background: rgba(255, 255, 255, 0.62);
}

.ng-home h1,
.ng-home h2,
.ng-home h3,
.ng-home h4,
.ng-home p,
.ng-home a,
.ng-home span,
.ng-home strong,
.ng-home small {
	color: inherit;
}

.ng-home-header__nav a:hover,
.ng-home-header__nav a:focus-visible {
	color: var(--ng-purple);
	border-color: rgba(138, 216, 255, 0.65);
}

.ng-home-header__search {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 8px 8px 8px 16px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(241, 118, 149, 0.12), rgba(138, 216, 255, 0.16));
	border: 1px solid rgba(197, 159, 219, 0.32);
}

.ng-home-header__search-icon {
	font-size: 1.1rem;
	color: var(--ng-blue);
}

.ng-home-header__search input {
	border: 0;
	background: transparent;
	color: var(--ng-ink);
	padding: 10px 0;
	font-size: 0.98rem;
}

.ng-home-header__search input::placeholder {
	color: var(--ng-muted);
}

.ng-home-header__search input:focus {
	outline: none;
}

.ng-home-header__search button,
.ng-button {
	border: 0;
	cursor: pointer;
	text-decoration: none;
}

.ng-home-header__search button {
	padding: 13px 20px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--ng-blue), var(--ng-pink));
	color: #432a67;
	font-weight: 800;
}

.ng-hero {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 24px;
	margin-top: 28px;
}

.ng-hero__content,
.ng-hero__visual {
	border: 1px solid var(--ng-border);
	border-radius: 32px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(251, 242, 255, 0.74)),
		var(--ng-panel);
	box-shadow: 0 28px 70px rgba(198, 166, 229, 0.22);
}

.ng-hero__content {
	padding: 38px;
}

.ng-kicker,
.ng-section-head__eyebrow,
.ng-spotlight__label,
.ng-hero__eyebrow {
	display: inline-block;
	margin: 0 0 14px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(98, 216, 255, 0.11);
	color: var(--ng-purple);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ng-hero h1 {
	margin: 0;
	font-size: clamp(2.5rem, 5vw, 4.8rem);
	line-height: 0.95;
	letter-spacing: -0.05em;
	max-width: 10ch;
}

.ng-hero__copy,
.ng-section-head__description,
.ng-spotlight p,
.ng-hero__panel p,
.ng-product-card__meta {
	color: var(--ng-muted);
}

.ng-hero__copy {
	max-width: 56ch;
	font-size: 1.02rem;
	line-height: 1.7;
	margin: 18px 0 0;
}

.ng-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.ng-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border-radius: 999px;
	font-weight: 800;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.ng-button:hover,
.ng-button:focus-visible {
	transform: translateY(-1px);
}

.ng-button--primary {
	background: linear-gradient(135deg, var(--ng-pink), var(--ng-purple) 60%, var(--ng-blue));
	color: #fff;
	box-shadow: 0 16px 24px rgba(222, 128, 178, 0.26);
}

.ng-button--ghost {
	background: rgba(255, 255, 255, 0.72);
	color: var(--ng-purple);
	border: 1px solid rgba(197, 159, 219, 0.26);
}

.ng-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.ng-chip {
	display: inline-flex;
	flex-direction: column;
	gap: 3px;
	padding: 14px 16px;
	min-width: 150px;
	border-radius: 20px;
	text-decoration: none;
	color: var(--ng-ink);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(197, 159, 219, 0.24);
}

.ng-chip small {
	color: var(--ng-muted);
}

.ng-hero__visual {
	display: grid;
	grid-template-rows: 1fr auto;
	gap: 18px;
	padding: 24px;
}

.ng-hero__panel {
	border-radius: 26px;
	padding: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 238, 255, 0.84));
	border: 1px solid rgba(197, 159, 219, 0.18);
}

.ng-hero__panel--primary {
	background:
		radial-gradient(circle at top right, rgba(241, 118, 149, 0.16), transparent 42%),
		linear-gradient(180deg, rgba(138, 216, 255, 0.18), rgba(255, 255, 255, 0.4));
}

.ng-hero__panel--primary ul {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.ng-hero__panel--primary li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
}

.ng-hero__panel--primary span {
	color: var(--ng-muted);
	font-size: 0.92rem;
}

.ng-hero__panel--secondary h2 {
	margin: 10px 0 8px;
	font-size: 1.8rem;
}

.ng-spotlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.ng-spotlight {
	position: relative;
	display: block;
	min-height: 220px;
	padding: 26px;
	border-radius: 28px;
	border: 1px solid var(--ng-border);
	text-decoration: none;
	color: var(--ng-ink);
	overflow: hidden;
	box-shadow: 0 22px 48px rgba(198, 166, 229, 0.24);
}

.ng-spotlight::after {
	content: "";
	position: absolute;
	inset: auto -12% -32% auto;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	filter: blur(18px);
}

.ng-spotlight--anime {
	background: linear-gradient(135deg, rgba(255, 192, 217, 0.94), rgba(228, 211, 255, 0.96));
}

.ng-spotlight--figures {
	background: linear-gradient(135deg, rgba(216, 239, 255, 0.94), rgba(228, 211, 255, 0.96));
}

.ng-spotlight--nintendo {
	background: linear-gradient(135deg, rgba(255, 232, 243, 0.96), rgba(219, 243, 255, 0.96), rgba(233, 221, 255, 0.98));
}

.ng-spotlight h2 {
	margin: 0 0 10px;
	font-size: 1.9rem;
	color: var(--ng-title-strong);
}

.ng-product-section {
	margin-top: 28px;
	padding: 28px;
	border-radius: 32px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(251, 245, 255, 0.88)),
		var(--ng-panel-soft);
	border: 1px solid var(--ng-border);
	box-shadow: 0 24px 60px rgba(198, 166, 229, 0.2);
}

.ng-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.ng-section-head__title {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	letter-spacing: -0.04em;
	color: var(--ng-title-strong);
}

.ng-section-head__description {
	max-width: 54ch;
	margin: 12px 0 0;
	line-height: 1.7;
}

.ng-section-head__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 999px;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.76);
	color: var(--ng-purple);
	border: 1px solid rgba(197, 159, 219, 0.24);
	white-space: nowrap;
}

.ng-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ng-product-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0;
	border-radius: 26px;
	border: 1px solid rgba(197, 159, 219, 0.16);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 241, 255, 0.92)),
		rgba(255, 255, 255, 0.9);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 26px rgba(198, 166, 229, 0.12);
	overflow: hidden;
}

.ng-product-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1 / 0.9;
	min-height: 320px;
	border-radius: 26px 26px 18px 18px;
	overflow: hidden;
	background: #fff;
	margin: 0;
}

.ng-product-card__media::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 36%;
	background: linear-gradient(180deg, transparent, rgba(203, 213, 232, 0.4));
}

.ng-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 10px 12px 0;
	image-rendering: auto;
	transform: none;
}

.ng-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px 16px 14px;
}

.ng-product-card__term {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 8px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(241, 118, 149, 0.1);
	color: var(--ng-purple);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ng-product-card__title {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: var(--ng-title-strong);
}

.ng-product-card__title a {
	color: var(--ng-title-strong);
	text-decoration: none;
}

.ng-product-card__meta {
	margin-top: 8px;
	font-size: 0.9rem;
	line-height: 1.45;
	min-height: 2.6em;
}

.ng-product-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 12px;
}

.ng-product-card__price {
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--ng-price);
}

.ng-product-card__price del {
	opacity: 0.55;
	font-size: 0.88rem;
}

.ng-product-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(255, 208, 228, 0.75), rgba(222, 238, 255, 0.85));
	color: var(--ng-purple);
	text-decoration: none;
	border: 1px solid rgba(197, 159, 219, 0.2);
}

@media (min-width: 1200px) {
	.ng-product-card__media {
		min-height: 350px;
	}
}

.ng-product-card:hover,
.ng-chip:hover,
.ng-spotlight:hover,
.ng-home-header__nav a:hover,
.ng-section-head__link:hover {
	transform: translateY(-2px);
	transition: transform 180ms ease, box-shadow 180ms ease;
	box-shadow: 0 16px 28px rgba(198, 166, 229, 0.18);
}

@media (max-width: 1100px) {
	.ng-home-header,
	.ng-hero {
		grid-template-columns: 1fr;
	}

	.ng-home-header__brand {
		flex-direction: column;
		align-items: flex-start;
	}

	.ng-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.ng-home {
		padding-top: 16px;
	}

	.ng-spotlights,
	.ng-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ng-product-card {
		padding: 0;
	}

	.ng-product-card__media {
		aspect-ratio: 1 / 1.02;
		min-height: 420px;
	}

	.ng-product-card__media img {
		padding: 6px 8px 0;
	}

	.ng-product-card__body {
		padding: 14px 14px 12px;
	}

	.ng-product-card__title {
		font-size: 0.95rem;
		line-height: 1.32;
	}

	.ng-product-card__meta {
		min-height: 2.2em;
		margin-top: 6px;
	}

	.ng-section-head {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.ng-shell {
		width: min(100vw - 20px, 100%);
	}

	.ng-home-header,
	.ng-product-section,
	.ng-hero__content,
	.ng-hero__visual {
		padding: 20px;
		border-radius: 24px;
	}

	.ng-home-header__search {
		grid-template-columns: 1fr;
		border-radius: 22px;
		padding: 14px;
	}

	.ng-home-header__search-icon {
		display: none;
	}

	.ng-home-header__search button {
		width: 100%;
	}

	.ng-hero h1 {
		max-width: none;
		font-size: clamp(2rem, 12vw, 3.4rem);
	}

	.ng-spotlights,
	.ng-products {
		grid-template-columns: 1fr;
	}

	.ng-product-card__media {
		aspect-ratio: 1 / 0.9;
		min-height: 340px;
	}

	.ng-product-card__footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.ng-product-card__cta {
		width: 100%;
	}
}
