﻿:root {
  --red: #c81424;
  --red-deep: #8d1019;
  --blue: #1f5fbf;
  --blue-deep: #163f86;
  --gold: #cfa235;
  --gold-soft: #f7df9b;
  --ink: #221815;
  --brown: #5a3428;
  --muted: #77685d;
  --paper: #fffaf0;
  --line: rgba(90, 52, 40, 0.16);
  --shadow: 0 22px 60px rgba(78, 31, 20, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fffdf8;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  line-height: 1.75;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.top-contact-bar {
  position: relative;
  z-index: 21;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 8px clamp(20px, 5vw, 72px);
  color: #fff8dc;
  background: #8d1019;
  font-size: 14px;
  font-weight: 700;
}
.top-contact-bar div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.top-contact-bar a {
  color: #fff;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(20px, 5vw, 72px);
  background: rgba(255, 253, 248, 0.97);
  border-bottom: 1px solid rgba(207, 162, 53, 0.24);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}
.brand img {
  width: 178px;
  height: 52px;
  object-fit: contain;
  border: 0;
}
.brand span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.brand strong {
  display: block;
  color: var(--red-deep);
  font-size: 20px;
  line-height: 1.1;
}
.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 700;
}
.main-nav a {
  padding: 8px 0;
  color: #3d2a24;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--red);
  border-bottom-color: var(--gold);
}
.main-nav .nav-cta {
  padding: 9px 18px;
  color: #fff;
  background: var(--red);
  border: 0;
  border-radius: 999px;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--line);
}
.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--red-deep);
}

.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(25, 15, 12, 0.88), rgba(75, 15, 15, 0.58), rgba(0, 0, 0, 0.18)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.28), transparent 48%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 830px;
  padding: 86px clamp(20px, 6vw, 82px);
}
.page-hero .hero-content { max-width: 760px; }
.page-hero {
  min-height: 520px;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.08;
  letter-spacing: 0;
}
h2 {
  color: var(--red-deep);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.2;
  letter-spacing: 0;
}
h3 {
  color: #2a1e19;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0;
}
.hero-text {
  max-width: 720px;
  color: rgba(255, 250, 240, 0.9);
  font-size: 18px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-trust-row span {
  padding: 8px 13px;
  color: #fff8dc;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(247, 223, 155, 0.34);
  font-size: 14px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  box-shadow: 0 14px 34px rgba(200, 20, 36, 0.28);
}
.button.light {
  color: #fff8dc;
  border: 1px solid rgba(247, 223, 155, 0.55);
}

.proof-strip {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: -48px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid rgba(207, 162, 53, 0.28);
  box-shadow: var(--shadow);
}
.proof-strip div {
  padding: 28px 22px;
  border-right: 1px solid var(--line);
}
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong {
  display: block;
  color: var(--red-deep);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.25;
}
.proof-strip span {
  color: var(--muted);
  font-size: 16px;
  font-weight: 900;
}

.enterprise-advisor {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
  padding: 92px clamp(20px, 5vw, 72px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(33, 20, 17, 0.96), rgba(141, 16, 25, 0.92)),
    url("./assets/office-front.jpg") center/cover;
}
.advisor-copy {
  max-width: 640px;
  justify-self: end;
}
.advisor-copy h2 {
  color: #fff;
  font-size: clamp(34px, 3.5vw, 50px);
}
.advisor-copy p {
  color: rgba(255, 250, 240, 0.86);
  font-size: 18px;
}
.advisor-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.advisor-matrix div {
  min-height: 210px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(247, 223, 155, 0.34);
  backdrop-filter: blur(8px);
}
.advisor-matrix strong {
  display: block;
  color: var(--gold-soft);
  font-size: 30px;
  line-height: 1;
}
.advisor-matrix span {
  display: block;
  margin: 18px 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.advisor-matrix p {
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
}

.section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 82px clamp(20px, 5vw, 72px);
}
.section-title {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}
.section-title p:last-child,
.split-copy p,
.content-text p,
.service-intro p,
.faq-list p,
.environment-copy p {
  color: var(--muted);
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  background: var(--blue-deep);
  border: 1px solid rgba(182, 139, 47, 0.5);
}
.business-item {
  min-width: 0;
  min-height: 146px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 28px 32px;
  color: #fff;
  background: transparent;
  border-right: 1px solid rgba(234, 212, 154, 0.28);
  border-bottom: 1px solid rgba(234, 212, 154, 0.28);
  box-shadow: none;
  transition: background 0.22s ease, color 0.22s ease;
}
.business-item:nth-child(2n) { border-right: 0; }
.business-item:nth-last-child(-n + 2) { border-bottom: 0; }
.business-item:hover,
.topic-card:hover,
.news-grid a:hover {
  transform: none;
}
.business-item:hover { background: rgba(255, 255, 255, 0.07); }
.business-item .business-index {
  color: var(--gold-soft);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.business-item-copy { min-width: 0; }
.business-item h3 {
  margin: 0 0 8px;
  color: #f1d18b;
  font-size: 22px;
}
.business-item p { margin: 0; color: rgba(255, 255, 255, 0.74); font-size: 15px; line-height: 1.7; }
.business-item .business-link {
  color: #f1d18b;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.business-guide {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding: 20px 28px;
  color: var(--blue-deep);
  background: #fff;
  border: 1px solid rgba(182, 139, 47, 0.42);
}
.business-guide span { color: var(--gold); font-weight: 900; }
.business-guide strong { font-size: 20px; }
.business-guide b { color: var(--red); font-size: 14px; }

.topic-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(255, 255, 255, 0.98)),
    #fff8e6;
}
.topic-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.compact-topics { margin-bottom: 34px; }
.topic-card {
  display: flex;
  flex-direction: column;
  min-height: 292px;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid rgba(207, 162, 53, 0.26);
  box-shadow: 0 16px 42px rgba(78, 31, 20, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.topic-card span {
  display: inline-flex;
  width: fit-content;
  min-width: 44px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  color: #fff8dc;
  background: var(--red-deep);
  font-weight: 900;
}
.topic-card h3 {
  margin: 18px 0 12px;
  color: var(--red-deep);
  font-size: 22px;
}
.topic-card p {
  margin-bottom: 18px;
  color: var(--muted);
}
.topic-card strong {
  margin-top: auto;
  color: var(--red);
}

.answer-section { background: #fffdf8; }
.answer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.answer-grid article {
  padding: 28px;
  background: #fff;
  border-left: 5px solid var(--gold);
  box-shadow: 0 16px 42px rgba(78, 31, 20, 0.08);
}
.answer-grid h3 {
  margin-bottom: 12px;
  color: var(--red-deep);
}
.answer-grid p {
  margin: 0;
  color: var(--muted);
}

.step-list {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.step-list li {
  padding: 18px 22px;
  background: #fffaf0;
  border: 1px solid rgba(207, 162, 53, 0.24);
}
.step-list strong { color: var(--red-deep); }

.pricing-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: 52px clamp(20px, 5vw, 72px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(35, 17, 15, 0.94), rgba(139, 15, 25, 0.94)),
    url("./assets/company-office-panorama-wide.jpg") center/cover;
}
.pricing-copy {
  max-width: 560px;
}
.pricing-copy h2 {
  color: #fff;
  font-size: clamp(32px, 3vw, 46px);
}
.pricing-copy p {
  color: rgba(255, 248, 220, 0.86);
  font-size: 16px;
  line-height: 1.8;
}
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.pricing-cards > div {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(247, 223, 155, 0.45);
  box-shadow: 0 18px 46px rgba(35, 17, 15, 0.18);
}
.pricing-cards span {
  display: block;
  color: var(--gold);
  font-weight: 900;
}
.pricing-cards strong {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 10px 0 14px;
  color: var(--red-deep);
  line-height: 1.05;
  white-space: nowrap;
}
.pricing-cards strong b {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(32px, 2.4vw, 44px);
  letter-spacing: -0.035em;
}
.pricing-cards strong small { font-size: clamp(17px, 1.3vw, 22px); }
.pricing-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.inline-pricing {
  margin-top: 24px;
}
.inline-pricing > div {
  border-color: rgba(207, 162, 53, 0.28);
  box-shadow: 0 14px 34px rgba(78, 31, 20, 0.06);
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  padding: 82px clamp(20px, 5vw, 72px);
}
.split-section.warm { background: linear-gradient(180deg, #fff8e6, #fffdf8); }
.split-copy { max-width: 560px; justify-self: end; }
.text-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--red);
  font-weight: 900;
}
.photo-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
}
.photo-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(78, 31, 20, 0.08);
}
.photo-grid img:first-child {
  grid-row: span 2;
  height: 454px;
}

.company-intro-section {
  padding: 84px clamp(20px, 5vw, 72px);
  background:
    linear-gradient(180deg, #fff8e6 0%, #fffdf8 52%, #fff 100%),
    radial-gradient(circle at 14% 16%, rgba(207, 162, 53, 0.16), transparent 34%);
}
.company-intro-section .section-title {
  max-width: 980px;
  margin-bottom: 36px;
}
.company-profile-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: stretch;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(207, 162, 53, 0.28);
  box-shadow: 0 28px 78px rgba(78, 31, 20, 0.1);
  backdrop-filter: blur(10px);
}
.company-copy-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(18px, 2vw, 26px);
  background: transparent;
  border: 0;
  box-shadow: none;
}
.panel-kicker {
  display: inline-block;
  width: fit-content;
  padding-left: 16px;
  color: var(--gold);
  border-left: 4px solid var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}
.company-copy-panel h3 {
  margin: 16px 0 18px;
  color: var(--red-deep);
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 1.18;
}
.company-copy-panel p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.88;
}
.profile-facts {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  border: 0;
}
.profile-facts div {
  padding: 18px;
  border: 1px solid rgba(207, 162, 53, 0.28);
  background: linear-gradient(180deg, #fffaf0, #fff);
}
.profile-facts strong {
  display: block;
  color: var(--red);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
}
.profile-facts span {
  display: block;
  margin-top: 10px;
  color: var(--brown);
  font-weight: 800;
}
.environment-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 0.92fr 0.92fr;
  grid-auto-rows: minmax(145px, 1fr);
  gap: 12px;
  min-height: 540px;
}
.env-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 0;
  background: #f7efe3;
  box-shadow: 0 18px 44px rgba(78, 31, 20, 0.1);
}
.env-card-large {
  grid-row: span 3;
}
.env-card-wide {
  grid-column: span 2;
}
.env-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
}
.env-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  padding: 7px 12px;
  color: #fff8dc;
  background: rgba(22, 63, 134, 0.82);
  border: 1px solid rgba(247, 223, 155, 0.35);
  font-size: 13px;
  font-weight: 900;
}

.leader-profile-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: 84px clamp(20px, 5vw, 72px);
  background:
    linear-gradient(180deg, #fff, #fffaf0);
}
.leader-visual-panel {
  min-height: 520px;
  position: relative;
  display: grid;
  align-content: end;
  justify-items: center;
  padding: 38px 44px 44px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,248,230,0.9)),
    url("./assets/company-meeting-room.jpg") center/cover;
  border: 1px solid rgba(207, 162, 53, 0.3);
  box-shadow: 0 24px 70px rgba(78, 31, 20, 0.09);
}
.leader-visual-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36%;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  clip-path: polygon(0 28%, 78% 28%, 100% 55%, 100% 100%, 0 100%);
}
.leader-visual-panel img {
  position: relative;
  width: min(340px, 78%);
  max-height: 380px;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.leader-visual-panel > div {
  position: relative;
  margin-top: 18px;
  color: #fff;
  text-align: center;
}
.leader-visual-panel span {
  display: inline-block;
  padding: 0;
  color: var(--blue);
  background: transparent;
  font-weight: 900;
}
.leader-visual-panel strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: 0;
}
.leader-visual-panel em {
  display: block;
  margin-top: 8px;
  color: rgba(255, 248, 220, 0.92);
  font-style: normal;
  font-weight: 900;
}
.leader-copy-panel {
  max-width: 820px;
}
.leader-copy-panel h2 {
  margin-bottom: 14px;
  color: var(--red-deep);
  font-size: clamp(38px, 5vw, 72px);
}
.leader-copy-panel h3 {
  margin: 0 0 22px;
  color: var(--brown);
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.35;
}
.leader-copy-panel p {
  color: var(--muted);
  font-size: 18px;
  line-height: 2;
}
.leader-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.leader-tags span {
  padding: 10px 16px;
  color: var(--red-deep);
  background: #fff8e6;
  border: 1px solid rgba(207, 162, 53, 0.35);
  font-weight: 900;
}

.team-capability-section {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: 84px clamp(20px, 5vw, 72px);
  background: linear-gradient(180deg, #f7fbfb, #fff);
}
.team-capability-copy {
  max-width: 720px;
  justify-self: end;
}
.team-capability-copy h2 {
  color: var(--red-deep);
  font-size: clamp(38px, 5vw, 72px);
}
.team-capability-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 2;
}
.capability-stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 34px;
}
.capability-stats div {
  padding-bottom: 20px;
  border-bottom: 5px solid rgba(151, 49, 49, 0.82);
}
.capability-stats strong {
  display: block;
  color: #345ba6;
  font-size: clamp(54px, 8vw, 96px);
  line-height: 0.92;
}
.capability-stats span {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.55;
}
.team-capability-visual img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  background: #f4f6f6;
  box-shadow: 0 24px 70px rgba(78, 31, 20, 0.1);
}

.geo-block,
.authority-block {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 34px;
  align-items: start;
  padding: 78px clamp(20px, 5vw, 72px);
  color: #fff;
  background: linear-gradient(135deg, #211411, #8d1019);
}
.geo-block h2,
.authority-block h2 { color: #fff; }
.geo-block p:last-child,
.authority-block > div:last-child {
  margin: 0;
  padding: 28px;
  color: #fff8dc;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(247, 223, 155, 0.28);
}
.authority-block ul {
  margin: 18px 0 0;
  padding-left: 20px;
}
.authority-block li {
  margin: 6px 0;
}

.team-grid,
.case-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.team-grid article,
.case-grid article,
.news-grid a,
.news-page article {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(78, 31, 20, 0.06);
}
.team-grid article {
  padding: 18px;
}
.team-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  margin-bottom: 16px;
}
.team-grid h3,
.case-grid h3,
.news-grid h3 {
  color: var(--red-deep);
}
.team-grid p,
.case-grid p,
.news-grid p,
.news-page p {
  color: var(--muted);
}
.team-stats {
  max-width: 1120px;
  margin: -12px auto 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.team-stats div {
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(207, 162, 53, 0.28);
  box-shadow: 0 14px 34px rgba(78, 31, 20, 0.06);
}
.team-stats strong {
  display: block;
  color: #345ba6;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}
.team-stats span {
  display: block;
  margin-top: 10px;
  color: var(--brown);
  font-weight: 900;
}

.cert-section {
  max-width: none;
  background:
    linear-gradient(180deg, rgba(255, 248, 230, 0.94), rgba(255, 253, 248, 0.98)),
    radial-gradient(circle at 12% 20%, rgba(207, 162, 53, 0.18), transparent 34%);
}
.cert-showcase {
  max-width: 1220px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 22px;
  align-items: stretch;
}
.cert-showcase figure,
.cert-showcase > div {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(207, 162, 53, 0.32);
  box-shadow: 0 22px 60px rgba(78, 31, 20, 0.1);
}
.cert-showcase figure {
  padding: 18px;
}
.cert-showcase figure img {
  width: 100%;
  height: 390px;
  object-fit: contain;
  background: #fffdf4;
}
.cert-showcase figcaption {
  padding: 16px 8px 2px;
  color: var(--red-deep);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
.cert-showcase > div {
  display: grid;
  align-content: center;
  padding: 34px;
}
.cert-showcase > div img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  margin-bottom: 20px;
  border: 1px solid rgba(207, 162, 53, 0.32);
}
.cert-showcase > div h3 {
  margin-bottom: 14px;
  color: var(--red-deep);
  font-size: clamp(26px, 3vw, 38px);
}
.cert-showcase > div p {
  color: var(--muted);
}
.cert-grid {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.cert-grid figure {
  margin: 0;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(207, 162, 53, 0.28);
  box-shadow: 0 14px 34px rgba(78, 31, 20, 0.06);
}
.cert-grid img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: #fffdf4;
}
.cert-grid-featured img {
  height: 330px;
  padding: 18px;
  box-sizing: border-box;
}
.cert-grid-secondary {
  grid-template-columns: repeat(4, 1fr);
}
.cert-grid-secondary img {
  height: 210px;
}
.cert-grid figcaption {
  padding: 12px 4px 2px;
  color: var(--brown);
  font-weight: 900;
  text-align: center;
}
.cert-grid figcaption span {
  display: block;
  margin-bottom: 4px;
  color: var(--red-deep);
  font-weight: 900;
}
.cert-subtitle {
  max-width: 1220px;
  margin: 32px auto 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(207, 162, 53, 0.28);
  padding-top: 28px;
}
.cert-subtitle h3 {
  color: var(--red-deep);
  font-size: clamp(26px, 3vw, 36px);
}
.cert-subtitle p {
  max-width: 520px;
  color: var(--muted);
  text-align: right;
}

.case-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.case-grid article {
  position: relative;
  overflow: hidden;
  padding: 0 0 34px;
  background: linear-gradient(180deg, #fff, #fffaf0);
  border: 1px solid rgba(207, 162, 53, 0.3);
  box-shadow: 0 24px 60px rgba(78, 31, 20, 0.1);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.case-grid article::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-deep), var(--gold), var(--red-deep));
  z-index: 1;
}
.case-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 72px rgba(78, 31, 20, 0.14);
}
.case-grid article > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin-bottom: 24px;
  filter: saturate(0.96) contrast(1.02);
}
.case-grid span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 30px 18px;
  padding: 9px 18px;
  color: #fff8dc;
  background: linear-gradient(135deg, var(--blue-deep) 0%, var(--blue) 100%);
  border: 1px solid rgba(247, 223, 155, 0.72);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(23, 63, 134, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-size: 17px;
  font-weight: 900;
}
.case-grid span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 0 3px rgba(247, 223, 155, 0.16);
}
.case-grid h3,
.case-grid p,
.case-grid strong {
  margin-left: 30px;
  margin-right: 30px;
}

.team-profile-grid article > img {
  height: 360px;
  object-fit: cover;
  object-position: top center;
}

.section-note {
  max-width: 900px;
  margin: 28px auto 0;
  padding: 18px 22px;
  border-left: 4px solid var(--gold);
  background: rgba(207, 162, 53, 0.08);
  color: var(--text-soft);
  line-height: 1.8;
}

.hero-trust-row a {
  color: inherit;
  text-decoration: none;
}

