:root {
  color-scheme: dark;
  --mobile-fixed-tools-space: 176px;
  --bg: #071221;
  --bg-deep: #030814;
  --panel: #0d1f36;
  --panel-soft: #102842;
  --text: #f7fbff;
  --muted: #a7b5c8;
  --line: rgba(255, 255, 255, 0.14);
  --gold: #d6a43a;
  --gold-soft: rgba(214, 164, 58, 0.18);
  --blue: #1469ff;
  --cyan: #43d4ff;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --product-primary-fit: contain;
  --product-banner-fit: cover;
}

[data-theme="blue-gold"] {
  color-scheme: dark;
  --bg: #071221;
  --bg-deep: #030814;
  --panel: #0d1f36;
  --panel-soft: #102842;
  --text: #f7fbff;
  --muted: #a7b5c8;
  --line: rgba(255, 255, 255, 0.14);
  --gold: #d6a43a;
  --gold-soft: rgba(214, 164, 58, 0.18);
  --blue: #1469ff;
  --cyan: #43d4ff;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

[data-theme="obsidian-gold"] {
  color-scheme: dark;
  --bg: #08090b;
  --bg-deep: #000000;
  --panel: #151312;
  --panel-soft: #211d18;
  --text: #fff8e8;
  --muted: #c8bfae;
  --line: rgba(230, 190, 112, 0.22);
  --gold: #e5b955;
  --gold-soft: rgba(229, 185, 85, 0.2);
  --blue: #6d7685;
  --cyan: #d9b96a;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
}

[data-theme="stone-light"] {
  color-scheme: light;
  --bg: #f2f5f8;
  --bg-deep: #dce5ef;
  --panel: #ffffff;
  --panel-soft: #edf3f8;
  --text: #0d1726;
  --muted: #526173;
  --line: rgba(13, 23, 38, 0.14);
  --gold: #b88625;
  --gold-soft: rgba(184, 134, 37, 0.16);
  --blue: #0f4ea8;
  --cyan: #1c78b7;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(20, 34, 56, 0.16);
}

[data-theme="architect-white"] {
  color-scheme: light;
  --bg: #f8fafc;
  --bg-deep: #e7eef6;
  --panel: #ffffff;
  --panel-soft: #eef3f8;
  --text: #111827;
  --muted: #5c6675;
  --line: rgba(17, 24, 39, 0.13);
  --gold: #a67620;
  --gold-soft: rgba(166, 118, 32, 0.13);
  --blue: #1d4f91;
  --cyan: #3b82c4;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(27, 42, 68, 0.13);
}

[data-theme="quarry-stone"] {
  color-scheme: light;
  --bg: #e9ece8;
  --bg-deep: #cdd3cc;
  --panel: #f7f8f5;
  --panel-soft: #dde2dc;
  --text: #1d2420;
  --muted: #5f6b64;
  --line: rgba(29, 36, 32, 0.15);
  --gold: #8f7b4f;
  --gold-soft: rgba(143, 123, 79, 0.18);
  --blue: #506d7a;
  --cyan: #7596a2;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(33, 44, 38, 0.16);
}

[data-theme="industrial-graphite"] {
  color-scheme: dark;
  --bg: #15191e;
  --bg-deep: #090c10;
  --panel: #20262c;
  --panel-soft: #2d333a;
  --text: #f4f5f2;
  --muted: #b4bbb9;
  --line: rgba(255, 255, 255, 0.13);
  --gold: #c49b54;
  --gold-soft: rgba(196, 155, 84, 0.18);
  --blue: #6f8794;
  --cyan: #a3b3bd;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

[data-theme="sandstone-bronze"] {
  color-scheme: light;
  --bg: #efe8dc;
  --bg-deep: #d8c8ad;
  --panel: #fffaf0;
  --panel-soft: #eadcc8;
  --text: #251b12;
  --muted: #72604e;
  --line: rgba(55, 39, 24, 0.15);
  --gold: #a9662d;
  --gold-soft: rgba(169, 102, 45, 0.17);
  --blue: #625b51;
  --cyan: #9e7c58;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(75, 53, 31, 0.17);
}

[data-theme="showroom-contrast"] {
  color-scheme: dark;
  --bg: #050505;
  --bg-deep: #000000;
  --panel: #121212;
  --panel-soft: #1d1d1d;
  --text: #ffffff;
  --muted: #b8b8b8;
  --line: rgba(255, 255, 255, 0.16);
  --gold: #f0c15a;
  --gold-soft: rgba(240, 193, 90, 0.18);
  --blue: #f5f5f5;
  --cyan: #d8d8d8;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 72% 2%, rgba(20, 105, 255, 0.36), transparent 32rem),
    radial-gradient(circle at 14% 12%, rgba(67, 212, 255, 0.13), transparent 28rem),
    linear-gradient(180deg, var(--bg), var(--bg-deep));
  color: var(--text);
  font-family:
    "Microsoft YaHei",
    "PingFang SC",
    system-ui,
    sans-serif;
}

main,
section,
article,
div,
p,
h1,
h2,
h3,
a,
button,
span,
li {
  overflow-wrap: anywhere;
}

[data-theme="stone-light"] body,
body[data-theme="stone-light"],
body[data-theme="architect-white"],
body[data-theme="quarry-stone"],
body[data-theme="sandstone-bronze"] {
  background:
    radial-gradient(circle at 72% 2%, color-mix(in srgb, var(--blue) 18%, transparent), transparent 32rem),
    radial-gradient(circle at 14% 12%, color-mix(in srgb, var(--gold) 16%, transparent), transparent 28rem),
    linear-gradient(180deg, var(--bg), var(--bg-deep));
}

body[data-theme="industrial-graphite"],
body[data-theme="showroom-contrast"],
body[data-theme="obsidian-gold"] {
  background:
    radial-gradient(circle at 72% 2%, color-mix(in srgb, var(--blue) 18%, transparent), transparent 32rem),
    radial-gradient(circle at 14% 12%, color-mix(in srgb, var(--gold) 16%, transparent), transparent 28rem),
    linear-gradient(180deg, var(--bg), var(--bg-deep));
}

body.nav-open .main-nav {
  display: grid;
}

body.nav-open .site-header {
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 2.4vw, 28px);
  height: clamp(50px, 4vw, 56px);
  max-height: 56px;
  padding: 4px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid var(--line);
  background: rgba(3, 8, 20, 0.74);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-height: 42px;
  color: var(--text);
  text-decoration: none;
  overflow: hidden;
}

.brand img {
  width: min(156px, 36vw);
  max-height: 42px;
  height: auto;
  object-fit: contain;
  color: transparent;
  font-size: 0;
}

.brand img.is-broken {
  display: none;
}

.brand:not(.brand-logo-missing) .brand-text {
  display: none !important;
}

.brand img:not(.is-broken) + .brand-text {
  display: none !important;
}

.brand.brand-logo-missing .brand-text {
  display: grid;
}

.brand-text {
  display: none;
  max-width: 15rem;
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
  text-decoration: none;
}

.brand-english,
.footer-brand-english {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  max-width: min(240px, 42vw);
  color: var(--text);
  text-decoration: none;
}

.brand-english img,
.footer-brand-english img {
  display: none;
}

.english-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(214, 164, 58, 0.56);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 223, 107, 0.95), rgba(214, 164, 58, 0.82)),
    var(--gold);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
  color: #071221;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.english-brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  color: var(--text);
  line-height: 1;
}

