/* ============================================================
   page-guanyu-women.css — 关于我们 · 云朵拟态 (gw-*)
   与首页同系视觉，独立杂志式布局
   ============================================================ */

html.theme-pearl-elegance .pe-about-page {
  --gw-bg: #f6f1ec;
  --gw-surface: #fffdfb;
  --gw-ink: #1c1a17;
  --gw-muted: #7a736c;
  --gw-body: #5c5650;
  --gw-border: rgba(28, 26, 23, 0.1);
  --gw-border-strong: rgba(28, 26, 23, 0.2);
  --gw-shadow: 0 26px 60px -30px rgba(28, 26, 23, 0.24);
  --gw-shadow-sm: 0 14px 32px -18px rgba(28, 26, 23, 0.18);
  --gw-clay: #c98f6b;
  --gw-sage: #7f9a76;
  --gw-sky: #7f97b8;
  --gw-sun: #d9a53f;
  --gw-sans: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', sans-serif;
  font-family: var(--gw-sans);
  background: var(--gw-bg);
  padding-bottom: 0;
}

.pe-about-page .container { max-width: 1360px; }

/* —— 云朵 —— */
.gw-cloud {
  position: absolute;
  width: 76px;
  height: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #eee7e2 100%);
  border-radius: 999px;
  box-shadow: 0 16px 28px -12px rgba(28, 26, 23, 0.22);
  animation: gw-float 8s ease-in-out infinite;
  pointer-events: none;
}

.gw-cloud::before,
.gw-cloud::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.gw-cloud::before { width: 42px; height: 42px; top: -21px; left: 6px; }
.gw-cloud::after { width: 30px; height: 30px; top: -15px; left: 42px; }

.gw-cloud--sm { width: 44px; height: 18px; }
.gw-cloud--sm::before { width: 24px; height: 24px; top: -12px; left: 4px; }
.gw-cloud--sm::after { width: 17px; height: 17px; top: -8px; left: 24px; }

.gw-cloud--md { width: 62px; height: 24px; }
.gw-cloud--md::before { width: 34px; height: 34px; top: -17px; left: 5px; }
.gw-cloud--md::after { width: 24px; height: 24px; top: -12px; left: 34px; }

.gw-cloud--lg { width: 112px; height: 44px; }
.gw-cloud--lg::before { width: 62px; height: 62px; top: -31px; left: 10px; }
.gw-cloud--lg::after { width: 44px; height: 44px; top: -22px; left: 62px; }

@keyframes gw-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

/* —— 描边角标 —— */
.gw-frame {
  position: absolute;
  inset: -10px;
  pointer-events: none;
}

.gw-frame__corner {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 0 solid var(--gw-border-strong);
}

.gw-frame__corner--tl { top: 0; left: 0; border-top-width: 1.5px; border-left-width: 1.5px; border-radius: 6px 0 0 0; }
.gw-frame__corner--tr { top: 0; right: 0; border-top-width: 1.5px; border-right-width: 1.5px; border-radius: 0 6px 0 0; }
.gw-frame__corner--bl { bottom: 0; left: 0; border-bottom-width: 1.5px; border-left-width: 1.5px; border-radius: 0 0 0 6px; }
.gw-frame__corner--br { bottom: 0; right: 0; border-bottom-width: 1.5px; border-right-width: 1.5px; border-radius: 0 0 6px 0; }

/* —— 通用 —— */
.gw-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 24px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gw-ink);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--gw-border-strong);
}

.gw-head {
  text-align: center;
  max-width: 62ch;
  margin: 0 auto clamp(32px, 5vw, 52px);
}

.gw-head__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gw-clay);
}

.gw-head__title {
  margin: 0 0 14px;
  font-weight: 800;
  font-size: clamp(26px, 3.8vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--gw-ink);
}

.gw-head__sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--gw-muted);
}

.pe-about-page .gw-hero__sub a,
.pe-about-page .gw-zone__sub a,
.pe-about-page .gw-prose a,
.pe-about-page .gw-duo__card a,
.pe-about-page .gw-path__card a,
.pe-about-page .gw-bento__item a,
.pe-about-page .gw-value a,
.pe-about-page .gw-infra a {
  color: var(--gw-clay);
  font-weight: 700;
}

.gw-btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  color: #fffdfb;
  background: #18140f;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 16px 34px -14px rgba(24, 20, 15, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gw-btn-dark:hover {
  transform: translateY(-2px);
  color: #fffdfb;
}

.gw-btn-dark--onlight {
  color: #1c1a17;
  background: #fffdfb;
  box-shadow: 0 16px 34px -14px rgba(0, 0, 0, 0.4);
}