.article-detail a {
  color: var(--red-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.case-grid h3 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.22;
}
.case-grid p {
  font-size: 18px;
}
.case-grid strong {
  display: block;
  margin-top: 16px;
  color: var(--red-deep);
  font-size: 19px;
  line-height: 1.7;
}

.news-grid {
  grid-template-columns: repeat(3, 1fr);
}
.news-grid a {
  padding: 24px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.news-grid time,
.news-page time {
  color: var(--gold);
  font-weight: 900;
}
.news-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.34fr) minmax(0, 0.66fr);
  gap: 28px;
  align-items: start;
}
.news-visual {
  position: sticky;
  top: 98px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 46px rgba(78, 31, 20, 0.08);
}
.news-visual img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.news-visual div {
  padding: 28px;
  background: linear-gradient(135deg, #221815, #8d1019);
}
.news-visual strong {
  display: block;
  color: var(--gold-soft);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.1;
}
.news-visual span {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.news-visual p {
  margin: 14px 0 0;
  color: rgba(255, 250, 240, 0.82);
}
.news-page {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.news-page article,
.article-card {
  padding: 22px 26px;
}
.article-card {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(78, 31, 20, 0.06);
}
.article-card span {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 0;
  color: #fff;
  background: var(--red);
  border-radius: 6px;
  font-size: 22px;
  font-weight: 900;
}
.article-card time {
  display: inline-block;
  margin-right: 12px;
  font-size: 15px;
}
.article-card em {
  display: inline-block;
  margin: 0 0 8px;
  color: var(--brown);
  font-style: normal;
  font-weight: 900;
}
.article-card h2 {
  margin: 0 0 8px;
  color: var(--red-deep);
  font-size: clamp(22px, 2.4vw, 32px);
}
.article-card p {
  margin: 0;
  font-size: 17px;
}
.article-card > strong {
  color: var(--red);
  font-size: 18px;
  white-space: nowrap;
}
.news-page h2 {
  margin-top: 8px;
  font-size: clamp(20px, 2.2vw, 28px);
}
.article-page {
  max-width: 1560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: start;
  padding-top: 96px;
}
.article-detail,
.article-side,
.article-note {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(78, 31, 20, 0.06);
}
.article-detail {
  padding: clamp(42px, 4vw, 64px);
}
.article-detail time {
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 900;
}
.article-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}
.article-byline span {
  color: var(--blue-deep);
}
.article-byline span::after {
  content: "·";
  margin-left: 12px;
  color: var(--gold);
}
.article-byline time {
  display: inline;
  margin: 0;
  color: var(--muted);
}
.article-detail h2 {
  margin: 12px 0 22px;
  max-width: 980px;
  font-size: clamp(38px, 3.8vw, 58px);
}
.article-detail p {
  color: var(--muted);
  max-width: 980px;
  font-size: 20px;
  line-height: 2;
}
.article-detail h3 {
  margin-top: 34px;
  color: var(--red-deep);
  max-width: 980px;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.25;
}
.article-detail h4 {
  margin-top: 24px;
  color: var(--brown);
  max-width: 980px;
  font-size: 25px;
}
.article-detail .article-bullet {
  padding-left: 18px;
  color: var(--brown);
  font-weight: 700;
}
.article-note {
  margin-top: 28px;
  padding: 22px;
  background: #fff8e6;
}
.article-side {
  position: sticky;
  top: 118px;
  padding: 34px;
}
.article-side img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  display: block;
  margin: 0 auto 26px;
}
.article-side p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

.service-layout {
  max-width: 1560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: start;
  padding-top: 96px;
}
.service-main {
  min-width: 0;
}
.service-intro,
.content-text,
.faq-list details,
.side-panel,
.environment-copy {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(78, 31, 20, 0.06);
}
.service-intro,
.content-text,
.side-panel,
.environment-copy {
  padding: 46px;
}
.service-intro h2,
.content-text h2 {
  margin-bottom: 24px;
  font-size: clamp(40px, 4.2vw, 62px);
}
.service-intro p,
.content-text p,
.faq-list p {
  font-size: 19px;
}
.content-text { margin-top: 26px; }
.check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}
.check-list li {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 22px 24px;
  color: var(--brown);
  background: #fff8ea;
  border-left: 6px solid var(--red);
  font-size: 18px;
  font-weight: 900;
}
.side-panel {
  position: sticky;
  top: 96px;
  padding: 38px 34px;
}
.side-panel img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--paper);
}
.side-panel strong {
  display: block;
  color: var(--red-deep);
  font-size: 28px;
}
.side-panel p {
  color: var(--muted);
  font-size: 18px;
}

.environment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 34px;
}
.environment img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.environment-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}
.faq-list details { padding: 0; }
.faq-list summary {
  cursor: pointer;
  padding: 24px 30px;
  color: var(--red-deep);
  font-size: 20px;
  font-weight: 900;
}
.faq-list p {
  padding: 0 30px 26px;
  margin: 0;
}

.office-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 1fr;
  gap: 16px;
}
.office-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.office-gallery img:first-child {
  grid-column: span 2;
}

.contact-band {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 30px;
  align-items: center;
  padding: 72px clamp(20px, 5vw, 72px);
  background: #fff8e6;
}
.contact-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  align-items: center;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(207, 162, 53, 0.28);
  box-shadow: var(--shadow);
}
.contact-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 50%;
  background: var(--paper);
}
.contact-card strong {
  display: block;
  color: var(--red);
  font-size: 30px;
  line-height: 1.1;
}
.contact-card p { margin: 8px 0 0; color: var(--muted); }

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) 220px 240px;
  align-items: center;
  gap: 34px;
  padding: 34px clamp(20px, 5vw, 72px);
  color: rgba(255, 250, 240, 0.82);
  background: linear-gradient(90deg, #1b1210 0%, #241714 58%, #3a0909 100%);
  border-top: 6px solid var(--red);
}
.site-footer strong {
  display: block;
  color: #fff;
  font-size: 18px;
}
.site-footer p {
  max-width: 820px;
  margin: 10px 0 0;
  line-height: 1.8;
}
.site-footer a {
  justify-self: center;
  color: var(--gold-soft);
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
}
.footer-qr {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-qr img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  background: #fff;
  padding: 6px;
}
.footer-qr span {
  color: #fff8dc;
  font-weight: 900;
  line-height: 1.4;
}
.contact-qr {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.contact-qr img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  background: #fff;
  padding: 6px;
  border: 1px solid rgba(207, 162, 53, 0.28);
}
.contact-qr span {
  display: block;
  margin-top: 10px;
  color: var(--red-deep);
  font-weight: 900;
}

@media (max-width: 1120px) {
  .main-nav { gap: 11px; font-size: 13px; }
  .business-grid, .topic-grid, .answer-grid { grid-template-columns: repeat(3, 1fr); }
  .split-section, .pricing-band, .company-profile-grid, .leader-profile-section, .team-capability-section, .geo-block, .authority-block, .service-layout, .contact-band, .cert-showcase, .article-page, .news-layout { grid-template-columns: 1fr; }
  .service-layout { max-width: 1220px; gap: 28px; padding-top: 72px; }
  .service-intro, .content-text, .side-panel, .environment-copy { padding: 34px; }
  .service-intro h2, .content-text h2 { font-size: clamp(32px, 5vw, 48px); }
  .team-grid, .cert-grid, .case-grid, .news-grid { grid-template-columns: repeat(2, 1fr); }
  .team-stats, .news-page { grid-template-columns: repeat(2, 1fr); }
  .split-copy { justify-self: auto; max-width: none; }
  .company-copy-panel, .team-capability-copy { justify-self: auto; max-width: none; }
  .side-panel, .article-side, .news-visual { position: static; }
}

@media (max-width: 760px) {
  .top-contact-bar { display: block; }
  .top-contact-bar div { display: grid; gap: 4px; margin-bottom: 4px; }
  .site-header { min-height: 68px; padding: 10px 18px; }
  .brand img { width: 148px; height: 44px; }
  .brand small { display: none; }
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px 18px;
    background: rgba(255, 253, 248, 0.98);
    border-bottom: 1px solid var(--line);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 0; }
  .main-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 560px; }
  .page-hero { min-height: 460px; }
  .hero-content { padding: 70px 18px; }
  .hero-trust-row span { width: 100%; }
  .proof-strip, .business-grid, .topic-grid, .answer-grid, .pricing-cards, .photo-grid, .profile-facts, .environment-mosaic, .capability-stats, .check-list, .environment, .office-gallery, .contact-card {
    grid-template-columns: 1fr;
  }
  .proof-strip { width: 100%; margin: 0; }
  .proof-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section, .split-section, .pricing-band, .company-intro-section, .leader-profile-section, .team-capability-section, .geo-block, .authority-block, .contact-band { padding: 58px 18px; }
  .service-layout { padding-top: 58px; }
  .service-intro, .content-text, .side-panel, .environment-copy { padding: 24px; }
  .service-intro h2, .content-text h2 { font-size: clamp(30px, 8vw, 40px); }
  .service-intro p, .content-text p, .faq-list p, .side-panel p { font-size: 16px; }
  .check-list li { min-height: 0; padding: 16px 18px; font-size: 16px; }
  .team-grid, .cert-grid, .case-grid, .news-grid, .team-stats, .news-page { grid-template-columns: 1fr; }
  .cert-showcase figure img { height: 260px; }
  .cert-grid-featured img { height: 250px; }
  .news-visual img { height: 240px; }
  .article-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }
  .article-card span {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  .article-card > strong {
    grid-column: 2;
    font-size: 16px;
  }
  .photo-grid img,
  .photo-grid img:first-child,
  .env-card,
  .env-card-large,
  .env-card-wide,
  .environment img,
  .office-gallery img {
    grid-column: auto;
    grid-row: auto;
    height: 240px;
  }
  .company-copy-panel, .leader-visual-panel { padding: 24px; }
  .leader-visual-panel { min-height: 420px; }
  .leader-copy-panel h2, .team-capability-copy h2 { font-size: clamp(34px, 10vw, 48px); }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer a { justify-self: start; }
  .footer-qr { justify-self: start; }
}

/* 2026-08-24 视觉系统升级：清晰账页 */
:root {
  --red: #a91d2d;
  --red-deep: #7f1421;
  --blue: #285f9c;
  --blue-deep: #102d50;
  --gold: #b68b2f;
  --gold-soft: #ead49a;
  --ink: #182433;
  --brown: #4f3b35;
  --muted: #5e6977;
  --paper: #f3f6fa;
  --line: rgba(16, 45, 80, 0.13);
  --shadow: 0 22px 60px rgba(16, 45, 80, 0.13);
}

body {
  overflow-x: hidden;
  background: #f4f7fa;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.72;
}

h1,
h2,
h3 {
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-weight: 700;
}

::selection {
  color: #fff;
  background: var(--red);
}

.top-contact-bar {
  padding-top: 6px;
  padding-bottom: 6px;
  background: var(--blue-deep);
}

.site-header {
  min-height: 70px;
  padding-top: 7px;
  padding-bottom: 7px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(16, 45, 80, 0.1);
  transition: min-height 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.site-header.is-scrolled {
  min-height: 62px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 38px rgba(16, 45, 80, 0.13);
}

.main-nav a {
  position: relative;
  border-bottom: 0;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 2px;
  height: 2px;
  background: var(--red);
  transition: right 0.24s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  right: 0;
}

.main-nav .nav-cta {
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(169, 29, 45, 0.2);
}

.main-nav .nav-cta::after {
  display: none;
}

.hero {
  min-height: min(640px, 72vh);
  background: var(--blue-deep);
}

.home-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 5vw;
  width: min(34vw, 520px);
  pointer-events: none;
  opacity: 0.1;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(255,255,255,0.22) 14% 14.4%, transparent 14.4% 32%, rgba(255,255,255,0.14) 32% 32.4%, transparent 32.4% 100%),
    repeating-linear-gradient(180deg, transparent 0 58px, rgba(255,255,255,0.14) 58px 59px);
  transform: skewX(-8deg);
}

.hero-photo {
  transform: scale(1.035);
  filter: saturate(0.82) contrast(1.04);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 19, 34, 0.95) 0%, rgba(8, 26, 45, 0.82) 46%, rgba(8, 21, 36, 0.18) 100%),
    linear-gradient(0deg, rgba(5, 18, 32, 0.5), transparent 54%);
}

.hero-content {
  max-width: 980px;
  padding-top: 92px;
  padding-bottom: 104px;
}