.english-brand-copy strong {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}

.english-brand-copy small {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.english-brand-copy strong,
.english-brand-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.main-nav a,
.header-cta,
.button,
.product-card a {
  text-decoration: none;
}

.main-nav a:hover,
.product-card a:hover {
  color: var(--gold);
}

.main-nav [data-language-switch] {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.main-nav [data-language-switch]:hover {
  border-color: rgba(214, 164, 58, 0.55);
  color: var(--gold);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.header-cta,
.button.primary {
  background: var(--gold);
  color: #09101d;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.button[aria-disabled="true"] {
  opacity: 0.52;
  pointer-events: none;
  cursor: not-allowed;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.theme-switcher {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: min(680px, calc(100vw - 36px));
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 8, 20, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

body.owner-tools-visible .theme-switcher {
  display: flex;
}

.theme-switcher.is-collapsed {
  gap: 0;
  width: auto;
  max-width: max-content;
  padding: 6px;
}

.theme-switcher.is-collapsed > :not(.theme-switcher-toggle) {
  display: none !important;
}

.theme-switcher-toggle {
  min-width: 58px;
}

.custom-theme-panel {
  width: 100%;
  color: var(--text);
}

.custom-theme-panel summary {
  cursor: pointer;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  list-style-position: inside;
}

.custom-theme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.custom-theme-grid label,
.custom-theme-grid button {
  display: grid;
  gap: 5px;
  min-height: 44px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
}

.custom-theme-grid input[type="color"] {
  width: 100%;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.custom-theme-grid input[type="file"] {
  max-width: 170px;
  color: var(--muted);
  font-size: 11px;
}

.custom-theme-grid button {
  cursor: pointer;
  color: #09101d;
  background: var(--gold);
}

body[data-theme="stone-light"] .theme-switcher {
  background: rgba(255, 255, 255, 0.86);
}

body[data-theme="architect-white"] .theme-switcher,
body[data-theme="quarry-stone"] .theme-switcher,
body[data-theme="sandstone-bronze"] .theme-switcher {
  background: color-mix(in srgb, var(--panel) 92%, transparent);
}

.theme-switcher span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.theme-switcher button {
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.theme-switcher button.is-active {
  border-color: var(--gold);
  background: var(--gold);
  color: #09101d;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(28px, 4.6vw, 64px);
  align-items: center;
  min-height: clamp(320px, 36vh, 390px);
  padding: 0 clamp(18px, 4.4vw, 70px) 18px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.inquiry-copy h2 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 10em;
  font-size: clamp(44px, 6vw, 78px);
}

.hero-lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: #d9e4f2;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.75;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
}

.trust-strip div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.trust-strip dt {
  color: var(--gold);
  font-size: 28px;
  font-weight: 900;
}

.trust-strip dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.english-buyer-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.english-buyer-strip dt {
  font-size: 18px;
}

.english-buyer-strip dd {
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(20, 105, 255, 0.28), rgba(214, 164, 58, 0.08));
  box-shadow: var(--shadow);
}

.hero-visual picture,
.hero-visual img {
  display: block;
  width: 100%;
}

.hero-visual img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  color: transparent;
  font-size: 0;
}

.hero-visual img.is-broken {
  display: none;
}

.hero-visual.image-missing::before {
  content: "Xinghong New Materials";
  display: grid;
  min-height: min(58vw, 720px);
  aspect-ratio: 4 / 5;
  place-items: center;
  padding: 24px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--blue), transparent 62%), transparent 52%),
    linear-gradient(180deg, color-mix(in srgb, var(--panel-soft), transparent 8%), var(--panel));
}

.english-material-visual {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  overflow: hidden;
  padding: 22px;
  isolation: isolate;
  background-position: center bottom;
  background-size: cover;
}

.english-material-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: inherit;
  transform: scale(1.08);
}

