:root {
  --ink: #0e0e0e;
  --silk: #cfc6b8;
  --fade: #8a8174;
  --paper: #1a1816;
  --text: #e6dfd4;
  --muted: #9a9186;
  --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(--text);
  background: #141210;
  font-size: 14px;
  line-height: 1.8;
  min-width: 1180px;
}
img { max-width: 100%; border: 0; vertical-align: middle; filter: sepia(.18) contrast(1.05); }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; background: none; cursor: pointer; color: inherit; }
.en { font-size: 11px; letter-spacing: .2em; color: var(--fade); display: block; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 0;
  cursor: pointer;
  color: var(--ink);
  background: var(--silk);
  letter-spacing: .1em;
}
.btn-ghost {
  color: var(--silk);
  background: transparent;
  outline: 1px solid var(--silk);
}
.wrap { width: 1100px; margin: 0 auto; }
.wide { width: 1180px; margin: 0 auto; }
.fine { font-size: 12px; letter-spacing: .16em; color: var(--muted); }
h2.sec-title { font-size: 26px; font-weight: 600; margin-bottom: 6px; }
.sec-sub { color: var(--muted); margin-bottom: 22px; }

.drawer-btn {
  position: fixed;
  left: 16px;
  top: 50%;
  z-index: 55;
  width: 40px;
  height: 40px;
  background: var(--silk);
  color: var(--ink);
  border-radius: 0;
}
.drawer {
  display: none;
  position: fixed;
  left: 0; top: 0; bottom: 0;
  width: 240px;
  z-index: 70;
  background: #1c1916;
  padding: 80px 24px;
  outline: 1px solid rgba(207,198,184,.2);
}
.drawer.show { display: block; }
.drawer a { display: block; padding: 10px 0; border-bottom: 1px solid rgba(207,198,184,.15); }
.drawer .x { position: absolute; top: 20px; right: 16px; font-size: 22px; }

