.after:after {
	content: '';
	display: block;
	clear: both;
}

:root {
	--pink: #ff3cac;
	/* Pantone 806 C inspired approximation */
	--pink-hot: #ff0f91;
	--pink-dark: #cc0a72;
	--pink-soft: #fff0f9;
	--yellow: #ffe95a;
	--cyan: #58dce5;
	--violet: #8d5cff;
	--ink: #17131a;
	--muted: #6f6671;
	--line: #eadfe7;
	--paper: #fffafd;
	--white: #ffffff;
	--shadow: 0 18px 60px rgba(59, 16, 48, .13);
	--r: 28px;
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	color: var(--ink);
	background: var(--paper);
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
	display: block
}

.wrap {
	width: min(1180px, calc(100% - 40px));
	margin: auto
}

.eyebrow {
	font-weight: 900;
	letter-spacing: .17em;
	text-transform: uppercase;
	font-size: .78rem;
	color: var(--pink-dark)
}

h1,
h2,
h3,
p {
	margin-top: 0
}

h1 {
	font-size: clamp(3rem, 7vw, 5.5rem);
	line-height: 1;
	letter-spacing: -.065em;
	margin-bottom: 26px
}

h2 {
	font-size: clamp(2.15rem, 4.7vw, 4.5rem);
	line-height: .95;
	letter-spacing: -.05em;
	margin-bottom: 18px
}

h3 {
	font-size: 1.35rem;
	margin-bottom: 8px
}

p {
	line-height: 1.65
}

.lead {
	font-size: clamp(1.02rem, 1.7vw, 1.25rem);
	color: var(--muted);
	max-width: 720px
}

.pink {
	color: var(--pink)
}

.pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(255, 60, 172, .25);
	background: #fff;
	border-radius: 999px;
	padding: 8px 12px;
	font-size: .78rem;
	font-weight: 800
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 21px;
	border-radius: 999px;
	font-weight: 900;
	transition: .25s ease;
	border: 2px solid transparent
}

.btn-primary {
	background: var(--pink);
	color: white;
	box-shadow: 0 12px 30px rgba(255, 60, 172, .28)
}

.btn-primary:hover {
	transform: translateY(-2px);
	background: var(--pink-hot)
}

.btn-ghost {
	background: #fff;
	border-color: var(--line)
}

.btn-ghost:hover {
	border-color: var(--pink);
	transform: translateY(-2px)
}

nav {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 250, 253, .88);
	backdrop-filter: blur(15px);
	border-bottom: 1px solid rgba(234, 223, 231, .75)
}

.nav-inner {
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px
}

.brand img {
	width: 190px;
	height: 56px;
	object-fit: contain;
	object-position: left center
}

.nav-links {
	display: flex;
	gap: 26px;
	align-items: center;
	font-weight: 800;
	font-size: .91rem
}

.nav-links a:hover {
	color: var(--pink)
}

.hero_one {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center right;
}

.zi_one {
	color: #0c59a8;
}

.zi_two {
	color: #f03b95;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.02fr .98fr;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 2;
	padding: 70px 0 80px
}

.hero-copy {
	padding-right: 20px
}

.hero-kicker {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 26px
}

.hero-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 30px
}

.hero-visual {
	position: relative;
	height: 610px
}

.hero-visual .girl {
	position: absolute;
	height: 570px;
	width: 100%;
	object-fit: contain;
	object-position: center bottom;
	right: -15px;
	bottom: 0;
	filter: drop-shadow(0 28px 22px rgba(60, 14, 45, .18))
}

.bubble {
	position: absolute;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 10px 30px rgba(46, 16, 37, .13)
}

.b1 {
	width: 66px;
	height: 66px;
	background: var(--yellow);
	left: 8%;
	top: 12%
}

.b2 {
	width: 42px;
	height: 42px;
	background: var(--cyan);
	right: 5%;
	top: 45%
}

.b3 {
	width: 94px;
	height: 94px;
	background: #fff;
	right: 6%;
	bottom: 7%
}