.home-hero h1 {
  max-width: 820px;
  font-size: clamp(40px, 4.7vw, 64px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.hero-text {
  max-width: 790px;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.9;
}

.eyebrow {
  color: var(--gold);
  font-family: "Arial Narrow", Arial, sans-serif;
  letter-spacing: 0.12em;
}

.button {
  min-height: 48px;
  border-radius: 6px;
}

.button::after {
  content: "→";
  margin-left: 10px;
  transition: transform 0.22s ease;
}

.button:hover::after {
  transform: translateX(4px);
}

.proof-strip {
  width: min(1240px, calc(100% - 48px));
  margin-top: -42px;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(16, 45, 80, 0.16);
}

.proof-strip div {
  position: relative;
  padding: 24px 26px;
  background: #fff;
  border-right-color: rgba(16, 45, 80, 0.1);
}

.proof-strip div::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 0;
  width: 34px;
  height: 3px;
  background: var(--red);
}

.proof-strip strong {
  color: var(--blue-deep);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(30px, 3vw, 44px);
}

.enterprise-advisor,
.pricing-band {
  background:
    linear-gradient(125deg, rgba(9, 31, 56, 0.97), rgba(16, 45, 80, 0.92) 58%, rgba(127, 20, 33, 0.86)),
    url("./assets/office-front.jpg") center/cover;
}

.enterprise-advisor {
  gap: 34px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.advisor-matrix div {
  min-height: 156px;
  padding: 20px;
  border-color: rgba(234, 212, 154, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.075);
  transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.advisor-matrix div:hover {
  transform: translateY(-5px);
  border-color: rgba(234, 212, 154, 0.62);
  background: rgba(255, 255, 255, 0.12);
}

.section {
  max-width: 1280px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-title {
  position: relative;
  max-width: 1180px;
  margin: 0 auto 34px;
  padding-left: 22px;
  text-align: left;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 5px;
  width: 4px;
  background: linear-gradient(180deg, var(--red) 0 42%, var(--gold) 42% 100%);
}

.section-title h2 {
  max-width: 940px;
  margin-bottom: 14px;
  color: var(--blue-deep);
  font-size: clamp(30px, 3vw, 42px);
}

.section-title > p:last-child {
  max-width: 820px;
  margin-bottom: 0;
  font-size: 17px;
}

.business-grid {
  gap: 0;
  border-radius: 8px;
}

.business-item {
  min-height: 146px;
  padding: 26px 30px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.business-item h3 {
  color: #f1d18b;
  font-size: 22px;
}

.pricing-band {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pricing-cards > div {
  border: 0;
  border-radius: 10px;
}

.company-intro-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background:
    linear-gradient(180deg, #eef3f8 0%, #f8fafc 100%),
    radial-gradient(circle at 14% 16%, rgba(40, 95, 156, 0.12), transparent 34%);
}

.company-profile-grid {
  border-color: rgba(16, 45, 80, 0.12);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(16, 45, 80, 0.1);
}

.profile-facts div {
  border-color: rgba(16, 45, 80, 0.12);
  border-radius: 8px;
  background: #f7f9fc;
}

.profile-facts strong {
  color: var(--blue-deep);
}

.env-card {
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(16, 45, 80, 0.1);
}

.env-card img,
.case-grid article > img,
.cert-grid img,
.cert-showcase img,
.news-visual img {
  transition: transform 0.55s cubic-bezier(.2,.72,.2,1);
}

.env-card:hover img,
.case-grid article:hover > img,
.cert-grid figure:hover img,
.cert-showcase figure:hover img,
.news-visual:hover img {
  transform: scale(1.035);
}

.team-section {
  max-width: none;
  padding: 62px clamp(20px, 5vw, 72px) 42px;
  background: linear-gradient(180deg, #f4f7fb 0%, #fff 100%);
  border-top: 1px solid rgba(16, 45, 80, 0.08);
  border-bottom: 1px solid rgba(16, 45, 80, 0.08);
}

.team-section > .section-title,
.team-section > .team-profile-grid,
.team-section > .section-note {
  margin-left: auto;
  margin-right: auto;
}

.team-profile-grid {
  max-width: 1180px;
}

.case-grid article {
  overflow: hidden;
  border-color: rgba(16, 45, 80, 0.11);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 45, 80, 0.09);
}

.case-grid article::before {
  background: linear-gradient(90deg, var(--blue-deep), var(--red));
}

.case-grid span {
  background: var(--blue-deep);
  border-color: transparent;
  border-radius: 5px;
  box-shadow: none;
}

.case-grid h3 {
  color: var(--blue-deep);
}

.team-profile-grid article > img {
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.section-note {
  max-width: 1180px;
  margin-top: 20px;
  padding: 14px 18px;
  border-left-color: var(--red);
  border-radius: 0 8px 8px 0;
  background: rgba(40, 95, 156, 0.07);
}

.cert-section {
  padding-top: 54px;
  padding-bottom: 58px;
  background: #fff;
}

.cert-showcase figure,
.cert-showcase > div,
.cert-grid figure {
  overflow: hidden;
  border-color: rgba(16, 45, 80, 0.11);
  border-radius: 10px;
  box-shadow: 0 14px 42px rgba(16, 45, 80, 0.08);
}

.cert-grid figure {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.cert-grid figure:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(16, 45, 80, 0.13);
}

.news-preview {
  max-width: none;
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
  background: #eef3f8;
}

.news-preview > .section-title,
.news-preview > .news-grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.news-grid a,
.article-card,
.topic-card,
.answer-grid article {
  border-color: rgba(16, 45, 80, 0.1);
  border-radius: 10px;
  box-shadow: 0 13px 36px rgba(16, 45, 80, 0.07);
}

.news-grid h3,
.article-card h2,
.topic-card h3,
.answer-grid h3 {
  color: var(--blue-deep);
}

.topic-section {
  background: #fff;
}

.contact-band {
  background: #eaf0f6;
}

.site-footer {
  background: linear-gradient(110deg, #081c32 0%, #102d50 72%, #621421 100%);
  border-top: 4px solid var(--red);
}

.scroll-progress {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--red), var(--gold));
  box-shadow: 0 0 14px rgba(169, 29, 45, 0.4);
}

html.motion-ready .reveal-item {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(26px);
  transition:
    opacity 0.7s cubic-bezier(.2,.72,.2,1),
    filter 0.7s cubic-bezier(.2,.72,.2,1),
    transform 0.7s cubic-bezier(.2,.72,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}

html.motion-ready .reveal-item.is-visible {
  opacity: 1;
  filter: none;
  transform: translateY(0);
}

html.motion-ready .hero-photo {
  animation: hero-focus 1.5s cubic-bezier(.2,.72,.2,1) both;
}

@keyframes hero-focus {
  from { opacity: 0.45; transform: scale(1.09); }
  to { opacity: 1; transform: scale(1.035); }
}

@media (min-width: 540px) and (max-width: 760px) {
  .team-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-profile-grid h3,
  .team-profile-grid p,
  .team-profile-grid strong {
    margin-left: 18px;
    margin-right: 18px;
  }

  .team-profile-grid span {
    margin-left: 18px;
    margin-right: 18px;
  }
}

/* 2026-08-25 final editorial layout: compact, readable, finance-brand focused */
.main-nav .nav-cta,
.main-nav .nav-cta.active {
  color: #fff;
}

.topic-grid,
.compact-topics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.topic-card {
  grid-column: span 2;
  min-width: 0;
  min-height: 238px;
  padding: 24px 24px 22px;
  border-radius: 10px;
}

.topic-card:nth-child(4):nth-last-child(2),
.topic-card:nth-child(5):last-child {
  grid-column: span 3;
}

.topic-card span {
  min-width: 38px;
  min-height: 28px;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 13px;
}

.topic-card h3 {
  margin: 22px 0 12px;
  color: var(--blue-deep);
  font-size: clamp(21px, 1.65vw, 27px);
  line-height: 1.35;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: break-word;
}

.topic-card p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.topic-card strong {
  margin-top: auto;
  color: var(--red);
  font-size: 14px;
}

.news-layout {
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.news-page {
  gap: 14px;
}

.article-card {
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 8px;
}

.article-card span {
  width: 44px;
  height: 44px;
  font-size: 16px;
}

.article-card h2,
.news-page h2 {
  margin: 6px 0 8px;
  color: var(--blue-deep);
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.45;
  letter-spacing: 0;
}

.article-card p {
  font-size: 15px;
  line-height: 1.7;
}

.article-card time,
.article-card em {
  font-size: 13px;
}

.article-card > strong {
  font-size: 14px;
}

.contact-band {
  display: block;
  padding: 72px 24px;
  background:
    linear-gradient(110deg, rgba(238, 244, 250, 0.98), rgba(248, 244, 238, 0.98)),
    var(--paper);
}

.contact-band-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 58px;
  align-items: center;
}

.contact-copy h2 {
  max-width: 640px;
  margin: 10px 0 18px;
  color: var(--blue-deep);
  font-size: clamp(32px, 3.1vw, 48px);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.contact-copy > p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  gap: 26px;
  align-items: center;
  min-width: 0;
  padding: 32px;
  border: 1px solid rgba(182, 139, 47, 0.32);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 54px rgba(17, 48, 82, 0.1);
}

.contact-info {
  min-width: 0;
}

.contact-info > span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 800;
}

.contact-info strong {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0 0 16px;
  color: var(--red-deep);
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.contact-info strong a {
  color: inherit;
}

.contact-info strong small {
  font-size: 0.72em;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.contact-info p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.contact-qr {
  display: grid;
  place-items: center;
  gap: 8px;
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.contact-qr img,
.contact-card .contact-qr img {
  width: 126px;
  height: 126px;
  max-width: none;
  border-radius: 6px;
  object-fit: cover;
}

.contact-qr span {
  color: var(--red-deep);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

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

.consultation-grid article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(17, 48, 82, 0.06);
}

.consultation-grid article:last-child {
  grid-column: 1 / -1;
}

.consultation-grid article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--blue-deep);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.consultation-grid h3 {
  margin: 0 0 8px;
  color: var(--blue-deep);
  font-size: 21px;
  line-height: 1.45;
}

.consultation-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.article-lead-media {
  max-width: 760px;
  margin: 30px 0 38px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--paper);
}

.article-lead-media img {
  display: block;
  width: 100%;
  height: clamp(230px, 28vw, 330px);
  object-fit: cover;
}

.article-hero .hero-content {
  width: min(1180px, calc(100% - 48px));
  padding-top: 68px;
  padding-bottom: 72px;
}

.article-hero {
  min-height: 460px;
}

.article-hero h1 {
  max-width: 1050px;
  font-size: clamp(36px, 3.6vw, 52px);
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.article-hero .hero-text {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.8;
}

.article-hero-meta {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  letter-spacing: 0.04em;
}

.article-page {
  max-width: 1180px;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  padding-top: 72px;
}

.article-detail {
  padding: 44px 48px;
}

.article-detail h2 {
  margin: 14px 0 22px;
  max-width: 760px;
  color: var(--blue-deep);
  font-size: clamp(30px, 2.8vw, 40px);
  line-height: 1.42;
}

.article-detail p {
  max-width: 760px;
  color: #48566a;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.article-detail .article-deck {
  margin: 18px 0 22px;
  padding: 18px 22px;
  border-left: 3px solid var(--gold);
  color: var(--blue-deep);
  background: #f7f4ec;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.85;
  text-align: left;
}

.article-detail h3 {
  max-width: 760px;
  margin-top: 32px;
  color: var(--blue-deep);
  font-size: clamp(23px, 2vw, 28px);
  line-height: 1.5;
}

.article-detail h4 {
  max-width: 760px;
  font-size: 21px;
}

.article-side {
  padding: 24px;
  border-radius: 10px;
}

.article-side img {
  width: 100%;
  height: 176px;
  margin: 0 0 22px;
  border-radius: 8px;
  object-fit: cover;
}

.article-side h2 {
  font-size: 22px;
  line-height: 1.45;
}

.article-side p {
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 1120px) {
  .topic-grid,
  .compact-topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topic-card,
  .topic-card:nth-child(4):nth-last-child(2),
  .topic-card:nth-child(5):last-child {
    grid-column: auto;
  }

  .topic-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .news-layout {
    grid-template-columns: 1fr;
  }

  .news-visual {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: 0;
  }

  .contact-band-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .article-page {
    grid-template-columns: minmax(0, 1fr);
  }

  .article-side {
    position: static;
  }
}

@media (max-width: 760px) {
  .topic-grid,
  .compact-topics {
    grid-template-columns: 1fr;
  }

  .topic-card,
  .topic-card:last-child:nth-child(odd) {
    grid-column: auto;
    min-height: 0;
  }

  .news-visual {
    display: block;
  }

  .article-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 18px;
  }

  .article-card span {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .article-card > strong {
    display: none;
  }

  .article-card h2,
  .news-page h2 {
    font-size: 19px;
  }

  .contact-band {
    padding: 52px 18px;
  }

  .contact-copy h2 {
    font-size: 32px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .contact-qr {
    grid-template-columns: 104px 1fr;
    justify-content: start;
    place-items: center start;
    padding: 22px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .contact-qr img,
  .contact-card .contact-qr img {
    width: 96px;
    height: 96px;
  }

  .consultation-grid {
    grid-template-columns: 1fr;
  }

  .consultation-grid article,
  .consultation-grid article:last-child {
    grid-column: auto;
    padding: 22px 20px;
  }

  .article-hero .hero-content {
    width: calc(100% - 36px);
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .article-hero {
    min-height: 410px;
  }

  .article-hero h1 {
    font-size: clamp(30px, 8vw, 36px);
    line-height: 1.3;
  }

  .article-page {
    padding-top: 42px;
  }

  .article-detail {
    padding: 28px 22px;
  }

  .article-detail h2 {
    font-size: 27px;
  }

  .article-detail p {
    font-size: 16px;
    line-height: 1.95;
    text-align: left;
  }

  .article-detail .article-deck {
    margin-top: 16px;
    padding: 15px 17px;
    font-size: 17px;
    line-height: 1.8;
  }

  .article-lead-media {
    margin: 24px 0 30px;
  }

  .article-lead-media img {
    height: 220px;
  }

  .article-detail h3 {
    font-size: 22px;
  }
}

.service-path-section {
  padding: 68px clamp(20px, 5vw, 72px);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(8, 28, 50, 0.98), rgba(16, 45, 80, 0.96)),
    repeating-linear-gradient(90deg, transparent 0 118px, rgba(255,255,255,0.035) 118px 119px);
}

.service-path-section .section-title {
  max-width: 1180px;
}

.service-path-section .section-title h2 {
  color: #fff;
}

.service-path-section .section-title > p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.service-path {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.service-path::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 27px;
  height: 1px;
  background: linear-gradient(90deg, var(--red), var(--gold), rgba(255,255,255,0.18));
}

.service-path article {
  position: relative;
  z-index: 1;
  min-height: 250px;
  padding: 0 28px 22px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.service-path article:first-child {
  padding-left: 0;
}

.service-path article:last-child {
  padding-right: 0;
  border-right: 0;
}

.service-path span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: var(--red);
  border: 4px solid #102d50;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(234, 212, 154, 0.5);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
}

.service-path h3 {
  margin: 26px 0 12px;
  color: #fff;
  font-size: clamp(24px, 2.2vw, 32px);
}

.service-path p {
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
}

.path-result {
  max-width: 1180px;
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  background: rgba(255,255,255,0.07);
  border-left: 4px solid var(--gold);
}

.path-result strong {
  color: var(--gold-soft);
  font-size: 18px;
}

.path-result span {
  color: rgba(255,255,255,0.72);
  text-align: right;
}

.quick-contact {
  position: fixed;
  z-index: 60;
  right: 18px;
  top: 52%;
  display: grid;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16,45,80,0.12);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(16,45,80,0.16);
  transform: translateY(-50%);
}

.quick-contact a,
.quick-contact button {
  min-width: 62px;
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 8px 10px;
  color: var(--blue-deep);
  background: #fff;
  border: 0;
  border-bottom: 1px solid rgba(16,45,80,0.1);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: color 0.22s ease, background 0.22s ease;
}

.quick-contact a:first-child {
  color: #fff;
  background: var(--red);
}

.quick-contact a:hover,
.quick-contact button:hover {
  color: #fff;
  background: var(--blue-deep);
}

.quick-contact > :last-child {
  border-bottom: 0;
}

@media (max-width: 920px) {
  .service-path {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 0;
  }

  .service-path::before {
    display: none;
  }

  .service-path article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 58px;
  }

  .service-path-section {
    padding: 50px 18px;
  }

  .service-path article {
    min-height: 220px;
    padding: 0 20px 18px;
  }

  .service-path article:first-child,
  .service-path article:nth-child(3) {
    padding-left: 0;
  }

  .service-path article:nth-child(2),
  .service-path article:last-child {
    padding-right: 0;
  }

  .path-result {
    display: block;
  }

  .path-result span {
    display: block;
    margin-top: 8px;
    text-align: left;
  }

  .quick-contact {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    grid-template-columns: repeat(2, 1fr);
    border: 0;
    border-radius: 0;
    transform: none;
  }

  .quick-contact a,
  .quick-contact button {
    min-height: 58px;
    border-right: 1px solid rgba(16,45,80,0.1);
    border-bottom: 0;
  }

  .quick-contact button {
    display: none;
  }
}

@media (max-width: 460px) {
  .service-path {
    grid-template-columns: 1fr;
  }

  .service-path article,
  .service-path article:first-child,
  .service-path article:nth-child(2),
  .service-path article:nth-child(3),
  .service-path article:last-child {
    min-height: 0;
    padding: 0 0 26px 72px;
    border-right: 0;
  }

  .service-path span {
    position: absolute;
    left: 0;
    top: 0;
  }

  .service-path h3 {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 64px;
  }

  .hero {
    min-height: 620px;
  }

  .home-hero::before {
    right: -18vw;
    width: 72vw;
    opacity: 0.18;
  }

  .hero-content {
    padding-top: 62px;
    padding-bottom: 82px;
  }

  .home-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
    letter-spacing: -0.02em;
  }

  .proof-strip {
    width: calc(100% - 28px);
    margin: -30px auto 0;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 10px;
  }

  .proof-strip div {
    padding: 18px;
    border-right: 1px solid rgba(16, 45, 80, 0.1);
    border-bottom: 1px solid rgba(16, 45, 80, 0.1);
  }

  .proof-strip strong {
    font-size: 34px;
  }

  .proof-strip span {
    font-size: 13px;
  }

  .enterprise-advisor,
  .pricing-band {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .advisor-matrix {
    grid-template-columns: repeat(2, 1fr);
  }

  .advisor-matrix div {
    min-height: 164px;
    padding: 18px;
  }

  .advisor-matrix span {
    font-size: 20px;
  }

  .section,
  .company-intro-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-title {
    margin-bottom: 28px;
    padding-left: 16px;
  }

  .section-title h2 {
    font-size: clamp(30px, 8vw, 42px);
  }

  .business-grid {
    grid-template-columns: 1fr;
  }

  .business-item {
    min-height: 0;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(234, 212, 154, 0.28);
  }

  .business-item:last-child { grid-column: auto; border-bottom: 0; }
  .business-item .business-link { grid-column: 2; }
  .business-guide { grid-template-columns: 1fr; gap: 6px; padding: 18px 20px; }
  .business-guide strong { font-size: 18px; }

  .team-section {
    padding: 46px 18px 24px;
  }

  .team-profile-grid {
    gap: 14px;
  }

  .case-grid article {
    padding-bottom: 24px;
  }

  .case-grid article > img {
    margin-bottom: 18px;
  }

  .case-grid h3,
  .case-grid p,
  .case-grid strong {
    margin-left: 20px;
    margin-right: 20px;
  }

  .case-grid span {
    margin: 0 20px 14px;
    padding: 7px 12px;
    font-size: 14px;
  }

  .case-grid h3 {
    font-size: 28px;
  }

  .case-grid p {
    font-size: 16px;
  }

  .section-note {
    margin-top: 16px;
    padding: 12px 15px;
    font-size: 14px;
  }

  .cert-section {
    padding-top: 40px;
  }

  .news-preview {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 420px) {
  .proof-strip,
  .advisor-matrix,
  .business-grid,
  .team-profile-grid {
    grid-template-columns: 1fr;
  }

  .business-item:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html.motion-ready .reveal-item {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@media (max-width: 760px) {
  .top-contact-bar {
    display: flex;
    align-items: center;
    padding: 7px 18px;
    font-size: 12px;
  }

  .top-contact-bar div {
    display: block;
    margin-bottom: 0;
  }

  .top-contact-bar div span:nth-child(2),
  .top-contact-bar div span:nth-child(3) {
    display: none;
  }

  .brand img {
    width: 176px;
    height: 44px;
    object-fit: cover;
  }
}

@media (min-width: 540px) and (max-width: 760px) {
  .cert-grid,
  .news-grid,
  .topic-grid,
  .answer-grid,
  .environment-mosaic,
  .profile-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cert-grid-featured figure:last-child {
    grid-column: 1 / -1;
  }

  .news-grid a,
  .topic-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .hero.article-hero {
    min-height: 480px;
  }

  .article-hero .hero-content {
    padding-top: 44px;
    padding-bottom: 48px;
  }
}

/* 黄鑫优势与文章服务收口 */
.advantage-section {
  position: relative;
  max-width: 1320px;
  margin: 72px auto 88px;
  padding: 0;
}

.advantage-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #d8e0e9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(17, 45, 78, 0.1);
}

.advantage-feature-image {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: var(--blue-deep);
}

.advantage-feature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 24, 45, 0.86) 100%);
}

.advantage-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 78% center;
  transition: transform 0.8s cubic-bezier(.2,.72,.2,1);
}

.advantage-feature-image:hover img {
  transform: scale(1.025);
}

.advantage-feature-image figcaption {
  position: absolute;
  z-index: 1;
  right: 38px;
  bottom: 34px;
  left: 38px;
  color: #fff;
}

.advantage-feature-image figcaption span {
  display: block;
  margin-bottom: 9px;
  color: #edc76e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.advantage-feature-image figcaption strong {
  display: block;
  max-width: 480px;
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.35;
}

.advantage-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 52px;
  background:
    radial-gradient(circle at 100% 0, rgba(197, 151, 48, 0.14), transparent 34%),
    #fbfaf7;
}

.advantage-copy h2 {
  margin: 10px 0 20px;
  color: var(--blue-deep);
  font-size: clamp(31px, 3vw, 45px);
  line-height: 1.24;
  letter-spacing: -0.03em;
}

.advantage-intro {
  margin: 0;
  color: #526076;
  font-size: 16px;
  line-height: 1.9;
}

.advantage-points {
  margin-top: 26px;
  border-top: 1px solid #d8e0e8;
}

.advantage-points article {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid #d8e0e8;
}

.advantage-points span {
  color: var(--red-deep);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.advantage-points strong {
  color: var(--blue-deep);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.advantage-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: 24px;
  color: var(--red-deep);
  font-size: 14px;
  font-weight: 800;
}

.advantage-text-link span {
  font-size: 19px;
  transition: transform 0.25s ease;
}

.advantage-text-link:hover span {
  transform: translateX(4px);
}

.advantage-service-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.advantage-service-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--blue-deep);
}

.advantage-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 25, 46, 0.06) 18%, rgba(6, 25, 46, 0.92) 100%);
}

.advantage-service-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(.2,.72,.2,1), filter 0.7s ease;
}

.advantage-service-card:hover img {
  filter: saturate(1.08);
  transform: scale(1.04);
}

.advantage-service-card > span {
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: grid;
  gap: 5px;
}

.advantage-service-card small {
  color: #edc76e;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.advantage-service-card strong {
  color: #fff;
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.35;
}

.advantage-service-card b {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.advantage-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 24px 28px;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(100deg, var(--blue-deep), #1a3e62);
}

.advantage-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
}

.article-brand-section {
  max-width: 760px;
  margin-top: 50px;
  padding: 34px;
  border: 1px solid rgba(197, 151, 48, 0.42);
  border-radius: 12px;
  background:
    linear-gradient(155deg, rgba(250, 247, 239, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 18px 42px rgba(17, 45, 78, 0.08);
}

.article-detail .article-brand-kicker {
  margin: 0 0 10px;
  color: var(--red-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: left;
}

.article-detail .article-brand-section > h3 {
  margin: 0 0 26px;
  color: var(--blue-deep);
  font-size: 27px;
  line-height: 1.45;
}

.article-brand-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid #dfe5ed;
  border-radius: 9px;
  background: #dfe5ed;
}

.article-brand-grid > div {
  padding: 22px 24px;
  background: #fff;
}

.article-brand-grid span {
  display: block;
  margin-bottom: 7px;
  color: var(--gold-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.article-detail .article-brand-grid p {
  margin: 0;
  color: #425169;
  font-size: 16px;
  line-height: 1.85;
  text-align: left;
}

.article-brand-foundation {
  margin-top: 20px;
  padding: 22px 24px;
  border-left: 3px solid var(--gold);
  background: var(--blue-deep);
}

.article-brand-foundation strong {
  display: block;
  margin-bottom: 8px;
  color: #f0c86d;
  font-size: 16px;
}

.article-detail .article-brand-foundation p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.85;
  text-align: left;
}

.article-detail .article-brand-closing {
  margin: 24px 0 0;
  color: var(--blue-deep);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.9;
  text-align: left;
}

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

.button.outline {
  border: 1px solid var(--red-deep);
  color: var(--red-deep);
  background: transparent;
}

@media (max-width: 1040px) {
  .advantage-section {
    margin: 54px 24px;
  }

  .advantage-showcase {
    grid-template-columns: 1fr;
  }

  .advantage-feature-image,
  .advantage-feature-image img {
    min-height: 440px;
    height: 440px;
  }

  .advantage-service-card,
  .advantage-service-card img {
    min-height: 230px;
    height: 230px;
  }
}

@media (max-width: 620px) {
  .advantage-section {
    margin: 34px 16px;
  }

  .advantage-showcase,
  .advantage-service-gallery {
    grid-template-columns: 1fr;
  }

  .advantage-feature-image,
  .advantage-feature-image img {
    min-height: 300px;
    height: 300px;
  }

  .advantage-feature-image figcaption {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .advantage-copy {
    padding: 34px 24px;
  }

  .advantage-copy h2 {
    font-size: 29px;
  }

  .advantage-points article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .advantage-service-card,
  .advantage-service-card img {
    min-height: 220px;
    height: 220px;
  }

  .advantage-bottom {
    display: grid;
    align-items: start;
    padding: 22px;
  }

  .advantage-bottom .button {
    width: 100%;
  }

  .article-brand-section {
    margin-top: 38px;
    padding: 24px 20px;
  }

  .article-detail .article-brand-section > h3 {
    font-size: 23px;
  }

  .article-brand-grid > div,
  .article-brand-foundation {
    padding: 19px;
  }

  .article-brand-actions {
    display: grid;
  }
}

/* 真实客户与行业经验 */
.client-experience-section {
  padding: 92px max(24px, calc((100vw - 1320px) / 2));
  background:
    radial-gradient(circle at 86% 14%, rgba(197, 151, 48, 0.14), transparent 28%),
    #f3f6fa;
}

.client-experience-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 38px;
}

.client-experience-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -46px;
}

.client-experience-heading h2 {
  margin: 0;
  color: var(--blue-deep);
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.24;
  letter-spacing: -0.035em;
}

.client-experience-heading > p:last-child {
  margin: 0;
  color: #526076;
  font-size: 17px;
  line-height: 1.95;
}

.client-experience-layout {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border: 1px solid #d8e0e9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(17, 45, 78, 0.09);
}

.client-team-photo {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  background: #dfe6ee;
}

.client-team-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(6, 25, 46, 0.9) 100%);
}

