/* 关于我们 — 暖色编辑风 · 典雅杂志 */
body.page-about {
  --accent: #b85c38;
  --accent-light: #d4845f;
  background: #faf7f2;
}

body.page-about .top { background: rgba(250,247,242,.95); }
body.page-about .menu ul li a.on { background: linear-gradient(135deg, #b85c38, #8b4428); }

body.page-about .aboutbg {
  background: linear-gradient(135deg, #2c1810 0%, #5c3d2e 40%, #8b6914 100%);
}

body.page-about .aboutbg::after { content: '关于我们'; }

body.page-about .content-card {
  background: #fff;
  border-top: 4px solid var(--accent);
}

body.page-about .about_t {
  font-size: 36px;
  color: #2c1810;
}

body.page-about .about_t::after { background: var(--accent); width: 80px; }

body.page-about .about_cont {
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 2.2;
  color: #4a3728;
}

body.page-about .about_cont b {
  color: var(--accent) !important;
  font-weight: 600;
}

body.page-about .about-highlight {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px dashed rgba(184,92,56,.2);
}

body.page-about .highlight-item {
  text-align: center;
  padding: 24px 16px;
}

body.page-about .highlight-num {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 8px;
}

body.page-about .highlight-label {
  font-size: 14px;
  color: #8b7355;
}

body.page-about .lmenu a:hover,
body.page-about .lmenu .on {
  color: var(--accent);
  border-left-color: var(--accent);
}

body.page-about .foot2 { background: linear-gradient(180deg, #2c1810, #1a0f0a); }
body.page-about .foot2_in a:hover { color: var(--accent-light); }

@media (max-width: 768px) {
  body.page-about .about-highlight { grid-template-columns: 1fr; }
}
