:root {
  --bg: #08090b;
  --text: #ebe7d8;
  --muted: #a6a19a;
  --gold: #c6a15c;
  --gold-soft: #efd8a0;
  --red: #8d1c1c;
  --red-soft: #bc2b2b;
  --border: rgba(198, 161, 92, 0.22);
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  --container: min(1180px, calc(100vw - 32px));
  --header-h: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(141, 28, 28, 0.2), transparent 32%),
    radial-gradient(circle at bottom right, rgba(198, 161, 92, 0.12), transparent 28%),
    linear-gradient(180deg, #0b0c0f 0%, #070708 100%);
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", sans-serif;
}

.site-shell { position: relative; }
.side-qrs {
  position: fixed;
  inset: 0;
  z-index: 35;
  pointer-events: none;
}
.side-qr {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  pointer-events: auto;
}
.side-qr-left { left: 18px; }
.side-qr-right { right: 18px; }
.side-qr-card {
  padding: 12px;
  background: rgba(14, 15, 18, 0.92);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  text-align: center;
  backdrop-filter: blur(12px);
}
.side-qr-title {
  margin: 0 0 10px;
  color: var(--gold-soft);
  font-size: 0.95rem;
  font-weight: 700;
}
.side-qr-image-wrap {
  aspect-ratio: 1 / 1;
  padding: 8px;
  background: #fff;
}
.side-qr-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.side-qr-desc {
  margin: 10px 0 0;
  color: #d7d0c1;
  font-size: 0.8rem;
  line-height: 1.6;
}