.client-team-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.client-team-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 32px;
  left: 34px;
  color: #fff;
}

.client-team-photo figcaption span {
  display: block;
  margin-bottom: 8px;
  color: #edc76e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.client-team-photo figcaption strong {
  display: block;
  max-width: 520px;
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.5;
}

.client-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  align-content: center;
  padding: 22px 42px 30px;
}

.client-groups article {
  padding: 26px 0 30px;
  border-bottom: 0;
}

.client-groups article:first-child {
  padding-right: 42px;
  border-right: 1px solid #dfe5ec;
}

.client-group-title {
  display: flex;
  gap: 15px;
  align-items: center;
}

.client-group-title > span {
  color: var(--gold-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.client-group-title h3 {
  margin: 0;
  color: var(--blue-deep);
  font-size: 24px;
  line-height: 1.45;
}

.client-groups article > p {
  margin: 14px 0 18px;
  color: #526076;
  font-size: 15px;
  line-height: 1.85;
}

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

.client-name-grid > span {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 11px;
  color: #263950;
  border: 1px solid #dce3eb;
  border-radius: 6px;
  background: #f7f9fb;
  font-size: 13px;
  line-height: 1.45;
}

.client-name-grid > span::before {
  content: "";
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--red-deep);
}

.client-experience-closing {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 24px 28px;
  border: 1px solid rgba(197, 151, 48, 0.34);
  border-radius: 10px;
  background: #fffdf8;
}

.client-experience-closing p {
  max-width: 920px;
  margin: 0;
  color: #526076;
  font-size: 15px;
  line-height: 1.8;
}

.content-wide-photo {
  width: 100%;
  max-height: 420px;
  margin: 24px 0 18px;
  object-fit: cover;
  border-radius: 10px;
}

.service-client-grid {
  margin-top: 24px;
}

@media (max-width: 1040px) {
  .client-experience-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .client-experience-heading .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .client-experience-layout {
    grid-template-columns: 1fr;
  }

  .client-team-photo,
  .client-team-photo img {
    min-height: 360px;
    height: 360px;
  }

  .client-groups {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .client-groups article:first-child {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #dfe5ec;
  }
}

@media (max-width: 620px) {
  .client-experience-section {
    padding: 56px 16px;
  }

  .client-experience-heading h2 {
    font-size: 30px;
  }

  .client-experience-heading > p:last-child {
    font-size: 16px;
  }

  .client-team-photo,
  .client-team-photo img {
    min-height: 220px;
    height: 220px;
  }

  .client-team-photo figcaption {
    right: 22px;
    bottom: 20px;
    left: 22px;
  }

  .client-team-photo figcaption strong {
    font-size: 19px;
  }

  .client-groups {
    padding: 18px 20px;
  }

  .client-group-title h3 {
    font-size: 21px;
  }

  .client-name-grid {
    grid-template-columns: 1fr;
  }

  .client-experience-closing {
    display: grid;
    padding: 22px;
  }

  .client-experience-closing .button {
    width: 100%;
  }
}

/* 2026-08-26 整站终版：商务秩序、统一留白与可靠显现 */
:root {
  --brand-navy: #102a43;
  --brand-navy-2: #183b5b;
  --brand-burgundy: #9f2432;
  --brand-gold: #b28a43;
  --surface-white: #ffffff;
  --surface-warm: #fbfaf7;
  --surface-cool: #f2f5f8;
  --surface-blue: #eaf0f5;
  --text-main: #1f2d3d;
  --text-secondary: #5c6876;
  --border-soft: #dce3e9;
  --layout-width: 1200px;
  --section-space: 64px;
  --card-radius: 10px;
  --card-shadow: 0 14px 38px rgba(16, 42, 67, 0.08);
  --font-serif: "Songti SC", "STSong", "SimSun", serif;
}

body {
  color: var(--text-main);
  background: var(--surface-cool);
  font-size: 16px;
  line-height: 1.78;
}

main {
  overflow: hidden;
}

h1,
h2,
h3 {
  color: var(--brand-navy);
  letter-spacing: -0.018em;
}

p {
  text-wrap: pretty;
}

/* 内容始终可读。滚动动效只做轻微位移，不再把正文藏成空白。 */
html.motion-ready .reveal-item {
  opacity: 1;
  filter: none;
  transform: translateY(0);
  transition: transform 0.38s ease, opacity 0.38s ease;
}

html.motion-ready .reveal-item:not(.is-visible) {
  opacity: 0.96;
  transform: translateY(6px);
}

.top-contact-bar,
.site-header,
.hero-content,
.section,
.enterprise-advisor,
.pricing-band,
.service-path-section,
.company-intro-section,
.client-experience-section,
.team-section,
.cert-section,
.contact-band,
.site-footer {
  padding-left: max(24px, calc((100vw - var(--layout-width)) / 2));
  padding-right: max(24px, calc((100vw - var(--layout-width)) / 2));
}

.site-header {
  min-height: 68px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.brand img {
  width: 164px;
  height: 46px;
}

.main-nav {
  gap: 15px;
  font-size: 14px;
}

.hero {
  min-height: 540px;
}

.page-hero {
  min-height: 390px;
}

.hero-content {
  width: 100%;
  max-width: none;
  padding-top: 72px;
  padding-bottom: 76px;
}

.hero-content > * {
  max-width: 780px;
}

.page-hero .hero-content {
  max-width: none;
}

h1,
.home-hero h1 {
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.16;
}

.hero h1 {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

.page-hero h1 {
  font-size: clamp(36px, 3.8vw, 52px);
}

.hero-text {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.85;
}

.proof-strip {
  width: min(var(--layout-width), calc(100% - 48px));
  margin-top: -34px;
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
}

.proof-strip div {
  min-height: 118px;
  padding: 22px 24px;
}

.proof-strip strong {
  font-size: clamp(28px, 2.7vw, 40px);
}

.proof-strip span {
  font-size: 14px;
  line-height: 1.5;
}

.section,
.company-intro-section,
.client-experience-section,
.team-section,
.cert-section {
  max-width: none;
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.section > :not(.section-title),
.section-title,
.company-intro-section > *,
.client-experience-section > *,
.team-section > *,
.cert-section > * {
  width: min(100%, var(--layout-width));
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  max-width: var(--layout-width);
  margin-bottom: 30px;
  padding-left: 18px;
}

.section-title::before {
  bottom: 3px;
  width: 3px;
}

.section-title h2 {
  max-width: 920px;
  margin-bottom: 10px;
  font-size: clamp(29px, 2.8vw, 39px);
  line-height: 1.28;
}

.section-title > p:last-child {
  max-width: 880px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.8;
}

.eyebrow {
  margin-bottom: 8px;
  color: var(--brand-gold);
  font-size: 12px;
  letter-spacing: 0.1em;
}

/* 首页：深色只保留在首屏与收费卡，主体以白、灰、暖色交替。 */
.advantage-section {
  max-width: none;
  margin: 0;
  padding-top: 58px;
  padding-bottom: 58px;
  background: var(--surface-white);
}

.advantage-section > * {
  width: min(100%, var(--layout-width));
  margin-left: auto;
  margin-right: auto;
}

.advantage-showcase {
  grid-template-columns: minmax(380px, 0.85fr) minmax(0, 1.15fr);
  min-height: 470px;
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
}

.advantage-feature-image,
.advantage-feature-image img {
  min-height: 470px;
}

.advantage-copy {
  padding: 42px 46px;
  background: var(--surface-warm);
}

.advantage-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 2.8vw, 40px);
}

.advantage-points {
  margin-top: 20px;
}

.advantage-points article {
  grid-template-columns: 120px minmax(0, 1fr);
  padding: 14px 0;
}

.advantage-service-gallery {
  gap: 14px;
  margin-top: 14px;
}

.advantage-service-card,
.advantage-service-card img {
  min-height: 230px;
  height: 230px;
}

.advantage-bottom {
  margin-top: 14px;
  padding: 18px 22px;
  color: var(--text-main);
  border: 1px solid rgba(178, 138, 67, 0.38);
  background: #fffaf0;
}

.advantage-bottom p {
  color: var(--text-secondary);
}

.enterprise-advisor {
  width: min(var(--layout-width), calc(100% - 48px));
  margin: 0 auto var(--section-space);
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  padding: 38px 40px;
  color: var(--text-main);
  border: 1px solid var(--border-soft);
  border-radius: var(--card-radius);
  background: var(--surface-white);
  box-shadow: var(--card-shadow);
}

.advisor-copy {
  justify-self: start;
}

.advisor-copy h2 {
  color: var(--brand-navy);
  font-size: clamp(28px, 2.6vw, 38px);
}

.advisor-copy p {
  color: var(--text-secondary);
  font-size: 16px;
}

.advisor-matrix {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.advisor-matrix div {
  min-height: 150px;
  padding: 18px;
  border-color: var(--border-soft);
  background: var(--surface-cool);
}

.advisor-matrix div:hover {
  border-color: rgba(159, 36, 50, 0.35);
  background: var(--surface-warm);
}

.advisor-matrix strong {
  color: var(--brand-burgundy);
  font-size: 20px;
}

.advisor-matrix span {
  margin: 10px 0 6px;
  color: var(--brand-navy);
  font-size: 19px;
}

.advisor-matrix p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

.pricing-band {
  width: min(var(--layout-width), calc(100% - 48px));
  margin: 0 auto var(--section-space);
  padding: 36px 40px;
  border-radius: var(--card-radius);
  background:
    linear-gradient(105deg, rgba(16, 42, 67, 0.98), rgba(24, 59, 91, 0.95) 70%, rgba(112, 31, 44, 0.92)),
    url("./assets/company-office-panorama-wide.jpg") center/cover;
}

.pricing-copy h2 {
  font-size: clamp(28px, 2.5vw, 38px);
}

.pricing-cards > div {
  min-height: 174px;
  padding: 20px 22px;
}

.pricing-cards b {
  font-size: clamp(30px, 3.4vw, 48px);
}

.business-services-section {
  background: var(--surface-cool);
}

.business-grid {
  overflow: visible;
  gap: 12px;
  border: 0;
  background: transparent;
}

.business-item {
  min-height: 132px;
  padding: 22px 24px;
  color: var(--text-main);
  border: 1px solid var(--border-soft) !important;
  border-radius: 8px;
  background: var(--surface-white);
  box-shadow: 0 8px 24px rgba(16, 42, 67, 0.05);
}

.business-item:hover {
  background: var(--surface-warm);
}

.business-item .business-index,
.business-item h3,
.business-item .business-link {
  color: var(--brand-burgundy);
}

.business-item h3 {
  font-size: 20px;
}

.business-item p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

.business-guide {
  margin-top: 14px;
  padding: 16px 22px;
  border-color: var(--border-soft);
  border-radius: 8px;
}

.service-path-section {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
  color: var(--text-main);
  background: var(--surface-white);
}

.service-path-section .section-title h2 {
  color: var(--brand-navy);
}

.service-path-section .section-title > p:last-child {
  color: var(--text-secondary);
}

.service-path {
  width: min(100%, var(--layout-width));
  margin: 0 auto;
  gap: 12px;
}

.service-path::before {
  display: none;
}

.service-path article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--border-soft) !important;
  border-radius: 8px;
  background: var(--surface-cool);
}

.service-path span {
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--brand-burgundy);
}

.service-path h3 {
  margin: 18px 0 8px;
  color: var(--brand-navy);
  font-size: 22px;
}

.service-path p {
  color: var(--text-secondary);
  font-size: 14px;
}

.path-result {
  width: min(100%, var(--layout-width));
  margin-top: 14px;
  color: var(--text-main);
  border: 1px solid rgba(178, 138, 67, 0.34);
  border-left: 3px solid var(--brand-gold);
  border-radius: 8px;
  background: #fffaf0;
}

.path-result strong {
  color: var(--brand-navy);
}

.path-result span {
  color: var(--text-secondary);
}

.client-experience-section {
  background: var(--surface-cool);
}

.client-experience-heading {
  gap: 40px;
  margin-bottom: 28px;
}

.client-experience-heading .eyebrow {
  margin-bottom: -34px;
}

.client-experience-heading h2 {
  font-size: clamp(30px, 2.8vw, 42px);
}

.client-team-photo,
.client-team-photo img {
  min-height: 340px;
  height: 340px;
}

.client-groups {
  gap: 28px;
  padding: 14px 34px 24px;
}

.client-groups article {
  padding: 22px 0 20px;
}

.client-experience-closing {
  margin-top: 14px;
  padding: 18px 22px;
}

.company-intro-section {
  background: var(--surface-white);
}

.team-section {
  background: var(--surface-cool);
}

.cert-section {
  background: var(--surface-white);
}

.news-preview {
  background: var(--surface-blue);
}

.topic-section,
.answer-section {
  background: var(--surface-white);
}

/* 服务页、关于页、文章页统一为紧凑的编辑型版面。 */
.service-layout {
  width: min(100%, var(--layout-width));
  max-width: none;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.service-intro,
.content-text,
.side-panel,
.environment-copy {
  padding: 32px 34px;
  border-color: var(--border-soft);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
}

.content-text {
  margin-top: 18px;
}

.service-intro h2,
.content-text h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: 1.35;
}

.service-intro p,
.content-text p,
.faq-list p {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.85;
}

.check-list {
  gap: 10px;
  margin-top: 22px;
}

.check-list li {
  min-height: 68px;
  padding: 16px 18px;
  color: var(--brand-navy);
  border-left-width: 3px;
  background: var(--surface-warm);
  font-size: 15px;
  font-weight: 700;
}

.side-panel {
  top: 92px;
  padding: 28px;
}

.side-panel img {
  width: 104px;
  height: 104px;
  margin-bottom: 18px;
}

.side-panel strong {
  font-size: 24px;
}

.side-panel p {
  font-size: 15px;
}

.environment {
  gap: 12px;
  margin-top: 18px;
}

.environment img {
  height: 240px;
  border-radius: 8px;
}

.office-gallery {
  gap: 12px;
}

.office-gallery img {
  height: 230px;
  border-radius: 8px;
}

.article-page,
.news-layout {
  width: min(100%, var(--layout-width));
  max-width: none;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.article-detail {
  padding: 42px 48px;
  border-radius: var(--card-radius);
}

.article-detail h2 {
  max-width: 840px;
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1.32;
}

.article-detail h3 {
  max-width: 840px;
  margin-top: 30px;
  font-size: clamp(24px, 2.4vw, 31px);
  line-height: 1.45;
}

.article-detail h4 {
  font-size: 21px;
}

.article-detail p {
  max-width: 840px;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.95;
}

.article-side {
  top: 92px;
  padding: 28px;
  border-radius: var(--card-radius);
}

.article-side img {
  width: 130px;
  height: 130px;
  margin-bottom: 18px;
}

.article-side p {
  font-size: 15px;
}

.contact-band {
  padding-top: 54px;
  padding-bottom: 54px;
  background: var(--surface-warm);
}

.site-footer {
  padding-top: 28px;
  padding-bottom: 28px;
}

@media (max-width: 1040px) {
  .advantage-section {
    margin: 0;
  }

  .advantage-showcase,
  .enterprise-advisor,
  .pricing-band,
  .service-layout,
  .article-page,
  .news-layout {
    grid-template-columns: 1fr;
  }

  .enterprise-advisor,
  .pricing-band {
    width: min(var(--layout-width), calc(100% - 36px));
  }

  .side-panel,
  .article-side {
    position: static;
  }
}

@media (min-width: 860px) and (max-width: 1040px) {
  .team-profile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .side-panel {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    column-gap: 24px;
    align-items: start;
  }

  .side-panel > img {
    grid-row: 1 / 7;
    margin-bottom: 0;
  }

  .side-panel > strong,
  .side-panel > p,
  .side-panel > a {
    grid-column: 2;
  }

  .side-panel > a {
    width: fit-content;
  }
}

@media (max-width: 760px) {
  :root {
    --section-space: 44px;
  }

  .top-contact-bar,
  .site-header,
  .hero-content,
  .section,
  .enterprise-advisor,
  .pricing-band,
  .service-path-section,
  .company-intro-section,
  .client-experience-section,
  .team-section,
  .cert-section,
  .contact-band,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    min-height: 520px;
  }

  .page-hero {
    min-height: 360px;
  }

  .hero-content {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  h1,
  .home-hero h1,
  .page-hero h1 {
    font-size: clamp(33px, 9.4vw, 43px);
  }

  .hero-text {
    font-size: 16px;
    line-height: 1.78;
  }

  .proof-strip {
    width: calc(100% - 24px);
    margin-top: -24px;
  }

  .proof-strip div {
    min-height: 96px;
    padding: 16px;
  }

  .advantage-section {
    padding: 42px 16px;
  }

  .advantage-copy {
    padding: 28px 22px;
  }

  .advantage-feature-image,
  .advantage-feature-image img {
    min-height: 280px;
    height: 280px;
  }

  .advantage-service-gallery,
  .advisor-matrix,
  .business-grid,
  .service-path,
  .pricing-cards,
  .check-list,
  .answer-grid,
  .topic-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .advantage-points article {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .advantage-bottom,
  .path-result,
  .client-experience-closing {
    display: grid;
    gap: 14px;
  }

  .enterprise-advisor,
  .pricing-band {
    width: calc(100% - 24px);
    margin-bottom: var(--section-space);
    padding: 28px 22px;
  }

  .advisor-matrix div {
    min-height: 0;
  }

  .business-item {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 20px 18px;
  }

  .service-path article {
    min-height: 0;
    padding: 20px;
  }

  .service-path span {
    position: static;
  }

  .client-experience-heading {
    gap: 12px;
  }

  .client-experience-heading .eyebrow {
    margin-bottom: 0;
  }

  .client-team-photo,
  .client-team-photo img {
    min-height: 220px;
    height: 220px;
  }

  .service-layout,
  .article-page,
  .news-layout {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-intro,
  .content-text,
  .side-panel,
  .environment-copy,
  .article-detail,
  .article-side {
    padding: 24px 20px;
  }

  .service-intro h2,
  .content-text h2 {
    font-size: 28px;
  }

  .article-detail h2 {
    font-size: 31px;
  }

  .article-detail h3 {
    font-size: 24px;
  }

  .article-detail p {
    font-size: 16px;
    line-height: 1.9;
  }

  .environment,
  .office-gallery {
    grid-template-columns: 1fr;
  }

  .environment img,
  .office-gallery img {
    height: 220px;
  }

  .office-gallery img:first-child {
    grid-column: auto;
  }
}

/* 首页四页主视觉：一页只讲清一项业务，图片与文字分层呈现。 */
.hero-carousel {
  display: block;
  min-height: 650px;
  height: 650px;
  isolation: isolate;
  background: var(--brand-navy);
}

.hero-carousel::before {
  display: none;
}

.hero-carousel-track,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  display: flex;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.012);
  transition: opacity 0.72s ease, visibility 0.72s ease, transform 1.1s ease;
}

.hero-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
}

.hero-slide .hero-photo {
  transform: scale(1.025);
  filter: saturate(0.9) contrast(1.02);
  transition: transform 7.5s ease;
}

.hero-slide.is-active .hero-photo {
  transform: scale(1.006);
}

.hero-slide .hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 20, 36, 0.98) 0%, rgba(7, 26, 46, 0.88) 42%, rgba(8, 24, 41, 0.28) 72%, rgba(8, 24, 41, 0.1) 100%),
    linear-gradient(0deg, rgba(5, 18, 32, 0.5), transparent 56%);
}