.gw-btn-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: var(--gw-ink);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--gw-border-strong);
  transition: background 0.2s ease, transform 0.2s ease;
}

.gw-btn-outline:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
  color: var(--gw-ink);
}

.gw-btn-outline .gw-frame { inset: -7px; }

.gw-link-quiet {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 253, 251, 0.86);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gw-link-quiet:hover { color: #fffdfb; }

/* —— ① 首屏 —— */
.gw-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(92vh, 900px);
  padding: clamp(120px, 14vw, 150px) 0 clamp(64px, 8vw, 80px);
  background: radial-gradient(130% 100% at 50% -10%, #f3ebe6 0%, #ece3e2 45%, #ede7e3 75%, #f6f1ec 100%);
}

html.theme-pearl-elegance:has(#page-guanyu) .pe-about-page .gw-hero {
  margin-top: calc(-1 * var(--nav-height));
}

.gw-hero__clouds { position: absolute; inset: 0; z-index: 0; }
.gw-hero__clouds .gw-cloud:nth-child(1) { top: 12%; left: 4%; }
.gw-hero__clouds .gw-cloud:nth-child(2) { top: 22%; left: 12%; animation-delay: 1.2s; }
.gw-hero__clouds .gw-cloud:nth-child(3) { top: 8%; right: 6%; animation-delay: 0.6s; }
.gw-hero__clouds .gw-cloud:nth-child(4) { top: 48%; right: 4%; animation-delay: 1.6s; }
.gw-hero__clouds .gw-cloud:nth-child(5) { top: 72%; left: 2%; animation-delay: 0.9s; }

.gw-hero__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding-inline: clamp(24px, 6vw, 88px);
}

.gw-hero__grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 56px);
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.gw-hero__col-text { flex: 0 0 auto; width: min(720px, 100%); }
.gw-hero__col-panel { flex: 0 0 auto; width: 360px; max-width: 100%; display: flex; }

.gw-hero__title {
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(36px, 5.6vw, 72px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--gw-ink);
}

.gw-hero__accent {
  background: linear-gradient(135deg, var(--gw-clay), var(--gw-sun));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gw-hero__role {
  margin: 0 0 16px;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  color: #46413b;
}

.gw-hero__sub {
  margin: 0 0 24px;
  max-width: 52ch;
  font-size: clamp(14.5px, 1.3vw, 16px);
  line-height: 1.8;
  color: var(--gw-muted);
}

.gw-hero__points {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gw-hero__points li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--gw-ink);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--gw-border);
}

.gw-hero__points i { width: 14px; height: 14px; color: var(--gw-sage); }

.gw-hero__actions { display: flex; flex-wrap: wrap; gap: 12px 16px; }

.gw-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(20px, 4vh, 36px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gw-muted);
  animation: gw-scroll-bounce 2.2s ease-in-out infinite;
}

.gw-hero__scroll i { width: 16px; height: 16px; }

@keyframes gw-scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* —— 业务快照卡 —— */
.gw-snapshot {
  width: 100%;
  max-width: 360px;
  border-radius: 28px;
  overflow: hidden;
  background: var(--gw-surface);
  border: 1px solid var(--gw-border);
  box-shadow: var(--gw-shadow);
}

.gw-snapshot__head {
  padding: clamp(20px, 2.8vw, 26px) clamp(22px, 3vw, 28px) clamp(14px, 2vw, 18px);
  border-bottom: 1px solid var(--gw-border);
  background: linear-gradient(180deg, #fff 0%, #faf6f2 100%);
}

.gw-snapshot__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fffdfb;
  background: var(--gw-sun);
}

.gw-snapshot__badge i { width: 12px; height: 12px; }

.gw-snapshot__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--gw-ink);
}

.gw-snapshot__stats {
  margin: 0;
  padding: clamp(14px, 2vw, 18px) clamp(22px, 3vw, 28px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.gw-snapshot__stat {
  padding: 12px;
  border-radius: 14px;
  background: #f6f2ee;
  border: 1px solid var(--gw-border);
}

.gw-snapshot__stat dt {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gw-muted);
}

.gw-snapshot__stat dd {
  margin: 0;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--gw-ink);
}

.gw-snapshot__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #1c1a17;
}

.gw-snapshot__nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px clamp(16px, 2.4vw, 20px);
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(255, 253, 251, 0.88);
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease;
}

.gw-snapshot__nav a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fffdfb;
}

.gw-snapshot__nav a i { width: 14px; height: 14px; color: var(--gw-sun); flex-shrink: 0; }

