/* ============================================================
   page-guanyu-women.css — 关于我们 · Editorial zigzag
   ============================================================ */

#page-guanyu a.gym-link,
#page-guanyu .gym-route,
#page-guanyu .gym-cta__btn {
  text-decoration: none;
}

#page-guanyu .gym-link:hover {
  text-decoration: underline;
}

.gym-editorial {
  padding-bottom: 4rem;
}

/* ── Metrics strip ─────────────────────────────────────────── */

.gym-metrics {
  width: 100%;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(248, 250, 252, 0.35) 100%);
}

.gym-metrics__intro {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 1.75rem;
}

.gym-metrics__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.gym-metrics__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.gym-metrics__lede {
  margin: 0;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #64748b;
}

.gym-metrics__strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.gym-metric {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.5rem 1.25rem;
  border-right: 1px solid rgba(226, 232, 240, 0.75);
  background: rgba(255, 255, 255, 0.45);
}

.gym-metric:last-child {
  border-right: none;
}

.gym-metric__num {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.gym-metric__label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1e293b;
}

.gym-metric__sub {
  font-size: 0.8125rem;
  color: #94a3b8;
}

/* ── Chapter nav ───────────────────────────────────────────── */

.gym-chapters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.25rem 1.5rem 0;
}

.gym-chapter {
  display: inline-flex;
  align-items: center;
  padding: 0.4375rem 0.875rem;
  border-radius: 0.375rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  font-size: 0.8125rem;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gym-chapter:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

/* ── Zigzag sections ───────────────────────────────────────── */

.gym-section {
  scroll-margin-top: calc(var(--nav-height) + 1.5rem);
}

.gym-zigzag {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 72rem;
  margin: 3rem auto 0;
  padding: 0 1.5rem;
}

@media (min-width: 900px) {
  .gym-zigzag {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 28rem;
  }

  .gym-zigzag--right .gym-zigzag__body {
    order: 1;
  }

  .gym-zigzag--right .gym-zigzag__visual {
    order: 2;
  }
}

.gym-zigzag__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16rem;
  padding: 2rem;
  border-radius: 1.25rem 1.25rem 0 0;
}

.gym-zigzag__visual--blue {
  background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 55%, #e0e7ff 100%);
}

.gym-zigzag__visual--indigo {
  background: linear-gradient(145deg, #eef2ff 0%, #e0e7ff 55%, #ede9fe 100%);
}

.gym-zigzag__visual--violet {
  background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 55%, #fae8ff 100%);
}

@media (min-width: 900px) {
  .gym-zigzag--left .gym-zigzag__visual {
    border-radius: 1.25rem 0 0 1.25rem;
  }

  .gym-zigzag--right .gym-zigzag__visual {
    border-radius: 0 1.25rem 1.25rem 0;
  }

  .gym-zigzag__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 2.75rem;
    background: #fff;
    border: 1px solid #e2e8f0;
  }

  .gym-zigzag--left .gym-zigzag__body {
    border-left: none;
    border-radius: 0 1.25rem 1.25rem 0;
  }

  .gym-zigzag--right .gym-zigzag__body {
    border-right: none;
    border-radius: 1.25rem 0 0 1.25rem;
  }
}

@media (max-width: 899px) {
  .gym-zigzag__body {
    padding: 1.75rem 1.25rem 2rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 1.25rem 1.25rem;
  }
}

.gym-zigzag__eyebrow {
  margin: 0 0 0.625rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
}

.gym-zigzag__eyebrow--indigo { color: #4f46e5; }
.gym-zigzag__eyebrow--violet { color: #7c3aed; }

.gym-zigzag__heading {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
}

.gym-zigzag__lede {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #64748b;
}

/* Visual panels */
.gym-visual-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  max-width: 16rem;
}

.gym-visual-panel__tag {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #2563eb;
}

.gym-visual-panel__icon {
  width: 3.5rem;
  height: 3.5rem;
  color: #1d4ed8;
}

.gym-visual-panel__caption {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1e3a8a;
}

.gym-visual-stack {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  width: 100%;
  max-width: 18rem;
}

.gym-visual-stack__card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 0.9375rem;
  font-weight: 600;
  color: #312e81;
  box-shadow: 0 4px 16px -6px rgba(79, 70, 229, 0.15);
}