.hero-slide .hero-content {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 142px;
  z-index: 3;
}

.hero-slide h1,
.hero-slide h2 {
  max-width: 790px;
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: clamp(40px, 4.25vw, 60px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.025em;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.22);
}

.hero-slide .hero-text {
  max-width: 750px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.82;
}

.hero-slide .hero-actions {
  margin-top: 24px;
}

.hero-slide .hero-trust-row {
  margin-top: 20px;
}

.hero-slide .hero-trust-row span {
  border-radius: 4px;
  border-color: rgba(210, 184, 125, 0.34);
  background: rgba(10, 31, 52, 0.45);
  font-size: 13px;
  font-weight: 700;
}

.hero-carousel-arrow {
  position: absolute;
  z-index: 5;
  top: 45%;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  color: #fff;
  background: rgba(7, 26, 46, 0.4);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hero-carousel-arrow:hover,
.hero-carousel-arrow:focus-visible {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(159, 36, 50, 0.82);
  transform: translateY(-1px);
}

.hero-carousel-prev {
  left: max(18px, calc((100vw - 1340px) / 2));
}

.hero-carousel-next {
  right: max(18px, calc((100vw - 1340px) / 2));
}

.hero-carousel-controls {
  position: absolute;
  z-index: 5;
  bottom: 34px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 18px;
  transform: translateX(-50%);
}

.hero-carousel-count {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.58);
  font: 600 11px/1 Arial, sans-serif;
  letter-spacing: 0.08em;
}

.hero-carousel-count strong {
  color: #fff;
  font-size: 13px;
}

.hero-carousel-count i {
  width: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.hero-carousel-nav {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-carousel-nav button {
  position: relative;
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  overflow: hidden;
  transition: width 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.hero-carousel-nav button:hover,
.hero-carousel-nav button:focus-visible,
.hero-carousel-nav button.is-active {
  transform: scale(1.05);
}

.hero-carousel-nav button.is-active {
  width: 42px;
  background: rgba(255, 255, 255, 0.24);
}

.hero-carousel-nav button i {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: inherit;
  background: var(--brand-gold);
  transform: scaleX(0);
  transform-origin: left;
}

.hero-carousel-nav button.is-active i {
  animation: hero-carousel-progress 6.6s linear forwards;
}

.hero-carousel.is-paused .hero-carousel-nav button.is-active i {
  animation-play-state: paused;
}

@keyframes hero-carousel-progress {
  to { transform: scaleX(1); }
}

@media (max-width: 920px) {
  .hero-carousel,
  .hero-carousel .hero-slide {
    min-height: 640px;
    height: 640px;
  }

  .hero-slide .hero-content {
    padding-top: 56px;
    padding-bottom: 136px;
  }

  .hero-slide h1,
  .hero-slide h2 {
    max-width: 690px;
    font-size: clamp(38px, 5.7vw, 52px);
  }

}

@media (max-width: 1100px) {
  .hero-carousel-arrow {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero-carousel,
  .hero-carousel .hero-slide {
    min-height: 690px;
    height: 690px;
  }

  .hero-slide .hero-photo {
    object-position: 64% center;
  }

  .hero-slide .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 20, 36, 0.96), rgba(6, 24, 42, 0.8)),
      linear-gradient(0deg, rgba(5, 18, 32, 0.64), transparent 58%);
  }

  .hero-slide .hero-content {
    justify-content: flex-start;
    padding-top: 52px;
    padding-bottom: 132px;
  }

  .hero-slide h1,
  .hero-slide h2 {
    margin-bottom: 16px;
    font-size: clamp(33px, 9vw, 41px);
    line-height: 1.17;
  }

  .hero-slide .hero-text {
    font-size: 15px;
    line-height: 1.72;
  }

  .hero-slide .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .hero-slide .hero-actions .button {
    min-height: 43px;
    padding: 9px 15px;
    font-size: 13px;
  }

  .hero-slide .hero-trust-row {
    gap: 7px;
    margin-top: 16px;
  }

  .hero-slide .hero-trust-row span {
    padding: 5px 8px;
    font-size: 11px;
  }

  .hero-carousel-arrow {
    display: none;
  }

  .hero-carousel-controls {
    bottom: 24px;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-slide .hero-photo {
    transition: none;
  }

  .hero-carousel-nav button.is-active i {
    animation: none;
    transform: scaleX(1);
  }
}

/* 黄鑫首页主视觉 V4：四页分别介绍公司主体、资质备案、团队规模与主营业务。 */
.home-hero.hero-carousel {
  --hero-paper: #f5f1e9;
  --hero-ink: #10263e;
  --hero-red: #a92235;
  --hero-gold: #b88d3e;
  min-height: 640px;
  height: clamp(640px, 56.25vw, 790px);
  overflow: hidden;
  background: var(--hero-ink);
}

.home-hero .hero-carousel-track {
  bottom: 0;
  overflow: hidden;
}

.home-hero .hero-slide {
  display: block;
  overflow: hidden;
  background: #0a1e32;
}

.home-hero .hero-picture {
  position: absolute;
  inset: 0;
  display: block;
}

.home-hero .hero-slide .hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transform: scale(1.018);
  transition: transform 7.2s cubic-bezier(.2,.72,.25,1);
}

.home-hero .hero-slide.is-active .hero-photo {
  transform: scale(1);
}

.home-hero .hero-slide::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: none;
  pointer-events: none;
}

.home-hero .hero-slide--brand .hero-photo {
  object-position: center 48%;
}

.home-hero .hero-slide--qualification .hero-photo {
  object-position: center 48%;
}

.home-hero .hero-slide--team .hero-photo {
  object-position: center;
}

.home-hero .hero-slide--services .hero-photo {
  object-position: center 54%;
}

.home-hero .hero-content {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: min(34vw, 520px);
  min-height: auto;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  color: #fff;
  transform: translateY(-50%);
}

.home-hero .hero-content--left {
  left: clamp(40px, 6vw, 112px);
}

.home-hero .hero-content--right {
  right: clamp(40px, 6vw, 112px);
}

.home-hero .hero-content--navy {
  color: #fff;
  background: rgba(8,31,52,.93);
  border-left: 3px solid var(--hero-red);
  box-shadow: 0 24px 64px rgba(4,18,31,.25);
  backdrop-filter: blur(8px);
}

.home-hero .hero-content--plain {
  color: #fff;
  padding-left: 0;
  background: transparent;
}

.home-hero .hero-content--paper {
  color: var(--hero-ink);
  background: rgba(248,245,238,.94);
  border-top: 3px solid var(--hero-red);
  box-shadow: 0 24px 64px rgba(44,29,20,.14);
  backdrop-filter: blur(8px);
}

.home-hero .hero-kicker {
  margin: 0 0 14px;
  color: var(--hero-gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .08em;
}

.home-hero .hero-content--paper .hero-kicker {
  color: var(--hero-red);
}

.home-hero .hero-slide h1,
.home-hero .hero-slide h2 {
  max-width: 100%;
  margin: 0 0 17px;
  color: inherit;
  font-family: var(--font-serif);
  font-size: clamp(42px, 3.3vw, 58px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.025em;
  text-shadow: 0 4px 24px rgba(4,18,31,.16);
}

.home-hero .hero-nowrap {
  white-space: nowrap;
}

.home-hero .hero-slide .hero-text {
  max-width: 100%;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.7;
}

.home-hero .hero-content--paper .hero-text {
  color: #4e5a66;
}

.home-hero .hero-brief {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.home-hero .hero-brief span {
  min-width: 0;
  padding: 13px 11px 14px 0;
}

.home-hero .hero-brief span + span {
  padding-left: 14px;
  border-left: 1px solid rgba(255,255,255,.16);
}

.home-hero .hero-brief small,
.home-hero .hero-brief strong {
  display: block;
}

.home-hero .hero-brief small {
  margin-bottom: 4px;
  color: rgba(255,255,255,.52);
  font-size: 10px;
  letter-spacing: .06em;
}

.home-hero .hero-brief strong {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.home-hero .hero-facts {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(0,.8fr);
  gap: 1px;
  margin-top: 22px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.16);
}

.home-hero .hero-facts span {
  min-width: 0;
  padding: 13px 14px 14px;
  background: rgba(8,31,52,.82);
}

.home-hero .hero-facts small,
.home-hero .hero-facts strong {
  display: block;
}

.home-hero .hero-facts small {
  margin-bottom: 5px;
  color: rgba(255,255,255,.54);
  font-size: 10px;
  letter-spacing: .06em;
}

.home-hero .hero-facts strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.home-hero .hero-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 700;
}

.home-hero .hero-steps i {
  width: 24px;
  height: 1px;
  background: rgba(255,255,255,.35);
}

.home-hero .hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.home-hero .hero-tags span {
  padding: 6px 10px;
  color: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.25);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.home-hero .hero-content--paper .hero-tags span {
  color: #344556;
  border-color: rgba(16,38,62,.2);
  background: rgba(255,255,255,.42);
}

.home-hero .hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}

.home-hero .hero-actions .button {
  min-height: 43px;
  padding: 10px 18px;
  border-radius: 2px;
  box-shadow: none;
  font-size: 13px;
}

.home-hero .hero-actions .button.primary {
  color: #fff;
  background: var(--hero-red);
  border-color: var(--hero-red);
}

.home-hero .hero-actions .button.primary:hover {
  background: #8e1727;
  border-color: #8e1727;
}

.home-hero .hero-text-link {
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.home-hero .hero-text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform .2s ease;
}

.home-hero .hero-text-link:hover span {
  transform: translateX(4px);
}

.home-hero .hero-content--paper .hero-text-link {
  color: var(--hero-red);
}

.home-hero .hero-content > * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .42s ease, transform .55s cubic-bezier(.2,.72,.25,1);
}

.home-hero .hero-slide.is-active .hero-content > * {
  opacity: 1;
  transform: translateY(0);
}

.home-hero .hero-slide.is-active .hero-content > :nth-child(2) { transition-delay: .06s; }
.home-hero .hero-slide.is-active .hero-content > :nth-child(3) { transition-delay: .11s; }
.home-hero .hero-slide.is-active .hero-content > :nth-child(4) { transition-delay: .16s; }
.home-hero .hero-slide.is-active .hero-content > :nth-child(5) { transition-delay: .21s; }

.home-hero .hero-file-tabs {
  position: absolute;
  z-index: 8;
  right: auto;
  bottom: 25px;
  left: 50%;
  width: auto;
  height: 4px;
  display: flex;
  gap: 8px;
  padding: 0;
  transform: translateX(-50%);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-hero .hero-file-tabs button {
  position: relative;
  width: 36px;
  min-width: 36px;
  height: 4px;
  padding: 0;
  display: block;
  overflow: hidden;
  background: rgba(255,255,255,.4);
  border: 0;
  cursor: pointer;
  transition: background .22s ease;
}

.home-hero .hero-file-tabs button:last-of-type {
  border-right: 0;
}

.home-hero .hero-file-tabs button::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: #d5b76f;
  transform: scaleX(0);
  transform-origin: left;
}

.home-hero .hero-file-tabs button.is-active {
  background: rgba(255,255,255,.28);
}

.home-hero .hero-file-tabs button.is-active::before {
  animation: hero-carousel-progress 6.6s linear forwards;
}

.home-hero.is-paused .hero-file-tabs button.is-active::before {
  animation-play-state: paused;
}

.home-hero .hero-file-tabs small {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--hero-red);
  font: 700 12px/1 Arial, sans-serif;
  letter-spacing: .06em;
}

.home-hero .hero-file-tabs span {
  overflow: hidden;
  color: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-hero .hero-file-tabs em {
  overflow: hidden;
  color: #8a9198;
  font-size: 11px;
  font-style: normal;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-hero .hero-current {
  display: none;
}

.home-hero + .proof-strip {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .home-hero .hero-content {
    width: min(38vw, 480px);
  }

  .home-hero .hero-content--left {
    left: 34px;
  }

  .home-hero .hero-content--right {
    right: 34px;
  }

  .home-hero .hero-slide h1,
  .home-hero .hero-slide h2 {
    font-size: clamp(36px, 4.6vw, 46px);
  }

}

@media (max-width: 760px) {
  .home-hero.hero-carousel {
    min-height: 680px;
    height: 680px;
  }

  .home-hero .hero-carousel-track {
    bottom: 0;
  }

  .home-hero .hero-file-tabs {
    bottom: 31px;
  }

  .home-hero .hero-slide .hero-photo {
    object-position: center;
  }

  .home-hero .hero-content,
  .home-hero .hero-content--left,
  .home-hero .hero-content--right {
    top: auto;
    right: 28px;
    bottom: 88px;
    left: 28px;
    width: auto;
    padding: 0;
    transform: none;
  }

  .home-hero .hero-content--plain,
  .home-hero .hero-content--navy {
    background: rgba(8,31,52,.92);
    border-top: 3px solid var(--hero-red);
    border-left: 0;
    backdrop-filter: blur(8px);
  }

  .home-hero .hero-content--paper {
    background: rgba(248,245,238,.94);
  }

  .home-hero .hero-kicker {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .home-hero .hero-slide h1,
  .home-hero .hero-slide h2 {
    margin-bottom: 11px;
    font-size: clamp(29px, 8.1vw, 34px);
    line-height: 1.18;
  }

  .home-hero .hero-slide .hero-text {
    font-size: 14px;
    line-height: 1.64;
  }

  .home-hero .hero-actions {
    display: none;
  }

  .home-hero .hero-brief {
    margin-top: 15px;
  }

  .home-hero .hero-facts {
    margin-top: 15px;
    grid-template-columns: minmax(0,1.4fr) minmax(0,.8fr);
  }

  .home-hero .hero-facts span {
    padding: 9px 10px 10px;
  }

  .home-hero .hero-facts small {
    font-size: 9px;
  }

  .home-hero .hero-facts strong {
    font-size: 11px;
  }

  .home-hero .hero-brief span {
    padding: 9px 7px 10px 0;
  }

  .home-hero .hero-brief span + span {
    padding-left: 9px;
  }

  .home-hero .hero-brief small {
    font-size: 9px;
  }

  .home-hero .hero-brief strong {
    font-size: 11px;
  }

  .home-hero .hero-steps,
  .home-hero .hero-tags {
    margin-top: 15px;
  }

  .home-hero .hero-steps {
    gap: 6px;
    font-size: 11px;
  }

  .home-hero .hero-steps i {
    width: 12px;
  }

  .home-hero .hero-tags {
    gap: 6px;
  }

  .home-hero .hero-tags span {
    padding: 5px 7px;
    font-size: 10px;
  }

  .home-hero .hero-actions {
    gap: 14px;
    margin-top: 17px;
  }

  .home-hero .hero-actions .button {
    min-height: 39px;
    padding: 8px 13px;
    font-size: 12px;
  }

  .home-hero .hero-text-link {
    font-size: 12px;
  }

  .home-hero .hero-file-tabs {
    height: 4px;
    padding: 0;
  }

  .home-hero .hero-file-tabs button {
    width: 28px;
    min-width: 28px;
    height: 4px;
    padding: 0;
    display: block;
  }

  .home-hero .hero-file-tabs small {
    grid-row: auto;
    font-size: 10px;
  }

  .home-hero .hero-file-tabs span {
    font-size: 11px;
  }

  .home-hero .hero-file-tabs em {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero .hero-slide .hero-photo,
  .home-hero .hero-content > * {
    transition: none;
  }

  .home-hero .hero-content > * {
    opacity: 1;
    transform: none;
  }

  .home-hero .hero-file-tabs button.is-active::before {
    animation: none;
    transform: scaleX(1);
  }
}

/* 2026-08-26 V8：以四张黄鑫传播图为视觉母版的整站酒红商务系统。 */
:root {
  --brand-navy: #25191a;
  --brand-navy-2: #3a2022;
  --brand-burgundy: #8f1426;
  --brand-burgundy-deep: #5e0815;
  --brand-red-soft: #b73442;
  --brand-gold: #d5a72f;
  --brand-gold-soft: #f0d886;
  --surface-white: #fffdf9;
  --surface-warm: #f7f0e7;
  --surface-cool: #f1ebe4;
  --surface-blue: #ede5dc;
  --text-main: #261d1e;
  --text-secondary: #685d5e;
  --border-soft: rgba(94, 8, 21, 0.14);
  --card-shadow: 0 18px 46px rgba(52, 16, 20, 0.09);
  --red: #9b1527;
  --red-deep: #650a18;
  --blue: #8f1426;
  --blue-deep: #2b1719;
  --gold: #d5a72f;
  --ink: #261d1e;
  --paper: #f7f0e7;
  --line: rgba(94, 8, 21, 0.15);
}

body {
  color: var(--text-main);
  background:
    radial-gradient(circle at 88% 5%, rgba(213, 167, 47, 0.08), transparent 23rem),
    var(--surface-warm);
}

::selection {
  color: #fff;
  background: var(--brand-burgundy);
}

h1,
h2,
h3 {
  color: var(--brand-burgundy-deep);
}

.site-header {
  min-height: 72px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(255, 253, 249, 0.96);
  border-top: 3px solid var(--brand-burgundy);
  border-bottom: 1px solid rgba(94, 8, 21, 0.14);
  box-shadow: 0 10px 30px rgba(48, 13, 18, 0.07);
}

.site-header.is-scrolled {
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 14px 34px rgba(48, 13, 18, 0.11);
}

.brand img {
  width: 172px;
  height: 48px;
}

.main-nav a {
  color: #3d3031;
  border-bottom: 0;
}

.main-nav a::after {
  height: 2px;
  background: linear-gradient(90deg, var(--brand-burgundy), var(--brand-gold));
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--brand-burgundy);
  border-bottom-color: transparent;
}

.main-nav .nav-cta,
.main-nav .nav-cta.active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-burgundy), var(--brand-burgundy-deep));
  border: 1px solid var(--brand-burgundy-deep);
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(94, 8, 21, 0.2);
}

.main-nav .nav-cta:hover {
  color: var(--brand-gold-soft);
  background: var(--brand-burgundy-deep);
  transform: translateY(-1px);
}

.nav-toggle {
  border-color: rgba(94, 8, 21, 0.24);
  border-radius: 4px;
}

.nav-toggle span {
  background: var(--brand-burgundy);
}

/* 四张传播图直接构成首屏，不再叠加第二层网页文字。 */
.home-hero.hero-carousel {
  width: 100%;
  min-height: 0;
  height: clamp(520px, 56.25vw, 820px);
  isolation: isolate;
  background: #16070a;
  border-bottom: 1px solid rgba(213, 167, 47, 0.55);
  box-shadow: 0 24px 60px rgba(48, 8, 14, 0.18);
}

