/* 逼哩首页 2026-08 Figma 重构 */
body[data-brand-page-key="home"] { --home-soft-background: linear-gradient(120deg,#fff7f1 0%,#fff4f5 48%,#fff0f4 100%); }
body[data-brand-page-key="home"], body[data-brand-page-key="up"], body[data-brand-page-key="join"], body[data-brand-page-key="business"], body[data-brand-page-key="about"], body[data-brand-page-key="videos"], body[data-brand-page-key="video-detail"] { background: #fffaf8; color: #171717; }
body[data-brand-page-key="home"] #main-content, body[data-brand-page-key="up"] #main-content, body[data-brand-page-key="join"] #main-content, body[data-brand-page-key="business"] #main-content, body[data-brand-page-key="about"] #main-content, body[data-brand-page-key="videos"] #main-content, body[data-brand-page-key="video-detail"] #main-content { overflow: hidden; }

.bili-logo { display: inline-flex; flex-direction: column; align-items: center; width: max-content; color: inherit; line-height: 1; }
.bili-logo-main { font-size: 31px; font-weight: 900; font-style: italic; letter-spacing: -3px; }
.bili-logo-main b { margin-right: 2px; font-family: Georgia, serif; font-size: 40px; }
.bili-logo-sub { margin-top: 1px; font: 600 9px/1 Arial, sans-serif; letter-spacing: 3px; }

body[data-brand-page-key="home"] .home-site-header, body[data-brand-page-key="up"] .home-site-header, body[data-brand-page-key="join"] .home-site-header, body[data-brand-page-key="business"] .home-site-header, body[data-brand-page-key="about"] .home-site-header, body[data-brand-page-key="videos"] .home-site-header, body[data-brand-page-key="video-detail"] .home-site-header {
  position: absolute; inset: 0 0 auto; z-index: 100; height: 112px; background: transparent; border: 0;
}
.home-nav {
  width: min(calc(100% - 64px), 1600px); height: 80px; margin: 32px auto 0; padding: 0 100px;
  display: flex; align-items: center; gap: 120px; border-radius: 20px; background: rgba(0,0,0,.6);
  box-shadow: 0 7px 36px rgba(0,0,0,.35);
}
.bili-logo-header { flex: 0 0 84px; width: 84px; height: 34px; overflow: hidden; }
.bili-logo-header img { display: block; width: 84px; height: 34px; object-fit: contain; }
.home-nav-links { display: flex; align-items: center; gap: 90px; }
.home-nav-links a { color: #d9d9d9; font-size: 20px; font-weight: 600; line-height: 26px; white-space: nowrap; transition: color .2s ease; }
.home-nav-links a:hover, .home-nav-links a.active { color: #ff4b8d; }
.home-nav-links a.active { font-size: 23px; }
.home-nav-toggle, .home-nav-drawer { display: none; }

.home-v2-hero { width: 100%; background: var(--home-soft-background); }
.home-v2-hero .hero-carousel { position: relative; width: min(100%, 1920px); aspect-ratio: 1920 / 920; margin: 0 auto; overflow: hidden; }
.home-v2-hero .hero-track, .home-v2-hero .hero-slide { width: 100%; height: 100%; }
.home-v2-hero .hero-track { display: flex; transition: transform .55s ease; }
.home-v2-hero .hero-slide { flex: 0 0 100%; }
.home-v2-hero .hero-slide > a, .home-v2-hero .hero-slide picture { display: block; width: 100%; height: 100%; }
.home-v2-hero .hero-slide img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-arrow { position: absolute; z-index: 2; top: 50%; width: 47px; height: 47px; padding: 0; border: 0; border-radius: 50%; color: #fff; background: rgba(17,17,17,.5); transform: translateY(-50%); }
.hero-arrow svg { position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; display: block; overflow: visible; pointer-events: none; transform: translate(-50%, -50%); }
.hero-arrow path { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.hero-arrow.prev { left: 40px; } .hero-arrow.next { right: 40px; }
.hero-dots { position: absolute; z-index: 2; left: 50%; bottom: 18px; display: flex; gap: 8px; transform: translateX(-50%); }
.hero-dots .dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.5); }
.hero-dots .dot.active { width: 44px; border-radius: 8px; background: #fff; }

.home-section-title { display: flex; align-items: baseline; gap: 19px; }
.home-section-title h2 { font-size: 32px; font-weight: 650; letter-spacing: 5px; }
.home-section-title span { font: 300 18px/1 Arial, sans-serif; letter-spacing: 2px; }
.home-section-title i { display: block; width: 55px; height: 15px; margin-left: 10px; border-bottom: 1px solid currentColor; transform: skew(42deg); }
.home-section-title-dark { color: #151515; } .home-section-title-dark span { color: #777; }
.home-section-title-light { color: #fff; } .home-section-title-light span { color: #aaa; }

.home-about { height: 760px; padding: 77px 0 73px; background: var(--home-soft-background); }
.home-about-card { width: min(calc(100% - 160px), 1600px); height: 610px; margin: 0 auto; padding: 55px 58px 55px 75px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 84px; align-items: center; border-radius: 18px; background: rgba(255,255,255,.94); }
.home-about-copy h3 { margin-top: 47px; font-size: 20px; font-weight: 650; }
.home-about-copy p { max-width: 575px; margin-top: 20px; color: #666; font-size: 17px; line-height: 2.02; }
.home-about-copy p span { color: #ff4f92; }
.home-about-image { width: 100%; height: 400px; border: 5px solid #f0ecec; border-radius: 13px; object-fit: cover; }
.home-more { width: 177px; height: 47px; margin-top: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; border: 2px solid transparent; border-radius: 28px; color: #333; font: 16px Arial, sans-serif; background: linear-gradient(#fff,#fff) padding-box, linear-gradient(90deg,#ff9e49,#ff4b91) border-box; }
.home-more b { font-size: 24px; font-weight: 400; }

.home-stats { position: relative; height: 904px; padding-top: 36px; overflow: hidden; color: #111; background: #fff; }
.home-stats-inner { position: relative; z-index: 2; width: min(calc(100% - 200px), 1720px); margin: 0 auto; }
.home-stats .home-section-title span::before { content: "/"; margin-right: 13px; color: #111; }
.home-stats-content { width: min(100%, 1537px); height: 598px; margin: 124px auto 0; display: grid; grid-template-columns: minmax(0, 900px) minmax(480px, 600px); gap: 37px; }
.home-stats-visual { display: block; width: 100%; height: 598px; }
.home-stats-visual img { display: block; width: 100%; height: 100%; object-fit: contain; }
.home-stats-grid { position: relative; height: 526px; margin-top: 36px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 235px); column-gap: 54px; row-gap: 55px; color: #090909; }
.home-stats-grid::before { content: ""; position: absolute; z-index: 0; top: -12px; bottom: -1px; left: 50%; border-left: 1px dashed #4b4b4b; }
.home-stats-grid::after { content: ""; position: absolute; z-index: 0; left: -34px; right: -6px; top: 263px; border-top: 1px dashed #4b4b4b; }
.stats-grid-star { position: absolute; z-index: 2; left: 50%; top: 263px; width: 28px; height: 28px; display: grid; place-items: center; color: #050505; background: #fff; font-size: 20px; transform: translate(-50%, -50%); }
.home-stats-grid article { position: relative; z-index: 1; min-width: 0; }
.stats-icon { display: block; width: 71px; height: 59px; margin-bottom: 17px; object-fit: contain; }
.home-stats-grid strong { font: 700 74px/1 Arial, sans-serif; letter-spacing: -3px; }
.home-stats-grid em { margin-left: 8px; color: #111; font-size: 17px; font-weight: 700; font-style: normal; }
.home-stats-grid p { margin-top: 13px; font-size: 21px; line-height: 1.1; white-space: nowrap; }
.home-stats-grid p::before { content: ""; display: block; width: 28px; height: 5px; margin-bottom: 17px; border-radius: 4px; background: #ff4f92; }
.home-stats-grid small { display: block; margin-top: 8px; color: #c7c7c7; font: 10px/1 Arial, sans-serif; white-space: nowrap; }
.home-stats-data-word { position: absolute; z-index: 0; left: -42px; top: 115px; color: #f5f5f5; font: 200px/.82 Arial, sans-serif; letter-spacing: 30px; writing-mode: vertical-rl; }
.home-stats-pink-dots { position: absolute; right: 92px; bottom: 43px; width: 156px; height: 156px; opacity: .5; background: radial-gradient(circle, #ff4fbd 0 3px, transparent 3.5px) 0 0 / 22px 22px; }
.home-stats-mobile-separator, .home-stats-mobile-dots { display: none; }

.home-films { position: relative; height: 981px; padding-top: 113px; color: #fff; background: #000; overflow: hidden; }
.home-films::before { content: ""; position: absolute; inset: 0 -9% -1px; border-radius: 50% 50% 0 0 / 19% 19% 0 0; background: #1c1c1c url('https://g4w6v.com/cf230705/image/1on/2jj/1qz/tz/ee83a1116b044ad89b3fa9c0ed3d167c.png') center 17% / cover no-repeat; opacity: .98; }
.home-films-inner { position: relative; z-index: 1; width: min(100%, 1600px); margin: 0 auto; }
.home-section-title-center { flex-direction: column; align-items: center; gap: 18px; }
.home-section-title-center h2 { position: relative; font-size: 28px; }
.home-section-title-center h2::before, .home-section-title-center h2::after { content: "•••"; position: absolute; top: -1px; color: #888; font-size: 18px; letter-spacing: 8px; }
.home-section-title-center h2::before { right: calc(100% + 28px); } .home-section-title-center h2::after { left: calc(100% + 28px); }
.home-films-desc { width: min(930px, 75%); margin: 34px auto 0; color: #c7c7c7; font-size: 15px; line-height: 1.9; text-align: center; }
.film-carousel { position: relative; height: 420px; margin-top: 34px; }
.film-card { position: absolute; top: 100px; left: 50%; width: 415px; height: 235px; border-radius: 8px; overflow: hidden; box-shadow: 0 28px 45px rgba(0,0,0,.45); transition: .35s ease; }
.film-card img { width: 100%; height: 100%; object-fit: cover; }
.film-center { z-index: 5; top: 36px; width: 635px; height: 357px; transform: translateX(-50%); }
.film-left { z-index: 4; transform: translateX(-104%); } .film-right { z-index: 4; transform: translateX(4%); }
.film-far-left { z-index: 3; transform: translateX(-155%) scale(.88); opacity: .65; } .film-far-right { z-index: 3; transform: translateX(55%) scale(.88); opacity: .65; }
.film-arrow { position: absolute; z-index: 7; top: 48%; display: grid; width: 52px; height: 52px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #e1e3e5; background: #000; cursor: pointer; }
.film-arrow span { font: 400 20.16px/24.19px "PingFang SC", sans-serif; }
.film-arrow:focus-visible { outline: 2px solid #ff4f92; outline-offset: 3px; }
.film-prev { left: 7%; }
.film-prev span { transform: rotate(180deg); }
.film-next { right: 7%; background: rgba(0, 0, 0, .55); }
.home-films-inner > h3 { margin-top: 4px; font-size: 20px; font-weight: 400; text-align: center; }
.film-dots, .artist-dots { display: flex; justify-content: center; gap: 8px; margin-top: 26px; }
.film-dots i, .artist-dots i { width: 8px; height: 8px; border-radius: 50%; background: #777; }
.film-dots i.active { width: 32px; border-radius: 8px; background: #ff4f92; }

.home-artists { height: 845px; padding: 56px 0; background: #fdf9f8; }
.home-artists-inner { width: min(calc(100% - 200px), 1720px); margin: 0 auto; }
.home-artists-intro { width: min(1280px, 100%); height: 120px; margin: 56px auto 0; text-align: center; }
.home-artists-intro p { color: rgba(0,0,0,.56); font-size: 18px; line-height: 30px; }
.home-artists-intro .artist-dots { margin-top: 16px; gap: 16px; }
.home-artists-intro .artist-dots i { background: #c5c3c3; }
.home-artists-intro .artist-dots i.active { background: #7d7b7b; }
.home-artist-carousel { position: relative; width: min(1280px, 100%); height: 489px; margin: 36px auto 0; }
.home-artist-gallery { width: 100%; height: 100%; overflow: hidden; }
.home-artist-track { display: flex; align-items: flex-start; gap: 26.6667px; width: 100%; transition: transform .42s cubic-bezier(.16,1,.3,1); }
.home-artist-card { flex: 0 0 calc((100% - 80px) / 4); width: calc((100% - 80px) / 4); text-align: center; }
.home-artist-card.is-low { padding-top: 22px; }
.home-artist-card img { display: block; width: 100%; aspect-ratio: 3 / 4; border: 12px solid #fff; border-radius: 8px; object-fit: cover; background: #eee8e7; }
.home-artist-card h3 { margin-top: 16px; color: #050505; font-size: 24px; font-weight: 400; line-height: 28px; }
.artist-arrow { top: 200px; z-index: 4; cursor: pointer; }
.artist-arrow.prev { left: -72px; }
.artist-arrow.next { right: -72px; }
.artist-arrow:focus-visible { outline: 2px solid #ff4f92; outline-offset: 3px; }

.up-hero { width: 100%; aspect-ratio: 1920 / 920; min-height: 620px; max-height: 920px; overflow: hidden; background: #171717; }
.up-hero .hero-carousel, .up-hero .hero-track, .up-hero .hero-slide { width: 100%; height: 100%; }
.up-hero .hero-carousel { position: relative; overflow: hidden; }
.up-hero .hero-track { display: flex; transition: transform .55s ease; }
.up-hero .hero-slide { flex: 0 0 100%; }
.up-hero .hero-slide > a { display: block; width: 100%; height: 100%; }
.up-hero picture, .up-hero img { display: block; width: 100%; height: 100%; }
.up-hero img { object-fit: cover; }

.up-artists, .up-creators, .up-proof { position: relative; overflow: hidden; }
.up-section-head { position: relative; z-index: 2; width: min(calc(100% - 160px), 1500px); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.up-section-head > div { display: flex; align-items: baseline; }
.up-section-head h2 { font-size: 30px; font-weight: 650; letter-spacing: 5px; }
.up-section-head span { margin-left: 14px; color: #777; font: 300 14px/1 Arial, sans-serif; letter-spacing: 2px; }
.up-section-head a { color: #696568; font-size: 14px; }
.up-section-head a b { width: 24px; height: 24px; margin-left: 6px; display: inline-grid; place-items: center; border: 1px solid #aaa; border-radius: 50%; font-size: 17px; font-weight: 400; }
.up-dots { display: flex; justify-content: center; gap: 32px; margin-top: 30px; }
.up-dots i { width: 12px; height: 12px; border-radius: 50%; background: rgba(0,0,0,.2); transition: background-color .25s ease; }
.up-dots i.active { background: rgba(0,0,0,.7); }

.up-artists { min-height: 963.333px; padding: 100px clamp(56px, 5.208vw, 100px); background: #fff; }
.up-artists .up-section-head { width: min(1720px, 100%); height: 32px; align-items: flex-end; }
.up-artists .up-section-head::after { content: ""; position: absolute; left: clamp(280px, 23vw, 396px); right: 174px; bottom: 0; border-top: 1px solid rgba(0,0,0,.42); }
.up-artists .up-section-head > div { flex: 1 1 auto; align-items: flex-end; }
.up-artists .up-section-head h2 { font: 500 32px/32px "PingFang SC", sans-serif; letter-spacing: 8px; }
.up-artists .up-section-head > div > span { margin-left: 16px; color: #000; font: 200 20px/20px "PingFang SC", sans-serif; letter-spacing: 3px; }
.up-section-signature { width: 174px; height: 24px; flex: 0 0 174px; display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.up-section-signature img { width: 76px; height: 24px; object-fit: contain; opacity: .7; }
.up-section-signature i { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 9px solid rgba(0,0,0,.38); }
.up-artist-next { display: none; }
.up-outline-word { position: absolute; z-index: 1; top: 170px; left: 50%; color: transparent; font: 700 100px/100px "Bili Display", "Arial Narrow", sans-serif; letter-spacing: 3px; white-space: nowrap; transform: translateX(-50%) scaleX(1.247); transform-origin: center; -webkit-text-stroke: .5px rgba(0,0,0,.5); }
.up-artist-list { position: relative; z-index: 2; width: min(1720px, 100%); height: 622.333px; margin: 60px auto 0; padding-top: 40px; display: flex; align-items: flex-start; justify-content: flex-start; gap: clamp(24px, 2.865vw, 55px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.up-artist-list::-webkit-scrollbar { display: none; }
.up-artist-card { flex: 0 0 clamp(210px, 15.625vw, 300px); padding: 10px; display: flex; flex-direction: column; gap: 20px; overflow: hidden; scroll-snap-align: start; border-radius: 12px; background: #fdf9f8; transition: transform .35s cubic-bezier(.22,1,.36,1), opacity .25s ease; }
.up-artist-card:nth-child(even) { margin-top: clamp(72px, 5.729vw, 110px); }
.up-artist-card > img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 7.467px; }
.up-artist-card > div { position: relative; height: 59px; flex: 0 0 59px; }
.up-artist-card h3 { font: 600 24px/24px "PingFang SC", sans-serif; }
.up-artist-card small { display: block; margin-top: 15px; color: #b7b4b4; font: 400 16px/16px "PingFang SC", sans-serif; }
.up-artist-card-arrow { position: absolute; right: 0; bottom: 9px; width: 27px; height: 7px; }
.up-artist-card-arrow svg { display: block; width: 100%; height: 100%; fill: none; stroke: #000; stroke-width: 1; stroke-linecap: round; }
@media (hover: hover) and (pointer: fine) {
  .up-artist-card:hover { transform: translateY(-6px); }
  .up-artist-card:nth-child(even):hover { transform: translateY(-6px); }
}
.up-artist-card:focus-visible { outline: 2px solid #ff2f83; outline-offset: 4px; }

.up-creators { height: 860.063px; padding: 100px 0; background: #fdf9f8; }
.up-creators .up-section-head { width: min(1720px, calc(100% - 200px)); height: 32px; align-items: flex-end; }
.up-creators .up-section-head::after { content: ""; position: absolute; left: 396px; right: 174px; bottom: 0; border-top: 1px solid rgba(0,0,0,.42); }
.up-creators .up-section-head > div { flex: 1 1 auto; align-items: flex-end; }
.up-creators .up-section-head h2 { font: 500 32px/32px "PingFang SC", sans-serif; letter-spacing: 8px; }
.up-creators .up-section-head > div > span { margin-left: 16px; color: #000; font: 200 20px/20px "PingFang SC", sans-serif; letter-spacing: 3px; text-transform: uppercase; }
.up-creator-mobile-next { display: none; }
.up-creator-stage { position: relative; width: 100%; height: 500px; margin: 60px auto 0; }
.up-creator-viewport, .up-creator-track { position: absolute; inset: 0; }
.up-creator-viewport { overflow: visible; }
.up-creator-card { position: absolute; z-index: 0; top: 0; left: 50%; width: 964px; height: 500px; overflow: hidden; border-radius: 10px; opacity: 0; pointer-events: none; transform: translateX(-50%) scale(.75); transform-origin: center; transition: transform .45s cubic-bezier(.22,1,.36,1), opacity .35s ease, filter .35s ease; }
.up-creator-card::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.5); opacity: 0; transition: opacity .35s ease; pointer-events: none; }
.up-creator-card.is-active { z-index: 3; opacity: 1; pointer-events: auto; transform: translateX(-50%) scale(1); }
.up-creator-card.is-side-prev { z-index: 1; opacity: 1; pointer-events: auto; transform: translateX(calc(-50% - 989.5px)) scale(.75); }
.up-creator-card.is-side-next { z-index: 1; opacity: 1; pointer-events: auto; transform: translateX(calc(-50% + 989.5px)) scale(.75); }
.up-creator-card.is-side-prev::after, .up-creator-card.is-side-next::after { opacity: 1; }
.up-creator-card > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.up-creator-card > div { display: none; }
.up-creator-card:focus-visible { outline: 3px solid #ff2f83; outline-offset: 4px; }
.up-round-arrow { position: absolute; z-index: 4; top: 50%; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(0,0,0,.18); border-radius: 50%; color: #5d5d5d; background: rgba(255,255,255,.92); transform: translateY(-50%); cursor: pointer; }
.up-round-arrow svg { position: absolute; top: 50%; left: 50%; width: 22px; height: 22px; transform: translate(-50%,-50%); fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.up-round-arrow-left { left: calc(50% - 579px); }.up-round-arrow-right { left: calc(50% + 531px); }
.up-round-arrow:focus-visible { outline: 2px solid #ff2f83; outline-offset: 3px; }
.up-creator-rank { position: absolute; z-index: 5; color: transparent; font: 400 110px/134px Impact, sans-serif; -webkit-text-stroke: 2px #eb7332; pointer-events: none; }
.up-creator-rank-one { left: calc(50% - 562px); top: 419px; }
.up-creator-rank-two { left: calc(50% + 571px); top: 406px; font-size: 52px; line-height: 63px; -webkit-text-stroke-width: 1px; }
.up-creator-pagination { height: 8.063px; margin: 60px auto 0; display: flex; align-items: center; justify-content: center; gap: 8.063px; }
.up-creator-pagination i { width: 8.063px; height: 8.063px; border-radius: 999px; background: rgba(0,0,0,.2); transition: width .3s ease, background-color .3s ease; }
.up-creator-pagination i.active { width: 32.252px; background: #ff4b8d; }

.up-proof { min-height: 630px; padding: 70px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; }
.up-world-map { position: absolute; width: min(1050px, 76vw); opacity: .12; filter: sepia(1) saturate(8) hue-rotate(300deg); }
.up-proof-title { position: relative; display: flex; align-items: center; gap: 18px; }
.up-proof-title span { width: 48px; height: 1px; background: #444; }.up-proof-title h2 { font-size: 20px; letter-spacing: 5px; }
.up-proof > p { position: relative; margin: 8px 0; color: #aaa; font: 9px/1 Arial, sans-serif; letter-spacing: 2px; }
.up-proof > strong { position: relative; color: #ff2f83; font: 700 48px/1 Arial, sans-serif; }
.up-avatar-orbit { position: relative; margin-top: 62px; display: flex; align-items: center; gap: clamp(34px, 7vw, 115px); }
.up-avatar-orbit img { width: 72px; height: 72px; padding: 4px; border: 1px solid #f5b6cc; border-radius: 50%; object-fit: cover; background: #fff; }
.up-avatar-orbit img:nth-child(2n) { transform: translateY(-35px); }
.up-avatar-orbit img.main { width: 112px; height: 112px; border-width: 2px; transform: translateY(-6px); }

@media (max-width: 860px) {
  .pc-only { display: none; }
  body[data-brand-page-key] .home-site-header { position: relative; height: 48px; background: #fff; }
  body.nav-drawer-open .home-site-header { position: fixed; inset: 0 0 auto; background: transparent; }
  .home-nav { width: 100%; height: 48px; margin: 0; padding: 0 16px; gap: 0; border-radius: 0; background: #fff; box-shadow: none; }
  body.nav-drawer-open .home-nav { background: transparent; }
  .bili-logo-header { width: 73px; height: 28px; flex-basis: 73px; transform: none; }
  .bili-logo-header img { width: 73px; height: 28px; }
  .home-nav-links { display: none; }
  .home-nav-toggle { display: flex; width: 24px; height: 24px; margin-left: auto; gap: 3px; border: 0; background: transparent; }
  .home-nav-toggle span { width: 15px; height: 2px; background: #111; }
  .home-nav-toggle.on span:nth-child(1), .home-nav-toggle.on span:nth-child(3) { transform: none; }
  .home-nav-toggle.on span:nth-child(2) { opacity: 1; }
  .home-nav-drawer {
    display: flex; position: fixed; z-index: 95; inset: 0; max-height: none;
    align-items: stretch; justify-content: flex-start; padding: 74px 0 34px; overflow-y: auto;
    background: #595959; box-shadow: none;
    opacity: 0; visibility: hidden; transform: none;
  }
  .home-nav-drawer.open { opacity: 1; visibility: visible; }
  .home-nav-drawer .nav-drawer-list { width: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 18px; }
  .home-nav-drawer .nav-drawer-list li { width: 100%; height: 45px; }
  .home-nav-drawer a { width: 100%; height: 45px; padding: 0; display: flex; align-items: center; justify-content: center; color: #d9d9d9; font-size: 16px; font-weight: 600; line-height: 24px; }
  .home-nav-drawer a.active, .home-nav-drawer a:hover { color: #ff4b8d; }

  .home-v2-hero { height: auto; }
  .home-v2-hero .hero-carousel { height: auto; aspect-ratio: 375 / 653; }
  .home-v2-hero .hero-slide img { object-fit: contain; object-position: center; }
  .hero-arrow { width: 28px; height: 28px; }.hero-arrow svg { width: 14px; height: 14px; }.hero-arrow path { stroke-width: 2.25; }.hero-arrow.prev { left: 10px; }.hero-arrow.next { right: 10px; }
  .hero-dots { bottom: 8px; gap: 5px; }.hero-dots .dot { width: 5px; height: 5px; }.hero-dots .dot.active { width: 20px; }

  .home-section-title { gap: 10px; }
  .home-section-title h2 { font-size: 19px; letter-spacing: 2px; }
  .home-section-title span { font-size: 11px; letter-spacing: 1px; }
  .home-section-title i { width: 35px; height: 9px; margin-left: 2px; }

  .home-about { height: 593px; padding: 23px 16px 34px; }
  .home-about-card { width: 100%; height: 536px; padding: 25px 20px 20px; display: flex; flex-direction: column; gap: 18px; align-items: stretch; border-radius: 11px; }
  .home-about-copy h3 { margin-top: 21px; font-size: 13px; }
  .home-about-copy p { margin-top: 12px; font-size: 12px; line-height: 1.8; }
  .home-more { width: 111px; height: 31px; margin-top: 17px; gap: 18px; border-width: 1px; font-size: 10px; }.home-more b { font-size: 16px; }
  .home-about-image { order: 2; height: 198px; border-width: 3px; border-radius: 7px; }

  .home-stats { height: 683px; padding-top: 30px; }
  .home-stats-inner { width: 343px; }
  .home-stats .home-section-title { padding: 0; }
  .home-stats .home-section-title span::before { margin-right: 7px; }
  .home-stats-content { width: 343px; height: auto; margin-top: 12px; display: block; }
  .home-stats-visual { width: 343px; height: 228px; }
  .home-stats-visual img { width: 343px; height: 228px; object-fit: contain; }
  .home-stats-grid { width: 343px; height: 275px; margin: 12px auto 0; padding: 14px 34px; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 117px); column-gap: 13px; row-gap: 13px; border-radius: 12px; color: #080808; background: linear-gradient(135deg, #fff 5%, #fff6fa 32%, #f8eeff 100%); }
  .home-stats-grid::before { top: 20px; bottom: 33px; border-left-color: #555; }
  .home-stats-grid::after { left: 40px; right: 40px; top: 137px; border-top-color: #555; }
  .stats-grid-star { top: 137px; width: 24px; height: 24px; font-size: 16px; background: #fff8fc; }
  .home-stats-grid article { min-height: 0; padding: 0; }
  .stats-icon { width: 32px; height: 27px; margin-bottom: 4px; }
  .home-stats-grid strong { font-size: 32px; letter-spacing: -1px; }.home-stats-grid em { margin-left: 4px; font-size: 9px; }
  .home-stats-grid p { margin-top: 5px; font-size: 10px; line-height: 1.05; white-space: nowrap; }
  .home-stats-grid p::before { width: 15px; height: 3px; margin-bottom: 7px; }
  .home-stats-grid small { margin-top: 4px; font-size: 6px; color: #c7c7c7; }
  .home-stats-data-word, .home-stats-pink-dots { display: none; }
  .home-stats-mobile-separator { position: absolute; left: 0; right: 0; top: 605px; display: flex; align-items: center; gap: 20px; color: #111; font-size: 13px; font-weight: 600; }
  .home-stats-mobile-separator::before, .home-stats-mobile-separator::after { content: ""; height: 1px; flex: 1; background: #d2d2d2; }
  .home-stats-mobile-separator span { white-space: nowrap; }
  .home-stats-mobile-dots { position: absolute; top: 644px; left: 0; right: 0; display: flex; justify-content: center; gap: 18px; }
  .home-stats-mobile-dots i { width: 6px; height: 6px; border-radius: 50%; background: #ccc; }
  .home-stats-mobile-dots i:first-child { background: #555; }

  .home-films { height: 520px; padding-top: 48px; }
  .home-films::before { inset: 0 -43% -1px; border-radius: 50% 50% 0 0 / 14% 14% 0 0; background-size: auto 100%; }
  .home-section-title-center { gap: 9px; }.home-section-title-center h2 { font-size: 18px; }.home-section-title-center span { font-size: 10px; }
  .home-section-title-center h2::before,.home-section-title-center h2::after { font-size: 10px; letter-spacing: 4px; }.home-section-title-center h2::before { right: calc(100% + 14px); }.home-section-title-center h2::after { left: calc(100% + 14px); }
  .home-films-desc { width: 318px; margin-top: 16px; font-size: 9px; line-height: 1.75; }
  .film-carousel { height: 235px; margin-top: 15px; }
  .film-card { top: 57px; width: 160px; height: 90px; border-radius: 4px; }
  .film-center { top: 26px; width: 254px; height: 143px; }
  .film-left { transform: translateX(-112%); }.film-right { transform: translateX(12%); }
  .film-far-left,.film-far-right { display: none; }
  .film-arrow { top: 41%; width: 26px; height: 26px; }.film-arrow span { font-size: 12px; line-height: 15px; }.film-prev { left: 11px; }.film-next { right: 11px; }
  .home-films-inner > h3 { margin-top: 0; font-size: 12px; }.film-dots { margin-top: 13px; gap: 4px; }.film-dots i { width: 4px; height: 4px; }.film-dots i.active { width: 18px; }

  .home-artists { height: auto; min-height: 485px; padding: 34px 14px 42px; }
  .home-artists-inner { width: 100%; }
  .home-artists-intro { height: auto; margin-top: 24px; }
  .home-artists-intro p { font-size: 10px; line-height: 18px; }
  .home-artists-intro p br { display: none; }
  .home-artists-intro .artist-dots { margin-top: 12px; gap: 6px; }
  .home-artists-intro .artist-dots i { width: 4px; height: 4px; }
  .home-artist-carousel { width: auto; height: 304px; margin: 24px -14px 0; }
  .home-artist-gallery { padding: 0 14px 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .home-artist-gallery::-webkit-scrollbar { display: none; }
  .home-artist-track { gap: 10px; transform: none !important; transition: none; }
  .home-artist-card { flex-basis: 150px; width: 150px; scroll-snap-align: start; }
  .home-artist-card.is-low { padding-top: 12px; }
  .home-artist-card img { width: 150px; height: 200px; aspect-ratio: auto; border-width: 6px; border-radius: 5px; }
  .home-artist-card h3 { margin-top: 8px; font-size: 12px; line-height: 18px; }
  .artist-arrow { display: none; }

  .up-hero { min-height: 0; max-height: none; height: auto; aspect-ratio: 375 / 653; }
  .up-hero img { object-position: center; }

  .up-section-head { width: 100%; }
  .up-section-head h2 { font-size: 14px; letter-spacing: 1px; }
  .up-section-head span { margin-left: 5px; font-size: 7px; letter-spacing: 1px; }
  .up-section-head a { font-size: 8px; }
  .up-section-head a b { width: 15px; height: 15px; margin-left: 2px; font-size: 11px; }
  .up-artists { min-height: 0; height: 479.229px; padding: 20px 16px; }
  .up-artists .up-section-head { width: 100%; height: 36px; align-items: flex-start; }
  .up-artists .up-section-head::after, .up-section-signature { display: none; }
  .up-artists .up-section-head > div { height: 20px; align-items: center; }
  .up-artists .up-section-head h2 { font: 500 20px/20px "PingFang SC", sans-serif; letter-spacing: 4px; }
  .up-artists .up-section-head > div > span { margin-left: 6px; font: 200 12px/12px "PingFang SC", sans-serif; letter-spacing: 1.8px; }
  .up-artist-next { width: 44px; height: 36px; margin: -8px -6px 0 0; display: grid; place-items: center; border: 0; color: #000; background: transparent; cursor: pointer; }
  .up-artist-next svg { width: 32px; height: 8px; fill: none; stroke: currentColor; stroke-width: 1; stroke-linecap: round; }
  .up-artist-next:focus-visible { outline: 2px solid #ff2f83; outline-offset: 1px; }
  .up-outline-word { top: 57px; display: block; font-size: 39px; line-height: 39px; letter-spacing: 1.2px; transform: translateX(-50%) scaleX(1.232); -webkit-text-stroke: .2px rgba(0,0,0,.35); }
  .up-artist-list { width: 100%; height: 343.229px; margin: 20px 0 0; padding: 0; display: block; overflow: visible; scroll-snap-type: none; }
  .up-artist-card { position: absolute; top: 0; left: 50%; width: 218px; height: 343.229px; margin: 0 !important; padding: 7.267px; gap: 14.533px; border-radius: 8.72px; opacity: 0; pointer-events: none; transform: translateX(-50%) scale(.66514); transform-origin: center; }
  .up-artist-card.is-active { z-index: 3; opacity: 1; pointer-events: auto; transform: translateX(-50%) scale(1); }
  .up-artist-card.is-side-prev { z-index: 2; opacity: 1; pointer-events: auto; transform: translateX(calc(-50% - 204.5px)) scale(.66514); }
  .up-artist-card.is-side-next { z-index: 2; opacity: 1; pointer-events: auto; transform: translateX(calc(-50% + 204.5px)) scale(.66514); }
  .up-artist-card > img { width: 100%; height: auto; aspect-ratio: 3 / 4; border-radius: 5.426px; }
  .up-artist-card > div { height: 42.873px; flex-basis: 42.873px; }
  .up-artist-card h3 { font: 600 16px/17.44px "PingFang SC", sans-serif; }
  .up-artist-card small { margin-top: 10px; font: 400 11px/11.627px "PingFang SC", sans-serif; }
  .up-artist-card-arrow { right: 0; bottom: 6px; width: 19.16px; height: 4.16px; }
  .up-dots { height: 20px; gap: 16px; margin-top: 20px; align-items: center; }
  .up-dots i { width: 6px; height: 6px; background: rgba(0,0,0,.2); }
  .up-dots i.active { width: 6px; background: rgba(0,0,0,.7); }

  .up-creators { height: 414.527px; min-height: 0; padding: 50px 16px; overflow: visible; }
  .up-creators .up-section-head { width: 100%; height: 36px; align-items: flex-start; }
  .up-creators .up-section-head::after, .up-creators .up-section-signature { display: none; }
  .up-creators .up-section-head > div { height: 20px; align-items: center; }
  .up-creators .up-section-head h2 { font: 500 20px/20px "PingFang SC", sans-serif; letter-spacing: 4px; }
  .up-creators .up-section-head > div > span { margin-left: 6px; font: 200 12px/12px "PingFang SC", sans-serif; letter-spacing: 1.8px; }
  .up-creator-mobile-next { width: 44px; height: 36px; margin: -8px -6px 0 0; display: grid; place-items: center; border: 0; color: #000; background: transparent; cursor: pointer; }
  .up-creator-mobile-next svg { width: 32px; height: 8px; fill: none; stroke: currentColor; stroke-width: 1; stroke-linecap: round; }
  .up-creator-mobile-next:focus-visible { outline: 2px solid #ff2f83; outline-offset: 1px; }
  .up-creator-stage { width: 343px; height: 215.527px; margin-top: 29px; }
  .up-creator-viewport { overflow: visible; }
  .up-creator-card { top: 0; width: 343px; height: 178.667px; border-radius: 10px; transform: translateX(-50%) scale(.77621); }
  .up-creator-card.is-active { z-index: 3; opacity: 1; pointer-events: auto; transform: translateX(-50%) scale(1); }
  .up-creator-card.is-side-prev { z-index: 1; top: 74.8px; opacity: 1; pointer-events: none; transform: translateX(-50%) scale(.77621); }
  .up-creator-card.is-side-next { z-index: 2; top: 30.428px; opacity: 1; pointer-events: none; transform: translateX(-50%) scale(.90927); }
  .up-creator-card.is-side-prev::after, .up-creator-card.is-side-next::after { opacity: 1; }
  .up-round-arrow, .up-creator-rank { display: none; }
  .up-creator-pagination { height: 5px; margin-top: 29px; gap: 4.838px; }
  .up-creator-pagination i { width: 4.838px; height: 4.838px; }
  .up-creator-pagination i.active { width: 19.351px; }

  .up-proof { min-height: 305px; padding: 46px 10px 36px; }
  .up-world-map { width: 560px; max-width: none; }.up-proof-title { gap: 8px; }.up-proof-title span { width: 22px; }.up-proof-title h2 { font-size: 11px; letter-spacing: 1px; }
  .up-proof > p { font-size: 5px; }.up-proof > strong { font-size: 28px; }
  .up-avatar-orbit { gap: 25px; margin-top: 40px; }.up-avatar-orbit img { width: 36px; height: 36px; padding: 2px; }.up-avatar-orbit img:nth-child(2n) { transform: translateY(-18px); }.up-avatar-orbit img.main { width: 58px; height: 58px; }

}

@media (prefers-reduced-motion: reduce) {
  .hero-track { transition: none; }
}