.english-material-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 12, 28, 0.3), rgba(5, 12, 28, 0.88)),
    linear-gradient(120deg, rgba(3, 8, 20, 0.72), transparent 58%);
}

.english-material-visual.translucent {
  background-image:
    radial-gradient(circle at 16% 18%, rgba(255, 228, 140, 0.44), transparent 18%),
    linear-gradient(135deg, rgba(255, 228, 140, 0.28), transparent 34%),
    linear-gradient(180deg, rgba(20, 105, 255, 0.2), rgba(3, 8, 20, 0.9)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 58px),
    linear-gradient(135deg, #153863, #071221 66%);
}

.english-material-visual.soft-stone {
  background-image:
    linear-gradient(180deg, transparent, rgba(3, 8, 20, 0.16)),
    url("./assets/images/banana-leaf-panel.webp");
}

.english-material-visual.pu-panel {
  background-image:
    linear-gradient(180deg, transparent, rgba(3, 8, 20, 0.16)),
    url("./assets/images/pu-mountain-rock.webp");
}

.english-material-visual.sculpture {
  background-image:
    linear-gradient(180deg, transparent, rgba(3, 8, 20, 0.18)),
    url("./assets/images/relief-mosaic.webp");
}

.english-material-visual-large {
  min-height: min(58vw, 680px);
  aspect-ratio: 4 / 5;
  padding: clamp(22px, 3vw, 36px);
  background-position: center bottom;
}

.english-material-visual .visual-kicker {
  width: fit-content;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.english-material-visual > strong {
  max-width: 10ch;
  color: var(--text);
  font-size: clamp(30px, 4vw, 58px);
  line-height: 0.95;
}

.english-material-visual > small {
  max-width: 26ch;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.floating-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(3, 8, 20, 0.74);
  backdrop-filter: blur(14px);
}

.floating-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.floating-card strong {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}

.section {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 82px);
}

.intro-band {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.intro-band p {
  max-width: 1040px;
  margin: 0 auto;
  font-size: clamp(21px, 3vw, 36px);
  line-height: 1.45;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading h2,
.inquiry-copy h2 {
  font-size: clamp(32px, 5vw, 56px);
}

.section-heading p,
.inquiry-copy p,
.advantage-card p,
.product-card p {
  color: var(--muted);
  line-height: 1.72;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-grid.catalog-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.product-card[data-card-link] {
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.product-card[data-card-link]:hover {
  border-color: color-mix(in srgb, var(--gold), transparent 34%);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-2px);
}

.product-card[data-card-link]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.product-card picture,
.product-card img {
  display: block;
  width: 100%;
}

.product-card img {
  aspect-ratio: 1.15 / 1;
  object-fit: var(--product-primary-fit);
  background: var(--panel);
  color: transparent;
  font-size: 0;
}

.product-card.image-missing::before,
.detail-visual.image-missing::before {
  content: "Material Preview";
  display: grid;
  min-height: 210px;
  place-items: center;
  padding: 24px;
  color: color-mix(in srgb, var(--text), transparent 16%);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  background:
    radial-gradient(circle at 18% 22%, color-mix(in srgb, var(--gold), transparent 62%), transparent 22%),
    linear-gradient(135deg, color-mix(in srgb, var(--blue), transparent 74%), transparent 48%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 12px),
    linear-gradient(180deg, color-mix(in srgb, var(--panel-soft), transparent 6%), var(--panel));
}

.product-card img.is-broken,
.detail-visual img.is-broken {
  display: none;
}

.product-card .english-material-visual {
  min-height: 245px;
  aspect-ratio: 1.15 / 1;
  border-bottom: 1px solid var(--line);
}

.product-card .english-material-visual > strong {
  font-size: clamp(24px, 2vw, 34px);
}

.product-card div {
  padding: 22px;
}

.product-card span {
  color: var(--gold);
  font-weight: 900;
}

.product-card h3,
.advantage-card h3 {
  margin: 8px 0 0;
  font-size: 21px;
}

.product-card a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--gold);
  font-weight: 800;
}

.scenes {
  background: linear-gradient(180deg, rgba(20, 105, 255, 0.12), rgba(255, 255, 255, 0.03));
}

.scene-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.scene-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 62px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #e7eef8;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.scene-list a::after {
  content: ">";
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  opacity: 0.82;
}

.scene-list a:hover {
  border-color: color-mix(in srgb, var(--gold), transparent 34%);
  background: var(--gold-soft);
  color: var(--gold);
  transform: translateY(-2px);
}

.scene-list a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.video-section {
  padding-top: clamp(54px, 7vw, 96px);
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
}

.application-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #060b14;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.application-video-shell {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.application-video-shell .video-poster {
  min-height: 240px;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.video-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3.5vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.video-copy span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.video-copy h3 {
  margin: 12px 0 0;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.12;
}

.video-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.video-proof-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  color: var(--text-soft);
  list-style: none;
}