.home-hero .hero-carousel-track,
.home-hero .hero-slide,
.home-hero .hero-picture {
  inset: 0;
}

.home-hero .hero-slide {
  background-color: #16070a;
}

.home-hero .hero-slide::before {
  position: absolute;
  inset: -34px;
  z-index: 0;
  content: "";
  background-position: center;
  background-size: cover;
  filter: blur(24px) brightness(0.48) saturate(0.92);
  transform: scale(1.05);
}

.home-hero .hero-slide--brand::before {
  background-image: url("./assets/hero-company-hd-v9.webp");
}

.home-hero .hero-slide--team::before {
  background-image: url("./assets/hero-team-hd-v9.webp");
}

.home-hero .hero-slide--services::before {
  background-image: url("./assets/hero-services-hd-v9.webp");
}

.home-hero .hero-slide--qualification::before {
  background-image: url("./assets/hero-qualification-hd-v9.webp");
}

.home-hero .hero-picture {
  z-index: 1;
}

.home-hero .hero-slide .hero-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: none;
  image-rendering: auto;
  transform: none;
  animation: none !important;
  transition: opacity .45s ease;
}

.home-hero .hero-slide.is-active .hero-photo {
  transform: none;
}

.home-hero .hero-content {
  display: none !important;
}

.home-hero .hero-file-tabs {
  bottom: 22px;
  height: 6px;
  gap: 10px;
  padding: 0;
}

.home-hero .hero-file-tabs button {
  width: 54px;
  min-width: 54px;
  height: 6px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(18, 3, 7, 0.28);
}

.home-hero .hero-file-tabs button::before {
  height: 4px;
  margin: 0;
  background: linear-gradient(90deg, var(--brand-gold-soft), var(--brand-gold));
  border-radius: 999px;
}

.home-hero .hero-file-tabs button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 5px;
}

.home-hero + .proof-strip {
  position: relative;
  z-index: 3;
  margin-top: -22px;
}

.proof-strip {
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(47, 17, 20, 0.99), rgba(92, 8, 21, 0.97) 65%, rgba(126, 19, 34, 0.96));
  border: 1px solid rgba(213, 167, 47, 0.58);
  border-radius: 6px;
  box-shadow: 0 20px 50px rgba(55, 8, 15, 0.18);
}

.proof-strip div {
  background: transparent;
  border-right-color: rgba(240, 216, 134, 0.22);
}

.proof-strip div::before {
  background: var(--brand-gold);
}

.proof-strip strong {
  color: var(--brand-gold-soft);
}

.proof-strip span {
  color: rgba(255, 255, 255, 0.78);
}

.button {
  border-radius: 4px;
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-burgundy), var(--brand-burgundy-deep));
  border-color: var(--brand-burgundy-deep);
  box-shadow: 0 10px 24px rgba(94, 8, 21, 0.2);
}

.button.primary:hover {
  color: var(--brand-gold-soft);
  background: var(--brand-burgundy-deep);
}

.eyebrow {
  color: #af8120;
  letter-spacing: .11em;
}

.section-title {
  padding-left: 20px;
}

.section-title::before {
  width: 4px;
  background: linear-gradient(180deg, var(--brand-burgundy), var(--brand-gold));
}

.section-title h2,
.advantage-copy h2,
.advisor-copy h2,
.service-path-section .section-title h2,
.path-result strong {
  color: var(--brand-burgundy-deep);
}

.advantage-section,
.service-path-section,
.company-intro-section,
.cert-section,
.topic-section {
  background: var(--surface-white);
}

.business-services-section,
.client-experience-section,
.team-section,
.answer-section {
  background: var(--surface-warm);
}

.news-preview {
  background:
    linear-gradient(180deg, rgba(94, 8, 21, 0.04), transparent 16rem),
    #eee5da;
}

.advantage-showcase {
  overflow: hidden;
  border: 1px solid rgba(94, 8, 21, 0.15);
  border-radius: 6px;
  box-shadow: var(--card-shadow);
}

.advantage-copy {
  background:
    linear-gradient(135deg, rgba(213, 167, 47, 0.08), transparent 17rem),
    var(--surface-warm);
}

.advantage-points article {
  border-bottom-color: rgba(94, 8, 21, 0.13);
}

.advantage-points span,
.advantage-text-link,
.business-item .business-index,
.business-item h3,
.business-item .business-link {
  color: var(--brand-burgundy);
}

.advantage-service-card {
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(42, 12, 16, 0.12);
}

.advantage-service-card::after {
  background: linear-gradient(0deg, rgba(22, 6, 8, .94), rgba(70, 8, 18, .18) 72%);
}

.advantage-service-card b {
  color: var(--brand-gold-soft);
}

.advantage-bottom,
.path-result,
.business-guide,
.client-experience-closing {
  border-color: rgba(213, 167, 47, 0.48);
  border-radius: 5px;
  background: #fff8e9;
}

.enterprise-advisor {
  border: 1px solid rgba(94, 8, 21, 0.15);
  border-top: 4px solid var(--brand-burgundy);
  border-radius: 6px;
  background: var(--surface-white);
  box-shadow: var(--card-shadow);
}

.advisor-matrix div,
.business-item,
.service-path article,
.topic-card,
.answer-grid article,
.news-grid a,
.case-grid article,
.cert-grid figure,
.service-intro,
.content-text,
.side-panel,
.article-detail,
.article-side {
  border-color: rgba(94, 8, 21, 0.14) !important;
  border-radius: 6px;
  background: var(--surface-white);
  box-shadow: 0 10px 28px rgba(48, 13, 18, 0.06);
}

.advisor-matrix div {
  background: #f6eee6;
}

.advisor-matrix div:hover,
.business-item:hover,
.topic-card:hover,
.news-grid a:hover {
  border-color: rgba(143, 20, 38, 0.42) !important;
  background: #fff9ef;
  box-shadow: 0 15px 34px rgba(71, 12, 20, 0.1);
  transform: translateY(-3px);
}

.advisor-matrix strong,
.service-path article > span,
.topic-card > span {
  color: #fff;
  background: var(--brand-burgundy);
}

.advisor-matrix span,
.service-path h3,
.topic-card h3,
.answer-grid h3,
.news-grid h3,
.case-grid h3,
.service-intro h2,
.content-text h2,
.article-detail h2,
.article-detail h3 {
  color: var(--brand-burgundy-deep);
}

.pricing-band {
  border: 1px solid rgba(213, 167, 47, 0.42);
  border-radius: 6px;
  background:
    linear-gradient(105deg, rgba(36, 10, 14, 0.98), rgba(93, 8, 21, 0.95) 70%, rgba(119, 18, 31, 0.9)),
    url("./assets/company-office-panorama-wide.jpg") center/cover;
  box-shadow: 0 22px 55px rgba(55, 8, 15, 0.2);
}

.pricing-copy h2,
.pricing-copy p,
.pricing-cards span {
  color: #fff;
}

.pricing-cards > div {
  border-color: rgba(240, 216, 134, 0.32);
  background: rgba(255, 253, 249, 0.96);
}

.pricing-cards b,
.pricing-cards small {
  color: var(--brand-burgundy);
}

.business-item {
  border-left: 3px solid rgba(143, 20, 38, 0.78) !important;
}

.service-path article {
  background: #f7f0e7;
}

.client-team-photo,
.client-groups,
.company-profile-grid,
.cert-showcase {
  border-color: rgba(94, 8, 21, 0.14);
}

