:root {
  --ink: #1c1917;
  --ink-strong: #0c0a09;
  --ink-soft: #57534e;
  --paper: #fafaf9;
  --surface: #ffffff;
  --mist: #f4f2ee;
  --line: #dedbd3;
  --line-dark: rgba(255, 255, 255, .18);
  --gold: #a16207;
  --gold-deep: #854d0e;
  --gold-wash: #f4e7d2;
  --dark: #171513;
  --dark-soft: #26221e;
  --muted: #78716c;
  --shadow: 0 24px 60px rgba(28, 25, 23, .12);
  --container: min(1180px, calc(100% - 48px));
  --radius-lg: 30px;
  --radius-md: 18px;
  --ease: cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overscroll-behavior-y: none; background: var(--paper); }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p, li, summary { overflow-wrap: break-word; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform .2s var(--ease);
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid rgba(222, 219, 211, .85);
  background: rgba(250, 250, 249, .9);
  backdrop-filter: blur(16px);
}

.nav-shell {
  width: var(--container);
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: none;
  color: var(--ink-strong);
  text-decoration: none;
  font-weight: 760;
  letter-spacing: -.03em;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  box-shadow: 0 6px 12px rgba(28, 25, 23, .15);
}

.brand span { line-height: 1.1; }
.brand small {
  display: block;
  margin-top: 3px;
  color: var(--gold-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}

.site-nav { display: flex; align-items: center; gap: 22px; }

.site-nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color .18s var(--ease), background-color .18s var(--ease), box-shadow .18s var(--ease);
}

.site-nav a:not(.nav-user):hover { color: var(--gold-deep); }
.site-nav a[aria-current="page"]:not(.nav-user) { color: var(--gold-deep); font-weight: 700; }

.nav-user {
  min-height: 40px;
  padding: 9px 16px;
  display: inline-flex;
  align-items: center;
  color: #fff !important;
  background: var(--ink);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(28, 25, 23, .12);
}

.nav-user:hover { color: #fff !important; background: var(--gold-deep); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.nav-toggle svg { width: 22px; height: 22px; }

.container { width: var(--container); margin: 0 auto; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.button {
  min-height: 48px;
  padding: 12px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: transform .2s var(--ease), background-color .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), box-shadow .2s var(--ease);
}

.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }

.button--primary { color: #fff; background: var(--gold-deep); box-shadow: 0 9px 18px rgba(133, 77, 14, .22); }
.button--primary:hover { background: var(--ink); }
.button--outline { color: var(--ink); border-color: #b8b2a8; background: rgba(255, 255, 255, .68); }
.button--outline:hover { border-color: var(--ink); background: #fff; }
.button--light { color: var(--ink); background: #fff; }
.button--light:hover { color: #fff; background: var(--gold-deep); }
.button--line-light { color: #fff; border-color: rgba(255, 255, 255, .5); }
.button--line-light:hover { color: var(--ink); background: #fff; border-color: #fff; }

.button svg, .text-link svg { width: 16px; height: 16px; flex: none; }

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 70px;
  background:
    linear-gradient(90deg, rgba(161, 98, 7, .06) 1px, transparent 1px) 0 0 / 78px 78px,
    radial-gradient(circle at 12% 18%, rgba(161, 98, 7, .11), transparent 31%),
    var(--paper);
}

.home-hero::after {
  position: absolute;
  right: 4%;
  bottom: -205px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(161, 98, 7, .16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 94px);
}

.hero-copy,
.hero-art,
.feature-list,
.team-copy,
.archive-board,
.admin-copy,
.admin-preview,
.section-intro { min-width: 0; }

.hero-copy { max-width: 660px; }

.hero-copy h1,
.section-intro h2,
.cta-panel h2,
.page-hero h1 {
  margin: 0;
  color: var(--ink-strong);
  font-weight: 800;
  letter-spacing: -.062em;
  line-height: 1.12;
}

.hero-copy h1 {
  max-width: 650px;
  font-size: clamp(42px, 4.55vw, 64px);
  line-height: 1.08;
  text-wrap: balance;
}

.hero-copy p {
  max-width: 590px;
  margin: 25px 0 31px;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.8;
}

.section-label,
.hero-copy .section-label {
  margin: 0 0 18px;
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-footnote {
  margin: 21px 0 0 !important;
  color: #78716c !important;
  max-width: 540px !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.hero-art {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: grid;
  align-items: stretch;
}

.hero-photo {
  position: relative;
  width: 100%;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 92px 26px 92px 26px;
  background: var(--dark);
  box-shadow: var(--shadow);
}

.hero-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(12, 10, 9, 0) 55%, rgba(12, 10, 9, .48));
  pointer-events: none;
}

.hero-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 56% center; }

.sample-watermark {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: auto;
  bottom: 24px;
  width: min(270px, calc(100% - 48px));
  padding: 14px 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 10px;
  background: rgba(20, 17, 14, .64);
  backdrop-filter: blur(7px);
}

.sample-watermark strong { display: block; font-size: 14px; }
.sample-watermark span { display: block; margin-top: 3px; color: rgba(255,255,255,.78); font-size: 11px; line-height: 1.55; }
.sample-watermark::before { display: block; margin-bottom: 6px; color: #f5c87a; content: "影像字段示意"; font-size: 10px; font-weight: 700; letter-spacing: .12em; }

.value-rail {
  width: var(--container);
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.value-rail > div { min-height: 110px; padding: 22px clamp(14px, 2vw, 30px); }
.value-rail > div + div { border-left: 1px solid var(--line); }
.value-rail strong { display: block; color: var(--ink); font-size: 17px; letter-spacing: -.02em; }
.value-rail span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.6; }

.section { padding: 104px 0; }
.section--mist { background: var(--mist); }

.section-intro { max-width: 680px; margin-bottom: 54px; }
.section-intro h2 { font-size: clamp(31px, 3.55vw, 49px); text-wrap: balance; }
.section-intro p { margin: 19px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.8; text-wrap: pretty; }

.capability-grid {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
}

.capture-stage {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.phone-frame {
  position: relative;
  z-index: 2;
  width: min(66%, 330px);
  padding: 10px;
  border: 4px solid #141210;
  border-radius: 38px;
  background: #141210;
  box-shadow: 0 32px 50px rgba(28, 25, 23, .28);
}

.phone-island { position: absolute; z-index: 2; top: 18px; left: 50%; width: 84px; height: 21px; border-radius: 14px; background: #111; transform: translateX(-50%); }
.phone-screen { position: relative; min-height: 472px; overflow: hidden; border-radius: 27px; background: #3a3530; }
.phone-screen img { width: 100%; height: 472px; object-fit: cover; }
.phone-screen::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(10,8,7,.14), rgba(10,8,7,.02) 38%, rgba(10,8,7,.72)); }
.phone-status { position: absolute; z-index: 1; top: 45px; left: 16px; right: 16px; display: flex; justify-content: space-between; color: #fff; font-size: 10px; font-weight: 700; }
.phone-watermark { position: absolute; z-index: 1; left: 16px; right: 16px; bottom: 20px; color: #fff; font-size: 10px; line-height: 1.65; text-shadow: 0 1px 5px rgba(0,0,0,.75); }
.phone-watermark b { display: block; font-size: 12px; }
.phone-watermark small { color: rgba(255,255,255,.82); }

.feature-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.feature-row { padding: 22px 0; display: grid; grid-template-columns: 44px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }
.feature-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--gold-deep); border: 1px solid #d6bb8a; border-radius: 10px; }
.feature-icon svg { width: 19px; height: 19px; stroke-width: 1.8; }
.feature-row h3 { margin: 0; color: var(--ink); font-size: 18px; letter-spacing: -.02em; }
.feature-row p { margin: 5px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }

.workflow { position: relative; overflow: hidden; color: #fff; background: var(--dark); }
.workflow::before { position: absolute; top: 0; right: 0; width: 45%; height: 100%; background: radial-gradient(circle at 70% 30%, rgba(161,98,7,.25), transparent 53%); content: ""; }
.workflow .container { position: relative; z-index: 1; }
.workflow .section-intro h2 { color: #fff; }
.workflow .section-intro p { color: rgba(255,255,255,.7); }
.workflow-steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.workflow-step { padding: 30px 26px 8px 0; min-height: 220px; }
.workflow-step + .workflow-step { padding-left: 28px; border-left: 1px solid var(--line-dark); }
.workflow-step span { color: #e5c798; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.workflow-step h3 { margin: 24px 0 9px; font-size: 24px; letter-spacing: -.04em; }
.workflow-step p { margin: 0; color: rgba(255,255,255,.67); font-size: 14px; }
.workflow-line { width: 54px; height: 1px; margin-top: 22px; background: var(--gold); }

.team-section { position: relative; overflow: hidden; color: #fff; background: #181613; }
.team-grid { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.35fr); gap: clamp(35px, 7vw, 92px); align-items: center; }
.team-copy h2 { margin: 0; max-width: 450px; font-size: clamp(33px, 3.3vw, 44px); font-weight: 800; letter-spacing: -.06em; line-height: 1.13; }
.team-copy > p { margin: 20px 0 26px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.8; }
.team-points { margin: 0 0 30px; padding: 0; list-style: none; }
.team-points li { position: relative; margin-top: 13px; padding-left: 20px; color: rgba(255,255,255,.8); font-size: 14px; }
.team-points li::before { position: absolute; top: .62em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); content: ""; }

.archive-board { position: relative; min-height: 460px; padding: 18px; border: 1px solid rgba(255,255,255,.23); border-radius: 20px; background: #25211d; box-shadow: 0 26px 60px rgba(0,0,0,.35); }
.archive-board::before { position: absolute; top: -13px; right: 34px; width: 54px; height: 4px; border-radius: 3px; background: var(--gold); content: ""; }
.archive-top { height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #dfd8cf; font-size: 12px; }
.archive-top strong { font-size: 13px; }
.archive-top span { color: #cba362; }
.archive-layout { display: grid; grid-template-columns: 116px 1fr; gap: 16px; min-height: 377px; }
.archive-side { padding: 16px 10px; border-top: 1px solid rgba(255,255,255,.12); border-right: 1px solid rgba(255,255,255,.12); }
.archive-side span { display: block; margin-bottom: 16px; color: rgba(255,255,255,.48); font-size: 10px; }
.archive-side b { display: block; margin-bottom: 13px; color: #e8e1d9; font-size: 12px; font-weight: 600; }
.archive-side b:first-of-type { color: #f2c172; }
.archive-grid { padding-top: 13px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; align-content: start; }
.archive-tile { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: #312b25; }
.archive-tile img { width: 100%; height: auto; aspect-ratio: 1.15; object-fit: cover; }
.archive-tile span { display: block; padding: 7px; overflow: hidden; color: rgba(255,255,255,.66); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

.scenes-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.scenes-head .section-intro { margin-bottom: 45px; }
.scenes-note { max-width: 320px; margin: 0 0 50px; color: var(--muted); font-size: 14px; }
.scene-grid { display: grid; grid-template-columns: 1.35fr .9fr .9fr; gap: 18px; align-items: stretch; }
.scene-grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.scene-card { position: relative; min-height: 300px; overflow: hidden; border-radius: 18px; color: #fff; background: var(--dark); text-decoration: none; display: block; }
.scene-grid--six .scene-card { min-height: 280px; aspect-ratio: 4 / 3; }
.scene-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 25%; transition: transform .6s var(--ease); }
.scene-card:hover img { transform: scale(1.035); }
.scene-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(12,10,9,.03), rgba(12,10,9,.82)); }
.scene-card > div { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; }
.scene-card h3 { margin: 0; font-size: 22px; letter-spacing: -.04em; }
.scene-card p { margin: 5px 0 0; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.45; }
.scene-card--small { min-height: 300px; }
.scene-more { margin: 28px 0 0; text-align: center; }
.scene-more .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-deep);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.scene-more .text-link:hover { color: var(--ink); }
.scene-more .text-link svg { width: 16px; height: 16px; }

.admin-layout { display: grid; grid-template-columns: minmax(260px, .76fr) minmax(0, 1.24fr); gap: clamp(42px, 8vw, 112px); align-items: center; }
.admin-copy .section-intro { margin-bottom: 26px; }
.admin-copy .section-intro p { font-size: 16px; }
.admin-list { display: grid; gap: 11px; margin: 0 0 27px; padding: 0; list-style: none; }
.admin-list li { display: flex; align-items: center; gap: 11px; color: var(--ink-soft); font-size: 14px; }
.admin-list svg { width: 17px; height: 17px; color: var(--gold-deep); }

.admin-preview { overflow: hidden; border: 1px solid #cfc8bc; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.admin-browser { display: flex; align-items: center; height: 42px; padding: 0 15px; border-bottom: 1px solid #e9e4dc; background: #f8f6f2; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #c9c1b6; }
.browser-address { width: 42%; height: 17px; margin: 0 auto; border-radius: 3px; background: #ebe6de; }
.admin-screen { display: grid; grid-template-columns: 138px 1fr; min-height: 376px; }
.admin-menu { padding: 22px 15px; color: #d9d4cc; background: #211e1a; }
.admin-menu strong { display: block; margin-bottom: 28px; color: #fff; font-size: 14px; }
.admin-menu span { display: block; margin: 15px 0; color: rgba(255,255,255,.57); font-size: 11px; }
.admin-menu span:first-of-type { color: #f1bf68; }
.admin-main { padding: 24px; background: #fbfaf8; }
.admin-main-head { display: flex; align-items: center; justify-content: space-between; }
.admin-main-head strong { font-size: 17px; }
.admin-main-head span { padding: 5px 9px; color: #fff; border-radius: 4px; background: var(--gold-deep); font-size: 10px; }
.admin-filters { display: flex; gap: 8px; margin: 20px 0 17px; }
.admin-filters i { display: block; height: 25px; flex: 1; border: 1px solid #e1ddd6; border-radius: 4px; background: #fff; }
.admin-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.admin-card { overflow: hidden; border: 1px solid #e8e2d9; border-radius: 5px; background: #fff; }
.admin-card img { width: 100%; height: auto; aspect-ratio: 1.1; object-fit: cover; }
.admin-card i { display: block; height: 8px; margin: 8px; border-radius: 2px; background: #e8e3dc; }
.admin-card i + i { width: 60%; margin-top: 0; }

.faq-shell { max-width: 850px; }
.faq-shell .section-intro { margin-bottom: 34px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; display: block; padding: 22px 47px 22px 0; color: var(--ink); cursor: pointer; font-size: 17px; font-weight: 700; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { position: absolute; top: 21px; right: 5px; width: 20px; height: 20px; color: var(--gold-deep); content: "+"; font-size: 25px; font-weight: 400; line-height: 18px; text-align: center; transition: transform .2s var(--ease); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { max-width: 710px; margin: 0 0 22px; color: var(--ink-soft); font-size: 15px; line-height: 1.72; }

.cta-section { padding: 34px 0 96px; }
.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(35px, 5vw, 62px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px 54px;
  color: #fff;
  border-radius: var(--radius-lg);
  background: var(--gold-deep);
}
.cta-panel::after { position: absolute; top: -72px; right: 24px; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; content: ""; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 660px; color: #fff; font-size: clamp(31px, 3.7vw, 48px); text-wrap: balance; }
.cta-panel p { max-width: 760px; margin: -10px 0 0; color: rgba(255,255,255,.82); font-size: 16px; text-wrap: pretty; }
.cta-panel .button-row { grid-column: 2; grid-row: 1 / span 2; align-self: end; justify-content: flex-end; }

.site-footer { color: #d7d1c9; background: var(--dark); }
.footer-shell { width: var(--container); margin: 0 auto; padding: 58px 0 30px; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-weight: 750; }
.footer-brand img { width: 38px; height: 38px; border-radius: 9px; }
.footer-brand small { display: block; margin-top: 2px; color: #d8a957; font-size: 9px; letter-spacing: .16em; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 23px; }
.footer-links a, .footer-bottom a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 13px; }
.footer-links a:hover, .footer-bottom a:hover { color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 22px; padding-top: 23px; color: rgba(255,255,255,.5); font-size: 12px; }

.page-hero { padding: 92px 0 62px; background: radial-gradient(circle at 85% 18%, rgba(161,98,7,.16), transparent 33%), var(--paper); }
.page-hero .container { max-width: 880px; }
.page-hero h1 { max-width: 720px; font-size: clamp(37px, 5vw, 62px); text-wrap: balance; }
.page-hero p { max-width: 640px; margin: 18px 0 0; color: var(--ink-soft); font-size: 17px; text-wrap: pretty; }

/* 页面头图分栏 + 图文条 */
.page-hero--split .container,
.page-hero-split { max-width: none; width: var(--container); }
.page-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.page-hero-split__copy h1 { max-width: 640px; }
.page-hero-split__media {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow);
  background: var(--dark);
}
.page-hero-split__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
.visual-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.visual-band--plain { margin-top: 8px; }
.visual-band__media {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--shadow);
  background: #1c1917;
}
.visual-band__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
.visual-band__copy h2 {
  margin: 0 0 14px;
  color: var(--ink-strong);
  font-size: clamp(28px, 3.2vw, 40px);
  letter-spacing: -.04em;
  line-height: 1.2;
}
.visual-band__copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 820px) {
  .page-hero-split,
  .visual-band {
    grid-template-columns: 1fr;
  }
  .page-hero-split__media img,
  .visual-band__media img { aspect-ratio: 16/11; }
}
.page-main { padding: 22px 0 104px; }
.support-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(270px, .65fr); gap: 18px; align-items: start; }
.support-card { padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.support-card h2 { margin: 0; font-size: 24px; letter-spacing: -.04em; }
.support-card p { color: var(--ink-soft); }
.support-card h3 { margin: 29px 0 7px; color: var(--gold-deep); font-size: 16px; }
.support-card h3:first-of-type { margin-top: 24px; }
.support-steps { display: grid; gap: 0; margin: 22px 0 0; border-top: 1px solid var(--line); }
.support-step { display: grid; grid-template-columns: 30px 1fr; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.support-step b { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--gold-deep); font-size: 11px; }
.support-step span { color: var(--ink-soft); font-size: 14px; }
.support-contact { display: none; margin: 20px 0 0; padding: 14px; color: #5b390a; border: 1px solid #e7ceaa; border-radius: 10px; background: #fbf3e6; font-size: 14px; }
.support-side { position: sticky; top: 98px; background: var(--dark); color: #fff; }
.support-side h2 { color: #fff; }
.support-side p { color: rgba(255,255,255,.7); }
.support-side a { color: #f2c172; }
.support-tip { margin-top: 20px; color: var(--muted); font-size: 13px; }

.legal-document { max-width: 820px; padding: clamp(27px, 5vw, 52px); border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.legal-document .meta { margin: 0 0 24px; color: var(--muted); font-size: 13px; }
.legal-document h2 { margin: 29px 0 8px; color: var(--ink); font-size: 18px; }
.legal-document p { margin: 7px 0; color: var(--ink-soft); font-size: 15px; line-height: 1.85; }

.js [data-reveal] { opacity: 0; transform: translateY(12px); transition: opacity .42s var(--ease), transform .42s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* 桌面标题允许可控换行；短标题用 text-wrap:balance 保持美观，避免强制 nowrap 溢出 */
@media (min-width: 821px) {
  .hero-copy h1, .section-intro h2, .team-copy h2 { text-wrap: balance; }
}

@media (max-width: 1020px) {
  .site-nav { gap: 16px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(350px, .82fr); gap: 42px; }
  .hero-copy h1 { font-size: clamp(40px, 5.1vw, 52px); }
  .hero-art, .hero-photo { min-height: 500px; }
  .archive-layout { grid-template-columns: 88px 1fr; }
  .admin-screen { grid-template-columns: 108px 1fr; }
  .admin-main { padding: 19px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 36px, 680px); }
  .site-header { backdrop-filter: none; }
  .nav-shell { min-height: 68px; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; padding: 17px 18px 20px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 14px 24px rgba(28,25,23,.08); }
  .site-nav.is-open { display: grid; }
  .site-nav a { min-height: 42px; display: flex; align-items: center; }
  .site-nav .nav-user { justify-content: center; margin-top: 4px; }
  .home-hero { padding: 54px 0 52px; }
  .hero-grid, .capability-grid, .team-grid, .admin-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: none; }
  .hero-copy h1 { max-width: 690px; font-size: clamp(42px, 7.7vw, 58px); }
  .hero-art { min-height: 500px; max-width: 560px; width: 100%; margin: 14px auto 0; }
  .hero-photo { min-height: 500px; }
  .value-rail { grid-template-columns: 1fr; margin-top: 0; }
  .value-rail > div { min-height: auto; padding: 17px 0; }
  .value-rail > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 80px 0; }
  .capture-stage { min-height: 505px; }
  .phone-frame { width: 260px; }
  .phone-screen, .phone-screen img { min-height: 390px; height: 390px; }
  .workflow-steps { grid-template-columns: 1fr; }
  .workflow-step { min-height: auto; padding: 24px 0; }
  .workflow-step + .workflow-step { padding-left: 0; border-top: 1px solid var(--line-dark); border-left: 0; }
  .team-copy { max-width: 560px; }
  .archive-board { min-height: 430px; }
  .scene-grid { grid-template-columns: 1fr 1fr; }
  .scene-grid--six { grid-template-columns: 1fr 1fr; }
  .scene-grid:not(.scene-grid--six) .scene-card:first-child { grid-column: 1 / -1; min-height: 420px; }
  .scenes-head { display: block; }
  .scenes-note { margin: -25px 0 35px; }
  .admin-preview { max-width: 650px; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-panel .button-row { grid-column: auto; grid-row: auto; justify-content: flex-start; }
  .support-grid { grid-template-columns: 1fr; }
  .support-side { position: static; }
}

@media (max-width: 560px) {
  :root { --container: min(100% - 30px, 480px); }
  .brand img { width: 34px; height: 34px; }
  .brand { font-size: 15px; }
  .home-hero { padding-top: 42px; }
  .hero-copy h1 { font-size: clamp(36px, 10.2vw, 43px); line-height: 1.12; letter-spacing: -.05em; }
  .hero-copy p { margin: 19px 0 24px; font-size: 16px; }
  .hero-copy .section-label { margin-bottom: 14px; font-size: 11px; letter-spacing: .12em; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-art { min-height: 420px; }
  .hero-photo { min-height: 420px; border-radius: 70px 20px 70px 20px; }
  .sample-watermark { left: 16px; right: auto; bottom: 16px; width: calc(100% - 32px); }
  .section-intro { margin-bottom: 35px; }
  .section-intro h2 { font-size: 33px; }
  .section-intro p { font-size: 16px; }
  .capture-stage { min-height: 454px; }
  .phone-frame { width: 228px; padding: 8px; border-radius: 32px; }
  .phone-screen { min-height: 345px; border-radius: 23px; }
  .phone-screen img { height: 345px; }
  .feature-row { grid-template-columns: 39px 1fr; gap: 12px; }
  .feature-row h3 { font-size: 16px; }
  .workflow-step h3 { margin-top: 15px; font-size: 21px; }
  .archive-board { padding: 11px; min-height: 365px; }
  .archive-layout { grid-template-columns: 1fr; min-height: auto; }
  .archive-side { display: none; }
  .archive-grid { grid-template-columns: repeat(3, 1fr); }
  .archive-tile span { display: none; }
  .scene-grid,
  .scene-grid--six { grid-template-columns: 1fr; }
  .scene-card, .scene-card:first-child, .scene-card--small { grid-column: auto; min-height: 260px; }
  .scene-grid--six .scene-card { min-height: 240px; aspect-ratio: 16 / 11; }
  .admin-screen { grid-template-columns: 75px 1fr; min-height: 310px; }
  .admin-menu { padding: 15px 9px; }
  .admin-menu strong { margin-bottom: 16px; font-size: 10px; }
  .admin-menu span { margin: 10px 0; font-size: 8px; }
  .admin-main { padding: 14px; }
  .admin-main-head strong { font-size: 13px; }
  .admin-filters { margin: 14px 0 11px; }
  .admin-filters i { height: 19px; }
  .support-card { padding: 25px 20px; }
  .support-card h2 { font-size: 21px; }
  .cta-panel { gap: 24px; }
  .cta-panel p { margin-top: -6px; }
  .footer-top { display: block; }
  .footer-links { justify-content: flex-start; margin-top: 27px; gap: 11px 20px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: 8px; }
}

/* ===== 动效增强：滚动级联 + 悬停微交互（下方 reduced-motion 媒体查询统一关闭） ===== */
.js [data-reveal] { transition-duration: .55s; }
.value-rail > [data-reveal]:nth-child(2),
.scene-grid > [data-reveal]:nth-child(2),
.workflow-steps > [data-reveal]:nth-child(2),
.feature-list > [data-reveal]:nth-child(2) { transition-delay: .09s; }
.value-rail > [data-reveal]:nth-child(3),
.scene-grid > [data-reveal]:nth-child(3),
.workflow-steps > [data-reveal]:nth-child(3),
.feature-list > [data-reveal]:nth-child(3) { transition-delay: .18s; }
.feature-list > [data-reveal]:nth-child(4) { transition-delay: .27s; }

.scene-card { transition: transform .32s var(--ease), box-shadow .32s var(--ease); }
.scene-card:hover { transform: translateY(-6px); box-shadow: 0 24px 44px rgba(28,25,23,.18); }
.archive-tile, .admin-card { transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.archive-tile:hover { transform: translateY(-3px); }
.admin-card:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(28,25,23,.14); }
.archive-tile img, .admin-card img { transition: transform .5s var(--ease); }
.archive-tile:hover img, .admin-card:hover img { transform: scale(1.05); }

.feature-row { transition: transform .25s var(--ease); }
.feature-row:hover { transform: translateX(4px); }
.feature-icon { transition: transform .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), background-color .25s var(--ease); }
.feature-row:hover .feature-icon { transform: scale(1.08); color: #fff; border-color: var(--gold-deep); background: var(--gold-deep); }

.workflow-step { transition: transform .25s var(--ease); }
.workflow-step:hover { transform: translateY(-5px); }

.site-nav a:not(.nav-user) { position: relative; }
.site-nav a:not(.nav-user)::after { position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; background: var(--gold-deep); border-radius: 2px; transform: scaleX(0); transform-origin: center; transition: transform .22s var(--ease); content: ""; }
.site-nav a:not(.nav-user):hover::after,
.site-nav a[aria-current="page"]:not(.nav-user)::after { transform: scaleX(1); }

.faq-item summary { transition: color .2s var(--ease); }
.faq-item summary:hover { color: var(--gold-deep); }
.hero-photo, .capture-stage .phone-frame { transition: transform .4s var(--ease); }
.hero-photo:hover, .capture-stage:hover .phone-frame { transform: translateY(-5px); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

/* ===== 完整版官网：下载 / 三端 / 流程 / 对照表 / 页脚分组 ===== */
.start-section { padding: 88px 0; }
.start-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.start-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(28, 25, 23, .05);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.start-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(28, 25, 23, .1); }
.start-card__badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 5px 10px;
  color: var(--gold-deep);
  border: 1px solid #e2c48f;
  border-radius: 999px;
  background: var(--gold-wash);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.start-card h3 { margin: 0; color: var(--ink-strong); font-size: 22px; letter-spacing: -.03em; }
/* 只有说明文字撑开高度，按钮才能三卡齐平在同一水平线 */
.start-card > p:not(.start-card__note) {
  flex: 1 1 auto;
  margin: 12px 0 22px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}
.start-card .button {
  width: 100%;
  flex: 0 0 auto;
  margin-top: auto;
}
.start-card__note {
  flex: 0 0 auto;
  margin: 12px 0 0;
  min-height: 2.6em;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

/* 按钮内品牌图标 */
.button--with-icons {
  gap: 10px;
}
.btn-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: none;
}
.btn-icon {
  width: 18px;
  height: 18px;
  display: block;
  flex: none;
}
.button .btn-icon--app-store {
  width: 20px;
  height: 20px;
}
.btn-icon--wechat {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.btn-icon--logo {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(28, 25, 23, .08);
}
.button--wechat {
  color: #fff;
  background: #07c160;
  border-color: #06ad56;
  box-shadow: 0 9px 18px rgba(7, 193, 96, .22);
  cursor: default;
  font-weight: 700;
}
.button--wechat:hover {
  background: #06ad56;
  transform: none;
}
.button--outline.button--with-icons { gap: 10px; }

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.platform-card {
  padding: 26px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.platform-card strong { display: block; margin-bottom: 8px; color: var(--ink-strong); font-size: 18px; letter-spacing: -.02em; }
.platform-card span { display: block; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.platform-card em {
  display: inline-block;
  margin-top: 16px;
  color: var(--gold-deep);
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.process-step { padding: 28px 24px; min-height: 180px; }
.process-step + .process-step { border-left: 1px solid var(--line); }
.process-step b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fff;
  border-radius: 50%;
  background: var(--gold-deep);
  font-size: 13px;
}
.process-step h3 { margin: 18px 0 8px; color: var(--ink-strong); font-size: 20px; letter-spacing: -.03em; }
.process-step p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.proof-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: var(--dark);
  box-shadow: var(--shadow);
}
.proof-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}
/* 左下角水印示意：完整显示，不被裁切 */
.proof-card__mark {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 72px;
  max-width: calc(100% - 24px);
  padding: 10px 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 10px;
  background: rgba(16, 14, 12, .68);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
}
.proof-card__mark b {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.proof-card__mark span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, .8);
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.proof-card figcaption {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px 16px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(12, 10, 9, .9) 38%);
}
.proof-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.proof-card p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1020px) {
  .proof-card__mark { bottom: 76px; left: 10px; max-width: calc(100% - 20px); }
  .proof-card__mark b { font-size: 12px; }
}

.trust-strip {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.trust-item {
  padding: 18px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.trust-item strong { display: block; color: var(--ink); font-size: 15px; }
.trust-item span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.55; }

.compare-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}
.compare-table th,
.compare-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.6;
}
.compare-table th {
  color: var(--ink-strong);
  background: #f7f4ef;
  font-size: 13px;
  font-weight: 800;
}
.compare-table td:first-child { color: var(--ink); font-weight: 700; width: 28%; }
.compare-table td { color: var(--ink-soft); }
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table .yes { color: #26633b; font-weight: 700; }
.compare-table .muted { color: var(--muted); }

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.path-card {
  padding: 22px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}
.path-card b { display: block; margin-bottom: 10px; color: #f2c172; font-size: 12px; letter-spacing: .12em; }
.path-card strong { display: block; margin-bottom: 8px; color: #fff; font-size: 17px; }
.path-card span { color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.65; }

.scene-detail {
  display: grid;
  gap: 22px;
}
.scene-detail-card {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(0, 1.2fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.scene-detail-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
.scene-detail-body { padding: 28px 26px; }
.scene-detail-body h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.03em; }
.scene-detail-body > p { margin: 0 0 16px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.scene-detail-body ul { margin: 0; padding: 0; list-style: none; }
.scene-detail-body li {
  position: relative;
  margin-top: 10px;
  padding-left: 16px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}
.scene-detail-body li::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}
.field-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.field-chips span {
  padding: 6px 10px;
  color: var(--gold-deep);
  border: 1px solid #e4cda0;
  border-radius: 999px;
  background: #fbf5ea;
  font-size: 12px;
  font-weight: 700;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
}
.contact-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.contact-card h3 { margin: 0 0 10px; font-size: 20px; }
.contact-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.contact-card a { color: var(--gold-deep); font-weight: 700; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.footer-col h4 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
}
.footer-col a {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.7);
  text-decoration: none;
  font-size: 13px;
}
.footer-col a:hover { color: #fff; }
.footer-brand-block { max-width: 320px; }
.footer-brand-block p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.7;
}
.footer-top { display: block; border-bottom: 0; padding-bottom: 0; }

.hero-copy .button-row { margin-top: 0; }
.button--dark {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 9px 18px rgba(28, 25, 23, .16);
}
.button--dark:hover { background: var(--gold-deep); }

.site-nav a.nav-user { color: #fff !important; }

@media (max-width: 1020px) {
  .start-grid, .platform-grid, .proof-grid, .process-steps, .path-grid { grid-template-columns: 1fr 1fr; }
  .process-step + .process-step { border-left: 0; border-top: 1px solid var(--line); }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .scene-detail-card { grid-template-columns: 1fr; }
  .contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .start-grid, .platform-grid, .proof-grid, .process-steps, .path-grid, .trust-strip, .footer-grid {
    grid-template-columns: 1fr;
  }
  .start-section { padding: 72px 0; }
}

@media (max-width: 560px) {
  .compare-table th, .compare-table td { padding: 12px 12px; font-size: 13px; }
  .scene-detail-body { padding: 22px 18px; }
  .contact-card { padding: 22px 18px; }
}