a, button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: 0; background: none; color: inherit; }
img { display: block; max-width: 100%; }
.container { width: var(--container); margin: 0 auto; }
.section { padding: 88px 0; position: relative; }
.section-heading { text-align: center; margin-bottom: 40px; }
.section-heading h2 {
  margin: 8px 0 0;
  font-family: "SimSun", "Songti SC", "STSong", "Noto Serif SC", serif;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  letter-spacing: 0.08em;
}
.eyebrow { color: var(--gold-soft); letter-spacing: 0.36em; text-transform: uppercase; font-size: 0.95rem; }
.eyebrow.accent-red { color: #df6f62; }
.section-heading-ornate {
  margin-bottom: 54px;
}
.section-heading-ornate h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  color: #f0ce83;
  letter-spacing: 0.12em;
  text-shadow: 0 0 18px rgba(226, 191, 104, 0.25);
}
.heading-lines {
  width: 100%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 210px;
}
.heading-lines span {
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 172, 84, 0.72), transparent);
}
.heading-sub {
  margin: 12px 0 0;
  color: #a9a295;
  font-size: 0.96rem;
  letter-spacing: 0.12em;
}
.heading-sub-red {
  color: #d14b3d;
}
.section-heading-unified {
  margin-bottom: 42px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.heading-label {
  margin: 0 0 18px;
  color: #e0b55f;
  font-size: 0.82rem;
  letter-spacing: 0.38em;
}
.heading-label-red {
  color: #d14b3d;
}
.section-heading-unified h2 {
  margin: 0;
  color: #f3eee2;
  font-size: clamp(2.25rem, 4vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.14;
}
.guides-heading {
  max-width: 1040px;
  margin-bottom: 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(18px);
}
.guides-heading .heading-lines {
  margin-bottom: 12px;
  gap: 184px;
  transform: translateX(-2px);
}
.guides-heading .heading-lines span {
  width: 60px;
}
.guides-heading h2 {
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  color: #f0ce83;
  letter-spacing: 0.12em;
  text-shadow: 0 0 18px rgba(226, 191, 104, 0.25);
  width: 100%;
  text-align: center;
}
.guides-heading .heading-sub {
  margin-top: 10px;
}
.guides-section {
  padding-top: 66px;
  padding-bottom: 34px;
}
.guides-section .container {
  width: min(1110px, calc(100vw - 40px));
}
.features-heading {
  max-width: 760px;
  margin-bottom: 48px;
}
.features-heading h2 {
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  color: #f3eee2;
  letter-spacing: 0.02em;
  text-shadow: none;
}
.gallery-heading {
  max-width: 1040px;
  margin-bottom: 44px;
}
.gallery-heading h2 {
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  color: #f0ce83;
  letter-spacing: 0.12em;
  text-shadow: 0 0 18px rgba(226, 191, 104, 0.25);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: 240ms ease;
}
.site-header.is-scrolled {
  background: rgba(7, 7, 9, 0.84);
  border-color: var(--border);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 58px; height: 58px; filter: drop-shadow(0 0 8px rgba(198, 161, 92, 0.28)); }
.brand-copy strong, .brand-copy span { display: block; }
.brand-copy strong { font-family: "SimSun", "Songti SC", "STSong", "Noto Serif SC", serif; font-size: 1.6rem; letter-spacing: 0.12em; }
.brand-copy span { color: var(--muted); letter-spacing: 0.28em; font-size: 0.76rem; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { position: relative; color: #ddd7ca; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: 220ms ease;
}
.site-nav a:hover::after, .site-nav a.is-active::after { width: 100%; }
.site-nav .is-highlight { color: var(--gold-soft); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}
.menu-toggle span { display: block; height: 2px; background: var(--gold-soft); margin: 5px 0; }
.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 14px;
  padding: 0 16px 16px;
  background: rgba(10, 10, 12, 0.96);
  border-top: 1px solid var(--border);
}
.mobile-menu.is-open { display: flex; }
.mobile-menu a { padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  border: 1px solid transparent;
  transition: 220ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { min-height: 56px; padding: 0 28px; font-size: 1.05rem; }
.btn-primary {
  color: #fff7e7;
  background: linear-gradient(180deg, var(--red-soft), var(--red));
  border-color: rgba(255, 221, 166, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 14px 26px rgba(101, 17, 17, 0.32);
}
.btn-secondary { color: var(--gold-soft); border-color: var(--border); background: rgba(0, 0, 0, 0.26); }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding-top: var(--header-h);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.44), rgba(5, 5, 7, 0.85)),
    var(--hero-bg-image, url("/assets/hero-bg.svg")) center/cover no-repeat;
}
.hero-bg-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 420ms ease;
}
.hero-bg-slide.is-active {
  opacity: 1;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 35%, rgba(198, 161, 92, 0.16), transparent 25%),
    linear-gradient(180deg, transparent 0%, rgba(8, 9, 11, 0.72) 100%);
}
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; text-align: center; }
.hero-content { max-width: 760px; }
.hero-kicker { margin: 0 0 12px; color: var(--gold-soft); letter-spacing: 0.5em; text-transform: uppercase; }
.hero h1 {
  margin: 0;
  font-family: "SimSun", "Songti SC", "STSong", "Noto Serif SC", serif;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  letter-spacing: 0.18em;
  text-shadow: 0 0 24px rgba(198, 161, 92, 0.28);
}
.hero-subtitle {
  margin: 14px 0 22px;
  font-family: "SimSun", "Songti SC", "STSong", "Noto Serif SC", serif;
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  color: #e7dbc1;
  letter-spacing: 0.3em;
}
.hero-description { margin: 0 auto; max-width: 640px; color: #d5d1ca; line-height: 1.9; font-size: 1.02rem; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 32px; }
.hero-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}
.hero-carousel-arrow {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(198, 161, 92, 0.36);
  background: rgba(10, 10, 12, 0.45);
  color: var(--gold-soft);
  font-size: 1.3rem;
  line-height: 1;
}
.hero-carousel-dots {
  display: flex;
  gap: 10px;
}
.hero-carousel-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(198, 161, 92, 0.5);
  background: transparent;
}
.hero-carousel-dot.is-active {
  background: var(--gold-soft);
}
.hero-sparks { position: absolute; inset: 0; pointer-events: none; }
.spark {
  position: absolute;
  border-radius: 999px;
  background: rgba(245, 222, 165, 0.95);
  box-shadow: 0 0 10px rgba(225, 192, 95, 0.8);
  animation: sparkle var(--dur) ease-in-out infinite;
  animation-delay: var(--delay);
}
.hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--gold-soft);
  opacity: 0.84;
}
.hero-scroll span { writing-mode: vertical-rl; letter-spacing: 0.2em; }
.hero-scroll i { width: 1px; height: 72px; background: linear-gradient(180deg, var(--gold), transparent); }