.video-proof-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.65;
}

.video-proof-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.advantage-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.capability-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-layout {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(20, 105, 255, 0.08)),
    rgba(255, 255, 255, 0.025);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.resource-layout {
  padding-top: 42px;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.resource-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 250px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(214, 164, 58, 0.1), transparent 44%),
    rgba(255, 255, 255, 0.055);
}

.resource-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resource-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 21px;
}

.resource-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.resource-card .resource-status {
  color: #dbe6f4;
  font-size: 13px;
  font-weight: 800;
}

.resource-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 38px;
  margin-top: 4px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--gold);
  text-decoration: none;
  font-weight: 900;
}

.resource-action:hover {
  border-color: var(--gold);
  background: var(--gold-soft);
}

.resource-access-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgba(214, 164, 58, 0.28);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(214, 164, 58, 0.1), transparent 42%),
    rgba(4, 12, 24, 0.76);
}

.resource-access-copy {
  align-self: start;
}

.resource-access-copy h3 {
  margin: 8px 0 14px;
  color: var(--text);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
}

.resource-access-copy > p:not(.eyebrow),
.resource-access-principles {
  color: var(--muted);
  line-height: 1.75;
}

.resource-access-principles {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 20px;
}

.resource-no-script-note {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(214, 164, 58, 0.3);
  border-radius: 8px;
  background: rgba(214, 164, 58, 0.08);
  color: #f5dfac;
  line-height: 1.65;
}