.authority-block {
  border-top: 1px solid rgba(213, 167, 47, 0.45);
  border-bottom: 1px solid rgba(213, 167, 47, 0.32);
  background:
    radial-gradient(circle at 85% 15%, rgba(213, 167, 47, .18), transparent 20rem),
    linear-gradient(115deg, #241416, #5e0815 68%, #771221);
}

.authority-block h2,
.authority-block p,
.authority-block li {
  color: #fff;
}

.authority-block li::marker {
  color: var(--brand-gold);
}

.page-hero .hero-overlay,
.article-hero::after {
  background:
    linear-gradient(90deg, rgba(31, 9, 12, .94), rgba(94, 8, 21, .7) 58%, rgba(24, 10, 12, .4)),
    linear-gradient(0deg, rgba(18, 6, 8, .45), transparent 52%);
}

.page-hero .eyebrow,
.article-hero .eyebrow {
  color: var(--brand-gold-soft);
}

.service-intro,
.content-text,
.side-panel,
.article-detail,
.article-side {
  border-top: 3px solid rgba(143, 20, 38, .82);
}

.check-list li {
  color: var(--brand-burgundy-deep);
  border-left-color: var(--brand-gold);
  background: #fff7e7;
}

.contact-band {
  color: var(--text-main);
  background:
    linear-gradient(115deg, rgba(213, 167, 47, .1), transparent 22rem),
    var(--surface-warm);
  border-top: 1px solid rgba(94, 8, 21, .12);
}

.site-footer {
  color: rgba(255, 255, 255, .8);
  background:
    linear-gradient(100deg, #1f1416, #4a0a14 70%, #62101c);
  border-top: 3px solid var(--brand-gold);
}

.site-footer strong,
.site-footer a {
  color: var(--brand-gold-soft);
}

.site-footer p {
  color: rgba(255, 255, 255, .7);
}

@media (max-width: 760px) {
  .site-header {
    min-height: 64px;
  }

  .brand img {
    width: 148px;
    height: 42px;
  }

  .main-nav {
    background: rgba(255, 253, 249, .99);
    border-bottom: 3px solid var(--brand-burgundy);
    box-shadow: 0 18px 36px rgba(48, 13, 18, .14);
  }

  .home-hero.hero-carousel {
    min-height: 0;
    height: 56.28vw;
    max-height: none;
  }

  .home-hero .hero-carousel-track,
  .home-hero .hero-slide,
  .home-hero .hero-picture {
    min-height: 0 !important;
    height: 100% !important;
  }

  .home-hero .hero-slide .hero-photo,
  .home-hero .hero-slide.is-active .hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none !important;
  }

  .home-hero .hero-file-tabs {
    bottom: 11px;
    gap: 7px;
  }

  .home-hero .hero-file-tabs button {
    width: 32px;
    min-width: 32px;
    height: 5px;
  }

  .home-hero + .proof-strip {
    margin-top: 0;
  }

  .proof-strip {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .proof-strip div {
    min-height: 82px;
    padding: 15px 18px;
    border-right: 1px solid rgba(240, 216, 134, .2);
    border-bottom: 1px solid rgba(240, 216, 134, .2);
    background: transparent;
  }

  .proof-strip div:nth-child(2n) {
    border-right: 0;
  }

  .proof-strip div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .proof-strip strong {
    font-size: 25px;
  }

  .proof-strip span {
    font-size: 12px;
  }

  .enterprise-advisor,
  .pricing-band {
    border-radius: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero .hero-slide .hero-photo,
  .advisor-matrix div,
  .business-item,
  .topic-card,
  .news-grid a {
    transition: none;
    transform: none;
  }
}

/* 2026-08-27 首页密度校准：压缩过大的字号、图片与区块留白。 */
body.home-compact {
  --home-layout-width: 1180px;
  --home-section-space: 48px;
  font-size: 15.5px;
  line-height: 1.72;
}

/* 首屏传播图已经带有品牌标识。顶部只保留导航，滚动后再显示站点 Logo。 */
body.home-compact .site-header {
  min-height: 60px;
  padding-top: 6px;
  padding-bottom: 6px;
}

body.home-compact .site-header .brand {
  width: 164px;
  opacity: 1;
  overflow: hidden;
  transition: width .26s ease, opacity .2s ease, transform .26s ease;
}

body.home-compact .site-header:not(.is-scrolled) .brand {
  width: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
}

body.home-compact .site-header:not(.is-scrolled) {
  justify-content: flex-end;
}

body.home-compact .site-header.is-scrolled {
  min-height: 60px;
}

body.home-compact .brand img {
  width: 154px;
  height: 42px;
}

body.home-compact .main-nav {
  gap: 13px;
  font-size: 13.5px;
}

body.home-compact .main-nav .nav-cta {
  padding: 8px 15px;
}

body.home-compact .home-hero.hero-carousel {
  height: clamp(430px, 50vw, 680px);
  max-height: 680px;
}

body.home-compact .home-hero .hero-file-tabs {
  bottom: 17px;
}

body.home-compact .home-hero + .proof-strip {
  margin-top: -18px;
}

body.home-compact .proof-strip {
  width: min(var(--home-layout-width), calc(100% - 40px));
}

body.home-compact .proof-strip div {
  min-height: 92px;
  padding: 16px 20px;
}

body.home-compact .proof-strip div::before {
  left: 20px;
  width: 28px;
}

body.home-compact .proof-strip strong {
  font-size: clamp(26px, 2.4vw, 34px);
}

body.home-compact .proof-strip span {
  font-size: 13px;
}

body.home-compact .section,
body.home-compact .advantage-section,
body.home-compact .service-path-section,
body.home-compact .client-experience-section,
body.home-compact .company-intro-section,
body.home-compact .team-section,
body.home-compact .cert-section,
body.home-compact .news-preview,
body.home-compact .topic-section,
body.home-compact .answer-section {
  padding-top: var(--home-section-space);
  padding-bottom: var(--home-section-space);
}

body.home-compact .section-title,
body.home-compact .client-experience-heading {
  margin-bottom: 22px;
}

body.home-compact .section-title h2,
body.home-compact .client-experience-heading h2 {
  max-width: 820px;
  margin-bottom: 8px;
  font-size: clamp(27px, 2.35vw, 34px);
  line-height: 1.3;
}

body.home-compact .section-title > p:last-child,
body.home-compact .client-experience-heading > p:last-child {
  max-width: 820px;
  font-size: 15px;
  line-height: 1.72;
}

body.home-compact .eyebrow {
  margin-bottom: 6px;
  font-size: 11px;
}

body.home-compact .advantage-showcase {
  grid-template-columns: minmax(350px, .86fr) minmax(0, 1.14fr);
  min-height: 400px;
}

body.home-compact .advantage-feature-image,
body.home-compact .advantage-feature-image img {
  min-height: 400px;
}

body.home-compact .advantage-copy {
  padding: 30px 36px;
}

body.home-compact .advantage-copy h2,
body.home-compact .advisor-copy h2,
body.home-compact .pricing-copy h2 {
  font-size: clamp(26px, 2.35vw, 34px);
  line-height: 1.3;
}

body.home-compact .advantage-intro,
body.home-compact .advisor-copy p {
  font-size: 15px;
  line-height: 1.72;
}

body.home-compact .advantage-points {
  margin-top: 13px;
}

body.home-compact .advantage-points article {
  grid-template-columns: 108px minmax(0, 1fr);
  padding: 10px 0;
}

body.home-compact .advantage-points span,
body.home-compact .advantage-points strong {
  font-size: 13px;
  line-height: 1.55;
}

body.home-compact .advantage-service-gallery {
  gap: 12px;
  margin-top: 12px;
}

body.home-compact .advantage-service-card,
body.home-compact .advantage-service-card img {
  min-height: 188px;
  height: 188px;
}

body.home-compact .advantage-service-card > span {
  padding: 17px 18px;
}

body.home-compact .advantage-service-card strong {
  font-size: 20px;
}

body.home-compact .advantage-bottom {
  margin-top: 12px;
  padding: 13px 18px;
}

body.home-compact .enterprise-advisor,
body.home-compact .pricing-band {
  width: min(var(--home-layout-width), calc(100% - 40px));
  margin-bottom: var(--home-section-space);
}

body.home-compact .enterprise-advisor {
  gap: 34px;
  align-items: start;
  padding: 34px 38px;
}

body.home-compact .advisor-matrix {
  gap: 10px;
}

body.home-compact .advisor-matrix div {
  position: relative;
  min-height: 128px;
  padding: 18px 18px 17px 68px;
  border-top: 0;
  background: linear-gradient(135deg, #fffdf9, #f6eee6 88%);
}

body.home-compact .advisor-matrix strong {
  position: absolute;
  left: 18px;
  top: 19px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--brand-gold-soft);
  background: var(--brand-burgundy-deep);
  border-radius: 50%;
  font-size: 12px;
  letter-spacing: .04em;
}

body.home-compact .advisor-matrix span {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.35;
}

body.home-compact .advisor-matrix p {
  font-size: 13px;
  line-height: 1.65;
}

body.home-compact .advisor-copy {
  max-width: 470px;
  justify-self: start;
  padding-top: 4px;
}

body.home-compact .advisor-copy .eyebrow {
  margin-bottom: 14px;
  color: #a4771f;
  font-size: 12px;
  letter-spacing: .16em;
}

body.home-compact .advisor-copy h2 {
  max-width: 440px;
  margin-bottom: 20px;
  font-size: clamp(29px, 2.3vw, 36px);
  line-height: 1.35;
}

body.home-compact .advisor-copy p {
  max-width: 460px;
  margin-bottom: 13px;
  color: #625a57;
  font-size: 15px;
  line-height: 1.85;
}

body.home-compact .pricing-band {
  padding: 28px 30px;
}

body.home-compact .pricing-cards > div {
  min-height: 144px;
  padding: 16px 18px;
}

body.home-compact .pricing-cards span {
  color: var(--brand-burgundy-deep);
}

body.home-compact .pricing-cards strong {
  color: var(--brand-burgundy);
}

body.home-compact .pricing-cards b {
  font-size: clamp(28px, 3vw, 40px);
}

body.home-compact .pricing-cards p {
  font-size: 13px;
  line-height: 1.55;
}

body.home-compact .business-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.home-compact .business-item {
  min-height: 150px;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  padding: 18px 18px 16px;
}

body.home-compact .business-item .business-link {
  grid-column: 2;
  margin-top: 5px;
}

body.home-compact .business-item h3 {
  margin-bottom: 7px;
  font-size: 18px;
}

body.home-compact .business-item p {
  font-size: 13px;
  line-height: 1.55;
}

body.home-compact .business-guide {
  margin-top: 10px;
  padding: 13px 18px;
}

body.home-compact .service-path {
  gap: 10px;
}

body.home-compact .service-path article {
  min-height: 174px;
  padding: 18px;
}

body.home-compact .service-path span {
  width: 36px;
  height: 36px;
  font-size: 13px;
}

body.home-compact .service-path h3 {
  margin: 13px 0 6px;
  font-size: 19px;
}

body.home-compact .service-path p {
  font-size: 13px;
  line-height: 1.55;
}

body.home-compact .path-result {
  margin-top: 10px;
  padding: 14px 18px;
}

body.home-compact .client-experience-heading {
  gap: 28px;
}

body.home-compact .client-experience-heading .eyebrow {
  margin-bottom: -27px;
}

body.home-compact .client-team-photo,
body.home-compact .client-team-photo img {
  min-height: 290px;
  height: 290px;
}

body.home-compact .client-groups {
  gap: 22px;
  padding: 10px 26px 18px;
}

body.home-compact .client-groups article {
  padding: 16px 0 17px;
}

body.home-compact .client-groups article:first-child {
  padding-right: 22px;
}

body.home-compact .client-group-title h3 {
  font-size: 20px;
}

body.home-compact .client-groups article > p {
  margin: 10px 0 13px;
  font-size: 13.5px;
  line-height: 1.65;
}

body.home-compact .client-name-grid > span {
  min-height: 31px;
  padding: 6px 9px;
  font-size: 12px;
}

body.home-compact .client-experience-closing {
  margin-top: 11px;
  padding: 13px 18px;
}

body.home-compact .company-profile-grid {
  gap: 22px;
  padding: 24px;
}

body.home-compact .company-copy-panel {
  padding: 14px;
}

body.home-compact .company-copy-panel h3 {
  margin: 12px 0 13px;
  font-size: clamp(25px, 2.25vw, 32px);
  line-height: 1.28;
}

body.home-compact .company-copy-panel p {
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.72;
}

body.home-compact .profile-facts {
  margin-top: 12px;
  gap: 8px;
}

body.home-compact .profile-facts div {
  padding: 13px;
}

body.home-compact .profile-facts strong {
  font-size: 28px;
}

body.home-compact .profile-facts span {
  margin-top: 6px;
  font-size: 12px;
}

body.home-compact .environment-mosaic {
  min-height: 480px;
  grid-auto-rows: minmax(125px, 1fr);
  gap: 9px;
}

body.home-compact .team-profile-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.home-compact .team-profile-grid article > img {
  width: 100%;
  height: 270px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
}

/* 文章详情：保留自然段阅读，不再把每篇文章拼成统一三格说明卡。 */
body.article-reading .article-hero {
  min-height: 350px;
}

body.article-reading .article-hero .hero-content {
  padding-top: 50px;
  padding-bottom: 54px;
}

body.article-reading .article-hero h1 {
  max-width: 920px;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.3;
}

body.article-reading .article-page {
  align-items: start;
  padding-top: 42px;
}

body.article-reading .article-detail {
  padding: 40px clamp(28px, 4vw, 54px);
}

body.article-reading .article-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(94, 8, 21, 0.12);
}

body.article-reading .article-byline span {
  color: var(--brand-burgundy-deep);
  font-weight: 800;
}

body.article-reading .article-byline time,
body.article-reading .article-byline em {
  color: var(--text-secondary);
  font-size: 13px;
  font-style: normal;
}

body.article-reading .article-detail > p:not(.article-deck),
body.article-reading .article-company-note p {
  margin: 0 0 20px;
  max-width: 780px;
  color: #3f454d;
  font-size: 17px;
  line-height: 1.95;
  text-align: left;
}

body.article-reading .article-detail h3 {
  max-width: 780px;
  margin: 34px 0 15px;
  font-size: clamp(23px, 2vw, 28px);
}

body.article-reading .article-lead-media {
  max-width: 780px;
  margin: 26px 0 34px;
}

body.article-reading .article-company-note {
  max-width: 780px;
  margin-top: 40px;
  padding: 30px 0 4px;
  border-top: 2px solid var(--brand-gold);
  background: transparent;
}

body.article-reading .article-company-note h3 {
  margin-top: 0;
  color: var(--brand-burgundy-deep);
}

body.article-reading .article-company-note p:last-of-type {
  margin-bottom: 0;
}

body.article-reading .article-brand-actions {
  align-items: center;
  margin-top: 24px;
}

body.article-reading .article-brand-actions .text-link {
  color: var(--brand-burgundy);
  font-weight: 700;
}

body.home-compact .team-profile-grid article {
  padding-bottom: 18px;
}

body.home-compact .team-profile-grid h3,
body.home-compact .team-profile-grid p,
body.home-compact .team-profile-grid strong,
body.home-compact .team-profile-grid span {
  margin-left: 18px;
  margin-right: 18px;
}

body.home-compact .team-profile-grid h3 {
  margin-top: 15px;
  margin-bottom: 7px;
  font-size: 20px;
}

body.home-compact .team-profile-grid p {
  font-size: 13px;
  line-height: 1.6;
}

body.home-compact .section-note {
  margin-top: 14px;
  padding: 12px 16px;
  font-size: 13px;
}

body.home-compact .cert-showcase {
  margin-bottom: 16px;
  gap: 16px;
}

body.home-compact .cert-showcase figure {
  padding: 13px;
}

body.home-compact .cert-showcase figure img {
  height: 290px;
}

body.home-compact .cert-showcase figcaption {
  padding-top: 10px;
  font-size: 16px;
}

body.home-compact .cert-showcase > div {
  padding: 24px;
}

body.home-compact .cert-showcase > div img {
  width: 90px;
  height: 90px;
  margin-bottom: 14px;
}

body.home-compact .cert-showcase > div h3 {
  font-size: 27px;
}

body.home-compact .cert-grid {
  gap: 12px;
}

body.home-compact .cert-grid figure {
  padding: 10px;
}

body.home-compact .cert-grid-featured img {
  height: 250px;
  padding: 10px;
}

body.home-compact .cert-grid-secondary img {
  height: 168px;
}

body.home-compact .cert-grid figcaption {
  padding-top: 9px;
  font-size: 13px;
}

body.home-compact .cert-subtitle {
  margin: 22px auto 14px;
  padding-top: 18px;
}

body.home-compact .cert-subtitle h3 {
  font-size: 24px;
}

body.home-compact .news-grid {
  gap: 12px;
}

body.home-compact .news-grid a {
  min-height: 0;
  padding: 18px;
}

body.home-compact .news-grid h3 {
  margin: 8px 0;
  font-size: 19px;
  line-height: 1.45;
}

body.home-compact .news-grid p {
  font-size: 13px;
  line-height: 1.6;
}

body.home-compact .topic-grid {
  gap: 12px;
}

body.home-compact .topic-card {
  min-height: 205px;
  padding: 18px;
}

body.home-compact .topic-card h3 {
  margin: 15px 0 8px;
  font-size: 20px;
}

body.home-compact .topic-card p {
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.6;
}

body.home-compact .answer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.home-compact .answer-grid article {
  min-height: 0;
  padding: 18px;
}

body.home-compact .answer-grid h3 {
  font-size: 19px;
}

body.home-compact .answer-grid p {
  font-size: 13px;
  line-height: 1.62;
}

body.home-compact .authority-block {
  padding-top: 44px;
  padding-bottom: 44px;
}

body.home-compact .authority-block h2 {
  font-size: 30px;
}

body.home-compact .authority-block p,
body.home-compact .authority-block li {
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1040px) {
  body.home-compact .advantage-showcase {
    grid-template-columns: 1fr;
  }

  body.home-compact .advantage-feature-image,
  body.home-compact .advantage-feature-image img {
    min-height: 310px;
    height: 310px;
  }

  body.home-compact .business-grid,
  body.home-compact .answer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-compact .company-profile-grid {
    grid-template-columns: 1fr;
  }

  body.home-compact .environment-mosaic {
    min-height: 440px;
  }
}

@media (min-width: 521px) and (max-width: 760px) {
  body.home-compact .advisor-matrix,
  body.home-compact .business-grid,
  body.home-compact .service-path,
  body.home-compact .answer-grid,
  body.home-compact .cert-grid-featured,
  body.home-compact .cert-grid-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-compact .team-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.home-compact {
    --home-section-space: 34px;
    font-size: 15px;
  }

  body.home-compact .site-header,
  body.home-compact .site-header.is-scrolled {
    min-height: 56px;
  }

  body.home-compact .site-header:not(.is-scrolled) .nav-toggle span {
    background: var(--brand-burgundy);
  }

  body.home-compact .site-header .brand {
    width: 148px;
  }

  body.home-compact .site-header:not(.is-scrolled) .brand {
    width: 0;
  }

  body.home-compact .brand img {
    width: 140px;
    height: 40px;
  }

  body.home-compact .home-hero.hero-carousel {
    height: clamp(220px, 56.25vw, 420px);
  }

  body.home-compact .home-hero + .proof-strip {
    margin-top: 0;
  }

  body.home-compact .proof-strip div {
    min-height: 74px;
    padding: 12px 14px;
  }

  body.home-compact .proof-strip strong {
    font-size: 23px;
  }

  body.home-compact .proof-strip span {
    font-size: 11px;
  }

  body.home-compact .section,
  body.home-compact .advantage-section,
  body.home-compact .service-path-section,
  body.home-compact .client-experience-section,
  body.home-compact .company-intro-section,
  body.home-compact .team-section,
  body.home-compact .cert-section,
  body.home-compact .news-preview,
  body.home-compact .topic-section,
  body.home-compact .answer-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.home-compact .section-title h2,
  body.home-compact .client-experience-heading h2,
  body.home-compact .advantage-copy h2,
  body.home-compact .advisor-copy h2,
  body.home-compact .pricing-copy h2 {
    font-size: 26px;
  }

  body.home-compact .advantage-feature-image,
  body.home-compact .advantage-feature-image img {
    min-height: 220px;
    height: 220px;
  }

  body.home-compact .advantage-copy,
  body.home-compact .enterprise-advisor,
  body.home-compact .pricing-band {
    padding: 22px 18px;
  }

  body.home-compact .advantage-service-card,
  body.home-compact .advantage-service-card img {
    min-height: 160px;
    height: 160px;
  }

  body.home-compact .business-item {
    min-height: 0;
  }

  body.home-compact .client-experience-heading {
    gap: 10px;
  }

  body.home-compact .client-experience-heading .eyebrow {
    margin-bottom: 0;
  }

  body.home-compact .client-team-photo,
  body.home-compact .client-team-photo img {
    min-height: 220px;
    height: 220px;
  }

  body.home-compact .client-groups {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 18px 14px;
  }

  body.home-compact .client-groups article:first-child {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--border-soft);
  }

  body.home-compact .company-profile-grid {
    padding: 16px;
  }

  body.home-compact .company-copy-panel {
    padding: 8px;
  }

  body.home-compact .environment-mosaic {
    min-height: 360px;
  }

  body.home-compact .team-profile-grid article > img {
    height: 230px;
  }

  body.home-compact .cert-showcase figure img {
    height: 230px;
  }

  body.home-compact .cert-grid-featured img,
  body.home-compact .cert-grid-secondary img {
    height: 160px;
  }

  body.home-compact .authority-block {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  body.article-reading .article-hero {
    min-height: 310px;
  }

  body.article-reading .article-detail {
    padding: 28px 20px;
  }

  body.article-reading .article-detail > p:not(.article-deck),
  body.article-reading .article-company-note p {
    font-size: 16px;
    line-height: 1.85;
  }
}

@media (max-width: 520px) {
  body.home-compact .business-grid,
  body.home-compact .service-path,
  body.home-compact .answer-grid,
  body.home-compact .team-profile-grid,
  body.home-compact .cert-grid-featured,
  body.home-compact .cert-grid-secondary {
    grid-template-columns: 1fr;
  }

  body.home-compact .environment-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 128px;
    min-height: 0;
  }

  body.home-compact .env-card-large,
  body.home-compact .env-card-wide {
    grid-column: auto;
    grid-row: auto;
  }
}

/* 信息中心：修正旧样式把文章栏压成 300px 的反向栅格。 */
body.news-center .page-hero {
  min-height: 330px;
}

body.news-center .page-hero .hero-content {
  padding-top: 54px;
  padding-bottom: 58px;
}

body.news-center .page-hero h1 {
  font-size: clamp(34px, 3.35vw, 46px);
}

body.news-center > main > .section {
  max-width: none;
  padding-top: 48px;
  padding-bottom: 56px;
}

body.news-center > main > .section > * {
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
}

body.news-center .section-title {
  margin-bottom: 24px;
}

body.news-center .section-title h2 {
  font-size: clamp(28px, 2.5vw, 36px);
}

body.news-center .compact-topics {
  gap: 10px;
  margin-bottom: 34px;
}

body.news-center .topic-card {
  min-height: 178px;
  padding: 18px;
}

body.news-center .topic-card h3 {
  margin: 14px 0 7px;
  font-size: 19px;
}

body.news-center .topic-card p {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.58;
}

body.news-center .news-layout {
  width: min(100%, 1200px);
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding-top: 0;
  padding-bottom: 0;
}

body.news-center .news-visual {
  top: 78px;
  border-radius: 6px;
}

body.news-center .news-visual img {
  height: 200px;
}

body.news-center .news-visual div {
  padding: 22px;
}

body.news-center .news-visual strong {
  font-size: 31px;
  line-height: 1.18;
}

body.news-center .news-visual span {
  margin-top: 7px;
  font-size: 17px;
}

body.news-center .news-visual p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.65;
}

body.news-center .news-page {
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.news-center .article-card {
  min-width: 0;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 18px;
}

body.news-center .article-card span {
  width: 38px;
  height: 38px;
  font-size: 14px;
}

body.news-center .article-card time,
body.news-center .article-card em {
  font-size: 12px;
}

body.news-center .article-card h2,
body.news-center .news-page h2 {
  margin: 5px 0 7px;
  font-size: 19px;
  line-height: 1.46;
  word-break: normal;
  overflow-wrap: break-word;
}

body.news-center .article-card p {
  font-size: 13px;
  line-height: 1.62;
}

body.news-center .article-card > strong {
  display: none;
}

/* 首页公司与团队：让主体内容紧跟标题出现，避免标题下方形成空壳。 */
body.home-compact .company-intro-section {
  padding-top: 42px;
  padding-bottom: 46px;
}

body.home-compact .company-intro-section .section-title {
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

body.home-compact .company-intro-section .section-title h2 {
  margin-top: 8px;
  margin-bottom: 9px;
}

body.home-compact .company-intro-section .section-title p {
  margin: 0;
  max-width: 980px;
  line-height: 1.7;
}

body.home-compact .company-profile-grid {
  margin-top: 0;
}

/* 团队照片以完整人物为优先，不再用固定高度裁掉肩部和服装。 */
body.home-compact .team-profile-grid article > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center top;
  background: #eef1f5;
}

@media (max-width: 1040px) {
  body.news-center .news-layout {
    grid-template-columns: 1fr;
  }

  body.news-center .news-visual {
    position: static;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
  }

  body.news-center .news-visual img {
    height: 100%;
    min-height: 190px;
  }
}

@media (max-width: 760px) {
  body.news-center .page-hero {
    min-height: 300px;
  }

  body.news-center > main > .section {
    padding: 36px 16px 42px;
  }

  body.news-center .compact-topics,
  body.news-center .news-page {
    grid-template-columns: 1fr;
  }

  body.news-center .news-visual {
    display: block;
  }

  body.news-center .news-visual img {
    width: 100%;
    height: 190px;
    min-height: 0;
  }

  body.news-center .article-card {
    padding: 16px;
  }
}

@media (max-width: 760px) {
  body.home-compact .company-intro-section {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  body.home-compact .company-intro-section .section-title {
    margin-bottom: 12px;
  }

  body.home-compact .team-profile-grid article > img {
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: contain;
  }
}

/* 2026-09-16 编辑版：把页面从宣传卡片改成更适合老板阅读的财务底稿式版面。 */
:root {
  --editorial-navy: #142b43;
  --editorial-red: #a52235;
  --editorial-ink: #1f2b36;
  --editorial-paper: #f5f6f7;
  --editorial-line: #d9dee4;
}

body {
  color: var(--editorial-ink);
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

h1,
h2,
.article-detail h3,
.service2-heading h2 {
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  letter-spacing: -.018em;
}

img {
  image-rendering: auto;
}

body.home-compact .section-title,
body.home-compact .client-experience-heading {
  max-width: 860px;
}

body.home-compact .section-title h2,
body.home-compact .client-experience-heading h2 {
  position: relative;
  padding-left: 18px;
}

body.home-compact .section-title h2::before,
body.home-compact .client-experience-heading h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .16em;
  bottom: .16em;
  width: 4px;
  background: var(--editorial-red);
}

body.home-compact .advantage-feature-image img,
body.home-compact .advantage-service-card img,
body.home-compact .environment-mosaic img,
.service2-hero-visual img,
.service2-split-visual img,
.article-lead-media img,
.article-side img {
  object-fit: cover;
  object-position: center;
}

body.home-compact .advantage-feature-image img {
  aspect-ratio: 16 / 10;
}

body.home-compact .advantage-bottom,
body.home-compact .client-experience-closing {
  justify-content: flex-end;
}

body.home-compact .cert-showcase {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

body.home-compact .cert-showcase > figure img {
  max-height: 520px;
  object-fit: contain;
  background: #eef1f4;
}

body.home-compact .answer-section {
  background: var(--editorial-paper);
}

body.home-compact .answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.home-compact .answer-grid details {
  align-self: start;
  border: 1px solid var(--editorial-line);
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
}

body.home-compact .answer-grid summary {
  position: relative;
  padding: 20px 50px 20px 22px;
  color: var(--editorial-navy);
  font-weight: 700;
  line-height: 1.55;
  cursor: pointer;
  list-style: none;
}

body.home-compact .answer-grid summary::-webkit-details-marker {
  display: none;
}

body.home-compact .answer-grid summary::after {
  content: "+";
  position: absolute;
  right: 21px;
  top: 17px;
  color: var(--editorial-red);
  font-size: 25px;
  font-weight: 400;
}

body.home-compact .answer-grid details[open] summary::after {
  content: "−";
}

body.home-compact .answer-grid details > div {
  padding: 0 22px 20px;
  border-top: 1px solid #edf0f3;
}

body.home-compact .answer-grid details p {
  margin: 15px 0 0;
  color: #43505d;
  font-size: 15px;
  line-height: 1.85;
}

.article-hero--editorial {
  min-height: 0;
  background:
    linear-gradient(90deg, rgba(165, 34, 53, .96) 0 7px, transparent 7px),
    linear-gradient(135deg, #102840, #1c3b57 62%, #244965);
}

.article-hero--editorial::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image: repeating-linear-gradient(0deg, transparent 0 35px, rgba(255,255,255,.18) 35px 36px);
}

.article-hero--editorial .hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-width: 980px;
  padding: 64px 24px 58px;
}

.article-hero--editorial .article-category {
  display: inline-block;
  margin: 0 0 16px;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
}

.article-hero--editorial h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.24;
}

.article-hero--editorial .article-hero-meta {
  margin-top: 20px;
  color: rgba(255,255,255,.72);
}

body.article-reading .article-page {
  grid-template-columns: minmax(0, 790px) 280px;
  gap: 46px;
  align-items: start;
}

body.article-reading .article-detail {
  font-size: 18px;
}

body.article-reading .article-deck {
  margin: 24px 0 30px;
  padding: 20px 22px;
  border-left: 4px solid var(--editorial-red);
  background: #f3f5f7;
  color: #2b3946;
  font-size: 19px;
  line-height: 1.8;
}

body.article-reading .article-detail > p:not(.article-deck):not(.article-bullet) {
  margin: 0 0 1.35em;
  color: #303b45;
  line-height: 2;
}

body.article-reading .article-detail h3 {
  margin: 2.2em 0 .9em;
  padding-left: 15px;
  border-left: 4px solid var(--editorial-red);
  color: var(--editorial-navy);
  font-size: 28px;
  line-height: 1.45;
}

body.article-reading .article-lead-media {
  margin: 34px 0 42px;
  border-radius: 4px;
  overflow: hidden;
}

body.article-reading .article-lead-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
}

body.article-reading .article-side {
  top: 90px;
  border-radius: 3px;
  background: #f1f3f5;
}

body.article-reading .article-side img {
  width: 100%;
  aspect-ratio: 16 / 10;
}

body.article-reading .article-side h2 {
  font-size: 23px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  body.home-compact .answer-grid,
  body.article-reading .article-page {
    grid-template-columns: 1fr;
  }

  body.article-reading .article-side {
    position: static;
  }
}