.panel {
  background: rgba(18, 18, 21, 0.96);
  border: 1px solid rgba(174, 131, 58, 0.5);
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 214, 123, 0.03);
}
.notice-layout {
  display: grid;
  grid-template-columns: 362px 1fr;
  gap: 32px;
  align-items: start;
}
.urgent-board,
.news-board {
  position: relative;
  padding: 28px 30px 24px;
}
.urgent-board::before,
.news-board::before,
.urgent-board::after,
.news-board::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: #d6ac54;
}
.urgent-board::before,
.news-board::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid;
  border-left: 2px solid;
}
.urgent-board::after,
.news-board::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}
.panel-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(174, 131, 58, 0.42);
}
.panel-heading h2 {
  margin: 0;
  font-family: "SimSun", "Songti SC", "STSong", "Noto Serif SC", serif;
  letter-spacing: 0.08em;
  font-size: 1.28rem;
  color: #f0ce83;
  text-shadow: 0 0 14px rgba(240, 206, 131, 0.26);
}
.panel-icon {
  font-size: 1.15rem;
  filter: saturate(0.8);
}
.urgent-list-wrap {
  overflow: hidden;
  height: 126px;
  position: relative;
}
.urgent-list {
  display: grid;
  gap: 16px;
  animation: urgent-scroll 14s linear infinite;
}
.urgent-item,
.news-item {
  transition: 220ms ease;
}
.urgent-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.urgent-tag {
  width: 34px;
  min-width: 34px;
  height: 40px;
  border: 1px solid #8d1818;
  color: #b62e2e;
  display: grid;
  place-items: center;
  font-size: 0.82rem;
  line-height: 1.05;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.urgent-title { flex: 1; min-width: 0; color: #d7d0c2; font-size: 0.95rem; }
.truncate { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.tabs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.tabs { display: flex; flex-wrap: wrap; gap: 30px; }
.tab-btn {
  position: relative;
  padding: 2px 0 8px;
  border-radius: 0;
  border: 0;
  color: #b9b2a6;
  font-size: 1rem;
}
.tab-btn.is-active {
  color: #f1d289;
  font-weight: 700;
}
.tab-btn.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #c62d2d;
}
.link-more { color: #a9a295; font-size: 0.92rem; }
.news-list {
  display: grid;
  gap: 0;
  max-height: 182px;
  overflow: auto;
  padding-right: 14px;
  scrollbar-width: thin;
  scrollbar-color: #9b7530 transparent;
}
.news-list::-webkit-scrollbar { width: 6px; }
.news-list::-webkit-scrollbar-track { background: transparent; }
.news-list::-webkit-scrollbar-thumb { background: #9b7530; border-radius: 999px; }
.news-item {
  border-bottom: 1px solid rgba(174, 131, 58, 0.34);
  cursor: pointer;
}
.news-item:last-child {
  border-bottom: 0;
}
.news-line {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.news-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.news-bracket {
  color: #d6ac54;
  font-size: 0.95rem;
  white-space: nowrap;
}
.news-title {
  color: #ece6d8;
  font-size: 0.98rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-date {
  color: #8f887c;
  font-size: 0.88rem;
  white-space: nowrap;
}
.access-grid, .guides-grid, .gallery-grid { display: grid; gap: 18px; }
.quick-access {
  background: #161619;
  padding-top: 84px;
  padding-bottom: 88px;
}
.access-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.guides-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  align-items: start;
}
.access-card, .guide-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(19, 20, 25, 0.96), rgba(9, 10, 12, 0.92));
  box-shadow: var(--shadow);
}
.access-card button, .guide-header { width: 100%; }
.access-card button {
  padding: 24px 20px 18px;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 0;
}
.access-card button {
  cursor: pointer;
}
.access-icon {
  width: 66px;
  height: 66px;
  border: 1px solid rgba(198, 161, 92, 0.34);
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--gold-soft);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: rgba(198, 161, 92, 0.05);
  margin-bottom: 12px;
}
.access-card h3, .guide-name, .feature-copy h3, .gallery-caption strong, .dialog-content h3 {
  margin: 0;
  font-family: "SimSun", "Songti SC", "STSong", "Noto Serif SC", serif;
}
.access-card p, .guide-summary, .feature-copy p, .gallery-caption span { margin: 0; color: var(--muted); }
.access-card h3 {
  margin-top: auto;
  font-size: 1rem;
  line-height: 1.05;
  color: #f1ead9;
}
.access-card p {
  margin-top: 6px;
  font-size: 0.84rem;
  line-height: 1.1;
  color: #cdc5b6;
}
.guide-card { transition: 220ms ease; }
.guide-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 76px;
  padding: 16px 20px;
  text-align: left;
}
.guide-header-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.guide-iconbox {
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 4px;
  display: grid;
  place-items: center;
  flex: none;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.guide-name {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #f5efe3;
}
.guide-summary {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mini-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 22px;
  padding: 0 8px;
  border: 1px solid currentColor;
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}
.guide-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: none;
  min-width: 92px;
  justify-content: flex-end;
}
.guide-count {
  color: #e5dcc8;
  font-size: 0.84rem;
  white-space: nowrap;
}
.guide-toggle {
  color: #d7aa62;
  transition: transform 220ms ease;
  font-size: 0.7rem;
}
.guide-card.is-open .guide-toggle { transform: rotate(180deg); }
.guide-body { display: none; padding: 0 18px 18px; border-top: 1px solid rgba(198, 161, 92, 0.14); }
.guide-card.is-open .guide-body { display: grid; gap: 12px; }
.guide-entry {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}
.guide-entry-head {
  width: 100%;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
}
.guide-entry-title { display: flex; gap: 10px; align-items: center; }
.guide-entry-body { display: none; padding: 0 16px 16px; color: #ccc7bc; line-height: 1.8; }
.guide-entry.is-open .guide-entry-body { display: block; }
.guide-entry .chev { transition: transform 220ms ease; }
.guide-entry.is-open .chev { transform: rotate(90deg); }

.features-list { display: grid; gap: 34px; }
.feature-card { display: grid; grid-template-columns: 1.08fr 1fr; gap: 26px; align-items: center; }
.feature-card.is-reversed { grid-template-columns: 1fr 1.08fr; }
.feature-card.is-reversed .feature-media { order: 2; }
.feature-card.is-reversed .feature-copy { order: 1; }
.feature-media {
  position: relative;
  min-height: 420px;
  border: 1px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
  background: #101216;
  box-shadow: var(--shadow);
}
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { padding: 10px 8px; }
.feature-copy .feature-subtitle { color: var(--gold-soft); letter-spacing: 0.22em; margin: 14px 0; }
.feature-copy p { line-height: 1.95; }

.gallery-grid {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-areas: "hero side1 side2";
  gap: 18px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 26px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(18, 18, 21, 0.96), rgba(11, 11, 13, 0.98));
  box-shadow: none;
}
.gallery-item:first-child { min-height: 520px; grid-area: hero; }
.gallery-item:nth-child(2) { grid-area: side1; }
.gallery-item:nth-child(3) { grid-area: side2; }
.gallery-item > div {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.gallery-item button {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  text-align: left;
}
.gallery-item img {
  width: 100%;
  height: calc(100% - 78px);
  object-fit: cover;
  transition: transform 360ms ease;
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 78px;
  padding: 16px 18px 14px;
  background: #0d0d10;
}
.gallery-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 2rem;
  color: #fff;
  background: rgba(159, 47, 43, 0.82);
  border: 2px solid rgba(255, 235, 196, 0.5);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.06);
}
.gallery-caption strong {
  display: block;
  color: #f2ede0;
  font-size: 0.95rem;
}
.gallery-caption span {
  display: block;
  margin-top: 4px;
  color: #d6cdbd;
  font-size: 0.8rem;
}