.hero-note {
	position: absolute;
	right: 3%;
	bottom: 50%;
	background: #fff;
	padding: 14px 18px;
	border-radius: 18px;
	box-shadow: var(--shadow);
	font-weight: 900;
	transform: rotate(-4deg)
}

.hero-note span {
	color: var(--pink)
}

.stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 42px;
	max-width: 620px
}

.stat {
	padding: 17px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .74);
	border: 1px solid rgba(255, 60, 172, .12)
}

.stat strong {
	display: block;
	font-size: 1.16rem;
	margin-bottom: 4px
}

.stat small {
	color: var(--muted);
	font-weight: 700
}

section {
	padding: 100px 0
}

.section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 38px
}

.section-head .lead {
	max-width: 560px
}

.ip-section {
	background: #111;
	color: white;
	position: relative;
	overflow: hidden
}

.ip-section:before {
	content: "IP WORLDS";
	position: absolute;
	right: -20px;
	top: 40px;
	font-size: 10rem;
	font-weight: 1000;
	letter-spacing: -.08em;
	color: rgba(255, 255, 255, .03);
	white-space: nowrap
}

.ip-section .eyebrow {
	color: #ff7ac5
}

.ip-section .lead {
	color: #cfc5cc
}

.ip-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 18px
}

.candy-girl {
	grid-column: span 7;
	background: linear-gradient(135deg, #ff7ac5, #ffe95a)
}

.kpop {
	grid-column: span 5;
	background: linear-gradient(135deg, #32174d 0%, #ff3cac 46%, #51dce7 100%)
}

.monsters {
	grid-column: span 5;
	background: linear-gradient(135deg, #ffcc31, #8d5cff)
}

.warheads {
	grid-column: span 3;
	background: linear-gradient(135deg, #fff, #ffe95a)
}

.kitty {
	grid-column: span 4;
	background: linear-gradient(135deg, #fff2f8, #ff8fca)
}

.kpop-logo {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	inset: 0;
	z-index: -1
}

.kpop-logo b {
	font-size: clamp(3.4rem, 7vw, 6rem);
	letter-spacing: -.08em;
	line-height: .8;
	text-shadow: 0 6px 0 rgba(0, 0, 0, .18)
}

.kpop-logo em {
	font-style: normal;
	font-size: 1.15rem;
	font-weight: 1000;
	letter-spacing: .34em;
	margin-top: 15px
}

.families {
	background: linear-gradient(180deg, #fffafd, #fff1fa)
}

.family-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px
}

.family {
	min-height: 170px;
	border-radius: 24px;
	padding: 22px;
	position: relative;
	overflow: hidden;
	background: white;
	border: 1px solid var(--line);
	transition: .25s ease
}

.family:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 60, 172, .45);
	box-shadow: 0 16px 40px rgba(68, 15, 52, .1)
}

.family .n {
	font-size: .72rem;
	font-weight: 1000;
	color: var(--pink);
	letter-spacing: .15em
}

.family h3 {
	font-size: 1.5rem;
	margin-top: 36px;
	letter-spacing: -.03em
}

.family p {
	font-size: .86rem;
	color: var(--muted);
	margin: 0
}

.family:before {
	content: "";
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	right: -25px;
	top: -25px;
	background: var(--blob, #ffd9ee)
}

.family:nth-child(2n) {
	--blob: #fff2a7
}

.family:nth-child(3n) {
	--blob: #c9f5f7
}

.family:nth-child(4n) {
	--blob: #ded2ff
}

.brand-board {
	margin-top: 30px;
	overflow: hidden;
}

.brand-board img {
	width: 100%;
	border-radius: 20px
}

.cp_list ul {
	display: flex;
	gap: 30px;
	padding-inline-start: 0;
	padding: 30px;
}

.cp_list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	gap: 10px;
	padding: 30px 0;
	width: -webkit-fill-available;
	box-shadow: 6px 6px 13px #aeaeae;
}

.cp_list li:nth-of-type(1) {
	background: rgba(142, 200, 217, 0.7);
}

.cp_list li:nth-of-type(2) {
	background: rgba(241, 139, 181, 1);
}

.cp_list li:nth-of-type(3) {
	background: rgba(237, 229, 100, 0.8);
}

.cp_list li a {
	width: 100%;
}

.cp_list li .cp_list_img {
	width: 250px;
	margin: auto;
	padding-top: 60%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

.cp_list li a:hover .cp_list_img {
	transform: scale(1.1);
}

.capability-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: start
}

.process {
	display: grid;
	gap: 10px
}

.step {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 16px;
	align-items: center;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: 20px;
	background: #fff
}

.step .num {
	width: 54px;
	height: 54px;
	border-radius: 16px;
	background: var(--pink-soft);
	display: grid;
	place-items: center;
	color: var(--pink-dark);
	font-weight: 1000
}

.step strong {
	font-size: 1.02rem
}

.step span {
	display: block;
	color: var(--muted);
	font-size: .88rem;
	margin-top: 4px
}

.capability-panel {
	position: sticky;
	top: 110px;
	border-radius: 32px;
	background: var(--pink);
	color: #fff;
	padding: 38px;
	min-height: 520px;
	overflow: hidden
}

.capability-panel:after {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	border: 60px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	right: -120px;
	bottom: -120px
}

.capability-panel h2 {
	font-size: 3.5rem
}

.feature-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 34px;
	position: relative;
	z-index: 2
}

.feature {
	border: 1px solid rgba(255, 255, 255, .3);
	background: rgba(255, 255, 255, .12);
	padding: 17px;
	border-radius: 18px;
	font-weight: 800
}

.quality {
	/* background: #101010; */
	background-image: url(../images/bj_1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0;
}

.quality-grid {
	display: grid;
	grid-template-columns: 2.1fr 1fr;
	gap: 30px;
	align-items: center;
}

.quality-tags {
	width: 90%;
	margin: auto;
	margin-top: 24px;
}

.quality-tags span {
	padding: 10px 14px;
	border: 1px solid #3a3338;
	border-radius: 999px;
	font-weight: 800;
	color: #eee
}

.quality_img {
	width: 100%;
	height: 0;
	padding-top: 48%;
	background-size: cover;
	transition: all 0.3s;
	background-position: center center;
	background-repeat: no-repeat;
}

.quality_bt {
	font-size: 3.5rem;
	font-weight: bold;
	color: #ff0069;
	margin-bottom: 30px;
}

.quality_jj {
	font-size: 1.2rem;
	color: #000;
}

.quality_jj span {
	font-size: 2rem;
	color: #ff1acd;
	font-weight: bold;
}

.cta {
	padding: 100px 0;
	background: #101010
}

.cta-box {
	background: var(--yellow);
	border-radius: 36px;
	padding: 60px;
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	align-items: center;
	gap: 30px;
	overflow: hidden;
	position: relative
}

.cta-box:after {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	background: var(--pink);
	border-radius: 50%;
	right: -100px;
	top: -120px
}

.cta-box h2 {
	font-size: clamp(2.6rem, 5vw, 5.4rem);
	max-width: 720px
}

.cta-actions {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-end
}

footer {
	background: #101010;
	color: #c9bec5;
	border-top: 1px solid #2c252a;
	padding: 40px 0
}

.footer-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap
}

.footer-logo {
	background: white;
	border-radius: 16px;
	padding: 10px 14px
}

.footer-logo img {
	width: 150px;
	height: 42px;
	object-fit: contain
}

.tiny {
	font-size: .78rem;
	color: #8f858b
}

/* 品牌 */

#brands {
	background-image: url(../images/brands_bj.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}


.section-heading {
	text-align: center;
	font-family: sans-serif;
}

.main-title {
	font-size: 60px;
	font-weight: 700;
	color: #ff3cac;
	/* 亮玫红色 */
	margin: 0 0 12px;
}

.sub-title {
	font-size: 24px;
	color: #444444;
	margin: 0 0 16px;
}

.cta-text {
	font-size: 22px;
	color: #ff3cac;
}

.decor-icon {
	margin: 0 16px;
}

.feature-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 40px;
	padding: 18px 10px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(2px);
	border-radius: 60px;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.feature-divider {
	width: 1px;
	height: 70px;
	background: #e888b8;
}

.feature-icon {
	max-width: 56px;
	max-height: 56px;
	flex-shrink: 0;
}

.feature-text {
	display: flex;
	flex-direction: column;
}

.feature-title {
	font-size: 20px;
	color: #ff3cac;
	font-weight: 600;
	white-space: nowrap;
}

.feature-desc {
	font-size: 16px;
	color: #666;
	white-space: nowrap;
}

@media(max-width:900px) {
	.nav-links a:not(.contact-link) {
		display: none
	}

	.hero-grid,
	.capability-grid,
	.quality-grid,
	.cta-box {
		grid-template-columns: 1fr
	}

	.hero {
		min-height: auto
	}

	.hero-visual {
		height: 470px
	}

	.hero-visual .girl {
		height: 450px
	}

	.stats {
		grid-template-columns: 1fr
	}

	.candy-girl,
	.kpop,
	.monsters,
	.warheads,
	.kitty {
		grid-column: span 12
	}

	.family-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.capability-panel {
		position: relative;
		top: auto
	}

	.cta-actions {
		justify-content: flex-start
	}

	.cp_list li .cp_list_img {
		width: 100%;
	}

	.brand-board {
		overflow: unset;
	}

	.m_banner {
		width: 100%;
	}
}

@media(max-width:600px) {
    .quality {
        padding: 72px 0;
    }
	.quality_bt {
		font-size: 2rem;
	}

	.wrap {
		width: min(100% - 24px, 1180px)
	}

	.brand img {
		width: 150px
	}

	.hero-grid {
		padding-top: 42px
	}

	.hero-visual {
		height: 390px
	}

	.hero-visual .girl {
		height: 370px
	}

	section {
		padding: 72px 0
	}

	.section-head {
		display: block
	}

	.family-grid {
		grid-template-columns: 1fr
	}

	.feature-list {
		grid-template-columns: 1fr
	}

	.cta-box {
		padding: 34px 24px
	}

	.cp_list li .cp_list_img {
		width: 100%;
	}

	.m_banner {
		width: 100%;
	}

	.main-title {
		font-size: 30px;
	}

	.sub-title {
		font-size: 14px;
	}

	.cta-text {
		font-size: 14px;
	}

	.cp_list ul {
		padding: 0;
	}

	#brands {
		background-position: center center;
	}
}

/* ===== #brands 区块 ===== */

.section-heading {
	text-align: center;
	margin-bottom: 12px;
}

.main-title {
	font-size: clamp(2rem, 6vw, 3.8rem);
	font-weight: 700;
	color: var(--pink);
	margin: 0 0 8px;
	letter-spacing: -0.02em;
}

.sub-title {
	font-size: clamp(1rem, 2vw, 1.5rem);
	color: #444;
	margin: 0 0 10px;
}

.cta-text {
	font-size: clamp(0.95rem, 1.4vw, 1.3rem);
	color: var(--pink);
	font-weight: 600;
}

/* ===== 跑马灯窗口 ===== */
.marquee-window {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 34px 0 60px;
	z-index: 2;
}

.marquee-window:active {
	cursor: grabbing;
}

/* 左右渐变遮罩 */
.marquee-window::before,
.marquee-window::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80px;
	z-index: 5;
	pointer-events: none;
}

.marquee-window::before {
	left: 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.marquee-window::after {
	right: 0;
	background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

/* ===== 轨道 (JS控制 transform) ===== */
.ip-track {
	display: flex;
	width: max-content;
	will-change: transform;
	/* 初始位置由JS设置 */
}

/* ===== 卡片 ===== */
.ip-group {
	display: flex;
	gap: 24px;
	flex-shrink: 0;
	padding-right: 24px;
}

.ip-card {
	width: clamp(240px, 26vw, 340px);
	flex: 0 0 auto;
	display: block;
	border-radius: 24px;
	overflow: hidden;
	background: white;
	box-shadow: 0 12px 28px rgba(40, 20, 32, .13);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ip-card img {
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	background: #f0e8ed;
}

.ip-card:hover {
	transform: translateY(-6px) scale(1.02);
	box-shadow: 0 22px 42px rgba(255, 60, 172, 0.22);
}