.gym-visual-stack__card--2 {
  margin-left: 1.5rem;
}

.gym-visual-stack__card--3 {
  margin-left: 3rem;
}

.gym-values-visual {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 18rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gym-values-visual li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.85);
  font-size: 0.9375rem;
  font-weight: 600;
  color: #5b21b6;
}

.gym-values-visual__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: #7c3aed;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* Prose & quote */
.gym-prose p {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #475569;
  margin: 0 0 1rem;
}

.gym-prose p:last-child {
  margin-bottom: 0;
}

.gym-quote {
  margin: 0 0 1.25rem;
  padding: 1rem 0 1rem 1.25rem;
  border-left: 3px solid #3b82f6;
}

.gym-quote blockquote {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
  color: #334155;
}

/* Offer list */
.gym-offer-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gym-offer-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid #f1f5f9;
}

.gym-offer-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.gym-offer-item__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.gym-offer-item__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.gym-offer-item__text strong {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
}

.gym-offer-item__text span {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #64748b;
}

/* Values copy */
.gym-values-copy {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.gym-value h3 {
  margin: 0 0 0.375rem;
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.gym-value p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #64748b;
}

/* ── Horizontal route scroll ───────────────────────────────── */

.gym-routes-wrap {
  max-width: 72rem;
  margin: 4rem auto 0;
  padding: 0 1.5rem;
}

.gym-routes-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.gym-routes-head h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
}

.gym-routes-hint {
  margin: 0;
  font-size: 0.75rem;
  color: #94a3b8;
}

.gym-routes-scroll {
  display: flex;
  gap: 0.875rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0.25rem 0 1rem;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

.gym-routes-scroll::-webkit-scrollbar {
  height: 6px;
}

.gym-routes-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 9999px;
}

.gym-route {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex: 0 0 auto;
  min-width: 13.5rem;
  padding: 1rem 1.25rem;
  scroll-snap-align: start;
  border-radius: 0.875rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gym-route:hover {
  border-color: #bfdbfe;
  box-shadow: 0 8px 24px -12px rgba(37, 99, 235, 0.25);
  transform: translateY(-2px);
}

.gym-route__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  background: #f8fafc;
  color: #475569;
  flex-shrink: 0;
}

.gym-route__t {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
}

.gym-route__s {
  display: block;
  font-size: 0.75rem;
  color: #94a3b8;
  margin-top: 0.125rem;
}

/* ── CTA band ──────────────────────────────────────────────── */

.gym-cta {
  max-width: 72rem;
  margin: 3.5rem auto 0;
  padding: 0 1.5rem;
}

.gym-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 1.75rem;
  border-radius: 1.25rem;
  border: 1px solid #e2e8f0;
  background: linear-gradient(120deg, #0f172a 0%, #1e3a8a 100%);
  color: #fff;
}

@media (min-width: 768px) {
  .gym-cta__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2.25rem 2.5rem;
  }
}

.gym-cta__copy h2 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.gym-cta__copy p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.gym-cta__note {
  margin-top: 0.5rem !important;
  font-size: 0.8125rem !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.gym-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex-shrink: 0;
}

@media (min-width: 480px) {
  .gym-cta__actions {
    flex-direction: row;
  }
}

.gym-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8125rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.gym-cta__btn--primary {
  background: #fff;
  color: #1e3a8a;
}

.gym-cta__btn--primary:hover {
  background: #eff6ff;
  transform: translateY(-1px);
}

.gym-cta__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.gym-cta__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* ── Responsive ────────────────────────────────────────────── */

@media (max-width: 640px) {
  .gym-metrics__strip {
    grid-template-columns: 1fr;
  }

  .gym-metric {
    border-right: none;
    border-bottom: 1px solid rgba(226, 232, 240, 0.75);
  }

  .gym-metric:last-child {
    border-bottom: none;
  }

  .gym-visual-stack__card--2,
  .gym-visual-stack__card--3 {
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gym-route:hover,
  .gym-cta__btn--primary:hover {
    transform: none;
  }
}