.detail-card {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(198, 161, 92, 0.24);
  background: rgba(14, 14, 18, 0.88);
}
.detail-kicker {
  margin: 0 0 10px;
  color: #d7aa62;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
}
.detail-card h3 {
  margin: 0 0 8px;
  font-family: "SimSun", "Songti SC", "STSong", "Noto Serif SC", serif;
  font-size: 1.35rem;
}
.detail-card p {
  margin: 0;
  color: #c7c0b2;
  line-height: 1.8;
}
.detail-card figure,
.guide-entry-body figure {
  margin: 22px auto;
  max-width: min(100%, 720px);
  display: grid;
  gap: 10px;
  justify-items: center;
}
.detail-card figure img,
.guide-entry-body figure img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(198, 161, 92, 0.18);
}
.detail-card figcaption,
.guide-entry-body figcaption {
  color: #a79f91;
  font-size: 0.9rem;
  line-height: 1.7;
  text-align: center;
}
.detail-card .editor-table-wrap,
.guide-entry-body .editor-table-wrap {
  overflow-x: auto;
  margin: 20px 0;
}
.detail-html .editor-table-wrap {
  overflow-x: auto;
  margin: 28px 0 32px;
  padding: 2px 0;
}
.detail-card .editor-table,
.guide-entry-body .editor-table,
.detail-html .editor-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(198, 161, 92, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 214, 123, 0.03);
}
.detail-card .editor-table th,
.detail-card .editor-table td,
.guide-entry-body .editor-table th,
.guide-entry-body .editor-table td,
.detail-html .editor-table th,
.detail-html .editor-table td {
  border: 1px solid rgba(198, 161, 92, 0.3);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  line-height: 1.9;
}
.detail-card .editor-table th,
.guide-entry-body .editor-table th,
.detail-html .editor-table th {
  color: #f0ce83;
  background: rgba(198, 161, 92, 0.12);
  font-weight: 700;
}
.detail-html p {
  margin: 0 0 16px;
  line-height: 1.95;
}
.detail-html h2,
.detail-html h3,
.detail-html h4 {
  margin: 28px 0 14px;
  color: #f0ce83;
  font-family: "SimSun", "Songti SC", "STSong", "Noto Serif SC", serif;
}
.detail-meta {
  margin-bottom: 12px !important;
  color: #9e9689 !important;
  font-size: 0.88rem;
}
.detail-list {
  margin: 14px 0 18px;
  padding-left: 18px;
  color: #c7c0b2;
}
.detail-list li {
  margin-bottom: 8px;
}
.gallery-preview-inline {
  margin-top: 16px;
}
.gallery-preview-inline img {
  width: 100%;
  max-width: 420px;
  border: 1px solid rgba(198, 161, 92, 0.18);
}