/* —— ② 轨道导览 —— */
.gw-track {
  padding: clamp(48px, 8vw, 80px) 0;
  position: relative;
}

.gw-track::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(217, 165, 63, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.gw-track .container { position: relative; z-index: 1; }

.gw-track__rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, 1.6vw, 14px);
}

.gw-track__stop {
  flex: 1 1 110px;
  max-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: clamp(14px, 2vw, 18px) clamp(10px, 1.6vw, 14px);
  border-radius: 16px;
  text-decoration: none;
  text-align: center;
  background: var(--gw-surface);
  border: 1px solid var(--gw-border);
  box-shadow: var(--gw-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gw-track__stop:hover {
  transform: translateY(-3px);
  box-shadow: var(--gw-shadow);
}

.gw-track__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  color: #fffdfb;
  background: #1c1a17;
}

.gw-track__label {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--gw-ink);
}

/* —— ③ 杂志式正文 —— */
.gw-magazine {
  padding: clamp(40px, 6vw, 64px) 0 clamp(56px, 8vw, 88px);
}

.gw-magazine__wrap {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.gw-sidebar {
  position: sticky;
  top: calc(var(--nav-height) + 20px);
  padding: clamp(18px, 2.4vw, 22px);
  border-radius: 20px;
  background: var(--gw-surface);
  border: 1px solid var(--gw-border);
  box-shadow: var(--gw-shadow-sm);
}

.gw-sidebar__label {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gw-muted);
}

.gw-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gw-sidebar__nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gw-ink);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.gw-sidebar__nav a i {
  width: 15px;
  height: 15px;
  color: var(--gw-clay);
  flex-shrink: 0;
}

.gw-sidebar__nav a:hover {
  background: #f6f2ee;
  color: var(--gw-clay);
}

.gw-body {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 7vw, 72px);
}

.gw-zone { scroll-margin-top: calc(var(--nav-height) + 20px); }

.gw-zone__head {
  margin-bottom: clamp(20px, 3vw, 28px);
  padding-bottom: clamp(16px, 2.4vw, 22px);
  border-bottom: 2px solid var(--gw-border);
}

.gw-zone__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gw-sun);
  background: rgba(217, 165, 63, 0.12);
  border: 1px solid rgba(217, 165, 63, 0.25);
}

.gw-zone__title {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.25;
  color: var(--gw-ink);
}

.gw-zone__sub {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--gw-muted);
}

/* —— 简介 prose —— */
.gw-prose {
  margin-bottom: clamp(20px, 3vw, 28px);
  padding: clamp(22px, 3vw, 28px);
  border-radius: 18px;
  background: var(--gw-surface);
  border: 1px solid var(--gw-border);
  box-shadow: var(--gw-shadow-sm);
}

.gw-quote {
  margin: 0 0 18px;
  padding: clamp(16px, 2.4vw, 20px) clamp(18px, 2.6vw, 24px);
  border-left: 3px solid var(--gw-clay);
  border-radius: 0 12px 12px 0;
  background: linear-gradient(90deg, rgba(201, 143, 107, 0.08) 0%, transparent 100%);
}

.gw-quote p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--gw-ink);
}

.gw-prose p {
  margin: 0 0 14px;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--gw-body);
}

.gw-prose p:last-child { margin-bottom: 0; }
.gw-prose strong { color: var(--gw-ink); font-weight: 700; }

/* —— 双卡 —— */
.gw-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 18px);
}

.gw-duo__card {
  padding: clamp(20px, 2.6vw, 26px);
  border-radius: 18px;
  background: var(--gw-surface);
  border: 1px solid var(--gw-border);
  box-shadow: var(--gw-shadow-sm);
}

.gw-duo__card--clay { background: linear-gradient(165deg, #fffaf6 0%, #fffdfb 100%); }
.gw-duo__card--sage { background: linear-gradient(165deg, #f8faf7 0%, #fffdfb 100%); }

.gw-duo__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: #f6f2ee;
  border: 1px solid var(--gw-border);
  color: var(--gw-clay);
}

.gw-duo__card--sage .gw-duo__ico { color: var(--gw-sage); }
.gw-duo__ico i { width: 20px; height: 20px; }

.gw-duo__card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--gw-ink);
}

.gw-duo__card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--gw-muted);
}

/* —— 气泡簇 —— */
.gw-chip-cluster {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 18px);
}

.gw-chip {
  padding: clamp(20px, 2.6vw, 26px);
  border-radius: 20px;
  background: var(--gw-surface);
  border: 1px solid var(--gw-border);
  box-shadow: var(--gw-shadow-sm);
  transition: transform 0.25s ease;
}

