:root {
  --rose: #b0567a;
  --rose-d: #7c3550;
  --rose-l: #e3c8d2;
  --ink: #211418;
  --muted: #7d6e72;
  --paper: #f3eded;
  --max: 1100px;
  --foot-min: 1180px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    repeating-linear-gradient(-45deg, rgba(176,86,122,0.035) 0 3px, transparent 3px 24px),
    var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 1.75;
}
img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }
a { color: inherit; text-decoration: none; }
button, input { font-family: inherit; }
ul { margin: 0; padding: 0; list-style: none; }

.en { font-family: "Avenir Next", "Segoe UI", sans-serif; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rose-d); }

.wrap { width: var(--max); max-width: calc(100% - 40px); margin: 0 auto; position: relative; z-index: 1; }
.kicker { font-size: 12px; letter-spacing: 0.2em; color: var(--rose-d); }
.h2 { margin: 8px 0 18px; font-size: 28px; font-weight: 700; }
.lead { max-width: 640px; color: var(--muted); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  border: 0;
  background: var(--rose);
  color: #fff;
  cursor: pointer;
}
.btn-ghost { background: #fff; color: var(--ink); }

.index-top { position: absolute; top: 0; left: 0; z-index: 40; width: 100%; }
.top-inner {
  width: var(--max);
  max-width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
}
.logo img { width: 118px; display: block; }
.nav-main { display: flex; align-items: center; gap: 16px; flex: 1; justify-content: center; font-size: 13px; }
.nav-main > li { position: relative; }
.mega {
  display: none;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  width: 540px;
  padding: 18px;
  background: rgba(255,255,255,0.97);
  z-index: 50;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
}
.has-mega:hover .mega, .has-mega:focus-within .mega { display: grid; }
.mega h4 { margin: 0 0 8px; font-size: 12px; }
.mega a { display: block; padding: 4px 0; color: var(--muted); }
.top-cta { display: flex; gap: 10px; align-items: center; font-size: 12px; }

.hero {
  position: relative;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #efdfe3, #e0cdd2);
  display: flex;
  align-items: center;
}
.globe { position: absolute; left: 50%; top: 50%; width: 760px; height: 760px; margin: -380px 0 0 -380px; opacity: 0.18; z-index: 1; }
.spin { transform-origin: 200px 200px; animation: spin 50s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-mask { position: absolute; inset: 0; z-index: 2; background: radial-gradient(ellipse at 50% 46%, rgba(243,237,237,0.04), rgba(124,53,80,0.2)); }
.hero-inner { position: relative; z-index: 3; width: 100%; text-align: center; }
.float-banner { display: inline-block; margin-bottom: 16px; padding: 6px 14px; background: #fff; color: var(--ink); font-size: 12px; }
.hero h1 { margin: 0 0 6px; font-size: 48px; font-weight: 800; line-height: 1.2; }
.hero .en-sub { margin: 0 0 6px; font-size: 13px; letter-spacing: 0.3em; color: var(--rose-d); text-transform: uppercase; }
.hero .sub { margin: 0 0 20px; font-size: 18px; color: var(--rose-d); }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }

.section { padding: 80px 0; position: relative; z-index: 1; }
.sell-row { overflow: hidden; margin-left: -6.88%; }
.sell-item { float: left; width: 18.11%; margin-left: 6.88%; text-align: center; }
.illust { width: 200px; height: 176px; margin: 0 auto 12px; object-fit: cover; display: block; background: #e3c8d2; }
.sell-item h3 { margin: 0 0 6px; font-size: 16px; }
.sell-item p { margin: 0; text-align: left; color: var(--muted); font-size: 13px; }

.line-list { display: grid; gap: 0; }
.line-item { padding: 18px 0; border-bottom: 1px solid rgba(33,20,24,0.25); display: grid; grid-template-columns: 40px 1fr; gap: 14px; }
.line-item:first-child { border-top: 1px solid rgba(33,20,24,0.25); }
.line-item .no { color: var(--rose-d); font-size: 13px; }
.line-item h3 { margin: 0 0 4px; font-size: 17px; }
.line-item p { margin: 0; color: var(--muted); font-size: 14px; }
.shots-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; }
.shots-3 img { width: 100%; height: 128px; object-fit: cover; }

.icon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.icon-cell { padding: 16px 14px; min-height: 112px; background: #fff; }
.icon-cell strong { display: block; margin-bottom: 6px; }
.icon-cell span { color: var(--muted); font-size: 13px; }
.more-box { display: none; margin-top: 10px; }
.more-box.is-on { display: grid; }
.fold-btn { display: block; margin: 20px auto 0; background: none; border: 0; cursor: pointer; color: var(--rose-d); border-bottom: 1px solid var(--rose-d); }
.oa-banner { width: 100%; max-width: 460px; margin: 0 0 22px; background: #2a5a4a; }

.steps-chart { display: flex; align-items: flex-end; gap: 14px; height: 220px; max-width: 720px; margin: 0 auto; }
.bar { flex: 1; background: linear-gradient(180deg, var(--rose), var(--rose-d)); color: #fff; padding: 10px 6px; font-size: 12px; }
.bar.h1 { height: 60px; } .bar.h2 { height: 100px; } .bar.h3 { height: 150px; } .bar.h4 { height: 210px; }
.bar strong { display: block; font-size: 16px; }
.chart-cap { text-align: center; color: var(--muted); font-size: 13px; margin-top: 10px; }

.hscroll { display: flex; gap: 12px; overflow-x: auto; padding: 6px 2px 14px; scroll-snap-type: x mandatory; }
.hscroll .rv { flex: 0 0 300px; scroll-snap-align: start; background: #fff; padding: 18px; }
.rv blockquote { margin: 0 0 10px; font-size: 14px; }
.rv footer { color: var(--muted); font-size: 12px; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.card { padding: 22px; min-height: 160px; background: #fff; }
.card.private { border-radius: 16px; border: 1px solid rgba(33,20,24,0.12); }
.card h3 { margin: 0 0 8px; font-size: 18px; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.tile-shot { width: 100%; height: 128px; object-fit: cover; object-position: top; margin-top: 12px; }

.marquee { overflow: hidden; padding: 12px 0; }
.track { display: flex; gap: 10px; width: max-content; animation: marquee 90s linear infinite; }
.quote-card { flex: 0 0 228px; padding: 16px; background: #fff; font-size: 13px; color: var(--muted); }
.quote-card strong { display: block; margin-top: 10px; color: var(--ink); font-size: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.duo .card { text-align: center; }
.platforms { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 18px; }
.plat { text-align: center; padding: 14px 8px; background: #fff; }

.faq-min { max-width: 760px; margin: 0 auto; }
.faq-min .qi { padding: 16px 0; border-bottom: 1px solid rgba(33,20,24,0.25); }
.faq-min .qi:first-child { border-top: 1px solid rgba(33,20,24,0.25); }
.faq-min h3 { margin: 0 0 6px; font-size: 16px; }
.faq-min p { margin: 0; color: var(--muted); font-size: 14px; }

.article { max-width: 740px; }
.article p { margin: 0 0 16px; color: var(--muted); }
.article h2 { margin: 26px 0 10px; font-size: 22px; }
.crumbs { padding: 88px 0 0; font-size: 12px; color: var(--muted); }
.page-hero { padding: 18px 0 36px; }
.page-hero h1 { margin: 8px 0 12px; font-size: 32px; }
body.sub .index-top { position: relative; background: rgba(243,237,237,0.95); }
body.sub .crumbs { padding-top: 12px; }

.site-foot { background: #f7f8f8; min-width: var(--foot-min); padding: 40px 0 24px; color: #6a6560; }
.foot-inner { width: var(--foot-min); max-width: calc(100% - 40px); margin: 0 auto; }
.foot-logo { width: 150px; margin-bottom: 12px; }
.foot-nav { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.foot-nav h4 { margin: 0 0 8px; color: var(--ink); font-size: 13px; }
.foot-nav a { display: block; padding: 3px 0; font-size: 13px; }
.social { display: flex; gap: 10px; justify-content: center; margin: 8px 0 14px; }
.social span {
  width: 38px; height: 38px; border-radius: 50%; background: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: 13px; color: var(--rose-d);
}
.legal { font-size: 12px; color: #828282; max-width: 820px; margin: 0 auto; text-align: center; }

@media (max-width: 1180px) { .site-foot, .foot-inner { min-width: 0; width: 100%; } }
@media (max-width: 930px) {
  .hero h1 { font-size: 32px; }
  .cards-3, .duo, .shots-3 { grid-template-columns: 1fr; }
  .sell-item { width: 43%; margin-bottom: 22px; }
  .icon-grid, .platforms { grid-template-columns: 1fr 1fr; }
  .foot-nav { flex-wrap: wrap; }
}
@media (max-width: 770px) {
  .nav-main, .top-cta .link { display: none; }
  .sell-item { width: 100%; margin-left: 0; }
  .sell-row { margin-left: 0; }
}