.action-section {
  padding-top: 24px;
  padding-bottom: 70px;
}
.action-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.action-card {
  border: 1px solid rgba(198, 161, 92, 0.24);
  background: rgba(14, 14, 18, 0.9);
  padding: 24px;
}
.action-heading {
  text-align: left;
  margin-bottom: 18px;
}
.action-heading h2 {
  margin-top: 0;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
.download-actions {
  display: grid;
  gap: 12px;
}
.download-card {
  padding: 16px 18px;
  border: 1px solid rgba(198, 161, 92, 0.2);
  background: #111217;
  text-align: left;
}
.download-card strong,
.download-card span {
  display: block;
}
.download-card strong {
  margin-bottom: 6px;
  font-family: "SimSun", "Songti SC", "STSong", "Noto Serif SC", serif;
  color: #f0ce83;
}
.download-card span {
  color: #b8b1a4;
  line-height: 1.6;
}
.booking-form {
  display: grid;
  gap: 14px;
}
.booking-form label {
  display: grid;
  gap: 8px;
}
.booking-form input,
.booking-form select {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(198, 161, 92, 0.2);
  background: #111217;
  color: #f3eee2;
}
.action-feedback {
  margin: 14px 0 0;
  color: #d7aa62;
  line-height: 1.7;
}
.footer-detail {
  margin-top: 18px;
}

.site-footer {
  position: relative;
  padding: 70px 0 90px;
  background: linear-gradient(180deg, #070708, #030303);
  border-top: 1px solid rgba(198, 161, 92, 0.24);
}
.footer-inner { text-align: center; }
.footer-brand img { width: 82px; margin: 0 auto 12px; }
.footer-brand h2 { margin: 0 0 28px; font-family: "SimSun", "Songti SC", "STSong", "Noto Serif SC", serif; letter-spacing: 0.28em; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 28px; margin-bottom: 24px; }
.footer-links a { color: var(--muted); }
.footer-notice {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}
.footer-notice p { margin: 8px 0; color: var(--muted); line-height: 1.8; }

.reveal { opacity: 0; transform: translateY(28px); transition: 520ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes sparkle {
  0%, 100% { opacity: 0.25; transform: translateY(0) scale(0.85); }
  50% { opacity: 1; transform: translateY(-18px) scale(1.15); }
}

@keyframes urgent-scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(calc(-50% - 8px)); }
}

@media (max-width: 1080px) {
  .side-qrs { display: none; }
  .site-nav { display: none; }
  .menu-toggle { display: inline-block; }
  .notice-layout, .feature-card, .feature-card.is-reversed { grid-template-columns: 1fr; }
  .feature-card.is-reversed .feature-media, .feature-card.is-reversed .feature-copy { order: initial; }
  .access-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guides-grid { grid-template-columns: 1fr; }
  .action-layout { grid-template-columns: 1fr; }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "hero hero" "side1 side2";
  }
}

@media (max-width: 720px) {
  :root { --header-h: 78px; }
  .section { padding: 72px 0; }
  .brand-copy strong { font-size: 1.25rem; }
  .brand-copy span { letter-spacing: 0.18em; }
  .header-actions .btn-primary { display: none; }
  .hero h1 { letter-spacing: 0.1em; }
  .hero-description { font-size: 0.96rem; }
  .tabs-header { flex-direction: column; align-items: flex-start; }
  .heading-lines { gap: 70px; }
  .heading-lines span { width: 42px; }
  .guides-heading .heading-lines {
    gap: 70px;
    transform: none;
  }
  .guides-heading .heading-lines span {
    width: 42px;
  }
  .section-heading-ornate h2 {
    font-size: 2.2rem;
  }
  .access-grid, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-areas: "hero" "side1" "side2"; }
  .gallery-item:first-child { min-height: 340px; }
  .gallery-item { min-height: 360px; }
  .gallery-item img { height: calc(100% - 70px); }
}