.resource-no-script-note a {
  color: var(--gold);
  font-weight: 900;
}

.resource-static-fallback {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.resource-static-fallback a {
  color: var(--gold);
  font-weight: 900;
}

.resource-access-form {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.resource-access-form label {
  display: grid;
  gap: 8px;
  color: #eaf1fb;
  font-weight: 800;
}

.resource-access-form input:not([type="checkbox"]),
.resource-access-form select,
.resource-access-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(3, 8, 20, 0.78);
  color: var(--text);
  padding: 12px 14px;
}

.resource-access-form input:focus,
.resource-access-form select:focus,
.resource-access-form textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--gold), transparent 28%);
  outline-offset: 2px;
}

.resource-access-tier-note {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  border-radius: 4px;
  background: rgba(214, 164, 58, 0.1);
  color: #f5dfac;
  line-height: 1.55;
}

.resource-access-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.resource-access-consent {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.resource-access-consent.optional {
  border-style: dashed;
}

.resource-access-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--gold);
}

.resource-access-consent a {
  color: var(--gold);
}

.resource-access-form .form-draft-preview {
  max-height: 240px;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.resource-access-form [aria-disabled="true"] {
  border-style: dashed;
  color: #f5dfac;
}

.resource-access-form [data-resource-copy-button]:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.service-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 240px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.service-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.service-card h3,
.faq-item h3 {
  margin: 0;
  color: var(--text);
}

.service-card p,
.faq-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.faq-layout {
  border-top: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-item {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.inquiry-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(214, 164, 58, 0.16), transparent 38%),
    rgba(255, 255, 255, 0.035);
}

.inquiry-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: #eaf1fb;
  font-weight: 800;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(3, 8, 20, 0.72);
  color: var(--text);
  padding: 12px 14px;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--gold), transparent 30%);
  outline-offset: 2px;
}

.form-action-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.form-draft-preview {
  min-height: 138px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 8, 20, 0.36);
  color: var(--text);
  font-size: 13px;
  line-height: 1.65;
  white-space: pre-line;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 82px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer img {
  width: 210px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: var(--text);
  font-size: 0.92rem;
}

.legal-page {
  padding: 0 clamp(18px, 5vw, 82px) 72px;
}

.legal-hero {
  max-width: 880px;
  padding: clamp(74px, 10vw, 132px) 0 30px;
}

.legal-hero h1 {
  margin: 12px 0 18px;
  font-size: clamp(2.3rem, 7vw, 5.2rem);
  line-height: 0.95;
}

.legal-hero p,
.legal-content p {
  max-width: 72ch;
  color: var(--muted);
  line-height: 1.8;
}

.legal-content {
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.legal-content article {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.legal-content a {
  color: var(--gold);
}

.legal-review-note {
  color: var(--text);
}

.catalog-hero {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 82px) 36px;
}

.catalog-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.05;
  letter-spacing: 0;
}

.catalog-hero p:not(.eyebrow) {
  max-width: 860px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.catalog-section {
  padding-top: 28px;
}

.catalog-taxonomy {
  display: grid;
  gap: 22px;
  margin-bottom: 26px;
}

.compact-heading {
  margin-bottom: 0;
}

.taxonomy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.taxonomy-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 270px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.taxonomy-card span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.taxonomy-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.2;
}

.taxonomy-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.taxonomy-card .taxonomy-zh-name {
  color: #dbe6f4;
  font-weight: 800;
}

.taxonomy-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: #dbe6f4;
  font-size: 13px;
  line-height: 1.5;
}

.taxonomy-list li::marker {
  color: var(--gold);
}

.taxonomy-keywords {
  font-size: 12px;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) minmax(180px, 0.8fr) minmax(220px, 1fr) auto auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--panel) 82%, transparent);
  box-shadow: var(--shadow);
}

