:root {
  --wine: #7c3f4e;
  --wine-d: #4e2530;
  --wine-l: #d8bfc4;
  --ink: #221317;
  --muted: #7a6b6e;
  --paper: #f3edec;
  --max: 1100px;
  --foot-min: 1180px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 6%, rgba(124, 63, 78, 0.12), transparent 34%),
    repeating-linear-gradient(45deg, rgba(124,63,78,0.03) 0 3px, transparent 3px 22px),
    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; }

.hl {
  background-image: linear-gradient(transparent 62%, rgba(216, 191, 196, 0.85) 62%);
  padding: 0 4px;
}

.wrap { width: var(--max); max-width: calc(100% - 40px); margin: 0 auto; position: relative; z-index: 1; }
.kicker { font-size: 12px; letter-spacing: 0.18em; color: var(--wine-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: 44px;
  padding: 0 24px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--wine);
  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; padding: 14px 0; }
.pill {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 6px 18px rgba(34, 19, 23, 0.12);
}
.logo img { width: 96px; display: block; }
.nav-main { display: flex; align-items: center; gap: 14px; 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.96);
  z-index: 50;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(34,19,23,0.16);
}
.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: 8px; align-items: center; font-size: 12px; }

.hero {
  position: relative;
  min-height: 100vh;
  padding: 130px 0 72px;
  overflow: hidden;
  background: linear-gradient(180deg, #efe3e2, #e4d5d4);
}
.globe { position: absolute; left: 50%; top: 8%; width: 720px; height: 720px; margin-left: -360px; opacity: 0.15; 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% 40%, rgba(243,237,236,0.05), rgba(124,63,78,0.18)); }
.hero-inner { position: relative; z-index: 3; }
.hero-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.hero-duo .copy { order: 2; }
.hero-duo .shot { order: 1; width: 100%; height: 300px; object-fit: cover; border-radius: 999px 999px 24px 24px; box-shadow: 0 16px 36px rgba(34,19,23,0.22); }
.float-banner { display: inline-block; margin-bottom: 14px; padding: 6px 14px; border-radius: 999px; background: #fff; color: var(--ink); font-size: 12px; box-shadow: 0 4px 12px rgba(34,19,23,0.1); }
.hero h1 { margin: 0 0 10px; font-size: 48px; font-weight: 800; line-height: 1.25; }
.hero .sub { margin: 0 0 18px; font-size: 18px; color: var(--wine-d); }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.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: #d8bfc4; border-radius: 999px 999px 16px 16px; }
.sell-item h3 { margin: 0 0 6px; font-size: 16px; }
.sell-item p { margin: 0; text-align: left; color: var(--muted); font-size: 13px; }

.steps { display: grid; gap: 0; }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 14px; padding: 16px 0; border-bottom: 2px dashed rgba(78,37,48,0.3); }
.step .no {
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--wine); color: #fff; font-weight: 800; font-size: 18px;
}
.step h3 { margin: 0 0 4px; font-size: 17px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.icon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.icon-cell { padding: 16px 14px; min-height: 112px; border-radius: 999px 999px 14px 14px; background: #fff; box-shadow: 0 6px 16px rgba(34,19,23,0.08); text-align: center; }
.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: #fff; border: 2px solid var(--wine); border-radius: 999px; cursor: pointer; padding: 8px 18px; }
.oa-banner { width: 100%; max-width: 460px; margin: 0 0 22px; background: #2a5a4a; border-radius: 999px 999px 14px 14px; }

.timeline { position: relative; max-width: 720px; margin: 0 auto; padding-left: 28px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 4px; bottom: 4px; width: 2px; background: var(--wine-l); }
.tl-item { position: relative; padding: 0 0 22px 16px; }
.tl-item::before {
  content: ""; position: absolute; left: -26px; top: 8px; width: 14px; height: 14px;
  border-radius: 50%; background: var(--wine); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--wine-l);
}
.tl-item strong { display: block; color: var(--wine-d); }
.tl-item span { color: var(--muted); font-size: 14px; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.card { padding: 22px; min-height: 160px; border-radius: 20px; background: #fff; box-shadow: 0 8px 22px rgba(34,19,23,0.08); }
.card.private { border-radius: 16px; border: 1px solid rgba(34,19,23,0.1); box-shadow: none; }
.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; border-radius: 12px; }
.review-card blockquote { margin: 0 0 10px; font-size: 15px; }
.review-card footer { color: var(--muted); font-size: 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); border-radius: 16px; box-shadow: 0 6px 16px rgba(34,19,23,0.08); }
.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: 16px; }
.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; border-radius: 999px; background: #fff; box-shadow: 0 4px 12px rgba(34,19,23,0.08); }

.faq-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.faq-tabs button {
  border: 2px solid var(--ink); border-radius: 999px; background: #fff; padding: 8px 18px; cursor: pointer;
}
.faq-tabs button.is-on { background: var(--wine); color: #fff; }
.acc { border-radius: 16px; box-shadow: 0 6px 16px rgba(34,19,23,0.08); overflow: hidden; margin-bottom: 10px; background: #fff; }
.acc-btn {
  width: 100%; text-align: left; padding: 16px 18px; border: 0; background: transparent;
  cursor: pointer; font-size: 15px; font-weight: 700; display: flex; justify-content: space-between;
}
.acc-panel { display: none; padding: 0 18px 18px; color: var(--muted); }
.acc.is-on .acc-panel { display: block; }
.acc[data-cat].is-hide { display: none; }

.article { max-width: 740px; }
.article p { margin: 0 0 16px; color: var(--muted); }
.article h2 { margin: 26px 0 10px; font-size: 22px; }
.crumbs { padding: 96px 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; }
body.sub .crumbs { padding-top: 12px; }

.site-foot { background: #f7f8f8; min-width: var(--foot-min); padding: 40px 0 24px; color: #6a6560; text-align: center; }
.foot-inner { width: var(--foot-min); max-width: calc(100% - 40px); margin: 0 auto; }
.foot-logo { width: 140px; margin: 0 auto 12px; display: block; }
.foot-nav { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 16px; text-align: left; }
.foot-nav h4 { margin: 0 0 8px; color: var(--ink); font-size: 13px; }
.foot-nav a { display: block; padding: 3px 0; font-size: 13px; }
.legal { font-size: 12px; color: #828282; max-width: 820px; margin: 0 auto; }

@media (max-width: 1180px) { .site-foot, .foot-inner { min-width: 0; width: 100%; } }
@media (max-width: 930px) {
  .hero h1 { font-size: 32px; }
  .hero-duo, .cards-3, .duo { grid-template-columns: 1fr; }
  .hero-duo .copy { order: 1; }
  .hero-duo .shot { order: 2; }
  .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; }
}