@media (max-width: 620px) {
  body.home-compact .answer-grid {
    grid-template-columns: 1fr;
  }

  .article-hero--editorial .hero-content {
    padding: 46px 18px 42px;
  }

  .article-hero--editorial h1 {
    font-size: 32px;
  }

  body.article-reading .article-detail {
    font-size: 17px;
  }

  body.article-reading .article-detail h3 {
    font-size: 24px;
  }
}

/* 2026-09-17 | 首页资质证书墙：统一横竖版证书的视觉尺度 */
body.home-compact .cert-section {
  padding-top: 64px;
  padding-bottom: 68px;
  background: #f7f5f0;
}

body.home-compact .cert-section .section-title,
body.home-compact .cert-showcase,
body.home-compact .cert-grid,
body.home-compact .cert-subtitle {
  max-width: 1180px;
}

body.home-compact .cert-showcase {
  display: block;
  margin: 0 auto 22px;
}

body.home-compact .cert-showcase figure {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .62fr);
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d9dde2;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 34, 48, .07);
}

body.home-compact .cert-showcase figure img,
body.home-compact .cert-showcase > figure img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 420px;
  padding: 24px;
  box-sizing: border-box;
  object-fit: contain;
  background: #f1f3f4;
}

body.home-compact .cert-showcase figcaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 13px;
  padding: 34px;
  border-left: 1px solid #e1e4e7;
  color: #182d43;
  text-align: left;
}

body.home-compact .cert-showcase figcaption > span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 2px;
  color: #8b1e2d;
  background: #f7ecee;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

body.home-compact .cert-showcase figcaption > strong {
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.35;
}

body.home-compact .cert-showcase figcaption > small {
  color: #526170;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

body.home-compact .cert-grid {
  gap: 16px;
}

body.home-compact .cert-grid-featured,
body.home-compact .cert-grid-secondary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home-compact .cert-grid figure {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d9dde2;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
}

body.home-compact .cert-grid figure:hover {
  transform: none;
  border-color: #b8c0c8;
  box-shadow: 0 12px 28px rgba(20, 34, 48, .08);
}

body.home-compact .cert-grid-featured img,
body.home-compact .cert-grid-secondary img,
body.home-compact .cert-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  padding: 16px;
  box-sizing: border-box;
  object-fit: contain;
  background: #f1f3f4;
}

body.home-compact .cert-grid figcaption {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 72px;
  padding: 13px 16px 14px;
  border-top: 1px solid #e1e4e7;
  color: #354353;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
}

body.home-compact .cert-grid figcaption span {
  margin: 0 0 3px;
  color: #8b1e2d;
  font-size: 12px;
  letter-spacing: .04em;
}

body.home-compact .cert-subtitle {
  align-items: center;
  margin: 36px auto 18px;
  padding-top: 24px;
  border-top: 1px solid #d9dde2;
}

body.home-compact .cert-subtitle h3 {
  margin: 0;
  color: #182d43;
  font-size: 22px;
}

@media (min-width: 1040px) {
  body.home-compact .cert-grid-secondary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.home-compact .cert-section {
    padding-top: 42px;
    padding-bottom: 46px;
  }

  body.home-compact .cert-showcase figure {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.home-compact .cert-showcase figure img,
  body.home-compact .cert-showcase > figure img {
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 10;
    padding: 14px;
  }

  body.home-compact .cert-showcase figcaption {
    gap: 8px;
    padding: 20px;
    border-top: 1px solid #e1e4e7;
    border-left: 0;
  }

  body.home-compact .cert-showcase figcaption > strong {
    font-size: 23px;
  }

  body.home-compact .cert-grid-featured,
  body.home-compact .cert-grid-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body.home-compact .cert-grid-featured,
  body.home-compact .cert-grid-secondary {
    grid-template-columns: 1fr;
  }

  body.home-compact .cert-grid figcaption {
    min-height: 0;
  }
}

/* 2026-09-17 客户名录：从表单格改为企业案例名录。 */
body.home-compact .client-team-photo figcaption strong {
  max-width: 680px;
}

body.home-compact .client-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 22px;
  background: #f4f1ed;
}

body.home-compact .client-groups article,
body.home-compact .client-groups article:first-child {
  position: relative;
  min-width: 0;
  padding: 28px 30px 30px;
  border: 1px solid #e3ddd6;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(38, 29, 27, .055);
}

body.home-compact .client-groups article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 30px;
  width: 70px;
  height: 3px;
  background: var(--editorial-red);
}

body.home-compact .client-group-title {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

body.home-compact .client-group-title > span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  color: #8b1e2d;
  border: 1px solid #ead7d2;
  border-radius: 999px;
  background: #fbf3f1;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
}

body.home-compact .client-group-title h3 {
  color: #241d1b;
  font-size: clamp(21px, 1.55vw, 25px);
  line-height: 1.38;
  letter-spacing: -.018em;
}

body.home-compact .client-groups article > p {
  max-width: 42em;
  margin: 17px 0 19px;
  color: #5a6470;
  font-size: 14.5px;
  line-height: 1.82;
}

body.home-compact .client-name-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 26px;
  row-gap: 0;
  border-top: 1px solid #e8e2dc;
}

body.home-compact .client-name-grid > span {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 43px;
  padding: 10px 2px;
  color: #263646;
  border: 0;
  border-bottom: 1px solid #ece7e2;
  border-radius: 0;
  background: transparent;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.45;
}

body.home-compact .client-name-grid > span::before {
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-radius: 1px;
  background: #b28a43;
}

body.home-compact .client-experience-closing {
  justify-content: center;
  margin-top: 20px;
  padding: 0;
  border: 0;
  background: transparent;
}

@media (max-width: 900px) {
  body.home-compact .client-groups {
    grid-template-columns: 1fr;
  }

  body.home-compact .client-groups article,
  body.home-compact .client-groups article:first-child {
    padding: 26px 28px 28px;
  }
}

@media (max-width: 560px) {
  body.home-compact .client-groups {
    gap: 14px;
    padding: 14px;
  }

  body.home-compact .client-groups article,
  body.home-compact .client-groups article:first-child {
    padding: 24px 20px 22px;
  }

  body.home-compact .client-groups article::before {
    left: 20px;
    width: 56px;
  }

  body.home-compact .client-group-title {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body.home-compact .client-group-title > span {
    justify-self: start;
  }

  body.home-compact .client-name-grid {
    grid-template-columns: 1fr;
  }

  body.home-compact .client-name-grid > span {
    min-height: 41px;
  }
}

/* 2026-09-17 | 首页荣誉墙：Image 场景 + 真实证书原图合成 */
body.home-compact .cert-section {
  padding-top: 72px;
  padding-bottom: 72px;
  background:
    radial-gradient(circle at 82% 8%, rgba(198, 164, 96, .11), transparent 30%),
    #f6f2eb;
}

body.home-compact .honor-wall-title {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
  align-items: end;
  gap: 44px;
  max-width: 1180px;
  margin: 0 auto 26px;
}

body.home-compact .honor-wall-title p {
  max-width: 560px;
  margin: 0 0 5px;
  color: #596371;
  font-size: 15px;
  line-height: 1.75;
}

body.home-compact .honor-wall-stage {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(114, 91, 55, .16);
  border-radius: 12px;
  background: #fffaf3;
  box-shadow: 0 24px 60px rgba(52, 41, 32, .13);
}

body.home-compact .honor-wall-stage picture,
body.home-compact .honor-wall-stage img {
  display: block;
  width: 100%;
}

body.home-compact .honor-wall-stage img {
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

body.home-compact .honor-wall-stage figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: calc(100% - 48px);
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 10px;
  color: #fff;
  background: rgba(35, 27, 24, .8);
  box-shadow: 0 8px 24px rgba(15, 10, 8, .16);
  backdrop-filter: blur(10px);
}

body.home-compact .honor-wall-stage figcaption span {
  flex: 0 0 auto;
  padding-right: 14px;
  border-right: 1px solid rgba(255, 255, 255, .28);
  color: #e7c778;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}

body.home-compact .honor-wall-stage figcaption strong {
  font-size: 14px;
  line-height: 1.5;
}

body.home-compact .honor-wall-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1120px;
  margin: 0 auto;
  padding: 22px 26px 0;
}

body.home-compact .honor-wall-facts p {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0 24px;
  border-left: 1px solid #d8cec1;
}

body.home-compact .honor-wall-facts p:first-child {
  border-left: 0;
}

body.home-compact .honor-wall-facts strong {
  color: #392b27;
  font-family: var(--font-serif);
  font-size: 18px;
}

body.home-compact .honor-wall-facts span {
  color: #707680;
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  body.home-compact .honor-wall-title {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  body.home-compact .honor-wall-stage {
    border-radius: 10px;
  }

  body.home-compact .honor-wall-stage figcaption {
    position: static;
    max-width: none;
    border: 0;
    border-radius: 0;
    background: #312724;
    backdrop-filter: none;
  }

  body.home-compact .honor-wall-facts {
    grid-template-columns: 1fr;
    padding: 18px 0 0;
  }

  body.home-compact .honor-wall-facts p,
  body.home-compact .honor-wall-facts p:first-child {
    padding: 12px 4px;
    border-top: 1px solid #ded5ca;
    border-left: 0;
  }
}

/* 2026-09-17 | 首页整页对齐：所有主标题、图片与内容卡片共用同一条内容轨道。 */
body.home-compact {
  --home-rail-width: 1180px;
}

body.home-compact #business,
body.home-compact #about,
body.home-compact #team,
body.home-compact #qualifications {
  scroll-margin-top: 76px;
}

body.home-compact .section-title,
body.home-compact .client-experience-heading,
body.home-compact .company-intro-section .section-title,
body.home-compact .cert-section .section-title,
body.home-compact .honor-wall-title {
  position: relative;
  display: block;
  width: min(100%, var(--home-rail-width));
  max-width: var(--home-rail-width);
  margin: 0 auto 24px;
  padding: 0 0 0 20px;
  text-align: left;
}

body.home-compact .section-title::before,
body.home-compact .client-experience-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 4px;
  width: 4px;
  background: linear-gradient(180deg, var(--brand-burgundy) 0 58%, var(--brand-gold) 58% 100%);
}

body.home-compact .section-title h2,
body.home-compact .client-experience-heading h2,
body.home-compact .company-intro-section .section-title h2,
body.home-compact .honor-wall-title h2 {
  max-width: none;
  margin: 0 0 8px;
  padding-left: 0;
}

body.home-compact .section-title h2::before,
body.home-compact .client-experience-heading h2::before {
  content: none;
  display: none;
}

body.home-compact .section-title > p:last-child,
body.home-compact .client-experience-heading > p:last-child,
body.home-compact .company-intro-section .section-title p,
body.home-compact .honor-wall-title p {
  max-width: 900px;
  margin: 0;
}

body.home-compact .business-grid,
body.home-compact .business-guide,
body.home-compact .service-path,
body.home-compact .path-result,
body.home-compact .client-experience-layout,
body.home-compact .client-experience-closing,
body.home-compact .company-profile-grid,
body.home-compact .team-profile-grid,
body.home-compact .honor-wall-stage,
body.home-compact .honor-wall-facts,
body.home-compact .news-grid,
body.home-compact .topic-grid,
body.home-compact .answer-grid {
  width: min(100%, var(--home-rail-width));
  max-width: var(--home-rail-width);
  margin-left: auto;
  margin-right: auto;
}

body.home-compact .topic-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home-compact .topic-card,
body.home-compact .topic-card:nth-child(4):nth-last-child(2),
body.home-compact .topic-card:nth-child(5):last-child,
body.home-compact .topic-card:last-child:nth-child(odd) {
  grid-column: auto;
  min-width: 0;
  overflow: hidden;
}

body.home-compact .topic-card h3,
body.home-compact .topic-card p {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 1120px) {
  body.home-compact .topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.home-compact .section-title,
  body.home-compact .client-experience-heading,
  body.home-compact .company-intro-section .section-title,
  body.home-compact .cert-section .section-title,
  body.home-compact .honor-wall-title {
    margin-bottom: 18px;
    padding-left: 15px;
  }

  body.home-compact .section-title::before,
  body.home-compact .client-experience-heading::before {
    width: 3px;
  }

  body.home-compact .topic-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-09-17 | 整站视觉收口：文章阅读轨道、品牌色与响应式断点统一 */
body.article-reading .article-hero--editorial {
  background:
    linear-gradient(90deg, rgba(213, 167, 47, .9) 0 6px, transparent 6px),
    linear-gradient(135deg, #211417, #570b17 62%, #78172a);
}

body.article-reading .article-hero--editorial .hero-content {
  width: min(1180px, calc(100% - 64px));
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 0 54px;
}

body.article-reading .article-hero--editorial h1 {
  max-width: 1000px;
  font-size: clamp(34px, 3.7vw, 50px);
  line-height: 1.28;
}

body.article-reading .article-page {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 64px));
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 0 72px;
  grid-template-columns: minmax(0, 840px) minmax(260px, 300px);
  gap: 40px;
}

body.article-reading .article-detail,
body.article-reading .article-side {
  min-width: 0;
  width: auto;
  margin: 0;
}

body.article-reading .article-detail {
  padding: 46px clamp(34px, 4vw, 56px);
}

body.article-reading .article-detail > p:not(.article-deck):not(.article-bullet),
body.article-reading .article-detail h3,
body.article-reading .article-detail h4,
body.article-reading .article-lead-media,
body.article-reading .article-deck,
body.article-reading .article-byline,
body.article-reading .article-company-note {
  max-width: 72ch;
}

body.article-reading .article-detail > p:not(.article-deck):not(.article-bullet) {
  font-size: 18px;
  line-height: 1.82;
}

body.article-reading .article-detail h3 {
  font-size: clamp(23px, 2vw, 27px);
}

body.article-reading .article-side {
  padding: 24px;
  background: #f7f1e8;
}

body.article-reading .article-side .button {
  width: 100%;
  justify-content: center;
}

@media (max-width: 1080px) {
  body.article-reading .article-page {
    width: min(900px, calc(100% - 48px));
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.article-reading .article-side {
    position: static;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 8px 24px;
    align-items: start;
  }

  body.article-reading .article-side img {
    grid-row: 1 / span 4;
    width: 220px;
    height: 150px;
    margin: 0;
  }

  body.article-reading .article-side h2,
  body.article-reading .article-side p,
  body.article-reading .article-side a {
    grid-column: 2;
  }

  body.article-reading .article-side h2 {
    margin-top: 0;
  }

  body.article-reading .article-side .button {
    width: fit-content;
  }
}

@media (max-width: 700px) {
  body.article-reading .article-hero--editorial .hero-content {
    width: calc(100% - 36px);
    padding: 42px 0 38px;
  }

  body.article-reading .article-hero--editorial h1 {
    font-size: clamp(29px, 8.5vw, 36px);
  }

  body.article-reading .article-page {
    width: calc(100% - 28px);
    padding: 34px 0 48px;
  }

  body.article-reading .article-detail {
    padding: 28px 20px;
  }

  body.article-reading .article-detail > p:not(.article-deck):not(.article-bullet) {
    font-size: 16px;
    line-height: 1.85;
  }

  body.article-reading .article-side {
    display: block;
    padding: 20px;
  }

  body.article-reading .article-side img {
    width: 100%;
    height: auto;
    margin: 0 0 18px;
  }

  body.article-reading .article-side .button {
    width: 100%;
  }
}

/* 2026-09-17 | 品牌动效层：像账本翻页一样克制，不遮挡正文 */
html.motion-ready .site-header {
  animation: hx-header-settle .52s cubic-bezier(.2, .72, .2, 1) both;
}

html.motion-ready .reveal-item {
  opacity: 1;
  filter: none;
  transform: translateY(0);
  transition:
    opacity .58s ease-out,
    transform .68s cubic-bezier(.2, .72, .2, 1),
    box-shadow .3s ease,
    border-color .3s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

html.motion-ready .reveal-item:not(.is-visible) {
  opacity: .84;
  transform: translateY(18px);
}

.section-title::before,
.client-experience-heading::before {
  transform: scaleY(1);
  transform-origin: top;
  transition: transform .72s cubic-bezier(.2, .72, .2, 1), opacity .45s ease;
}

html.motion-ready .section-title:has(> .reveal-item:not(.is-visible))::before,
html.motion-ready .client-experience-heading:has(.reveal-item:not(.is-visible))::before {
  opacity: .42;
  transform: scaleY(.18);
}

html.motion-ready .section-title:has(> .reveal-item.is-visible)::before,
html.motion-ready .client-experience-heading:has(.reveal-item.is-visible)::before {
  opacity: 1;
  transform: scaleY(1);
}

body.home-compact .proof-strip {
  position: relative;
}

body.home-compact .proof-strip::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -35%;
  bottom: -35%;
  left: -26%;
  width: 18%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 229, 155, .2), transparent);
  transform: skewX(-18deg) translateX(-180%);
  animation: hx-ledger-glint 1.45s .72s cubic-bezier(.2, .72, .2, 1) both;
}

body.home-compact .home-hero .hero-slide .hero-photo {
  filter: saturate(.9) contrast(1.02) brightness(.94);
  transition: transform 7.2s cubic-bezier(.2, .72, .25, 1), filter .9s ease;
}

body.home-compact .home-hero .hero-slide.is-active .hero-photo {
  filter: saturate(1) contrast(1.015) brightness(1);
}

.answer-grid details[open] > :not(summary),
.service2-faq details[open] > :not(summary) {
  animation: hx-details-open .32s ease-out both;
}

@media (hover: hover) and (pointer: fine) {
  .button,
  .topic-card,
  .news-grid a,
  .business-item,
  .service-path article,
  .advisor-matrix div,
  .team-profile-grid article,
  .cert-showcase figure {
    transition:
      transform .3s cubic-bezier(.2, .72, .2, 1),
      box-shadow .3s ease,
      border-color .3s ease,
      background-color .3s ease;
  }

  .button:hover,
  .button:focus-visible {
    transform: translateY(-2px);
  }

  .topic-card:hover,
  .news-grid a:hover,
  .business-item:hover,
  .service-path article:hover,
  .advisor-matrix div:hover,
  .team-profile-grid article:hover,
  .cert-showcase figure:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(71, 12, 20, .13);
  }

  .team-profile-grid article {
    overflow: hidden;
  }

  .team-profile-grid article > img,
  .cert-showcase figure img,
  .advantage-service-card img {
    transition: transform .6s cubic-bezier(.2, .72, .2, 1), filter .45s ease;
  }

  .team-profile-grid article:hover > img,
  .cert-showcase figure:hover img,
  .advantage-service-card:hover img {
    filter: saturate(1.03) contrast(1.02);
    transform: scale(1.025);
  }
}

@keyframes hx-header-settle {
  from { opacity: .2; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hx-ledger-glint {
  from { transform: skewX(-18deg) translateX(-180%); }
  to { transform: skewX(-18deg) translateX(850%); }
}

@keyframes hx-details-open {
  from { opacity: .55; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
  html.motion-ready .reveal-item:not(.is-visible) {
    opacity: .9;
    transform: translateY(10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.motion-ready .site-header,
  body.home-compact .proof-strip::after,
  .answer-grid details[open] > :not(summary),
  .service2-faq details[open] > :not(summary) {
    animation: none !important;
  }

  html.motion-ready .reveal-item,
  html.motion-ready .reveal-item:not(.is-visible),
  html.service2-motion [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
