:root {
  --must: #e8d56a;
  --must-deep: #c4a83a;
  --foam: #f7f4e4;
  --ink: #3f3a1c;
  --ink-soft: #7a7348;
  --glow-a: #f5e98c;
  --glow-b: #d4b84a;
  --foot: #f7f8f8;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--foam);
  font-size: 14px;
  line-height: 1.8;
  min-width: 1180px;
}
img { max-width: 100%; border: 0; vertical-align: middle; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.hand {
  font-family: "KaiTi", "STKaiti", "FangSong", "Segoe Script", cursive;
  font-weight: 700;
  color: var(--must-deep);
}
.acrylic {
  background: rgba(247, 244, 228, 0.42);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
}
.glow {
  position: relative;
  isolation: isolate;
}
.glow:before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(120deg, var(--glow-a), #fff6c8, var(--glow-b), var(--glow-a));
  background-size: 220% 220%;
  animation: flow 6s linear infinite;
  opacity: 0.9;
}
@keyframes flow {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  background: var(--must-deep);
  color: #fffdf2;
}
.btn-ghost { background: rgba(255,253,242,.7); color: var(--ink); }
.wrap { width: 1100px; margin: 0 auto; }
.wide { width: 1180px; margin: 0 auto; }
.fine { font-size: 12px; letter-spacing: 0.14em; color: var(--ink-soft); }
h2.sec-title { font-size: 28px; font-weight: 500; margin-bottom: 8px; }
.sec-sub { color: var(--ink-soft); margin-bottom: 28px; }

.hero-wrap { position: relative; min-height: 780px; }
#index_top {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 30;
  height: 72px;
}
#index_top .bar {
  width: 1100px;
  margin: 14px auto 0;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border-radius: 12px;
}
.logo { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.logo img { height: 28px; }
.logo span { font-size: 13px; letter-spacing: 0.08em; }
.mid-nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.mid-nav > a, .mid-nav > .drop > span {
  padding: 6px 9px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.search {
  width: 168px;
  height: 34px;
  border: 0;
  border-radius: 18px;
  padding: 0 12px;
  background: rgba(255,253,242,.72);
  color: var(--ink);
}
.drop { position: relative; }
.mega {
  display: none;
  position: absolute;
  top: 36px; left: 50%;
  transform: translateX(-50%);
  width: 620px;
  padding: 18px;
  border-radius: 14px;
  grid-template-columns: 1.2fr 1fr;
  gap: 14px;
}
.drop:hover .mega { display: grid; }
.mega b { display: block; margin-bottom: 6px; }
.mega a { display: block; padding: 4px 0; color: var(--ink-soft); font-size: 13px; }
.top-acts { display: flex; align-items: center; gap: 8px; font-size: 13px; flex: 0 0 auto; }
.top-acts .login { padding: 6px 8px; color: var(--ink-soft); }

#index_head { position: relative; min-height: 780px; overflow: hidden; }
.earth {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 40%, #efe7b0 0%, #c4b15c 38%, #8a7a32 70%, #3f3a1c 100%);
}
.earth:before {
  content: "";
  position: absolute;
  width: 880px; height: 880px;
  left: 50%; top: 4%;
  margin-left: -440px;
  border-radius: 50%;
  background: repeating-conic-gradient(from 18deg, rgba(255,253,242,.16) 0 12deg, rgba(63,58,28,.16) 12deg 24deg);
  animation: spin 80s linear infinite;
  box-shadow: inset -70px -30px 120px rgba(63,58,28,.28);
}
.earth:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(247,244,228,.12), rgba(63,58,28,.35) 72%, rgba(247,244,228,.55));
}
@keyframes spin { to { transform: rotate(360deg); } }
.hero-core {
  position: relative;
  z-index: 2;
  width: 1100px;
  margin: 0 auto;
  padding: 130px 0 140px;
  text-align: center;
}
.hero-note {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
}
#index_head .hero-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #fffdf2;
}
.hero-sub { color: rgba(255,253,242,.9); letter-spacing: 0.18em; margin: 10px 0 22px; }
.hero-ctas { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.seo-h1 { margin-top: 18px; font-size: 16px; font-weight: 500; color: #fffdf2; }
.hero-stats {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 1100px;
  margin: 0 auto 18px;
  border-radius: 14px;
  overflow: hidden;
}
.hero-stats div { padding: 14px 10px; text-align: center; }
.hero-stats strong { display: block; font-size: 22px; }

#sell { padding: 80px 0 24px; overflow: hidden; }
.sell-row { width: 1100px; margin: 0 auto; overflow: hidden; }
.sell-item { float: left; width: 18%; margin-right: 7%; text-align: center; }
.sell-item:last-child { margin-right: 0; }
.sell-item img { width: 200px; height: 176px; object-fit: cover; display: block; margin: 0 auto 12px; }
.sell-item h3 { font-size: 16px; font-weight: 500; }
.sell-item p { font-size: 13px; color: var(--ink-soft); }
.clear { clear: both; }

.hscroll-wrap { width: 1100px; margin: 10px auto 50px; overflow: hidden; }
.hscroll {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: slide 40s linear infinite;
}
.hscroll article { width: 240px; padding: 16px; border-radius: 12px; flex: 0 0 auto; }
.hscroll img { width: 100%; height: 110px; object-fit: cover; margin-bottom: 8px; }

.band { padding: 60px 0; }
.band-inner { width: 1100px; margin: 0 auto; overflow: hidden; }
.band-copy, .band-art { width: 48%; }
.band-copy { float: left; padding-right: 24px; }
.band:nth-of-type(even) .band-copy { float: right; padding: 0 0 0 24px; }
.band-art { float: right; }
.band:nth-of-type(even) .band-art { float: left; }
.band-art img { width: 100%; height: 330px; object-fit: cover; }
.band h2 { font-size: 28px; font-weight: 500; margin: 8px 0 14px; }
.band p { color: var(--ink-soft); margin-bottom: 14px; }

#oa { padding: 70px 0; }
.oa-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.oa-card { padding: 18px; text-align: center; border-radius: 12px; }
.oa-card img { width: 72px; height: 64px; object-fit: cover; margin-bottom: 8px; }
.oa-more { display: none; margin-top: 14px; }
.oa-more.show { display: grid; }
.more-btn { margin: 22px auto 0; display: block; }

.data-marquee { overflow: hidden; padding: 20px 0 40px; }
.data-marquee .hscroll { animation-duration: 28s; }
.data-marquee span { font-size: 18px; padding: 10px 22px; border-radius: 999px; white-space: nowrap; }

#trio { padding: 30px 0 60px; }
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trio article { padding: 20px; border-radius: 12px; }
.trio article.private { border-radius: 16px; outline: 1px solid rgba(196,168,58,.28); }
.trio img { width: 100%; height: 150px; object-fit: cover; margin-bottom: 10px; }

#fall { padding: 20px 0 40px; }
.fall { columns: 3; column-gap: 14px; }
.fall article, .fall .num {
  break-inside: avoid;
  margin-bottom: 14px;
  padding: 16px;
  border-radius: 12px;
  display: block;
}
.fall .num strong { font-size: 42px; display: block; line-height: 1; }

#quotes { padding: 8px 0 36px; overflow: hidden; }
.marquee { display: flex; gap: 12px; width: max-content; animation: slide 90s linear infinite; }
.marquee.reverse { animation-direction: reverse; margin-top: 12px; }
@keyframes slide { to { transform: translateX(-50%); } }
.quote-card { width: 280px; padding: 16px; flex: 0 0 auto; border-radius: 12px; }
.quote-card p { font-size: 13px; min-height: 70px; }
.quote-card .who { margin-top: 8px; font-size: 12px; color: var(--ink-soft); }

#dlzone { padding: 70px 0; }
.dl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.dl-pane { padding: 26px; border-radius: 14px; }
.ends { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 14px; }
.ends a { display: block; text-align: center; padding: 10px 6px; font-size: 13px; }
.ends img { width: 100%; height: 66px; object-fit: cover; margin-bottom: 6px; }

#faq { padding: 60px 0 80px; }
.faq-box { display: grid; grid-template-columns: 220px 1fr; gap: 28px; }
.faq-toc a { display: block; padding: 8px 0; color: var(--ink-soft); font-size: 13px; }
.faq-toc a:hover { color: var(--ink); }
.acc details { padding: 14px 0; border-bottom: 1px solid rgba(63,58,28,.12); }
.acc summary { cursor: pointer; font-size: 15px; }
.acc p { padding-top: 8px; color: var(--ink-soft); }

.article { padding: 8px 0 56px; }
.article p { margin-bottom: 14px; color: var(--ink-soft); text-align: justify; }
.shots { padding: 0 0 64px; }
.shot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.shot-grid img { width: 100%; height: 132px; object-fit: cover; }

#footer { background: var(--foot); min-width: 1180px; padding: 40px 0 18px; }
.foot-cols {
  width: 1180px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.foot-cols h4 { font-size: 13px; font-weight: 500; margin-bottom: 8px; }
.foot-cols a { display: block; font-size: 12px; color: #7a726b; padding: 3px 0; }
.foot-dual {
  width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  padding-top: 10px;
  font-size: 12px;
  color: #8a8378;
}
.page-hero .hero-core { padding-top: 120px; padding-bottom: 120px; }
.page-hero .hero-title { font-size: 48px; }
.page-hero h1.seo-h1 { font-size: 22px; }

#index_head h1{font-size:48px;line-height:1.2;font-weight:600}
.seo-line{margin-top:16px;font-size:16px;font-weight:600}
.card#private{border-radius:16px;box-shadow:0 0 0 1px rgba(0,0,0,.16)}
article.private,#private{border-radius:16px;box-shadow:0 0 0 1px rgba(0,0,0,.16)}