.catalog-toolbar label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.catalog-toolbar input,
.catalog-toolbar select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: color-mix(in srgb, var(--panel-soft) 72%, transparent);
  color: var(--text);
  padding: 10px 12px;
  outline: none;
}

.catalog-toolbar input:focus,
.catalog-toolbar select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-soft);
}

.catalog-reset,
.catalog-inquiry {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: var(--text);
  font-weight: 800;
  cursor: pointer;
}

.catalog-reset {
  padding: 0 18px;
}

.catalog-count {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.catalog-count strong {
  color: var(--gold);
  font-size: 22px;
}

.scene-filter-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 14px 0 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.scene-filter-note strong,
.scene-filter-note a {
  color: var(--gold);
}

.scene-filter-note a {
  text-decoration: none;
}

.catalog-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--panel) 76%, transparent);
}

.catalog-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
}

.catalog-table th,
.catalog-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.catalog-table th {
  color: var(--gold);
  font-size: 13px;
  white-space: nowrap;
}

.catalog-table td {
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
}

.catalog-table td:first-child {
  color: var(--gold);
  font-weight: 900;
}

.catalog-table td:nth-child(2),
.catalog-table td:nth-child(3) {
  font-weight: 800;
}

.catalog-inquiry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--gold);
  text-decoration: none;
  white-space: nowrap;
}

.catalog-action-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.catalog-whatsapp {
  border: 1px solid color-mix(in srgb, var(--gold) 48%, transparent);
  border-radius: 999px;
  color: var(--text);
  background: color-mix(in srgb, var(--gold) 14%, transparent);
}

.catalog-inquiry:hover,
.catalog-reset:hover {
  border-color: var(--gold);
  background: var(--gold-soft);
}

.catalog-empty {
  margin-top: 18px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--panel) 72%, transparent);
}

.catalog-empty h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.catalog-empty p {
  max-width: 58ch;
  color: var(--muted);
}

.catalog-empty-state {
  margin: 14px 0 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--panel) 72%, transparent);
  color: var(--muted);
  font-weight: 800;
}

.english-catalog-hero h1 {
  max-width: 1040px;
}

.english-catalog-table {
  min-width: 980px;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 76dvh;
  padding: clamp(78px, 10vw, 132px) clamp(18px, 5vw, 82px) 46px;
}

.detail-copy {
  display: grid;
  gap: 18px;
}

.back-link {
  width: fit-content;
  color: var(--gold);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.detail-copy h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.04;
  letter-spacing: 0;
}