@media (min-width: 900px) {
  .gw-chip--up { margin-top: 16px; }
}

.gw-chip:hover { transform: translateY(-3px); }

.gw-chip__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(150deg, #f6ede3, #fff);
  border: 1px solid var(--gw-border);
  color: var(--gw-clay);
}

.gw-chip__ico i { width: 20px; height: 20px; }

.gw-chip h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--gw-ink);
}

.gw-chip p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--gw-muted);
}

/* —— 合作路径 —— */
.gw-path {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 640px;
}

.gw-path::before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 17px;
  width: 2px;
  background: linear-gradient(180deg, var(--gw-clay), var(--gw-sage));
  border-radius: 999px;
}

.gw-path__step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: clamp(16px, 2.4vw, 22px);
}

.gw-path__step:last-child { padding-bottom: 0; }

.gw-path__dot {
  flex-shrink: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  color: #fffdfb;
  background: #1c1a17;
  border: 3px solid var(--gw-bg);
}

.gw-path__card {
  flex: 1;
  min-width: 0;
  padding: clamp(16px, 2.4vw, 20px) clamp(18px, 2.6vw, 22px);
  border-radius: 16px;
  background: var(--gw-surface);
  border: 1px solid var(--gw-border);
  box-shadow: var(--gw-shadow-sm);
}

.gw-path__card h3 {
  margin: 0 0 6px;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--gw-ink);
}

.gw-path__card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--gw-muted);
}

/* —— Bento 网格 —— */
.gw-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 16px);
}

.gw-bento__item {
  padding: clamp(20px, 2.6vw, 24px);
  border-radius: 18px;
  background: var(--gw-surface);
  border: 1px solid var(--gw-border);
  box-shadow: var(--gw-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gw-bento__item:hover {
  transform: translateY(-3px);
  box-shadow: var(--gw-shadow);
}

.gw-bento__item--wide { grid-column: span 2; }

.gw-bento__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #f6f2ee;
  border: 1px solid var(--gw-border);
  color: var(--gw-clay);
}

.gw-bento__ico i { width: 18px; height: 18px; }

.gw-bento__item h3 {
  margin: 0 0 8px;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--gw-ink);
}

.gw-bento__item p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--gw-muted);
}

/* —— 场景列表 —— */
.gw-scene-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 16px);
}

.gw-scene {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: clamp(18px, 2.4vw, 22px);
  border-radius: 16px;
  background: var(--gw-surface);
  border: 1px solid var(--gw-border);
  box-shadow: var(--gw-shadow-sm);
}

.gw-scene--wide { grid-column: span 2; }

.gw-scene__ico {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #f6f2ee;
  border: 1px solid var(--gw-border);
  color: var(--gw-clay);
}

.gw-scene__ico i { width: 18px; height: 18px; }

.gw-scene h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--gw-ink);
}

.gw-scene p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--gw-muted);
}

/* —— 服务理念 —— */
.gw-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 18px);
}

.gw-value {
  padding: clamp(22px, 3vw, 28px) clamp(18px, 2.6vw, 22px);
  border-radius: 20px;
  text-align: center;
  background: var(--gw-surface);
  border: 1px solid var(--gw-border);
  box-shadow: var(--gw-shadow-sm);
}

.gw-value__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  color: #fffdfb;
  background: var(--gw-clay);
}

.gw-value:nth-child(2) .gw-value__num { background: var(--gw-sage); }
.gw-value:nth-child(3) .gw-value__num { background: var(--gw-sun); }

.gw-value h3 {
  margin: 0 0 10px;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--gw-ink);
}

.gw-value p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--gw-muted);
}

/* —— 节点部署 —— */
.gw-regions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.85fr);
  gap: clamp(20px, 3vw, 28px);
  align-items: start;
}

.gw-regions__pills {
  list-style: none;
  margin: 0;
  padding: clamp(20px, 2.6vw, 26px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 18px;
  background: var(--gw-surface);
  border: 1px solid var(--gw-border);
  box-shadow: var(--gw-shadow-sm);
}

.gw-regions__pills li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--gw-ink);
  background: #f6f2ee;
  border: 1px solid var(--gw-border);
}

.gw-regions__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gw-sage);
}

.gw-infra {
  padding: clamp(22px, 3vw, 28px);
  border-radius: 18px;
  background: linear-gradient(135deg, #1c1a17 0%, #2a2621 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fffdfb;
}

.gw-infra h3 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
}

.gw-infra dl { margin: 0 0 18px; }

.gw-infra dl > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.gw-infra dl > div:last-child { border-bottom: none; }