.hero-wrap { position: relative; min-height: 780px; }
#index_top {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 40;
  height: 64px;
}
#index_top .bar {
  width: 1100px;
  margin: 12px auto 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 8px;
  background: rgba(14,14,14,.72);
  outline: 1px solid rgba(207,198,184,.25);
}
.logo { display: flex; align-items: center; gap: 8px; }
.logo img { height: 28px; filter: none; }
.mid-nav { display: flex; align-items: center; gap: 2px; }
.mid-nav > a, .mid-nav > .drop > span {
  padding: 6px 10px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.drop { position: relative; }
.mega {
  display: none;
  position: absolute;
  top: 34px; left: 50%;
  transform: translateX(-50%);
  width: 560px;
  padding: 16px;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
  background: #1c1916;
  z-index: 5;
  outline: 1px solid rgba(207,198,184,.25);
}
.drop:hover .mega { display: grid; }
.mega b { display: block; margin-bottom: 6px; }
.mega a { display: block; padding: 4px 0; color: var(--muted); font-size: 13px; }
.top-acts { display: flex; align-items: center; gap: 8px; font-size: 13px; }

#index_head { position: relative; min-height: 780px; overflow: hidden; background: #0e0e0e; text-align: center; }
.earth {
  position: absolute;
  width: 860px; height: 860px;
  left: 50%; top: 50%;
  margin: -430px 0 0 -430px;
  border-radius: 50%;
  background: repeating-conic-gradient(from 20deg, rgba(207,198,184,.12) 0 10deg, rgba(8,8,8,.55) 10deg 20deg);
  animation: spin 90s linear infinite;
  opacity: .55;
}
@keyframes spin { to { transform: rotate(360deg); } }
.mask { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,14,14,.35), rgba(14,14,14,.78)); }
.center {
  position: relative;
  z-index: 2;
  width: 1100px;
  margin: 0 auto;
  padding: 160px 0 60px;
}
.hero-note { font-size: 12px; letter-spacing: .22em; color: var(--silk); margin-bottom: 12px; }
#index_head .hero-title { font-size: 48px; line-height: 1.2; letter-spacing: .14em; }
.hero-sub { color: var(--silk); letter-spacing: .18em; margin: 10px 0 22px; }
.hero-ctas { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.seo-h1 { margin-top: 18px; font-size: 16px; color: var(--silk); }

#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 p { font-size: 13px; color: var(--muted); }
.clear { clear: both; }

.falls { width: 1100px; margin: 10px auto 40px; columns: 3; column-gap: 16px; }
.falls article { break-inside: avoid; margin-bottom: 16px; padding: 16px; background: #1c1916; outline: 1px solid rgba(207,198,184,.12); }
.falls img { width: 100%; height: 120px; object-fit: cover; margin-bottom: 8px; }
.bands { width: 1100px; margin: 0 auto 30px; }
.band { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(207,198,184,.15); }
.band img { width: 100%; height: 180px; object-fit: cover; }

#oa { padding: 70px 0; }
.oa-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.oa-card { padding: 18px; text-align: center; background: #1c1916; }
.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; }

.bars { width: 1100px; margin: 10px auto 50px; display: flex; align-items: flex-end; gap: 18px; height: 220px; }
.bars div {
  flex: 1;
  background: linear-gradient(180deg, #cfc6b8, #5c564c);
  text-align: center;
  padding-top: 8px;
  font-size: 12px;
  color: #0e0e0e;
}

#trio { padding: 20px 0 50px; }
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trio article { padding: 16px; background: #1c1916; }
.trio article.private { border-radius: 16px; outline: 1px solid rgba(207,198,184,.28); }
.trio img { width: 100%; height: 148px; object-fit: cover; margin-bottom: 10px; }

.slide { overflow: hidden; width: 1100px; margin: 0 auto 24px; }
.slide-in { display: flex; gap: 14px; width: max-content; animation: slide 40s linear infinite; }
@keyframes slide { to { transform: translateX(-50%); } }
.slide article { width: 320px; padding: 16px; background: #1c1916; flex: 0 0 auto; }

#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; }
.quote-card { width: 280px; padding: 16px; flex: 0 0 auto; background: #1c1916; }
.quote-card p { font-size: 13px; min-height: 70px; }
.quote-card .who { margin-top: 8px; font-size: 12px; color: var(--muted); }

#dlzone { padding: 60px 0; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px 10px; text-align: left; border-bottom: 1px solid rgba(207,198,184,.18); font-size: 13px; }
th { color: var(--silk); letter-spacing: .12em; }
.ends { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 18px; }
.ends a { display: block; text-align: center; padding: 10px 6px; font-size: 13px; background: #1c1916; }
.ends img { width: 100%; height: 66px; object-fit: cover; margin-bottom: 6px; }

#faq { padding: 50px 0 70px; }
.faq-list { border-top: 1px solid var(--silk); }
.faq-list details { padding: 14px 0; border-bottom: 1px solid rgba(207,198,184,.2); }
.faq-list summary { cursor: pointer; font-size: 16px; }

.article { padding: 8px 0 40px; }
.article p { margin-bottom: 14px; color: var(--muted); text-align: justify; }
.shots { padding: 0 0 50px; }
.shot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.shot-grid img { width: 100%; height: 132px; object-fit: cover; }

.social { display: flex; justify-content: center; gap: 10px; margin-bottom: 14px; }
.social a {
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid var(--silk);
  font-size: 12px;
}
#footer { background: var(--foot); min-width: 1180px; padding: 36px 0 20px; color: #2a2d31; text-align: center; }
.foot-nav { margin-bottom: 12px; }
.foot-nav a { display: inline-block; margin: 0 10px; font-size: 12px; color: #7a726b; }
.foot-cols {
  width: 1180px;
  margin: 0 auto 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  text-align: left;
}
.foot-cols h4 { font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.foot-cols a { display: block; font-size: 12px; color: #7a726b; padding: 3px 0; }
.mini { font-size: 12px; color: #9a928b; letter-spacing: .12em; }
.page-hero .center { padding-top: 140px; }
.page-hero, .page-hero .center { min-height: 640px; }
.page-hero h1.seo-h1 { font-size: 18px; }

#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)}