.detail-en-name,
.detail-series-map {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mobile-safe-actions {
  max-width: 100%;
}

.mobile-safe-actions .button {
  min-width: 0;
  text-align: center;
}

.mobile-contact-bar {
  display: none;
}

.mobile-contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.mobile-contact-action:active {
  transform: scale(0.98);
}

.mobile-contact-action.primary {
  border: 1px solid color-mix(in srgb, var(--gold), transparent 20%);
  color: #07111f;
  background: var(--gold);
}

.mobile-contact-action.secondary {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.contact-status {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.contact-status-inline {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.detail-visual {
  position: relative;
  min-height: 430px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
}

.detail-visual.image-missing::before {
  min-height: 430px;
}

.detail-visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: var(--product-primary-fit);
  background: var(--panel);
  display: block;
}

[data-media-role="banner"] {
  object-fit: var(--product-banner-fit);
}

.detail-image-note {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--line), transparent 10%);
  border-radius: 6px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.55;
  background: color-mix(in srgb, var(--panel), transparent 8%);
  backdrop-filter: blur(10px);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 28px;
}

.detail-panel {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.detail-panel.wide {
  grid-column: 1 / -1;
}

.english-detail-panel {
  border-color: rgba(214, 164, 58, 0.34);
  background:
    linear-gradient(135deg, rgba(20, 105, 255, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.055);
}

.detail-conversion-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  border-color: rgba(214, 164, 58, 0.38);
  background:
    linear-gradient(135deg, rgba(214, 164, 58, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
}

.conversion-copy p:not(.eyebrow) {
  max-width: 68ch;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.conversion-actions {
  display: grid;
  gap: 12px;
  max-width: 100%;
}

.conversion-actions .button {
  width: 100%;
}

.conversion-note-list {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.conversion-note-list li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  color: #dbe6f4;
  background: rgba(255, 255, 255, 0.055);
  font-size: 13px;
  font-weight: 800;
}

.english-summary {
  max-width: 82ch;
  margin: 0 0 18px;
  color: #dbe6f4;
  font-size: 17px;
  line-height: 1.7;
}

.detail-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
}

.detail-panel h3 {
  margin: 0;
  color: #eff6ff;
  font-size: 16px;
  line-height: 1.35;
}

.detail-info-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.detail-info-columns > div {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.detail-spec-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.detail-spec-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.detail-spec-list dt {
  color: var(--muted);
}

.detail-spec-list dd {
  margin: 0;
  color: #eff6ff;
  font-weight: 800;
}

.scene-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.scene-chip-list li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  color: #eff6ff;
  background: rgba(255, 255, 255, 0.06);
}

.detail-bullet-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
}

.detail-bullet-list li::marker {
  color: var(--gold);
}

.spec-field-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spec-field-list li {
  display: grid;
  grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.spec-field-label {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}

.spec-field-value {
  color: #eff6ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.inquiry-preview {
  min-height: 180px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #eff6ff;
  background: rgba(255, 255, 255, 0.05);
  line-height: 1.7;
  white-space: pre-line;
}

.detail-note-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.detail-note-grid p {
  margin: 0;
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  line-height: 1.65;
}

.reveal {
  opacity: 1;
  transform: none;
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  width: min(320px, calc(100vw - 36px));
  padding: 4px 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(3, 8, 20, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
  color: #e5edf8;
  pointer-events: auto;
}

.cookie-consent[data-cookie-mode="essential"] {
  width: min(232px, calc(100vw - 36px));
  grid-template-columns: minmax(0, 1fr) auto;
}

.cookie-consent p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.05;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.cookie-consent a,
.cookie-consent button {
  min-height: 26px;
  padding: 0 7px;
  border-radius: 8px;
  color: #e5edf8;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.cookie-consent a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.cookie-consent button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.cookie-consent button.primary {
  border-color: transparent;
  background: var(--gold);
  color: #08111f;
}

.cookie-consent-compact {
  width: min(232px, calc(100vw - 36px));
  grid-template-columns: minmax(0, 1fr) auto;
}

.cookie-consent-compact .cookie-consent-actions {
  flex-wrap: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .header-cta:hover,
  .button:hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    height: 58px;
    min-height: 58px;
    max-height: 58px;
    overflow: hidden;
  }

  .main-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 54px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(3, 8, 20, 0.96);
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .detail-hero,
  .inquiry-section,
  .detail-conversion-panel,
  .resource-access-panel,
  .video-layout {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .advantage-grid,
  .resource-grid,
  .service-grid,
  .faq-grid,
  .taxonomy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid.catalog-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-search,
  .catalog-count {
    grid-column: 1 / -1;
  }

  .detail-grid,
  .detail-info-columns,
  .detail-note-grid {
    grid-template-columns: 1fr 1fr;
  }

  .scene-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(var(--mobile-fixed-tools-space) + env(safe-area-inset-bottom));
  }

  .hero {
    min-height: auto;
    padding-top: 8px;
    padding-bottom: 26px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-lead {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.62;
  }

  .trust-strip,
  .product-grid,
  .product-grid.catalog-four,
  .advantage-grid,
  .resource-access-fields,
  .resource-grid,
  .service-grid,
  .faq-grid,
  .taxonomy-grid,
  .scene-list {
    grid-template-columns: 1fr;
  }

  .scene-list,
  .video-actions,
  .inquiry-section,
  .site-footer {
    scroll-margin-bottom: calc(var(--mobile-fixed-tools-space) + env(safe-area-inset-bottom));
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .detail-grid,
  .detail-info-columns,
  .detail-note-grid,
  .detail-spec-list div,
  .spec-field-list li {
    grid-template-columns: 1fr;
  }

  .detail-visual,
  .detail-visual img {
    min-height: 280px;
  }

  .detail-visual img {
    object-fit: var(--product-primary-fit);
  }

  .brand img,
  .site-footer img {
    width: 154px;
    max-height: 42px;
  }

  .english-brand-mark {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .english-brand-copy strong {
    font-size: 14px;
  }

  .english-brand-copy small {
    font-size: 9px;
  }

  .catalog-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .catalog-table,
  .catalog-table thead,
  .catalog-table tbody,
  .catalog-table tr,
  .catalog-table th,
  .catalog-table td {
    display: block;
    width: 100%;
  }

  .catalog-table {
    min-width: 0;
    border-collapse: separate;
  }

  .catalog-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .catalog-table tr {
    margin-bottom: 12px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: color-mix(in srgb, var(--panel) 84%, transparent);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
  }

  .catalog-table td {
    display: grid;
    grid-template-columns: minmax(5.5rem, 0.35fr) minmax(0, 1fr);
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid var(--line);
    color: var(--text);
    font-size: 14px;
  }

  .catalog-table td:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .catalog-table td::before {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
  }

  .catalog-table td:nth-child(1)::before {
    content: "优先级";
  }

  .catalog-table td:nth-child(2)::before {
    content: "中文名";
  }

  .catalog-table td:nth-child(3)::before {
    content: "英文名";
  }

  .catalog-table td:nth-child(4)::before {
    content: "系列";
  }

  .catalog-table td:nth-child(5)::before {
    content: "分类";
  }

  .catalog-table td:nth-child(6)::before {
    content: "场景";
  }

  .catalog-table td:nth-child(7)::before {
    content: "操作";
  }

  .catalog-inquiry {
    width: 100%;
    min-height: 42px;
    margin-top: 2px;
    border-color: color-mix(in srgb, var(--gold), transparent 30%);
    background: var(--gold-soft);
  }

  .mobile-contact-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(3, 8, 20, 0.92);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(16px);
  }

  .mobile-contact-action {
    min-height: 48px;
    padding: 10px 12px;
  }

  .cookie-consent {
    left: auto;
    right: 12px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    z-index: 90;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: min(232px, calc(100vw - 24px));
    max-height: 28px;
    padding: 3px 5px 3px 7px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
  }

  .cookie-consent p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 8px;
    line-height: 1.15;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .cookie-consent-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
  }

  .cookie-consent a,
  .cookie-consent button {
    min-height: 18px;
    padding: 0 6px;
    justify-content: center;
    font-size: 8px;
  }

  body.cookie-consent-visible .mobile-contact-bar {
    bottom: calc(10px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 420px) {
  .site-header {
    gap: 12px;
    padding-inline: 14px;
  }

  .brand img,
  .site-footer img {
    width: min(162px, 50vw);
  }

  .detail-hero {
    padding-inline: 14px;
  }

  .section {
    padding-inline: 14px;
  }

  .detail-copy h1,
  .catalog-hero h1,
  .hero h1 {
    font-size: 38px;
  }

  .detail-actions,
  .hero-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mobile-safe-actions .button,
  .form-action-row .button {
    width: 100%;
    min-height: 46px;
  }

  .cookie-consent {
    left: auto;
    right: 12px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    z-index: 90;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 5px;
    width: min(226px, calc(100vw - 24px));
    max-height: 30px;
    padding: 4px 6px 4px 8px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
  }

  .cookie-consent p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 8px;
    line-height: 1.15;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .cookie-consent-actions {
    display: grid;
    grid-template-columns: minmax(50px, 1fr);
    justify-content: stretch;
    gap: 4px;
  }

  .cookie-consent a {
    display: none;
  }

  .cookie-consent a,
  .cookie-consent button {
    min-height: 20px;
    padding: 0 7px;
    justify-content: center;
    font-size: 9px;
  }

  body.cookie-consent-visible .mobile-contact-bar {
    bottom: calc(10px + env(safe-area-inset-bottom));
  }

  .theme-switcher {
    left: 10px;
    right: 10px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    max-width: calc(100vw - 20px);
    max-height: 104px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    align-items: center;
  }

  .theme-switcher.is-collapsed {
    left: auto;
    right: 10px;
    bottom: calc(92px + env(safe-area-inset-bottom));
    max-width: max-content;
    overflow: visible;
  }

  .theme-switcher span,
  .theme-switcher button {
    flex: 0 0 auto;
  }

  .custom-theme-grid {
    grid-template-columns: 1fr;
  }

  .detail-panel,
  .inquiry-form,
  .resource-access-panel,
  .resource-access-form,
  .catalog-toolbar {
    padding: 18px;
  }

  .conversion-note-list li,
  .scene-chip-list li {
    width: 100%;
  }
}