.gw-infra dt {
  margin: 0;
  font-weight: 600;
  color: rgba(255, 253, 251, 0.62);
}

.gw-infra dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.gw-infra a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gw-sun);
  text-decoration: none;
}

.gw-infra a i { width: 14px; height: 14px; }

/* —— 相关入口 —— */
.gw-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: clamp(12px, 2vw, 16px);
}

.gw-link-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: clamp(16px, 2.2vw, 20px);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: var(--gw-surface);
  border: 1px solid var(--gw-border);
  box-shadow: var(--gw-shadow-sm);
  transition: transform 0.25s ease, border-color 0.2s ease;
}

.gw-link-card:hover {
  transform: translateY(-3px);
  border-color: var(--gw-border-strong);
}

.gw-link-card i {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--gw-clay);
}

.gw-link-card strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--gw-ink);
}

.gw-link-card small {
  display: block;
  font-size: 12px;
  color: var(--gw-muted);
}

/* —— 收束 CTA —— */
.gw-closing {
  position: relative;
  overflow: hidden;
  margin: 0 clamp(16px, 3vw, 24px) clamp(24px, 4vw, 40px);
  padding: clamp(56px, 9vw, 96px) 0;
  border-radius: 36px;
  background: radial-gradient(120% 100% at 50% -10%, #2a2621 0%, #1c1a17 60%);
}

.gw-closing__clouds { position: absolute; inset: 0; z-index: 0; opacity: 0.9; }
.gw-closing__clouds .gw-cloud { background: linear-gradient(180deg, #4a453d, #34302a); box-shadow: none; }
.gw-closing__clouds .gw-cloud::before,
.gw-closing__clouds .gw-cloud::after { background: inherit; }
.gw-closing__clouds .gw-cloud:nth-child(1) { top: 14%; left: 10%; }
.gw-closing__clouds .gw-cloud:nth-child(2) { top: 60%; left: 22%; animation-delay: 1s; }
.gw-closing__clouds .gw-cloud:nth-child(3) { top: 20%; right: 12%; animation-delay: 2s; }

.gw-closing__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
}

.gw-closing__title {
  margin: 0 0 14px;
  font-weight: 800;
  font-size: clamp(24px, 3.4vw, 34px);
  line-height: 1.25;
  color: #fffdfb;
}

.gw-closing__sub {
  margin: 0 auto 30px;
  max-width: 46ch;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 253, 251, 0.72);
}

.gw-closing__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 20px;
}

/* —— fade-in —— */
#page-guanyu .fade-in {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

#page-guanyu .fade-in.visible,
#page-guanyu .gw-hero.fade-in {
  opacity: 1;
  transform: none;
}

/* —— 响应式 —— */
@media (max-width: 1080px) {
  .gw-hero__grid {
    flex-direction: column;
    gap: clamp(36px, 8vw, 48px);
  }

  .gw-hero__col-text { width: 100%; text-align: center; }
  .gw-hero__col-panel { width: 100%; justify-content: center; }
  .gw-hero__sub { margin-inline: auto; text-align: left; }
  .gw-hero__points { justify-content: center; }
  .gw-hero__actions { justify-content: center; }

  .gw-magazine__wrap { grid-template-columns: 1fr; }

  .gw-sidebar {
    position: static;
    padding: 14px 16px;
  }

  .gw-sidebar__nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .gw-sidebar__nav a {
    flex: 1 1 auto;
    font-size: 12px;
    padding: 8px 10px;
  }

  .gw-bento { grid-template-columns: repeat(2, 1fr); }
  .gw-bento__item--wide { grid-column: span 2; }

  .gw-regions { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .gw-hero__clouds .gw-cloud:nth-child(2),
  .gw-hero__clouds .gw-cloud:nth-child(5) { display: none; }

  .gw-hero__scroll { display: none; }

  .gw-duo,
  .gw-chip-cluster,
  .gw-scene-list,
  .gw-values,
  .gw-bento { grid-template-columns: 1fr; }

  .gw-bento__item--wide,
  .gw-scene--wide { grid-column: span 1; }

  .gw-chip--up { margin-top: 0; }

  .gw-track__stop { flex: 1 1 calc(50% - 8px); max-width: none; }

  .gw-closing { margin-inline: 12px; border-radius: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  #page-guanyu .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .gw-cloud { animation: none; }
  .gw-hero__scroll { animation: none; }

  .gw-track__stop:hover,
  .gw-chip:hover,
  .gw-bento__item:hover,
  .gw-link-card:hover,
  .gw-btn-dark:hover,
  .gw-btn-outline:hover {
    transform: none;
  }
}
